/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  line-height: 1.6em;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  line-height: 1.6em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.8em 0; }

h2 {
  font-size: 1.5em;
  line-height: 2.13333em;
  margin: 1.06667em 0; }

h3 {
  font-size: 1.17em;
  line-height: 1.36752em;
  margin: 1.36752em 0; }

h4 {
  font-size: 1em;
  line-height: 1.6em;
  margin: 1.6em 0; }

h5 {
  font-size: 0.83em;
  line-height: 1.92771em;
  margin: 1.92771em 0; }

h6 {
  font-size: 0.67em;
  line-height: 2.38806em;
  margin: 2.38806em 0; }

/* Grouping content
       ========================================================================== */
/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */
blockquote {
  margin: 1.6em 40px; }

dl,
ol,
ul {
  margin: 1.6em 0; }

/**
       * Turn off margins on nested lists.
       */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

dd {
  margin: 0 0 0 40px; }

ol,
ul {
  padding: 0 0 0 40px; }

/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1.6em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */
p,
pre {
  margin: 1.6em 0; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.6em;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
  /*
         * 1. Set 1 unit of vertical rhythm on the top and bottom margin.
         * 2. Set consistent space for the list style image.
         */
  margin: 1.6em 0;
  /* 1 */
  padding: 0 0 0 40px;
  /* 2 */
  /**
         * Turn off margins on nested lists.
         */ }
  menu menu,
  ol menu,
  ul menu {
    margin: 0; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=87.5em"; }

html {
  box-sizing: border-box;
  font-size: 16px; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #0a0a0a; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 40em) {
    .row {
      max-width: 900px; } }
  @media print, screen and (min-width: 64em) {
    .row {
      max-width: 1060px; } }
  @media screen and (min-width: 75em) {
    .row {
      max-width: 1200px; } }
  @media screen and (min-width: 87.5em) {
    .row {
      max-width: 1350px; } }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.8rem;
    margin-left: -0.8rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.8rem;
        margin-left: -0.8rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.8rem;
        margin-left: -0.8rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.8rem;
    padding-left: 0.8rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.8rem;
    padding-left: 0.8rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.8rem;
  padding-left: 0.8rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.8rem;
      padding-left: 0.8rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.8rem;
  padding-left: 0.8rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.8rem;
    padding-left: 0.8rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.8rem;
    padding-left: 0.8rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.6rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.6rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

[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;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-color: #fff;
  box-shadow: false;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #3A3A3A;
    background-color: #fff;
    box-shadow: 0 0 5px #e2e2e2;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #e2e2e2; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #e2e2e2; }

input::placeholder,
textarea::placeholder {
  color: #e2e2e2; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f5f5f5;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

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;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  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: #0a0a0a; }

.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, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #e2e2e2;
  background: #f5f5f5;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .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 {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #e2e2e2; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fff; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  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%2854, 121, 190%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #3A3A3A;
    background-color: #fff;
    box-shadow: 0 0 5px #e2e2e2;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #ec5840;
  background-color: #fdeeec; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #ec5840; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #ec5840; }
  .is-invalid-input:not(:focus)::placeholder {
    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; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

.close-button {
  position: absolute;
  color: #3A3A3A;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #3A3A3A; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: none; }
  .off-canvas.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #3A3A3A; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: none; }
  .off-canvas-absolute.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(-250px);
      transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -ms-transform: translateX(250px);
        transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: none;
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
        transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(250px);
      transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -ms-transform: translateX(-250px);
        transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: none;
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
        transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(-250px);
      transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -ms-transform: translateY(250px);
        transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: none;
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
        transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(250px);
      transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -ms-transform: translateY(-250px);
        transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: none;
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
        transform: none; }

.off-canvas-content {
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 1;
    position: absolute; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 1;
    position: absolute; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 1;
    position: absolute; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 1;
    position: absolute; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 1;
    position: absolute; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 1;
    position: absolute; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 1;
    position: absolute; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 1;
    position: absolute; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 1280px; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 1280px; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 1280px; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 1280px; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: none;
    background-color: #fff; }
  table caption {
    padding: 0.8rem;
    font-weight: bold; }
  table thead {
    background: none;
    color: #b52921; }
  table tfoot {
    background: #f2f2f2;
    color: #0a0a0a; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.8rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.8rem; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: none;
      background-color: #fff; }

@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 thead tr:hover {
  background-color: none; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

*, *::before, *::after {
  -moz-box-sizing: inherit; }

html {
  -moz-box-sizing: border-box; }
  @media print, screen and (min-width: 40em) {
    html {
      font-size: 18px; } }

@media print, screen and (min-width: 64em) {
  .l-content--overlay {
    padding-top: 2.4rem; } }

a {
  color: #3679be;
  text-decoration: none;
  cursor: pointer; }

label {
  color: #444;
  font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: inherit; }

select {
  color: #3679be;
  margin: 0; }

fieldset {
  margin-bottom: 1.6rem;
  border: 1px solid #e2e2e2;
  padding: 1rem; }
  fieldset legend {
    font-size: 1.125rem;
    padding: 0 0.5rem; }
    @media print, screen and (min-width: 40em) {
      fieldset legend {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      fieldset legend {
        font-size: 1.25rem; } }

[type='submit'], [type='button'] {
  font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  padding: 0.4rem 0.8rem;
  border: none;
  background: #3679be;
  color: #fff; }

form .description {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem; }

.form-item {
  margin-bottom: 1.6rem;
  position: relative; }

.form-actions input {
  margin-right: 0.8rem; }

.webform-client-form {
  margin-top: 3.2rem; }

html.js .hide-submit-js {
  display: none; }

dl, dd {
  margin: 0; }

dt {
  font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.no-bullet {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0; }

img, video, object {
  max-width: 100%;
  height: auto; }

iframe {
  display: block;
  border: none; }

table {
  border-collapse: collapse; }
  table thead th {
    font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  table tr + tr {
    border-top: 1px solid #e2e2e2; }

.table__primary {
  font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

p {
  margin: 0; }
  p:not(:last-child) {
    margin-bottom: 1.6rem; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  font-weight: normal; }

h1 {
  font-size: 1.60181rem; }
  @media print, screen and (min-width: 40em) {
    h1 {
      font-size: 2.0736rem; } }
  @media print, screen and (min-width: 64em) {
    h1 {
      font-size: 2.44141rem; } }

h2 {
  font-size: 1.42383rem; }
  @media print, screen and (min-width: 40em) {
    h2 {
      font-size: 1.728rem; } }
  @media print, screen and (min-width: 64em) {
    h2 {
      font-size: 1.95312rem; } }

h3 {
  font-size: 1.26562rem; }
  @media print, screen and (min-width: 40em) {
    h3 {
      font-size: 1.44rem; } }
  @media print, screen and (min-width: 64em) {
    h3 {
      font-size: 1.5625rem; } }

h1, h2 {
  color: #b52921;
  line-height: normal; }

h1 {
  font-family: "Myriad W08 Semibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

h2, h3, h4, h5, h6 {
  font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

h4 {
  font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem; }

h5 {
  font-size: 0.8rem; }

h6 {
  font-size: 0.67rem; }

p.leader {
  font-size: 1.125rem; }
  @media print, screen and (min-width: 40em) {
    p.leader {
      font-size: 1.2rem; } }
  @media print, screen and (min-width: 64em) {
    p.leader {
      font-size: 1.25rem; } }

.equal-height-container {
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.equal-height-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

div.messages {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem; }
  @media print, screen and (min-width: 40em) {
    div.messages {
      margin-top: 1.6rem;
      margin-bottom: 1.6rem; } }

.inline-list {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  list-style: none;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-right: 1rem;
    margin-bottom: 0; }

span > .once-processed {
  display: inline !important; }

.element-invisible {
  display: none; }

.off-screen {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }

.ajax-progress-throbber {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }
  .ajax-progress-throbber .message {
    display: none; }
  .ajax-progress-throbber .throbber:before,
  .ajax-progress-throbber .throbber:after,
  .ajax-progress-throbber .throbber {
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out; }
  .ajax-progress-throbber .throbber {
    color: #3679be;
    font-size: 10px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    margin-left: 3rem;
    margin-top: -10px; }
  .ajax-progress-throbber .throbber:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .ajax-progress-throbber .throbber:after {
    left: 3.5em; }
  .ajax-progress-throbber .throbber:before,
  .ajax-progress-throbber .throbber:after {
    content: '';
    position: absolute;
    top: 0; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

.skip-nav a {
  clip: rect(1px, 1px, 1px, 1px);
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 100; }

.skip-nav a:focus {
  position: static;
  overflow: visible;
  width: 100%;
  left: 0px;
  top: 0px;
  background: #BF1722;
  outline: 0;
  display: block;
  text-align: center;
  transition: top .1s ease-in, background .5s linear; }

.field-empty {
  display: none; }

.js-hide {
  display: none; }

ul.token-input-list .token-input-input-token input {
  border: none; }

article header {
  position: relative; }
  article header:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #E2E2E2;
    max-width: 66.66667rem; }
  article header .main-content {
    width: 100%;
    float: left;
    padding-right: 0.8rem;
    padding-left: 0.8rem; }
    @media print, screen and (min-width: 40em) {
      article header .main-content {
        padding-right: 0.8rem;
        padding-left: 0.8rem; } }
    article header .main-content:last-child:not(:first-child) {
      float: right; }

.m-3block__primary, .m-3block__secondary {
  width: 100%;
  float: left;
  padding-right: 0.8rem;
  padding-left: 0.8rem; }
  @media print, screen and (min-width: 40em) {
    .m-3block__primary, .m-3block__secondary {
      padding-right: 0.8rem;
      padding-left: 0.8rem; } }
  .m-3block__primary:last-child:not(:first-child), .m-3block__secondary:last-child:not(:first-child) {
    float: right; }

.m-3block__block {
  margin-bottom: 1.6rem; }

@media print, screen and (min-width: 40em) {
  .m-3block__secondary {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
    width: auto;
    float: none !important; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .m-3block__secondary {
      margin-right: -0.8rem;
      margin-left: -0.8rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 64em) {
    .m-3block__secondary {
      margin-right: -0.8rem;
      margin-left: -0.8rem; } }

@media print, screen and (min-width: 40em) {
  .m-3block__secondary .m-3block__block {
    width: 50%;
    float: left;
    padding-right: 0.8rem;
    padding-left: 0.8rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .m-3block__secondary .m-3block__block {
      padding-right: 0.8rem;
      padding-left: 0.8rem; } }

@media print, screen and (min-width: 40em) {
    .m-3block__secondary .m-3block__block:last-child:not(:first-child) {
      float: right; } }

@media print, screen and (min-width: 64em) {
  .m-3block__primary {
    width: 66.66667%; }
  .m-3block__secondary {
    width: 33.33333%;
    float: left !important;
    margin: 0; }
  .m-3block__secondary .m-3block__block {
    padding: 0;
    width: 100%; } }

.m-body--overlay .m-body__tabs {
  display: none;
  position: absolute;
  bottom: 100%; }

.m-body__intro {
  margin-bottom: 1.6rem; }

.m-body__tabs {
  margin-bottom: 1.6rem; }

.m-body__top {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem; }

.m-body__item + .m-body__item {
  margin-top: 1.6rem; }
  .m-body__item + .m-body__item--space {
    margin-top: 3.2rem; }

.m-body__item.nest {
  margin-right: -0.8rem;
  margin-left: -0.8rem; }
  @media print, screen and (min-width: 40em) {
    .m-body__item.nest {
      margin-right: -0.8rem;
      margin-left: -0.8rem; } }
  @media print, screen and (min-width: 64em) {
    .m-body__item.nest {
      margin-right: -0.8rem;
      margin-left: -0.8rem; } }

.m-body__title {
  margin-bottom: 0.8rem;
  color: #0a0a0a;
  font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 3.2rem; }
  .m-body__title--row {
    width: 100%;
    float: left;
    padding-right: 0.8rem;
    padding-left: 0.8rem; }
    @media print, screen and (min-width: 40em) {
      .m-body__title--row {
        padding-right: 0.8rem;
        padding-left: 0.8rem; } }
    .m-body__title--row:last-child:not(:first-child) {
      float: right; }

.m-body__leader, .m-body__intro p:first-child {
  font-size: 1.125rem; }
  @media print, screen and (min-width: 40em) {
    .m-body__leader, .m-body__intro p:first-child {
      font-size: 1.2rem; } }
  @media print, screen and (min-width: 64em) {
    .m-body__leader, .m-body__intro p:first-child {
      font-size: 1.25rem; } }

.m-body--search .m-body__title {
  font-size: 1.60181rem; }
  @media print, screen and (min-width: 40em) {
    .m-body--search .m-body__title {
      font-size: 2.0736rem; } }
  @media print, screen and (min-width: 64em) {
    .m-body--search .m-body__title {
      font-size: 2.44141rem; } }

.m-body.off-canvas-content {
  float: left !important; }

body.node-type-unit .m-body__top {
  background-color: #f5f5f5; }
  body.node-type-unit .m-body__top .m-link--secondary {
    margin-top: 1.6rem; }

@media print, screen and (min-width: 64em) {
  .m-body.off-canvas-content {
    margin-right: 0 !important; } }

.m-footer {
  background: #3A3A3A; }
  .m-footer ul {
    list-style-type: none; }
  .m-footer .email a:hover, .m-footer .email a:focus {
    text-decoration: underline;
    outline: none; }
  .m-footer .accordion-content {
    display: none; }
  .m-footer__accordion {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .m-footer__accordion ul {
      padding: 0; }
  .m-footer__title {
    color: #fff; }
  .m-footer__link {
    color: #ccc;
    transition: background-color .25s linear,border-color .25s linear,box-shadow .25s linear,color .25s linear,opacity .25s linear; }
    .m-footer__link:hover, .m-footer__link:focus {
      text-decoration: underline;
      color: #fff;
      outline: none; }
  .m-footer__subfooter {
    border-top: none; }
  .m-footer__info {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    font-size: 80%;
    margin-top: 0;
    margin-bottom: 0; }
    @media print, screen and (min-width: 40em) {
      .m-footer__info {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
  .m-footer__subitem {
    position: relative;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    margin: 1px 0 0;
    display: inline-block; }
    .m-footer__subitem:before {
      content: ' ';
      position: absolute;
      width: 0;
      height: 12px;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      top: 0;
      bottom: 0;
      left: -2px;
      margin: auto; }
    .m-footer__subitem:first-child {
      padding-left: 0; }
    .m-footer__subitem:first-child:before {
      content: normal; }
  .m-footer__copyright {
    padding-left: 0.8rem;
    font-size: 80%;
    color: #ccc; }
  .m-footer__socialinfo {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.8rem; }
    @media print, screen and (min-width: 40em) {
      .m-footer__socialinfo {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
    .m-footer__socialinfo i {
      color: #ccc;
      transition: background-color .25s linear,border-color .25s linear,box-shadow .25s linear,color .25s linear,opacity .25s linear; }
      .m-footer__socialinfo i:hover {
        color: #fff; }
      .m-footer__socialinfo i:before {
        font-size: 1.5rem;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto; }
    .m-footer__socialinfo .instagram i:before {
      content: "\f350"; }
    .m-footer__socialinfo .facebook i:before {
      content: "\f231"; }
    .m-footer__socialinfo .twitter i:before {
      content: "\f243"; }
    .m-footer__socialinfo .youtube i:before {
      content: "\f24d"; }
  .m-footer__socialitem {
    display: inline-block;
    padding-left: 1.2rem;
    vertical-align: middle; }
    .m-footer__socialitem:first-child {
      padding-left: 0; }
  .m-footer__chesterstory {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    color: #fff; }
    @media print, screen and (min-width: 40em) {
      .m-footer__chesterstory {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
  .m-footer .vcard {
    padding-left: 0.8rem;
    padding-right: 0.8rem; }
    @media print, screen and (min-width: 40em) {
      .m-footer .vcard {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
  .m-footer__data {
    background-color: transparent;
    color: #fff; }
    .m-footer__data.is-active .m-footer__title:after {
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
  .m-footer__item {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    border-bottom: 1px solid #383d3e; }
    @media print, screen and (min-width: 40em) {
      .m-footer__item {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
  .m-footer__title {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    border-bottom: 1px solid #ccc;
    position: relative;
    display: block; }
    @media print, screen and (min-width: 40em) {
      .m-footer__title {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
    .m-footer__title:after {
      right: 1rem;
      color: #fff;
      transition: all 0.2s ease;
      display: inline-block;
      font-family: "Ionicons";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f3d0';
      position: absolute; }
    .m-footer__title--contact {
      border-bottom: none;
      font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      line-height: 1rem; }
      .m-footer__title--contact:after {
        display: none; }
  .m-footer__inner--bottom {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem; }
  @media print, screen and (min-width: 64em) {
    .m-footer__inner {
      margin-left: auto;
      margin-right: auto;
      padding-top: 1.6rem;
      padding-bottom: 1.6rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .m-footer__inner {
      max-width: 900px; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .m-footer__inner {
      max-width: 1060px; } }
  @media screen and (min-width: 64em) and (min-width: 75em) {
    .m-footer__inner {
      max-width: 1200px; } }
  @media screen and (min-width: 64em) and (min-width: 87.5em) {
    .m-footer__inner {
      max-width: 1350px; } }
  @media print, screen and (min-width: 64em) {
      .m-footer__inner::before, .m-footer__inner::after {
        display: table;
        content: ' '; }
      .m-footer__inner::after {
        clear: both; }
      .m-footer__inner--bottom {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem; } }
    @media print, screen and (min-width: 64em) and (min-width: 40em) {
      .m-footer__inner--bottom {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
  @media print, screen and (min-width: 64em) {
    .m-footer__border {
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
      border-top: 1px solid #979797; }
    .m-footer__copyright {
      padding: 0;
      float: left; }
      .m-footer__copyright:after {
        content: "\f21b";
        font-family: "Ionicons";
        font-size: 5px;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        padding: 0 13px 0 13px;
        vertical-align: middle; }
    .m-footer__container {
      float: right; }
    .m-footer__socialinfo {
      float: left;
      margin-right: 1rem;
      padding-top: 0;
      line-height: 28px; }
    .m-footer__data {
      width: 25%;
      float: left;
      padding-right: 0.8rem;
      padding-left: 0.8rem;
      cursor: text; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .m-footer__data {
      padding-right: 0.8rem;
      padding-left: 0.8rem; } }
  @media print, screen and (min-width: 64em) {
      .m-footer__data:last-child:not(:first-child) {
        float: right; }
      .m-footer__data:last-child:last-child {
        float: left; }
    .m-footer__item {
      margin-bottom: 0.8rem;
      padding: 0;
      border-bottom: none; }
    .m-footer__title {
      margin-bottom: 1.6rem;
      padding: 0;
      font-size: 1.6875rem;
      pointer-events: none;
      border-bottom: none; }
      .m-footer__title:after {
        display: none; }
      .m-footer__title--contact {
        margin-bottom: 1.6rem; }
    .m-footer__info {
      float: left;
      padding: 0; }
    .m-footer .accordion-content {
      display: block !important; }
    .m-footer__chesterstory {
      float: right;
      padding: 0;
      color: #fff; }
    .m-footer__logocontainer {
      margin-left: auto;
      margin-right: auto;
      padding-top: 3rem;
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .m-footer__logocontainer {
      max-width: 900px; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .m-footer__logocontainer {
      max-width: 1060px; } }
  @media screen and (min-width: 64em) and (min-width: 75em) {
    .m-footer__logocontainer {
      max-width: 1200px; } }
  @media screen and (min-width: 64em) and (min-width: 87.5em) {
    .m-footer__logocontainer {
      max-width: 1350px; } }
  @media print, screen and (min-width: 64em) {
      .m-footer__logocontainer::before, .m-footer__logocontainer::after {
        display: table;
        content: ' '; }
      .m-footer__logocontainer::after {
        clear: both; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .m-footer__logocontainer {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }
  @media print, screen and (min-width: 64em) {
    .m-footer__logo {
      width: 100%;
      float: left;
      padding-right: 0.8rem;
      padding-left: 0.8rem;
      width: 207px;
      height: 67px;
      background: url("https://www1.chester.ac.uk/sites/all/themes/global/images/uoc_logo_white.png");
      background-size: contain;
      background-repeat: no-repeat; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .m-footer__logo {
      padding-right: 0.8rem;
      padding-left: 0.8rem; } }
  @media print, screen and (min-width: 64em) {
      .m-footer__logo:last-child:not(:first-child) {
        float: right; }
    .m-footer .vcard {
      padding: 0.850rem 0 0 0; } }

.m-page {
  margin-top: 1.6rem; }
  .m-page__main {
    padding-bottom: 3.2rem; }
  .m-page__bottom {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    background: #f5f5f5; }
  .m-page--landing {
    padding-bottom: 0; }
  .m-page--head {
    margin-top: 0; }
  .m-page--off-canvas {
    margin-top: 3.2rem; }
  @media print, screen and (min-width: 64em) {
    .m-page--off-canvas {
      position: relative; } }

.m-sidebar__item + .m-sidebar__item {
  margin-top: 3.2rem; }

@media print, screen and (min-width: 40em) {
  .m-sidebar {
    margin-bottom: 3.2rem; }
    .m-sidebar--landing {
      display: none; } }

.m-top {
  position: relative;
  z-index: 9; }
  .m-top--search .m-top__menu {
    display: none; }
  .m-top--search .m-top__search {
    display: block; }
  .m-top--menu .m-top__menu {
    display: block; }
  .m-top--menu .m-top__search {
    display: none; }
  .m-top__wrapper {
    height: 4rem;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: background-color 0.5s ease; }
  .m-top__inner::before, .m-top__inner::after {
    display: table;
    content: ' '; }
  .m-top__inner::after {
    clear: both; }
  .m-top__logo {
    margin-top: 0.8rem;
    margin-left: 0.65rem;
    position: absolute;
    display: block;
    width: 150px;
    height: 2.4rem;
    background-image: url("https://www1.chester.ac.uk/sites/all/themes/global/images/uoc_logo_black.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center; }
  .m-top__icon {
    position: absolute;
    width: 4rem;
    height: 4rem;
    right: 0;
    border-left: 1px solid #e2e2e2; }
    .m-top__icon + .m-top__icon {
      right: 4rem; }
    .m-top__icon:before {
      line-height: 4rem;
      color: #3A3A3A;
      margin: 0; }
    .m-top__icon--open {
      background: #f5f5f5; }
  .m-top__menu, .m-top__search {
    display: none;
    position: relative;
    margin-top: 4rem;
    z-index: -1;
    width: 100%;
    background: #fff; }
  .m-top__search {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem; }
    @media print, screen and (min-width: 40em) {
      .m-top__search {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
  .m-top__menu1-list, .m-top__menu1-2-list {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0; }
  .m-top__menu1-list {
    margin-left: 0; }
  .m-top__menu1-2 {
    transition: all 0.5s ease;
    background: #b52921;
    display: none; }
    .m-top__menu1-2--open {
      display: block; }
    .m-top__menu1-2--secondary {
      background: #3A3A3A; }
      .m-top__menu1-2--secondary .m-top__menu1-link-2 {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        border-bottom: 1px solid #0a0a0a;
        font-size: 0.8rem; }
  .m-top__menu1-link {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-size: 1.125rem;
    line-height: 1.6rem;
    display: block;
    color: #0a0a0a;
    font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    transition: top 0.5s ease;
    position: relative;
    border-bottom: 1px solid #f5f5f5; }
    @media print, screen and (min-width: 40em) {
      .m-top__menu1-link {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
    @media print, screen and (min-width: 40em) {
      .m-top__menu1-link {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .m-top__menu1-link {
        font-size: 1.25rem; } }
    .m-top__menu1-link:after {
      display: inline-block;
      font-family: "Ionicons";
      content: "\f3d0";
      color: #b52921;
      top: 0;
      position: absolute;
      right: 0.8rem;
      line-height: 51.2px; }
    .m-top__menu1-link--open, .m-top__menu1-link:hover {
      color: #b52921 !important; }
      .m-top__menu1-link--open:after, .m-top__menu1-link:hover:after {
        color: #b52921 !important; }
    .m-top__menu1-link--trn {
      color: #fff; }
      .m-top__menu1-link--trn:after {
        color: #fff; }
  .m-top__menu1-link-2 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    display: block;
    color: #fff;
    position: relative;
    border-bottom: 1px solid #9f241d;
    line-height: 1.6rem; }
    @media print, screen and (min-width: 40em) {
      .m-top__menu1-link-2 {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
  @media print, screen and (min-width: 64em) {
    .m-top--search .m-top__menu {
      display: block; }
    .m-top--search .m-top__search {
      display: block; }
    .m-top--search .m-top__menu1 {
      display: none; }
    .m-top--front, .m-top--trn {
      position: absolute;
      width: 100%;
      margin-bottom: 0; }
    .m-top--trn .m-top__wrapper {
      background: none;
      box-shadow: none; }
    .m-top--trn .m-top__logo {
      background-image: url("/sites/all/themes/global/images/uoc_logo_white.png"); }
    .m-top--trn .m-top__menu1-link {
      color: #fff; }
      .m-top--trn .m-top__menu1-link:after {
        color: #fff; }
    .m-top--front .m-top__wrapper {
      background: rgba(255, 255, 255, 0.8); }
    .m-top--open .m-top__wrapper, .m-top--search .m-top__wrapper {
      background: #fff;
      box-shadow: 0 6px 10px -2px rgba(0, 0, 0, 0.2); }
    .m-top--open .m-top__logo, .m-top--search .m-top__logo {
      background-image: url("https://www1.chester.ac.uk/sites/all/themes/global/images/uoc_logo_black.png"); }
    .m-top--open .m-top__menu1-link {
      color: #0a0a0a; }
      .m-top--open .m-top__menu1-link:after {
        color: #0a0a0a; }
    .m-top__wrapper {
      height: 10.4rem; }
    .m-top__inner {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      float: left;
      padding-right: 0.8rem;
      padding-left: 0.8rem;
      position: relative; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .m-top__inner {
      max-width: 900px; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .m-top__inner {
      max-width: 1060px; } }
  @media screen and (min-width: 64em) and (min-width: 75em) {
    .m-top__inner {
      max-width: 1200px; } }
  @media screen and (min-width: 64em) and (min-width: 87.5em) {
    .m-top__inner {
      max-width: 1350px; } }
  @media print, screen and (min-width: 64em) {
      .m-top__inner::before, .m-top__inner::after {
        display: table;
        content: ' '; }
      .m-top__inner::after {
        clear: both; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .m-top__inner {
      padding-right: 0.8rem;
      padding-left: 0.8rem; } }
  @media print, screen and (min-width: 64em) {
      .m-top__inner:last-child:not(:first-child) {
        float: right; }
      .m-top__inner, .m-top__inner:last-child {
        float: none; }
    .m-top__logo {
      margin-top: 4rem;
      width: 200px;
      height: 76.8px;
      margin-left: 0; }
    .m-top__icon.m-icon--burger, .m-top__menu1-link--more {
      display: none; }
    .m-top__icon.m-icon--search {
      z-index: 1;
      height: 2.4rem;
      line-height: 2.4rem;
      border-left: none;
      width: auto;
      background: #b52921;
      color: #fff;
      padding: 0 0.8rem;
      right: 0; }
      .m-top__icon.m-icon--search:before {
        color: #fff;
        line-height: 2.4rem;
        width: auto;
        margin-right: 0.8rem; }
    .m-top__icon--open {
      background: #fff !important;
      color: #0a0a0a !important; }
      .m-top__icon--open:before {
        color: #0a0a0a !important; }
    .m-top__search {
      margin-left: auto;
      margin-right: auto;
      z-index: 1;
      background: none; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .m-top__search {
      max-width: 900px; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .m-top__search {
      max-width: 1060px; } }
  @media screen and (min-width: 64em) and (min-width: 75em) {
    .m-top__search {
      max-width: 1200px; } }
  @media screen and (min-width: 64em) and (min-width: 87.5em) {
    .m-top__search {
      max-width: 1350px; } }
  @media print, screen and (min-width: 64em) {
      .m-top__search::before, .m-top__search::after {
        display: table;
        content: ' '; }
      .m-top__search::after {
        clear: both; }
      .m-top__search form {
        width: 66%;
        float: right; }
    .m-top__menu {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      float: left;
      padding-right: 0.8rem;
      padding-left: 0.8rem;
      display: block;
      background: none;
      position: static;
      margin-top: 0; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .m-top__menu {
      max-width: 900px; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .m-top__menu {
      max-width: 1060px; } }
  @media screen and (min-width: 64em) and (min-width: 75em) {
    .m-top__menu {
      max-width: 1200px; } }
  @media screen and (min-width: 64em) and (min-width: 87.5em) {
    .m-top__menu {
      max-width: 1350px; } }
  @media print, screen and (min-width: 64em) {
      .m-top__menu::before, .m-top__menu::after {
        display: table;
        content: ' '; }
      .m-top__menu::after {
        clear: both; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .m-top__menu {
      padding-right: 0.8rem;
      padding-left: 0.8rem; } }
  @media print, screen and (min-width: 64em) {
      .m-top__menu:last-child:not(:first-child) {
        float: right; }
      .m-top__menu, .m-top__menu:last-child {
        float: none; }
    .m-top__menu1 .m-top__menu1-2 {
      transition: all 0.5s ease;
      position: absolute;
      top: 0%;
      left: 0;
      z-index: -2;
      background: rgba(181, 41, 33, 0.85);
      width: 100%;
      opacity: 0;
      text-align: left;
      display: block; }
      .m-top__menu1 .m-top__menu1-2--open {
        top: 100%;
        opacity: 1;
        z-index: -1; }
    .m-top__menu1-2-list {
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .m-top__menu1-2-list {
      max-width: 900px; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .m-top__menu1-2-list {
      max-width: 1060px; } }
  @media screen and (min-width: 64em) and (min-width: 75em) {
    .m-top__menu1-2-list {
      max-width: 1200px; } }
  @media screen and (min-width: 64em) and (min-width: 87.5em) {
    .m-top__menu1-2-list {
      max-width: 1350px; } }
  @media print, screen and (min-width: 64em) {
      .m-top__menu1-2-list::before, .m-top__menu1-2-list::after {
        display: table;
        content: ' '; }
      .m-top__menu1-2-list::after {
        clear: both; }
    .m-top__menu1-2--secondary {
      position: absolute;
      display: block;
      width: 100%;
      left: 0;
      height: 2.4rem; }
      .m-top__menu1-2--secondary .m-top__menu1-2-list {
        text-align: right;
        padding-right: 9rem; }
    .m-top__menu1 {
      margin-top: 2.4rem;
      padding-top: 2.4rem;
      padding-bottom: 2.4rem;
      float: right; }
    .m-top__menu1-item, .m-top__menu1-item-2 {
      display: inline-block; }
    .m-top__menu1-link {
      border-bottom: none; }
      .m-top__menu1-link:after {
        position: static;
        line-height: normal;
        font-size: 0.8rem;
        margin-left: 10px; }
    .m-top__menu1-link-2 {
      border-bottom: none !important; } }
  @media screen and (min-width: 75em) {
    .m-top__logo {
      width: 245px; } }

.useful-links h4, .campus_map h4, .location_links h4 {
  background: #fff;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  top: -0.75rem;
  margin: 0;
  border-radius: 25.6px; }

.banner h2 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  text-align: left;
  background: #fff;
  padding-left: 1rem;
  padding-right: 1rem; }

.validation {
  margin-bottom: 1.6rem;
  font-family: "Myriad W01 Lt It", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

span.staff_name, span.staff_role {
  text-align: center;
  display: block; }

span.staff_name {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  font-family: "Myriad W08 Semibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #666; }

span.staff_role {
  margin-bottom: 1.6rem; }

p.quote {
  margin-left: 2rem;
  margin-right: 2rem;
  text-align: center;
  position: relative;
  font-family: "Myriad W01 Lt It", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  p.quote:before, p.quote:after {
    font-family: 'FontAwesome';
    position: absolute;
    color: #aaa; }

.form-item {
  margin-bottom: 1.6rem;
  position: relative; }

label {
  color: #444;
  font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

select {
  color: #3679be;
  margin: 0; }

fieldset {
  margin-bottom: 1.6rem;
  border: 1px solid #e2e2e2;
  padding: 1rem; }
  fieldset legend {
    font-size: 1.125rem;
    padding: 0 0.5rem; }
    @media print, screen and (min-width: 40em) {
      fieldset legend {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      fieldset legend {
        font-size: 1.25rem; } }

input.error:not(:focus), select.error:not(:focus) {
  border-color: #ec5840;
  background-color: #fdeeec; }
  input.error:not(:focus)::-webkit-input-placeholder, select.error:not(:focus)::-webkit-input-placeholder {
    color: #ec5840; }
  input.error:not(:focus):-ms-input-placeholder, select.error:not(:focus):-ms-input-placeholder {
    color: #ec5840; }
  input.error:not(:focus)::placeholder, select.error:not(:focus)::placeholder {
    color: #ec5840; }

.webform-client-form {
  margin-top: 3.2rem; }

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-bottom: 0; }

.container-inline-date {
  margin-bottom: 1.6rem; }
  .container-inline-date .form-item {
    margin-right: 1rem; }
  .container-inline-date .form-type-select label {
    font-size: 1rem !important;
    font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    margin: 0 !important; }
    .container-inline-date .form-type-select label .form-required {
      display: none; }

html.js form.m-facts input[type="submit"], html.js form.international input[type="submit"] {
  display: none; }

#app_day_form form {
  margin-bottom: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  background: #f5f5f5; }
  @media print, screen and (min-width: 40em) {
    #app_day_form form {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }
  #app_day_form form label {
    margin-bottom: 0.8rem;
    line-height: normal; }
    #app_day_form form label.option {
      font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }

.combi-links a.combi-active {
  font-family: "Myriad W08 Semibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.contact_share {
  position: absolute;
  right: 100%;
  margin-top: 6rem;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #888;
  margin-right: 1.5rem; }

a.cta {
  background: #b52921;
  display: block;
  padding: 0.69444rem;
  border: 1px solid #b52921;
  color: #fff;
  border-radius: 4px; }

a.border {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all 0.2s ease; }
  a.border:hover {
    color: #fff;
    background: #3679be; }

.useful-links li:not(:last-child), .location_links li:not(:last-child) {
  margin-bottom: 0.8rem; }

ul.tabs.primary li {
  display: inline-block; }

ul.tabs.primary a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #b52921;
  color: #fff;
  font-size: 0.8rem; }
  [data-whatinput='mouse'] ul.tabs.primary a {
    outline: 0; }
  ul.tabs.primary a:hover, ul.tabs.primary a:focus {
    background-color: #9a231c;
    color: #fff; }

.accordion {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.grid-list {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0; }

.accreditation li {
  margin-right: 0.75rem; }

.combi-links {
  margin-bottom: 1.6rem; }
  .combi-links li {
    margin-right: 1rem; }

.secondary-cta {
  display: none;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  float: left; }
  .secondary-cta a {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: block;
    font-size: 0.8rem; }
  @media print, screen and (min-width: 40em) {
    .secondary-cta {
      display: block; } }

ul.specs {
  display: none;
  margin-bottom: 1.6rem; }
  ul.specs li {
    margin-right: 1rem; }
  ul.specs dt {
    font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    border-right: 1px solid #E2E2E2;
    padding-right: 10px; }
  ul.specs dd {
    vertical-align: middle;
    padding-left: 10px; }

.campus-list > li:not(:last-child), .unit-list > li:not(:last-child) {
  margin-bottom: 0.8rem; }
  .campus-list > li:not(:last-child)::before, .campus-list > li:not(:last-child)::after, .unit-list > li:not(:last-child)::before, .unit-list > li:not(:last-child)::after {
    display: table;
    content: ' '; }
  .campus-list > li:not(:last-child)::after, .unit-list > li:not(:last-child)::after {
    clear: both; }

.share {
  display: none;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem; }
  .share .share-title {
    font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    margin-right: 8px;
    vertical-align: middle; }
  .share ul {
    display: inline-block; }
    .share ul li:before {
      padding-top: 0.4rem;
      padding-bottom: 0.4rem;
      width: 38.4px;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      color: #fff;
      line-height: 25.6px;
      text-align: center; }
    .share ul li.ion-social-facebook {
      background: #3c5a98; }
    .share ul li.ion-social-twitter {
      background: #3aaae1; }
    .share ul li.ion-social-googleplus {
      background: #d70501; }
    .share ul li span {
      display: none; }

.video-container {
  margin-top: 10px; }

.video-background {
  width: 66.66667%;
  margin-left: 33.33333%;
  position: absolute;
  background: #444;
  top: 0;
  bottom: 0;
  z-index: -2; }
  .video-background:after {
    content: '';
    display: block;
    position: absolute;
    background: #444;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -99999px; }

.image-wrapper-wrapper {
  max-width: 260px;
  margin: auto; }

.image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 100%; }

.circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100%; }

.thumbnail {
  margin-top: 4.8rem;
  height: 200px; }

.inverse {
  padding-left: 0;
  padding-right: 0;
  background: #3A3A3A;
  color: #fff; }
  .inverse * {
    color: #fff !important; }

.get_directions {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem; }

.location {
  position: relative; }
  .location::before, .location::after {
    display: table;
    content: ' '; }
  .location::after {
    clear: both; }

.location_links {
  width: 33.33333%;
  float: left;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .location_links {
      padding-right: 0.8rem;
      padding-left: 0.8rem; } }
  .location_links:last-child:not(:first-child) {
    float: right; }
  .location_links > div {
    padding-bottom: 1.6rem;
    background: #F1F1F1; }

section#facts {
  width: 33.33333%;
  float: left;
  padding-right: 0.8rem;
  padding-left: 0.8rem; }
  @media print, screen and (min-width: 40em) {
    section#facts {
      padding-right: 0.8rem;
      padding-left: 0.8rem; } }
  section#facts:last-child:not(:first-child) {
    float: right; }

.profiles {
  padding-bottom: 4.8rem;
  text-align: center; }

@media print, screen and (min-width: 64em) {
  .transition {
    transition: all 0.5s ease; }
    .transition.hidden {
      -ms-transform: translateY(60px);
          transform: translateY(60px);
      opacity: 0; } }

#entry table {
  width: 100%; }
  #entry table tr:not(:last-child) {
    border-bottom: 1px solid #e2e2e2; }
  #entry table td {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem; }
  #entry table td:first-child {
    width: 100%;
    float: left;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    font-family: "Myriad W08 Semibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
    @media print, screen and (min-width: 40em) {
      #entry table td:first-child {
        padding-right: 0.8rem;
        padding-left: 0.8rem; } }
    #entry table td:first-child:last-child:not(:first-child) {
      float: right; }
  #entry table td:last-child {
    width: 100%;
    float: left;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
    @media print, screen and (min-width: 40em) {
      #entry table td:last-child {
        padding-right: 0.8rem;
        padding-left: 0.8rem; } }
    #entry table td:last-child:last-child:not(:first-child) {
      float: right; }
  #entry table tr td, #entry table tr th {
    border: none; }

@media print, screen and (min-width: 40em) {
  #entry table td:first-child {
    width: 33.33333%; }
  #entry table td:last-child {
    width: 66.66667%; } }

.m-menu, .m-menu__toggle {
  display: none; }

.m-menu .menu a {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  display: block;
  color: #0a0a0a; }
  @media print, screen and (min-width: 40em) {
    .m-menu .menu a {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }

.m-menu a.depth_1 {
  font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #fff;
  background: #b52921;
  padding-right: 4rem; }

.m-menu a.depth_2 {
  border-bottom: 1px solid #F0F2F3; }
  .m-menu a.depth_2:hover {
    background: #f5f5f5; }
  .m-menu a.depth_2.active-trail {
    background: #f5f5f5;
    border: none; }

.m-menu .menu {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0; }

.m-menu .menu .menu .menu a {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  position: relative;
  font-size: 0.8rem;
  padding-left: 1.8rem;
  line-height: 1.6rem; }
  .m-menu .menu .menu .menu a:before {
    color: #3679be;
    position: absolute;
    left: 0.8rem;
    font-family: "Ionicons";
    content: "\f3d3"; }
  .m-menu .menu .menu .menu a.active-trail:not(.active):before {
    content: "\f3d0"; }
  .m-menu .menu .menu .menu a.active {
    font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.m-menu .menu .menu .menu .menu {
  padding-left: 0.6rem; }

.m-menu--mobile {
  display: block;
  position: relative; }
  .m-menu--mobile .m-menu__toggle {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    display: block;
    background: #b52921;
    color: #fff;
    transition: background 0.5s ease-out; }
    @media print, screen and (min-width: 40em) {
      .m-menu--mobile .m-menu__toggle {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
    .m-menu--mobile .m-menu__toggle span {
      font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      display: inline-block;
      position: relative;
      top: -2px; }
    .m-menu--mobile .m-menu__toggle:hover {
      background: #9f241d; }
    .m-menu--mobile .m-menu__toggle:after {
      margin-left: 0.6rem;
      display: inline-block;
      text-align: center;
      content: "\f104";
      font-family: "Ionicons";
      transition: transform 0.2s ease-out; }
  .m-menu--mobile .menu {
    max-height: 0;
    transition: all 0.5s ease-out;
    overflow: hidden; }
  .m-menu--mobile a.depth_1 {
    font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.m-menu--open {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  .m-menu--open .menu {
    max-height: 1500px !important; }
  .m-menu--open .m-menu__toggle {
    background: #8a1f19; }
    .m-menu--open .m-menu__toggle:after {
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

@media print, screen and (min-width: 64em) {
  .m-menu {
    display: block; }
    .m-menu--mobile {
      display: none; }
    .m-menu > .m-menu {
      position: static;
      margin-left: 0;
      margin-right: 0; }
    .m-menu .menu .menu {
      display: block; } }

.accordion a.accordion-title {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  background: #fff;
  text-align: left;
  display: block; }
  .accordion a.accordion-title:after {
    right: 1rem;
    color: #b52921;
    transition: all 0.2s ease;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f3d0';
    position: absolute; }

.accordion.is-active a:after {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.accordion .accordion-content {
  margin-top: -0.8rem;
  margin-bottom: 1.6rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  background: #fff;
  display: none; }
  @media print, screen and (min-width: 40em) {
    .accordion .accordion-content {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }
  .accordion .accordion-content.is-active {
    display: block; }
  .accordion .accordion-content img {
    margin-bottom: 0.8rem; }

.accordion span.code, .accordion span.type {
  font-size: 0.8rem;
  font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.accordion span.code {
  display: none;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  position: absolute;
  background: #F1F1F1;
  top: 0;
  bottom: 0;
  left: -4rem;
  width: 4rem;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #b52921; }

.accordion span.title {
  margin-right: 0.5rem; }

.m-archive {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  position: relative;
  background: #f5f5f5; }
  @media print, screen and (min-width: 40em) {
    .m-archive {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }
  .m-archive__year {
    margin-bottom: 1.6rem; }
  .m-archive__title {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #e2e2e2;
    position: relative; }
    .m-archive__title:after {
      position: absolute;
      font-family: "Ionicons";
      content: "\f3d0";
      color: #b52921;
      margin-left: 0.6rem;
      top: 1px;
      transition: transform 0.2s; }
  .m-archive__list {
    display: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 0; }
  .m-archive__item {
    display: inline-block; }
    .m-archive__item + .m-archive__item {
      padding-left: 0.8rem;
      margin-left: 0.8rem;
      border-left: 1px solid #e2e2e2; }
  .m-archive__link {
    font-size: 1rem; }
    .m-archive__link--active {
      font-family: "Myriad W08 Semibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .m-archive--top {
    margin-bottom: 1.6rem; }
  .m-archive__year--open .m-archive__list {
    display: block; }
  .m-archive__year--open .m-archive__title:after {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.m-article__title {
  margin-bottom: 1.6rem; }

.m-article__intro {
  margin-bottom: 1.6rem;
  font-size: 1.125rem;
  font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  @media print, screen and (min-width: 40em) {
    .m-article__intro {
      font-size: 1.2rem; } }
  @media print, screen and (min-width: 64em) {
    .m-article__intro {
      font-size: 1.25rem; } }

.m-banner {
  height: 19.2rem;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff; }
  .m-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1; }
  .m-banner__center {
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    background: none;
    bottom: auto;
    z-index: 2;
    text-align: center; }
  .m-banner__inner {
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 40em) {
      .m-banner__inner {
        max-width: 900px; } }
    @media print, screen and (min-width: 64em) {
      .m-banner__inner {
        max-width: 1060px; } }
    @media screen and (min-width: 75em) {
      .m-banner__inner {
        max-width: 1200px; } }
    @media screen and (min-width: 87.5em) {
      .m-banner__inner {
        max-width: 1350px; } }
    .m-banner__inner::before, .m-banner__inner::after {
      display: table;
      content: ' '; }
    .m-banner__inner::after {
      clear: both; }
  .m-banner__col {
    width: 100%;
    float: left;
    padding-right: 0.8rem;
    padding-left: 0.8rem; }
    @media print, screen and (min-width: 40em) {
      .m-banner__col {
        padding-right: 0.8rem;
        padding-left: 0.8rem; } }
    .m-banner__col:last-child:not(:first-child) {
      float: right; }
  .m-banner__title {
    margin-bottom: 0.8rem;
    color: #fff; }
  .m-banner__summary {
    margin-bottom: 1.6rem; }
    .m-banner__summary p {
      font-size: 1.125rem;
      margin-bottom: 0.8rem; }
      @media print, screen and (min-width: 40em) {
        .m-banner__summary p {
          font-size: 1.2rem; } }
      @media print, screen and (min-width: 64em) {
        .m-banner__summary p {
          font-size: 1.25rem; } }
    .m-banner__summary strong {
      font-size: 1.26562rem; }
      @media print, screen and (min-width: 40em) {
        .m-banner__summary strong {
          font-size: 1.44rem; } }
      @media print, screen and (min-width: 64em) {
        .m-banner__summary strong {
          font-size: 1.5625rem; } }
  .m-banner__links {
    padding-left: 0; }
    .m-banner__links li {
      margin-bottom: 0.8rem;
      list-style-type: none; }
  .m-banner--full {
    height: calc(100vh - 2.4rem) !important; }
  .m-banner--full .m-banner__col.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity; }
  .m-banner--full .m-banner__col.mui-enter.mui-enter-active {
    opacity: 1; }
  .m-banner--full .m-banner__title {
    margin-bottom: 1.6rem;
    font-size: 1.80203rem; }
    @media print, screen and (min-width: 40em) {
      .m-banner--full .m-banner__title {
        font-size: 2.48832rem; } }
    @media print, screen and (min-width: 64em) {
      .m-banner--full .m-banner__title {
        font-size: 3.05176rem; } }
  .m-banner--full .m-banner__summary {
    margin-bottom: 2.4rem; }
    .m-banner--full .m-banner__summary p {
      font-size: 1.26562rem; }
      @media print, screen and (min-width: 40em) {
        .m-banner--full .m-banner__summary p {
          font-size: 1.44rem; } }
      @media print, screen and (min-width: 64em) {
        .m-banner--full .m-banner__summary p {
          font-size: 1.5625rem; } }
  .m-banner--full .m-banner__links {
    font-size: 1.125rem; }
    @media print, screen and (min-width: 40em) {
      .m-banner--full .m-banner__links {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .m-banner--full .m-banner__links {
        font-size: 1.25rem; } }
  @media print, screen and (min-width: 40em) {
    .m-banner {
      height: 32rem; }
      .m-banner:before {
        background: rgba(0, 0, 0, 0.5); }
      .m-banner__col {
        width: 41.66667%;
        text-align: left; }
      .m-banner__links li {
        display: inline-block;
        margin-right: 0.4rem; }
      .m-banner--home {
        height: 28.8rem; }
        .m-banner--home:before {
          background: rgba(0, 0, 0, 0.1); }
      .m-banner--full {
        background-attachment: fixed; }
      .m-banner--full .m-banner__col {
        width: 66.66667%;
        float: none;
        margin: auto;
        text-align: center; }
      .m-banner--full .m-banner__links li {
        margin-right: 1.6rem; } }
  @media print, screen and (min-width: 64em) {
    .m-banner--home {
      height: 41.6rem; }
      .m-banner--home:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, transparent 50%); }
    .m-banner--home .m-banner__center {
      margin-top: 3.2rem; }
    .m-banner--campaign {
      height: 51.2rem; }
      .m-banner--campaign:before {
        background: rgba(0, 0, 0, 0.4); } }

.m-basiclist {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0; }
  .m-basiclist > li {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #e2e2e2; }
  .m-basiclist ul {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0; }
  .m-basiclist__title {
    margin-bottom: 1.6rem;
    margin-top: 0; }
  .m-basiclist--space > li {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem; }

.m-section--inv .m-basiclist a {
  color: #fff; }

.m-block {
  display: block;
  background: #f5f5f5;
  position: relative; }
  .m-block__date {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1.6rem;
    background: #fff;
    padding: 0.4rem 0.8rem; }
    .m-block__date:before {
      font-family: "Ionicons";
      content: "\f3f3";
      margin-right: 0.8rem;
      color: #b52921; }
  .m-block__imgbg {
    height: 14.4rem;
    overflow: hidden;
    background-size: cover;
    background-position: center; }
  .m-block__caption {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    color: #0a0a0a; }
    @media print, screen and (min-width: 40em) {
      .m-block__caption {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
  .m-block__title {
    margin-bottom: 0.8rem;
    font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    margin-top: 0; }
  .m-block__intro {
    display: none; }
  .m-block__author {
    margin-top: 1.6rem;
    padding-top: 0.8rem;
    border-top: 1px solid #f5f5f5;
    font-size: 0.8rem; }
  .m-block__icon {
    background: #b52921;
    position: absolute;
    bottom: 100%;
    left: 0;
    color: #fff; }
    .m-block__icon:before {
      margin-right: 0 !important; }
  .m-block__profile::before, .m-block__profile::after {
    display: table;
    content: ' '; }
  .m-block__profile::after {
    clear: both; }
  .m-block__profile-img {
    float: left;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.4rem; }
  .m-block__profile-text {
    font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.8rem; }
  .m-block--top {
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    background: none; }
  .m-block--top .m-block__caption {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    padding-top: 0; }
  .m-block--top .m-block__date {
    position: static;
    padding-left: 0; }
  .m-block--top .m-block__title {
    font-size: 1.125rem; }
    @media print, screen and (min-width: 40em) {
      .m-block--top .m-block__title {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .m-block--top .m-block__title {
        font-size: 1.25rem; } }

.m-box {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  background: #f5f5f5;
  border-bottom: 2px solid #e2e2e2; }
  @media print, screen and (min-width: 40em) {
    .m-box {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }
  .m-box__title {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
    margin-bottom: 1.6rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-size: 1.26562rem;
    font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    color: #b52921;
    background: #fff;
    font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
    @media print, screen and (min-width: 40em) {
      .m-box__title {
        margin-right: -0.8rem;
        margin-left: -0.8rem; } }
    @media print, screen and (min-width: 64em) {
      .m-box__title {
        margin-right: -0.8rem;
        margin-left: -0.8rem; } }
    @media print, screen and (min-width: 40em) {
      .m-box__title {
        font-size: 1.44rem; } }
    @media print, screen and (min-width: 64em) {
      .m-box__title {
        font-size: 1.5625rem; } }
    .m-box__title--small {
      margin-bottom: 0.8rem;
      font-size: 0.8rem; }

.m-breadcrumb {
  margin-bottom: 1.6rem;
  display: none; }
  @media print, screen and (min-width: 40em) {
    .m-breadcrumb {
      display: block; }
      .m-breadcrumb__title {
        display: none; }
      .m-breadcrumb__link {
        font-size: 0.8rem; }
        .m-breadcrumb__link + .m-breadcrumb__link:before {
          font-family: "Ionicons";
          content: "\f3d3";
          color: #e2e2e2;
          font-size: 0.65rem;
          padding: 0 0.8rem; }
        .m-breadcrumb__link:first-child:before {
          font-family: "Ionicons";
          content: "\f447";
          padding-right: 0.8rem; }
        .m-breadcrumb__link.active {
          color: #b52921; } }

.m-cal {
  margin-bottom: 1.6rem;
  max-width: 110px;
  margin: auto; }
  .m-cal__month {
    background: #8a1f19;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 0.8rem;
    line-height: 1.6rem; }
  .m-cal__date {
    padding-top: 0.4rem;
    font-size: 1.125rem;
    color: #0a0a0a;
    font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    background: #fff; }
    @media print, screen and (min-width: 40em) {
      .m-cal__date {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .m-cal__date {
        font-size: 1.25rem; } }
  .m-cal__day {
    padding-bottom: 0.4rem;
    color: #3A3A3A;
    font-size: 0.8rem;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.m-callout {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  background-color: #F9F9F9; }
  @media print, screen and (min-width: 40em) {
    .m-callout {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }
  .m-callout__title {
    margin-bottom: 1.6rem;
    font-family: "Myriad W08 Semibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.m-circle-callout-quote {
  margin: 1.6rem auto;
  position: relative;
  overflow: hidden;
  width: 14em;
  height: 14em;
  border-radius: 50%;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: linear-gradient(30deg, #9bcb61 36.78%, transparent 36.78%) 0 0, linear-gradient(60deg, #f6e04e 63.22%, transparent 63.22%) 0 0, linear-gradient(90deg, #f4c64d 100%, transparent 100%) 0 0, linear-gradient(-30deg, #f0463e 36.78%, transparent 36.78%) 100% 0, linear-gradient(-60deg, #f57d42 63.22%, transparent 63.22%) 100% 0, linear-gradient(30deg, transparent 63.22%, #c14273 63.22%) 100% 100%, linear-gradient(60deg, transparent 36.78%, #86489b 36.78%) 100% 100%, linear-gradient(90deg, transparent 0%, #008fca 0%) 100% 100%, linear-gradient(-30deg, transparent 63.22%, #82ba75 63.22%) 0 100%, linear-gradient(-60deg, transparent 36.78%, #00b8a9 36.78%) 0 100%, #f9a260 linear-gradient(#00bced, #00bced) 50% 100%;
  background-repeat: no-repeat;
  background-size: 50% 50%; }
  .m-circle-callout-quote__center {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 6.5em);
    top: calc(50% - 6.5em);
    width: 13em;
    height: 13em;
    background: #fff;
    z-index: 13;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .m-circle-callout-quote__content {
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    padding: 1.5em;
    font-size: 1em; }
    .m-circle-callout-quote__content:before, .m-circle-callout-quote__content:after {
      content: '';
      position: absolute;
      text-align: center;
      left: 50%;
      width: 100%;
      background-image: url(/sites/all/themes/global/images/quote.svg);
      width: 1.6em;
      height: 1.3em;
      background-size: 1.6em;
      margin-left: -0.8em; }
    .m-circle-callout-quote__content:before {
      top: 0; }
    .m-circle-callout-quote__content:after {
      bottom: 0;
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .m-circle-callout-quote__content span {
      font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  @media print, screen and (min-width: 40em) {
    .m-circle-callout-quote {
      width: 18em;
      height: 18em;
      margin: 0;
      -webkit-shape-outside: circle();
      shape-outside: circle(); }
      .m-circle-callout-quote.left {
        float: left;
        margin: 0 2.5rem 1.25rem 0; }
      .m-circle-callout-quote.right {
        float: right;
        margin: 0 0 1.25rem 2.5rem; }
      .m-circle-callout-quote__center {
        content: "";
        position: absolute;
        border-radius: 50%;
        left: calc(50% - 8.5em);
        top: calc(50% - 8.5em);
        width: 17em;
        height: 17em; }
      .m-circle-callout-quote__content {
        padding: 2.1em;
        font-size: 1.3em; } }

.m-circle-callout {
  margin: 1.6rem auto;
  position: relative;
  overflow: hidden;
  width: 14em;
  height: 14em;
  border-radius: 50%;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: linear-gradient(30deg, #9bcb61 36.78%, transparent 36.78%) 0 0, linear-gradient(60deg, #f6e04e 63.22%, transparent 63.22%) 0 0, linear-gradient(90deg, #f4c64d 100%, transparent 100%) 0 0, linear-gradient(-30deg, #f0463e 36.78%, transparent 36.78%) 100% 0, linear-gradient(-60deg, #f57d42 63.22%, transparent 63.22%) 100% 0, linear-gradient(30deg, transparent 63.22%, #c14273 63.22%) 100% 100%, linear-gradient(60deg, transparent 36.78%, #86489b 36.78%) 100% 100%, linear-gradient(90deg, transparent 0%, #008fca 0%) 100% 100%, linear-gradient(-30deg, transparent 63.22%, #82ba75 63.22%) 0 100%, linear-gradient(-60deg, transparent 36.78%, #00b8a9 36.78%) 0 100%, #f9a260 linear-gradient(#00bced, #00bced) 50% 100%;
  background-repeat: no-repeat;
  background-size: 50% 50%; }
  .m-circle-callout__center {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 6.5em);
    top: calc(50% - 6.5em);
    width: 13em;
    height: 13em;
    background: #fff;
    z-index: 13;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .m-circle-callout__content {
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    padding: 1em;
    font-size: 1em; }
    .m-circle-callout__content:before {
      top: 0;
      font-family: "Ionicons";
      content: "\f3cc";
      font-size: 4rem;
      line-height: 3.2rem; }
    .m-circle-callout__content span {
      font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  @media print, screen and (min-width: 40em) {
    .m-circle-callout {
      width: 18em;
      height: 18em;
      margin: 0;
      -webkit-shape-outside: circle();
      shape-outside: circle(); }
      .m-circle-callout.left {
        float: left;
        margin: 0 2.5rem 1.25rem 0; }
      .m-circle-callout.right {
        float: right;
        margin: 0 0 1.25rem 2.5rem; }
      .m-circle-callout__center {
        content: "";
        position: absolute;
        border-radius: 50%;
        left: calc(50% - 8.5em);
        top: calc(50% - 8.5em);
        width: 17em;
        height: 17em; }
      .m-circle-callout__content {
        padding: 2.1em;
        font-size: 1.3em; }
        .m-circle-callout__content:before {
          font-size: 4rem; } }

.m-carousel {
  position: relative; }
  .m-carousel__buttons {
    width: 100%;
    position: absolute;
    top: -0.8rem;
    z-index: 1;
    text-align: center;
    font-size: 0; }
  .m-carousel__button {
    height: 2.4rem;
    width: 2.4rem;
    background: #b52921;
    font-size: 0; }
    .m-carousel__button:before {
      font-family: "Ionicons";
      color: #fff;
      font-size: 1rem; }
    .m-carousel__button--prev:before {
      content: "\f3d2"; }
    .m-carousel__button--next:before {
      content: "\f3d3"; }
    .m-carousel__button.slick-disabled {
      background: #dadada; }
  .m-carousel__slide {
    position: relative; }
  .m-carousel__caption {
    font-size: 1.125rem;
    position: absolute;
    padding: 0.8rem 1.6rem;
    z-index: 1;
    top: 24rem;
    right: 0;
    background: #b52921;
    color: #fff;
    margin-top: 2.4rem; }
    @media print, screen and (min-width: 40em) {
      .m-carousel__caption {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .m-carousel__caption {
        font-size: 1.25rem; } }
  .m-header .m-carousel__buttons {
    width: auto;
    right: 0;
    top: 24rem; }
  @media print, screen and (min-width: 64em) {
    .m-carousel__buttons {
      width: 37.5%;
      position: absolute;
      top: -0.8rem;
      z-index: 2;
      font-size: 0; } }

.m-cta {
  position: relative; }
  .m-cta__bg {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%; }
  .m-cta__title {
    margin-bottom: 1.6rem;
    font-size: 1.42383rem;
    margin-top: 0;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      .m-cta__title {
        font-size: 1.728rem; } }
    @media print, screen and (min-width: 64em) {
      .m-cta__title {
        font-size: 1.95312rem; } }
  .m-cta__overlay {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    position: relative;
    height: 100%;
    color: #222;
    z-index: 1; }
    @media print, screen and (min-width: 40em) {
      .m-cta__overlay {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
  .m-cta__summary {
    margin-bottom: 0.8rem; }
  .m-cta__links {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute; }
  .m-cta__links-item {
    display: inline-block;
    margin-right: 0.4rem; }
  .m-cta__link {
    display: inline-block;
    padding: 0.4rem 0.8rem;
    background: #fff;
    color: #0a0a0a;
    text-align: center;
    font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.8rem; }
  .m-cta--primary .m-cta__bg {
    position: static;
    height: 12.8rem; }
  .m-cta--primary .m-cta__overlay {
    padding-top: 1.6rem;
    padding-bottom: 4.8rem;
    background: #f5f5f5;
    text-align: center;
    height: 17rem; }
  .m-cta--primary .m-cta__title {
    font-size: 1.26562rem; }
    @media print, screen and (min-width: 40em) {
      .m-cta--primary .m-cta__title {
        font-size: 1.44rem; } }
    @media print, screen and (min-width: 64em) {
      .m-cta--primary .m-cta__title {
        font-size: 1.5625rem; } }
  .m-cta--primary .m-cta__title:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-color: #a2a2a2; }
  .m-cta--primary .m-cta__links {
    bottom: 0;
    left: 0;
    right: 0; }
  .m-cta--primary .m-cta__link {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-size: 1rem;
    display: block;
    font-size: 1;
    background-color: #3679be;
    color: #fff; }
  .m-cta--secondary {
    color: #fff;
    height: 12.8rem; }
    .m-cta--secondary:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.55); }
  .m-cta--secondary .m-cta__overlay {
    width: 75%; }
  .m-cta--secondary .m-cta__summary {
    color: #fff; }
  .m-cta--secondary .m-cta__title {
    font-size: 1.125rem;
    color: #fff; }
    @media print, screen and (min-width: 40em) {
      .m-cta--secondary .m-cta__title {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .m-cta--secondary .m-cta__title {
        font-size: 1.25rem; } }
    .m-cta--secondary .m-cta__title:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -12.8px;
      width: 60px;
      height: 1px;
      background: #fff; }
  .m-cta--secondary .m-cta__links {
    bottom: 0.8rem; }
  .m-cta--secondary .m-cta__link:hover {
    background: #b52921;
    color: #fff; }
  @media print, screen and (min-width: 40em) {
    .m-cta--primary {
      height: 22.4rem;
      overflow: hidden; }
    .m-cta--primary .m-cta__bg {
      position: absolute;
      height: 100%; }
    .m-cta--primary .m-cta__overlay {
      padding-left: 1.6rem;
      padding-right: 1.6rem;
      width: 41.66667%;
      background: rgba(255, 255, 255, 0.85);
      color: #222;
      height: 100%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .m-cta--primary .m-cta__overlay {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media print, screen and (min-width: 40em) {
    .m-cta--primary .m-cta__title:after {
      left: 0;
      right: 0;
      margin: 0 auto;
      position: absolute;
      background-color: #a2a2a2; }
    .m-cta--primary .m-cta__links {
      bottom: 0;
      left: 0;
      right: 0; }
    .m-cta--primary .m-cta__link {
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
      font-size: 1rem;
      display: block;
      font-size: 1;
      background-color: #3679be;
      color: #fff; }
    .m-cta--secondary + .m-cta--secondary {
      margin-top: 1.6rem; } }
  @media print, screen and (min-width: 64em) {
    .m-cta--primary {
      height: 27.2rem; }
    .m-cta--primary .m-cta__overlay {
      width: 37.5%;
      padding-top: 3.2rem; } }

@media print, screen and (min-width: 40em) {
  .slick-slide .m-cta__overlay {
    opacity: 0;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .slick-current .m-cta__overlay {
    opacity: 1;
    -ms-transform: translateX(0%);
        transform: translateX(0%);
    transition: all 0.25s ease 0.3s; } }

.m-ctas {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0; }
  .m-ctas__item + .m-ctas__item {
    margin-top: 0.8rem; }

.m-facet + .m-facet {
  margin-top: 1.6rem; }

.m-facet__title {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-bottom: 0.8rem;
  margin: 0;
  border-bottom: 4px solid #f5f5f5;
  color: #fff; }
  @media print, screen and (min-width: 40em) {
    .m-facet__title {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }

.m-facet__counter {
  display: none; }

.m-facet ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0; }

.m-facet .form-type-checkbox, .m-facet .form-type-bef-checkbox {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #f5f5f5; }
  @media print, screen and (min-width: 40em) {
    .m-facet .form-type-checkbox, .m-facet .form-type-bef-checkbox {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }

.m-facet label {
  color: #fff;
  font-size: 0.8rem; }

.m-facet .form-item {
  margin: 0; }

.m-facet input[type="checkbox"] {
  display: none; }

.m-facet input[type=checkbox] + label {
  position: relative;
  padding-left: 1.75rem; }

.m-facet input[type=checkbox] + label:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  background-color: #fff;
  top: 50%;
  margin-top: -11px;
  border-radius: 100%;
  transition: background-color 0.5s ease; }

.m-facet input[type=checkbox]:checked + label:before {
  background-color: #b52921; }

@media print, screen and (min-width: 64em) {
  .m-facet__title {
    color: #0a0a0a; }
  .m-facet label {
    color: #0a0a0a;
    font-size: 1rem; }
  .m-facet input[type=checkbox] + label:before {
    border: 1px solid #b52921; } }

.m-facets .reset-link {
  display: block !important;
  text-align: left;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem; }
  @media print, screen and (min-width: 40em) {
    .m-facets .reset-link {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }

.block-facetapi .counter {
  display: none; }

.m-facts {
  margin-bottom: 1.6rem; }
  .m-facts__icon {
    text-align: center;
    float: left;
    width: 3.2rem;
    height: 3.2rem; }
  .m-facts__item {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem; }
    .m-facts__item + .m-facts__item {
      border-top: 1px solid #e2e2e2; }
    .m-facts__item ul {
      padding-left: 0;
      list-style: none;
      margin-top: 0;
      margin-bottom: 0; }
    .m-facts__item:before {
      font-size: 1.125rem;
      float: left;
      width: 3.2rem;
      color: #b52921;
      text-align: center;
      font-family: "Ionicons";
      line-height: 3.2rem;
      margin-right: 0.6rem; }
      @media print, screen and (min-width: 40em) {
        .m-facts__item:before {
          font-size: 1.2rem; } }
      @media print, screen and (min-width: 64em) {
        .m-facts__item:before {
          font-size: 1.25rem; } }
    .m-facts__item.mode:before {
      content: "\f3e7"; }
    .m-facts__item.startdate:before, .m-facts__item--startdate:before {
      content: "\f3f3"; }
    .m-facts__item.courseajax_campusform:before, .m-facts__item--location:before {
      content: "\f455"; }
    .m-facts__item.courseajax_duration:before {
      content: "\f402"; }
    .m-facts__item.courseajax_ucascode:before {
      content: '';
      height: 3.2rem;
      background-image: url("/sites/all/themes/global/images/ucas_code.svg");
      background-size: 24%;
      background-repeat: no-repeat;
      background-position: center; }
    .m-facts__item--large {
      padding-top: 1.6rem;
      padding-bottom: 1.6rem; }
    .m-facts__item--telephone:before {
      content: "\f4b8"; }
    .m-facts__item--email:before {
      content: "\f422"; }
    .m-facts__item--facebook:before {
      content: "\f230"; }
    .m-facts__item--instagram:before {
      content: "\f350"; }
    .m-facts__item--twitter:before {
      content: "\f242"; }
    .m-facts__item--linkedin:before {
      content: "\f238"; }
    .m-facts__item--accom-type:before {
      content: "\f447"; }
    .m-facts__item--catering:before {
      content: "\f297\00a0\f27a"; }
    .m-facts__item--rent:before {
      content: "\00a3"; }
    .m-facts__item--partner:before {
      content: "\f212"; }
    .m-facts__item:first-child {
      padding-top: 0; }
  .m-facts__contact {
    margin-bottom: 1.6rem; }
  .m-facts .form-item {
    margin-bottom: 0; }
  .m-facts .form-wrapper {
    overflow: hidden; }
  .m-facts select {
    width: auto;
    border: none;
    height: 2.4rem;
    line-height: 2.4rem;
    background-color: #f5f5f5;
    padding: 0 2rem 0 0.6rem;
    max-width: 14rem; }
  .m-facts ul {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0; }
  .m-facts__label, .m-facts label, .m-facts .field-label {
    font-size: 0.83rem;
    line-height: 1.6rem;
    font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    color: #888;
    margin: 0; }
  .m-facts__fact, .m-facts select, .m-facts li {
    font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    overflow: hidden;
    word-break: break-all; }

.m-section--inv .m-facts__item:before {
  color: #fff; }

.m-header {
  position: relative; }
  .m-header__hero {
    position: relative; }
  .m-header__intro {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    position: relative;
    background: #f5f5f5; }
  .m-header__date {
    text-transform: uppercase;
    color: #b52921;
    font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .m-header__tooltip {
    font-size: 1.125rem;
    position: absolute !important;
    bottom: 100%;
    margin-bottom: 1.6rem;
    background: #9f241d;
    color: #fff;
    padding: 0.8rem;
    font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
    @media print, screen and (min-width: 40em) {
      .m-header__tooltip {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .m-header__tooltip {
        font-size: 1.25rem; } }
    .m-header__tooltip p {
      margin: 0; }
  .m-header__title {
    font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 3rem;
    margin-bottom: 0.8rem;
    margin-top: 0; }
  .m-header__title-sub {
    font-size: 1.125rem;
    font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    color: #3A3A3A;
    margin-left: 0.8rem;
    display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .m-header__title-sub {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .m-header__title-sub {
        font-size: 1.25rem; } }
  .m-header__leader {
    font-size: 1.125rem;
    margin-bottom: 1.6rem; }
    @media print, screen and (min-width: 40em) {
      .m-header__leader {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .m-header__leader {
        font-size: 1.25rem; } }
  .m-header__column--secondary {
    padding-top: 3.2rem; }
  .m-header__cta {
    width: 100%;
    float: left;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    padding-bottom: 1.6rem; }
    @media print, screen and (min-width: 40em) {
      .m-header__cta {
        padding-right: 0.8rem;
        padding-left: 0.8rem; } }
    .m-header__cta:last-child:not(:first-child) {
      float: right; }
  .m-header__logo {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    max-width: 230px;
    margin: auto; }
    @media print, screen and (min-width: 40em) {
      .m-header__logo {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
  .m-header__sticky--stuck {
    position: fixed !important;
    top: 0 !important;
    bottom: auto !important;
    z-index: 11 !important;
    right: 0; }
    .m-header__sticky--stuck .m-header__cta {
      margin-top: 0;
      width: auto; }
    .m-header__sticky--stuck .m-ctas__item {
      display: inline-block; }
    .m-header__sticky--stuck .m-ctas__item + .m-ctas__item {
      display: none; }
    .m-header__sticky--stuck .m-link--primary {
      font-size: 0.8rem;
      line-height: 0.8rem;
      margin-top: 0.4rem;
      padding-left: 0.8rem;
      padding-right: 0.8rem;
      background: none;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      border: 2px solid #fff;
      color: #fff;
      white-space: nowrap; }
      .m-header__sticky--stuck .m-link--primary:hover {
        background: #f5f5f5;
        color: #0a0a0a; }
    .m-header__sticky--stuck .m-header__cta {
      position: absolute;
      right: 0; }
    .m-header__sticky--stuck .m-header__inner:before, .m-header__sticky--stuck .m-header__inner:after {
      display: inline; }
  .m-header__sticky-inner {
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      .m-header__sticky-inner {
        max-width: 900px; } }
    @media print, screen and (min-width: 64em) {
      .m-header__sticky-inner {
        max-width: 1060px; } }
    @media screen and (min-width: 75em) {
      .m-header__sticky-inner {
        max-width: 1200px; } }
    @media screen and (min-width: 87.5em) {
      .m-header__sticky-inner {
        max-width: 1350px; } }
    .m-header__sticky-inner::before, .m-header__sticky-inner::after {
      display: table;
      content: ' '; }
    .m-header__sticky-inner::after {
      clear: both; }
  .m-header--unit .m-header__title-sub {
    margin-bottom: 0.4rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    display: inline-block;
    background: #3A3A3A;
    color: #fff;
    margin-left: 0;
    font-size: 0.8rem; }
  @media print, screen and (min-width: 40em) {
    .m-header__leader {
      margin-bottom: 0; }
    .m-header__hero--img .m-header__intro {
      position: absolute;
      bottom: 0;
      background: rgba(255, 255, 255, 0.9);
      width: 100%;
      z-index: 1; }
    .m-header__title {
      position: relative; }
    .m-header__cta {
      width: 25%;
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 1; }
    .m-header__logo {
      padding-left: 0rem;
      padding-right: 0rem;
      position: relative;
      margin-right: 0; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .m-header__logo {
      padding-left: 0rem;
      padding-right: 0rem; } }
  @media print, screen and (min-width: 40em) {
    .m-header__sticky-wrapper {
      position: absolute;
      bottom: 0;
      width: 100%; }
    .m-header__sticky {
      width: 100%; }
      .m-header__sticky--stuck .m-link--primary {
        font-size: 1rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        line-height: 1.6;
        margin-top: 0; }
      .m-header__sticky--stuck .m-header__cta {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        bottom: auto; }
    .m-header--unit .m-header__intro {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      width: 100%;
      z-index: 1;
      background: none;
      bottom: auto;
      border-bottom: none; }
    .m-header--unit .m-header__title, .m-header--unit .m-header__title-sub2 {
      padding-left: 1000px;
      margin-left: -1000px;
      padding-right: 0.8rem;
      margin-bottom: 0; }
    .m-header--unit .m-header__title {
      padding-top: 1rem;
      padding-bottom: 0.5rem;
      background-color: rgba(255, 255, 255, 0.9); }
    .m-header--unit .m-header__title-sub {
      font-size: 1.1rem;
      padding-left: 1000px;
      margin-left: -1000px;
      font-family: "Myriad W08 Semibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      margin-bottom: 0; }
    .m-header--unit .m-header__title-sub2 {
      font-size: 1.1rem;
      padding-top: 0.5rem;
      padding-bottom: 1rem;
      background-color: rgba(255, 255, 255, 0.9);
      border-bottom: solid 7px #9f241d; }
    article.course .m-header__hero--img .m-header__intro {
      min-height: 10.4rem; } }

.m-hero {
  position: relative; }
  .m-hero__img {
    height: 100%;
    width: 100%;
    position: relative;
    object-fit: cover; }
  @media screen and (max-width: 39.9375em) {
    .m-hero {
      background-image: none !important; } }
  @media print, screen and (min-width: 40em) {
    .m-hero {
      height: 28.8rem;
      background-size: cover;
      background-position: center; }
      .m-hero:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50%); }
      html.objectfit .m-hero, html.object-fit .m-hero {
        background-image: none !important; }
      html.no-objectfit .m-hero__img, html.no-object-fit .m-hero__img {
        opacity: 0; }
      .m-carousel .m-hero {
        height: auto; }
        .m-carousel .m-hero:before {
          display: none; } }
  @media print, screen and (min-width: 64em) {
    .m-hero {
      height: 32rem; } }
  @media screen and (min-width: 75em) {
    .m-hero {
      height: 35.2rem; } }
  @media screen and (min-width: 87.5em) {
    .m-hero {
      height: 41.6rem; } }

.m-icon {
  display: inline-block; }
  .m-icon:before {
    font-family: "Ionicons";
    width: 1.6rem;
    display: inline-block;
    text-align: center;
    margin-right: 0.4rem; }
  .m-icon--telephone:before {
    content: "\f4b8"; }
  .m-icon--email:before {
    content: "\f422"; }
  .m-icon--facebook:before {
    content: "\f231"; }
  .m-icon--twitter:before {
    content: "\f243"; }
  .m-icon--instagram:before {
    content: "\f351"; }
  .m-icon--linkedin:before {
    content: "\f239"; }
  .m-icon--burger:before {
    content: "\f20d";
    display: block;
    margin: 0 auto; }
  .m-icon--search:before {
    content: "\f4a4";
    width: 4rem; }
  .m-icon__text {
    display: none; }
    @media print, screen and (min-width: 64em) {
      .m-icon__text {
        display: inline-block; } }

.m-link {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  display: block;
  border: 1px solid transparent; }
  .m-link + .m-link {
    margin-left: 0.4rem; }
  .m-link:after {
    font-family: "Ionicons";
    margin-left: 10px;
    vertical-align: middle; }
  .m-link--external:after {
    content: "\f39c"; }
  .m-link--internal {
    position: relative; }
    .m-link--internal:after {
      position: absolute;
      right: 0.8rem;
      content: "\f3d3"; }
  .m-link--dropdown {
    position: relative;
    border: 1px solid;
    background: #fff; }
    .m-link--dropdown:after {
      position: absolute;
      right: 0.8rem;
      content: "\f3d0"; }
  .m-link--primary {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
    background: #3679be;
    transition: background-color 0.4s ease-out; }
    .m-link--primary:hover {
      background: #5893cf; }
  .m-link--secondary {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    text-align: center;
    color: #fff;
    background: #3679be;
    transition: background-color 0.4s ease-out; }
    .m-link--secondary:hover {
      background: #5893cf; }
  .m-link--pulse {
    font-size: 1.125rem;
    margin-top: 0.2rem;
    -webkit-animation-name: bluePulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    transition: background-color 300ms ease-out; }
    @media print, screen and (min-width: 40em) {
      .m-link--pulse {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .m-link--pulse {
        font-size: 1.25rem; } }
    .m-link--pulse i {
      margin-left: 0.6rem; }
  .m-link--primary a,
  .m-link--secondary a {
    color: #fff; }
  @media print, screen and (min-width: 40em) {
    .m-link {
      display: inline-block; }
      .m-link--full {
        display: block; }
      .m-link--primary {
        padding-left: 1.6rem;
        padding-right: 1.6rem; } }

input.m-link {
  display: inline-block; }

@keyframes bluePulse {
  from {
    background-color: #3679be; }
  50% {
    background-color: #5893cf; }
  to {
    background-color: #3679be; } }

.m-logos {
  font-size: 0; }
  .m-logos__image {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    display: inline-block;
    vertical-align: middle;
    max-width: 160px; }
    @media print, screen and (min-width: 40em) {
      .m-logos__image {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }

.m-map {
  background: #53565A;
  overflow: hidden; }
  .m-map--tabs {
    padding-top: 3.2rem; }
  .m-map--full {
    margin-top: 3.2rem;
    position: relative; }
  .m-map__title {
    margin-bottom: 0.8rem;
    color: #fff;
    text-align: center;
    font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    margin-top: 0; }
  .m-map__tabs {
    text-align: center;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 1.6rem;
    width: 100%; }
  .m-map__map {
    background: #fff; }
  .m-map__aside {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    color: #fff; }
    @media print, screen and (min-width: 40em) {
      .m-map__aside {
        padding-left: 1.6rem;
        padding-right: 1.6rem; } }
  .m-map__address {
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
    position: relative;
    text-align: center; }
    .m-map__address:after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 75%;
      left: 50%;
      margin-left: -37.5%;
      height: 1px;
      background: #e2e2e2; }
  .m-map__tooltip {
    position: absolute !important;
    bottom: 100%; }
  .m-map__mode {
    margin-top: 0.8rem; }
    .m-map__mode label {
      cursor: pointer;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none;
      -webkit-user-select: none;
      -webkit-touch-callout: none;
      text-align: center; }
    .m-map__mode i {
      font-size: 1.5rem;
      line-height: 1.6rem;
      display: inline-block;
      color: #0a0a0a;
      transition: color 0.2s; }
      .m-map__mode i:hover {
        color: #f5f5f5; }
    .m-map__mode input {
      visibility: hidden;
      position: absolute; }
      .m-map__mode input:checked + i {
        color: #fff; }
  .m-map input {
    background: #3A3A3A;
    border: none;
    color: #fff; }
    .m-map input:focus {
      background: #3A3A3A;
      border: none; }
  .m-map .m-search__bar {
    margin-bottom: 1.6rem; }
  .m-map .m-search__submit {
    height: 3.2rem; }
  @media print, screen and (min-width: 40em) {
    .m-map__tabs {
      width: 33.33333%; }
    .m-map--full .m-map__map {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 66.66667%;
      height: 100%; }
      .m-map--full .m-map__map--directions {
        position: static; }
    .m-map--full .m-map__aside {
      width: 33.33333%;
      float: right; }
    .m-map--small {
      position: relative; }
      .m-map--small .m-map__aside {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
        width: 41.66667%;
        position: absolute;
        top: 0.4rem;
        right: 0.4rem;
        z-index: 1;
        background: rgba(83, 86, 90, 0.95); } }
    @media print, screen and (min-width: 40em) and (min-width: 40em) {
      .m-map--small .m-map__aside {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
  @media print, screen and (min-width: 40em) {
      .m-map--small input, .m-map--small .m-search__submit {
        height: 2.4rem;
        line-height: 2.4rem; }
      .m-map--small .m-search__bar {
        margin-bottom: 0.8rem; }
      .m-map--small i {
        font-size: 1.25rem; } }

#m-map__form {
  position: relative; }

#m-map__map {
  min-height: 25.6rem; }
  @media print, screen and (min-width: 40em) {
    #m-map__map {
      height: 100%; } }

#m-map__directions {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  font-size: 0.8rem;
  background: #f5f5f5; }
  @media print, screen and (min-width: 40em) {
    #m-map__directions {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }
  #m-map__directions table {
    margin-bottom: 0; }
    #m-map__directions table thead, #m-map__directions table tbody, #m-map__directions table tfoot {
      border: none;
      background: none; }
    #m-map__directions table td {
      border: none; }
    #m-map__directions table tr {
      background: none; }
  #m-map__directions img {
    max-width: none; }
  #m-map__directions .adp {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem; }
  #m-map__directions .adp-summary {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem; }
  #m-map__directions .adp-step, #m-map__directions .adp-substep {
    border-top: 1px solid #e2e2e2; }
  #m-map__directions .adp-placemark {
    border: 1px solid #e2e2e2;
    background: #fff;
    margin-top: 0; }
  #m-map__directions .adp-legal {
    margin-top: 0.4rem;
    font-size: 0.8rem; }

.m-off-canvas {
  position: relative; }
  .m-off-canvas__toggle {
    margin-top: -0.8rem;
    position: absolute;
    width: 45px;
    height: 3.2rem;
    top: -3.2rem;
    right: 0;
    background: #3A3A3A;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 1; }
    .m-off-canvas__toggle:before {
      content: "\f4a6";
      font-family: "Ionicons";
      color: #fff; }
    .m-off-canvas__toggle span {
      display: none; }
  .m-off-canvas__sidebar {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.8rem;
    color: #fff; }
    @media print, screen and (min-width: 40em) {
      .m-off-canvas__sidebar {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
  @media print, screen and (min-width: 64em) {
    .m-off-canvas__toggle {
      display: none; }
    .m-off-canvas__sidebar {
      position: static;
      width: 25%;
      background: none;
      float: right; }
      .m-off-canvas__sidebar:after {
        display: none; } }

.m-pager {
  margin-top: 1.6rem;
  margin-left: 0;
  margin-bottom: 1rem;
  text-align: center; }
  .m-pager::before, .m-pager::after {
    display: table;
    content: ' '; }
  .m-pager::after {
    clear: both; }
  .m-pager li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.8rem;
    display: none; }
    .m-pager li:last-child, .m-pager li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .m-pager li {
        display: inline-block; } }
  .m-pager a,
  .m-pager button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .m-pager a:hover,
    .m-pager button:hover {
      background: #f5f5f5; }
  .m-pager__current {
    padding: 0.15rem 0.5rem;
    color: #b52921;
    cursor: default;
    border-bottom: 2px solid #b52921; }
  .m-pager__ellipsis {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.parallax {
  max-width: none;
  position: relative; }
  .parallax h1 {
    font-size: 2.02729rem;
    margin-bottom: 1.6rem; }
    @media print, screen and (min-width: 40em) {
      .parallax h1 {
        font-size: 2.98598rem; } }
    @media print, screen and (min-width: 64em) {
      .parallax h1 {
        font-size: 3.8147rem; } }
  .parallax__slide {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff; }
    .parallax__slide--fixed {
      padding: 0;
      height: 25.6rem; }
    .parallax__slide--social {
      padding: 0;
      overflow: hidden; }
    .parallax__slide h1, .parallax__slide h2 {
      color: #fff; }
    .parallax__slide ul {
      padding-left: 0;
      list-style: none;
      margin-top: 0;
      margin-bottom: 0; }
      .parallax__slide ul li {
        position: relative;
        padding-left: 3.2rem;
        margin-bottom: 1.6rem; }
        .parallax__slide ul li:before {
          font-size: 2rem;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -18px; }
  .parallax__bg {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover; }
  .parallax__title {
    margin-bottom: 1.6rem;
    margin-top: 0; }
  .parallax__slide-dimmer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1;
    transform: translate3d(0, 0px, 0); }
  .parallax__static {
    position: relative;
    padding: 3rem 0 4rem;
    background: #b52921;
    color: #fff;
    text-align: center;
    z-index: 4; }
    .parallax__static:before, .parallax__static:after {
      background: inherit;
      content: '';
      display: block;
      height: 50%;
      left: 0;
      position: absolute;
      right: 0;
      z-index: -1;
      -webkit-backface-visibility: hidden; }
    .parallax__static:before {
      top: 0;
      -webkit-transform: skewY(1.5deg);
      -ms-transform: skewY(1.5deg);
          transform: skewY(1.5deg);
      -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0; }
    .parallax__static:after {
      bottom: 0;
      -webkit-transform: skewY(-1.5deg);
      -ms-transform: skewY(-1.5deg);
          transform: skewY(-1.5deg);
      -webkit-transform-origin: 100%;
      -ms-transform-origin: 100%;
          transform-origin: 100%; }
    .parallax__static--dates {
      padding-top: 0; }
    .parallax__static .m-link--primary {
      color: #fff;
      text-decoration: none;
      background: #d93930;
      margin-left: 0.6rem;
      margin-right: 0.6rem;
      display: inline-block; }
      .parallax__static .m-link--primary:hover {
        background: #dd4e45; }
    .parallax__static h2, .parallax__static h3 {
      margin-top: 0; }
    .parallax__static h2 {
      margin-bottom: 1.6rem;
      color: #fff; }
    .parallax__static a {
      color: #ffaeaa;
      text-decoration: underline; }
      .parallax__static a:hover {
        color: #fff; }
  .parallax__content {
    font-size: 1.125rem;
    position: relative;
    z-index: 1; }
    @media print, screen and (min-width: 40em) {
      .parallax__content {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .parallax__content {
        font-size: 1.25rem; } }
    .parallax__content h2 {
      margin-bottom: 1.6rem; }
  .parallax__leftcol {
    width: 100%;
    padding-left: 0.8rem;
    padding-right: 0.8rem; }
  .parallax__fixed-container {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .parallax__fixed {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 1;
    text-align: center; }
    .parallax__fixed p {
      font-size: 1.125rem; }
      @media print, screen and (min-width: 40em) {
        .parallax__fixed p {
          font-size: 1.2rem; } }
      @media print, screen and (min-width: 64em) {
        .parallax__fixed p {
          font-size: 1.25rem; } }
  .parallax__dates {
    top: -6rem;
    margin-bottom: -6rem;
    position: relative; }
    .parallax__dates h4 {
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
      padding-left: 1.6rem;
      padding-right: 1.6rem;
      display: inline-block;
      background: #fff;
      position: relative;
      color: #0a0a0a;
      margin-bottom: 2rem; }
      .parallax__dates h4:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-top-color: #fff;
        border-width: 16px;
        margin-left: -16px; }
    .parallax__dates ul {
      padding-left: 0;
      list-style: none;
      margin-top: 0;
      margin-bottom: 0; }
    .parallax__dates--modal {
      top: 0;
      margin-bottom: 1.6rem; }
      .parallax__dates--modal h4 {
        color: #fff;
        background: #b52921; }
        .parallax__dates--modal h4:after {
          border-top-color: #b52921; }
  .parallax__date {
    margin-bottom: 0.8rem;
    background: #9e2720;
    padding: 0.5rem 1rem; }
    .parallax__date--modal {
      margin-bottom: 0.8rem;
      background: #fff;
      padding: 0.5rem 1rem;
      color: #0a0a0a; }
  .parallax__dates-col + .parallax__dates-col {
    margin-top: 3.2rem; }
  .parallax__form {
    z-index: 7;
    position: relative;
    box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.14), 0 -6px 6px 0px rgba(0, 0, 0, 0.14); }
  .parallax__form {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    background: #f5f5f5;
    text-align: center; }
    .parallax__form form {
      padding-left: 0.8rem;
      padding-right: 0.8rem; }
      @media print, screen and (min-width: 40em) {
        .parallax__form form {
          padding-left: 0.8rem;
          padding-right: 0.8rem; } }
    .parallax__form p {
      font-size: 1.125rem; }
      @media print, screen and (min-width: 40em) {
        .parallax__form p {
          font-size: 1.2rem; } }
      @media print, screen and (min-width: 64em) {
        .parallax__form p {
          font-size: 1.25rem; } }
    .parallax__form table {
      text-align: left; }
    .parallax__form h2 {
      font-size: 1.60181rem;
      margin-bottom: 1.6rem; }
      @media print, screen and (min-width: 40em) {
        .parallax__form h2 {
          font-size: 2.0736rem; } }
      @media print, screen and (min-width: 64em) {
        .parallax__form h2 {
          font-size: 2.44141rem; } }
    .parallax__form input, .parallax__form select {
      font-size: 1.125rem;
      height: auto; }
      @media print, screen and (min-width: 40em) {
        .parallax__form input, .parallax__form select {
          font-size: 1.2rem; } }
      @media print, screen and (min-width: 64em) {
        .parallax__form input, .parallax__form select {
          font-size: 1.25rem; } }
    .parallax__form [type='text'] {
      border-radius: 4px; }
    .parallax__form .messages {
      text-align: left; }
    .parallax__form .token-input-list {
      border-radius: 4px; }
    .parallax__form .row {
      text-align: left; }
    .parallax__form .form-item-course {
      margin-bottom: 3.2rem; }
    .parallax__form .description {
      margin-bottom: 0.4rem; }
  .parallax__dimmer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    top: 0; }
    .parallax__dimmer.active {
      opacity: 1;
      z-index: 6; }
  .parallax__social .column, .parallax__social .columns {
    padding: 0;
    animation: fadein 1s; }
  .parallax__social .box {
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    overflow: hidden;
    position: relative; }
  .parallax__social img {
    position: absolute;
    bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .parallax__slide {
      padding-top: 9.6rem;
      padding-bottom: 9.6rem; }
      .parallax__slide--fixed {
        height: 48rem; }
      .parallax__slide--social {
        height: 40rem; }
    .parallax__bg {
      top: -200px; }
    .parallax__leftcol {
      width: 58.33333%;
      margin-left: 8.33333%;
      padding: 0; }
    .parallax__fixed {
      text-align: left; }
    .parallax__dates-col + .parallax__dates-col {
      margin-top: 0; }
    .parallax__form {
      padding-top: 4.8rem;
      padding-bottom: 4.8rem; }
      .parallax__form form {
        width: 66.66667%;
        margin: auto; }
    .parallax__social {
      position: absolute;
      top: -200px;
      bottom: 0px;
      left: 0px;
      right: 0px; } }
  @media print, screen and (min-width: 64em) {
    .parallax__form form {
      width: 50%; } }

.token-input-dropdown {
  z-index: 7 !important; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.parallax__static--faq {
  background: #9e2720; }

.m-post {
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  display: block;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  background: none; }
  .m-post__image img {
    width: 100%; }
  .m-post__date {
    margin-bottom: 0.8rem;
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1.6rem;
    background: rgba(255, 255, 255, 0.9); }
    .m-post__date:before {
      font-family: "Ionicons";
      content: "\f3f3";
      margin-right: 0.8rem;
      color: #b52921; }
  .m-post__caption {
    color: #0a0a0a; }
  .m-post__content {
    margin-top: 0.8rem; }
  .m-post__title {
    font-size: 1.125rem;
    font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    margin: 0; }
    @media print, screen and (min-width: 40em) {
      .m-post__title {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .m-post__title {
        font-size: 1.25rem; } }
  .m-post__author {
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    border-top: 1px solid #f5f5f5;
    font-size: 0.8rem; }
  .m-post--block {
    background: #f5f5f5;
    position: relative;
    padding: 0;
    margin: 0;
    border: none; }
  .m-post--block .m-post__title {
    font-size: 1rem; }
  .m-post--block .m-post__date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.4rem 0.8rem; }
  .m-post--block .m-post__caption {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem; }
    @media print, screen and (min-width: 40em) {
      .m-post--block .m-post__caption {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
  .m-post--block .m-post__author {
    border-color: #e2e2e2; }
  .m-post--featured::before, .m-post--featured::after {
    display: table;
    content: ' '; }
  .m-post--featured::after {
    clear: both; }
  .m-post--featured .m-post__caption {
    padding-top: 0; }
  .m-post--featured .m-post__date {
    position: static;
    padding-left: 0; }
  .m-post--featured .m-post__title {
    font-size: 1.125rem; }
    @media print, screen and (min-width: 40em) {
      .m-post--featured .m-post__title {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .m-post--featured .m-post__title {
        font-size: 1.25rem; } }

.m-profile {
  position: relative; }
  .m-profile__image {
    margin-bottom: 1.6rem;
    margin-top: 0.4rem;
    display: inline-block;
    text-align: center;
    width: 100%; }
    .m-profile__image img {
      border-radius: 50%;
      max-width: 250px; }
  .m-profile__text {
    margin-bottom: 1.6rem;
    text-align: center; }
  .m-profile__name {
    font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    color: #b52921;
    margin-top: 0; }
  .m-profile__role {
    display: block; }
  .m-profile__break {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    height: 1px;
    background: #e2e2e2; }
  .m-profile__bio {
    font-family: "Myriad W01 Lt It", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .m-profile .m-icon {
    display: block; }
  .m-profile--teaser {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    margin-bottom: 1.6rem;
    background: #f5f5f5;
    box-shadow: 0px 2px 2px 0px #eaeaea; }
    .m-profile--teaser::before, .m-profile--teaser::after {
      display: table;
      content: ' '; }
    .m-profile--teaser::after {
      clear: both; }
    .m-profile--teaser .m-profile__role {
      font-size: 0.85rem;
      color: #b52921; }
    .m-profile--teaser .m-icon {
      margin-top: 0.4rem;
      font-size: 0.85rem; }
  .m-profile--full {
    margin-bottom: 1.6rem; }
    .m-profile--full .m-profile__name {
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
      font-size: 1.26562rem; }
      @media print, screen and (min-width: 40em) {
        .m-profile--full .m-profile__name {
          font-size: 1.44rem; } }
      @media print, screen and (min-width: 64em) {
        .m-profile--full .m-profile__name {
          font-size: 1.5625rem; } }
  @media print, screen and (min-width: 40em) {
    .m-profile__image {
      margin-bottom: 0; }
      .m-profile__image img {
        width: 100%; }
    .m-profile__text {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      text-align: left;
      right: 0; } }

.m-quote {
  font-size: 1.125rem;
  position: relative;
  font-family: "Myriad W01 Lt It", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin: 0;
  text-align: center;
  border-left: 0;
  padding: 0; }
  @media print, screen and (min-width: 40em) {
    .m-quote {
      font-size: 1.2rem; } }
  @media print, screen and (min-width: 64em) {
    .m-quote {
      font-size: 1.25rem; } }

.m-search-results {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0; }
  .m-search-results__result {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    position: relative;
    border-bottom: 4px solid #f5f5f5; }
    .m-search-results__result::before, .m-search-results__result::after {
      display: table;
      content: ' '; }
    .m-search-results__result::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .m-search-results__result {
        margin-right: -0.8rem;
        margin-left: -0.8rem; } }
    @media print, screen and (min-width: 64em) {
      .m-search-results__result {
        margin-right: -0.8rem;
        margin-left: -0.8rem; } }
  .m-search-results__info {
    margin-bottom: 0.8rem; }
  .m-search-results__main {
    width: 100%;
    float: left;
    padding-right: 0.8rem;
    padding-left: 0.8rem; }
    @media print, screen and (min-width: 40em) {
      .m-search-results__main {
        padding-right: 0.8rem;
        padding-left: 0.8rem; } }
    .m-search-results__main:last-child:not(:first-child) {
      float: right; }
  .m-search-results__secondary {
    display: none; }
  .m-search-results__title {
    margin-bottom: 0.8rem; }
    .m-search-results__title h3 {
      color: #3679be;
      margin-top: 0; }
  .m-search-results__one-line {
    font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .m-search-results__facts {
    margin-left: auto;
    margin-right: auto; }
    .m-search-results__facts::before, .m-search-results__facts::after {
      display: table;
      content: ' '; }
    .m-search-results__facts::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .m-search-results__facts {
        max-width: 900px; } }
    @media print, screen and (min-width: 64em) {
      .m-search-results__facts {
        max-width: 1060px; } }
    @media screen and (min-width: 75em) {
      .m-search-results__facts {
        max-width: 1200px; } }
    @media screen and (min-width: 87.5em) {
      .m-search-results__facts {
        max-width: 1350px; } }
    .m-search-results__facts::before, .m-search-results__facts::after {
      display: table;
      content: ' '; }
    .m-search-results__facts::after {
      clear: both; }
    .m-search-results__facts li {
      width: 25%;
      float: left;
      padding-right: 0.8rem;
      padding-left: 0.8rem;
      padding-top: 0.8rem;
      padding-bottom: 0.8rem; }
      @media print, screen and (min-width: 40em) {
        .m-search-results__facts li {
          padding-right: 0.8rem;
          padding-left: 0.8rem; } }
      .m-search-results__facts li:last-child:not(:first-child) {
        float: right; }
  .m-search-results__bottom {
    margin-top: 1.6rem;
    font-size: 0.8rem; }
    .m-search-results__bottom li {
      display: inline-block; }
      .m-search-results__bottom li + li {
        margin-left: 0.8rem; }
  .m-search-results__location:before {
    font-family: "Ionicons";
    content: '\f456';
    color: #b52921;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 0.6rem; }
  .m-search-results__clearing {
    display: inline-block;
    background: #1dc354;
    color: #fff;
    padding: 0.2rem 0.4rem;
    font-size: 0.6875rem;
    border-radius: 4px;
    transition: background 0.2s ease; }
    .m-search-results__clearing:hover {
      background: #189f45; }
  @media print, screen and (min-width: 40em) {
    .m-search-results__main {
      width: 58.33333%;
      float: left;
      padding-right: 0.8rem;
      padding-left: 0.8rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .m-search-results__main {
      padding-right: 0.8rem;
      padding-left: 0.8rem; } }
  @media print, screen and (min-width: 40em) {
      .m-search-results__main:last-child:not(:first-child) {
        float: right; }
    .m-search-results__secondary {
      width: 33.33333%;
      float: left;
      padding-right: 0.8rem;
      padding-left: 0.8rem;
      display: block;
      font-size: 0.8rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .m-search-results__secondary {
      padding-right: 0.8rem;
      padding-left: 0.8rem; } }
  @media print, screen and (min-width: 40em) {
      .m-search-results__secondary:last-child:not(:first-child) {
        float: right; }
      .m-search-results__secondary a:before {
        font-family: "Ionicons";
        content: "\f3d3";
        display: inline-block;
        color: #b52921;
        margin-right: 0.4rem;
        font-size: 0.6rem; } }
  .m-search-results#m-search-results--cse * {
    font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6rem; }
  .m-search-results#m-search-results--cse .gs-title {
    font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
    .m-search-results#m-search-results--cse .gs-title, .m-search-results#m-search-results--cse .gs-title * {
      font-size: 1.125rem;
      text-decoration: none; }
      @media print, screen and (min-width: 40em) {
        .m-search-results#m-search-results--cse .gs-title, .m-search-results#m-search-results--cse .gs-title * {
          font-size: 1.2rem; } }
      @media print, screen and (min-width: 64em) {
        .m-search-results#m-search-results--cse .gs-title, .m-search-results#m-search-results--cse .gs-title * {
          font-size: 1.25rem; } }
  .m-search-results#m-search-results--cse b {
    font-family: "Myriad W08 Semibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .m-search-results#m-search-results--cse .gsc-result {
    padding-top: 0rem;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    border-bottom: 4px solid #f5f5f5; }
  .m-search-results#m-search-results--cse .gsc-table-result, .m-search-results#m-search-results--cse .gsc-thumbnail-inside, .m-search-results#m-search-results--cse .gsc-url-top {
    padding: 0; }

.m-search {
  padding-bottom: 1.6rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  position: relative;
  background: #b52921; }
  .m-search__bar-group {
    display: table; }
    .m-search__bar-group--full {
      padding-left: 0.8rem;
      padding-right: 0.8rem; }
      @media print, screen and (min-width: 40em) {
        .m-search__bar-group--full {
          padding-left: 0.8rem;
          padding-right: 0.8rem; } }
    .m-search__bar-group--top {
      float: none; }
  .m-search__bar {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }
    .m-search__bar #autocomplete {
      position: absolute;
      z-index: 99;
      background: #fff;
      box-shadow: 0 6px 10px -2px rgba(0, 0, 0, 0.2); }
      .m-search__bar #autocomplete ul {
        padding-left: 0;
        list-style: none;
        margin-top: 0;
        margin-bottom: 0; }
        .m-search__bar #autocomplete ul li {
          padding: 0.4rem; }
          .m-search__bar #autocomplete ul li + li {
            border-top: 1px solid #f5f5f5; }
  .m-search__input {
    width:98% ;
    display: inline-block;
    margin-right:0;
    height: 3.2rem;
    line-height: 3.2rem;
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 1rem;
    box-shadow: none;
    color: #0a0a0a; }
  .m-search__select {
    margin-top: 0.8rem;
    height: 3.2rem;
    line-height: 3.2rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%; }
  .m-search__button {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 100%;
    width: 1%; }
  .m-search__submit {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 3.2;
    background: #8a1f19;
    color: #fff;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: background 0.2s ease; }
    .m-search__submit:hover {
      background: #9f241d; }
    .m-search__submit span:before {
      font-family: "Ionicons";
      content: "\f4a4"; }
  .m-search__options {
    display: none; }
  .m-search--view {
    padding-right: 2.8125rem; }
  .m-search--top {
    background: #fff; }
  .m-search--top .m-search__input {
    border: 1px solid #e2e2e2; }
  .m-search--404 {
    background: none; }
  .m-search--404 .m-search__input {
    border: solid 1px #e2e2e2; }
  .m-search .form-item {
    margin-bottom: 0; }
  .m-search .form-select-wrapper {
    position: relative; }
  .m-search .ajax-progress-throbber {
    height: 3.2rem; }
  .m-search .throbber {
    margin-top: -2px; }
  @media print, screen and (min-width: 40em) {
    .m-search__select {
      margin-top: 0; }
    .m-search--half .m-search__leftcol,
    .m-search--half .m-search__rightcol {
      width: 50%; } }
  @media print, screen and (min-width: 64em) {
    .m-search__canvas-toggle {
      display: none; }
    .m-search--view {
      padding-right: 0; }
    .m-search--top {
      background: none; } }

.m-section {
  padding-bottom: 4.8rem; }
  .m-section--std {
    background: #fff;
    padding-bottom: 0rem; }
  .m-section--inv {
    padding-top: 3.2rem;
    padding-bottom: 0rem;
    background: #53565A; }
  .m-section--hero {
    padding-top: 0;
    padding-bottom: 0rem; }
  .m-section__inner {
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 40em) {
      .m-section__inner {
        max-width: 900px; } }
    @media print, screen and (min-width: 64em) {
      .m-section__inner {
        max-width: 1060px; } }
    @media screen and (min-width: 75em) {
      .m-section__inner {
        max-width: 1200px; } }
    @media screen and (min-width: 87.5em) {
      .m-section__inner {
        max-width: 1350px; } }
    .m-section__inner::before, .m-section__inner::after {
      display: table;
      content: ' '; }
    .m-section__inner::after {
      clear: both; }
    .m-section__inner--pad {
      padding-left: 0.8rem;
      padding-right: 0.8rem; }
      @media print, screen and (min-width: 40em) {
        .m-section__inner--pad {
          padding-left: 0.8rem;
          padding-right: 0.8rem; } }
  .m-section__subsection {
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 40em) {
      .m-section__subsection {
        max-width: 900px; } }
    @media print, screen and (min-width: 64em) {
      .m-section__subsection {
        max-width: 1060px; } }
    @media screen and (min-width: 75em) {
      .m-section__subsection {
        max-width: 1200px; } }
    @media screen and (min-width: 87.5em) {
      .m-section__subsection {
        max-width: 1350px; } }
    .m-section__subsection::before, .m-section__subsection::after {
      display: table;
      content: ' '; }
    .m-section__subsection::after {
      clear: both; }
  .m-section__intro {
    padding-top: 0.8rem;
    width: 100%;
    float: left;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    background: #fff;
    z-index: 1;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      .m-section__intro {
        padding-right: 0.8rem;
        padding-left: 0.8rem; } }
    .m-section__intro:last-child:not(:first-child) {
      float: right; }
  .m-section__title {
    margin-bottom: 1.6rem;
    margin-top: 0; }
    .m-section__title--inv {
      color: #fff; }
  .m-section__cue {
    text-align: center; }
    .m-section__cue i {
      color: rgba(0, 0, 0, 0.1);
      transition: background-color .25s linear,border-color .25s linear,box-shadow .25s linear,color .25s linear,opacity .25s linear; }
      .m-section__cue i:hover {
        color: rgba(0, 0, 0, 0.4); }
      .m-section__cue i:before {
        font-size: 2.2807rem;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto; }
        @media print, screen and (min-width: 40em) {
          .m-section__cue i:before {
            font-size: 3.58318rem; } }
        @media print, screen and (min-width: 64em) {
          .m-section__cue i:before {
            font-size: 4.76837rem; } }
    .m-section__cue--arrow-fees {
      margin-top: 1.6rem;
      display: inline-block; }
    .m-section__cue--arrow i:before, .m-section__cue--arrow-fees i:before {
      content: "\f35f"; }
  @media print, screen and (min-width: 40em) {
    .m-section__intro {
      width: 58.33333%;
      margin-top: -3.2rem; }
    .m-section__main .inner {
      margin-top: -3.2rem;
      padding-top: 0.8rem;
      padding-left: 0.8rem;
      padding-right: 0.8rem;
      position: relative;
      background: #fff; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .m-section__main .inner {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }
  @media print, screen and (min-width: 40em) {
    .m-section__secondary {
      margin-top: 1.6rem; } }

.m-sections {
  margin-top: 1.6rem; }
  .m-sections__item + .m-sections__item {
    padding-top: 1.6rem;
    margin-top: 1.6rem;
    border-top: 1px solid #f5f5f5;
    clear: both; }
  .m-sections__item h2, .m-sections__item h3 {
    margin-top: 0; }
  .m-sections__learning-section {
    margin-bottom: -1.6rem; }
  .m-sections__title {
    margin-bottom: 1.6rem;
    font-size: 1.26562rem; }
    @media print, screen and (min-width: 40em) {
      .m-sections__title {
        font-size: 1.44rem; } }
    @media print, screen and (min-width: 64em) {
      .m-sections__title {
        font-size: 1.5625rem; } }
  .m-sections__img {
    margin-bottom: 1.6rem; }
  .m-sections--dark .m-sections__item {
    border-color: #e2e2e2; }

.m-sub-nav {
  background: #b52921;
  width: 100%; }
  @media print, screen and (min-width: 40em) {
    .m-sub-nav {
      transition: all 0.5s ease; } }
  .m-sub-nav__icons, .m-sub-nav__list, .m-sub-nav ul.menu {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0; }
  .m-sub-nav__icons::before, .m-sub-nav__icons::after {
    display: table;
    content: ' '; }
  .m-sub-nav__icons::after {
    clear: both; }
  .m-sub-nav__inner::before, .m-sub-nav__inner::after, .m-sub-nav .inner::before, .m-sub-nav .inner::after {
    display: table;
    content: ' '; }
  .m-sub-nav__inner::after, .m-sub-nav .inner::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .m-sub-nav__inner, .m-sub-nav .inner {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      float: left;
      padding-right: 0.8rem;
      padding-left: 0.8rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .m-sub-nav__inner, .m-sub-nav .inner {
      max-width: 900px; } }
  @media print, screen and (min-width: 40em) and (min-width: 64em) {
    .m-sub-nav__inner, .m-sub-nav .inner {
      max-width: 1060px; } }
  @media screen and (min-width: 40em) and (min-width: 75em) {
    .m-sub-nav__inner, .m-sub-nav .inner {
      max-width: 1200px; } }
  @media screen and (min-width: 40em) and (min-width: 87.5em) {
    .m-sub-nav__inner, .m-sub-nav .inner {
      max-width: 1350px; } }
  @media print, screen and (min-width: 40em) {
      .m-sub-nav__inner::before, .m-sub-nav__inner::after, .m-sub-nav .inner::before, .m-sub-nav .inner::after {
        display: table;
        content: ' '; }
      .m-sub-nav__inner::after, .m-sub-nav .inner::after {
        clear: both; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .m-sub-nav__inner, .m-sub-nav .inner {
      padding-right: 0.8rem;
      padding-left: 0.8rem; } }
  @media print, screen and (min-width: 40em) {
      .m-sub-nav__inner:last-child:not(:first-child), .m-sub-nav .inner:last-child:not(:first-child) {
        float: right; }
      .m-sub-nav__inner, .m-sub-nav__inner:last-child, .m-sub-nav .inner, .m-sub-nav .inner:last-child {
        float: none; } }
  .m-sub-nav__icon-top {
    float: left; }
  .m-sub-nav__icon-burger {
    float: left; }
    @media print, screen and (min-width: 40em) {
      .m-sub-nav__icon-burger {
        display: none; } }
  .m-sub-nav__list, .m-sub-nav ul.menu {
    display: none; }
    @media print, screen and (min-width: 40em) {
      .m-sub-nav__list, .m-sub-nav ul.menu {
        display: block;
        float: left;
        border-right: 1px solid #92211b; } }
  @media print, screen and (min-width: 40em) {
    .m-sub-nav__item, .m-sub-nav ul.menu > li {
      display: inline-block;
      float: left;
      border-left: 1px solid #92211b; } }
  .m-sub-nav__item + .m-sub-nav__item, .m-sub-nav ul.menu > li + li {
    border-top: 1px solid #92211b; }
    @media print, screen and (min-width: 40em) {
      .m-sub-nav__item + .m-sub-nav__item, .m-sub-nav ul.menu > li + li {
        border-top: 0; } }
  .m-sub-nav__link, .m-sub-nav a {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    display: block;
    color: #fff;
    transition: background-color 0.5s; }
    @media print, screen and (min-width: 40em) {
      .m-sub-nav__link, .m-sub-nav a {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media print, screen and (min-width: 64em) {
      .m-sub-nav__link, .m-sub-nav a {
        font-size: 1.125rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .m-sub-nav__link, .m-sub-nav a {
      font-size: 1.2rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .m-sub-nav__link, .m-sub-nav a {
      font-size: 1.25rem; } }
    .m-sub-nav__link--active, .m-sub-nav a--active {
      font-family: "Myriad W08 Semibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
    .m-sub-nav__link:hover, .m-sub-nav a:hover {
      background: #9f241d; }
  .m-sub-nav--unit a {
    font-size: 1.125rem; }
    @media print, screen and (min-width: 40em) {
      .m-sub-nav--unit a {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .m-sub-nav--unit a {
        font-size: 1.25rem; } }
  @media print, screen and (min-width: 40em) {
    .m-sub-nav__icons {
      float: left; } }

.m-tabs__title {
  display: none; }

.m-tabs__list {
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  margin-right: 0.8rem;
  padding-right: 0.8rem;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0; }

.m-tabs__item {
  display: inline-block;
  margin-right: 4px; }
  .m-tabs__item.is-active .m-tabs__link {
    color: #b52921;
    background: #f5f5f5; }

.m-tabs__sub-title {
  display: block;
  text-align: center; }

.m-tabs__link {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 1.125rem;
  display: block;
  background: #fff;
  font-size: 0.8rem;
  line-height: 1.6rem; }
  @media print, screen and (min-width: 40em) {
    .m-tabs__link {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media print, screen and (min-width: 40em) {
    .m-tabs__link {
      font-size: 1.2rem; } }
  @media print, screen and (min-width: 64em) {
    .m-tabs__link {
      font-size: 1.25rem; } }

.m-tabs__content {
  position: relative;
  top: -1px;
  background: #f5f5f5; }
  .m-tabs__content--static {
    min-height: 25.6rem; }

.m-tabs__panel {
  display: none; }
  .m-tabs__panel::before, .m-tabs__panel::after {
    display: table;
    content: ' '; }
  .m-tabs__panel::after {
    clear: both; }
  .m-tabs__panel--combi {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    border: 1px solid #f5f5f5;
    background: none;
    display: block; }
    @media print, screen and (min-width: 40em) {
      .m-tabs__panel--combi {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
  .m-tabs__panel.is-active {
    display: block; }

.m-tabs__column {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  width: 100%;
  float: left;
  padding-right: 0.8rem;
  padding-left: 0.8rem; }
  @media print, screen and (min-width: 40em) {
    .m-tabs__column {
      padding-right: 0.8rem;
      padding-left: 0.8rem; } }
  .m-tabs__column:last-child:not(:first-child) {
    float: right; }

.m-tabs__section + .m-tabs__section {
  margin-top: 1.6rem; }

.m-tabs__static {
  display: none; }

.m-tabs--inverted .m-tabs__column--secondary {
  color: #fff;
  background: #3A3A3A; }
  .m-tabs--inverted .m-tabs__column--secondary * {
    color: #fff; }

.m-tabs--inverted .m-tabs__link {
  background: #f5f5f5; }

.m-tabs--inverted .m-tabs__content {
  background: #fff; }

.m-tabs--inverted .is-active .m-tabs__link {
  background: #fff; }

.m-tabs--admin .m-tabs__link {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 0.8rem; }
  @media print, screen and (min-width: 40em) {
    .m-tabs--admin .m-tabs__link {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }

.m-tabs--admin .m-tabs__item {
  margin: 0;
  border-right: 1px solid #f5f5f5; }

.m-tabs .pane-title {
  display: none; }

@media print, screen and (min-width: 40em) {
  .m-tabs__column {
    position: relative; }
    .m-tabs__column--primary {
      width: 66.66667%; }
    .m-tabs__column--secondary {
      width: 33.33333%; }
  .m-tabs__static {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 33.33333%;
    background-size: cover;
    background-position: center; }
    .m-tabs__static ~ .m-tabs__panel {
      min-height: 22rem; }
  .m-tabs__panel--aside {
    position: relative; }
    .m-tabs__panel--aside:before {
      content: '';
      background: #3A3A3A;
      top: 0;
      bottom: 0;
      right: 0;
      width: 33.33333%;
      position: absolute;
      display: block; } }

.m-tabs2 {
  margin-top: 1.6rem; }
  .m-tabs2__tabs {
    border-bottom: 1px solid #e2e2e2; }
  .m-tabs2__list {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    margin-bottom: -2px; }
    @media print, screen and (min-width: 40em) {
      .m-tabs2__list {
        max-width: 900px; } }
    @media print, screen and (min-width: 64em) {
      .m-tabs2__list {
        max-width: 1060px; } }
    @media screen and (min-width: 75em) {
      .m-tabs2__list {
        max-width: 1200px; } }
    @media screen and (min-width: 87.5em) {
      .m-tabs2__list {
        max-width: 1350px; } }
    .m-tabs2__list::before, .m-tabs2__list::after {
      display: table;
      content: ' '; }
    .m-tabs2__list::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .m-tabs2__list {
        padding-right: 0.8rem;
        padding-left: 0.8rem; } }
    .m-tabs2__list:last-child:not(:first-child) {
      float: right; }
    .m-tabs2__list, .m-tabs2__list:last-child {
      float: none; }
  .m-tabs2__item {
    display: inline-block; }
    .m-tabs2__item.is-active {
      border-bottom: 3px solid #b52921; }
      .m-tabs2__item.is-active .m-tabs2__link {
        color: #0a0a0a; }
  .m-tabs2__sub-title {
    display: block;
    text-align: center; }
  .m-tabs2__link {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-size: 1.26562rem;
    display: block;
    color: #e2e2e2; }
    @media print, screen and (min-width: 40em) {
      .m-tabs2__link {
        padding-left: 1.6rem;
        padding-right: 1.6rem; } }
    @media print, screen and (min-width: 40em) {
      .m-tabs2__link {
        font-size: 1.44rem; } }
    @media print, screen and (min-width: 64em) {
      .m-tabs2__link {
        font-size: 1.5625rem; } }
  .m-tabs2__panel {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    min-height: convert-length(256px, rem);
    display: none; }
    .m-tabs2__panel::before, .m-tabs2__panel::after {
      display: table;
      content: ' '; }
    .m-tabs2__panel::after {
      clear: both; }
    .m-tabs2__panel--inv {
      background: #fff; }
    .m-tabs2__panel--combi {
      padding-left: 0.8rem;
      padding-right: 0.8rem;
      border: 1px solid #f5f5f5;
      background: none;
      display: block; }
      @media print, screen and (min-width: 40em) {
        .m-tabs2__panel--combi {
          padding-left: 0.8rem;
          padding-right: 0.8rem; } }
    .m-tabs2__panel.is-active {
      display: block; }
  .m-tabs2--combi {
    margin-bottom: 1.6rem; }

.m-teaser {
  margin-bottom: 1.6rem;
  display: block;
  position: relative;
  overflow: hidden; }
  .m-teaser + .m-teaser {
    margin-top: 1.6rem; }
  .m-teaser__img {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 12.8rem; }
    .m-teaser__img:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.2); }
    .m-teaser__img--feature {
      height: 0;
      padding-bottom: 65%; }
    .m-teaser__img--country {
      height: 4.8rem; }
  .m-teaser__title {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-size: 1.125rem;
    position: absolute;
    bottom: 1.06667rem;
    font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    display: inline-block;
    background: #fff;
    color: #0a0a0a;
    padding-left: 1.6rem;
    padding-right: 0.8rem;
    z-index: 1;
    line-height: 1.6rem;
    margin: 0;
    max-width: 65%; }
    @media print, screen and (min-width: 40em) {
      .m-teaser__title {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .m-teaser__title {
        font-size: 1.25rem; } }
    .m-teaser__title:before {
      font-family: "Ionicons";
      content: "\f3d3";
      text-align: center;
      position: absolute;
      left: 0;
      top: 0;
      width: 1.6rem;
      display: inline-block;
      color: #b52921;
      height: 3.2rem;
      line-height: 3.2rem;
      font-size: 0.8rem; }
  .m-teaser__summary {
    margin-top: 0.8rem;
    padding-bottom: 1.6rem;
    color: #0a0a0a; }
  .m-teaser:hover .m-teaser__title {
    background: #b52921;
    color: #fff; }
    .m-teaser:hover .m-teaser__title:before {
      color: #fff; }
  @media print, screen and (min-width: 64em) {
    .m-teaser__summary {
      width: 100%;
      position: relative; }
      .m-teaser__summary:before {
        content: '';
        display: block;
        position: absolute;
        top: -0.8rem;
        width: 25%;
        height: 1px;
        background: rgba(255, 255, 255, 0.4); } }

.m-timeline {
  padding-top: 4.8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  position: relative; }
  .m-timeline__inner {
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 40em) {
      .m-timeline__inner {
        max-width: 900px; } }
    @media print, screen and (min-width: 64em) {
      .m-timeline__inner {
        max-width: 1060px; } }
    @media screen and (min-width: 75em) {
      .m-timeline__inner {
        max-width: 1200px; } }
    @media screen and (min-width: 87.5em) {
      .m-timeline__inner {
        max-width: 1350px; } }
    .m-timeline__inner::before, .m-timeline__inner::after {
      display: table;
      content: ' '; }
    .m-timeline__inner::after {
      clear: both; }
  .m-timeline__title-wrapper {
    padding-left: 0.8rem;
    padding-right: 0.8rem; }
    @media print, screen and (min-width: 40em) {
      .m-timeline__title-wrapper {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
  .m-timeline__title {
    margin-bottom: 3.2rem;
    text-align: center;
    margin-right: 1.5rem; }
  .m-timeline__dates-wrapper {
    position: relative; }
  .m-timeline__dates {
    z-index: 1; }
  .m-timeline__item {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    position: relative;
    text-align: center;
    color: #fff;
    cursor: pointer; }
    .m-timeline__item:after {
      content: '';
      position: absolute;
      left: 50%;
      right: auto;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      bottom: -6px;
      height: 16px;
      width: 16px;
      border-radius: 50%;
      border: 3px solid #b52921;
      background-color: #fff;
      transition: background-color 0.3s, border-color 0.3s; }
    .m-timeline__item.slick-current:after {
      border-color: #b52921;
      background-color: #b52921; }
    .m-timeline__item.slick-current ~ .m-timeline__item:after {
      border-color: #f5f5f5; }
  .m-timeline__date {
    font-style: italic; }
  .m-timeline__type {
    font-size: 1.26562rem;
    font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
    @media print, screen and (min-width: 40em) {
      .m-timeline__type {
        font-size: 1.44rem; } }
    @media print, screen and (min-width: 64em) {
      .m-timeline__type {
        font-size: 1.5625rem; } }
  .m-timeline__line {
    position: relative; }
    .m-timeline__line:before, .m-timeline__line:after {
      content: '';
      position: absolute;
      height: 4px;
      left: 0;
      bottom: 1.6rem; }
    .m-timeline__line:before {
      width: 100%;
      background: #f5f5f5; }
    .m-timeline__line:after {
      content: '';
      position: absolute;
      right: 50%;
      background-color: #b52921;
      transition: background-color 0.3s, border-color 0.3s; }
  .m-timeline__events {
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 40em) {
      .m-timeline__events {
        max-width: 900px; } }
    @media print, screen and (min-width: 64em) {
      .m-timeline__events {
        max-width: 1060px; } }
    @media screen and (min-width: 75em) {
      .m-timeline__events {
        max-width: 1200px; } }
    @media screen and (min-width: 87.5em) {
      .m-timeline__events {
        max-width: 1350px; } }
    .m-timeline__events::before, .m-timeline__events::after {
      display: table;
      content: ' '; }
    .m-timeline__events::after {
      clear: both; }
    .m-timeline__events img {
      width: 100%; }
  .m-timeline__event {
    width: 100%;
    float: left;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    float: none;
    display: block;
    margin-top: 10px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #f5f5f5;
    color: #0a0a0a; }
    @media print, screen and (min-width: 40em) {
      .m-timeline__event {
        padding-right: 0.8rem;
        padding-left: 0.8rem; } }
    .m-timeline__event:last-child:not(:first-child) {
      float: right; }
    .m-timeline__event:before {
      top: -10px;
      left: 50%;
      margin-left: -10px;
      position: absolute;
      content: '';
      width: 0px;
      height: 0px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #f5f5f5; }
  .m-timeline__event-title {
    margin-bottom: 1.6rem;
    color: #3679be; }
  .m-timeline__backgrounds {
    height: 12.8rem; }
    .m-timeline__backgrounds li div {
      width: 100%;
      background-size: cover;
      height: 100%; }
    .m-timeline__backgrounds .slick-list, .m-timeline__backgrounds .slick-track {
      height: 100%; }
  @media print, screen and (min-width: 40em) {
    .m-timeline__title {
      color: #fff; }
    .m-timeline__backgrounds {
      height: auto;
      z-index: -1;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      .m-timeline__backgrounds:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4); }
    .m-timeline__event {
      width: 50%;
      background: #fff; }
      .m-timeline__event:before {
        border-bottom: 10px solid #fff; } }

ul.token-input-list {
  padding: 0.25rem;
  overflow: hidden;
  width: 100%;
  cursor: text;
  z-index: 999;
  margin: 0;
  background-color: #fff;
  list-style-type: none;
  clear: left;
  border: 1px solid #e2e2e2; }
  ul.token-input-list .token-input-input-token {
    float: left;
    list-style-type: none; }
    ul.token-input-list .token-input-input-token input {
      height: auto;
      padding: 0.25rem;
      margin-bottom: 0;
      padding-left: 0;
      -webkit-appearance: caret;
      margin-top: 2px; }
      ul.token-input-list .token-input-input-token input:focus {
        box-shadow: none; }

li.token-input-token {
  padding: 0.25rem 0.5rem;
  background-color: #f3bebb;
  cursor: default;
  float: left;
  margin-right: 0.5rem;
  border-radius: 4px;
  border: 1px solid #b52921; }
  li.token-input-token p {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle; }

.token-input-delete-token {
  margin-left: 0.5rem;
  cursor: pointer;
  color: #b52921;
  display: inline-block;
  vertical-align: middle; }

li.token-input-selected-token {
  background-color: #b52921;
  color: #fff; }
  li.token-input-selected-token span {
    color: #bbb; }

div.token-input-dropdown {
  position: absolute;
  width: 400px;
  background-color: #fff;
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: default;
  z-index: 1; }
  div.token-input-dropdown p {
    margin: 0;
    padding: 5px;
    color: #777; }
  div.token-input-dropdown ul {
    margin: 0;
    padding: 0; }
    div.token-input-dropdown ul li {
      background-color: #fff;
      padding: 3px; }
      div.token-input-dropdown ul li:before {
        font-family: "Ionicons";
        content: "\f489";
        color: #b52921;
        padding: 0 0.4rem; }
      div.token-input-dropdown ul li.token-input-dropdown-item {
        background-color: #fafafa; }
      div.token-input-dropdown ul li.token-input-dropdown-item2 {
        background-color: #fff; }
      div.token-input-dropdown ul li.token-input-selected-dropdown-item {
        background-color: #e2e2e2; }
      div.token-input-dropdown ul li span {
        font-size: 0.7rem;
        color: #3A3A3A;
        margin-left: 0.4rem;
        font-style: italic; }
  div.token-input-dropdown b {
    font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal; }

.m-tooltip {
  margin-bottom: 1.6rem;
  position: relative;
  background: #3A3A3A;
  color: #fff;
  padding: 0.8rem 1.2rem;
  text-align: center;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, 0.3); }
  .m-tooltip:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #3A3A3A;
    border-width: 0.8rem;
    margin-left: -0.8rem; }
  .m-tooltip p {
    margin-bottom: 0; }
  .m-tooltip .close-button {
    font-size: 1.6rem;
    color: #fff;
    right: 0.8rem;
    top: 0.4rem; }
  .m-tooltip--success {
    background: #1dc354; }
    .m-tooltip--success:after {
      border-top-color: #1dc354; }

.m-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .m-video iframe,
  .m-video object,
  .m-video embed,
  .m-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .m-video--cinemascope {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 42.85714%;
    overflow: hidden; }
    .m-video--cinemascope iframe,
    .m-video--cinemascope object,
    .m-video--cinemascope embed,
    .m-video--cinemascope video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .m-video--mychesterstory {
    margin-bottom: 1.6rem; }

.m-pullquote {
  margin-bottom: 1.6rem; }
  .m-pullquote blockquote {
    border-top: 2px solid #b52921;
    border-bottom: 2px solid #b52921;
    font-family: "Myriad W01 Lt It", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    padding: 1.875rem 1.25rem 1.1875rem 1.1875rem;
    margin: 0;
    position: relative;
    color: #53534A;
    margin-bottom: 0.8rem;
    font-size: 1.125rem; }
    @media print, screen and (min-width: 40em) {
      .m-pullquote blockquote {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .m-pullquote blockquote {
        font-size: 1.25rem; } }
    .m-pullquote blockquote:before, .m-pullquote blockquote:after {
      font-family: Georgia, serif;
      display: block;
      position: absolute;
      color: rgba(0, 0, 0, 0.2);
      font-size: 80px; }
    .m-pullquote blockquote:before {
      content: "\201C";
      bottom: -35px;
      right: 40px; }
    .m-pullquote blockquote:after {
      content: "\201D";
      bottom: -42px;
      right: 8px; }
  .m-pullquote cite {
    line-height: normal;
    font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-style: normal;
    color: #919396;
    font-size: 1rem;
    display: block;
    margin: 0.8rem 0 0.8rem 0;
    padding-right: 4rem; }
  @media print, screen and (min-width: 40em) {
    .m-pullquote {
      width: 300px; }
      .m-pullquote.right {
        float: right;
        margin: 0 0 1.25rem 2.5rem; }
      .m-pullquote.left {
        float: left;
        margin: 0 2.5rem 1.25rem 0; } }

.m-circle {
  margin: 0 auto 1.6rem auto;
  position: relative;
  overflow: hidden;
  width: 12em;
  height: 12em;
  border-radius: 50%;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-family: "Myriad W01 Lt It", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  background: linear-gradient(30deg, #9bcb61 36.78%, transparent 36.78%) 0 0, linear-gradient(60deg, #f6e04e 63.22%, transparent 63.22%) 0 0, linear-gradient(90deg, #f4c64d 100%, transparent 100%) 0 0, linear-gradient(-30deg, #f0463e 36.78%, transparent 36.78%) 100% 0, linear-gradient(-60deg, #f57d42 63.22%, transparent 63.22%) 100% 0, linear-gradient(30deg, transparent 63.22%, #c14273 63.22%) 100% 100%, linear-gradient(60deg, transparent 36.78%, #86489b 36.78%) 100% 100%, linear-gradient(90deg, transparent 0%, #008fca 0%) 100% 100%, linear-gradient(-30deg, transparent 63.22%, #82ba75 63.22%) 0 100%, linear-gradient(-60deg, transparent 36.78%, #00b8a9 36.78%) 0 100%, #f9a260 linear-gradient(#00bced, #00bced) 50% 100%;
  background-repeat: no-repeat;
  background-size: 50% 50%; }
  .m-circle__center {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 5.5em);
    top: calc(50% - 5.5em);
    width: 11em;
    height: 11em;
    background: #fff;
    z-index: 13;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .m-circle__content {
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    padding: 1.3em 1.2em;
    font-size: 1em; }
    .m-circle__content:before, .m-circle__content:after {
      content: '';
      position: absolute;
      text-align: center;
      left: 50%;
      width: 100%;
      background-image: url(/sites/all/themes/global/images/quote.svg);
      width: 1.6em;
      height: 1.3em;
      background-size: 1.6em;
      margin-left: -0.8em; }
    .m-circle__content:before {
      top: -5px; }
    .m-circle__content:after {
      bottom: -5px;
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .m-circle__content span {
      font-family: "Myriad W01 Lt It", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-weight: bold; }
    .m-circle__content--small {
      padding: 1.3em 1.5em;
      font-size: 1em; }
  @media print, screen and (min-width: 40em) {
    .m-circle {
      width: 15em;
      height: 15em;
      -webkit-shape-outside: circle();
      shape-outside: circle();
      margin: 1.25rem; }
      .m-circle.left {
        float: left; }
      .m-circle.right {
        float: right; }
      .m-circle--2-col {
        margin: 0 auto 1.6rem auto; }
      .m-circle--3-col {
        width: 10em;
        height: 10em;
        margin: 0 auto 1em auto; }
      .m-circle--small {
        width: 12em;
        height: 12em;
        margin: 0.5em 0 1em 2em; }
      .m-circle__center {
        content: "";
        position: absolute;
        border-radius: 50%;
        left: calc(50% - 7em);
        top: calc(50% - 7em);
        width: 14em;
        height: 14em; }
        .m-circle__center--3-col {
          content: "";
          position: absolute;
          border-radius: 50%;
          left: calc(50% - 4.5em);
          top: calc(50% - 4.5em);
          width: 9em;
          height: 9em; }
        .m-circle__center--small {
          content: "";
          position: absolute;
          border-radius: 50%;
          left: calc(50% - 5.5em);
          top: calc(50% - 5.5em);
          width: 11em;
          height: 11em; }
      .m-circle__content {
        padding: 2.4em 1.2em; }
        .m-circle__content--3-col {
          padding: 1.3em 1.2em;
          font-size: 0.8em; }
        .m-circle__content--small {
          padding: 1.3em 1.5em; } }
  @media print, screen and (min-width: 64em) {
    .m-circle__center--3-col {
      content: "";
      position: absolute;
      border-radius: 50%;
      left: calc(50% - 4.9em);
      top: calc(50% - 4.9em);
      width: 9.8em;
      height: 9.8em; }
    .m-circle__content--3-col {
      padding: 1.2em;
      font-size: 0.9em; }
    .m-circle--3-col {
      width: 10.8em;
      height: 10.8em;
      margin-bottom: 1.6rem; } }
  @media screen and (min-width: 75em) {
    .m-circle__center--3-col {
      content: "";
      position: absolute;
      border-radius: 50%;
      left: calc(50% - 6em);
      top: calc(50% - 6em);
      width: 12em;
      height: 12em; }
    .m-circle__content--3-col {
      padding: 1.5em;
      font-size: 1em; }
    .m-circle--3-col {
      width: 13em;
      height: 13em; } }
  @media screen and (min-width: 87.5em) {
    .m-circle__center--3-col {
      content: "";
      position: absolute;
      border-radius: 50%;
      left: calc(50% - 7em);
      top: calc(50% - 7em);
      width: 14em;
      height: 14em; }
    .m-circle__content--3-col {
      padding: 1.5em;
      font-size: 1.1em; }
    .m-circle--3-col {
      width: 15em;
      height: 15em;
      margin-bottom: 1.6rem; } }

.c-band {
  position: relative;
  z-index: 5;
  background: #b52921;
  transition: background 0.2s ease; }
  .c-band:hover {
    background: #9f241d; }
  .c-band:nth-child(even) {
    background: #8a1f19; }
    .c-band:nth-child(even):hover {
      background: #741a15; }
  .c-band__arrow {
    margin-top: 0.8rem;
    text-align: center; }
    .c-band__arrow:before {
      font-size: 1.2rem;
      display: inline-block;
      font-family: "Ionicons";
      content: "\f3d0";
      color: #b52921;
      transition: transform 0.2s ease;
      width: 30px;
      height: 30px;
      background: #fff;
      border-radius: 100%;
      line-height: 31px; }
  .c-band__link {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    display: block;
    position: relative;
    color: #fff; }
  .c-band__title {
    font-size: 1.42383rem;
    margin: 0;
    color: #fff; }
    @media print, screen and (min-width: 40em) {
      .c-band__title {
        font-size: 1.728rem; } }
    @media print, screen and (min-width: 64em) {
      .c-band__title {
        font-size: 1.95312rem; } }
  .c-band__summary {
    font-size: 1.125rem;
    margin-top: 0.8rem; }
    @media print, screen and (min-width: 40em) {
      .c-band__summary {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .c-band__summary {
        font-size: 1.25rem; } }
    .c-band__summary a {
      color: #fff;
      text-decoration: underline; }
  .c-band__content {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    display: none;
    background: #f5f5f5; }
    .c-band__content--hidden {
      display: none; }
    .c-band__content .m-sections__item + .m-sections__item {
      border-color: #e2e2e2; }
    .c-band__content--nobg {
      background: none;
      color: #fff; }
  .c-band--expanded .c-band__arrow:before {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .c-band--expanded .c-band__content {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .c-band__arrow {
      width: 8.33333%;
      position: absolute;
      top: 0;
      bottom: 0;
      margin-top: 2rem; } }

.c-dropdown {
  position: relative;
  z-index: 5; }
  .c-dropdown__bar {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    background: #b52921; }
    .c-dropdown__bar--darken {
      background: #8a1f19; }
  .c-dropdown__link {
    font-size: 1.42383rem;
    color: #fff; }
    @media print, screen and (min-width: 40em) {
      .c-dropdown__link {
        font-size: 1.728rem; } }
    @media print, screen and (min-width: 64em) {
      .c-dropdown__link {
        font-size: 1.95312rem; } }
  .c-dropdown__content {
    background: #f5f5f5; }
    .c-dropdown__content--hidden {
      display: none; }

.c-links {
  display: none; }
  .c-links a {
    display: block;
    font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    background: #fff;
    color: #fff;
    padding: 1rem 1.2rem;
    color: #0a0a0a;
    border-bottom: 1px solid #e2e2e2; }
    .c-links a:before {
      font-family: "Ionicons";
      content: "\f3d3";
      margin-right: 1rem;
      color: #b52921; }
    .c-links a:hover {
      background: #b52921;
      color: #fff; }
      .c-links a:hover:before {
        color: #fff; }
  .c-links--tel:before {
    content: "\f4b9" !important; }
  .c-links--notification:before {
    content: "\f39b" !important; }
  .c-links--location:before {
    content: "\f456" !important; }
  .c-links--large {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .c-links {
      padding-left: 0;
      list-style: none;
      margin-top: 0;
      margin-bottom: 0;
      display: block;
      position: fixed;
      top: 18rem;
      right: 0;
      z-index: 8;
      text-align: right;
      max-width: 33.33333%;
      transition: all 0.5s ease-out; }
      .c-links a {
        display: inline-block;
        box-shadow: -3px 3px 0px rgba(21, 21, 21, 0.14);
        border-bottom: none; }
      .c-links.hide {
        margin-right: -100%; }
      .c-links li {
        margin-bottom: 0.8rem;
        opacity: 0;
        transition: all 0.5s ease-out;
        margin-right: -200px; }
        .c-links li.visible {
          opacity: 1;
          margin-right: 0; }
      .c-links--large {
        font-size: 1.125rem; } }
    @media print, screen and (min-width: 40em) and (min-width: 40em) {
      .c-links--large {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 40em) and (min-width: 64em) {
      .c-links--large {
        font-size: 1.25rem; } }
  @media screen and (min-width: 91.25em) {
    .c-links a {
      font-size: 1.25rem; } }

.c-search {
  z-index: 7;
  position: relative;
  background: #fff; }
  .c-search__bar {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    background: #e2e2e2; }
  .c-search__button {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-size: 1rem;
    width: 100%; }
    .c-search__button-wrap {
      margin-top: 0.8rem; }
  .c-search__tooltip {
    display: none; }
  .c-search__intro {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-size: 1.125rem; }
    @media print, screen and (min-width: 40em) {
      .c-search__intro {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .c-search__intro {
        font-size: 1.25rem; } }
  .c-search__input {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    height: 3.2rem;
    line-height: 3.2rem;
    border: 1px solid #c9c9c9;
    border-radius: 12px; }
    .c-search__input::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #d5d5d5; }
    .c-search__input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #d5d5d5;
      opacity: 1; }
    .c-search__input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #d5d5d5;
      opacity: 1; }
    .c-search__input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #d5d5d5; }
    .c-search__input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #d5d5d5; }
    .c-search__input:focus + div {
      display: none; }
    .c-search__input-wrap:before {
      font-size: 1.80203rem;
      line-height: 3.2rem;
      display: block;
      position: absolute;
      font-family: "Ionicons";
      content: "\f4a5";
      color: #e2e2e2;
      top: 0;
      bottom: 0;
      right: 1.6rem; }
      @media print, screen and (min-width: 40em) {
        .c-search__input-wrap:before {
          font-size: 2.48832rem; } }
      @media print, screen and (min-width: 64em) {
        .c-search__input-wrap:before {
          font-size: 3.05176rem; } }
    .c-search__input-wrap--searching:before {
      content: "\f29c";
      -webkit-animation: spin 1s linear infinite;
      -moz-animation: spin 1s linear infinite;
      animation: spin 1s linear infinite; }
  .c-search__table-modes {
    display: none; }
  .c-search .form-item, .c-search input {
    margin-bottom: 0; }
  .c-search thead {
    display: none; }
  @media print, screen and (min-width: 40em) {
    .c-search__bar {
      padding-top: 0;
      padding-bottom: 0;
      position: absolute;
      bottom: 100%;
      width: 100%;
      background: #fff;
      box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1), 0 -4px 4px 0px rgba(0, 0, 0, 0.1); }
    .c-search__button-wrap {
      line-height: 6.4rem;
      margin: 0; }
    .c-search__tooltip {
      font-size: 1.125rem;
      display: block;
      position: absolute;
      bottom: 100%;
      background: #3679be; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .c-search__tooltip {
      font-size: 1.2rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 64em) {
    .c-search__tooltip {
      font-size: 1.25rem; } }
  @media print, screen and (min-width: 40em) {
      .c-search__tooltip:after {
        border-top-color: #3679be; }
    .c-search__input {
      font-size: 1.42383rem;
      height: 6.4rem;
      line-height: 6.4rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .c-search__input {
      font-size: 1.728rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 64em) {
    .c-search__input {
      font-size: 1.95312rem; } }
  @media print, screen and (min-width: 40em) {
      .c-search__input, .c-search__input:focus {
        border: none;
        box-shadow: none; }
      .c-search__input-wrap {
        position: static; }
        .c-search__input-wrap:before {
          line-height: 6.4rem;
          width: 8.33333%;
          text-align: center;
          right: auto;
          left: 0;
          padding: 0; }
    .c-search__table-modes {
      display: block; } }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

footer {
  z-index: 1;
  position: relative; }

.learningexp {
  margin-bottom: 3.2rem; }
  .learningexp h3, .learningexp h4 {
    margin-bottom: 1.6rem; }

.callout {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  background: #f5f5f5; }
  @media print, screen and (min-width: 40em) {
    .callout {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }
  .callout--large p {
    font-size: 1.125rem; }
    @media print, screen and (min-width: 40em) {
      .callout--large p {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .callout--large p {
        font-size: 1.25rem; } }

.overview .m-video {
  margin-top: 0.8rem; }

.view-empty ul {
  margin-top: 1.6rem;
  padding-left: 1rem;
  list-style-type: disc;
  list-style-position: inside; }

.view-empty li {
  list-style-type: inherit; }

.field_intro {
  margin-bottom: 1.6rem; }

.combi_only #combinations ul {
  display: block; }

@media print, screen and (min-width: 40em) {
  .m-header .m-sidebar {
    display: none; } }

.jobs_facts {
  margin-bottom: 0.8rem !important; }
  .jobs_facts li {
    margin-bottom: 0.8rem; }

.view-mychesterstory li {
  margin-bottom: 1.6rem;
  list-style-type: none;
  padding-left: none; }

.view-mychesterstory h3 {
  text-align: center; }

.storify {
  margin-top: 1.6rem;
  max-width: none !important;
  width: 100% !important; }
  .storify .vignette {
    padding-left: 0.8rem;
    padding-right: 0.8rem; }
    @media print, screen and (min-width: 40em) {
      .storify .vignette {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }

.courseajax_kis {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem; }
  .courseajax_kis iframe {
    margin: auto; }
  .courseajax_kis .kis_small {
    height: 500px; }
  .courseajax_kis .kis_large {
    display: none; }
  @media print, screen and (min-width: 40em) {
    .courseajax_kis .kis_small {
      display: none; }
    .courseajax_kis .kis_large {
      display: block;
      width: 611px; } }

.mychesterstory_banner {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  color: #fff;
  background-image: url("https://www1.chester.ac.uk/sites/default/files/styles/hero/public/mychesterstory.jpg");
  background-size: cover;
  position: relative;
  display: block; }
  .mychesterstory_banner * {
    position: relative;
    z-index: 2; }
  .mychesterstory_banner:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.5s; }
  .mychesterstory_banner .leader {
    display: inline-block;
    vertical-align: middle; }
    .mychesterstory_banner .leader:before {
      font-size: 1.42383rem;
      font-family: "Ionicons";
      content: "\f351";
      display: inline-block;
      vertical-align: middle;
      margin-right: 1.6rem; }
      @media print, screen and (min-width: 40em) {
        .mychesterstory_banner .leader:before {
          font-size: 1.728rem; } }
      @media print, screen and (min-width: 64em) {
        .mychesterstory_banner .leader:before {
          font-size: 1.95312rem; } }
  .mychesterstory_banner:hover:after {
    background: rgba(0, 0, 0, 0.4); }
  .mychesterstory_banner:hover p {
    text-decoration: underline; }

.gsc-above-wrapper-area-container tr, .gsc-resultsHeader tr, .gcsc-branding tr, .gsc-table-result tr {
  background: none; }

.gcsc-branding tbody {
  border: none; }

.gsc-table-result {
  margin-bottom: 0; }

.courseajax_intro {
  margin-bottom: 1.6rem; }

.courseajax_contacthours {
  margin-top: 1.6rem; }

.courseajax_staffemail {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }

.combination_links {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99; }
  .combination_links a {
    font-size: 0.83rem;
    display: block;
    text-align: center;
    background: #cbeaff;
    height: 3.2rem;
    line-height: 3.2rem;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 0.4rem;
    padding-right: 0.4rem; }
    .combination_links a.is-active {
      font-family: "Myriad W08 Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      background: #3679be;
      color: #fff; }
      .combination_links a.is-active span {
        display: inline-block;
        background: #fff;
        color: #3679be;
        border-radius: 4px;
        padding: 0.2rem 0.6rem;
        line-height: 1.6rem; }
    .combination_links a:not(.is-active):hover {
      text-decoration: underline; }
  .combination_links .column, .combination_links .columns {
    position: relative; }
  .combination_links .ajax-progress-throbber {
    height: auto;
    top: 0;
    bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .combination_links a {
      font-size: 1rem; } }

.subunits {
  margin-bottom: 0.8rem; }
  .subunits li {
    position: relative;
    display: inline-block; }
    .subunits li + li {
      margin-left: 0.4rem; }
  .subunits a {
    background: #fff;
    display: block;
    padding: 0.4rem 0.8rem; }
    .subunits a.is-active {
      background: #b52921;
      color: #fff; }

#subunits_contact .m-facts__title {
  display: none; }

.twitter-status {
  background: #f5f5f5;
  margin-bottom: 0.8rem;
  width: 100%; }
  .twitter-status a {
    overflow-wrap: break-word; }
  @media print, screen and (min-width: 40em) {
    .twitter-status {
      margin-bottom: 0; } }

.open-days-modal {
  background: #f5f5f5;
  text-align: center;
  border: none; }

.noUi-horizontal {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  margin-left: 0.8rem;
  margin-right: 0.8rem; }

.noUi-connect {
  background: #b52921; }

#nouislider_vals {
  font-size: 1.125rem;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 0.4rem; }
  @media print, screen and (min-width: 40em) {
    #nouislider_vals {
      font-size: 1.2rem; } }
  @media print, screen and (min-width: 64em) {
    #nouislider_vals {
      font-size: 1.25rem; } }

#edit-submit-accommodation {
  display: none; }

.field-description + .m-link.file {
  margin-top: 0.8rem; }

.m-tabs__column .m-sections {
  margin-top: 0; }

#auth_box #www {
  padding-bottom: 15px; }

.striped-columns tbody td:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.05); }

input::-webkit-input-placeholder {
  color: #555 !important; }

input:-ms-input-placeholder {
  color: #555 !important; }

input::placeholder {
  color: #555 !important; }

button#btnClose.close-button {
  background: #f5f5f5;
  color: #000;
  transition: background-color .25s linear,border-color .25s linear,box-shadow .25s linear,color .25s linear,opacity .25s linear; }
  button#btnClose.close-button:hover {
    color: #fff; }
.videoList li ol {
  list-style-type: lower-alpha;
}
.videoList li {
  color: #3679be;
}
.videoList li:hover {
  cursor: pointer;
}

#VideoPlayer {
  width:100%;
  height:auto;
  max-width:100%;
}