@charset "UTF-8";
/* @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * Do not name this file, "app.scss". If you run a compass update this file can
 * be wiped out with a compass update. By default, when a compass project is
 * created the file will be named app.scss. Thus this file is named,
 * THEMENAME.scss.
 *
 * This application file (THEMENAME.scss) is where all the partials are
 * imported.
 *
 * Theme styles are categorized using SMACSS standards. They utilize
 * categorization of styles into various categories. Those categories are the
 * following:
 *
 * - Base: CSS reset/normalize plus HTML element styling.
 * - Layout: Macro arrangement of a web page, including any grid systems.
 * - Component: Dictate minor layout modules or reusable elements.
 * - State: Describe the appearance of a module in various states.
 * - Theme: Purely visual optional styling (“look-and-feel”) for a component.
 *
 * For more information about this new Drupal css file standard, please review
 * the following:
 * - https://drupal.org/node/1887922
 * - http://smacss.com/
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

.row {
  max-width: 89.86842rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.65789rem;
    margin-right: -0.65789rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.98684rem;
        margin-right: -0.98684rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  padding-left: 0.65789rem;
  padding-right: 0.65789rem;
  width: 100%;
  float: left; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.98684rem;
      padding-right: 0.98684rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.98684rem;
    padding-right: 0.98684rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.98684rem;
    padding-right: 0.98684rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
.standard-left-navigation .field-name-field-section-title,
h3,
.standard-summary-list .title,
.standard-summary-list .views-field-title,
.standard-list-large .title,
.standard-list-large .title h3,
.standard-list-large .views-field-title,
.field-name-field-page-builder .field-name-field-paragraph-title,
h4,
.views-row .person-name,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

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

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

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

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

h1,
h2,
.standard-left-navigation .field-name-field-section-title,
h3,
.standard-summary-list .title,
.standard-summary-list .views-field-title,
.standard-list-large .title,
.standard-list-large .title h3,
.standard-list-large .views-field-title,
.field-name-field-page-builder .field-name-field-paragraph-title,
h4,
.views-row .person-name,
h5,
h6 {
  font-family: "ITC Lubalin Graph W01", "Arial", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small, .standard-left-navigation .field-name-field-section-title small,
  h3 small, .standard-summary-list .title small, .standard-summary-list .views-field-title small, .standard-list-large .title small, .standard-list-large .views-field-title small, .field-name-field-page-builder .field-name-field-paragraph-title small,
  h4 small, .views-row .person-name small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.57895rem; }

h2, .standard-left-navigation .field-name-field-section-title {
  font-size: 1.31579rem; }

h3, .standard-summary-list .title, .standard-summary-list .views-field-title, .standard-list-large .title, .standard-list-large .title h3, .standard-list-large .views-field-title, .field-name-field-page-builder .field-name-field-paragraph-title {
  font-size: 1.25rem; }

h4, .views-row .person-name {
  font-size: 1.18421rem; }

h5 {
  font-size: 1.11842rem; }

h6 {
  font-size: 1.05263rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3.15789rem; }
  h2, .standard-left-navigation .field-name-field-section-title {
    font-size: 2.63158rem; }
  h3, .standard-summary-list .title, .standard-summary-list .views-field-title, .standard-list-large .title, .standard-list-large .title h3, .standard-list-large .views-field-title, .field-name-field-page-builder .field-name-field-paragraph-title {
    font-size: 2.03947rem; }
  h4, .views-row .person-name {
    font-size: 1.64474rem; }
  h5 {
    font-size: 1.31579rem; }
  h6 {
    font-size: 1.05263rem; } }

a {
  color: #000000;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: black; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.59211rem 1.31579rem 0 1.25rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.85526rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

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

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

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

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

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

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

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

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

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

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

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

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

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

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #000000;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: black;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #000000;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: black;
      color: #fff; }
  .button.secondary {
    background-color: #2a3744;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #222c36;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #000000;
    color: #000000; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: black;
      color: black; }
    .button.hollow.primary {
      border: 1px solid #000000;
      color: #000000; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: black;
        color: black; }
    .button.hollow.secondary {
      border: 1px solid #2a3744;
      color: #2a3744; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #151c22;
        color: #151c22; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

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

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

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

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

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.92105rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1.05263rem;
    padding: 0.59211rem 0; }

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.05263rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

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

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

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

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

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

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

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.31579rem;
  margin: 1.18421rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.19737rem;
    margin: 0;
    margin-left: -0.19737rem; }

select {
  height: 2.56579rem;
  padding: 0.52632rem;
  border: 1px solid #cacaca;
  margin: 0 0 1.05263rem;
  font-size: 1.05263rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

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

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

.form-error {
  display: none;
  margin-top: -0.52632rem;
  margin-bottom: 1.05263rem;
  font-size: 0.78947rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  clear: both; }

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

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.78947rem;
  color: #000000;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

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

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

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

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #000000;
  color: #fefefe; }
  .badge.secondary {
    background: #2a3744;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.72368rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #000000; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fefefe; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button {
      display: table-cell;
      float: none; }
  .button-group.primary .button {
    background-color: #000000;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: black;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #2a3744;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #222c36;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
      border-right: 1px solid; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fefefe; } }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        border-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d9d9d9; }
  .callout.secondary {
    background-color: #dae1e8; }
  .callout.success {
    background-color: #e1faea; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

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

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
        transform: translateX(100%); }

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

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

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

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

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

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

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

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

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

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

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .is-dropdown-submenu {
    top: 0;
    left: 100%; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .is-dropdown-submenu-parent.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #000000 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 0.83158rem;
    right: 5px; }
  .is-dropdown-submenu-parent.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #000000 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #000000;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
    right: 0;
    left: auto; }
  .is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
    left: 0;
    right: auto; }
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block; }

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #000000;
  color: #fefefe; }
  .label.secondary {
    background: #2a3744;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }

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

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

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

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

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -ms-transform: translateX(0);
      transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -ms-transform: translateX(250px);
          transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -ms-transform: translateX(-250px);
          transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

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

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

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

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

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

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

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.92105rem;
    margin-right: 0.06579rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.19737rem 0.65789rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.19737rem 0.65789rem;
    background: #000000;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.19737rem 0.65789rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.19737rem 0.65789rem;
    color: #0a0a0a; }

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

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

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #000000; }
  .progress.secondary .progress-meter {
    background-color: #2a3744; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }

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

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

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

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

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #000000;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: black; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.sticky-container {
  position: relative; }

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

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

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

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

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

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 6.57895rem auto 0;
  background-color: #fefefe;
  border-radius: 0;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 89.86842rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 89.86842rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 89.86842rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 89.86842rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0; }

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

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

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #000000; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

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

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

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

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

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

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

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

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

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

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

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

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

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    font-weight: bold;
    padding: 0.52632rem 0.65789rem 0.65789rem; }
  table thead,
  table tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    table thead tr,
    table tfoot tr {
      background: transparent; }
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0.52632rem 0.65789rem 0.65789rem;
      font-weight: bold;
      text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  table tbody th,
  table tbody td {
    padding: 0.52632rem 0.65789rem 0.65789rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #f9f9f9; }

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

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

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

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

.tabs.primary {
  background: #000000; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #0d0d0d; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #000000; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

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

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

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

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

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

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

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

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

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

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar input.button {
    width: auto; }

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

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

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

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

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

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

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

.slide-in-down.mui-enter {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-left.mui-enter {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-in-up.mui-enter {
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-right.mui-enter {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-out-down.mui-leave {
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.slide-out-right.mui-leave {
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.slide-out-up.mui-leave {
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*// Base
//
// Init file contains required imports. Here's where we include normalize,
// foundation and also compass.
@import "base/init";
// Import our mixins early so they can be used by other partials.
@import "base/mixins";
//
// Common file is where you place common utility classes to extend or
// parametrics. Optional file.
@import "base/common";
//
// Fix for some Drupal CSS quirks (Drupalisms).
@import "base/drupal";
//
// Styling for elements.
@import "base/elements";
//

// Layout
//
// Each section of the document has it's own partial seperated out to improve
// developer experience. Additionally, grids can be declared in layouts as well.
@import "layout/header";
@import "layout/main";
@import "layout/aside";
@import "layout/triptych";
@import "layout/footer";*/
/*// Components
// @import "components/buttons";
// @import "components/type";
// @import "components/forms";
// @import "components/foundation-icons";

//Mixins


// Themes
// @import "theme/button-light";*/
body {
  line-height: 150%;
  font-weight: 200; }

/**Drupal resets*/
.panel-2col-bricks .panel-separator {
  margin: 0; }

.field-collection-view, .field-collection-container {
  margin: 0;
  padding: 0;
  border: none; }

/**Standard styles*/
h1.large-header {
  font-size: 3.94737rem;
  line-height: 3.55263rem;
  font-weight: 100; }

h1 {
  font-size: 2.36842rem;
  line-height: 2.36842rem;
  font-weight: 100;
  margin-bottom: 1.97368rem; }

h2, .standard-left-navigation .field-name-field-section-title {
  font-size: 1.57895rem;
  margin-bottom: 1.31579rem; }

h3, .standard-summary-list .title, .standard-summary-list .views-field-title, .standard-list-large .title, .standard-list-large .title h3, .standard-list-large .views-field-title, .field-name-field-page-builder .field-name-field-paragraph-title {
  font-size: 1.18421rem;
  margin-bottom: 1rem; }

h4, .views-row .person-name {
  font-size: 1.05263rem;
  margin-bottom: 1rem; }

h5 {
  font-size: 0.92105rem;
  margin-bottom: 1rem; }

h6 {
  font-size: 0.78947rem;
  margin-bottom: 1rem; }

p {
  font-family: "ITC Lubalin Graph W01", "Arial", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 200; }
  p a {
    color: #a31b21; }

a:hover, a:active, a:focus {
  outline: none;
  color: #000000; }

.field a {
  color: #a31b21;
  text-decoration: none; }
  .field a:hover {
    text-decoration: underline; }
  .field a:active, .field a:focus, .field a:visited {
    text-decoration: none; }

strong, b {
  font-weight: 300; }

input[type="radio"] {
  margin: 0 0 0.6rem; }

input[type="radio"] + label {
  vertical-align: super; }

button, .button {
  cursor: pointer;
  margin: 0 0 1.25rem;
  text-decoration: none;
  text-align: center;
  padding-right: 2rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #000000;
  color: #ffffff;
  transition: background-color 300ms ease-out;
  padding-bottom: 1rem;
  padding-top: 1rem; }

.panel {
  border: none; }

/**Background styles*/
.l-main {
  background-color: #CFCFCF; }
  .l-main .row-middle-group, .l-main .row-top-group.no-banner {
    background-color: #ffffff; }

.node-type-news .page, .node-type-event .page, .node-type-person .page {
  background-color: #CFCFCF; }

/**Defined styles*/
.field-name-field-quote-with-attribution {
  padding: 2rem 0rem 1rem 0rem;
  background-color: #393939; }

.pull-quote {
  font-size: 1.31579rem;
  line-height: 2.10526rem;
  font-weight: 200;
  quotes: "“" "”" "‘" "’"; }

.pull-quote:before {
  content: open-quote;
  margin-left: -25px;
  font-size: 4rem;
  float: left; }

.pull-quote:after {
  content: close-quote;
  float: right;
  font-size: 4rem;
  margin-top: 15px; }

.pane-node-field-quote {
  padding-top: 1.5rem;
  padding-right: 0.5rem; }

.quote-open {
  display: inline;
  font-size: 4rem;
  float: left;
  margin-top: 0.75rem;
  line-height: 0.5rem; }

.quote-close {
  position: absolute;
  font-size: 4rem;
  bottom: -5px;
  right: 0;
  margin-top: 0.75rem;
  line-height: 0.5rem; }

.inline-quote {
  display: inline;
  margin-left: 7px;
  float: left;
  width: 85%; }

.large-body {
  font-size: 1.31579rem;
  line-height: 2.10526rem;
  font-weight: 300; }

/**Logo area*/
.top-header-area {
  background: #FFFFFF;
  width: 100%;
  padding-top: 10px; }

.top-header-container {
  position: relative;
  max-width: 89.86842rem;
  margin: 0 auto;
  height: 45px;
  overflow: hidden; }

.top-header-menu-container {
  width: 100%;
  max-width: 100%;
  background-color: #000000;
  min-height: 60px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff; }
  .top-header-menu-container .top-header-menu-center {
    max-width: 89.86842rem;
    margin: 0 auto;
    position: relative;
    float: none; }
    .top-header-menu-container .top-header-menu-center .logo-wrapper {
      position: absolute;
      width: 33%;
      display: block;
      margin-top: -50px; }
  .top-header-menu-container .top-header-menu {
    position: absolute;
    width: 100%;
    left: 0;
    padding-right: 1rem; }
    .top-header-menu-container .top-header-menu .f-dropdown:before, .top-header-menu-container .top-header-menu .f-dropdown:after, .top-header-menu-container .top-header-menu .dropdown:before, .top-header-menu-container .top-header-menu .dropdown:after {
      border-width: 0; }
    .top-header-menu-container .top-header-menu .center-cropped.feature-box-image-background {
      margin-left: 10px; }
    .top-header-menu-container .top-header-menu .field-name-field-featured-box-body {
      overflow: auto;
      margin-right: 10px; }
  .top-header-menu-container ul.menu {
    margin: 20px 20px 20px 110px;
    float: left; }
    .top-header-menu-container ul.menu li {
      list-style-type: none;
      float: left;
      margin-right: 2rem; }
      .top-header-menu-container ul.menu li a {
        color: #ffffff;
        padding: 0; }
      .top-header-menu-container ul.menu li.active a, .top-header-menu-container ul.menu li.active-trail > a.active {
        color: #fab618; }
    .top-header-menu-container ul.menu .menu-block-wrapper li a {
      padding: 0.5rem; }
  .top-header-menu-container .block-menu-block-3, .top-header-menu-container .block-olamalu-foundation-menu-minipanel {
    float: left;
    width: 75%; }
  .top-header-menu-container .block-menu-block-4 {
    float: right;
    width: 25%; }
    .top-header-menu-container .block-menu-block-4 ul.menu {
      float: right;
      margin: 20px 0px 20px 20px; }
    .top-header-menu-container .block-menu-block-4 ul.menu li {
      float: right;
      margin-right: 0rem;
      margin-left: 2rem; }

.menu-remove {
  position: absolute;
  right: 0;
  top: 0; }

.block-olamalu-foundation-menu-minipanel .f-dropdown.is-open, .block-olamalu-foundation-menu-minipanel .dropdown-pane.is-open {
  max-width: 700px;
  margin-top: 40px;
  color: #000000; }
  .block-olamalu-foundation-menu-minipanel .f-dropdown.is-open .dropdown-close, .block-olamalu-foundation-menu-minipanel .dropdown-pane.is-open .dropdown-close {
    position: absolute;
    right: 20px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    color: #d0d0d0;
    border: 1px solid #d0d0d0;
    border-radius: 100%;
    line-height: 1em;
    text-align: center;
    cursor: pointer;
    z-index: 10; }
  .block-olamalu-foundation-menu-minipanel .f-dropdown.is-open ul.menu, .block-olamalu-foundation-menu-minipanel .dropdown-pane.is-open ul.menu {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif; }
    .block-olamalu-foundation-menu-minipanel .f-dropdown.is-open ul.menu li, .block-olamalu-foundation-menu-minipanel .dropdown-pane.is-open ul.menu li {
      width: 33%;
      padding-left: 20px;
      margin-right: 0;
      background: url("../images/arrows/menu_arrow_right.png") no-repeat 0% 50% transparent;
      color: #000000;
      font-size: 0.875rem; }
      .block-olamalu-foundation-menu-minipanel .f-dropdown.is-open ul.menu li a, .block-olamalu-foundation-menu-minipanel .dropdown-pane.is-open ul.menu li a {
        color: #000000; }

.block-olamalu-foundation-menu-minipanel .feature-box {
  font-size: 0.875rem; }
  .block-olamalu-foundation-menu-minipanel .feature-box * {
    font-size: 0.875rem; }
  .block-olamalu-foundation-menu-minipanel .feature-box .field-name-field-featured-box-title {
    display: none; }
  .block-olamalu-foundation-menu-minipanel .feature-box .field-name-field-featured-box-body {
    height: 150px;
    color: #000000; }
    .block-olamalu-foundation-menu-minipanel .feature-box .field-name-field-featured-box-body:after {
      color: #a31b21; }

.block-olamalu-foundation-menu-minipanel .center-cropped {
  width: 150px;
  height: 150px;
  background-size: 100%; }

.menu-triangle-wrapper {
  width: 100%;
  position: relative; }

.menu-triangle-down {
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 9px solid #000000;
  width: 0;
  height: 0;
  z-index: 10;
  left: 40%;
  top: 25px; }

.megamenu-title, .megamenu-title a, a .megamenu-title {
  font-size: 3.68421rem;
  color: #000000 !important; }
  .megamenu-title .bold, .megamenu-title a .bold, a .megamenu-title .bold {
    font-weight: 500; }

.view-mode-megamenu_featured .feature-box:hover {
  background-color: #d0d0d0; }

.dropmenu-row-bottom {
  background-color: #ececec;
  margin: 1rem -1.25rem -1.25rem -1.25rem !important;
  padding: 1rem 1.25rem 1.25rem 1.25rem; }

.pane-search-form input[type="text"] {
  border: none;
  box-shadow: none;
  font-weight: 100;
  font-size: 2rem;
  height: 2.5rem;
  padding: 0; }

.pane-search-form button, .pane-search-form .button {
  background-color: #ffffff;
  text-indent: -999em;
  border: none;
  background: url("../images/icons/search.png") no-repeat 100% 50% transparent; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .pane-search-form input[type="text"] {
    font-size: 1.5rem; } }

/**Banner*/
.rotating-banner .slick-slider {
  margin-bottom: 0; }

.rotating-banner button {
  box-shadow: none; }

.rotating-banner .slick-dots {
  bottom: 0px;
  text-align: right; }
  .rotating-banner .slick-dots li {
    margin: 0; }
  .rotating-banner .slick-dots li button:before {
    color: #FFFFFF;
    font-size: 0.9rem; }
  .rotating-banner .slick-dots li.slick-active button:before {
    color: #a31b21; }

.rotating-banner ul.slick-dots {
  margin: 0;
  padding: 0 1rem 0 0; }

.rotating-banner .slick-prev, .rotating-banner .slick-next {
  width: 35px;
  height: 44px; }

.rotating-banner .slick-prev {
  left: 10px; }

.rotating-banner .slick-next {
  right: 10px; }

.rotating-banner .slick-prev, .rotating-banner .slick-prev:hover, .rotating-banner .slick-prev:focus {
  background: url("../images/arrows/banner_left_white.png") no-repeat 50% 50% transparent;
  background-size: auto 100%; }
  .rotating-banner .slick-prev:before, .rotating-banner .slick-prev:hover:before, .rotating-banner .slick-prev:focus:before {
    content: ''; }

.rotating-banner .slick-next, .rotating-banner .slick-next:hover, .rotating-banner .slick-next:focus {
  background: url("../images/arrows/banner_right_white.png") no-repeat 50% 50% transparent;
  background-size: auto 100%; }
  .rotating-banner .slick-next:before, .rotating-banner .slick-next:hover:before, .rotating-banner .slick-next:focus:before {
    content: ''; }

.image-description-group {
  position: absolute;
  bottom: 60px;
  right: 46px; }
  .image-description-group.shown .image-description-icon {
    bottom: 0px;
    transition: bottom 0.5s; }
  .image-description-group.shown .image-description {
    opacity: 1;
    transition: opacity 0.5s ease 0.2s; }
  .image-description-group .image-description {
    border-radius: 8px;
    opacity: 0;
    padding: 0.5rem 1.8rem 0.5rem 1rem;
    transition: opacity 0.5s ease 0.2s;
    color: #fff;
    z-index: 10;
    height: 11px;
    text-align: right; }
    .image-description-group .image-description p {
      margin-bottom: 0;
      font-size: 0.72368rem; }
  .image-description-group .image-description-icon {
    background: transparent url("../images/info.png") no-repeat scroll 0 0;
    display: block;
    height: 20px;
    margin: 0.1rem;
    overflow: hidden;
    position: absolute;
    right: 0px;
    text-indent: -9999%;
    bottom: -55px;
    width: 20px;
    transition: bottom 0.5s; }

.view-basic-page-banner .image-description-group {
  right: 10px;
  bottom: auto;
  top: 10px; }
  .view-basic-page-banner .image-description-group .image-description {
    max-width: 300px;
    height: 28px; }
  .view-basic-page-banner .image-description-group .image-description-icon {
    bottom: 0; }

.view-basic-page-banner .views-field-field-image img {
  width: 100%; }

/**Landing page*/
.node-type-landing-page.large-banner .page-wrap {
  width: 100%;
  float: left;
  overflow: hidden; }

.node-type-landing-page.large-banner ul.button-group {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20; }

.node-type-landing-page.large-banner .top-header-area {
  position: fixed;
  z-index: 20;
  background: #FFFFFF;
  width: 100%; }

.node-type-landing-page.large-banner .l-main > .main {
  padding: 0; }

.node-type-landing-page.large-banner .l-main .row-top-group, .node-type-landing-page.large-banner .l-main .row-bottom-group {
  width: 100%; }

.node-type-landing-page.large-banner .l-footer {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0px;
  z-index: 10;
  border-top: none;
  border-left: none;
  border-right: none; }

.node-type-landing-page.large-banner .ns_slideContent {
  top: 180px;
  right: 15px;
  left: auto;
  left: initial;
  width: 33%;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 1.84211rem;
  height: 385px;
  color: #ffffff;
  font-family: "ITC Lubalin Graph W01", "Arial", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.node-type-landing-page.large-banner .field-name-field-banner-title {
  font-size: 3.75rem;
  line-height: 3.375rem;
  margin-bottom: 1rem;
  color: #fab618;
  font-family: "ITC Lubalin Graph W01", "Arial", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 100; }

.node-type-landing-page.large-banner .row-middle-group.fb-navigation-wrapper {
  width: 100%;
  background-color: transparent; }

.node-type-landing-page.large-banner .rollup-hidden-items.hidden {
  display: none; }

.node-type-landing-page.large-banner .rollup-hidden-items ul.menu {
  margin: 0;
  padding: 0; }

.node-type-landing-page.large-banner .rollup-hidden-items li {
  list-style-type: none;
  float: left;
  width: 100%; }

.node-type-landing-page.large-banner .rollup-toggle {
  height: 110px;
  overflow: hidden; }
  .node-type-landing-page.large-banner .rollup-toggle .feature-box-title {
    line-height: 1.6rem;
    padding-right: 1.5rem;
    background: url("../images/arrows/left_yellow.png") no-repeat 100% 50% transparent; }

.node-type-landing-page.large-banner .rollup-toggle.open .feature-box-title {
  background: url("../images/arrows/down_white.png") no-repeat 100% 50% transparent; }

.node-type-landing-page.large-banner .row-middle-group .middle-left {
  padding-left: 1.84211rem; }
  .node-type-landing-page.large-banner .row-middle-group .middle-left .feature-box {
    padding-right: 1.84211rem;
    position: relative;
    min-height: 1px; }
  .node-type-landing-page.large-banner .row-middle-group .middle-left .feature-box .node-feature-box {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1rem 1rem 0.5rem 1rem;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    z-index: 10;
    margin-right: 1.84211rem;
    line-height: 1.2rem; }
    .node-type-landing-page.large-banner .row-middle-group .middle-left .feature-box .node-feature-box a {
      color: #fab618; }
      .node-type-landing-page.large-banner .row-middle-group .middle-left .feature-box .node-feature-box a:hover {
        text-decoration: none; }
    .node-type-landing-page.large-banner .row-middle-group .middle-left .feature-box .node-feature-box .feature-box-title, .node-type-landing-page.large-banner .row-middle-group .middle-left .feature-box .node-feature-box .feature-box-title a {
      font-size: 2rem;
      color: #fab618; }
    .node-type-landing-page.large-banner .row-middle-group .middle-left .feature-box .node-feature-box .open .feature-box-title, .node-type-landing-page.large-banner .row-middle-group .middle-left .feature-box .node-feature-box .open .feature-box-title a {
      color: #ffffff; }
    .node-type-landing-page.large-banner .row-middle-group .middle-left .feature-box .node-feature-box .feature-box-title {
      margin-bottom: 1rem; }
  .node-type-landing-page.large-banner .row-middle-group .middle-left .feature-box .views-field-title a {
    color: #ffffff;
    font-weight: 500; }
    .node-type-landing-page.large-banner .row-middle-group .middle-left .feature-box .views-field-title a:hover {
      color: #fab618; }
  .node-type-landing-page.large-banner .row-middle-group .middle-left .feature-box .views-row {
    border-bottom: 1px dotted #ffffff;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    line-height: 0.95rem;
    float: left;
    width: 100%; }
  .node-type-landing-page.large-banner .row-middle-group .middle-left .feature-box .views-field-nothing {
    float: left;
    width: 100%; }
  .node-type-landing-page.large-banner .row-middle-group .middle-left .feature-box .views-field-view-node {
    margin: 0.5rem 0;
    float: left;
    width: 100%; }

.node-type-landing-page.large-banner #where-it, .node-type-landing-page.large-banner #all-began {
  position: absolute;
  z-index: 10;
  color: #000000;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 100;
  visibility: hidden;
  min-height: 53px;
  height: 53px; }
  .node-type-landing-page.large-banner #where-it .banner-text-content, .node-type-landing-page.large-banner #all-began .banner-text-content {
    background-color: #fab618;
    float: left;
    text-align: right;
    padding: 0px 20px; }

.node-type-landing-page.large-banner #where-it-mobile {
  position: absolute;
  font-size: 1.5rem;
  line-height: 2rem; }

.node-type-landing-page.large-banner #where-it .right-diagonal-border {
  border-top: 3.5rem solid #fab618;
  border-right: 3.5rem solid transparent;
  height: 0;
  float: left; }

.node-type-landing-page.large-banner #where-it {
  left: 0;
  top: 119px;
  position: fixed; }

.node-type-landing-page.large-banner #all-began .left-diagonal-border {
  border-bottom: 3.5rem solid #a31b21;
  border-left: 3.5rem solid transparent;
  height: 0;
  float: left; }

.node-type-landing-page.large-banner #all-began {
  bottom: 0;
  right: 0;
  color: #ffffff; }
  .node-type-landing-page.large-banner #all-began .banner-text-content {
    background-color: #a31b21;
    float: left;
    text-align: left; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .node-type-landing-page.large-banner .field-name-field-banner-title {
    font-size: 2rem;
    line-height: 2rem; }
  .field.field-name-body.field-type-text-with-summary * {
    font-size: 0.9rem; } }

.node-type-landing-page .featurebox-grid .node-feature-box, .node-type-landing-page .featurebox-grid .view-mode-feature_box_square {
  position: relative; }
  .node-type-landing-page .featurebox-grid .node-feature-box .field-name-field-featured-box-image, .node-type-landing-page .featurebox-grid .view-mode-feature_box_square .field-name-field-featured-box-image {
    position: absolute;
    top: 0;
    left: 0; }

/**End landing page*/
/**Slider*/
.ns_nerveSlider.light .ns_dots .ns_dot {
  background-color: #fab618;
  border-color: #fab618; }

.ns_nerveSlider.light .ns_prevButton div {
  background: url("../images/nerve/prev-light.png") no-repeat scroll 50% 50% transparent; }

.ns_nerveSlider.light .ns_nextButton div {
  background: url("../images/nerve/next-light.png") no-repeat scroll 50% 50% transparent; }

.ns_nerveSlider.light .ns_pauseButton div {
  background: url("../images/nerve/play-pause-light.png") no-repeat scroll 50% 0 transparent; }

.ns_nerveSlider.light .ns_timer {
  background: url("../images/nerve/swatches/255,255,255,40.png") repeat scroll 0 0 transparent; }

#background-banner .slide-item img {
  opacity: 0;
  visibility: hidden; }

#background-banner .slide-item img.ns_slideImage {
  visibility: visible;
  max-width: 160%; }

/**Feature boxes*/
.feature-box {
  position: relative; }
  .feature-box .node-featured-box-front .row-middle > .columns {
    position: relative;
    width: 100%;
    overflow: hidden;
    float: left; }
  .feature-box .node-featured-box-front {
    position: relative; }
    .feature-box .node-featured-box-front > .row-top {
      width: 100%; }
  .feature-box .row-top {
    position: absolute;
    min-height: 2.375rem;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1; }
    .feature-box .row-top > .columns {
      padding-top: 1rem;
      padding: 1rem;
      width: 100%;
      box-sizing: border-box; }

.standard-featured-box .field-items {
  margin-left: 0;
  margin-right: 0; }
  .standard-featured-box .field-items .overlay-triangle {
    position: absolute;
    right: 0%;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 9px solid #fab618; }
  .standard-featured-box .field-items .feature-box:nth-child(1) {
    background-color: #fab618; }
    .standard-featured-box .field-items .feature-box:nth-child(1) a {
      color: #000000; }
  .standard-featured-box .field-items .feature-box:nth-child(2) {
    background-color: #393939;
    color: #ffffff; }
    .standard-featured-box .field-items .feature-box:nth-child(2) a {
      color: #fab618; }
    .standard-featured-box .field-items .feature-box:nth-child(2) .field-name-field-featured-box-title {
      color: #fab618; }
    .standard-featured-box .field-items .feature-box:nth-child(2) .overlay-triangle {
      border-right-color: #393939; }
  .standard-featured-box .field-items .feature-box:nth-child(3) {
    background-color: #000000;
    color: #ffffff; }
    .standard-featured-box .field-items .feature-box:nth-child(3) a {
      color: #fab618; }
    .standard-featured-box .field-items .feature-box:nth-child(3) .field-name-field-featured-box-title {
      color: #fab618; }
    .standard-featured-box .field-items .feature-box:nth-child(3) .overlay-triangle {
      border-right-color: #000000; }
  .standard-featured-box .field-items .feature-box:nth-child(4) {
    background-color: #a31b21;
    color: #ffffff; }
    .standard-featured-box .field-items .feature-box:nth-child(4) a {
      color: #ffffff; }
    .standard-featured-box .field-items .feature-box:nth-child(4) .overlay-triangle {
      border-right-color: #a31b21; }
  .standard-featured-box .field-items .feature-box {
    height: 315px;
    overflow: hidden; }
    .standard-featured-box .field-items .feature-box .right, .standard-featured-box .field-items .feature-box .right-third, .standard-featured-box .field-items .feature-box .right-twothird {
      padding: 1.5rem; }
    .standard-featured-box .field-items .feature-box .left, .standard-featured-box .field-items .feature-box .left-third, .standard-featured-box .field-items .feature-box .left-twothird {
      position: relative; }
  .standard-featured-box .field-items .field-name-field-featured-box-title {
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 1.5rem; }
  .standard-featured-box .field-items .field-name-field-featured-box-image {
    position: relative; }
  .standard-featured-box .field-items .center-cropped {
    width: 100%;
    height: 315px;
    background-position: center center;
    background-repeat: no-repeat; }

.featurebox-grid .feature-box {
  float: left !important; }

.featurebox-grid .overlay-triangle-down {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 9px solid #fab618; }

.featurebox-grid .field-name-field-featured-box-image {
  position: relative; }

.featurebox-grid .overlay-pane {
  position: absolute;
  display: none;
  top: 0;
  left: 0; }

.featurebox-grid .feature-box-image-background:hover + .overlay-pane {
  display: block;
  background-color: #ffffff;
  opacity: 0.75; }

.featurebox-grid .overlay-pane:hover {
  display: block;
  background-color: #ffffff;
  opacity: 0.75; }

.featurebox-grid .field-name-field-featured-box-title {
  position: absolute;
  width: 100%;
  top: 0; }

.featurebox-grid .field-name-field-featured-box-body {
  position: absolute;
  width: 100%;
  padding: 1rem;
  bottom: 0;
  display: none; }

.featurebox-grid .node-feature-box:hover .field-name-field-featured-box-body, .featurebox-grid .view-mode-feature_box_square:hover .field-name-field-featured-box-body {
  display: block; }

.featurebox-grid .node-feature-box:hover .overlay-pane, .featurebox-grid .view-mode-feature_box_square:hover .overlay-pane {
  display: block;
  background-color: #ffffff;
  opacity: 0.75; }

.featurebox-grid .field-name-field-featured-box-title .field-items {
  position: relative;
  width: 100%;
  float: left;
  padding: 1rem; }

.featurebox-grid .feature-box:nth-child(3n+1) .field-name-field-featured-box-title .field-items {
  background-color: #fab618; }
  .featurebox-grid .feature-box:nth-child(3n+1) .field-name-field-featured-box-title .field-items .title-content {
    color: #000000; }

.featurebox-grid .feature-box:nth-child(3n+2) .field-name-field-featured-box-title .field-items {
  background-color: #a31b21; }
  .featurebox-grid .feature-box:nth-child(3n+2) .field-name-field-featured-box-title .field-items .title-content {
    color: #000000; }
  .featurebox-grid .feature-box:nth-child(3n+2) .field-name-field-featured-box-title .field-items .overlay-triangle-down {
    border-top-color: #a31b21; }

.featurebox-grid .feature-box:nth-child(3n+3) .field-name-field-featured-box-title .field-items {
  background-color: #393939; }
  .featurebox-grid .feature-box:nth-child(3n+3) .field-name-field-featured-box-title .field-items .title-content {
    color: #ffffff; }
  .featurebox-grid .feature-box:nth-child(3n+3) .field-name-field-featured-box-title .field-items .overlay-triangle-down {
    border-top-color: #393939; }

.standard-summary-list .views-row {
  border-top: 1px solid #d0d0d0; }

.standard-summary-list .views-row-first .row {
  margin-top: 0; }

.standard-summary-list .views-row-last {
  border-bottom: 1px solid #d0d0d0; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .standard-summary-list .views-row-last {
      border-bottom: none; } }

.standard-summary-list .row {
  border-left: 0.65789rem solid transparent;
  border-right: 0.65789rem solid transparent;
  padding-bottom: 1rem;
  padding-top: 1rem;
  min-height: 120px; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .standard-summary-list .row {
      border: none; } }

@media screen and (min-width: 40em) {
  .standard-summary-list .row:hover {
    background: #ececec;
    background: url("../images/arrows/left_red.png") no-repeat 95% 50% #ececec;
    border-color: #ececec; } }

.standard-summary-list .details {
  padding-left: 0rem; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .standard-summary-list .details {
      padding-left: 0;
      padding-right: 0.5rem; } }

.standard-summary-list .date, .standard-summary-list .created, .standard-summary-list .views-field-created {
  color: #a31b21;
  font-style: italic;
  font-size: 1rem; }

.standard-summary-list .more, .standard-summary-list .more a, .standard-summary-list .views-field-view-node a {
  color: #0076a8; }

.standard-list-large .views-row {
  border-top: 1px solid #ececec;
  padding: 2rem 0.25rem 2rem 0.25rem;
  float: left;
  width: 100%; }
  .standard-list-large .views-row:hover {
    background-color: #ececec; }

.standard-list-large.news .views-row:hover, .standard-list-large.events .views-row:hover {
  background: url("../images/arrows/left_red.png") no-repeat 95% 50% #ececec; }

.standard-list-large.news .image-column, .standard-list-large.events .image-column {
  padding-right: 1rem; }

.standard-list-large .views-row-last {
  border-bottom: 1px solid #ececec; }

.standard-list-large .columns.image-column {
  padding-right: 1rem; }
  .standard-list-large .columns.image-column img {
    width: 100%;
    height: auto; }

.standard-list-large .columns.text-column {
  padding-right: 10%; }

.standard-list-large .created {
  color: #5e5e5e;
  font-style: italic; }

.standard-list-large .more, .standard-list-large .more a {
  color: #0076a8; }

.views-exposed-form .form-submit {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #e5e5e4;
  color: #fff;
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  color: #393939; }
  [data-whatinput='mouse'] .views-exposed-form .form-submit {
    outline: 0; }
  .views-exposed-form .form-submit:hover, .views-exposed-form .form-submit:focus {
    background-color: black;
    color: #fff; }

.pretty-filter .views-exposed-widgets {
  background-color: none;
  padding: 1rem 0rem;
  margin-bottom: 2rem; }
  .pretty-filter .views-exposed-widgets label {
    display: none; }
  .pretty-filter .views-exposed-widgets .views-exposed-widget, .pretty-filter .views-exposed-widgets .views-exposed-widget .form-submit {
    margin: 0; }
  .pretty-filter .views-exposed-widgets .views-exposed-widget .form-submit {
    padding: 0.65em 1.5em 0.65em 1.5rem; }
  .pretty-filter .views-exposed-widgets .button.dropdown, .pretty-filter .views-exposed-widgets button.yellow {
    margin: 0rem 2rem 0 0;
    background: url("../images/arrows/filter_down_grey.png") no-repeat 95% 50% #fab618;
    width: 16rem;
    overflow: hidden;
    text-overflow: clip ellipsis;
    white-space: nowrap;
    color: #5e5e5e;
    border: 1px solid #d0d0d0;
    text-align: left; }
    .pretty-filter .views-exposed-widgets .button.dropdown:before, .pretty-filter .views-exposed-widgets button.yellow:before {
      border: none; }
  .pretty-filter .views-exposed-widgets .f-dropdown, .pretty-filter .views-exposed-widgets .dropdown, .pretty-filter .views-exposed-widgets .dropdown-pane, .pretty-filter .views-exposed-widgets .menu-dropdown {
    padding: 0;
    margin-top: -1px;
    max-width: 250px; }
    .pretty-filter .views-exposed-widgets .f-dropdown ul.pretty-dropdown-menu, .pretty-filter .views-exposed-widgets .dropdown ul.pretty-dropdown-menu, .pretty-filter .views-exposed-widgets .dropdown-pane ul.pretty-dropdown-menu, .pretty-filter .views-exposed-widgets .menu-dropdown ul.pretty-dropdown-menu {
      padding: 0;
      margin: 0; }
    .pretty-filter .views-exposed-widgets .f-dropdown li, .pretty-filter .views-exposed-widgets .dropdown li, .pretty-filter .views-exposed-widgets .dropdown-pane li, .pretty-filter .views-exposed-widgets .menu-dropdown li {
      border-bottom: 1px solid #d0d0d0;
      padding: 0.5rem 0.5rem;
      list-style-type: none; }
      .pretty-filter .views-exposed-widgets .f-dropdown li a, .pretty-filter .views-exposed-widgets .dropdown li a, .pretty-filter .views-exposed-widgets .dropdown-pane li a, .pretty-filter .views-exposed-widgets .menu-dropdown li a {
        color: #5e5e5e;
        font-size: 0.8rem; }
      .pretty-filter .views-exposed-widgets .f-dropdown li:last-child, .pretty-filter .views-exposed-widgets .dropdown li:last-child, .pretty-filter .views-exposed-widgets .dropdown-pane li:last-child, .pretty-filter .views-exposed-widgets .menu-dropdown li:last-child {
        border-bottom: none; }
      .pretty-filter .views-exposed-widgets .f-dropdown li:hover, .pretty-filter .views-exposed-widgets .dropdown li:hover, .pretty-filter .views-exposed-widgets .dropdown-pane li:hover, .pretty-filter .views-exposed-widgets .menu-dropdown li:hover {
        background-color: #0076a8;
        color: #FFFFFF; }
        .pretty-filter .views-exposed-widgets .f-dropdown li:hover a, .pretty-filter .views-exposed-widgets .dropdown li:hover a, .pretty-filter .views-exposed-widgets .dropdown-pane li:hover a, .pretty-filter .views-exposed-widgets .menu-dropdown li:hover a {
          color: #FFFFFF; }

.pretty-filter .form-type-date-popup .description {
  display: none; }

.pretty-filter .form-type-date-popup input {
  background: url("../images/icons/calendar.png") no-repeat 95% 50% transparent;
  background-size: 25px; }

.pretty-filter #edit-field-event-date-value-1-wrapper, .pretty-filter #edit-field-event-date-value2-wrapper {
  padding: 0; }
  .pretty-filter #edit-field-event-date-value-1-wrapper label, .pretty-filter #edit-field-event-date-value2-wrapper label {
    display: block;
    font-weight: normal;
    margin-bottom: 0;
    color: #5e5e5e; }

.pagination-centered {
  float: left;
  width: 100%;
  margin-top: 1rem; }
  .pagination-centered ul.pagination li {
    float: left;
    height: 2.5em; }
    .pagination-centered ul.pagination li a {
      background: transparent;
      color: #393939;
      text-decoration: underline;
      font-family: Georgia, serif;
      font-size: 1rem; }
      .pagination-centered ul.pagination li a:hover {
        background: transparent; }
    .pagination-centered ul.pagination li.current a {
      text-decoration: none;
      font-weight: bold;
      color: #ffffff; }
    .pagination-centered ul.pagination li.arrow {
      width: 1.97368rem;
      height: 1.97368rem;
      background-color: #393939;
      background: url("../images/arrows/pager_right_white.png") no-repeat 50% 50% #393939;
      margin-left: 2rem; }
      .pagination-centered ul.pagination li.arrow a {
        text-indent: -999em;
        float: left; }
      .pagination-centered ul.pagination li.arrow.first {
        background: url("../images/arrows/pager_left_double_white.png") no-repeat 50% 50% #393939;
        margin-right: 0; }
        .pagination-centered ul.pagination li.arrow.first + .arrow {
          background: url("../images/arrows/pager_left_white.png") no-repeat 50% 50% #393939;
          margin-left: 0rem;
          margin-right: 2rem; }
      .pagination-centered ul.pagination li.arrow.last {
        background: url("../images/arrows/pager_right_double_white.png") no-repeat 50% 50% #393939;
        margin-left: 0; }

.hide-any-label #drop-edit-report-category a[data-value="All"] {
  display: none;
  visibility: hidden; }

.standard-list-dropdown .views-row {
  padding: 0.5rem;
  border-top: 1px solid #cbcbc9; }

.standard-list-dropdown .views-row-last {
  border-bottom: 1px solid #cbcbc9; }

/**Events*/
@media screen and (min-width: 40em) {
  .node-type-event .l-main {
    min-height: 480px; } }

.node-type-event .pane-page-breadcrumb {
  margin: 0 0 1rem 0; }
  .node-type-event .pane-page-breadcrumb ul.breadcrumbs {
    margin: 0;
    padding: 0; }

.date-square {
  background-color: #a31b21;
  width: 5rem;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 1.38158rem;
  color: #FFFFFF;
  text-align: center;
  padding: 0.75rem 1rem;
  min-height: 5rem; }

@media screen and (min-width: 40em) {
  .views-row:hover .date-square {
    background-color: #fab618;
    color: #5e5e5e; } }

.event-details {
  border-top: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
  padding-top: 0.5rem;
  margin: 1rem 0rem; }
  .event-details .panel-pane {
    width: 100%;
    float: left;
    margin-bottom: 0.5rem; }
  .event-details h2.pane-title, .event-details .standard-left-navigation .pane-title.field-name-field-section-title, .standard-left-navigation .event-details .pane-title.field-name-field-section-title {
    float: left;
    margin: 0 1rem 0 0;
    font-size: 1rem;
    min-width: 50px; }
  .event-details .field-name-field-location ul.links {
    float: left;
    margin: -0.1rem 0 0 0; }
    .event-details .field-name-field-location ul.links li {
      list-style-type: none;
      float: left; }
      .event-details .field-name-field-location ul.links li:after {
        content: ', '; }
      .event-details .field-name-field-location ul.links li:last-child:after {
        content: ''; }

.view-list-events.standard-list-large .view-content > h3, .view-list-events.standard-list-large .standard-summary-list .view-content > .title, .view-list-events.standard-list-large .standard-summary-list .view-content > .views-field-title, .view-list-events.standard-list-large .view-content > .title, .view-list-events.standard-list-large .title .view-content > h3, .view-list-events.standard-list-large .view-content > .views-field-title, .view-list-events.standard-list-large .field-name-field-page-builder .view-content > .field-name-field-paragraph-title, .field-name-field-page-builder .view-list-events.standard-list-large .view-content > .field-name-field-paragraph-title {
  color: #a31b21; }

.view-list-events.standard-list-large .views-row-last {
  margin-bottom: 2rem; }

.view-list-events.standard-list-large .views-row:hover {
  background: url("../images/arrows/left_red.png") no-repeat 95% 50% #ececec; }
  .view-list-events.standard-list-large .views-row:hover .date-square > span {
    color: #5e5e5e !important; }

.view-list-events.standard-list-large .event-title {
  font-weight: bold; }

.view-list-events.standard-list-large .date, .view-list-events.standard-list-large .created, .view-list-events.standard-list-large .views-field-created {
  color: #a31b21;
  font-style: italic;
  font-size: 1rem; }

/**Tweets*/
.view-list-twitter {
  font-size: 0.875rem; }
  .view-list-twitter a {
    color: #a31b21; }
  .view-list-twitter .twitter-created-time {
    float: right;
    font-size: 0.78947rem; }
  .view-list-twitter .views-field-screen-name:before {
    content: "@"; }
  .view-list-twitter .views-row {
    float: left;
    width: 100%; }
  .view-list-twitter .details {
    padding-left: 1rem;
    line-height: 130%; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .view-list-twitter .twitter-profile-image {
      width: 45px;
      height: auto; } }
  @media screen and (min-width: 40em) {
    .view-list-twitter .tweet .ellipsis {
      max-height: 72px; } }
  .view-list-twitter .row:hover {
    background-image: none !important; }

.twitter-icon {
  float: right; }

/**Gallery*/
.node-type-gallery .pane-node-title {
  border-top: 2px solid #5e5e5e;
  padding-top: 1rem;
  margin-bottom: 2rem; }

.pane-gallery-carousel-by-node-panel-pane-1 h2.pane-title, .pane-gallery-carousel-by-node-panel-pane-1 .standard-left-navigation .pane-title.field-name-field-section-title, .standard-left-navigation .pane-gallery-carousel-by-node-panel-pane-1 .pane-title.field-name-field-section-title {
  font-size: 1.44737rem;
  color: #393939;
  padding-left: 1rem;
  padding-bottom: 0.5rem; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .view-gallery-carousel-by-node {
    padding: 0 0.5rem; } }

.view-gallery-carousel-by-node .slick-prev, .view-gallery-carousel-by-node .slick-next {
  width: 27px;
  height: 49px;
  top: 45%;
  z-index: 10; }

.view-gallery-carousel-by-node .slick-prev:before, .view-gallery-carousel-by-node .slick-next:before {
  content: ''; }

.view-gallery-carousel-by-node .slick-prev, .view-gallery-carousel-by-node .slick-prev:hover, .view-gallery-carousel-by-node .slick-prev:focus {
  background: url("../images/arrows/gallery_right_grey.png") no-repeat 0 0 transparent;
  left: 0px; }

.view-gallery-carousel-by-node .slick-next, .view-gallery-carousel-by-node .slick-next:hover, .view-gallery-carousel-by-node .slick-next:focus {
  background: url("../images/arrows/gallery_left_grey.png") no-repeat 0 0 transparent;
  right: 0px; }

@media screen and (min-width: 64em) {
  .view-gallery-carousel-by-node .slick-prev, .view-gallery-carousel-by-node .slick-prev:focus, .view-gallery-carousel-by-node .slick-prev:hover {
    left: -45px; }
  .view-gallery-carousel-by-node .slick-next, .view-gallery-carousel-by-node .slick-next:focus, .view-gallery-carousel-by-node .slick-next:hover {
    right: -40px; } }

.lightbox-gallery .views-field-field-gallery-image img {
  margin: 0 auto; }

.gallery-wrapper {
  position: relative;
  background-color: #F9F9F9; }
  .gallery-wrapper .gallery-item img {
    margin: 0 auto; }
  .gallery-wrapper .slick-prev, .gallery-wrapper .slick-next {
    width: 42px;
    height: 42px;
    top: 250px;
    background-color: #393939; }
    .gallery-wrapper .slick-prev:hover, .gallery-wrapper .slick-next:hover {
      background-color: #5e5e5e; }
  .gallery-wrapper .slick-prev:before, .gallery-wrapper .slick-next:before, .gallery-wrapper .slick-prev:hover, .gallery-wrapper .slick-next:hover {
    content: ''; }
  .gallery-wrapper .slick-prev, .gallery-wrapper .slick-prev:focus {
    background: url("../images/arrows/left_white.png") no-repeat 50% 50% #393939;
    left: 0px; }
    .gallery-wrapper .slick-prev:hover, .gallery-wrapper .slick-prev:focus:hover {
      background: url("../images/arrows/right_yellow.png") no-repeat 50% 50% #5e5e5e; }
  .gallery-wrapper .slick-next, .gallery-wrapper .slick-next:focus {
    background: url("../images/arrows/right_white.png") no-repeat 50% 50% #393939;
    right: 0px; }
    .gallery-wrapper .slick-next:hover, .gallery-wrapper .slick-next:focus:hover {
      background: url("../images/arrows/left_yellow.png") no-repeat 50% 50% #5e5e5e; }
  .gallery-wrapper .gallery-caption {
    position: absolute;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    padding: 0.5rem 1rem; }
    .gallery-wrapper .gallery-caption .caption-title {
      font-size: 1.48026rem;
      float: left; }
    @media screen and (min-width: 40em) {
      .gallery-wrapper .gallery-caption .gallery-navigation {
        float: right; }
        .gallery-wrapper .gallery-caption .gallery-navigation .close, .gallery-wrapper .gallery-caption .gallery-navigation .full-screen {
          width: 42px;
          height: 42px;
          float: left;
          background-size: 100%; }
        .gallery-wrapper .gallery-caption .gallery-navigation .close {
          background: url("../images/icons/gallery_white_close.png") no-repeat 50% 50% #393939;
          margin-right: 0.25rem; }
        .gallery-wrapper .gallery-caption .gallery-navigation .full-screen {
          background: url("../images/icons/gallery_white_fullscreen.png") no-repeat 50% 50% #393939; } }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .gallery-wrapper .gallery-caption {
      position: relative; } }

.gallery-thumbnails img {
  height: 6.57895rem;
  width: auto;
  margin: 0 0.25rem 0 0.25rem; }

/**Standard page*/
.node-type-page .row-top-group, .node-type-course-page .row-top-group, .node-type-news .row-top-group, .node-type-event .row-top-group, .node-type-webform .row-top-group, .node-type-advanced-page .row-top-group {
  background-color: #393939; }
  .node-type-page .row-top-group > .left, .node-type-course-page .row-top-group > .left, .node-type-news .row-top-group > .left, .node-type-event .row-top-group > .left, .node-type-webform .row-top-group > .left, .node-type-advanced-page .row-top-group > .left {
    background-color: #393939; }

.node-type-page .field-name-field-quote, .node-type-page .left .field-name-field-paragraph-quote-body, .node-type-course-page .field-name-field-quote, .node-type-course-page .left .field-name-field-paragraph-quote-body, .node-type-news .field-name-field-quote, .node-type-news .left .field-name-field-paragraph-quote-body, .node-type-event .field-name-field-quote, .node-type-event .left .field-name-field-paragraph-quote-body, .node-type-webform .field-name-field-quote, .node-type-webform .left .field-name-field-paragraph-quote-body, .node-type-advanced-page .field-name-field-quote, .node-type-advanced-page .left .field-name-field-paragraph-quote-body {
  color: #fab618;
  padding-bottom: 40px; }
  .node-type-page .field-name-field-quote .field-items, .node-type-page .left .field-name-field-paragraph-quote-body .field-items, .node-type-course-page .field-name-field-quote .field-items, .node-type-course-page .left .field-name-field-paragraph-quote-body .field-items, .node-type-news .field-name-field-quote .field-items, .node-type-news .left .field-name-field-paragraph-quote-body .field-items, .node-type-event .field-name-field-quote .field-items, .node-type-event .left .field-name-field-paragraph-quote-body .field-items, .node-type-webform .field-name-field-quote .field-items, .node-type-webform .left .field-name-field-paragraph-quote-body .field-items, .node-type-advanced-page .field-name-field-quote .field-items, .node-type-advanced-page .left .field-name-field-paragraph-quote-body .field-items {
    float: left;
    width: 100%;
    position: relative; }

.node-type-page .field-name-field-quote-attribution, .node-type-page .left .field-name-field-paragraph-quote-attribute, .node-type-course-page .field-name-field-quote-attribution, .node-type-course-page .left .field-name-field-paragraph-quote-attribute, .node-type-news .field-name-field-quote-attribution, .node-type-news .left .field-name-field-paragraph-quote-attribute, .node-type-event .field-name-field-quote-attribution, .node-type-event .left .field-name-field-paragraph-quote-attribute, .node-type-webform .field-name-field-quote-attribution, .node-type-webform .left .field-name-field-paragraph-quote-attribute, .node-type-advanced-page .field-name-field-quote-attribution, .node-type-advanced-page .left .field-name-field-paragraph-quote-attribute {
  color: #ffffff;
  font-weight: 300;
  padding-left: 1.75rem;
  margin-top: 0.5rem;
  float: left;
  width: 100%; }

.node-type-page .row-top-group.no-banner, .node-type-course-page .row-top-group.no-banner, .node-type-news .row-top-group.no-banner, .node-type-event .row-top-group.no-banner, .node-type-webform .row-top-group.no-banner, .node-type-advanced-page .row-top-group.no-banner {
  background-color: #ffffff; }
  .node-type-page .row-top-group.no-banner > .left, .node-type-course-page .row-top-group.no-banner > .left, .node-type-news .row-top-group.no-banner > .left, .node-type-event .row-top-group.no-banner > .left, .node-type-webform .row-top-group.no-banner > .left, .node-type-advanced-page .row-top-group.no-banner > .left {
    background-color: #dbdbdb; }
  .node-type-page .row-top-group.no-banner > .right, .node-type-course-page .row-top-group.no-banner > .right, .node-type-news .row-top-group.no-banner > .right, .node-type-event .row-top-group.no-banner > .right, .node-type-webform .row-top-group.no-banner > .right, .node-type-advanced-page .row-top-group.no-banner > .right {
    padding-top: 1rem;
    padding-right: 2rem; }
  .node-type-page .row-top-group.no-banner .pane-page-breadcrumb, .node-type-course-page .row-top-group.no-banner .pane-page-breadcrumb, .node-type-news .row-top-group.no-banner .pane-page-breadcrumb, .node-type-event .row-top-group.no-banner .pane-page-breadcrumb, .node-type-webform .row-top-group.no-banner .pane-page-breadcrumb, .node-type-advanced-page .row-top-group.no-banner .pane-page-breadcrumb {
    margin: 0; }
    .node-type-page .row-top-group.no-banner .pane-page-breadcrumb ul.breadcrumbs, .node-type-course-page .row-top-group.no-banner .pane-page-breadcrumb ul.breadcrumbs, .node-type-news .row-top-group.no-banner .pane-page-breadcrumb ul.breadcrumbs, .node-type-event .row-top-group.no-banner .pane-page-breadcrumb ul.breadcrumbs, .node-type-webform .row-top-group.no-banner .pane-page-breadcrumb ul.breadcrumbs, .node-type-advanced-page .row-top-group.no-banner .pane-page-breadcrumb ul.breadcrumbs {
      margin: 0 0 1rem 0;
      padding: 0; }

.node-type-page .row-middle-group > .right, .node-type-course-page .row-middle-group > .right, .node-type-news .row-middle-group > .right, .node-type-event .row-middle-group > .right, .node-type-webform .row-middle-group > .right, .node-type-advanced-page .row-middle-group > .right {
  padding-right: 2rem; }

@media screen and (min-width: 75em) {
  .node-type-page .row-top-group, .node-type-course-page .row-top-group, .node-type-news .row-top-group, .node-type-event .row-top-group {
    min-height: 318px; }
  .node-type-page.no-banner .row-top-group, .node-type-course-page.no-banner .row-top-group, .node-type-news.no-banner .row-top-group, .node-type-event.no-banner .row-top-group {
    min-height: 0px; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .row-top-group.no-banner > .right {
    padding-left: 1rem;
    padding-right: 1rem; } }

.standard-left-navigation .row.l-main {
  max-width: 100%; }
  .standard-left-navigation .row.l-main > .columns {
    padding: 0; }
  .standard-left-navigation .row.l-main .row-top {
    width: 100%; }
  .standard-left-navigation .row.l-main .row-top-group, .standard-left-navigation .row.l-main .row-middle-group, .standard-left-navigation .row.l-main .row-bottom-group, .standard-left-navigation .row.l-main .pane-page-breadcrumb {
    max-width: 89.86842rem;
    margin: 0 auto; }

.standard-left-navigation .pane-node-title {
  margin-top: 1rem; }

.standard-left-navigation .pane-node-field-std-banner-image img {
  width: 100%; }

.standard-left-navigation .middle-first .pane-node-field-image {
  float: right;
  margin: 1rem 0 0rem 1rem;
  max-width: 60%; }
  .standard-left-navigation .middle-first .pane-node-field-image .field-item {
    margin-bottom: 1rem; }

@media screen and (min-width: 40em) {
  .standard-left-navigation .middle-first > .columns:first-child {
    padding-right: 0rem;
    background-color: #dbdbdb; }
    .standard-left-navigation .middle-first > .columns:first-child .node-featured-box .feature-box-title {
      padding-left: 0.5rem; }
  .standard-left-navigation .middle-first > .columns:last-child {
    padding-left: 0.75rem; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .standard-left-navigation .middle-first {
    padding: 0 0.75rem; } }

.standard-left-navigation .field-name-field-section-image {
  float: left;
  max-width: 60%;
  margin: 0 1rem 1rem 0; }

.standard-left-navigation .section-image-right .field-name-field-section-image {
  float: right;
  margin: 0 0rem 1rem 1rem; }

.field-name-body .introduction {
  font-size: 1.18421rem; }

.field-name-field-introduction-paragraph a, .field-name-body a {
  color: #a31b21;
  font-weight: 300; }
  .field-name-field-introduction-paragraph a:hover, .field-name-body a:hover {
    text-decoration: underline; }

.field-name-field-introduction-paragraph, .field-name-field-introduction-paragraph * {
  font-size: 1.18421rem;
  line-height: 150%; }

.pane-page-breadcrumb {
  background: none;
  border: none;
  max-width: 89.86842rem;
  margin: 0.5rem auto 0 auto; }
  .pane-page-breadcrumb ul.breadcrumbs {
    background: none;
    border: none;
    font-family: Georgia, serif;
    font-size: 0.78947rem;
    color: #5e5e5e;
    text-transform: none;
    padding-left: 0; }
    .pane-page-breadcrumb ul.breadcrumbs > *, .pane-page-breadcrumb ul.breadcrumbs > * a {
      text-transform: none;
      font-size: 0.78947rem; }
    .pane-page-breadcrumb ul.breadcrumbs > *:before {
      color: #5e5e5e;
      content: '>'; }
    .pane-page-breadcrumb ul.breadcrumbs > *:first-child:before {
      content: ''; }
    .pane-page-breadcrumb ul.breadcrumbs a {
      color: #5e5e5e; }

.back-to-top, a.back-to-top {
  color: #393939;
  text-decoration: underline;
  width: 100%;
  float: left;
  text-align: right;
  padding: 0.5rem; }

/**News*/
@media screen and (min-width: 40em) {
  .node-type-news .l-main {
    min-height: 480px; } }

.node-type-news .pane-node-created {
  font-style: italic;
  color: #5e5e5e;
  margin-bottom: 1rem; }

.node-type-news .pane-page-breadcrumb {
  margin: 0 0 1.5rem 0; }
  .node-type-news .pane-page-breadcrumb .breadcrumbs {
    margin: 0;
    padding: 0; }

.news-list-replacement-image {
  width: 120px;
  height: 120px;
  background: url("../images/peterhouse_shield_grey.jpg") no-repeat 0 0 transparent;
  background-size: 100% 100%; }

/**Side menu*/
.pane-sidemenu {
  float: left;
  width: 100%;
  font-family: "ITC Lubalin Graph W01", "Arial", "Helvetica", Helvetica, Arial, sans-serif;
  margin-bottom: 2rem;
  overflow: hidden; }
  .pane-sidemenu ul.menu {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%; }
    .pane-sidemenu ul.menu li {
      list-style-type: none;
      margin: 0;
      width: 100%;
      float: left; }
      .pane-sidemenu ul.menu li a {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-right: 1.4rem;
        float: left;
        width: 100%;
        background-color: #dbdbdb; }
      .pane-sidemenu ul.menu li:hover > a {
        background-color: #ececec; }
  .pane-sidemenu a {
    color: #393939; }
  .pane-sidemenu > .pane-content > ul.menu > li > ul.menu {
    margin: 0;
    width: 100%; }
  .pane-sidemenu > .pane-content > ul.menu > li.active-trail > a {
    color: #000000;
    border-bottom: none; }
  .pane-sidemenu > .pane-content > ul.menu > li.active-trail > ul.menu > li > a {
    padding-left: 3rem;
    background-color: #ececec; }
  .pane-sidemenu .current-active-item {
    background-color: #ffffff !important; }
  .pane-sidemenu .parent-active-item {
    font-weight: bold;
    background-color: #d0d0d0 !important; }
  .pane-sidemenu a {
    padding-left: 0.5rem;
    font-size: 1rem; }
    .pane-sidemenu a.side-menu-item {
      padding-left: 1.7rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      font-size: 0.8375rem; }

/**Images*/
.image-left {
  float: left;
  margin-top: 1rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem; }

.image-right {
  float: right;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 0.5rem; }

.caption-title {
  font-family: Georgia, serif;
  font-size: 0.92105rem;
  font-weight: bold;
  padding-top: 0.5rem; }

/**Footers*/
.l-footer.panel {
  width: 100%;
  background-color: #000000;
  color: #dbdbdb;
  font-family: "Open Sans", sans-serif; }
  .l-footer.panel a {
    color: #393939; }
    .l-footer.panel a:hover {
      color: #fab618; }
  .l-footer.panel .footer-bottom {
    float: left;
    width: 100%;
    overflow: hidden; }
  .l-footer.panel .footer-inner {
    padding-top: 1rem; }
    @media screen and (min-width: 0em) and (max-width: 39.9375em) {
      .l-footer.panel .footer-inner {
        padding-bottom: 1rem; } }
    .l-footer.panel .footer-inner .squeeze.row {
      max-width: 89.86842rem;
      margin: 0 auto; }
  .l-footer.panel ul.menu, .l-footer.panel ul.menu li {
    list-style-type: none;
    margin: 0; }
    .l-footer.panel ul.menu a, .l-footer.panel ul.menu li a {
      color: #ececec; }
  .l-footer.panel .footer-main-menu .menu-name-menu-footer-quick-links > ul.menu > li {
    float: left;
    width: auto;
    padding-right: 3rem; }
  .l-footer.panel .footer-main-menu .menu-name-menu-footer-quick-links > ul.menu > li > a {
    font-size: 1rem;
    color: #d0d0d0; }
  .l-footer.panel .footer-main-menu .menu-name-menu-footer-quick-links > ul.menu ul.menu > li {
    display: block; }
  .l-footer.panel .footer-main-menu .menu-name-menu-footer-quick-links > ul.menu ul.menu li a {
    font-size: 0.8rem; }
  .l-footer.panel .footer-address {
    text-align: right; }
  .l-footer.panel .footer-logo.right {
    text-align: right;
    margin-bottom: 1rem; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .l-footer.panel .footer-left-left {
      margin-bottom: 1rem; }
    .l-footer.panel .footer-left-bottom li {
      display: inline-block;
      margin: 0;
      float: none;
      padding: 0 5px 0 0; } }
  .l-footer.panel .pane-menu-footer-links-menu {
    float: right;
    width: 100%; }
    .l-footer.panel .pane-menu-footer-links-menu ul.menu {
      float: right; }
      .l-footer.panel .pane-menu-footer-links-menu ul.menu li {
        float: right; }

.pane-menu-footer-links-menu {
  margin-top: 1rem; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .pane-menu-footer-links-menu {
      margin-top: 1rem; } }
  .pane-menu-footer-links-menu ul li {
    float: right;
    padding-right: 0rem;
    padding-left: 1rem;
    line-height: 1rem;
    font-size: 0.8375rem; }
    .pane-menu-footer-links-menu ul li:last-child {
      border-right: none; }
    .pane-menu-footer-links-menu ul li:first-child {
      padding-left: 0; }

/**Social*/
.node-type-page .row-social .row-bottom-social, .node-type-course-page .row-social .row-bottom-social {
  max-width: 89.86842rem;
  margin: 0 auto;
  padding: 1rem;
  background-color: #fab618; }
  .node-type-page .row-social .row-bottom-social #mini-panel-footer_social, .node-type-course-page .row-social .row-bottom-social #mini-panel-footer_social {
    float: right; }

.sm-icon {
  float: left;
  margin-left: 1rem; }

.l-footer .sm-icon:first-child {
  margin-left: 0; }

/**Migration*/
.migrated-image {
  display: none; }

/**CKEditor*/
.red {
  color: #a31b21; }

.yellow {
  color: #fab618; }

.image-float-right {
  float: right;
  margin: 0 0 1rem 1rem; }

/**People lists*/
.node-type-person .person-summary {
  width: 100%;
  float: left;
  border-bottom: 1px solid #5e5e5e;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem; }
  .node-type-person .person-summary .pane-node-field-person-image {
    text-align: right; }

.node-type-person .field-name-field-person-int-phone.field-type-text:before {
  content: '(01223) '; }

.node-type-person .pane-node-field-person-year-of-election h2, .node-type-person .pane-node-field-person-year-of-election .standard-left-navigation .field-name-field-section-title, .standard-left-navigation .node-type-person .pane-node-field-person-year-of-election .field-name-field-section-title, .node-type-person .pane-node-field-subject h2, .node-type-person .pane-node-field-subject .standard-left-navigation .field-name-field-section-title, .standard-left-navigation .node-type-person .pane-node-field-subject .field-name-field-section-title, .node-type-person .pane-node-field-person-email h2, .node-type-person .pane-node-field-person-email .standard-left-navigation .field-name-field-section-title, .standard-left-navigation .node-type-person .pane-node-field-person-email .field-name-field-section-title,
.node-type-person .pane-node-field-person-int-phone h2,
.node-type-person .pane-node-field-person-int-phone .standard-left-navigation .field-name-field-section-title, .standard-left-navigation
.node-type-person .pane-node-field-person-int-phone .field-name-field-section-title, .node-type-person .pane-node-field-person-dept-phone h2, .node-type-person .pane-node-field-person-dept-phone .standard-left-navigation .field-name-field-section-title, .standard-left-navigation .node-type-person .pane-node-field-person-dept-phone .field-name-field-section-title, .node-type-person .pane-node-field-person-type h2, .node-type-person .pane-node-field-person-type .standard-left-navigation .field-name-field-section-title, .standard-left-navigation .node-type-person .pane-node-field-person-type .field-name-field-section-title {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0 1rem 0 0;
  font-size: 1rem;
  font-weight: 100; }

.node-type-person .pane-node-field-person-year-of-election ul, .node-type-person .pane-node-field-person-year-of-election ul li, .node-type-person .pane-node-field-subject ul, .node-type-person .pane-node-field-subject ul li, .node-type-person .pane-node-field-person-email ul, .node-type-person .pane-node-field-person-email ul li,
.node-type-person .pane-node-field-person-int-phone ul,
.node-type-person .pane-node-field-person-int-phone ul li, .node-type-person .pane-node-field-person-dept-phone ul, .node-type-person .pane-node-field-person-dept-phone ul li, .node-type-person .pane-node-field-person-type ul, .node-type-person .pane-node-field-person-type ul li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.node-type-person .pane-node-field-person-year-of-election ul li, .node-type-person .pane-node-field-subject ul li, .node-type-person .pane-node-field-person-email ul li,
.node-type-person .pane-node-field-person-int-phone ul li, .node-type-person .pane-node-field-person-dept-phone ul li, .node-type-person .pane-node-field-person-type ul li {
  padding-right: 1rem; }
  .node-type-person .pane-node-field-person-year-of-election ul li:after, .node-type-person .pane-node-field-subject ul li:after, .node-type-person .pane-node-field-person-email ul li:after,
  .node-type-person .pane-node-field-person-int-phone ul li:after, .node-type-person .pane-node-field-person-dept-phone ul li:after, .node-type-person .pane-node-field-person-type ul li:after {
    content: ', '; }
  .node-type-person .pane-node-field-person-year-of-election ul li:last-child:after, .node-type-person .pane-node-field-subject ul li:last-child:after, .node-type-person .pane-node-field-person-email ul li:last-child:after,
  .node-type-person .pane-node-field-person-int-phone ul li:last-child:after, .node-type-person .pane-node-field-person-dept-phone ul li:last-child:after, .node-type-person .pane-node-field-person-type ul li:last-child:after {
    content: ''; }

.node-type-person .row-top-group > .left {
  background-color: #dbdbdb; }

.node-type-person .row-top-group > .right {
  padding-right: 2rem; }

.view-list-people {
  margin-bottom: 2rem; }
  .view-list-people .title {
    color: #a31b21; }
  .view-list-people .person-image img {
    filter: url(../filters/filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    text-align: center;
    color: #5e5e5e;
    font-size: 0.8rem; }
    .view-list-people .person-image img:hover {
      filter: none;
      -webkit-filter: grayscale(0); }
  .view-list-people .views-row {
    background: url("../images/arrows/left_yellow.png") no-repeat 95% 50% transparent; }
  .view-list-people .views-exposed-widgets {
    background-color: #ececec;
    padding: 1rem; }
    .view-list-people .views-exposed-widgets .button {
      padding: 0.5rem; }
    .view-list-people .views-exposed-widgets .form-submit {
      background-color: #393939;
      padding: 0.5rem 1.5rem !important;
      color: #ffffff; }
  .view-list-people #edit-title-wrapper label {
    width: 25%;
    float: left;
    display: inline-block;
    padding: 0.5rem 0.5rem 0.5rem 0;
    font-weight: normal; }
  .view-list-people #edit-title-wrapper .views-widget {
    width: 75%;
    float: left; }

div.field-name-field-website a {
  display: block;
  color: #a31b21; }

div.field-name-field-website a:hover, div.field-name-field-website a:focus {
  text-decoration: underline; }

div.field-collection-item-field-repeating-content a {
  color: #a31b21; }

div.field-collection-item-field-repeating-content a:hover, div.field-collection-item-field-repeating-content a:visited, div.field-collection-item-field-repeating-content a:focus {
  color: #a31b21;
  text-decoration: underline; }

/**Search results */
.page-search .l-main {
  background-color: #FFFFFF;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.view-mode-search_result {
  padding: 0rem 1rem;
  float: left;
  width: 100%;
  border-bottom: 1px solid #a31b21;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  .view-mode-search_result:hover {
    background-color: #d0d0d0;
    cursor: pointer; }
  .view-mode-search_result * {
    color: #393939; }
  .view-mode-search_result h2, .view-mode-search_result .standard-left-navigation .field-name-field-section-title, .standard-left-navigation .view-mode-search_result .field-name-field-section-title {
    font-size: 1.2rem;
    color: #a31b21; }
    .view-mode-search_result h2 a, .view-mode-search_result .standard-left-navigation .field-name-field-section-title a, .standard-left-navigation .view-mode-search_result .field-name-field-section-title a {
      color: #a31b21;
      background: url("../images/arrows/left_red.png") no-repeat 100% 50% transparent;
      padding-right: 1.5rem;
      width: 100%;
      float: left; }
  .view-mode-search_result .field-label {
    font-weight: normal;
    font-style: italic; }

.view-mode-search_result .field-name-body * {
  color: #393939;
  font-size: 1rem !important; }

/**Raven login*/
.page-user #user-login .messages a {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #1f2a44;
  color: #fff;
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  color: #FFFFFF;
  margin: 0; }
  [data-whatinput='mouse'] .page-user #user-login .messages a {
    outline: 0; }
  .page-user #user-login .messages a:hover, .page-user #user-login .messages a:focus {
    background-color: black;
    color: #fff; }

/**Other - check*/
th.views-field.views-field-title {
  width: 35%; }

/**Responsive tables*/
table th {
  font-weight: bold; }

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

@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0; }
  .pinned {
    background: none repeat scroll 0 0 #ffffff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    left: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    position: absolute;
    top: 0;
    width: 35%; }
  .pinned table {
    border-left: medium none;
    border-right: medium none;
    width: 100%; }
  .pinned table th, .pinned table td {
    white-space: nowrap; }
  .pinned td:last-child {
    border-bottom: 0 none; }
  div.table-wrapper {
    border-right: 1px solid #cccccc;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative; }
  div.table-wrapper div.scrollable table {
    margin-left: 35%; }
  div.table-wrapper div.scrollable {
    overflow-x: scroll;
    overflow-y: hidden; }
  table.responsive td, table.responsive th {
    overflow: hidden;
    position: relative;
    white-space: nowrap; }
  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none; } }

/**Accordions*/
dl.accordion, ul.accordion {
  float: left;
  width: 100%; }
  dl.accordion dd.accordion-navigation > a, dl.accordion li.accordion-navigation > a, ul.accordion dd.accordion-navigation > a, ul.accordion li.accordion-navigation > a {
    padding: 0.25rem 1rem;
    float: left;
    width: 100%;
    background: url("../images/arrows/accordion_down.png") no-repeat 96% 50% transparent;
    color: #a31b21;
    border-bottom: 1px solid #a31b21; }
    dl.accordion dd.accordion-navigation > a.active, dl.accordion li.accordion-navigation > a.active, ul.accordion dd.accordion-navigation > a.active, ul.accordion li.accordion-navigation > a.active {
      background-image: url("../images/arrows/accordion_up.png"); }
  dl.accordion li.accordion-navigation.is-active > a, ul.accordion li.accordion-navigation.is-active > a {
    background-image: url("../images/arrows/accordion_up.png"); }
  dl.accordion .active .content, ul.accordion .active .content {
    display: block; }
  dl.accordion .content, ul.accordion .content {
    float: left;
    width: 100%; }
  dl.accordion .accordion-content, ul.accordion .accordion-content {
    border-bottom: none; }
  dl.accordion dl.tabs dd a, ul.accordion dl.tabs dd a {
    background-color: #0076a8;
    color: #FFF; }
  dl.accordion dl.tabs dd.active a, ul.accordion dl.tabs dd.active a {
    background-color: #1f2a44; }
  dl.accordion .accordion-title::before, ul.accordion .accordion-title::before {
    display: none; }

/**Repeating content*/
.pane-node-field-repeating-content {
  float: left;
  width: 100%; }
  .pane-node-field-repeating-content .accordion {
    margin-bottom: 1rem; }

.no-padding {
  padding: 0; }

/**Mobile overrides*/
.top-header .block-panels-mini-mobile-menu {
  display: none;
  position: relative;
  width: 100%;
  float: left;
  background: #000000;
  color: #ffffff;
  overflow: hidden; }
  .top-header .block-panels-mini-mobile-menu ul.menu {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    background: #000000;
    float: left; }
    .top-header .block-panels-mini-mobile-menu ul.menu li {
      width: 100%;
      height: auto;
      border: none;
      border-bottom: 1px solid #cbcbc9;
      list-style-type: none;
      float: left; }
      .top-header .block-panels-mini-mobile-menu ul.menu li a {
        min-height: 50px;
        line-height: 24px;
        width: 100%;
        float: left;
        padding: 0.8375rem 1rem 0 1rem;
        color: #ffffff; }
        .top-header .block-panels-mini-mobile-menu ul.menu li a.click-back {
          background: url("../images/arrows/sidemenu_left.png") no-repeat 100% 50% transparent;
          font-style: italic; }
        .top-header .block-panels-mini-mobile-menu ul.menu li a.active {
          color: #fab618; }
    .top-header .block-panels-mini-mobile-menu ul.menu li.contains-menu > a {
      background: url("../images/arrows/sidemenu_right.png") no-repeat 100% 50% transparent; }
    .top-header .block-panels-mini-mobile-menu ul.menu li.contains-menu ul.menu-children {
      position: absolute;
      top: 0;
      z-index: 99;
      display: none; }
    .top-header .block-panels-mini-mobile-menu ul.menu li.contains-menu.opened > ul.menu-children {
      display: block; }

.mobile-top-header-column .block-search {
  padding: 0 0.5rem;
  display: none; }

.mobile-top-header-column .block-search {
  padding: 1rem; }
  .mobile-top-header-column .block-search .block-title {
    display: none; }
  .mobile-top-header-column .block-search input, .mobile-top-header-column .block-search button {
    margin: 0; }
  .mobile-top-header-column .block-search input {
    padding-left: 0.5rem !important; }

@media screen and (min-width: 40em) {
  .top-header-menu-container .block-menu-block-3, .top-header-menu-container .block-olamalu-foundation-menu-minipanel {
    width: 90%; } }

@media only screen and (min-width: 40em) and (orientation: portrait) {
  .top-header-menu-container ul.menu {
    margin-left: 1rem; }
    .top-header-menu-container ul.menu li {
      margin-right: 1rem; } }

@media screen and (min-width: 40em) {
  .top-header-menu-container .block-menu-block-4 {
    width: 10%; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-header-area {
    padding-top: 0; }
  .top-header #logo {
    max-width: 250px; }
  .top-header .logo-column {
    padding: 1rem 1rem;
    background-color: #ffffff; }
  .top-header .shield {
    width: 15%;
    float: left;
    margin-top: -25px; }
  .top-header .name {
    width: 70%;
    float: left;
    margin-left: 10px; }
  .top-header .row.mobile-buttons {
    height: 3rem;
    width: 100%;
    background-color: #000000;
    margin: 0;
    padding: 0.5rem 0 1rem 0; }
  .top-header .toggle-mobile-menu {
    background: url("../images/icons/menu_mobile_icon.png") no-repeat 75% 50% transparent;
    width: 100%;
    height: 2rem;
    float: left; }
  .top-header .toggle-mobile-search {
    background: url("../images/icons/search_black.png") no-repeat 100% 50% transparent;
    width: 100%;
    float: left;
    height: 2rem; }
  .standard-featured-box .field-items .feature-box {
    height: auto;
    overflow: auto; }
  .node-type-landing-page .page {
    float: left;
    width: 100%;
    overflow: hidden; }
  .node-type-landing-page .feature-box-introduction {
    margin-bottom: 1rem; }
  .node-type-landing-page.large-banner .row-top-group {
    background-color: #393939; }
  .node-type-landing-page.large-banner .l-main .row-top-group {
    width: auto; }
  .node-type-landing-page.large-banner .row-middle-group .middle-left .feature-box .node-feature-box {
    position: relative;
    margin: 0; }
  .node-type-landing-page.large-banner .row-middle-group .middle-left .feature-box .views-field-view-node {
    float: right;
    text-align: right; }
  .node-type-landing-page.large-banner .l-footer {
    position: relative;
    float: left;
    margin-top: 20px; }
  .node-type-landing-page.large-banner .rollup-hidden-items.hidden {
    display: block; }
  .node-type-landing-page.large-banner .rollup-toggle {
    height: auto; }
  .node-type-landing-page.large-banner .pane-node-field-landing-banner {
    float: left;
    width: 100%; }
    .node-type-landing-page.large-banner .pane-node-field-landing-banner .pane-content {
      float: left;
      width: 100%; }
  .node-type-landing-page.large-banner #background-banner {
    margin: 0; }
    .node-type-landing-page.large-banner #background-banner .slide-item img {
      width: 100%;
      opacity: 1;
      visibility: visible; }
  .node-type-landing-page.large-banner .slick-slide {
    height: auto; }
  .node-type-landing-page.large-banner .ns_slideContent {
    position: relative;
    width: 100%;
    padding: 1rem;
    height: auto;
    max-height: 250px;
    background-color: transparent;
    top: 0px;
    left: 0px; }
    .node-type-landing-page.large-banner .ns_slideContent .field-name-field-banner-title {
      text-align: left;
      font-size: 1rem;
      line-height: 1.2rem;
      margin-bottom: 0.5rem; }
  .node-type-landing-page.large-banner .ns_dots {
    padding-top: 0.25rem; }
  .node-type-landing-page.large-banner .row-middle-group .middle-left {
    padding: 0; }
    .node-type-landing-page.large-banner .row-middle-group .middle-left .feature-box {
      padding: 0; }
  .node-type-landing-page #where-it-mobile, .node-type-landing-page #all-began-mobile {
    color: #000000;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 100; }
    .node-type-landing-page #where-it-mobile .banner-text-content, .node-type-landing-page #all-began-mobile .banner-text-content {
      background-color: #fab618;
      float: left;
      text-align: right;
      padding: 0px 20px; }
  .node-type-landing-page #where-it-mobile .right-diagonal-border {
    border-top: 2rem solid #fab618;
    border-right: 2rem solid transparent;
    height: 0;
    float: left; }
  .node-type-landing-page #where-it-mobile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .node-type-landing-page #all-began-mobile .left-diagonal-border {
    border-bottom: 2rem solid #a31b21;
    border-left: 2rem solid transparent;
    height: 0;
    float: left; }
  .node-type-landing-page #all-began-mobile {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 240px;
    color: #ffffff; }
    .node-type-landing-page #all-began-mobile .banner-text-content {
      background-color: #a31b21;
      float: left;
      text-align: left; }
  .date-square {
    padding: 0.5rem;
    width: 4rem;
    min-height: 3rem; }
  .footer {
    padding: 0; }
  .node-type-page .row-middle-group > .right, .node-type-course-page .row-middle-group > .right, .node-type-news .row-middle-group > .right {
    padding-right: 0rem; }
  .node-type-event .row-top-group.no-banner > .right, .node-type-news .row-top-group.no-banner > .right, .node-type-person .row-top-group.no-banner > .right {
    padding: 1rem; }
    .node-type-event .row-top-group.no-banner > .right .event-details, .node-type-news .row-top-group.no-banner > .right .event-details, .node-type-person .row-top-group.no-banner > .right .event-details {
      margin: 0 -1rem 1rem -1rem;
      padding: 1rem 1rem; }
    .node-type-event .row-top-group.no-banner > .right img, .node-type-news .row-top-group.no-banner > .right img, .node-type-person .row-top-group.no-banner > .right img {
      float: left;
      width: 100%; }
    .node-type-event .row-top-group.no-banner > .right .pane-node-field-image.image-float-right, .node-type-news .row-top-group.no-banner > .right .pane-node-field-image.image-float-right, .node-type-person .row-top-group.no-banner > .right .pane-node-field-image.image-float-right {
      margin: 1rem 0rem; }
  .node-type-person .field-name-field-person-image {
    margin: 1rem 0rem;
    padding: 1rem;
    background-color: #d0d0d0;
    float: left;
    width: 100%;
    overflow: hidden; }
    .node-type-person .field-name-field-person-image img {
      float: left; } }

.webform-container-inline div, .webform-container-inline div.form-item {
  float: left; }

.form-managed-file input[type="file"] {
  width: auto; }

.form-managed-file button, .form-managed-file .button {
  padding: 0.75rem 2rem;
  background-color: #fab618;
  color: #000000; }

.pane-multistep-entry .form-content {
  margin: 0.5rem;
  background: #efefef;
  padding: 0.5rem; }
  .pane-multistep-entry .form-content .title {
    color: #a31b21;
    font-size: 1.3rem; }
  .pane-multistep-entry .form-content button, .pane-multistep-entry .form-content .button {
    background-color: #000000;
    color: #FFFFFF; }
  .pane-multistep-entry .form-content .password-parent, .pane-multistep-entry .form-content .confirm-parent {
    width: 25em; }
  .pane-multistep-entry .form-content .form-item-school-year input, .pane-multistep-entry .form-content .form-item-school-year label.option {
    float: left; }
  .pane-multistep-entry .form-content .form-item-school-year label.option {
    width: 80%; }

.display-field .label {
  background-color: transparent;
  color: #000000; }

.form-item-school-year {
  float: left; }

/**Advanced page*/
.field-name-field-page-builder > div {
  margin-bottom: 24px !important;
  float: left;
  width: 100%; }

.field-name-field-page-builder .section-middle .left {
  padding-right: 16px; }

.field-name-field-page-builder .section-middle .right {
  padding-left: 16px; }

.field-name-field-page-builder .field-name-field-paragraph-image {
  float: left;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 8px; }
  .field-name-field-page-builder .field-name-field-paragraph-image img {
    width: 100%; }

.field-name-field-page-builder .field-name-field-in-body-feature-box > .field-items.row {
  margin-left: 0;
  margin-right: 0; }

.field-name-field-page-builder .accordion {
  border: none; }

.field-name-field-paragraph-video-embed {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0px;
  background-color: #393939; }

.paragraphs-item-quote {
  padding: 20px 10px;
  border-top: 1px solid #fab618;
  border-bottom: 1px solid #fab618;
  color: #fab618; }
  .paragraphs-item-quote > .content {
    width: 80%;
    text-align: center;
    margin: 0 auto; }
  .paragraphs-item-quote .field-name-field-paragraph-quote-body {
    font-size: 20px;
    margin-bottom: 10px; }

.left .paragraphs-item-quote {
  border: none; }
  .left .paragraphs-item-quote > .content {
    text-align: left;
    width: 85%;
    margin: 0 7px 0 7px;
    font-size: 16px; }
  .left .paragraphs-item-quote .field-name-field-paragraph-quote-body {
    padding-bottom: 10px; }
  .left .paragraphs-item-quote .field-name-field-paragraph-quote-attribute {
    font-size: 14px;
    text-align: left;
    padding: 0; }

.field-name-field-paragraph-gallery .gallery-wrapper .gallery-caption .caption-title {
  font-weight: normal;
  font-size: 1rem;
  font-style: italic; }

@media (max-width: 960px) {
  .field-name-field-paragraph-video-embed iframe {
    width: 100%; } }

#sliding-popup .eu-cookie-compliance-more-button,
#sliding-popup .eu-cookie-compliance-secondary-button,
#sliding-popup .eu-cookie-compliance-default-button {
  background: #a31b21;
  border: none;
  transition: .5s background;
  min-width: 200px;
  padding: 12.5px;
  box-shadow: none;
  text-shadow: none;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  margin: 0;
  position: relative;
  top: 8px;
  color: white;
  text-decoration: none;
  border-radius: 0px; }

#sliding-popup .find-more-button {
  top: 9px; }

.eu-cookie-compliance-content {
  position: relative;
  top: 15px; }
