@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css";
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:100,300,400|Montserrat:400,700");
@import url("//fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
@import url("/css/plyr.css");
@import url("fonts/Motion/motion.css");
@import url("fonts/Blackgrounds/blackgrounds.css");
@import url("fonts/Broadway/broadway.css");
@import url("fonts/Gladius/gladius.css");
@import url("fonts/SalonikiaVkf/SalonikiaVkf.css");
@import url("fonts/AutourOne/AutourOne-Regular.css");
@import url("//fonts.googleapis.com/css2?family=Yeseva+One");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
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.3/";
}

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #333333;
  cursor: auto;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  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, .label {
  -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%;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 1rem;
  padding: 0.7rem 1.2rem 0.7rem 0.7rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #B74D04;
  border-color: #9d4203;
  color: #FFFFFF;
}
.alert-box .close {
  right: 0.2rem;
  background: inherit;
  color: #333333;
  font-size: 1.1rem;
  line-height: 0.9;
  margin-top: -0.55rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
.alert-box.radius {
  border-radius: 4px;
}
.alert-box.round {
  border-radius: 1000px;
}
.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}
.alert-box.alert {
  background-color: #F6A92E;
  border-color: #f1980a;
  color: #FFFFFF;
}
.alert-box.secondary {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}
.alert-box.warning {
  background-color: #F04124;
  border-color: #de2d0f;
  color: #FFFFFF;
}
.alert-box.info {
  background-color: #7FC3E1;
  border-color: #57b0d8;
  color: #FFFFFF;
}
.alert-box.alert-close {
  opacity: 0;
}

[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.5rem;
}
[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.5rem 1rem;
}

@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.2857142857%;
  }
  .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.1111111111%;
  }
  .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.0909090909%;
  }
  .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.3333333333%;
  }
  .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:32.05em) {
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.2857142857%;
  }
  .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.1111111111%;
  }
  .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.0909090909%;
  }
  .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.3333333333%;
  }
  .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:51.25em) {
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.2857142857%;
  }
  .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.1111111111%;
  }
  .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.0909090909%;
  }
  .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.3333333333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.breadcrumbs {
  border-style: solid;
  border-width: 0px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.45rem 0 0;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(230, 230, 230, 0);
  border-radius: 4px;
}
.breadcrumbs > * {
  color: #B74D04;
  float: left;
  font-size: 0.6rem;
  line-height: 0.6rem;
  margin: 0;
  text-transform: uppercase;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
.breadcrumbs > * a {
  color: #B74D04;
}
.breadcrumbs > *.current {
  color: #333333;
  cursor: default;
}
.breadcrumbs > *.current a {
  color: #333333;
  cursor: default;
}
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999999;
}
.breadcrumbs > *.unavailable a {
  color: #999999;
}
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  color: #999999;
  cursor: not-allowed;
  text-decoration: none;
}
.breadcrumbs > *:before {
  color: #AAAAAA;
  content: "/";
  margin: 0 0.6rem;
  position: relative;
  top: 1px;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
[aria-label=breadcrumbs] [aria-hidden=true]:after {
  content: "/";
}

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.8rem 1.6rem 0.85rem 1.6rem;
  font-size: 0.8rem;
  background-color: #B74D04;
  border-color: #923e03;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #923e03;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: rgba(0, 0, 0, 0);
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #FFFFFF;
}
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #F6A92E;
  border-color: #e08d0a;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #e08d0a;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #F04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf2a0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #7FC3E1;
  border-color: #46a8d4;
  color: #FFFFFF;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #46a8d4;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding: 0.9rem 1.8rem 0.95rem 1.8rem;
  font-size: 1rem;
}
button.small, .button.small {
  padding: 0.7rem 1.4rem 0.75rem 1.4rem;
  font-size: 0.65rem;
}
button.tiny, .button.tiny {
  padding: 0.5rem 1rem 0.55rem 1rem;
  font-size: 0.55rem;
}
button.expand, .button.expand {
  padding: 0.8rem 1.6rem 0.85rem 1.6rem;
  font-size: 0.8rem;
  padding-bottom: 0.85rem;
  padding-top: 0.8rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.6rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.6rem;
}
button.radius, .button.radius {
  border-radius: 4px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #B74D04;
  border-color: #923e03;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.55;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #923e03;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #B74D04;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.55;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: rgba(0, 0, 0, 0);
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #FFFFFF;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: transparent;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #F6A92E;
  border-color: #e08d0a;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.55;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #e08d0a;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #F6A92E;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #F04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.55;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf2a0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #F04124;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #7FC3E1;
  border-color: #46a8d4;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.55;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #46a8d4;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #7FC3E1;
}

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

@media only screen and (min-width:32.05em) {
  button, .button {
    display: inline-block;
  }
}
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group.even-2 li {
  display: inline-block;
  margin: 0 -2px;
  width: 50%;
}
.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
  border-left: 0;
}
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
.button-group.even-3 li {
  display: inline-block;
  margin: 0 -2px;
  width: 33.3333333333%;
}
.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
  border-left: 0;
}
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
.button-group.even-4 li {
  display: inline-block;
  margin: 0 -2px;
  width: 25%;
}
.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
  border-left: 0;
}
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
.button-group.even-5 li {
  display: inline-block;
  margin: 0 -2px;
  width: 20%;
}
.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
  border-left: 0;
}
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
.button-group.even-6 li {
  display: inline-block;
  margin: 0 -2px;
  width: 16.6666666667%;
}
.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
  border-left: 0;
}
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
.button-group.even-7 li {
  display: inline-block;
  margin: 0 -2px;
  width: 14.2857142857%;
}
.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
  border-left: 0;
}
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
.button-group.even-8 li {
  display: inline-block;
  margin: 0 -2px;
  width: 12.5%;
}
.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
  border-left: 0;
}
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}
.button-group > li {
  display: inline-block;
  margin: 0 -2px;
}
.button-group > li > button, .button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group > li:first-child button, .button-group > li:first-child .button {
  border-left: 0;
}
.button-group.stack > li {
  display: block;
  margin: 0;
  float: none;
}
.button-group.stack > li > button, .button-group.stack > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-left: 0;
}
.button-group.stack > li > button, .button-group.stack > li .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.button-group.stack > li > button {
  width: 100%;
}
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-top: 0;
}
.button-group.stack-for-small > li {
  display: inline-block;
  margin: 0 -2px;
}
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
  border-left: 0;
}
@media only screen and (max-width: 32em) {
  .button-group.stack-for-small > li {
    display: block;
    margin: 0;
    width: 100%;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-left: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.stack-for-small > li > button {
    width: 100%;
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-top: 0;
  }
}
.button-group.radius > * {
  display: inline-block;
  margin: 0 -2px;
}
.button-group.radius > * > button, .button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
  border-left: 0;
}
.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button {
  border-radius: 0;
}
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.button-group.radius.stack > * {
  display: block;
  margin: 0;
}
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-left: 0;
}
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.button-group.radius.stack > * > button {
  width: 100%;
}
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-top: 0;
}
.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button {
  border-radius: 0;
}
.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
  -webkit-top-left-radius: 4px;
  -webkit-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 4px;
  -webkit-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media only screen and (min-width:32.05em) {
  .button-group.radius.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > *,
.button-group.radius.stack-for-small > * > a,
.button-group.radius.stack-for-small > * > button,
.button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
}
@media only screen and (max-width: 32em) {
  .button-group.radius.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  .button-group.radius.stack-for-small > *,
.button-group.radius.stack-for-small > * > a,
.button-group.radius.stack-for-small > * > button,
.button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 4px;
    -webkit-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 4px;
    -webkit-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.button-group.round > * {
  display: inline-block;
  margin: 0 -2px;
}
.button-group.round > * > button, .button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
  border-left: 0;
}
.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button {
  border-radius: 0;
}
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.button-group.round.stack > * {
  display: block;
  margin: 0;
}
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-left: 0;
}
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.button-group.round.stack > * > button {
  width: 100%;
}
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-top: 0;
}
.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button {
  border-radius: 0;
}
.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
  -webkit-top-left-radius: 0.8rem;
  -webkit-top-right-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}
.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 0.8rem;
  -webkit-bottom-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
@media only screen and (min-width:32.05em) {
  .button-group.round.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > *,
.button-group.round.stack-for-small > * > a,
.button-group.round.stack-for-small > * > button,
.button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}
@media only screen and (max-width: 32em) {
  .button-group.round.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  .button-group.round.stack-for-small > *,
.button-group.round.stack-for-small > * > a,
.button-group.round.stack-for-small > * > button,
.button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 0.8rem;
    -webkit-top-right-radius: 0.8rem;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
  }
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 0.8rem;
    -webkit-bottom-right-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
  }
}

.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar .button-group {
  float: left;
  margin-right: 0.5rem;
}
.button-bar .button-group div {
  overflow: hidden;
}

.flex-video {
  height: 0;
  margin-bottom: 0.8rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.25rem;
  position: relative;
}
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

/* Standard Forms */
form {
  margin: 0 0 0.8rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.4rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.4rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.4rem;
}

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 0.8rem 0;
  padding: 0.45rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 20px;
  height: 2.15rem;
  line-height: 2.15rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input:not([type]), 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], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 1rem;
  height: 2.15rem;
  margin: 0 0 0.8rem 0;
  padding: 0.4rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}
input:not([type]):focus, input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input:not([type]):disabled, input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
input:not([type]).radius, input[type=text].radius, input[type=password].radius, input[type=date].radius, input[type=datetime].radius, input[type=datetime-local].radius, input[type=month].radius, input[type=week].radius, input[type=email].radius, input[type=number].radius, input[type=search].radius, input[type=tel].radius, input[type=time].radius, input[type=url].radius, input[type=color].radius, textarea.radius {
  border-radius: 4px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

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

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.4rem;
  border-radius: 0;
  height: 2.15rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 4px;
}
select:focus {
  background-color: #f3f3f3;
  border-color: #999999;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 0.8rem 0;
}

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

/* Normalize file input width */
input[type=file] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 0.9rem 0;
  padding: 1rem;
}
fieldset legend {
  font-weight: 400;
  margin: 0;
  margin-left: -0.15rem;
  padding: 0 0.15rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.6rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0.8rem;
  margin-top: -1px;
  padding: 0.3rem 0.45rem 0.45rem;
  background: #F6A92E;
  color: #333333;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  font-size: 0.6rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0.8rem;
  margin-top: -1px;
  padding: 0.3rem 0.45rem 0.45rem;
  background: #F6A92E;
  color: #333333;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 0.8rem;
}
.error label,
.error label.error {
  color: #F6A92E;
}
.error small.error {
  display: block;
  font-size: 0.6rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0.8rem;
  margin-top: -1px;
  padding: 0.3rem 0.45rem 0.45rem;
  background: #F6A92E;
  color: #333333;
}
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #F6A92E;
}

.row {
  margin: 0 auto;
  max-width: 60rem;
  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 -0.75rem;
  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: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.column + .columns:last-child,
.columns + .column:last-child,
.columns + .columns:last-child {
  float: right;
}
.column + .column.end,
.column + .columns.end,
.columns + .column.end,
.columns + .columns.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: 8.3333333333%;
    right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
.columns {
    position: relative;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    float: left;
  }

  .small-1 {
    width: 8.3333333333%;
  }

  .small-2 {
    width: 16.6666666667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.3333333333%;
  }

  .small-5 {
    width: 41.6666666667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.3333333333%;
  }

  .small-8 {
    width: 66.6666666667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.3333333333%;
  }

  .small-11 {
    width: 91.6666666667%;
  }

  .small-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .small-offset-11 {
    margin-left: 91.6666666667% !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: 0.75rem;
    padding-right: 0.75rem;
    float: left;
  }
}
@media only screen and (min-width:32.05em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
.columns {
    position: relative;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    float: left;
  }

  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .medium-offset-11 {
    margin-left: 91.6666666667% !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: 0.75rem;
    padding-right: 0.75rem;
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
.columns {
    position: relative;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    float: left;
  }

  .large-1 {
    width: 8.3333333333%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .large-offset-11 {
    margin-left: 91.6666666667% !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: 0.75rem;
    padding-right: 0.75rem;
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0.85rem;
  margin-left: -1.1rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}
.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.1rem;
}
.inline-list > li > * {
  display: block;
}

.label {
  display: inline-block;
  font-family: "Montserrat", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.2rem 0.4rem 0.2rem;
  font-size: 0.55rem;
  background-color: #B74D04;
  color: #333333;
}
.label.radius {
  border-radius: 4px;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #F6A92E;
  color: #333333;
}
.label.warning {
  background-color: #F04124;
  color: #333333;
}
.label.success {
  background-color: #43AC6A;
  color: #333333;
}
.label.secondary {
  background-color: transparent;
  color: #333333;
}
.label.info {
  background-color: #7FC3E1;
  color: #333333;
}

ul.pagination {
  display: block;
  margin-left: -0.25rem;
  min-height: 1.2rem;
}
ul.pagination li {
  color: #222222;
  font-size: 0.7rem;
  height: 1.2rem;
  margin-left: 0.25rem;
}
ul.pagination li a, ul.pagination li button {
  border-radius: 4px;
  transition: background-color 300ms ease-out;
  background: none;
  color: #B74D04;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.05rem 0.5rem 0.05rem;
}
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #666666;
  pointer-events: none;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
  background: transparent;
}
ul.pagination li.current a, ul.pagination li.current button {
  background: #7FC3E1;
  color: #333333;
  cursor: default;
  font-weight: 400;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #7FC3E1;
}
ul.pagination li {
  display: block;
  float: left;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1rem;
  padding: 1rem;
  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.5rem;
}
.panel h1.subheader, .panel h2.subheader, .panel #related-cards.full-width-band h2, #related-cards.full-width-band .panel h2, .panel #related-events.full-width-band h2, #related-events.full-width-band .panel h2, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #fff4ec;
  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.5rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout #related-cards.full-width-band h2, #related-cards.full-width-band .panel.callout h2, .panel.callout #related-events.full-width-band h2, #related-events.full-width-band .panel.callout h2, .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: #B74D04;
}
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #9d4203;
}
.panel.radius {
  border-radius: 4px;
}

.side-nav {
  display: block;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.7rem 0;
}
.side-nav li {
  font-size: 0.8rem;
  font-weight: 300;
  margin: 0 0 0 0;
}
.side-nav li a:not(.button) {
  color: #B74D04;
  display: block;
  margin: 0;
  padding: 0.35rem 0;
}
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #fa7a22;
}
.side-nav li a:not(.button):active {
  color: #fa7a22;
}
.side-nav li.active > a:first-child:not(.button) {
  color: #fa7a22;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
}
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  list-style: none;
  padding: 0;
  border-top-color: #e6e6e6;
}
.side-nav li.heading {
  color: #B74D04;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

.sub-nav {
  display: block;
  margin: -0.2rem 0 0.9rem;
  overflow: hidden;
  padding-top: 0.2rem;
  width: auto;
}
.sub-nav dt {
  text-transform: uppercase;
}
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  color: #999999;
  float: left;
  font-family: "Montserrat", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  margin-left: 0.8rem;
  margin-bottom: 0;
}
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999999;
  padding: 0.15rem 0.8rem;
  text-decoration: none;
}
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  background: #B74D04;
  color: #FFFFFF;
  cursor: default;
  font-weight: 300;
  padding: 0.15rem 0.8rem;
}
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #9d4203;
}

table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1rem;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #222222;
  font-size: 0.8rem;
  font-weight: bold;
}
table thead {
  background: #F5F5F5;
}
table thead tr th,
table thead tr td {
  color: #222222;
  font-size: 0.7rem;
  font-weight: 400;
  padding: 0.4rem 0.5rem 0.5rem;
}
table tfoot {
  background: #F5F5F5;
}
table tfoot tr th,
table tfoot tr td {
  color: #222222;
  font-size: 0.7rem;
  font-weight: 400;
  padding: 0.4rem 0.5rem 0.5rem;
}
table tr th,
table tr td {
  color: #222222;
  font-size: 16px;
  padding: 0.45rem 0.5rem;
  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: 0.9rem;
}

/* Image Thumbnails */
.th {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out;
}
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
}
.th.radius {
  border-radius: 4px;
}

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

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}
.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 2.25rem;
  z-index: 98;
}

.top-bar {
  background: #333333;
  height: 2.25rem;
  line-height: 2.25rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0;
}
.top-bar input,
.top-bar select {
  font-size: 0.75rem;
  height: 1.4rem;
  padding-bottom: 0.35rem;
  padding-top: 0.35rem;
}
.top-bar .button, .top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4rem;
  padding-top: 0.4rem;
}
@media only screen and (max-width: 32em) {
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}
.top-bar .title-area {
  margin: 0;
  position: relative;
}
.top-bar .name {
  font-size: 20px;
  height: 2.25rem;
  margin: 0;
}
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  font-size: 0.85rem;
  line-height: 2.25rem;
  margin: 0;
}
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  color: #FFFFFF;
  display: block;
  font-weight: 300;
  padding: 0 0.75rem;
  width: 75%;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: #FFFFFF;
  display: block;
  font-size: 0.65rem;
  font-weight: 400;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 0.75rem;
  position: relative;
  text-transform: uppercase;
}
.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}
.top-bar .toggle-topbar.menu-icon a {
  color: #FFFFFF;
  height: 34px;
  line-height: 33px;
  padding: 0 2rem 0 0.75rem;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 0.75rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 16px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
  background: transparent;
  height: auto;
}
.top-bar.expanded .title-area {
  background: #333333;
}
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
.top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  display: block;
  font-size: 20px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.top-bar-section .divider,
.top-bar-section [role=separator] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li {
  background: #333333;
}
.top-bar-section ul li > a {
  color: #FFFFFF;
  display: block;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.65rem;
  font-weight: 300;
  padding-left: 0.75rem;
  padding: 12px 0 12px 0.75rem;
  text-transform: none;
  width: 100%;
}
.top-bar-section ul li > a.button {
  font-size: 0.65rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-color: #B74D04;
  border-color: #923e03;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #923e03;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.secondary {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: rgba(0, 0, 0, 0);
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert {
  background-color: #F6A92E;
  border-color: #e08d0a;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #e08d0a;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning {
  background-color: #F04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.info {
  background-color: #7FC3E1;
  border-color: #46a8d4;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  background-color: #46a8d4;
}
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button {
  font-size: 0.65rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-color: #B74D04;
  border-color: #923e03;
  color: #FFFFFF;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #923e03;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.secondary {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: rgba(0, 0, 0, 0);
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert {
  background-color: #F6A92E;
  border-color: #e08d0a;
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #e08d0a;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning {
  background-color: #F04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.info {
  background-color: #7FC3E1;
  border-color: #46a8d4;
  color: #FFFFFF;
}
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  background-color: #46a8d4;
}
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  color: #FFFFFF;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  color: #FFFFFF;
  background: #222222;
}
.top-bar-section ul li.active > a {
  background: #B74D04;
  color: #FFFFFF;
}
.top-bar-section ul li.active > a:hover {
  background: #9d4203;
  color: #FFFFFF;
}
.top-bar-section .has-form {
  padding: 0.75rem;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  border: inset 5px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 0.75rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%;
}
.top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}
.top-bar-section .dropdown li a {
  font-weight: 300;
  padding: 8px 0.75rem;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: 300;
}
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 0.9rem;
}
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #FFFFFF;
  display: block;
}
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.75rem;
}
.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
  top: auto;
}
.top-bar-section .dropdown label {
  color: #777777;
  font-size: 0.5rem;
  font-weight: 400;
  margin-bottom: 0;
  padding: 8px 0.75rem 2px;
  text-transform: uppercase;
}

.js-generated {
  display: block;
}

@media only screen and (min-width:32.05em) {
  .top-bar {
    background: #333333;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name h5 a,
.top-bar .name h6 a {
    width: auto;
  }
  .top-bar input,
.top-bar select,
.top-bar .button,
.top-bar button {
    font-size: 0.7rem;
    height: 1.4rem;
    position: relative;
    top: 0.425rem;
  }
  .top-bar .has-form > .button,
.top-bar .has-form > button {
    font-size: 0.7rem;
    height: 1.4rem;
    position: relative;
    top: 0.425rem;
  }
  .top-bar.expanded {
    background: #333333;
  }

  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 60rem;
  }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #333333;
    line-height: 2.25rem;
    padding: 0 0.75rem;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #222222;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #B74D04;
    color: #FFFFFF;
    line-height: 2.25rem;
    padding: 0 0.75rem;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #9d4203;
    color: #FFFFFF;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 1.75rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.125rem;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "»";
    top: 0.15rem;
    right: 5px;
  }
  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  .top-bar-section .dropdown li a {
    background: #333333;
    color: #FFFFFF;
    line-height: 2.25rem;
    padding: 12px 0.75rem;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #333333;
    color: #FFFFFF;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #555555;
    color: #FFFFFF;
    background: #222222;
  }
  .top-bar-section .dropdown li label {
    background: #333333;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider,
.top-bar-section > ul > [role=separator] {
    border-right: solid 1px #4e4e4e;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 2.25rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #333333;
    height: 2.25rem;
    padding: 0 0.75rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #B74D04;
    color: #FFFFFF;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}
.text-left {
  text-align: left !important;
}

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

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

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

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

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

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

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

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

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

  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:32.05em) and (max-width:51.2em) {
  .medium-only-text-left {
    text-align: left !important;
  }

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

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

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

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

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

  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:51.25em) and (max-width:72em) {
  .large-only-text-left {
    text-align: left !important;
  }

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

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

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

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

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

  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:72.05em) and (max-width:96em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

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

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

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

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

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

  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:96.05em) and (max-width:4999999.95em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

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

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

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

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

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

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #B74D04;
  line-height: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: #F5821E;
  text-decoration: underline;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.175rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.7rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Source Sans Pro", "Raleway", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #6f6f6f;
  font-size: 75%;
  line-height: 0;
}

h1 {
  font-size: 1.7rem;
}

h2 {
  font-size: 1.35rem;
}

h3 {
  font-size: 1.1rem;
}

h4 {
  font-size: 0.9rem;
}

h5 {
  font-size: 0.9rem;
}

h6 {
  font-size: 1rem;
}

.subheader, #related-cards.full-width-band h2, #related-events.full-width-band h2 {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1rem 0 0.95rem;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

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

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

code {
  background-color: #f2f2f2;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  padding: 0.1rem 0.25rem 0.05rem;
}

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1rem;
}

ul {
  margin-left: 1.1rem;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1rem;
  margin-bottom: 0;
}

.no-bullet {
  list-style-type: none;
  margin-left: 0;
}
.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1rem;
  margin-bottom: 0;
  list-style: none;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 400;
}
dl dd {
  margin-bottom: 0.6rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333333;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1rem;
  padding: 0.45rem 1rem 0 0.95rem;
  border-left: 1px solid #7FC3E1;
}
blockquote cite {
  display: block;
  font-size: 0.65rem;
  color: #555555;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.5rem 0.6rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: 400;
  font-size: 0.75rem;
}

.vevent .summary {
  font-weight: 400;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 400;
  border: none;
  padding: 0 0.05rem;
}

@media only screen and (min-width:32.05em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  h3 {
    font-size: 1.35rem;
  }

  h4 {
    font-size: 1.15rem;
  }

  h5 {
    font-size: 0.9rem;
  }

  h6 {
    font-size: 1rem;
  }
}
/*
 * 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)
*/
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !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: 0.34in;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/* 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:32.05em) {
  .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:51.25em) {
  .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:72.05em) {
  .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:96.05em) {
  .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 visibility */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  .print-only,
.show-for-print {
    display: block !important;
  }

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

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

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

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

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

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

  th.show-for-print {
    display: table-cell !important;
  }
}
/* TINT (LIGHTEN; Mix with white) */
/*
If you use Compass, you can call the function without including
it first. If you do not, paste the function in your CSS first,
then call it.

USAGE:
h1 {
  tint(red, 10%);
}
*/
/* SHADE (DARKEN; Mix with black) */
/*
If you use Compass, you can call the function without including
it first. If you do not, paste the function in your CSS first,
then call it.

USAGE:
h1 {
  shade(red, 10%);
}
*/
h1 {
  font-family: "Fjalla One", sans-serif;
  font-weight: 200;
  color: #333333;
  margin: 1em 0;
  line-height: 2.4rem;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  font-size: 2.2rem;
}
@media only screen and (min-width:32.05em) {
  h1 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}

.plyr__controls button {
  margin-bottom: 0px;
}

.plyr--audio {
  border-color: #4A5464;
  border-width: 1px;
  border-style: solid;
}

html.js #panel1,
html.js #panel2,
html.js .years_extra,
html.js .less_years,
html.js #posts-by-tag,
html.js #posts-by-year,
html.js #selectGallery {
  display: none;
}

html.no-js #cse-search-box-js {
  display: none;
}

textarea {
  resize: vertical;
}

table caption {
  caption-side: bottom;
  text-align: left;
}
table p {
  font-size: 16px;
}

table.headless {
  border-top: 0px;
}
table.headless tbody {
  border-top: 2px #7FC3E1 solid;
}

.placeholder {
  background-color: #CCCCCC;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

.placeholder.Alert {
  background-color: #F6A92E;
}

.panel,
.card,
.artifact-card,
.related-card,
.photo-card {
  border-radius: 8px;
}
.panel .placeholder,
.card .placeholder,
.artifact-card .placeholder,
.related-card .placeholder,
.photo-card .placeholder {
  border-radius: 8px 8px 0 0;
}

.card img:first-of-type,
.artifact-card img:first-of-type,
.related-card img:first-of-type,
.photo-card img:first-of-type,
.card #sub-hero,
.card > .date-plaque-alt:first-child {
  border-radius: 8px 8px 0 0;
}

.alert-box.alert {
  color: #333333;
}

a.button {
  text-decoration: none;
}

footer a:hover, footer a:focus {
  color: #FF5F05;
}

header a:hover, header a:focus {
  color: #13294B;
}

.button, button, input.button, input[type=submit] {
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 4px;
  border: 2px solid #B74D04;
  font-size: 0.8rem;
}
.button:hover, .button:focus, button:hover, button:focus, input.button:hover, input.button:focus, input[type=submit]:hover, input[type=submit]:focus {
  background: transparent;
  color: #B74D04;
  text-shadow: none;
}

.button:focus {
  text-decoration: underline;
}

.button.secondary {
  text-shadow: none;
  color: #1D4B90;
  border: 2px solid #1D4B90;
}
.button.secondary:hover, .button.secondary:focus {
  background: #1D4B90;
  color: #FFFFFF;
}

.button.postfix {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 2px solid #B74D04;
}

/*Fix for Foundation BUG where expand overrides non-regular-sized buttons */
button.tiny.expand,
.button.tiny.expand {
  padding: 0.5rem 1rem 0.55rem 1rem;
  font-size: 0.55rem;
  padding-bottom: 0.55rem;
  padding-top: 0.5rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  width: 100%;
}

button.small.expand,
.button.small.expand {
  padding: 0.7rem 1.4rem 0.75rem 1.4rem;
  font-size: 0.65rem;
  padding-bottom: 0.75rem;
  padding-top: 0.7rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  width: 100%;
}

button.large.expand,
.button.large.expand {
  padding: 0.9rem 1.8rem 0.95rem 1.8rem;
  font-size: 1rem;
  padding-bottom: 0.95rem;
  padding-top: 0.9rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  width: 100%;
}

/* End expand/size bug fix */
.button.onepointfive {
  text-shadow: none;
  color: #B74D04;
  border: 2px solid #B74D04;
  background: transparent;
}
.button.onepointfive:hover, .button.onepointfive:focus {
  background: #B74D04;
  color: #FFFFFF;
}

.button.disabled {
  border-width: 2px;
  color: #333333;
  border-color: #d6d6d6;
  background-color: #FFFFFF;
}
.button.disabled:hover, .button.disabled:focus {
  color: #333333;
  border-color: #d6d6d6;
  background-color: #FFFFFF;
}

.breadcrumbs li {
  line-height: 1.6;
}

footer {
  padding-top: 1.2rem;
  background-color: #13294B;
}
footer div, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #FFFFFF;
}

footer .button:hover, footer .button:focus, .pushy .button:hover, .pushy .button:focus {
  background: transparent;
  color: #FFFFFF;
}
footer .button.secondary, .pushy .button.secondary {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
footer .button.secondary:hover, footer .button.secondary:focus, .pushy .button.secondary:hover, .pushy .button.secondary:focus {
  background: #FFFFFF;
  color: #13294B;
}

#sub-horizontal-menu h2 {
  color: #222222;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16.8px;
  line-height: 22px;
  margin-bottom: 20px;
  padding-bottom: 3px;
  margin-top: 7px;
  margin-right: 15px;
}
#sub-horizontal-menu li {
  margin-left: 0px;
  margin-right: 10px;
}
#sub-horizontal-menu .button.secondary {
  border: 0px;
  color: #B74D04;
}
#sub-horizontal-menu .button.secondary:hover, #sub-horizontal-menu .button.secondary:focus {
  background: #B74D04;
  color: #FFFFFF;
}

#site-horizontal-menu {
  padding-left: 0px;
}
#site-horizontal-menu a {
  color: #13294B;
}

.menu-topper {
  vertical-align: bottom;
}

noscript > :first-child:before {
  content: "!";
  font-weight: bold;
  background-color: yellow;
  color: #333333;
  padding: 10px;
}

video {
  width: 100%;
}

/*
COMMENTED OUT 2022-10-04 to revert to foundation default behavior. Alignment issue in Safari instead solved by JS - Rishik
*/
/* Remove foundation clear so that filtered LIs in block grids don't leave a space with display:none; */
/*.filtered-collection ul[class*='-block-grid-'] > li {
          clear: none !important;  } */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden, a.phone span, a.email span {
  /*border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;*/
  position: absolute;
  /* Item is not in source flow */
  clip: rect(1px 1px 1px 1px);
  /* IE 6 and IE 7 */
  clip: rect(1px, 1px, 1px, 1px);
  /* clip to 1px width and height */
  width: 1px;
  /* Set width to 1px */
  height: 1px;
  /* Set height to 1px */
  text-indent: -999em;
  /* Indent any text so it is not visible */
  overflow: hidden;
  /* Ensure that contents are not visible beyond 1px boundary */
  word-wrap: normal;
  /* Fix a JAWS+Firefox scrollbar issue when word-wrap is set */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/*.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}*/
/*.left-collapse {
  .columns {
    padding-left: 0;
    padding-right: $column-gutter;
  }
}

.right-collapse {
  .columns {
    padding-right: 0;
    padding-left: $column-gutter;
  }
}*/
.full-width {
  /*Apply this to an element to make it full its container.
  GREAT for tables as you can use the parent columns to set a consistent width. */
  width: 100%;
}

.wrapped-columns {
  /*Turn long lists into columns that fill container*/
  column-width: 12em;
}

.no-link-highlight {
  color: #333333;
}
.no-link-highlight:hover, .no-link-highlight:focus {
  color: #333333;
}

.circle {
  border-radius: 100%;
  margin-bottom: 0.6rem;
}

.crop {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.crop img {
  max-width: 200%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.crop.square-crop {
  padding-bottom: 94.8%;
}

.crop.wide-crop {
  padding-bottom: 56.25%;
}

.gmaps-overlay {
  /*Use to prevent the Google Maps iframe from hijacking scroll actions until the user clicks on the map (using JS)*/
  position: absolute;
  width: 100%;
  height: 100%;
  /* your iframe height */
  /*top:480px;  /* your iframe height */
  /*margin-top:-480px;  /* your iframe height */
}

.full-width-band {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

/*.full-width-band.beige {
  background-color: $beige;
}

.full-width-band.tan-alpha {
  background-color: $tan-alpha;

  .subheader {
    color: scale-color($subheader-font-color, $lightness: -25%);
  }
}
.full-width-band.cream-alpha {
  background-color: $cream-alpha;
}



.full-width-band.cream {
  background-color: $cream;
} */
.full-width-band.gray-1 {
  background-color: #F5F5F5;
}

.full-width-band.gray-2 {
  background-color: #DCDCDC;
}

.full-width-band.cloud-1 {
  background-color: #F8FAFC;
}

.full-width-band.cloud-3 {
  background-color: #DDDEDE;
}

.full-width-band.cloud-2 {
  background-color: #E8E9EB;
}

.full-width-band.purple {
  background-color: #EBF2FF;
}

.full-width-band.notable-card-collection {
  background: rgba(19, 41, 75, 0.9);
}
.full-width-band.notable-card-collection h2 {
  color: #FFFFFF;
}

.full-width-band.darkblue {
  background-color: #13294B;
}

.panel.white {
  background-color: #FFFFFF;
}

.panel.callout {
  background-colr: #e8f8ff;
}

.full-width-band.white {
  /*  border-top : solid #DDD 1px; */
  background-color: #FFFFFF;
}
.full-width-band.white .card {
  border: rgba(51, 51, 51, 0.2) solid;
  border-width: 1px 1px 1px 1px;
}
.full-width-band.white .related-card .card-content {
  border-width: 0px 0px 0px 0px;
}

/*.full-width-band.lightbrown {
  background-color: $lightbrown;

  .button {
    &:hover, &:focus {
      color:white;
    }
  }

  .button.secondary {

    /*background:$body-font-color;
    border-color: $body-font-color;
    color:$white ;

    &:hover, &:focus {
      background-color:transparent;
      color:$body-font-color;
    }

    &:hover, &:focus {
      background-color:$darkbrown;
      color:white;
    }

  }
} */
header .full-width-band {
  padding-bottom: 0px;
}

#masthead.full-width-band {
  padding-top: 15px;
  padding-bottom: 10px;
}
#masthead.full-width-band ul {
  font-size: 1.1rem;
}

#masthead-online.full-width-band {
  border-bottom: 1px solid #D2D2D2;
  padding-top: 15px;
  padding-bottom: 15px;
}

.border_top_online {
  border-top: 9px solid #FF5F05;
  height: 10px;
}

#secondary-nav.full-width-band {
  background-color: #FFFFFF;
  padding-top: 15px;
}
#secondary-nav.full-width-band .menu-btn {
  padding: 5px 11px 5px 11px;
}
#secondary-nav.full-width-band a {
  color: rgba(19, 41, 75, 0.7);
}
#secondary-nav.full-width-band a:hover, #secondary-nav.full-width-band a:focus {
  color: rgba(11, 25, 45, 0.7);
}
#section-nav {
  background-color: #FFFFFF;
  padding-top: 15px;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  color: #B74D04;
}

#overview.full-width-band,
#body.full-width-band {
  padding-top: 0px;
}

#home-today.full-width-band {
  padding-top: 0px;
  padding-bottom: 0px;
}

/*#works-cited.full-width-band, */
#related-text.full-width-band {
  background-color: #849BC1;
}

#related-recommended-pages.full-width-band {
  background-color: #9C9C9C;
}
#related-recommended-pages.full-width-band h2 {
  padding-bottom: 20px;
}

.full-width-band.image-grid {
  background-color: #AFC7DB;
}
.full-width-band.image-grid a {
  color: #873803;
}
.full-width-band.image-grid .button {
  background-color: #B74D04;
  color: #FFFFFF;
}
.full-width-band.image-grid .button:hover, .full-width-band.image-grid .button:focus {
  color: #873803;
  border-color: #873803;
  background: transparent;
}

#footer-copyright.full-width-band {
  background-color: #0B192E;
}

.full-width-band.interactive {
  background-color: #13294B;
}

.full-width-band.card-collection {
  background-color: #DDDEDE;
  padding-bottom: 0px;
}
.full-width-band.card-collection .tag-band, .full-width-band.card-collection .label-band {
  background-color: #f7f7f7;
  border-top: 1px solid #e0e1e1;
}

.full-width-band.filtered-collection {
  background-color: rgba(19, 41, 75, 0.9);
  padding-top: 0px;
}
.full-width-band.filtered-collection h1, .full-width-band.filtered-collection h2, .full-width-band.filtered-collection h3, .full-width-band.filtered-collection h4, .full-width-band.filtered-collection h5, .full-width-band.filtered-collection h6 {
  color: white;
}
.full-width-band.filtered-collection .button:hover, .full-width-band.filtered-collection .button:focus {
  color: white;
}
.full-width-band.filtered-collection .button.onepointfive {
  color: white;
}
.full-width-band.filtered-collection .button.onepointfive:hover, .full-width-band.filtered-collection .button.onepointfive:focus {
  color: white;
}
.full-width-band.filtered-collection .button.onepointfive.secondary {
  border-color: white;
}
.full-width-band.filtered-collection .panel .button.onepointfive {
  color: #B74D04;
}
.full-width-band.filtered-collection .panel .button.onepointfive:hover, .full-width-band.filtered-collection .panel .button.onepointfive:focus {
  color: #FFFFFF;
}

.full-width-band.filter {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.full-width-band[class^=pattern-]:after, .full-width-band[class*=" pattern-"]:after {
  content: "";
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -20;
  background-size: cover;
}

.full-width-band.pattern-1:after {
  background-image: url("/img/bg/pattern1.jpg");
}

.full-width-band.pattern-2:after {
  background-image: url("/img/bg/pattern2.jpg");
}

.full-width-band.pattern-3:after {
  background-image: url("/img/bg/pattern3.jpg");
}

.full-width-band.pattern-4:after {
  background-image: url("/img/bg/pattern4.jpg");
}

.full-width-band.pattern-5:after {
  background-image: url("/img/bg/pattern5.jpg");
}

.full-width-band.pattern-6:after {
  background-image: url("/img/bg/pattern6.jpg");
}

.full-width-band.secondary .panel {
  background-color: #FFFFFF;
  border: rgba(255, 95, 5, 0.2) 1px solid;
}

.full-width-band.secondary:after {
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -20;
  background-image: url("/img/bg/geo-secondary_rebrand.png");
  border-top: #F5821E 1px solid;
  border-bottom: #F5821E 1px solid;
}

.full-width-band.secondary .panel:last-child,
#related-text.full-width-band .panel:last-child,
#related-recommended-pages.full-width-band .panel:last-child,
.full-width-band .panel:last-child {
  margin-bottom: 0px;
}

#from-the-collection.full-width-band {
  background-color: #B6B6B6;
}

#related-sequence.full-width-band {
  background-color: #DDDEDE;
}
#related-sequence.full-width-band a.button {
  margin-bottom: 0px;
}
@media only screen and (max-width: 32em) {
  #related-sequence.full-width-band div:nth-of-type(2) > a.button {
    margin-top: 1rem;
  }
}

#related-cards.full-width-band:after, #related-events.full-width-band:after {
  content: "";
  opacity: 0.78;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -20;
  background-image: url("/img/bg/related_pattern_2.png");
}

#related-cards.full-width-band h2, #related-events.full-width-band h2 {
  color: #222222;
  font-weight: 400;
}

#explore-more.full-width-band,
#contact.full-width-band {
  background-color: #F5F5F5;
}

#footnote.full-width-band {
  background-color: #E8E9EB;
}

.border {
  border: 1px solid #222222;
}

.border.white {
  border-color: white;
}

.border.wide {
  border-width: 0.3rem;
}

a.icon.email:after, a.icon.phone:after, a.icon.external:after {
  display: none;
}

a.email:after {
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  margin-right: 5px;
  content: "";
  color: #757575;
  font-weight: 900;
  font-size: 0.7rem;
}

a.phone:after {
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  margin-right: 5px;
  content: "";
  color: #757575;
  font-weight: 900;
  font-size: 0.7rem;
}

a.phone:after:hover, a.phone:after:focus, a.email:after:hover, a.email:after:focus {
  text-decoration: none;
}

#affiliated-organizations img {
  background-color: #FFFFFF;
}

.tag-alt, .tag {
  display: inline-block;
  font-size: 0.65rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  border-radius: 4px;
  padding: 0.1666666667rem 0.6rem;
  background-color: #FFFFFF;
  color: #333333;
  border: 2px solid #DDDDDD;
  margin-bottom: 0.1666666667rem;
}
.tag-alt:hover, .tag-alt:focus, .tag:hover, .tag:focus {
  background-color: #333333;
  color: #FFFFFF;
  border-color: #333333;
}

ul.tag-band, ul.label-band {
  width: 100%;
  /*vertical-align: middle;*/
  margin-left: 0px;
  padding: 0.5rem;
  font-size: 0.65rem;
  background-color: #EEEEEE;
  border-top: 1px solid #DDDDDD;
  /*span {
    vertical-align: middle;
  }*/
}
ul.tag-band li, ul.label-band li {
  display: inline-block;
  list-style-type: none;
  font-size: 0.65rem;
}
ul.tag-band li a:hover, ul.label-band li a:hover {
  text-decoration: none;
}
ul.tag-band span.icon, ul.label-band span.icon {
  margin-bottom: 0.1666666667rem;
  font-size: 18px;
  padding-bottom: 0.3333333333rem;
}

ul.tag-band {
  padding-bottom: 0.3333333333rem;
}

ul.label-band {
  padding-bottom: 10px;
}

.card-content ul.tag-band, .card ul.label-band, .card ul.tag-band {
  border-radius: 0 0 6px 6px;
}

.tag-list, .label-list {
  margin-left: 0px;
  margin-bottom: 10px;
}
.tag-list li, .label-list li {
  display: inline-block;
  list-style-type: none;
}
.tag-list li span, .label-list li span {
  vertical-align: middle;
}

div.card,
div.artifact-card,
div.related-card,
div.icon-card,
div.photo-card {
  background: #FFFFFF;
  border-radius: 8px;
}
div.card .card-content,
div.artifact-card .card-content,
div.related-card .card-content,
div.icon-card .card-content,
div.photo-card .card-content {
  padding: 1rem;
  border-radius: 0px 0px 8px 8px;
}
div.card p,
div.artifact-card p,
div.related-card p,
div.icon-card p,
div.photo-card p {
  color: #333333;
}

.columns > .card,
.columns > .photo-card {
  margin-bottom: 1.5rem;
}

.image-grid .columns {
  padding: 0 0.5rem 1rem 0.5rem;
}

@media only screen and (min-width:32.05em) {
  .image-grid .large-4.thin-padding, .image-grid .medium-4.thin-padding {
    padding-bottom: 11.33px;
  }
}

.card.margin-fix {
  margin-bottom: 1.5rem;
}

div.related-card {
  margin-bottom: 20px;
  background: transparent;
}
div.related-card .button {
  margin-bottom: 0px;
  border-radius: 0px 0px 8px 8px;
}
div.related-card .card-content {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

div.artifact-card {
  background-color: #FFFFFF;
}

/*.content-block {  //Add this to the column declaration surrounding mixed content on a darker full-width-band to get a nice white block that "collapses" on small/medium.
                  //NOTE: the collapse is only achieved because the block breaks the bouncs of the grid.
  background-color:white;
  padding-top:$column-gutter/2;
}*/
div.icon-card .columns:first-of-type {
  padding-right: 0px;
}
div.icon-card .title {
  font-size: 1.85rem;
  color: #B74D04;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
}
div.icon-card:hover .title, div.icon-card:focus .title {
  text-decoration: underline;
}

.image-caption {
  font-size: 18px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  /*  This works well for the blog, but not for cards, where we don't want a green line
  .caption-text {
    border-left: 1px solid $info-color;
    padding-left: 5px;
    margin-top: 5px;
  }*/
}
.image-caption span:after {
  content: " | ";
}
.image-caption span:first-of-type:after,
.image-caption span:last-of-type:after,
.image-caption span.object-name:after,
.image-caption span.title:after,
.image-caption span.caption-text:after,
.image-caption span.startingDate:after {
  content: none;
}
.image-caption span.object-name,
.image-caption span.title,
.image-caption span.caption-text {
  display: block;
  margin-bottom: 0.5rem;
}
.image-caption span.object-date,
.image-caption span.object-artist,
.image-caption span.object-locale,
.image-caption span.object-credit,
.image-caption span.age,
.image-caption span.photo-date,
.image-caption span.photo-locale {
  font-size: 18px;
}
.image-caption span.object-number {
  font-size: 16px;
}
.image-caption .icon-bullet li {
  font-size: 18px;
}
span.object-number,
.image-caption span.object-number,
.image-caption span.title,
.image-caption span.object-name {
  font-family: "Montserrat", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.icon-heading {
  padding-bottom: 1.5rem;
}
.icon-heading .columns:nth-of-type(2) {
  padding-right: 0px;
}
.icon-heading .columns div img {
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
}

@media only screen and (max-width: 32em) {
  table.stack-for-small {
    background-color: transparent;
    border: 0px;
  }
  table.stack-for-small caption {
    caption-side: top;
    text-align: left;
  }
  table.stack-for-small thead, table.stack-for-small tbody, table.stack-for-small th, table.stack-for-small td, table.stack-for-small tr {
    display: block;
  }
  table.stack-for-small thead tr {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.stack-for-small tr {
    border: 1px solid #ccc;
    margin: 0 0 0.75rem 0;
    background-color: white;
  }
  table.stack-for-small td:before {
    content: attr(data-header) ": ";
    font-size: 0.7rem;
    color: #222222;
    font-weight: 400;
  }
  table.stack-for-small tr th {
    background-color: #F5F5F5;
  }
}
/*.icon-heading {
  padding-bottom: $column-gutter;

  .columns {
    display: table;

    &:nth-of-type(2) {
      padding-right:0px;
    }

  }

  .columns div {
    display:table-cell;
    vertical-align: middle;
  }

}*/
.icon:before, ul.icon-bullet li:before {
  font-family: "Font Awesome 5 Free";
  /* BYO icon font, mapped smartly */
  speak: none;
  /* Not to be trusted, but hey. */
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-decoration: none;
}

/*a > .icon:before {
  color: $primary-color;
}*/
.icon.prepend {
  padding-right: 0.5rem;
}

.icon.append {
  padding-left: 0.5rem;
}

ul.icon-bullet {
  list-style-type: none;
  margin-left: 0px;
}

ul.icon-bullet li {
  position: relative;
  padding-left: 2rem;
}

ul.icon-bullet li:before {
  position: absolute;
  top: 0;
  left: 0;
}

.icon-image .crop {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}

.icon-image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: rgba(34, 34, 34, 0.5);
}

.icon.next:before, ul.icon-bullet li.next:before {
  content: "";
  font-weight: 900;
}

.icon.previous:before, ul.icon-bullet li.previous:before {
  content: "";
  font-weight: 900;
}

.icon.chevron:before, ul.icon-bullet li.chevron:before {
  content: "";
  font-weight: 900;
}

.icon.blog:before, ul.icon-bullet li.blog:before {
  content: "";
  font-weight: 400;
}

.icon.events:before, ul.icon-bullet li.events:before {
  content: "";
  font-weight: 400;
}

.icon.date:before, ul.icon-bullet li.date:before {
  content: "";
  font-weight: 400;
}

.icon.time:before, ul.icon-bullet li.time:before {
  font-weight: 400;
  content: "";
}

.icon.person:before, ul.icon-bullet li.person:before {
  font-weight: 900;
  content: "";
}

.icon.people:before, ul.icon-bullet li.people:before {
  font-weight: 900;
  content: "";
}

.icon.hamburger:before, ul.icon-bullet li.hamburger:before {
  content: "";
  font-weight: 900;
}

.icon.x:before, ul.icon-bullet li.x:before {
  content: "";
  font-weight: 900;
}

.icon.check:before, ul.icon-bullet li.check:before {
  font-weight: 900;
  content: "";
}

.icon.search:before, ul.icon-bullet li.search:before {
  font-weight: 900;
  content: "";
}

.icon.home:before, ul.icon-bullet li.home:before {
  font-weight: 900;
  content: "";
}

.icon.download:before, ul.icon-bullet li.download:before {
  font-weight: 900;
  content: "";
}

.icon.outreach:before, ul.icon-bullet li.outreach:before {
  font-weight: 900;
  content: "";
}

.icon.cost:before, ul.icon-bullet li.cost:before {
  font-weight: 900;
  content: "";
  padding-left: 0.2rem;
}

.icon.phone:before, ul.icon-bullet li.phone:before {
  font-weight: 900;
  content: "";
}

.icon.email:before, ul.icon-bullet li.email:before {
  font-weight: 900;
  content: "";
}

.icon.location:before, ul.icon-bullet li.location:before {
  font-weight: 900;
  /*content: "\f041";*/
  content: "";
  padding-left: 0.2rem;
}

.icon.image:before, ul.icon-bullet li.image:before {
  font-weight: 400;
  content: "";
}

.icon.age:before, ul.icon-bullet li.age:before {
  content: "";
  font-weight: 900;
  padding-left: 0.2rem;
}

.icon.read:before, ul.icon-bullet li.read:before {
  font-weight: 900;
  content: "";
}

.icon.calendar-plus:before, ul.icon-bullet li.calendar-plus:before {
  font-weight: 400;
  content: "";
}

.icon.external:before, ul.icon-bullet li.external:before {
  content: "";
  font-weight: 900;
}

.icon.caret-up:before, ul.icon-bullet li.caret-up:before {
  font-weight: 900;
  content: "";
}

.icon.facebook:before, ul.icon-bullet li.facebook:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "";
}

.icon.twitter:before, ul.icon-bullet li.twitter:before {
  font-family: "Font Awesome 5 Brands";
  content: "";
}

.icon.twitter:before, ul.icon-bullet li.twitter:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "";
}

.icon.instagram:before, ul.icon-bullet li.instagram:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "";
}

.icon.youtube:before, ul.icon-bullet li.youtube:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "";
}

.icon.spotify:before, ul.icon-bullet li.spotify:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "";
}

.icon.amazon:before, ul.icon-bullet li.amazon:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "";
}

.icon.itunes:before, ul.icon-bullet li.itunes:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "";
}

.icon.event-Family-Friendly:before {
  font-family: "Flaticon";
  content: "";
}

.icon.event-Alert:before {
  font-family: "Flaticon";
  content: "";
}

.icon.event-Workshop:before {
  font-family: "Flaticon";
  content: "";
}

.icon.event-Hands-on:before {
  font-family: "Flaticon";
  content: "";
}

.icon.event-Special-Event:before {
  font-family: "Flaticon";
  content: "";
}

.icon.event-Exhibit:before {
  font-family: "Flaticon";
  content: "";
}

.icon.event-Film:before {
  font-family: "Flaticon";
  content: "";
}

.icon.event-Exhibit-Related:before {
  font-family: "Flaticon";
  content: "";
}

.icon.event-Talk:before {
  font-family: "Flaticon";
  content: "";
}

.icon.event-Performance:before {
  font-family: "Flaticon";
  content: "";
}

/*
        font-size: 80px;
        color: #666;
font-style: normal;
margin-left: 20px;*/
/*.icon-image {   //used for placeholder images with a large icon in the middle (YUKI)
    position: relative;
    top: 20%;
    left: 30%;
}*/
/*.filter_hide {
  display:none;
  visibility:hidden;
}*/
.filter {
  text-transform: uppercase;
}

#skiptocontent a {
  font-size: 0.8rem;
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background-color: #BF1722;
  transition: top 1s ease-out, background 1s linear;
  z-index: 100;
}

#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #BF1722;
  outline: 0;
  transition: top 0.1s ease-in, background 0.5s linear;
}

#site-disclosure {
  margin-bottom: 0.75rem;
}

#site-disclosure > button.disclosure {
  margin-bottom: 0rem;
}

#site-disclosure > #panel3 .side-nav .side-nav {
  padding-top: 0%;
}

/*! Pushy - v0.9.2 - 2014-9-13
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee
* CUSTOM-IZED BY SM
*/
/* Disable horizontal/vertical scroll of body (CUSTOM)*/
/* TEST on IOS. I THINK THE PAGE OVERLAY IS SCROLLABLE. */
html, body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

html {
  height: 100%;
}

body {
  height: auto;
  /*If HTML and BODY have both overflow-x and height:100%, you can't use the keyboard to scroll until
  you change focus to the body. Height:auto fixes this, but it makes the off-canvas jerky and creates
  an odd temporary whitespace that is redrawn whenever you scroll the site overlay.
  */
}

.button.menu-btn {
  padding: 4px 12px;
  margin: 7px 0;
  background-color: transparent;
  border-color: transparent;
  color: #B74D04;
}
.button.menu-btn .icon {
  font-size: 1.2rem;
}
.button.menu-btn:hover, .button.menu-btn:focus {
  color: #333333;
}

/* Menu Appearance */
.pushy {
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background-color: #13294B;
  box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, 0.7);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
  padding-top: 0.75rem;
}

.pushy a, .pushy input, .pushy .icon {
  font-size: 20px;
}

.pushy a {
  color: #F8FAFC !important;
  padding: 15px 30px;
}

.pushy a:hover {
  /*background: #00b4ff;
  color: #FFF;*/
  color: #D2D2D2 !important;
}

/* Menu Movement */
.pushy-left {
  visibility: hidden;
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
  padding-top: 0.75rem;
}

.pushy-open {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.container-push, .push-push {
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -o-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

/* Menu Transitions */
/*.pushy, #container, .push{
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99), $pushy-visibility-transition;
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99), $pushy-visibility-transition;
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99), $pushy-visibility-transition;
    //transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99), $pushy-visibility-transition;
}*/
/* Site Overlay */
/*.pushy-active .site-overlay{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation: fade 500ms;
    -moz-animation: fade 500ms;
    -ms-animation: fade 500ms;
    -o-animation: fade 500ms;
    animation: fade 500ms;

}

@keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}



@-o-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

*/
/* Example Media Query */
/*@media screen and (max-width: 768px){
    .pushy{
        //background-color:red;
    }
}*/
/* offside-js 1.2.3 25-12-2015
* Minimal JavaScript kit without library dependencies to push things off-canvas using just class manipulation
* https://github.com/toomuchdesign/offside.git
*
* by Andrea Carraro
* Available under the MIT license
*/
/* Off-canvas element CSS */
.offside {
  position: fixed;
  /* Does not play well with some old browsers (see: README) */
  width: 250px;
  height: 100%;
  top: 0;
  z-index: 9999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}

/* Left off-canvas elements default status: out of the page */
.offside,
.offside--left {
  visibility: hidden;
  left: -250px;
}

/* Right off-canvas elements default status: out of the page */
.offside--right {
  visibility: hidden;
  left: auto;
  right: -250px;
}

/*
 * Left off-canvas element is open:
 * - off-canvas element slides in
 * - container elements slides out
 */
.offside--left.is-open,
.offside-js--is-left .offside-sliding-element {
  visibility: visible;
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -o-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

/*
 * Right off-canvas element is open:
 * - off-canvas element slides in
 * - container elements slides out
 */
.offside--right.is-open,
.offside-js--is-right .offside-sliding-element {
  visibility: visible;
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

/* Elements Transitions */
.offside-js--interact .offside,
.offside-js--interact .offside-sliding-element {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  /* improves performance issues on mobile*/
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

/* Body overflow */
.offside-js--init {
  overflow-x: hidden;
}

/* Fallback movements for browser not supporting CSS 3d Transitions
----------------------------------------------- */
/* Modernizr false negative csstransforms3d fix, reset CSS 3d Transitions */
.no-csstransforms3d .offside {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.no-csstransforms3d .offside-sliding-element {
  overflow-x: hidden;
  position: relative;
}

/* Element is open: off-canvas element slides in */
.no-csstransforms3d .offside--left.is-open {
  left: 0;
}

.no-csstransforms3d .offside--right.is-open {
  right: 0;
}

/* Element is open: container elements slide out */
.no-csstransforms3d > .offside-js--is-left .offside-sliding-element {
  right: -250px;
}

.no-csstransforms3d > .offside-js--is-right .offside-sliding-element {
  left: -250px;
}

/* Setting border-box box-sizing + ie fallback
----------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  /* fixes focus scrolling in Safari (OS X) */
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* disable webkit tap highlight */
}

/* =Cosmetic CSS for demo purpose
   ----------------------------------------------- */
/*header {
    overflow: hidden;
}*/
/* Container */
/* Offside instances */
.offside {
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background-color: #13294B;
  box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, 0.7);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
  padding-top: 0.75rem;
}

.offside a, .offside input, .offside .icon {
  font-size: 20px;
}

.offside a {
  color: #F8FAFC !important;
  padding: 15px 30px;
}
.offside a:hover, .offside a:focus {
  /*background: #00b4ff;
  color: #FFF;*/
  color: #D2D2D2 !important;
}

.offside .button {
  border: 0px;
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
.offside .button:hover, .offside .button:focus {
  background: #0E2238;
}

.offside .menu-btn {
  margin-bottom: 0px;
  padding-top: 0px;
}
.offside .menu-btn:hover, .offside .menu-btn:focus {
  color: #FF5F05;
}

.site-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: visibility 0s ease, opacity 0.2s ease;
  -moz-transition: visibility 0s ease, opacity 0.2s ease;
  -o-transition: visibility 0s ease, opacity 0.2s ease;
  transition: visibility 0s ease, opacity 0.2s ease;
}

/* Just few cosmetic CSS for overlay fade in/out */
.offside-js--is-open .site-overlay {
  visibility: visible;
  opacity: 0.7;
  -webkit-transition-delay: delay 0s;
  -o-transition-delay: delay 0s;
  transition-delay: delay 0s;
}

.filter-nav li {
  display: inline-block;
  text-align: center;
  font-family: "Montserrat", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 0.15rem 0.8rem;
  font-size: 0.8rem;
}
.filter-nav li a {
  color: #CCCCCC;
}
.filter-nav li a:hover {
  color: #FF5F05;
}
.filter-nav li.active {
  border-radius: 4px;
  border: 2px solid #CCCCCC;
}
.filter-nav li.active a {
  cursor: default;
}
.filter-nav li.active a:hover {
  text-decoration: none;
}
.filter-nav li.active:hover a, .filter-nav li.active:focus a {
  color: #FFFFFF;
}

.video-embed-field-responsive-video {
  position: relative;
}
.video-embed-field-responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.video-embed-field-responsive-video:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.video-embed-field-responsive-modal {
  max-width: 100%;
}

.video-embed-field-lazy {
  cursor: pointer;
  position: relative;
}
.video-embed-field-lazy img {
  width: 100%;
}

.video-embed-field-lazy-play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url(/modules/contrib/video_embed_field/css/icons/play.svg) no-repeat;
  cursor: pointer;
  background-size: 72px 72px;
}

/* Use a different font family for search results */
.gs-title, .gs-snippet {
  font-size: 20px !important;
  line-height: 1.6 !important;
  text-decoration: none !important;
}

.gsc-result .gs-title {
  height: inherit !important;
}

/* Add a border between individual search results */
.gs-webResult {
  border-bottom: 0px;
  padding-bottom: 0.375rem;
}

/* Do no display the count of search results */
.gsc-result-info {
  display: none;
}

/* Hide the Google branding in search results */
.gcsc-branding {
  display: none;
}

/* Hide the thumbnail images in search results */
/* Hide the snippets in Google search results */
.gs-snippet {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* Change the font size of the title of search results */
.gs-title a {
  text-decoration: none !important;
  color: #B74D04 !important;
  font-size: 1.15rem !important;
}
.gs-title a:hover, .gs-title a:focus {
  text-decoration: underline !important;
  color: #F5821E !important;
}

/* Change the font size of snippets inside search results */
/* Google Custom Search highlights matching words in bold, toggle that */
.gs-title b, .gs-snippet b {
  font-size: inherit !important;
  color: inherit !important;
}

/* Do no display the URL of web pages in search results */
/* Highlight the pagination buttons at the bottom of search results */
.gsc-cursor-page {
  font-size: 20px;
}

.gsc-table-result {
  border: none;
  margin: none !important;
}

.gsc-resultsHeader {
  display: none;
}

.gsc-result-info-container {
  display: none;
}

.gsc-option-menu-container, .gsc-selected-option-container.gsc-inline-block {
  width: 50% !important;
}

.gsc-orderby-label.gsc-inline-block {
  float: left;
}

.gs-webResult .gs-visibleUrl {
  font-weight: normal !important;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
  line-height: 1.6;
}

.gs-title {
  font-family: "Montserrat", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
}

.gsc-webResult, .gsc-result {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}
.gsc-webResult:hover, .gsc-result:hover {
  border: 0px !important;
}

.gsc-table-result td {
  padding: 0px !important;
}

/*td.input.gsc-search-button, input.gsc-search-button  {

  @extend .button;
  font-size: $base-font-size !important;
  border-radius: $global-radius;
  background-color: $button-bg-color !important;
  font-weight: normal !important;
  font-family: $button-font-family !important;
  font-size: rem-calc(16) !important;
  padding: rem-calc(16) !important;
  border: 3px solid $button-bg-color !important;
  display:normal !important;
  position:normal !important;

  &:hover, &:focus {
    background-color: transparent !important;
    color: $primary-color;
  }

  &:focus {
    text-decoration:underline;
  }

}*/
.draft, .DRAFT {
  background-color: rgba(255, 255, 0, 0.3);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, 0.5) 35px, rgba(255, 255, 255, 0.5) 70px);
}

.to-edit {
  background-color: rgba(128, 32, 128, 0.2);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, 0.5) 35px, rgba(255, 255, 255, 0.5) 70px);
}

.vcard.contact {
  width: 100%;
  border-radius: 4px;
}
@media only screen and (min-width:32.05em) {
  .vcard.contact {
    border-radius: 4px 100px 100px 4px;
  }
}
.vcard.contact img, .vcard.contact ul {
  margin-bottom: 0px;
}
.vcard.contact .icon-bullet li {
  margin-right: 75px;
}

.hero-parent {
  height: 50vh;
  position: relative;
  /*Any position but static should work*/
  overflow: hidden;
}
@media all and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .hero-parent {
    height: 240px;
  }
}
@media all and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .hero-parent {
    height: 160px;
  }
}
@media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .hero-parent {
    height: 284px;
  }
}
@media all and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .hero-parent {
    height: 160px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .hero-parent {
    height: 512px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .hero-parent {
    height: 384px;
  }
}
.hero-parent img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  /* fill and maintain aspect ratio */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}

/*.post {
 &__image-container {
  width: 120px; // the same width and height as for the <img>
  height: 120px;
  &.compat-object-fit {
   background-size: cover;
   background-position: center center;
   .post__featured-image { // hide image if object fit is not supported - opacity to 0 for the link area
    opacity: 0;
   }
  }
 }
 &__featured-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
 }
}

@media screen\9 {
  .subhero-parent {
    border: 2px red solid;
  }
}
@media screen\0 {
  .subhero-parent {
    border: 2px red solid;
  }

}


img.subhero {
  //Use this for hero style images lower on the page (e.g. introducing an H2).
  //Use a hero-sized image. This class will crop and center that image.
  //Not supported in ANY IE. UNTESTED: Top left of image will appear at top left corner, cropping lower right image information.
  object-fit: cover;
  height:50vh;
  width:100%;

}

*/
.circle.headshot {
  width: 200px;
}

.circle.headshot-smaller {
  width: 150px;
}

.circle.headshot-larger {
  width: 350px;
}

.date-plaque {
  border: 1px solid #7FC3E1;
  text-align: center;
}
.date-plaque span:after {
  content: none;
}
.date-plaque span:nth-of-type(1), .date-plaque .date-plaque span:nth-of-type(3) {
  width: 100%;
  padding: 5px;
  display: block;
  color: #333333;
  background-color: #7FC3E1;
}
.date-plaque span:nth-of-type(2) {
  padding: 5px;
  display: block;
  color: #333333;
  background: #FFFFFF;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
.date-plaque span:nth-of-type(3) {
  font-size: 0.8em;
  background: #FFFFFF;
  color: #333333;
  border-top: #d9edf6 solid 1px;
  display: block;
}

.date-plaque-alt {
  background-color: #7FC3E1;
  border: solid #7FC3E1;
  border-width: 1px 0px;
  padding: 0px 1rem;
}
.date-plaque-alt span:after {
  content: none;
}
.date-plaque-alt span.month, .date-plaque-alt span.day {
  display: inline-block;
  color: #333333;
}
.date-plaque-alt span.month {
  padding: 0px 5px;
  margin: 0px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.date-plaque-alt span.day {
  padding: 0px 5px;
  margin: 0px;
  font-weight: bold;
  font-size: 1.4rem;
}
.date-plaque-alt span.date-separator {
  font-size: 0.8rem;
  padding-right: 0.4rem;
}
.date-plaque-alt span.dayofweek, .date-plaque-alt span.year {
  font-size: 0.8rem;
  color: #333333;
  display: inline-block;
  position: relative;
  top: 5px;
  text-transform: uppercase;
}
.date-plaque-alt span.dayofweek:after {
  content: " ·";
  font-weight: bold;
}

button:focus {
  outline-width: 1px;
  outline-style: dotted;
  outline-color: #B74D04;
}

.i-block {
  display: block;
  height: 52px;
  padding-right: 25px;
  border-right: 1.5px solid #1D58A7;
}

.univ {
  padding-top: 0;
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 0;
}

#secondary-nav-resources {
  display: inline-block;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
}
#secondary-nav-resources * {
  display: inline-block;
}
#secondary-nav-resources a, #secondary-nav-resources ul {
  vertical-align: bottom;
}
#secondary-nav-resources a {
  font-size: 0.8em;
}
#secondary-nav-resources span {
  vertical-align: text-bottom;
  font-size: 0.9em;
  margin-right: 6px;
}

@media only screen and (min-width:32.05em) and (max-width:51.2em) {
  .small-padding {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 32em) {
  .small-padding-1 {
    padding-left: 10px;
  }
}

#site-name {
  margin-left: 30px;
  padding-left: 10px;
  font-family: "Source Sans Pro", "Raleway", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3rem;
}
#site-name a {
  padding-left: 10px;
  font-weight: bold;
  color: #13294B;
}
#site-name a:hover {
  text-decoration: none;
}

#site-name-subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  text-decoration: none;
  padding-bottom: 0;
  line-height: 1.5rem;
}
#site-name-subtitle a {
  color: #13294B;
  font-weight: 300;
  padding-left: 5px;
}

.border_top {
  border-top: 9px solid #FF5F05;
  height: 33px;
}

#site-parent {
  font-size: 1rem;
  font-weight: 400;
  color: #13294B;
  text-decoration: none;
}

#site-parent a {
  color: #13294B;
  font-weight: 400;
}

#site-name-online {
  margin-left: 30px;
  padding-left: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
#site-name-online a {
  color: #13294B;
  font-weight: bold;
  padding-left: 10px;
}
#site-name-online a:hover {
  text-decoration: none;
}
@media only screen and (min-width:51.25em) {
  #site-name-online {
    line-height: 2.6rem;
  }
}

.large-only-br {
  display: none;
}
@media only screen and (min-width:51.25em) and (max-width:72em) {
  .large-only-br {
    display: block;
  }
}

.full-width-nav {
  padding-top: 0.85rem;
  background-color: #AFC7DB;
  width: 100%;
  line-height: inherit;
}

.campus {
  margin: auto;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.6rem;
  padding: 0;
  letter-spacing: 1px;
}
.campus a {
  color: #13294B;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.6rem;
}
.campus a:hover {
  color: #FF5F05;
  text-decoration: none;
}
.campus .left {
  float: left !important;
}
.campus .right {
  float: right !important;
}

header {
  /*background-color:$secondary-color;*/
  background-color: #FFFFFF;
}

footer .tier1 {
  display: block;
  border-bottom: 1.5px solid #FFFFFF;
}
footer a {
  color: #FFFFFF;
}
footer nav ul > li ul li {
  font-size: 90%;
}

#secondary-nav .button {
  margin-bottom: 0;
}
#secondary-nav ul {
  margin-bottom: 2px;
}
#secondary-nav li:nth-child(4) {
  clear: left;
}

.side-nav {
  list-style: none;
  padding: 5%;
  margin: 0;
}

.side-nav li a:not(.button) {
  display: block;
  text-align: center;
  color: #B74D04;
  font-size: 16px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: transparent;
  color: #B74D04;
  text-shadow: none;
}

.side-nav li button {
  background: transparent;
  color: #B74D04;
}
.side-nav li button:hover, .side-nav li button:focus {
  background: #B74D04;
  color: #FFFFFF;
  text-shadow: none;
}

button.secondary.disclosure {
  text-shadow: none;
  border-radius: 4px;
  color: #1D4B90;
  border: 2px solid #1D4B90;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 10px;
}
button.secondary.disclosure:hover, button.secondary.disclosure:focus {
  background: #1D4B90;
  color: #FFFFFF;
}

button.disclosure[aria-expanded=true] span.icon.chevron {
  transition: 0.3s;
}

button.disclosure[aria-expanded=false] span.icon.chevron {
  transform: rotate(-90deg);
  transition: 0.3s;
}

button.disclosure:focus {
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-style: initial;
  text-decoration-style: initial;
}

.sub-nav li button.disclosure {
  border: 0px;
  color: #B74D04;
  background: #FFFFFF;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-transform: uppercase;
  margin-top: -20px;
  border-radius: 4px;
}

.sub-nav li button.disclosure:hover, .sub-nav li button.disclosure:focus {
  background: #B74D04;
  color: #FFFFFF;
}

div#blog-post-wrapper {
  /*REMOVED 2017-10-10. Seen only on cards inside of the darkened Related Resources
  section, adding an uncharacteristic border that is especially noticeable with
  .related-cards (cards that only have an image and a button). Seems only necessary
  on a white background, but we don't have cards that do that in the blog.
  */
  /*  .card-content {
      border: rgba($oil,.2) solid;
      border-width: 0px 1px 1px 1px;

    }
  */
}

a.external:after {
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  content: "";
  color: #757575;
  font-weight: 900;
  font-size: 0.7rem;
}

a.external > *:last-child {
  position: absolute;
  /* Item is not in source flow */
  clip: rect(1px 1px 1px 1px);
  /* IE 6 and IE 7 */
  clip: rect(1px, 1px, 1px, 1px);
  /* clip to 1px width and height */
  width: 1px;
  /* Set width to 1px */
  height: 1px;
  /* Set height to 1px */
  text-indent: -999em;
  /* Indent any text so it is not visible */
  overflow: hidden;
  /* Ensure that contents are not visible beyond 1px boundary */
  word-wrap: normal;
}

a.button.external:after, a.button.email:after, a.button.phone:after {
  font-weight: 900;
  color: inherit;
}

.full-width-band.mummification-yellow {
  background-color: #E8BC31;
}

div#mummification-wrapper-index h1 {
  font-family: "Gladius", sans-serif;
  padding-top: 10px;
  font-size: 2.6rem;
  line-height: 2.7rem;
}

div#mummification-wrapper {
  /*button.plyr__control, .button__plyr_control {
    background-color: transparent;
    color: $white;
  }*/
}
div#mummification-wrapper a {
  color: #86301c;
}
div#mummification-wrapper .button {
  background-color: #86301c;
  color: #FFFFFF;
  border-color: #86301c;
}
div#mummification-wrapper .button:hover, div#mummification-wrapper .button:focus {
  background-color: transparent;
  color: #86301c;
}
div#mummification-wrapper .button.disabled {
  border-color: rgba(134, 48, 28, 0.55);
  background-color: #86301c;
  color: #FFFFFF;
}
div#mummification-wrapper .exhibit-name {
  padding-top: 10px;
  font-size: 2.4rem;
  font-family: "Gladius";
}
div#mummification-wrapper button.plyr__control:hover, div#mummification-wrapper button.plyr__control:focus, div#mummification-wrapper .button.plyr__control:hover, div#mummification-wrapper .button.plyr__control:focus {
  background-color: #86301c;
}
div#mummification-wrapper button.plyr__control--overlaid {
  background-color: #86301c;
}
div#mummification-wrapper blockquote {
  border-color: #2A2C6A;
}
div#mummification-wrapper #subsection-sub-horizontal-menu {
  background-color: #E8BC31;
  text-align: text-center;
  margin-bottom: 1.5rem;
}
div#mummification-wrapper #subsection-sub-horizontal-menu ul {
  text-align: center;
  margin-top: 0.75rem;
}
div#mummification-wrapper #subsection-sub-horizontal-menu ul li {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-right: 15px;
}
div#mummification-wrapper #subsection-sub-horizontal-menu ul li.current a {
  color: #333333;
}

.full-width-band.senufo-cream {
  background-color: #E2C8B3;
}

div#senufo-wrapper-index h1 {
  font-family: "Blackgrounds", sans-serif;
  padding-top: 10px;
  font-size: 2.6rem;
  line-height: 2.7rem;
}

div#senufo-wrapper {
  /*  button.plyr__control, .button__plyr_control {
      background-color: transparent;
      color: $white;
    }
    */
}
div#senufo-wrapper a {
  color: #8d340b;
}
div#senufo-wrapper .exhibit-name {
  padding-top: 10px;
  font-size: 2.4rem;
  font-family: "Blackgrounds";
}
div#senufo-wrapper .button {
  background-color: #8d340b;
  color: #FFFFFF;
  border-color: #8d340b;
}
div#senufo-wrapper .button:hover, div#senufo-wrapper .button:focus {
  background-color: transparent;
  color: #8d340b;
}
div#senufo-wrapper .button.disabled {
  border-color: rgba(141, 52, 11, 0.55);
  background-color: #8d340b;
  color: #FFFFFF;
}
div#senufo-wrapper button.plyr__control:hover, div#senufo-wrapper button.plyr__control:focus, div#senufo-wrapper .button.plyr__control:hover, div#senufo-wrapper .button.plyr__control:focus {
  background-color: #8d340b;
}
div#senufo-wrapper button.plyr__control--overlaid {
  background-color: #8d340b;
}
div#senufo-wrapper blockquote {
  border-color: #5B871B;
}
div#senufo-wrapper #subsection-sub-horizontal-menu {
  background-color: #E2C8B3;
  text-align: text-center;
  margin-bottom: 1.5rem;
}
div#senufo-wrapper #subsection-sub-horizontal-menu a {
  color: #8d340b;
}
div#senufo-wrapper #subsection-sub-horizontal-menu ul {
  text-align: center;
  margin-top: 0.75rem;
}
div#senufo-wrapper #subsection-sub-horizontal-menu ul li {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-right: 15px;
}
div#senufo-wrapper #subsection-sub-horizontal-menu ul li.current a {
  color: #333333;
}

.full-width-band.senufomusic-cream {
  background-color: #f4b842;
}

div#senufomusic-wrapper-index h1 {
  font-family: "SalonikiaVkf", sans-serif;
  padding-top: 10px;
  font-size: 2.6rem;
  line-height: 2.7rem;
}

div#senufomusic-wrapper a {
  color: #922707;
}
div#senufomusic-wrapper .exhibit-name {
  padding-top: 10px;
  font-size: 2.4rem;
  font-family: "SalonikiaVkf";
}
div#senufomusic-wrapper .button {
  background-color: #922707;
  color: #FFFFFF;
  border-color: #922707;
}
div#senufomusic-wrapper .button:hover, div#senufomusic-wrapper .button:focus {
  background-color: transparent;
  color: #922707;
}
div#senufomusic-wrapper .button.disabled {
  border-color: rgba(146, 39, 7, 0.55);
  background-color: #922707;
  color: #FFFFFF;
}
div#senufomusic-wrapper button.plyr__control:hover, div#senufomusic-wrapper button.plyr__control:focus, div#senufomusic-wrapper .button.plyr__control:hover, div#senufomusic-wrapper .button.plyr__control:focus {
  background-color: #922707;
  color: #FFFFFF;
}
div#senufomusic-wrapper button.plyr__control, div#senufomusic-wrapper .button__plyr_control {
  background-color: transparent;
  color: #FFFFFF;
}
div#senufomusic-wrapper button.plyr__control--overlaid {
  background-color: #922707;
}
div#senufomusic-wrapper blockquote {
  border-color: #5B871B;
}
div#senufomusic-wrapper #subsection-sub-horizontal-menu {
  background-color: #f4b842;
  text-align: text-center;
  margin-bottom: 1.5rem;
}
div#senufomusic-wrapper #subsection-sub-horizontal-menu a {
  color: #922707;
}
div#senufomusic-wrapper #subsection-sub-horizontal-menu ul {
  text-align: center;
  margin-top: 0.75rem;
}
div#senufomusic-wrapper #subsection-sub-horizontal-menu ul li {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-right: 15px;
}
div#senufomusic-wrapper #subsection-sub-horizontal-menu ul li.current a {
  color: #333333;
}

.full-width-band.mandarinsquares-blue {
  background-color: #3c515c;
}

div#mandarinsquares-wrapper-index h1 {
  padding-top: 10px;
  font-family: "Broadway";
}
@media only screen and (max-width: 32em) {
  div#mandarinsquares-wrapper-index h1 {
    font-size: 2.6rem;
    line-height: 2.7rem;
  }
}

div#mandarinsquares-wrapper a {
  color: #3c515c;
}
div#mandarinsquares-wrapper .exhibit-name {
  padding-top: 10px;
  font-family: "Broadway";
  color: #fff;
  font-size: 2.2rem;
}
div#mandarinsquares-wrapper .button {
  background-color: #EFC92A;
  color: #333333;
  border-color: #EFC92A;
}
div#mandarinsquares-wrapper .button:hover, div#mandarinsquares-wrapper .button:focus {
  background-color: transparent;
  color: #333333;
}
div#mandarinsquares-wrapper .button.disabled {
  border-color: rgba(239, 201, 42, 0.55);
  background-color: #EFC92A;
  color: #333333;
}
div#mandarinsquares-wrapper button.plyr__control:hover, div#mandarinsquares-wrapper button.plyr__control:focus, div#mandarinsquares-wrapper .button.plyr__control:hover, div#mandarinsquares-wrapper .button.plyr__control:focus {
  background-color: #EFC92A;
  color: #FFFFFF;
}
div#mandarinsquares-wrapper button.plyr__control, div#mandarinsquares-wrapper .button__plyr_control {
  background-color: transparent;
  color: #FFFFFF;
}
div#mandarinsquares-wrapper button.plyr__control--overlaid {
  background-color: #EFC92A;
}
div#mandarinsquares-wrapper blockquote {
  border-color: #C02426;
}
div#mandarinsquares-wrapper #subsection-sub-horizontal-menu {
  background-color: #3c515c;
  text-align: text-center;
  margin-bottom: 1.5rem;
}
div#mandarinsquares-wrapper #subsection-sub-horizontal-menu a {
  color: #efc92a;
}
div#mandarinsquares-wrapper #subsection-sub-horizontal-menu ul {
  text-align: center;
  margin-top: 0.75rem;
}
div#mandarinsquares-wrapper #subsection-sub-horizontal-menu ul li {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-right: 15px;
}
div#mandarinsquares-wrapper #subsection-sub-horizontal-menu ul li.current a {
  color: white;
}

.full-width-band.thaibuddhism-red {
  background-color: #88250f;
  color: #FFFFFF;
}
.full-width-band.thaibuddhism-red a {
  color: #efdc7f;
}
.full-width-band.thaibuddhism-red .title a {
  color: #88250f;
}
.full-width-band.thaibuddhism-red .title a:hover, .full-width-band.thaibuddhism-red .title a:focus {
  color: #D93A17;
}

div#thaibuddhism-wrapper h1 {
  padding-top: 20px;
  font-family: "AutourOne-Regular";
}
@media only screen and (max-width: 32em) {
  div#thaibuddhism-wrapper h1 {
    font-size: 2.6rem;
    line-height: 2.7rem;
  }
}
div#thaibuddhism-wrapper h2 {
  color: #FFFFFF;
  text-align: center;
}
div#thaibuddhism-wrapper .full-width-band.black {
  background-color: #000000;
}
div#thaibuddhism-wrapper .full-width-band.black h2 {
  margin-bottom: 1rem;
}
div#thaibuddhism-wrapper .full-width-band.black .panel a {
  color: #88250f;
}
div#thaibuddhism-wrapper .full-width-band.black .panel a:hover, div#thaibuddhism-wrapper .full-width-band.black .panel a:focus {
  color: #D93A17;
}
div#thaibuddhism-wrapper .exhibit-name {
  padding-top: 20px;
  font-family: "AutourOne-Regular";
  color: #fff;
  font-size: 2.2rem;
}
div#thaibuddhism-wrapper .button {
  background-color: #efdc7f;
  color: #333333;
  border-color: #efdc7f;
}
div#thaibuddhism-wrapper .button:hover, div#thaibuddhism-wrapper .button:focus {
  background-color: transparent;
  color: #333333;
}
div#thaibuddhism-wrapper .button.disabled {
  border-color: rgba(239, 220, 127, 0.55);
  background-color: #efdc7f;
  color: #333333;
}
div#thaibuddhism-wrapper button.plyr__control:hover, div#thaibuddhism-wrapper button.plyr__control:focus, div#thaibuddhism-wrapper .button.plyr__control:hover, div#thaibuddhism-wrapper .button.plyr__control:focus {
  background-color: #efdc7f;
  color: #FFFFFF;
}
div#thaibuddhism-wrapper button.plyr__control, div#thaibuddhism-wrapper .button__plyr_control {
  background-color: transparent;
  color: #FFFFFF;
}
div#thaibuddhism-wrapper button.plyr__control--overlaid {
  background-color: #efdc7f;
}
div#thaibuddhism-wrapper blockquote {
  border-color: #c02426;
}
div#thaibuddhism-wrapper #subsection-sub-horizontal-menu {
  background-color: #88250f;
  text-align: text-center;
  margin-bottom: 1.5rem;
}
div#thaibuddhism-wrapper #subsection-sub-horizontal-menu a {
  color: #efdc7f;
}
div#thaibuddhism-wrapper #subsection-sub-horizontal-menu ul {
  text-align: center;
  margin-top: 0.75rem;
}
div#thaibuddhism-wrapper #subsection-sub-horizontal-menu ul li {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-right: 15px;
}
div#thaibuddhism-wrapper #subsection-sub-horizontal-menu ul li.current a {
  color: white;
}

.full-width-band.blues-blue {
  background-color: #13294B;
}

.blues-credit {
  background-color: #0B192E;
  color: #878787;
}

div#blues-wrapper {
  /*  button.plyr__control, .button__plyr__control {
      background-color: transparent;
      color: $white;
    }
    */
}
div#blues-wrapper .button.onepointfive {
  text-shadow: none;
  color: #DD3403;
  border: 2px solid #DD3403;
  background: transparent;
}
div#blues-wrapper .button.onepointfive:hover, div#blues-wrapper .button.onepointfive:focus {
  background: #DD3403;
  color: #FFFFFF;
}
div#blues-wrapper .button.onepointfive .external:after {
  color: #DD3403;
}
div#blues-wrapper .button.onepointfive .external:after:hover {
  color: white;
}
div#blues-wrapper .button.external:after {
  color: white;
}
div#blues-wrapper .button.external:hover:after {
  color: #DD3403;
}
div#blues-wrapper .blues-title h1 {
  font-family: "Motion", sans-serif;
  padding-top: 10px;
  font-size: 2.6rem;
  line-height: 2.7rem;
}
div#blues-wrapper .blues-title span {
  font-size: 2.1rem;
  line-height: 2.2rem;
}
div#blues-wrapper #related-cards h2 {
  color: #FFFFFF;
}
div#blues-wrapper #related-cards.full-width-band:after {
  content: "";
  opacity: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -20;
  background-image: url("/img/bg/blues_related_pattern_1.png");
}
div#blues-wrapper .bluesartwork {
  color: #ffffff;
  font-size: 20px;
  border: none;
}
div#blues-wrapper .bluesartwork img {
  border: 15px solid #000;
}
div#blues-wrapper .full-width-band.secondary:after {
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -20;
  background-image: url("/img/bg/blues_secondary.png");
  border-top: #C4C4C4 1px solid;
  border-bottom: #C4C4C4 1px solid;
}
div#blues-wrapper .full-width-band.blues-floor {
  background-image: url("/img/exhibits/online/blues/blues_floor_1920.jpg");
}
div#blues-wrapper .full-width-band.blues-floor .panel h2, div#blues-wrapper .full-width-band.blues-floor .panel h3, div#blues-wrapper .full-width-band.blues-floor .panel h4, div#blues-wrapper .full-width-band.blues-floor .panel h5, div#blues-wrapper .full-width-band.blues-floor .panel h6 {
  color: #333333;
}
div#blues-wrapper .blues-floor p, div#blues-wrapper .blues-floor h2 {
  color: #FFFFFF;
}
div#blues-wrapper .blues-floor .panel p, div#blues-wrapper .blues-floor .panel p {
  color: #222222;
}
div#blues-wrapper .list-heading {
  padding-top: 20px;
}
div#blues-wrapper a {
  color: #DD3403;
}
div#blues-wrapper .exhibit-name {
  padding-top: 10px;
  font-size: 2.4rem;
  font-family: "Motion";
  color: #FFFFFF;
}
div#blues-wrapper .exhibit-name span {
  font-size: 2rem;
}
div#blues-wrapper .button {
  background-color: #DD3403;
  color: #FFFFFF;
  border-color: #DD3403;
}
div#blues-wrapper .button:hover, div#blues-wrapper .button:focus {
  background-color: transparent;
  color: #DD3403;
}
div#blues-wrapper .button.disabled {
  border-color: rgba(221, 52, 3, 0.55);
  background-color: #DD3403;
  color: #FFFFFF;
}
div#blues-wrapper button.plyr__control:hover, div#blues-wrapper button.plyr__control:focus, div#blues-wrapper .button.plyr__control:hover, div#blues-wrapper .button.plyr__control:focus {
  background-color: #DD3403;
}
div#blues-wrapper button.plyr__control--overlaid {
  background-color: #DD3403;
}
div#blues-wrapper blockquote {
  border-color: #DD3403;
}
div#blues-wrapper #audio-content button.plyr__control {
  color: #333333;
}
div#blues-wrapper #audio-content button.plyr__control:hover, div#blues-wrapper #audio-content button.plyr__control:focus {
  color: #FFFFFF;
}
div#blues-wrapper #subsection-sub-horizontal-menu {
  background-color: #13294B;
  text-align: text-center;
  margin-bottom: 1.5rem;
}
div#blues-wrapper #subsection-sub-horizontal-menu a {
  color: #FFFCFC;
}
div#blues-wrapper #subsection-sub-horizontal-menu ul {
  text-align: center;
  margin-top: 0.75rem;
}
div#blues-wrapper #subsection-sub-horizontal-menu ul li {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-right: 15px;
}
div#blues-wrapper #subsection-sub-horizontal-menu ul li.current a {
  color: #d2ebf5;
}

.full-width-band.bodies-in-crisis-purple {
  background-color: #706170;
}

.full-width-band.bodies-in-crisis-yellow {
  background-color: #fffbef;
}

div#bodies-in-crisis-wrapper a {
  color: #800020;
}
div#bodies-in-crisis-wrapper .button {
  background-color: #800020;
  color: #FFFFFF;
  border-color: #800020;
}
div#bodies-in-crisis-wrapper .button:hover, div#bodies-in-crisis-wrapper .button:focus {
  background-color: transparent;
  color: #800020;
}
div#bodies-in-crisis-wrapper .button.onepointfive {
  color: #800020;
  background-color: #FFFFFF;
  border-color: #800020;
}
div#bodies-in-crisis-wrapper .full-width-band.secondary:after {
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -20;
  background-image: url("/img/bg/blues_secondary.png");
  border-top: #C4C4C4 1px solid;
  border-bottom: #C4C4C4 1px solid;
}
div#bodies-in-crisis-wrapper .full-width-band.secondary .panel {
  background-color: #FFFFFF;
  border: rgba(128, 0, 32, 0.2) 1px solid;
}
div#bodies-in-crisis-wrapper .bodies-in-crisis-title {
  padding-top: 10px;
  font-size: 2.4rem;
  font-family: "Yeseva One";
  font-weight: 400;
}
div#bodies-in-crisis-wrapper .exhibit-name {
  padding-top: 10px;
  font-size: 2.4rem;
  font-family: "Yeseva One";
  color: #FFFFFF;
}
div#bodies-in-crisis-wrapper .icon-card .title {
  color: #800020;
}
div#bodies-in-crisis-wrapper .icon-card .bodies-in-crisis-title {
  font-size: 1.85rem;
  color: #800020;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
}
div#bodies-in-crisis-wrapper .icon-card .bodies-in-crisis-title:hover, div#bodies-in-crisis-wrapper .icon-card .bodies-in-crisis-title:focus {
  text-decoration: underline;
}
div#bodies-in-crisis-wrapper #subsection-sub-horizontal-menu {
  background-color: #706170;
  text-align: text-center;
  margin-bottom: 1.5rem;
}
div#bodies-in-crisis-wrapper #subsection-sub-horizontal-menu a {
  color: #FFFFFF;
}
div#bodies-in-crisis-wrapper #subsection-sub-horizontal-menu ul {
  text-align: center;
  margin-top: 0.75rem;
}
div#bodies-in-crisis-wrapper #subsection-sub-horizontal-menu ul li {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-right: 15px;
}
div#bodies-in-crisis-wrapper #subsection-sub-horizontal-menu ul li.current a {
  color: #FFF3C7;
}
div#bodies-in-crisis-wrapper #related-cards h2 {
  color: #000000;
}
div#bodies-in-crisis-wrapper #related-cards.full-width-band:after {
  content: "";
  opacity: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -20;
  background-image: url("/img/exhibits/online/bodies-in-crisis/bodies-in-crisis_related_pattern_4.jpg");
}

@media only screen and (max-width: 32em) {
  /*button, .button {
      padding-right: 0;
      padding-left: 0;
      width: 100%;
    }*/
  footer {
    /*    nav {

          ul > li {

            ul {
              li {             //Each item under the main sections
                border-bottom: tint($footer-bg, 7.5%) solid 1px;

              }
            }

          }
        } */
  }
  footer .icon.events, footer .icon.email, footer .icon.blog {
    display: block;
  }
  footer li .button {
    margin-bottom: 0px;
  }

  #footer-core {
    background-color: #0E2238;
    padding-top: 1.2rem;
  }

  #footer-core-exhibits {
    background-color: #13294B;
  }

  .breadcrumbs li {
    width: 100%;
  }

  .breadcrumbs li:before {
    content: ">";
  }

  .full-width-band .panel:nth-of-type(1) {
    margin-top: 1rem;
  }
}
@media only screen and (min-width:32.05em) {
  #tertiarynav li {
    padding-top: 0;
    padding-bottom: 0;
  }

  #masthead {
    background-color: #FFFFFF;
  }

  #masthead-online {
    background-color: #FFFFFF;
  }

  /*#section-nav {
    background-color: $footer-bg;
  }*/
  #section-nav .sub-nav {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width:32.05em) and (max-width:51.2em) {
  #footer-core {
    background-color: #0E2238;
    padding-top: 1.2rem;
  }

  #address p {
    font-size: 80%;
  }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

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

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

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

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

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
@media print {
  html, body {
    height: auto;
  }

  header a[href]:after, footer a[href]:after, .breadcrumbs a[href]:after {
    content: "";
  }

  #secondary-nav, #site-horizontal-menu, #sub-horizontal-menu {
    display: none;
  }

  #site-parent {
    display: block;
  }

  #site-name br {
    display: none;
  }

  #footernav {
    display: none;
  }

  #site-name-online br {
    display: none;
  }
}
