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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

meta.foundation-version {
  font-family: "/5.5.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

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

html,
body {
  font-size: 18px;
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 66.66667rem;
  width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -9px;
  max-width: none;
  width: auto;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

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

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

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

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

  .small-push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }

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

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

  .small-push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

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

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

  .small-push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }

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

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

  .small-push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }

  .small-pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }

  .small-push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

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

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

  .small-push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }

  .small-pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }

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

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

  .small-push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }

  .small-pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }

  .small-push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

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

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

  .small-push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .small-push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }

  .small-pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 9px;
    padding-right: 9px;
    float: left;
  }

  .small-1 {
    width: 4.16667%;
  }

  .small-2 {
    width: 8.33333%;
  }

  .small-3 {
    width: 12.5%;
  }

  .small-4 {
    width: 16.66667%;
  }

  .small-5 {
    width: 20.83333%;
  }

  .small-6 {
    width: 25%;
  }

  .small-7 {
    width: 29.16667%;
  }

  .small-8 {
    width: 33.33333%;
  }

  .small-9 {
    width: 37.5%;
  }

  .small-10 {
    width: 41.66667%;
  }

  .small-11 {
    width: 45.83333%;
  }

  .small-12 {
    width: 50%;
  }

  .small-13 {
    width: 54.16667%;
  }

  .small-14 {
    width: 58.33333%;
  }

  .small-15 {
    width: 62.5%;
  }

  .small-16 {
    width: 66.66667%;
  }

  .small-17 {
    width: 70.83333%;
  }

  .small-18 {
    width: 75%;
  }

  .small-19 {
    width: 79.16667%;
  }

  .small-20 {
    width: 83.33333%;
  }

  .small-21 {
    width: 87.5%;
  }

  .small-22 {
    width: 91.66667%;
  }

  .small-23 {
    width: 95.83333%;
  }

  .small-24 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0 !important;
  }

  .small-offset-1 {
    margin-left: 4.16667% !important;
  }

  .small-offset-2 {
    margin-left: 8.33333% !important;
  }

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

  .small-offset-4 {
    margin-left: 16.66667% !important;
  }

  .small-offset-5 {
    margin-left: 20.83333% !important;
  }

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

  .small-offset-7 {
    margin-left: 29.16667% !important;
  }

  .small-offset-8 {
    margin-left: 33.33333% !important;
  }

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

  .small-offset-10 {
    margin-left: 41.66667% !important;
  }

  .small-offset-11 {
    margin-left: 45.83333% !important;
  }

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

  .small-offset-13 {
    margin-left: 54.16667% !important;
  }

  .small-offset-14 {
    margin-left: 58.33333% !important;
  }

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

  .small-offset-16 {
    margin-left: 66.66667% !important;
  }

  .small-offset-17 {
    margin-left: 70.83333% !important;
  }

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

  .small-offset-19 {
    margin-left: 79.16667% !important;
  }

  .small-offset-20 {
    margin-left: 83.33333% !important;
  }

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

  .small-offset-22 {
    margin-left: 91.66667% !important;
  }

  .small-offset-23 {
    margin-left: 95.83333% !important;
  }

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

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

  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 9px;
    padding-right: 9px;
    float: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

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

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

  .medium-push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }

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

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

  .medium-push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

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

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

  .medium-push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }

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

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

  .medium-push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }

  .medium-pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }

  .medium-push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

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

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

  .medium-push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }

  .medium-pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }

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

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

  .medium-push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }

  .medium-pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }

  .medium-push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

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

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

  .medium-push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .medium-push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }

  .medium-pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 9px;
    padding-right: 9px;
    float: left;
  }

  .medium-1 {
    width: 4.16667%;
  }

  .medium-2 {
    width: 8.33333%;
  }

  .medium-3 {
    width: 12.5%;
  }

  .medium-4 {
    width: 16.66667%;
  }

  .medium-5 {
    width: 20.83333%;
  }

  .medium-6 {
    width: 25%;
  }

  .medium-7 {
    width: 29.16667%;
  }

  .medium-8 {
    width: 33.33333%;
  }

  .medium-9 {
    width: 37.5%;
  }

  .medium-10 {
    width: 41.66667%;
  }

  .medium-11 {
    width: 45.83333%;
  }

  .medium-12 {
    width: 50%;
  }

  .medium-13 {
    width: 54.16667%;
  }

  .medium-14 {
    width: 58.33333%;
  }

  .medium-15 {
    width: 62.5%;
  }

  .medium-16 {
    width: 66.66667%;
  }

  .medium-17 {
    width: 70.83333%;
  }

  .medium-18 {
    width: 75%;
  }

  .medium-19 {
    width: 79.16667%;
  }

  .medium-20 {
    width: 83.33333%;
  }

  .medium-21 {
    width: 87.5%;
  }

  .medium-22 {
    width: 91.66667%;
  }

  .medium-23 {
    width: 95.83333%;
  }

  .medium-24 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 4.16667% !important;
  }

  .medium-offset-2 {
    margin-left: 8.33333% !important;
  }

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

  .medium-offset-4 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-5 {
    margin-left: 20.83333% !important;
  }

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

  .medium-offset-7 {
    margin-left: 29.16667% !important;
  }

  .medium-offset-8 {
    margin-left: 33.33333% !important;
  }

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

  .medium-offset-10 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-11 {
    margin-left: 45.83333% !important;
  }

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

  .medium-offset-13 {
    margin-left: 54.16667% !important;
  }

  .medium-offset-14 {
    margin-left: 58.33333% !important;
  }

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

  .medium-offset-16 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-17 {
    margin-left: 70.83333% !important;
  }

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

  .medium-offset-19 {
    margin-left: 79.16667% !important;
  }

  .medium-offset-20 {
    margin-left: 83.33333% !important;
  }

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

  .medium-offset-22 {
    margin-left: 91.66667% !important;
  }

  .medium-offset-23 {
    margin-left: 95.83333% !important;
  }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

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

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

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

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

  .push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }

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

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

  .push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

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

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

  .push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }

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

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

  .push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }

  .pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }

  .push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

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

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

  .push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }

  .pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }

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

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

  .push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }

  .pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }

  .push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

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

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

  .push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }

  .pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

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

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

  .large-push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }

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

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

  .large-push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

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

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

  .large-push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }

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

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

  .large-push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }

  .large-pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }

  .large-push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

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

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

  .large-push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }

  .large-pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }

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

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

  .large-push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }

  .large-pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }

  .large-push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

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

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

  .large-push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .large-push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }

  .large-pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 9px;
    padding-right: 9px;
    float: left;
  }

  .large-1 {
    width: 4.16667%;
  }

  .large-2 {
    width: 8.33333%;
  }

  .large-3 {
    width: 12.5%;
  }

  .large-4 {
    width: 16.66667%;
  }

  .large-5 {
    width: 20.83333%;
  }

  .large-6 {
    width: 25%;
  }

  .large-7 {
    width: 29.16667%;
  }

  .large-8 {
    width: 33.33333%;
  }

  .large-9 {
    width: 37.5%;
  }

  .large-10 {
    width: 41.66667%;
  }

  .large-11 {
    width: 45.83333%;
  }

  .large-12 {
    width: 50%;
  }

  .large-13 {
    width: 54.16667%;
  }

  .large-14 {
    width: 58.33333%;
  }

  .large-15 {
    width: 62.5%;
  }

  .large-16 {
    width: 66.66667%;
  }

  .large-17 {
    width: 70.83333%;
  }

  .large-18 {
    width: 75%;
  }

  .large-19 {
    width: 79.16667%;
  }

  .large-20 {
    width: 83.33333%;
  }

  .large-21 {
    width: 87.5%;
  }

  .large-22 {
    width: 91.66667%;
  }

  .large-23 {
    width: 95.83333%;
  }

  .large-24 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 4.16667% !important;
  }

  .large-offset-2 {
    margin-left: 8.33333% !important;
  }

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

  .large-offset-4 {
    margin-left: 16.66667% !important;
  }

  .large-offset-5 {
    margin-left: 20.83333% !important;
  }

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

  .large-offset-7 {
    margin-left: 29.16667% !important;
  }

  .large-offset-8 {
    margin-left: 33.33333% !important;
  }

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

  .large-offset-10 {
    margin-left: 41.66667% !important;
  }

  .large-offset-11 {
    margin-left: 45.83333% !important;
  }

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

  .large-offset-13 {
    margin-left: 54.16667% !important;
  }

  .large-offset-14 {
    margin-left: 58.33333% !important;
  }

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

  .large-offset-16 {
    margin-left: 66.66667% !important;
  }

  .large-offset-17 {
    margin-left: 70.83333% !important;
  }

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

  .large-offset-19 {
    margin-left: 79.16667% !important;
  }

  .large-offset-20 {
    margin-left: 83.33333% !important;
  }

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

  .large-offset-22 {
    margin-left: 91.66667% !important;
  }

  .large-offset-23 {
    margin-left: 95.83333% !important;
  }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

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

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

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

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

  .push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }

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

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

  .push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

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

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

  .push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }

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

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

  .push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }

  .pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }

  .push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

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

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

  .push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }

  .pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }

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

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

  .push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }

  .pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }

  .push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

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

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

  .push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }

  .pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.55556rem;
}
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.55556rem 1.11111rem;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}
.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998;
}

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%;
}

.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: .8;
  }

  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }

  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3;
  }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: .4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: .8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden;
  }

  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
.inline-list {
  list-style: none;
  margin-left: -1.22222rem;
  margin-right: 0;
  margin: 0 auto 0.94444rem auto;
  overflow: hidden;
  padding: 0;
}
.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.22222rem;
}
.inline-list > li > * {
  display: block;
}

.label {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.22222rem 0.44444rem 0.22222rem;
  font-size: 0.61111rem;
  background-color: #004489;
  color: #fff;
}
.label.radius {
  border-radius: 4px;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #bd1e13;
  color: #fff;
}
.label.warning {
  background-color: #f08a24;
  color: #fff;
}
.label.success {
  background-color: #43AC6A;
  color: #fff;
}
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

/* Panels */
.panel {
  border-color: #d8d8d8;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.11111rem;
  padding: 1.11111rem;
  background: #f2f2f2;
  color: #333333;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.55556rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-color: #b3d9ff;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.11111rem;
  padding: 1.11111rem;
  background: #e9f4ff;
  color: #333333;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.55556rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a:not(.button) {
  color: #004489;
}
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #003a76;
}
.panel.radius {
  border-radius: 4px;
}

table {
  background: #fff;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.11111rem;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #222222;
  font-size: 0.88889rem;
  font-weight: bold;
}
table thead {
  background: #F5F5F5;
}
table thead tr th,
table thead tr td {
  color: #222222;
  font-size: 0.77778rem;
  font-weight: bold;
  padding: 0.44444rem 0.55556rem 0.55556rem;
}
table tfoot {
  background: #F5F5F5;
}
table tfoot tr th,
table tfoot tr td {
  color: #222222;
  font-size: 0.77778rem;
  font-weight: bold;
  padding: 0.44444rem 0.55556rem 0.55556rem;
}
table tr th,
table tr td {
  color: #222222;
  font-size: 0.77778rem;
  padding: 0.5rem 0.55556rem;
  text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1rem;
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

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

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

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

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

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

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

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

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

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

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

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

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

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

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

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

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

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }

  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

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

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

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

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

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

  .show-for-print {
    display: inherit !important;
  }
}
/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

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

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }
}
body,
p {
  font-weight: 300;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 0.89rem;
  line-height: 1.22889rem;
  margin-top: 0;
  margin-bottom: 1.33778rem;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern=1';
  font-kerning: normal;
}
@media only screen and (min-width: 40.0625em) {
  body,
  p {
    font-size: 1rem;
    line-height: 1.55556rem;
    margin-bottom: 1.55556rem;
  }
}

h1 {
  font-weight: 400;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 18px;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 1.55556rem;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern=1';
  font-kerning: normal;
}

h2,
h3 {
  font-weight: 300;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 18px;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 1.55556rem;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern=1';
  font-kerning: normal;
}

h4 {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 18px;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 1.55556rem;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern=1';
  font-kerning: normal;
}

h5,
h6 {
  font-weight: 500;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 18px;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 1.55556rem;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern=1';
  font-kerning: normal;
}

address {
  font-style: normal;
}

ul {
  margin: 0 0 1.55556rem;
  padding: 0 0 0 1rem;
}
ul li {
  margin-bottom: 0.77778rem;
}

ol {
  margin: 0 0 1.55556rem;
  padding: 0 0 0 1rem;
}
ol li {
  margin-bottom: 0.77778rem;
}

.pagination {
  display: block;
  margin: 0 0 3.11111rem;
  text-align: center;
}

.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
}
.pagination ul li {
  font-weight: 300;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 0.83333rem;
  line-height: 0.83333rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #002b56;
  font-style: normal;
  cursor: pointer;
  display: inline-block;
  margin: 0;
}
.pagination ul li:first-of-type {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination ul li:last-of-type {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination ul a {
  display: inline-block;
  padding: 0.77778rem 0.5rem;
}

.pagination li:hover {
  background-color: #004489;
}
.pagination li:hover:first-of-type {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination li:hover:last-of-type {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination li:hover a {
  color: #fff;
}

.pagination li.active {
  background-color: #d27;
}
.pagination li.active a {
  color: #fff;
}

.pagination li.disabled {
  background-color: #f5f4f2;
}
.pagination li.disabled a {
  color: #c4c4c0;
}

.item-count {
  display: inline-block;
  margin-bottom: 0.77778rem;
}

address span,
.enquiries span {
  display: block;
}

address {
  margin-bottom: 1.55556rem;
}

article header,
article footer {
  background: none;
  color: #202329;
  padding: 0;
  text-align: left;
}
article header span,
article footer span {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 0.83333rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0.77778rem;
  letter-spacing: 0;
  color: #202329;
  font-style: italic;
  display: inline-block;
}
article header .date,
article header .time,
article footer .date,
article footer .time {
  font-style: normal;
  font-weight: 400;
}

.suggest-improvement {
  padding: 1.55556rem 0.5rem;
}
@media only screen and (min-width: 40.0625em) {
  .suggest-improvement {
    padding: 1.55556rem 1rem;
  }
}
.suggest-improvement a,
.suggest-improvement a:link {
  display: block;
  font-size: 0.78rem;
  text-align: center;
}
@media only screen and (min-width: 64.0625em) {
  .suggest-improvement a,
  .suggest-improvement a:link {
    text-align: right;
  }
}

main + .suggest-improvement {
  border-top: 2px solid #eae9e5;
}

.dual aside {
  padding-bottom: 0;
}

blockquote {
  border-bottom: solid 6px #eae9e5;
  border-top: solid 6px #eae9e5;
  margin: 0 0 1.55556rem;
  padding: 0.77778rem 0;
}
blockquote footer {
  background-color: transparent;
  color: #202329;
  padding: 0;
}
blockquote p {
  font-weight: 300;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 18px;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 1.55556rem;
  letter-spacing: 0;
  color: #202329;
  font-style: italic;
}
blockquote p::before {
  content: '\201C';
}
blockquote p::after {
  content: '\201D';
}

a.button,
.button {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 18px;
  line-height: 1rem;
  margin-top: 0;
  margin-bottom: 1.55556rem;
  letter-spacing: 0;
  color: #fff;
  font-style: normal;
  background-color: #004489;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  display: block;
  height: 2.33333rem;
  padding: 0.38889rem 2rem;
  text-align: center;
  text-decoration: underline;
}
a.button:link,
.button:link {
  background-color: #004489;
  color: #fff;
}
a.button:visited,
.button:visited {
  background-color: #002b56;
  color: #fff;
}
a.button:hover,
.button:hover {
  background-color: #d27;
  color: #fff;
}
a.button:focus,
.button:focus {
  background-color: #ffc500;
  color: #fff;
}
a.button:active,
.button:active {
  background-color: #ffc500;
  color: #fff;
}
a.button.ghost,
.button.ghost {
  background-color: transparent;
  border: solid 2px #d27;
  border-radius: 6px;
  display: inline-block;
  line-height: 2.33333rem;
  padding: 0.77778rem 1.5rem;
  text-decoration: none;
}
a.button.ghost:link,
.button.ghost:link {
  background-color: transparent;
  color: #d27;
}
a.button.ghost:visited,
.button.ghost:visited {
  background-color: transparent;
  color: #d27;
}
a.button.ghost:hover,
.button.ghost:hover {
  background-color: #d27;
  color: #fff;
}
a.button.ghost:active,
.button.ghost:active {
  background-color: transparent;
  color: #d27;
}
a.button.ghost:focus,
.button.ghost:focus {
  background-color: transparent;
  color: #d27;
}

.call-to-action {
  background: linear-gradient(to right, #ffc500 75%, #ffe280 25%);
  padding: 0 0.5rem;
}
@media only screen and (min-width: 40.0625em) {
  .call-to-action {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  .call-to-action {
    background: linear-gradient(to right, #ffc500 50%, #ffe280 50%);
  }
}
.call-to-action a,
.call-to-action a:link {
  font-weight: 300;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 1.33333rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #202329;
  font-style: italic;
  background: url("/origins/universal/images/style/target.svg") left center no-repeat, url("/origins/universal/images/style/cta-arrow.svg") right center no-repeat;
  display: block;
  padding: 3.11111rem 3rem 3.11111rem 5rem;
}
.call-to-action a:hover {
  color: #d27;
}
.call-to-action a:active,
.call-to-action a:focus {
  color: #004489;
}

.call-to-action-sub {
  background: url("/origins/universal/images/style/cta-arrow.svg") right center no-repeat;
  margin-bottom: 1.55556rem;
  padding: 1.55556rem 1rem;
}
@media only screen and (min-width: 40.0625em) {
  .call-to-action-sub {
    margin-bottom: 3.11111rem;
  }
}
.call-to-action-sub a,
.call-to-action-sub a:link {
  font-weight: 300;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 1.34rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #202329;
  font-style: italic;
}
.call-to-action-sub a:hover {
  color: #d27;
}
.call-to-action-sub a:active,
.call-to-action-sub a:focus {
  color: #004489;
}

a.section-cta {
  font-weight: 300;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 1.33333rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #202329;
  font-style: italic;
  background: url("/origins/universal/images/style/target-section-cta.svg") left center no-repeat;
  display: block;
  padding: 1.55556rem 3rem 1.55556rem 5rem;
}
a.section-cta:hover {
  color: #d27;
}
a.section-cta:active, a.section-cta:focus {
  color: #004489;
}

.date-time {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 0.83333rem;
  line-height: 1.66667rem;
  margin-top: 0;
  margin-bottom: 1.55556rem;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
  padding-left: 0;
}
@media only screen and (min-width: 64.0625em) {
  .date-time {
    font-weight: 200;
    font-family: "Noto Serif", Georgia, serif;
    font-size: 18px;
    line-height: 2.16667rem;
    margin-top: 0;
    margin-bottom: 1.55556rem;
    letter-spacing: 0;
    color: #202329;
    font-style: normal;
  }
}
@media screen and (min-width: 560px) {
  .date-time div {
    display: inline;
  }
}
.date-time span {
  display: inline-block;
  margin-bottom: 0.77778rem;
  padding: 0 0.33333rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 64.0625em) {
  .date-time span {
    padding: 0 0.5rem;
  }
}
.date-time span.charge {
  border: solid 2px #c4c4c0;
}
@media screen and (min-width: 740px) {
  .date-time span.charge {
    float: right;
  }
}
.date-time span.date {
  background-color: #d27;
  border: solid 2px #d27;
  color: #fff;
}
.date-time span.time {
  background-color: #f7c8dd;
  border: solid 2px #f7c8dd;
}
.date-time em {
  display: none;
  padding: 0.16667rem;
}
@media screen and (min-width: 560px) {
  .date-time em {
    display: inline;
  }
}
@media screen and (min-width: 712px) {
  .date-time em {
    padding: 0 0.5rem;
  }
}

.embedded-media {
  height: 0;
  margin-bottom: 3.11111rem;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.embedded-media iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.openstreetmap .embedded-media {
  overflow: visible;
}
.openstreetmap .embedded-media small {
  bottom: -1.55556rem;
  position: absolute;
}

.content-type-list {
  background-color: #eae9e5;
  padding: 1.55556rem 0.5rem;
}
.content-type-list .column:last-of-type li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 40.0625em) {
  .content-type-list {
    padding: 1.55556rem 1rem;
  }
}

.featured > div:only-of-type, .featured > div:last-of-type {
  margin-bottom: 0;
}
.featured > div:not(first-of-type), .featured > div:not(last-of-type) {
  margin-bottom: 1.55556rem;
}

.featured .row:first-of-type {
  margin-bottom: 1.55556rem;
}
.featured .row:last-of-type {
  margin-bottom: 0;
}
.featured .row:not(first-of-type), .featured .row:not(last-of-type) {
  margin-bottom: 1.55556rem;
}
.featured .row:only-of-type {
  margin-bottom: 0;
}

.display-strata .featured .row {
  margin-bottom: 0;
}

.featured article header {
  margin-bottom: 0.77778rem;
}
.featured article figure {
  border-bottom: 0;
  margin-bottom: 0.77778rem;
}
.featured article p:last-of-type, .featured article p:only-of-type {
  margin-bottom: 0.38889rem;
}

.featured .column:last-of-type article {
  margin: 0 0 0 1rem;
}
@media only screen and (max-width: 40em) {
  .featured .column:last-of-type article {
    margin: 0;
  }
}
.featured .column:first-of-type article {
  margin: 0 1rem 0 0;
}
@media only screen and (max-width: 40em) {
  .featured .column:first-of-type article {
    margin: 0 0 1.55556rem;
  }
}
.featured .column:not(first-of-type) article, .featured .column:not(last-of-type) article {
  margin: 0 0.5rem;
}
@media only screen and (max-width: 40em) {
  .featured .column:not(first-of-type) article, .featured .column:not(last-of-type) article {
    margin: 0 0 1.55556rem;
  }
}
.featured .column:only-of-type article {
  margin: 0;
}

.single article:before, .single article:after {
  content: " ";
  display: table;
}
.single article:after {
  clear: both;
}
.single article h1 {
  font-weight: 300;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 1.55556rem;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
}
@media only screen and (min-width: 64.0625em) {
  .single article h1 {
    font-size: 1.55rem;
    line-height: 1.88222rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  .single article figure {
    float: left;
    margin-bottom: 0;
    padding-right: 1rem;
    width: 50%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .single article p {
    float: right;
    padding-left: 1rem;
    width: 50%;
  }
}
.single article header,
.single article footer {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.0625em) {
  .single article header,
  .single article footer {
    float: right;
    padding-left: 1rem;
    width: 50%;
  }
}

.double article h1 {
  font-weight: 300;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1.34rem;
  line-height: 1.778rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
}
@media only screen and (min-width: 40.0625em) {
  .double article h1 {
    font-size: 1.12rem;
    line-height: 1.55556rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .double article h1 {
    font-size: 1.56rem;
    line-height: 1.89rem;
  }
}

.triple article h1 {
  font-weight: 300;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1.34rem;
  line-height: 1.778rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
}
@media only screen and (min-width: 40.0625em) {
  .triple article h1 {
    font-size: 1rem;
    line-height: 1.55556rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .triple article h1 {
    font-size: 1.12rem;
  }
}

.text-only article h1 {
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1.12rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.text-only article header,
.text-only article footer {
  float: none;
  margin-bottom: 0;
  padding: 0;
  width: auto;
}
.text-only article p {
  float: none;
  margin-bottom: 0.77778rem;
  padding: 0;
  width: auto;
}

.text-only ul {
  margin-bottom: 0;
}

.text-only li:first-of-type article {
  padding-top: 0;
}
.text-only li:last-of-type article {
  padding-bottom: 0;
}

fieldset {
  border: 2px solid #eae9e5;
  margin-bottom: 1.555rem;
  padding: 1.55556rem 1rem 0;
}
fieldset legend {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern=1';
  font-kerning: normal;
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1.44444rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
  padding: 0 0.33333rem;
}
fieldset h1 {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1.33333rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 1.55556rem;
  letter-spacing: 0;
  color: #202329;
  font-style: italic;
}
fieldset ol.no-list-styling,
fieldset ul.no-list-styling {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
fieldset fieldset {
  border: 6px solid #deeeff;
  margin-bottom: 1.55556rem;
  margin-top: 1.55556rem;
}
fieldset fieldset legend {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1.33333rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
}

.subfields {
  display: block;
  margin: 0;
  padding: 1.55556rem 0;
}
.subfields:last-of-type {
  padding: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"] {
  margin-bottom: 1.55556rem;
  padding: 0 0.5rem;
  width: 100%;
}

input[type="text"],
input[type="password"] {
  font-weight: 300;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 18px;
  line-height: 2.33333rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern=1';
  font-kerning: normal;
  background-color: #fff;
  border: 1px solid #c4c4c0;
  box-shadow: inset 0 0 5px #eae9e5;
  height: 2.33333rem;
  margin-bottom: 1.55556rem;
  vertical-align: top;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 0.5rem;
}

select {
  height: 2.33333rem;
  margin-bottom: 1.55556rem;
  max-width: 50%;
  min-width: 40%;
  padding: 0 0.33333rem;
}

option {
  font-weight: 300;
}

select[multiple="multiple"] {
  height: 7rem;
  max-width: 100%;
}

.date-time select {
  min-width: 0;
  width: auto;
}

textarea {
  border: 1px solid #c4c4c0;
  box-shadow: inset 0 0 5px #eae9e5;
  margin-bottom: 1.55556rem;
  min-height: 9.33333rem;
  padding: 0.38889rem 0.5rem;
  resize: vertical;
  width: 100%;
}
textarea.large {
  height: 46.66667rem;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9b9ea3;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9b9ea3;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9b9ea3;
}

input:disabled + label {
  color: #c4c4c0;
}

.highlight {
  background-color: #e6f2ff;
  display: block;
  margin-bottom: 1.55556rem;
  padding: 1.55556rem 1rem;
}

label {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern=1';
  font-kerning: normal;
  font-weight: 500;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  margin-top: 0;
  margin-bottom: 0.77778rem;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
  clear: both;
  display: block;
}

.req {
  color: #bd1e13;
  font-size: 0.83333rem;
  font-weight: 300;
}

li > label {
  display: inline-block;
}

input[type="checkbox"] + label,
input[type="radio"] + label,
label.reverse {
  display: inline-block;
  font-weight: 300;
}

label + ul {
  margin-top: 1.16667rem;
}

.form-field-info {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern=1';
  font-kerning: normal;
  font-weight: 300;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 0.83333rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0.77778rem;
  letter-spacing: 0;
  color: #202329;
  font-style: italic;
  display: block;
}

.error-explanation h2,
.error-explanation ul li {
  color: #bd1e13;
}

.column div.field_with_errors {
  padding: 0;
  width: auto;
}

.field_with_errors input,
.field_with_errors textarea,
.field_with_errors select {
  box-shadow: #bd1e13 0 0 6px;
  outline: #bd1e13 solid 2px;
}
.field_with_errors input:focus,
.field_with_errors textarea:focus,
.field_with_errors select:focus {
  box-shadow: #efc7c4 0 0 6px;
  outline: #efc7c4 solid 2px;
}

figure {
  margin: 0 0 1.55556rem;
}
figure img {
  width: 100%;
}
figure figcaption {
  border-bottom: 2px solid #eae9e5;
  font-size: 0.83333rem;
  padding: 0.77778rem 0 0.66667rem;
  text-align: center;
}

.beta-stripe {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 0.84rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #fff;
  font-style: normal;
  background-color: #369983;
  padding: 0.38889rem 0;
  text-align: center;
}
@media only screen and (min-width: 40.0625em) {
  .beta-stripe {
    padding: 0.77778rem 0;
  }
}
.beta-stripe span {
  font-weight: 500;
}
.beta-stripe a,
.beta-stripe a:link,
.beta-stripe a:visited,
.beta-stripe a:hover,
.beta-stripe a:active,
.beta-stripe a:focus {
  color: #fff;
}

.preview-stripe {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 0.84rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
  background-color: #ff8c00;
  padding: 0.38889rem 0;
  text-align: center;
}
@media only screen and (min-width: 40.0625em) {
  .preview-stripe {
    padding: 0.77778rem 0;
  }
}
.preview-stripe span {
  font-weight: 500;
}
.preview-stripe a,
.preview-stripe a:link,
.preview-stripe a:visited,
.preview-stripe a:hover,
.preview-stripe a:active,
.preview-stripe a:focus {
  color: #202329;
}

.live-stripe {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 0.84rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #fff;
  font-style: normal;
  background-color: #004489;
  padding: 0.38889rem 0;
  text-align: center;
}
@media only screen and (min-width: 40.0625em) {
  .live-stripe {
    padding: 0.77778rem 0;
  }
}
.live-stripe span {
  font-weight: 500;
}
.live-stripe a,
.live-stripe a:link,
.live-stripe a:visited,
.live-stripe a:hover,
.live-stripe a:active,
.live-stripe a:focus {
  color: #fff;
}

.live-stripe a::before {
  content: 'This page is part of the new University of Bath website. ';
}
@media only screen and (max-width: 40em) {
  .live-stripe a::before {
    content: '';
  }
}

a {
  text-decoration: underline;
}
a:link {
  color: #004489;
}
a:visited {
  color: #002b56;
}
a:hover {
  color: #d27;
}
a:active, a:focus {
  color: #ffc500;
}

.hashtag {
  font-weight: 300;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 1.33333rem;
  line-height: 3.61111rem;
  margin-top: 0;
  margin-bottom: 1.55556rem;
  letter-spacing: 0;
  color: #d27;
  font-style: normal;
  display: block;
}
.hashtag:before {
  content: '#';
}

.badge {
  font-weight: 300;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 0.62rem;
  line-height: 1.33778rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #002b56;
  font-style: italic;
  background-color: #deeeff;
  border: solid 1px #c8d7e6;
  border-radius: 0.77778rem;
  display: inline-block;
  float: right;
  min-width: 2.5rem;
  padding: 0 0.5rem;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.badge:empty {
  display: none;
}

.facet {
  padding: 0 0 1.55556rem;
}
.facet h1 {
  font-weight: 400;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.33778rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
}
.facet h1 a:first-child {
  text-transform: capitalize;
}
.facet ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.facet li {
  border-bottom: solid 2px #eae9e5;
  margin-bottom: 0;
  padding: 1.09671rem 0;
}
.facet li:last-of-type, .facet li:only-of-type {
  border: 0;
}

.filter-toggle {
  background-color: #004489;
  display: block;
  padding: 0.77778rem 1rem;
  text-align: center;
}
.filter-toggle a {
  font-weight: 500;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 18px;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #fff;
  font-style: normal;
}

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

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

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

.ruled-list {
  margin: 0 0 1.55556rem;
  padding: 0;
}
.ruled-list li {
  border-bottom: solid 2px #eae9e5;
  list-style-type: none;
  margin: 0;
  padding: 0.72222rem 0;
}
.ruled-list li:first-of-type {
  padding-top: 0;
}
.ruled-list li:last-child {
  border: 0;
  padding-bottom: 0;
}

.md-ruled-list {
  margin: 0 0 1.55556rem;
  padding: 0;
  display: block;
}
.md-ruled-list li {
  border-bottom: solid 2px #eae9e5;
  list-style-type: none;
  margin: 0;
  padding: 0.72222rem 0;
}
.md-ruled-list li:first-of-type {
  padding-top: 0;
}
.md-ruled-list li:last-child {
  border: 0;
  padding-bottom: 0;
}
.md-ruled-list ul {
  padding: 0;
}

.ruled-list h1 {
  font-weight: 300;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 1.33333rem;
  line-height: 1.77778rem;
  margin-top: 0;
  margin-bottom: 0.38889rem;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
}

.ruled-list article {
  padding: 0.77778rem 0;
}
.ruled-list article:before, .ruled-list article:after {
  content: " ";
  display: table;
}
.ruled-list article:after {
  clear: both;
}
.ruled-list article img {
  float: none;
  margin-bottom: 1.55556rem;
  margin-right: 0;
  max-height: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .ruled-list article img {
    float: left;
    margin-bottom: 0;
    margin-right: 1rem;
    max-height: 15.55556rem;
    max-width: 10rem;
  }
}
.ruled-list article p:last-of-type, .ruled-list article p:only-of-type {
  margin-bottom: 0.38889rem;
}
.ruled-list article .details {
  float: none;
  margin: 0;
  max-width: 100%;
  padding: 0;
}
@media only screen and (min-width: 40.0625em) {
  .ruled-list article .details {
    float: left;
    max-width: 70%;
  }
}

.opening-times li strong {
  display: block;
  float: left;
  width: 33%;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .opening-times li strong {
    float: none;
  }
}

.content-type-list ul {
  margin-bottom: 0;
}
.content-type-list ul li {
  border-bottom: 2px solid #e2e2e0;
}
.content-type-list ul li:first-of-type {
  padding: 0.72222rem 0;
}
.content-type-list ul li:last-of-type {
  padding-bottom: 0.72222rem;
}
@media only screen and (min-width: 40.0625em) {
  .content-type-list ul li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.meta-data {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 0.83333rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #202329;
  font-style: italic;
  border-bottom: 2px solid #eae9e5;
  border-top: 2px solid #eae9e5;
  padding: 0.66667rem 0;
}
.meta-data li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
}

.meta-data .content-type-label {
  font-style: normal;
  font-weight: 400;
}
.meta-data .filtered-list-link {
  display: block;
}

main.campaign ul.meta-data li:nth-of-type(1),
main.campaign ul.meta-data li:nth-of-type(2) {
  display: none;
}

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

.site-nav {
  border-bottom: 2px solid #c8d7e6;
  margin-bottom: 1.55556rem;
  padding: 0.72222rem 0.5rem;
  text-align: left;
}
@media only screen and (min-width: 40.0625em) {
  .site-nav {
    padding: 0.77778rem 1rem;
  }
}
.site-nav li {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern=1';
  font-kerning: normal;
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 0.84rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
  float: left;
  line-height: 1.55556rem;
  padding: 0 0.25rem;
}
@media only screen and (min-width: 40.0625em) {
  .site-nav li {
    font-size: 1rem;
    padding: 0 1rem;
  }
}
.site-nav li:first-of-type {
  padding-left: 0;
}
.site-nav li:last-of-type {
  border-right: 0;
  padding-right: 0;
}
.site-nav li:only-of-type {
  padding-left: 0;
  padding-right: 0;
}
.site-nav a {
  display: block;
  text-decoration: none;
}
.site-nav a:link, .site-nav a:visited {
  color: #002b56;
}
.site-nav a:hover, .site-nav a:active {
  color: #d27;
}
.site-nav a:focus {
  color: #ffc500;
}

.table-of-contents {
  border-bottom: 6px solid #202329;
  margin-bottom: 0.61111rem;
  padding-bottom: 0.61111rem;
  margin: 0 0 1.55556rem;
  padding: 0;
  border-bottom: solid 6px #202329;
  padding-bottom: 1.55556rem;
}
.table-of-contents li {
  border-bottom: solid 2px #eae9e5;
  list-style-type: none;
  margin: 0;
  padding: 0.72222rem 0;
}
.table-of-contents li:first-of-type {
  padding-top: 0;
}
.table-of-contents li:last-child {
  border: 0;
  padding-bottom: 0;
}
.table-of-contents ul {
  padding: 0;
}
.table-of-contents li {
  border-color: #deeeff;
}
.table-of-contents li a {
  font-family: "Noto Serif", Georgia, serif;
  font-weight: 200;
  text-decoration: none;
}

.page-footer a {
  color: #fff;
  text-decoration: none;
}
.page-footer a:link, .page-footer a:visited {
  color: #fff;
}
.page-footer a:hover, .page-footer a:active {
  text-decoration: underline;
}
.page-footer a:focus {
  color: #ffc500;
  text-decoration: underline;
}
.page-footer li {
  display: inline-block;
  padding: 0 0.5rem;
}

.org-group-name {
  padding: 0 0.5rem;
}
@media only screen and (min-width: 40.0625em) {
  .org-group-name {
    padding: 0 1rem;
  }
}
.org-group-name ul {
  border-bottom: 6px solid #d27;
  margin-bottom: 0.61111rem;
  padding-bottom: 0.61111rem;
}
.org-group-name ul li {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 0.83333rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
}
.org-group-name em {
  font-style: normal;
  font-weight: 400;
}
.org-group-name a {
  font-style: italic;
  text-decoration: underline;
}

.content-type {
  font-weight: 300;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 0.83333rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #d27;
  font-style: normal;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.content-type li {
  margin-bottom: 0;
}
.content-type a {
  text-decoration: underline;
}
.content-type a:link, .content-type a:visited {
  color: #d27;
}
.content-type a:hover, .content-type a:active {
  color: #002b56;
}
.content-type a:focus {
  color: #ffc500;
}

.notice {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 0.84rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 1.55556rem;
  letter-spacing: 0;
  color: #202329;
  font-style: italic;
  background-color: #ffe280;
  margin-top: -1.55556rem;
  padding: 0.77778rem 0;
  text-align: center;
}
.notice a,
.notice a:link,
.notice a:visited,
.notice a:hover,
.notice a:active,
.notice a:focus {
  color: #202329;
}

.opening-times p {
  font-weight: 300;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 0.83333rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #202329;
  font-style: italic;
}

footer {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern=1';
  font-kerning: normal;
  background-color: #373c46;
  margin-bottom: 0;
  padding: 3.11111rem 1rem;
}
footer p {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 0.83333rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #fff;
  font-style: normal;
  text-align: center;
}
@media only screen and (min-width: 64.0625em) {
  footer p {
    text-align: left;
  }
}
footer ul {
  text-align: center;
}
footer ul li {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 0.83333rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #fff;
  font-style: normal;
  margin-bottom: 0;
}
@media only screen and (min-width: 64.0625em) {
  footer ul {
    text-align: right;
  }
}

header {
  background-color: #002b56;
  color: #fff;
  padding: 0.77778rem 0.5rem;
}
@media only screen and (min-width: 40.0625em) {
  header {
    padding: 1.55556rem 1rem;
  }
}
header img {
  display: block;
  height: 3.11111rem;
}
@media only screen and (min-width: 40.0625em) {
  header img {
    height: 3.88889rem;
  }
}

.panel {
  background-color: #fff;
  border: solid 6px #e2e2e0;
  margin-bottom: 1.55556rem;
  text-align: center;
}

.site-search {
  padding-top: 0;
}
@media only screen and (min-width: 40.0625em) {
  .site-search {
    padding-top: 0.77778rem;
  }
}
.site-search [type="text"] {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #002b56;
  float: left;
  height: 2.33333rem;
  margin-bottom: 0;
  padding: 0 0.5rem 0.22222rem;
  width: calc(100% - 90px);
}
@media only screen and (min-width: 40.0625em) {
  .site-search [type="text"] {
    border-radius: 4px 0 0 4px;
  }
}
.site-search input::-webkit-input-placeholder {
  color: #004489;
}
.site-search input::-moz-placeholder {
  color: #004489;
}
.site-search input:-moz-placeholder {
  color: #004489;
}
.site-search input:-ms-input-placeholder {
  color: #004489;
}

.site-search-button {
  background: url("/origins/universal/images/icons/search-button.svg") no-repeat center center #004489;
  background-color: #004489;
  border: 0;
  border-radius: 0;
  color: #fff;
  float: right;
  font-size: 0;
  height: 2.33333rem;
  margin-top: 0.38889rem;
  width: 5rem;
}
.site-search-button:hover {
  background-color: #d27;
}
.site-search-button:active, .site-search-button:focus {
  background-color: #ffc500;
}
@media only screen and (min-width: 40.0625em) {
  .site-search-button {
    border-radius: 0 4px 4px 0;
    margin-top: 0;
  }
}

.sidebar {
  padding: 0 0 2.33333rem;
}
.sidebar *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.0625em) {
  .sidebar {
    border-top: solid 6px #202329;
    padding: 1.22222rem 0 1.55556rem;
  }
}

blockquote + .sidebar {
  border-top: 0;
  padding-top: 0;
}

section header,
section footer {
  background-color: transparent;
  padding: 0;
}

.dual header,
.publications header,
.research-information header {
  margin-bottom: 1.55556rem;
  padding: 0;
}
.dual header h1,
.publications header h1,
.research-information header h1 {
  padding-left: 0.5rem;
}

.content-strata section {
  margin-bottom: 1.55556rem;
  padding: 0;
}

.reorderable-strata > section {
  padding: 1.55556rem 0.5rem;
}
.reorderable-strata > section:nth-of-type(even) {
  background-color: #f5f4f2;
}
@media only screen and (min-width: 40.0625em) {
  .reorderable-strata > section {
    padding: 1.55556rem 1rem;
  }
}

.display-strata > section {
  padding: 1.55556rem 0.5rem;
}
.display-strata > section:nth-of-type(odd) {
  background-color: #f5f4f2;
}
@media only screen and (min-width: 40.0625em) {
  .display-strata > section {
    padding: 1.55556rem 1rem;
  }
}

.reorderable-strata .columns *:last-child,
.display-strata .columns *:last-child {
  margin-bottom: 0;
}

.dual div.columns:first-of-type {
  margin-bottom: 1.55556rem;
}
@media only screen and (min-width: 40.0625em) {
  .dual div.columns:first-of-type {
    border-right: 2px solid #eae9e5;
    margin-bottom: 0;
    padding-right: 3rem;
  }
}
.dual div.columns:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.0625em) {
  .dual div.columns:last-of-type {
    border: 0;
    padding-left: 3rem;
  }
}
.dual div.columns:only-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.0625em) {
  .dual div.columns:only-of-type {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

html,
body {
  background-color: #fff;
  color: #202329;
}

main {
  padding: 0 0.5rem;
}
@media only screen and (min-width: 40.0625em) {
  main {
    padding: 0 1rem;
  }
}

.collection,
.landing-page,
.course {
  padding: 0;
}

.column div {
  padding: 1.55556rem 1rem 0;
}

.row > ul > li {
  padding: 1.55556rem 2rem;
}
@media only screen and (min-width: 64.0625em) {
  .row > ul > li {
    padding: 0 2rem;
  }
}

.collection .summary-information,
.landing-page .summary-information,
.course .summary-information {
  padding: 0 0.5rem;
}
@media only screen and (min-width: 40.0625em) {
  .collection .summary-information,
  .landing-page .summary-information,
  .course .summary-information {
    padding: 0 1rem;
  }
}

h1 {
  font-weight: 400;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1.78rem;
  line-height: 2.11556rem;
  margin-top: 0;
  margin-bottom: 0.22222rem;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
}
@media only screen and (min-width: 40.0625em) {
  h1 {
    font-size: 2rem;
    line-height: 2.33333rem;
    margin-bottom: 0.77778rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  h1 {
    font-size: 2.34rem;
    line-height: 2.89333rem;
    margin-bottom: 0.77778rem;
  }
}

h2 {
  font-weight: 300;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1.34rem;
  line-height: 1.778rem;
  margin-top: 0;
  margin-bottom: 0.38889rem;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
}
@media only screen and (min-width: 40.0625em) {
  h2 {
    font-size: 1.56rem;
    line-height: 1.88222rem;
    margin-bottom: 0.22222rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  h2 {
    font-size: 1.78rem;
    line-height: 2.11556rem;
  }
}

h3 {
  font-weight: 300;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.33778rem;
  margin-top: 0;
  margin-bottom: 0.22222rem;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
}
@media only screen and (min-width: 40.0625em) {
  h3 {
    font-size: 1.34rem;
    line-height: 1.55556rem;
    margin-bottom: 0;
  }
}

h4 {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.33778rem;
  margin-top: 0;
  margin-bottom: 0.22222rem;
  letter-spacing: 0;
  color: #202329;
  font-style: italic;
}
@media only screen and (min-width: 40.0625em) {
  h4 {
    font-size: 1.34rem;
    line-height: 1.55556rem;
    margin-bottom: 0;
  }
}

h5,
h6 {
  font-weight: 500;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 1rem;
  line-height: 1.22889rem;
  margin-top: 0;
  margin-bottom: 0.3331rem;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
}
@media only screen and (min-width: 40.0625em) {
  h5,
  h6 {
    font-size: 1.12rem;
    line-height: 1.33778rem;
    margin-bottom: 0.22222rem;
  }
}

.summary-information h1 {
  font-weight: 400;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 2rem;
  line-height: 2.33333rem;
  margin-top: 0;
  margin-bottom: 0.77778rem;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
}
@media only screen and (min-width: 40.0625em) {
  .summary-information h1 {
    font-size: 2.67rem;
    line-height: 3.11111rem;
    margin-bottom: 0.77778rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .summary-information h1 {
    font-size: 3.12rem;
    line-height: 3.45333rem;
    margin-bottom: 1.22889rem;
  }
}
.summary-information h1 .alt-style {
  color: #585a5f;
  display: block;
  font-size: 1.34rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1.778rem;
}
@media only screen and (max-width: 64em) {
  .summary-information h1 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
.summary-information .summary {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 0.888rem;
  line-height: 1.222rem;
  margin-top: 0;
  margin-bottom: 1.55556rem;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
}
@media only screen and (min-width: 40.0625em) {
  .summary-information .summary {
    font-size: 1.34rem;
    line-height: 1.778rem;
  }
}

.sidebar h1 {
  font-weight: 400;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1.34rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0.77778rem;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
}
@media only screen and (min-width: 40.0625em) {
  .sidebar h1 {
    font-size: 1.56rem;
    line-height: 1.88222rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .sidebar h1 {
    font-size: 1.78rem;
    line-height: 2.11556rem;
  }
}
.sidebar h2 {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.33778rem;
  margin-top: 0;
  margin-bottom: 0.22222rem;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
}
@media only screen and (min-width: 40.0625em) {
  .sidebar h2 {
    font-size: 1.34rem;
    line-height: 1.55556rem;
    margin-bottom: 0;
  }
}
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
  font-weight: 500;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 1rem;
  line-height: 1.22889rem;
  margin-top: 0;
  margin-bottom: 0.3331rem;
  letter-spacing: 0;
  color: #202329;
  font-style: normal;
}
@media only screen and (min-width: 40.0625em) {
  .sidebar h3,
  .sidebar h4,
  .sidebar h5,
  .sidebar h6 {
    font-size: 1.12rem;
    line-height: 1.33778rem;
    margin-bottom: 0.22222rem;
  }
}

main.announcement section.enquiries {
  padding-top: 0;
}
@media only screen and (min-width: 40.0625em) {
  main.announcement section.enquiries {
    padding-top: 28px;
  }
}

.landing-page .summary-information h1 {
  margin-bottom: 0;
}

a.org-content-type-strata-link {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 1.55556rem;
  letter-spacing: 0;
  color: #d27;
  font-style: italic;
  display: block;
  margin-bottom: 0.77778rem;
}
a.org-content-type-strata-link:visited {
  color: #6f113c;
}
a.org-content-type-strata-link:hover {
  color: #004489;
}
a.org-content-type-strata-link:active, a.org-content-type-strata-link:focus {
  color: #ffc500;
}

.research-information .row:first-of-type {
  margin-bottom: 3.11111rem;
}

.supervisor-availability p {
  display: inline-block;
  padding-left: 1.5rem;
}
.supervisor-availability p.available-to-supervise-research-degree-projects {
  background: url("/origins/universal/images/status/dot-approved.svg") no-repeat left center;
}
.supervisor-availability p.unavailable-to-supervise-research-degree-projects {
  background: url("/origins/universal/images/status/dot-rejected.svg") no-repeat left center;
}
.supervisor-availability p.open-to-proposals-for-student-research-projects {
  background: url("/origins/universal/images/status/dot-review.svg") no-repeat left center;
}

.person-profile-academic .supervisor-availability {
  margin: 0 0.5rem;
}

figure.staff-profile,
figure.academic-profile {
  display: inline-block;
}
figure.staff-profile img,
figure.academic-profile img {
  max-height: auto;
}
@media only screen and (min-width: 40.0625em) {
  figure.staff-profile img,
  figure.academic-profile img {
    max-height: 18.66667rem;
    width: auto;
  }
}

.budget-large span {
  font-weight: 300;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 1.33333rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #d27;
  font-style: normal;
  display: block;
}

.partners ul {
  margin-bottom: 0;
  min-height: 3.11111rem;
}
.partners ul li {
  text-align: center;
}
@media only screen and (min-width: 40.0625em) {
  .partners ul li {
    text-align: left;
  }
}
.partners ul li img {
  margin-bottom: 1.55556rem;
  margin-top: 1.55556rem;
  width: 35%;
}
@media only screen and (min-width: 40.0625em) {
  .partners ul li img {
    width: 65%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .partners ul li img {
    width: 50%;
  }
}

section.project-phase .project-date {
  border-bottom: solid 2px #eae9e5;
  margin-bottom: 0.77778rem;
  min-height: 40px;
  padding-bottom: 0.77778rem;
}
section.project-phase span {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 18px;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 1.55556rem;
  letter-spacing: 0;
  color: #d27;
  font-style: normal;
}
section.project-phase span.budget {
  float: right;
}
section.project-phase span.budget:before {
  color: #202329;
  content: 'Budget: ';
}

main.course span.ucas,
main.course span.duration {
  color: #4e5563;
  font-weight: 200;
}
main.course span.award {
  font-weight: 300;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 0.83333rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #d27;
  font-style: normal;
  display: block;
  margin-bottom: 1.55556rem;
}
main.course section.course-contact a {
  display: block;
}
main.course blockquote {
  border: 0;
  text-align: center;
}
main.course blockquote p {
  font-weight: 200;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 2.75178rem;
  line-height: 3.11111rem;
  margin-top: 0;
  margin-bottom: 1.55556rem;
  letter-spacing: 0;
  color: #d27;
  font-style: normal;
}
main.course blockquote span {
  font-weight: 300;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 1.55556rem;
  line-height: 1.55556rem;
  margin-top: 0;
  margin-bottom: 1.55556rem;
  letter-spacing: 0;
  color: #4e5563;
  font-style: normal;
}
main.course blockquote span::before {
  content: '\2013';
}
main.course .dual header {
  text-align: left;
}
main.course .no-border-fix .columns:first-of-type,
main.course .no-border-fix .columns:last-of-type {
  border: 0;
  padding: 0;
}

section.course-fees span {
  border: solid 2px #eae9e5;
  display: inline-block;
  margin: 0 0.5rem 0.77778rem 0;
  padding-right: 0.5rem;
}
section.course-fees span i {
  background-color: #eae9e5;
  display: inline-block;
  font-style: normal;
  margin-right: 0.5rem;
  padding: 0.38889rem 0.5rem;
  text-transform: uppercase;
}

.attachments-list li {
  background: url("/origins/universal/images/icons/download-icon.svg") left center no-repeat transparent;
  padding-left: 4.5rem;
}
.attachments-list li:first-of-type {
  background-position: left top;
}
.attachments-list li:last-of-type {
  background-position: left bottom;
}

.ruled-list.attachments-list li p {
  margin-bottom: 0;
}
.ruled-list.attachments-list li:last-of-type p {
  margin-bottom: rem-calc 28px;
}
.ruled-list.attachments-list li:only-of-type {
  background-position: left top;
  padding-bottom: 0.72222rem;
}

.single-sign-on header {
  margin-bottom: 1.55556rem;
}
@media screen and (max-width: 320px) {
  .single-sign-on .summary-information {
    margin-bottom: 0;
  }
}
.single-sign-on main {
  padding: 0 0.5rem;
}
@media only screen and (min-width: 40.0625em) {
  .single-sign-on main {
    padding: 0 1rem;
  }
}
.single-sign-on main fieldset {
  background-color: #f5f4f2;
}

main.fourzerofour {
  padding-top: 1.44444rem;
}
main.fourzerofour .search-box {
  border: solid 2px #004489;
  margin-bottom: 3.11111rem;
}
main.fourzerofour form.site-search {
  padding-top: 0;
}

/*# sourceMappingURL=site.css.map */

/* Added to handle errors in login page */
div.errors {
  background-color: #fff0f0;
  margin-bottom: 1em;
  margin-top: -1em;
  padding: 0.2em 0.6em;
  color: #bd1e13;
  border: 2px solid #bd1e13;
  font-weight: 500;
}

#serviceui {
  display: none;
}

