@charset "UTF-8";
/* formerly /assets/sass/_common/_performingarts_arts.scss */
.highlight-font {
  font-family: "neue", Arial, sans-serif;
  font-weight: 400; }

/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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: not-allowed; }

/**
 * 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-small=27.5em&medium=48em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 15px;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  background: #fefefe; }

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; }
  [data-whatinput='mouse'] button {
    outline: 0; }

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

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

.row {
  max-width: 80rem;
  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 {
    max-width: none;
    margin-left: -0.666666667rem;
    margin-right: -0.666666667rem;
    max-width: none; }
    @media screen and (min-width: 48em) {
      .row .row {
        margin-left: -0.666666667rem;
        margin-right: -0.666666667rem; } }
    .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 {
  width: 100%;
  float: left;
  padding-left: 0.666666667rem;
  padding-right: 0.666666667rem; }
  @media screen and (min-width: 48em) {
    .column, .columns {
      padding-left: 0.666666667rem;
      padding-right: 0.666666667rem; } }
  .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: 6.25%; }

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

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

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

.small-2 {
  width: 12.5%; }

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

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

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

.small-3 {
  width: 18.75%; }

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

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

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

.small-4 {
  width: 25%; }

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

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

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

.small-5 {
  width: 31.25%; }

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

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

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

.small-6 {
  width: 37.5%; }

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

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

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

.small-7 {
  width: 43.75%; }

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

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

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

.small-8 {
  width: 50%; }

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

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

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

.small-9 {
  width: 56.25%; }

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

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

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

.small-10 {
  width: 62.5%; }

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

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

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

.small-11 {
  width: 68.75%; }

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

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

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

.small-12 {
  width: 75%; }

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

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

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

.small-13 {
  width: 81.25%; }

.small-push-13 {
  position: relative;
  left: 81.25%; }

.small-pull-13 {
  position: relative;
  left: -81.25%; }

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

.small-14 {
  width: 87.5%; }

.small-push-14 {
  position: relative;
  left: 87.5%; }

.small-pull-14 {
  position: relative;
  left: -87.5%; }

.small-offset-13 {
  margin-left: 81.25%; }

.small-15 {
  width: 93.75%; }

.small-push-15 {
  position: relative;
  left: 93.75%; }

.small-pull-15 {
  position: relative;
  left: -93.75%; }

.small-offset-14 {
  margin-left: 87.5%; }

.small-16 {
  width: 100%; }

.small-offset-15 {
  margin-left: 93.75%; }

.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.333333333%;
  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.666666667%;
  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.285714286%;
  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.666666667rem;
  padding-right: 0.666666667rem; }

.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: 27.5em) {
  .medium-small-1 {
    width: 6.25%; }

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

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

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

  .medium-small-2 {
    width: 12.5%; }

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

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

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

  .medium-small-3 {
    width: 18.75%; }

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

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

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

  .medium-small-4 {
    width: 25%; }

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

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

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

  .medium-small-5 {
    width: 31.25%; }

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

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

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

  .medium-small-6 {
    width: 37.5%; }

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

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

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

  .medium-small-7 {
    width: 43.75%; }

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

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

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

  .medium-small-8 {
    width: 50%; }

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

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

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

  .medium-small-9 {
    width: 56.25%; }

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

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

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

  .medium-small-10 {
    width: 62.5%; }

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

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

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

  .medium-small-11 {
    width: 68.75%; }

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

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

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

  .medium-small-12 {
    width: 75%; }

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

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

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

  .medium-small-13 {
    width: 81.25%; }

  .medium-small-push-13 {
    position: relative;
    left: 81.25%; }

  .medium-small-pull-13 {
    position: relative;
    left: -81.25%; }

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

  .medium-small-14 {
    width: 87.5%; }

  .medium-small-push-14 {
    position: relative;
    left: 87.5%; }

  .medium-small-pull-14 {
    position: relative;
    left: -87.5%; }

  .medium-small-offset-13 {
    margin-left: 81.25%; }

  .medium-small-15 {
    width: 93.75%; }

  .medium-small-push-15 {
    position: relative;
    left: 93.75%; }

  .medium-small-pull-15 {
    position: relative;
    left: -93.75%; }

  .medium-small-offset-14 {
    margin-left: 87.5%; }

  .medium-small-16 {
    width: 100%; }

  .medium-small-offset-15 {
    margin-left: 93.75%; }

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

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

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

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

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

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

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

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

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

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

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

  .medium-small-uncentered,
  .medium-small-push-0,
  .medium-small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 48em) {
  .medium-1 {
    width: 6.25%; }

  .medium-push-1 {
    position: relative;
    left: 6.25%; }

  .medium-pull-1 {
    position: relative;
    left: -6.25%; }

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

  .medium-2 {
    width: 12.5%; }

  .medium-push-2 {
    position: relative;
    left: 12.5%; }

  .medium-pull-2 {
    position: relative;
    left: -12.5%; }

  .medium-offset-1 {
    margin-left: 6.25%; }

  .medium-3 {
    width: 18.75%; }

  .medium-push-3 {
    position: relative;
    left: 18.75%; }

  .medium-pull-3 {
    position: relative;
    left: -18.75%; }

  .medium-offset-2 {
    margin-left: 12.5%; }

  .medium-4 {
    width: 25%; }

  .medium-push-4 {
    position: relative;
    left: 25%; }

  .medium-pull-4 {
    position: relative;
    left: -25%; }

  .medium-offset-3 {
    margin-left: 18.75%; }

  .medium-5 {
    width: 31.25%; }

  .medium-push-5 {
    position: relative;
    left: 31.25%; }

  .medium-pull-5 {
    position: relative;
    left: -31.25%; }

  .medium-offset-4 {
    margin-left: 25%; }

  .medium-6 {
    width: 37.5%; }

  .medium-push-6 {
    position: relative;
    left: 37.5%; }

  .medium-pull-6 {
    position: relative;
    left: -37.5%; }

  .medium-offset-5 {
    margin-left: 31.25%; }

  .medium-7 {
    width: 43.75%; }

  .medium-push-7 {
    position: relative;
    left: 43.75%; }

  .medium-pull-7 {
    position: relative;
    left: -43.75%; }

  .medium-offset-6 {
    margin-left: 37.5%; }

  .medium-8 {
    width: 50%; }

  .medium-push-8 {
    position: relative;
    left: 50%; }

  .medium-pull-8 {
    position: relative;
    left: -50%; }

  .medium-offset-7 {
    margin-left: 43.75%; }

  .medium-9 {
    width: 56.25%; }

  .medium-push-9 {
    position: relative;
    left: 56.25%; }

  .medium-pull-9 {
    position: relative;
    left: -56.25%; }

  .medium-offset-8 {
    margin-left: 50%; }

  .medium-10 {
    width: 62.5%; }

  .medium-push-10 {
    position: relative;
    left: 62.5%; }

  .medium-pull-10 {
    position: relative;
    left: -62.5%; }

  .medium-offset-9 {
    margin-left: 56.25%; }

  .medium-11 {
    width: 68.75%; }

  .medium-push-11 {
    position: relative;
    left: 68.75%; }

  .medium-pull-11 {
    position: relative;
    left: -68.75%; }

  .medium-offset-10 {
    margin-left: 62.5%; }

  .medium-12 {
    width: 75%; }

  .medium-push-12 {
    position: relative;
    left: 75%; }

  .medium-pull-12 {
    position: relative;
    left: -75%; }

  .medium-offset-11 {
    margin-left: 68.75%; }

  .medium-13 {
    width: 81.25%; }

  .medium-push-13 {
    position: relative;
    left: 81.25%; }

  .medium-pull-13 {
    position: relative;
    left: -81.25%; }

  .medium-offset-12 {
    margin-left: 75%; }

  .medium-14 {
    width: 87.5%; }

  .medium-push-14 {
    position: relative;
    left: 87.5%; }

  .medium-pull-14 {
    position: relative;
    left: -87.5%; }

  .medium-offset-13 {
    margin-left: 81.25%; }

  .medium-15 {
    width: 93.75%; }

  .medium-push-15 {
    position: relative;
    left: 93.75%; }

  .medium-pull-15 {
    position: relative;
    left: -93.75%; }

  .medium-offset-14 {
    margin-left: 87.5%; }

  .medium-16 {
    width: 100%; }

  .medium-offset-15 {
    margin-left: 93.75%; }

  .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.333333333%;
    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.666666667%;
    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.285714286%;
    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.666666667rem;
    padding-right: 0.666666667rem; }

  .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: 6.25%; }

  .large-push-1 {
    position: relative;
    left: 6.25%; }

  .large-pull-1 {
    position: relative;
    left: -6.25%; }

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

  .large-2 {
    width: 12.5%; }

  .large-push-2 {
    position: relative;
    left: 12.5%; }

  .large-pull-2 {
    position: relative;
    left: -12.5%; }

  .large-offset-1 {
    margin-left: 6.25%; }

  .large-3 {
    width: 18.75%; }

  .large-push-3 {
    position: relative;
    left: 18.75%; }

  .large-pull-3 {
    position: relative;
    left: -18.75%; }

  .large-offset-2 {
    margin-left: 12.5%; }

  .large-4 {
    width: 25%; }

  .large-push-4 {
    position: relative;
    left: 25%; }

  .large-pull-4 {
    position: relative;
    left: -25%; }

  .large-offset-3 {
    margin-left: 18.75%; }

  .large-5 {
    width: 31.25%; }

  .large-push-5 {
    position: relative;
    left: 31.25%; }

  .large-pull-5 {
    position: relative;
    left: -31.25%; }

  .large-offset-4 {
    margin-left: 25%; }

  .large-6 {
    width: 37.5%; }

  .large-push-6 {
    position: relative;
    left: 37.5%; }

  .large-pull-6 {
    position: relative;
    left: -37.5%; }

  .large-offset-5 {
    margin-left: 31.25%; }

  .large-7 {
    width: 43.75%; }

  .large-push-7 {
    position: relative;
    left: 43.75%; }

  .large-pull-7 {
    position: relative;
    left: -43.75%; }

  .large-offset-6 {
    margin-left: 37.5%; }

  .large-8 {
    width: 50%; }

  .large-push-8 {
    position: relative;
    left: 50%; }

  .large-pull-8 {
    position: relative;
    left: -50%; }

  .large-offset-7 {
    margin-left: 43.75%; }

  .large-9 {
    width: 56.25%; }

  .large-push-9 {
    position: relative;
    left: 56.25%; }

  .large-pull-9 {
    position: relative;
    left: -56.25%; }

  .large-offset-8 {
    margin-left: 50%; }

  .large-10 {
    width: 62.5%; }

  .large-push-10 {
    position: relative;
    left: 62.5%; }

  .large-pull-10 {
    position: relative;
    left: -62.5%; }

  .large-offset-9 {
    margin-left: 56.25%; }

  .large-11 {
    width: 68.75%; }

  .large-push-11 {
    position: relative;
    left: 68.75%; }

  .large-pull-11 {
    position: relative;
    left: -68.75%; }

  .large-offset-10 {
    margin-left: 62.5%; }

  .large-12 {
    width: 75%; }

  .large-push-12 {
    position: relative;
    left: 75%; }

  .large-pull-12 {
    position: relative;
    left: -75%; }

  .large-offset-11 {
    margin-left: 68.75%; }

  .large-13 {
    width: 81.25%; }

  .large-push-13 {
    position: relative;
    left: 81.25%; }

  .large-pull-13 {
    position: relative;
    left: -81.25%; }

  .large-offset-12 {
    margin-left: 75%; }

  .large-14 {
    width: 87.5%; }

  .large-push-14 {
    position: relative;
    left: 87.5%; }

  .large-pull-14 {
    position: relative;
    left: -87.5%; }

  .large-offset-13 {
    margin-left: 81.25%; }

  .large-15 {
    width: 93.75%; }

  .large-push-15 {
    position: relative;
    left: 93.75%; }

  .large-pull-15 {
    position: relative;
    left: -93.75%; }

  .large-offset-14 {
    margin-left: 87.5%; }

  .large-16 {
    width: 100%; }

  .large-offset-15 {
    margin-left: 93.75%; }

  .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.333333333%;
    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.666666667%;
    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.285714286%;
    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.666666667rem;
    padding-right: 0.666666667rem; }

  .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; } }
@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 6.25%; }

  .xlarge-push-1 {
    position: relative;
    left: 6.25%; }

  .xlarge-pull-1 {
    position: relative;
    left: -6.25%; }

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

  .xlarge-2 {
    width: 12.5%; }

  .xlarge-push-2 {
    position: relative;
    left: 12.5%; }

  .xlarge-pull-2 {
    position: relative;
    left: -12.5%; }

  .xlarge-offset-1 {
    margin-left: 6.25%; }

  .xlarge-3 {
    width: 18.75%; }

  .xlarge-push-3 {
    position: relative;
    left: 18.75%; }

  .xlarge-pull-3 {
    position: relative;
    left: -18.75%; }

  .xlarge-offset-2 {
    margin-left: 12.5%; }

  .xlarge-4 {
    width: 25%; }

  .xlarge-push-4 {
    position: relative;
    left: 25%; }

  .xlarge-pull-4 {
    position: relative;
    left: -25%; }

  .xlarge-offset-3 {
    margin-left: 18.75%; }

  .xlarge-5 {
    width: 31.25%; }

  .xlarge-push-5 {
    position: relative;
    left: 31.25%; }

  .xlarge-pull-5 {
    position: relative;
    left: -31.25%; }

  .xlarge-offset-4 {
    margin-left: 25%; }

  .xlarge-6 {
    width: 37.5%; }

  .xlarge-push-6 {
    position: relative;
    left: 37.5%; }

  .xlarge-pull-6 {
    position: relative;
    left: -37.5%; }

  .xlarge-offset-5 {
    margin-left: 31.25%; }

  .xlarge-7 {
    width: 43.75%; }

  .xlarge-push-7 {
    position: relative;
    left: 43.75%; }

  .xlarge-pull-7 {
    position: relative;
    left: -43.75%; }

  .xlarge-offset-6 {
    margin-left: 37.5%; }

  .xlarge-8 {
    width: 50%; }

  .xlarge-push-8 {
    position: relative;
    left: 50%; }

  .xlarge-pull-8 {
    position: relative;
    left: -50%; }

  .xlarge-offset-7 {
    margin-left: 43.75%; }

  .xlarge-9 {
    width: 56.25%; }

  .xlarge-push-9 {
    position: relative;
    left: 56.25%; }

  .xlarge-pull-9 {
    position: relative;
    left: -56.25%; }

  .xlarge-offset-8 {
    margin-left: 50%; }

  .xlarge-10 {
    width: 62.5%; }

  .xlarge-push-10 {
    position: relative;
    left: 62.5%; }

  .xlarge-pull-10 {
    position: relative;
    left: -62.5%; }

  .xlarge-offset-9 {
    margin-left: 56.25%; }

  .xlarge-11 {
    width: 68.75%; }

  .xlarge-push-11 {
    position: relative;
    left: 68.75%; }

  .xlarge-pull-11 {
    position: relative;
    left: -68.75%; }

  .xlarge-offset-10 {
    margin-left: 62.5%; }

  .xlarge-12 {
    width: 75%; }

  .xlarge-push-12 {
    position: relative;
    left: 75%; }

  .xlarge-pull-12 {
    position: relative;
    left: -75%; }

  .xlarge-offset-11 {
    margin-left: 68.75%; }

  .xlarge-13 {
    width: 81.25%; }

  .xlarge-push-13 {
    position: relative;
    left: 81.25%; }

  .xlarge-pull-13 {
    position: relative;
    left: -81.25%; }

  .xlarge-offset-12 {
    margin-left: 75%; }

  .xlarge-14 {
    width: 87.5%; }

  .xlarge-push-14 {
    position: relative;
    left: 87.5%; }

  .xlarge-pull-14 {
    position: relative;
    left: -87.5%; }

  .xlarge-offset-13 {
    margin-left: 81.25%; }

  .xlarge-15 {
    width: 93.75%; }

  .xlarge-push-15 {
    position: relative;
    left: 93.75%; }

  .xlarge-pull-15 {
    position: relative;
    left: -93.75%; }

  .xlarge-offset-14 {
    margin-left: 87.5%; }

  .xlarge-16 {
    width: 100%; }

  .xlarge-offset-15 {
    margin-left: 93.75%; }

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

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

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

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

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

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

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

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

  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.666666667rem;
    padding-right: 0.666666667rem; }

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

  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  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: #e82e21;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #cc2115;
    color: #fefefe; }
  .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: #e82e21;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #c01f14;
      color: #fefefe; }
  .button.secondary {
    background-color: #000;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: black;
      color: #fefefe; }
  .button.success {
    background-color: #4aa4af;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #3b838c;
      color: #fefefe; }
  .button.warning {
    background-color: #e82e21;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #c01f14;
      color: #fefefe; }
  .button.alert {
    background-color: #e82e21;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #c01f14;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #e82e21;
    color: #e82e21; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #78130c;
      color: #78130c; }
    .button.hollow.primary {
      border: 1px solid #e82e21;
      color: #e82e21; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #78130c;
        color: #78130c; }
    .button.hollow.secondary {
      border: 1px solid #000;
      color: #000; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: black;
        color: black; }
    .button.hollow.success {
      border: 1px solid #4aa4af;
      color: #4aa4af; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #255258;
        color: #255258; }
    .button.hollow.warning {
      border: 1px solid #e82e21;
      color: #e82e21; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #78130c;
        color: #78130c; }
    .button.hollow.alert {
      border: 1px solid #e82e21;
      color: #e82e21; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #78130c;
        color: #78130c; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .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.1em; }

[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.333333333rem;
  padding: 0.533333333rem;
  border: 1px solid #cacaca;
  margin: 0 0 1.066666667rem;
  font-family: inherit;
  font-size: 0.8rem;
  color: #000;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  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;
    -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[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.066666667rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.533333333rem;
  margin-right: 1.066666667rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.933333333rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000; }
  label.middle {
    margin: 0 0 1.066666667rem;
    padding: 0.6rem 0; }

.help-text {
  margin-top: -0.533333333rem;
  font-size: 0.866666667rem;
  font-style: italic;
  color: #000; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.066666667rem; }
  .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 {
  margin: 0;
  display: table-cell;
  vertical-align: middle; }

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

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

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

.input-group .input-group-button {
  display: table-cell; }

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

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

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.333333333rem;
  margin: 1.2rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.2rem;
    margin: 0;
    margin-left: -0.2rem; }

select {
  height: 2.333333333rem;
  padding: 0.533333333rem;
  border: 1px solid #cacaca;
  margin: 0 0 1.066666667rem;
  font-size: 0.8rem;
  font-family: inherit;
  line-height: normal;
  color: #000;
  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%28138, 138, 138%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: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff; }

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

.form-error {
  display: none;
  margin-top: -0.533333333rem;
  margin-bottom: 1.066666667rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff; }
  .form-error.is-visible {
    display: block; }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  position: relative;
  color: #000;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #fce0de; }
  .callout.secondary {
    background-color: #d9d9d9; }
  .callout.success {
    background-color: #e3f2f3; }
  .callout.warning {
    background-color: #fce0de; }
  .callout.alert {
    background-color: #fce0de; }
  .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; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

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

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(0, 0, 0, 0.45);
  overflow-y: scroll; }

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

.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: #e82e21; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #e42518; }

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

.tabs-content {
  background: #fefefe;
  -webkit-transition: all 0.5s ease;
  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; }

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

.tooltip {
  background-color: #000;
  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 #000;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #000 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 #000;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-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 #000 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 47.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; } }

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

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

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-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, .filter-tabs::before, #program-highlights #student-life-posts::before, .clearfix::after, .filter-tabs::after, #program-highlights #student-life-posts::after {
  content: ' ';
  display: table; }
.clearfix::after, .filter-tabs::after, #program-highlights #student-life-posts::after {
  clear: both; }

.font-width-1 {
  font-family: "neue-display", "Arial Black", sans-serif;
  font-weight: 700; }

.font-width-2 {
  font-family: "neue-display-wide", "Arial Black", sans-serif;
  font-weight: 700; }

.font-width-3 {
  font-family: "neue-display-ultra", "Arial Black", sans-serif;
  font-weight: 700; }

/* kern by ems */
.kern-decrease-1 {
  margin-right: -0.01em; }

.kern-decrease-2 {
  margin-right: -0.02em; }

.kern-decrease-3 {
  margin-right: -0.03em; }

.kern-decrease-4 {
  margin-right: -0.04em; }

.kern-decrease-5 {
  margin-right: -0.05em; }

.kern-decrease-6 {
  margin-right: -0.06em; }

.kern-decrease-7 {
  margin-right: -0.07em; }

.kern-decrease-8 {
  margin-right: -0.08em; }

.kern-decrease-9 {
  margin-right: -0.09em; }

.kern-decrease-10 {
  margin-right: -0.1em; }

.kern-decrease-11 {
  margin-right: -0.11em; }

.kern-decrease-12 {
  margin-right: -0.12em; }

.kern-decrease-13 {
  margin-right: -0.13em; }

.kern-decrease-14 {
  margin-right: -0.14em; }

.kern-decrease-15 {
  margin-right: -0.15em; }

.kern-decrease-16 {
  margin-right: -0.16em; }

.kern-decrease-17 {
  margin-right: -0.17em; }

.kern-decrease-18 {
  margin-right: -0.18em; }

.kern-decrease-19 {
  margin-right: -0.19em; }

.kern-decrease-20 {
  margin-right: -0.2em; }

.kern-decrease-21 {
  margin-right: -0.21em; }

.kern-decrease-22 {
  margin-right: -0.22em; }

.kern-decrease-23 {
  margin-right: -0.23em; }

.kern-decrease-24 {
  margin-right: -0.24em; }

.kern-decrease-25 {
  margin-right: -0.25em; }

.kern-increase-1 {
  margin-right: 0.01em; }

.kern-increase-2 {
  margin-right: 0.02em; }

.kern-increase-3 {
  margin-right: 0.03em; }

.kern-increase-4 {
  margin-right: 0.04em; }

.kern-increase-5 {
  margin-right: 0.05em; }

.kern-increase-6 {
  margin-right: 0.06em; }

.kern-increase-7 {
  margin-right: 0.07em; }

.kern-increase-8 {
  margin-right: 0.08em; }

.kern-increase-9 {
  margin-right: 0.09em; }

.kern-increase-10 {
  margin-right: 0.1em; }

.banner-font {
  font-family: "neue-display-random", "Arial Black", Helvetica, sans-serif;
  font-weight: 700; }

.nav-font, .nav-v ul li a, #mobile_nav_block {
  font-family: "neue", "Arial", Helvetica, sans-serif;
  font-weight: normal; }

.body-font, .sidebar p, .action-call, .sidebar-cta, .showhide-toggle span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal; }

.sans-font, .crumbs a:link, .crumbs a:active, .crumbs a:visited, #sidebar-buttons ul > li a, #mobile_nav_section ul a, .filter-wrapper, .filter-wrapper .crumbs {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal; }

.header-font, h1, h2, h3, h4, .text-highlight p, .sidebar-cta h3, #universal_footer_interim, #global_menu li a, .localist_minicalendar_nav:before, h5, #school-name a, #sidebar-buttons ul > li a {
  font-family: "neue", "Arial", Helvetica, sans-serif;
  font-weight: 700; }

.light-font, h2, #main_column ul.academics-grid li.academics-block h3,
#full-width-content-block ul.academics-grid li.academics-block h3, .profile-filter-headers a.filter-show, #about-readmore, #school-program-list ul li a, #school-links ul li a, #school-blogposts .tns-post .post-site, .sidebar p, .sidebar li, .sidebar h4 {
  font-family: "neue", "Arial", Helvetica, sans-serif;
  font-weight: 300; }

.medium-font, .sidebar .form button.button, .nav-v ul li ul li a, .dyad-grid.small-square-img .profile-text h4, #home_feature p, #tier2-posts .post-date, #home-events .clndr-event .clndr-info p, #home-events .clndr-event .clndr-info a.event-title, #galleryModal .work .caption p.student, h2.profile-program-name, .personalprofile-text p, .program-student-work .work .caption p.student, .box-title, #filter-menu, ul.tns-blogposts .blog-text h4, .exhibition-list .clndr-event .clndr-info p {
  font-family: "neue", "Arial", Helvetica, sans-serif;
  font-weight: 400; }

.heavy-font, .pullquote.short p, #feedback-button, #main_column ul.academics-grid li.academics-block .academics-degree,
#full-width-content-block ul.academics-grid li.academics-block .academics-degree, #school-program-list h4, .exhibition-list .clndr-event .clndr-info h3 {
  font-family: "neue", "Arial", Helvetica, sans-serif;
  font-weight: 700; }

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

[data-ux-pagebuilder="Column"]:not(.ux-siteApp-pageBuilderCssFramework [data-ux-pagebuilder="Column"]) {
  float: none; }

body {
  margin: 0;
  line-height: 1.25;
  background: none repeat fixed center top; }

h1, h2, h3, h4 {
  margin: 0;
  color: #666666; }

h1 {
  font-size: 2.4rem;
  line-height: 1em;
  color: #666666; }

h2 {
  font-size: 1.333333333rem;
  line-height: 1.25em;
  color: #666666;
  text-transform: uppercase; }

h3 {
  font-size: 1.066666667rem;
  margin-bottom: 5px; }

h4 {
  font-size: 0.733333333rem;
  margin-bottom: 2px; }

p {
  font-size: 0.8rem;
  line-height: 1.333333333rem;
  margin: 5px 0 12px; }

strong {
  font-weight: bold; }

a {
  color: #e82e21;
  text-decoration: none; }

a:hover {
  color: #666666; }

a:active, a:focus, input {
  outline: 0;
  outline-style: none;
  outline-width: 0; }

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

ol, ol li {
  margin-bottom: .5em; }

/* figures */
.feature {
  margin: 0;
  position: relative; }
  .feature img {
    padding: 5px 0 15px !important; }

button {
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: 0; }

.clearfix::before, .filter-tabs::before, #program-highlights #student-life-posts::before, .clearfix::after, .filter-tabs::after, #program-highlights #student-life-posts::after {
  content: ' ';
  display: table; }
.clearfix::after, .filter-tabs::after, #program-highlights #student-life-posts::after {
  clear: both; }

.margin-bottom {
  margin-bottom: 20px; }

.site-wrapper {
  position: relative;
  overflow: hidden; }

#main_column ul {
  margin-bottom: 10px; }
  #main_column ul[class*="block-grid-"] {
    margin: 0; }
#main_column ul ul li {
  font-size: 0.8rem;
  line-height: 1.333333333rem;
  padding-left: 1.3em;
  text-indent: -7px;
  margin: 0 0 12px; }
  #main_column ul ul li:before {
    content: "- ";
    position: relative; }
#main_column ul ul[class*='block-grid-'] li {
  padding-left: 0;
  text-indent: 0;
  margin: 0; }
  #main_column ul ul[class*='block-grid-'] li:before {
    content: ""; }
#main_column ul ol li {
  font-size: 0.8rem;
  line-height: 1.333333333rem;
  padding-left: 0;
  text-indent: 0;
  margin: 0 0 12px; }
  #main_column ul ol li:before {
    position: relative; }

#right_column {
  clear: right; }
  #right_column .content {
    margin-bottom: 20px; }
  #right_column ul li {
    font-size: .8em;
    margin: 5px 0 20px; }
  #right_column ul ul li {
    text-indent: 5px; }
    #right_column ul ul li:before {
      content: "- ";
      position: relative; }
  #right_column ol li {
    font-size: .8em;
    padding-left: 0em;
    text-indent: 0;
    margin: 5px 0; }
    #right_column ol li:before {
      position: relative; }

.inner-wrapper, .whitebox, .graybox {
  padding: 1.333333333rem;
  background-color: #fff; }

.box-title {
  text-transform: none;
  color: #e82e21;
  border-top: 1px solid #e82e21;
  padding: 6px 0 6px;
  margin-bottom: 15px;
  font-size: 0.866666667rem;
  line-height: 1rem;
  font-weight: 700; }

.graybox {
  background: #b3b3b3; }
  .graybox .box-title, .graybox a {
    color: #fff; }
  .graybox .box-title {
    border-color: #fff; }
  .graybox p {
    line-height: 24px; }

/* main navigation */
#main-navigation {
  background: none repeat scroll 0 0 #fff;
  display: block; }

/* special */
#social_connect {
  display: block;
  position: fixed;
  bottom: 0;
  left: 50px;
  z-index: 999; }

.fa.social-icon {
  font-size: 31px;
  margin: 0 3px 0 0; }

#pageheading {
  margin-bottom: -0.533333333rem; }
  #pageheading h1, #pageheading h2 {
    font-family: "neue-display-random", "Arial Black", Helvetica, sans-serif;
    font-weight: 700;
    -webkit-font-feature-settings: 'liga' 1;
    -o-font-feature-settings: 'liga' 1;
    -ms-font-feature-settings: 'liga' 1;
    font-feature-settings: 'liga' 1;
    font-size: 2.4rem;
    text-transform: uppercase; }
  #pageheading h2 {
    line-height: 2.466666667rem; }

#pageheading2 {
  margin-bottom: 10px; }
  #pageheading2 h1 {
    font-family: "neue-display-random", "Arial Black", Helvetica, sans-serif;
    font-weight: 700;
    -webkit-font-feature-settings: 'liga' 1;
    -o-font-feature-settings: 'liga' 1;
    -ms-font-feature-settings: 'liga' 1;
    font-feature-settings: 'liga' 1;
    font-size: 1.6rem;
    line-height: 1.8rem;
    text-transform: uppercase; }

.text-highlight p {
  color: #666666;
  font-size: 18px;
  font-style: normal;
  line-height: 20px;
  margin: 0 0 12px;
  padding: 0 0 10px; }

/* sidebar */
.sidebar h3 {
  color: #e82e21;
  text-transform: none;
  border-top: 1px solid #e82e21;
  padding: 6px 0 6px;
  font-size: 0.86667em;
  font-weight: 700;
  line-height: 1.15em; }
.sidebar .box h3 {
  text-transform: none; }
.sidebar p {
  font-size: 0.8rem;
  line-height: 20px;
  /* rem-calc too short 1.3333em */
  padding: 0;
  margin: 0 0 12px; }
.sidebar hr {
  color: #e82e21; }
.sidebar .footer {
  border-top: 2px solid #e82e21;
  padding-top: 10px; }
.sidebar .profile-grid-box {
  width: auto;
  float: none;
  border: none;
  border-bottom: 1px #f2f2f2 solid;
  margin-bottom: 28px; }
  .sidebar .profile-grid-box.last {
    border-bottom: none;
    margin-bottom: 0; }
  .sidebar .profile-grid-box a {
    padding: 0 0 20px; }
    .sidebar .profile-grid-box a:hover {
      background: transparent; }
      .sidebar .profile-grid-box a:hover h4, .sidebar .profile-grid-box a:hover .profile subtype {
        background: transparent; }
  .sidebar .profile-grid-box img {
    width: auto;
    margin-bottom: 4px; }
.sidebar .form {
  background-color: #e82e21;
  color: #fefefe;
  padding: 20px; }
  .sidebar .form .box-title {
    color: #fefefe;
    border: 0;
    padding-top: 0; }
  .sidebar .form label {
    color: #fefefe; }
  .sidebar .form button.button {
    background-color: #b91e13;
    text-transform: uppercase;
    font-size: 0.8rem; }
    .sidebar .form button.button:hover {
      background-color: #7d140d; }
  .sidebar .form .is-invalid-input {
    color: #e82e21;
    background-color: #fefefe !important; }
    .sidebar .form .is-invalid-input ~ .form-error {
      display: block; }

/* alerts*/
#alert {
  position: relative;
  padding: 10px 0px 10px 50px;
  z-index: 10000; }
  #alert.red {
    background: #e82e21;
    color: #fff; }
  #alert.yellow {
    background: #ffd451;
    color: #222; }
    #alert.yellow #alert-title a {
      color: #222; }
      #alert.yellow #alert-title a:hover {
        color: #444; }
  #alert.green {
    background: #326913;
    color: #fff; }
    #alert.green #alert-title a {
      color: #fff; }
  #alert #alert-title a {
    color: #fff;
    display: block;
    float: left;
    width: 75%;
    margin-right: 2%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 16px;
    margin-top: 1%;
    position: relative;
    padding-left: 40px; }
    #alert #alert-title a:hover {
      color: #ccc; }
    #alert #alert-title a:before {
      content: "\f071";
      font-family: FontAwesome4;
      font-weight: normal;
      font-style: normal;
      display: inline;
      text-decoration: inherit;
      margin-right: 8px;
      font-size: 30px;
      position: absolute;
      left: 0;
      margin-top: 10px; }
  #alert #alert-text {
    float: left;
    width: 72%;
    padding-left: 16px;
    border-left: 1px dotted; }
    #alert #alert-text a {
      color: #fff; }

@media screen and (max-width: 48em) {
  .tns-include #alert #alert-title {
    margin-bottom: 40px; } }
/* multi column */
@media screen and (min-width: 48em) {
  .three-column {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }

  .two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }
/* profile styles */
.profile-grid::before, .profile-grid::after {
  content: ' ';
  display: table; }
.profile-grid::after {
  clear: both; }
.profile-grid li, .profile-grid > .column, .profile-grid > .columns {
  float: left; }
  .profile-grid li:hover, .profile-grid > .column:hover, .profile-grid > .columns:hover {
    color: #e82e21;
    background: #f2f2f2;
    padding: 10px; }
  .profile-grid li .img-wrapper, .profile-grid > .column .img-wrapper, .profile-grid > .columns .img-wrapper {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 4px; }
  .profile-grid li img, .profile-grid > .column img, .profile-grid > .columns img {
    height: 100%;
    position: absolute;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    left: 50%; }
  .profile-grid li img, .profile-grid > .column img, .profile-grid > .columns img {
    margin-bottom: 4px; }
  .profile-grid li .profile-subtype, .profile-grid > .column .profile-subtype, .profile-grid > .columns .profile-subtype {
    color: #000;
    font-family: "neue", "Arial", Helvetica, sans-serif;
    font-weight: 400; }
    .profile-grid li .profile-subtype a:hover, .profile-grid > .column .profile-subtype a:hover, .profile-grid > .columns .profile-subtype a:hover {
      color: #e82e21; }
  .profile-grid li h4, .profile-grid > .column h4, .profile-grid > .columns h4 {
    font-family: "neue-display-random", "Arial Black", Helvetica, sans-serif;
    color: #e82e21;
    font-size: 1.066666667rem;
    font-weight: 400; }
    .profile-grid li h4 a:hover, .profile-grid > .column h4 a:hover, .profile-grid > .columns h4 a:hover {
      color: #e82e21; }
  .profile-grid li .profile-text p, .profile-grid > .column .profile-text p, .profile-grid > .columns .profile-text p {
    color: #000;
    font-family: "neue", "Arial", Helvetica, sans-serif;
    font-weight: 400;
    margin-top: 0px; }

#main_column ul .profile-grid li, #main_column ul .profile-grid > .column, #main_column ul .profile-grid > .columns {
  float: left;
  text-indent: 0px;
  margin: 0px;
  padding: 10px; }
  #main_column ul .profile-grid li:before, #main_column ul .profile-grid > .column:before, #main_column ul .profile-grid > .columns:before {
    content: " "; }
  #main_column ul .profile-grid li a:hover, #main_column ul .profile-grid > .column a:hover, #main_column ul .profile-grid > .columns a:hover {
    color: #e82e21;
    background: #ece9e6; }

/* profile styles */
.box {
  margin-bottom: 15px; }

/* filter tab styles (for filters--by CodePen http://codepen.io/sturobson/pen/xgfeI) */
#show-all-filters, #showAllFilters {
  display: none;
  padding: 5px 9px;
  background-color: #b3b3b3;
  cursor: pointer;
  font-size: 12px;
  margin: 3px 0 5px; }
  #show-all-filters:hover, #showAllFilters:hover {
    background-color: #d9d9d9; }
  .cms-filters #show-all-filters, .cms-filters #showAllFilters {
    display: inline-block; }
    .cms-filters #show-all-filters a, .cms-filters #showAllFilters a {
      color: #000; }

.crumb-text {
  color: #999999; }

.filter-tabs {
  margin: 10px 0; }
  .filter-tabs > li {
    display: inline;
    font-family: neue; }
    .filter-tabs > li > a {
      display: inline-block;
      padding: 10px 15px 10px 5px;
      color: #fefefe;
      background-color: #e82e21;
      text-decoration: none;
      text-transform: uppercase;
      text-indent: 5px;
      font-size: 0.733333333rem;
      line-height: 1rem; }
      .filter-tabs > li > a:after {
        content: "";
        font-size: inherit;
        display: inline-block;
        font-family: FontAwesome4;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        vertical-align: baseline; }
      .filter-tabs > li > a:hover {
        color: #666666;
        background: #b3b3b3; }
      .filter-tabs > li > a.active {
        color: #666666;
        background: #f2f2f2; }
        .filter-tabs > li > a.active:after {
          content: "";
          font-size: inherit;
          display: inline-block;
          font-family: FontAwesome4;
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          vertical-align: baseline; }
    .filter-tabs > li .column-count-4 .filters-from-html {
      float: left;
      padding-right: 15px;
      width: 25%; }
    .filter-tabs > li .column-count-4 .filters-auto-generated {
      -webkit-column-count: 4;
         -moz-column-count: 4;
              column-count: 4; }
    .filter-tabs > li .column-count-3 .filters-from-html {
      float: left;
      padding-right: 15px;
      width: 33%; }
    .filter-tabs > li .column-count-3 .filters-auto-generated {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3; }
    .filter-tabs > li ul.filters-auto-generated li {
      page-break-inside: avoid;
           break-inside: avoid-column;
      -webkit-column-break-inside: avoid;
      display: inline-block; }
    .filter-tabs > li ul li {
      width: 100%;
      margin-bottom: 6px; }
      .filter-tabs > li ul li:before {
        content: " "; }
      .filter-tabs > li ul li a {
        padding: 0; }
        .filter-tabs > li ul li a:before {
          content: "";
          font-size: inherit;
          display: inline-block;
          font-family: FontAwesome4;
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          vertical-align: baseline;
          margin: 0 4px 0 -18px; }
  .filter-tabs section {
    display: none;
    /* I NEED TO FIX THIS */
    float: left;
    background: #f2f2f2;
    overflow: hidden;
    width: 100%;
    padding: 10px 10px 5px; }

.no-js .filter-tabs section {
  display: block;
  /* I NEED TO FIX THIS */ }

.filter-list-wrapper {
  display: block; }
  .filter-list-wrapper .filter-headers {
    font-family: neue;
    font-weight: 700; }

.filter-list-col {
  width: 50%;
  display: inline-table; }

#main_column ul ul.filter-tabs li {
  padding-left: 0;
  text-indent: 5px; }
  #main_column ul ul.filter-tabs li:before {
    content: " "; }
  #main_column ul ul.filter-tabs li ul li {
    padding-left: 10px; }
  #main_column ul ul.filter-tabs li ul.filters-auto-generated li:first-of-type {
    padding-left: 5px; }

ul.filter-tabs {
  padding: 0; }

@media screen and (max-width: 48em) {
  #full-width-content-block .filter-tabs > li,
  #main_column .filter-tabs > li {
    display: block;
    margin-bottom: 5px; }
    #full-width-content-block .filter-tabs > li > a,
    #main_column .filter-tabs > li > a {
      display: block; }
    #full-width-content-block .filter-tabs > li ul.filters-auto-generated,
    #main_column .filter-tabs > li ul.filters-auto-generated {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; }
    #full-width-content-block .filter-tabs > li ul.filters-from-html,
    #main_column .filter-tabs > li ul.filters-from-html {
      float: none;
      width: 100%;
      margin-bottom: 25px; }
  #full-width-content-block .filter-tabs section,
  #main_column .filter-tabs section {
    float: none; } }
@media screen and (max-width: 500px) {
  #full-width-content-block .filter-tabs > li ul.filters-auto-generated,
  #main_column .filter-tabs > li ul.filters-auto-generated {
    -webkit-column-count: initial;
       -moz-column-count: initial;
            column-count: initial; } }
/* breadcrumbs */
.crumbs {
  color: #b3b3b3;
  margin: -10px 0 4px; }
  .crumbs a:link, .crumbs a:active, .crumbs a:visited {
    font-size: 0.8rem;
    text-transform: none;
    color: #999999;
    text-decoration: none; }
  .crumbs a:hover {
    color: #666666; }

/* multi column */
@media screen and (min-width: 48em) {
  .three-column {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; }

  .two-column {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; } }
/* left nav */
.nav-v ul {
  overflow: hidden; }
  .nav-v ul li {
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    float: left;
    width: 100%; }
    .nav-v ul li a {
      display: block;
      font-size: 0.8rem;
      letter-spacing: 0;
      line-height: 1.066666667rem;
      color: #000;
      padding: 2px 0px 2px;
      text-decoration: none;
      text-transform: none; }
      .nav-v ul li a:hover {
        color: #e82e21; }
      .nav-v ul li a.current {
        color: #e82e21; }
    .nav-v ul li ul {
      padding: inherit; }
      .nav-v ul li ul li a {
        color: #999999;
        font-size: 0.666666667rem;
        letter-spacing: normal;
        line-height: 0.866666667rem; }
        .nav-v ul li ul li a.current {
          color: #e82e21;
          font-weight: bold; }
      .nav-v ul li ul li ul {
        padding-left: 12px; }
        .nav-v ul li ul li ul li a {
          text-transform: none; }

ul#secondarynav li a {
  color: #e82e21;
  padding-left: 0; }

#secondarynav_wrapper {
  margin-top: 10px; }

/* mobile */
#nav_show_button {
  display: none;
  position: absolute;
  right: 10px;
  top: 18px; }
  #nav_show_button a {
    font-size: 1.333333333rem;
    color: #fff; }

.left-submenu, .right-submenu {
  width: 100%; }

.left-submenu .left-submenu {
  top: 0; }

/* structure */
#page_info {
  margin-bottom: 20px; }

#action_calls {
  float: right; }
  #action_calls li.PBItem {
    margin-bottom: 20px; }

.action-call {
  display: block;
  font-size: 0.9em;
  text-transform: uppercase;
  background-color: #e82e21;
  padding: 0.5em 1em 1em;
  color: #fff;
  margin-bottom: 3px; }
  .action-call:hover {
    color: #fff;
    background-color: #404040; }

.sidebar-cta {
  display: block;
  line-height: 14px;
  background-color: #666666;
  padding: 15px 15px 15px 20px;
  color: #fff;
  margin-bottom: 3px; }
  .sidebar-cta:hover {
    background-color: #b3b3b3; }
  .sidebar-cta h3 {
    font-size: 18px;
    line-height: 22px;
    text-transform: none;
    color: #fff;
    margin-bottom: 0 !important;
    padding: 0;
    border-top: none !important; }
  .sidebar-cta p {
    margin: 4px 0 3px;
    color: #fff; }
  .sidebar-cta a:hover {
    color: #fff; }
  .sidebar-cta.admission {
    background-color: #e82e21; }
    .sidebar-cta.admission:hover {
      background-color: #666666; }

#sidebar-buttons ul > li {
  margin: 0 0 .25em 0;
  padding: 0;
  position: relative; }
  #sidebar-buttons ul > li a {
    display: block;
    background-color: #fff;
    color: #666666;
    text-transform: none;
    font-size: 13px;
    padding: 1em 1.5em 1em 1.333333333rem; }
    #sidebar-buttons ul > li a:hover {
      color: #fff;
      background-color: #666666; }
  #sidebar-buttons ul > li:first-child {
    margin-bottom: 15px; }
    #sidebar-buttons ul > li:first-child a {
      background-color: #e82e21;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold; }
      #sidebar-buttons ul > li:first-child a:hover {
        background-color: #666666; }
  #sidebar-buttons ul > li:last-child {
    margin-bottom: 15px; }

a.sidebar-cta.gradexpo {
  font-size: 18px;
  line-height: 18px;
  font-family: "neue", "Arial", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #e82e21;
  background: #fff; }
  a.sidebar-cta.gradexpo:hover {
    color: #000;
    background: #969696; }

a.sidebar-cta span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin-top: 3px; }

/* edu sites use equivalent of fa-caret-up font awesome icon; may not be room for icon HB */
.sidebar-icon {
  display: inline-block;
  font-size: 24px;
  left: 5px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  .sidebar-icon a:after {
    bottom: -0.125em;
    content: "f0d9";
    display: inline-block;
    font-family: FontAwesome4;
    font-size: 24px;
    position: absolute;
    right: 0.4em; }

#main_content_row {
  margin-bottom: 20px; }

#home_slides h2 {
  font-size: 21px;
  line-height: 24px;
  color: #666666;
  text-transform: none; }
  #home_slides h2 .leader a {
    color: #e82e21; }

.columnizer-column {
  padding-left: 10px;
  padding-right: 10px; }
  .columnizer-column.columnizer-first {
    padding-left: 0; }
  .columnizer-column.columnizer-last {
    padding-right: 0; }

@media screen and (max-width: 48em) {
  .columnizer-column {
    padding: 0;
    width: 100% !important; } }
/* plugin overrides */
#rebelmouse {
  background: #fff; }

body.embed #content {
  padding-top: none !important; }

#rebelfooter {
  background: #fff;
  height: 40px; }

/* asides */
.pullquote .attribution {
  float: right;
  margin: 0 0 6px;
  font-size: 0.933em; }
.pullquote.short {
  float: right;
  background-color: #999999;
  padding: 25px;
  width: 45%; }
  .pullquote.short p {
    color: #fefefe;
    font-size: 1.333333333rem;
    line-height: 1.466666667rem; }
  .pullquote.short .attribution {
    font-size: 0.933333333rem; }
.pullquote.long {
  margin: 10px 20px 20px 15%; }
  .pullquote.long::before, .pullquote.long::after {
    content: ' ';
    display: table; }
  .pullquote.long::after {
    clear: both; }
  .pullquote.long p {
    color: #999999;
    font-size: 1.2rem;
    line-height: 1.333333333rem; }
  .pullquote.long .attribution {
    font-size: 0.933333333rem; }

/* multi column text */
@media screen and (min-width: 30.0625em) {
  .multi-column-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 5px; }
    .multi-column-text.three-column {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; }
    .multi-column-text > * {
      display: inline-block;
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      -o-column-break-inside: avoid;
      -ms-column-break-inside: avoid;
      column-break-inside: avoid;
      margin-top: 0; }
    .multi-column-text.allow-p-breaks > * {
      display: inherit;
      -webkit-column-break-inside: auto;
      -moz-column-break-inside: auto;
      -o-column-break-inside: auto;
      -ms-column-break-inside: auto;
      column-break-inside: auto; }
    .multi-column-text .manual-break {
      -webkit-column-break-before: always;
      page-break-before: always;
           break-before: always;
      display: block; }

  p.multi-column-text {
    display: inherit;
    -webkit-column-break-inside: auto;
    -moz-column-break-inside: auto;
    -o-column-break-inside: auto;
    -ms-column-break-inside: auto;
    column-break-inside: auto; } }
/* panels */
.panel {
  border-style: none;
  border-left: 5px solid; }
  .panel h5 {
    margin-top: 0rem; }

.tns-map img {
  max-width: none; }

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  color: #666666;
  margin-bottom: 16px; }
  table thead tr, table thead tr:hover {
    background: #d9d9d9;
    text-transform: uppercase; }
  table tr {
    border-bottom: 1px solid #d9d9d9;
    background: #fff; }
    table tr.odd {
      background: #f2f2f2; }
    table tr td, table tr th {
      border-right: 1px solid #d9d9d9;
      font-size: 0.8rem;
      text-align: center;
      padding: 8px 12px; }
      table tr td:first-child, table tr th:first-child {
        text-align: left; }
      table tr td:last-child, table tr th:last-child {
        border-right: none; }
    table tr th {
      border-right-color: #b3b3b3; }
  table.table-nocenter tr th,
  table.table-nocenter tr td {
    text-align: left; }

table.tns-table tr:hover {
  background: #d9d9d9; }
  table.tns-table tr:hover td {
    border-right-color: #b3b3b3; }

/* table w/ fixed header */
table.tns-table.fixed-head-dup {
  position: fixed;
  width: auto;
  display: none; }
  table.tns-table.fixed-head-dup tr {
    background: #d9d9d9; }

/* for elective toggle a la parsons (curriculum pages) */
.elective-desc {
  display: none; }

/* image captions */
.tns-caption {
  position: relative;
  margin-bottom: 10px; }
  .tns-caption:hover .caption-content {
    opacity: 1; }
  .tns-caption.always-on .caption-content {
    opacity: 1; }
  .tns-caption.below .caption-content {
    position: relative; }
  .tns-caption .caption-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 11px 13px 11px 13px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #f2f2f2;
    opacity: 0;
    transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    -webkit-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear; }
    .tns-caption .caption-content p {
      margin-bottom: 0; }

/* end image captions */
#main-content-area-list {
  background: #fff; }

slideshowhtml iframe {
  width: 100%;
  height: 395px; }

.playhead {
  position: relative;
  display: block; }
  .playhead:before {
    background: url("/framework/v2/img/playhead.png") center center no-repeat;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0.75; }

.playhead-fa {
  position: relative;
  display: block; }
  .playhead-fa:before {
    content: "\f0da";
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: FontAwesome4;
    color: #fff;
    font-size: 150px;
    line-height: 150px;
    text-align: center;
    margin-top: -75px;
    opacity: 0.75; }

#feedback-button {
  display: none;
  position: fixed;
  left: -30px;
  top: 200px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  text-transform: uppercase;
  color: #fff;
  background: #b3b3b3;
  padding: 8px 10px;
  z-index: 9999;
  font-size: 11px; }

/* start media queries */
@media screen and (max-width: 63.9375em) {
  .whitebox {
    background: none repeat scroll 0 0 #fff;
    display: block;
    margin-bottom: 1em;
    padding: 20px;
    position: relative;
    overflow: hidden; } }
@media screen and (max-width: 64em) {
  #feedback-button {
    display: none; }

  .tns-caption .caption-content {
    position: relative;
    color: #666666;
    opacity: 1;
    background-color: transparent;
    padding: 0;
    margin-top: 5px;
    font-size: 12px; }

  h1 {
    font-size: 2.666666667rem; }

  h3 {
    font-size: 1.333333333rem;
    line-height: 1.533333333rem; }

  p {
    font-size: 0.933333333rem;
    line-height: 1.133333333rem; }

  #social_connect {
    display: none; }

  #home_intro {
    font-size: 0.866666667rem;
    line-height: 1.333333333rem; }

  ul#mobile_nav {
    background-color: #d9d9d9; }
    ul#mobile_nav li {
      float: none;
      padding: 0;
      border-bottom: 1px solid #b3b3b3; }
      ul#mobile_nav li:last-of-type {
        border: 0; }
      ul#mobile_nav li.active > a {
        color: #e82e21; }
      ul#mobile_nav li a {
        line-height: 1.133333333rem;
        padding: 14px 0 14px 10px;
        font-size: 0.8rem; }
        ul#mobile_nav li a.current {
          color: #e82e21; }
        ul#mobile_nav li a.drill-down-arrow {
          position: absolute;
          right: 0;
          width: 50px;
          padding: 0;
          text-align: center;
          border-left: 2px solid #999999;
          line-height: 48px; }
          ul#mobile_nav li a.drill-down-arrow i {
            font-size: 19px; }
          ul#mobile_nav li a.drill-down-arrow:after {
            content: "";
            margin-left: 0; }
        ul#mobile_nav li a:hover {
          background-color: #b3b3b3;
          color: #e82e21; }
      ul#mobile_nav li ul {
        border-top: 1px solid #b3b3b3;
        border-bottom: 0; }
        ul#mobile_nav li ul li:last-of-type {
          border-bottom: 0; }
        ul#mobile_nav li ul li a {
          background-color: #f2f2f2;
          padding-left: 15px; }
        ul#mobile_nav li ul li ul {
          padding-left: 0; }
          ul#mobile_nav li ul li ul li a {
            color: gray;
            padding-left: 25px; }

  #secondarynav {
    padding: 15px;
    background-color: #fff; }

  #nav_show_button {
    display: block; }

  .action-call {
    background-color: #666666; }

  #main_column, #action_calls li.PBItem, #page_info, #right_column .content {
    margin-bottom: 10px; }

  #social_connect {
    left: 0; } }
@media screen and (max-width: 63.9375em) {
  #left_column {
    display: none; } }
select {
  background-origin: border-box;
  background-position: 95% center;
  padding-right: 20px; }
  select:focus {
    outline: 0; }

/* begin universal footer navigation  */
/* footer */
#universal-footer {
  position: relative; }

#universal_footer_interim {
  position: relative;
  width: 100%;
  background-color: #d9d9d9;
  display: block;
  color: #666666;
  padding: 1em 0 2em 0;
  margin-top: 20px;
  clear: both;
  line-height: 1.066666667rem; }
  #universal_footer_interim #copyright {
    margin-top: .5em;
    display: block; }
  #universal_footer_interim #address {
    font-size: 0.733333333rem; }
  #universal_footer_interim #division-links a {
    color: #999999;
    text-transform: uppercase; }
    #universal_footer_interim #division-links a:hover {
      color: #e82e21; }
  #universal_footer_interim .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  #universal_footer_interim #universal-links ul li {
    float: left;
    width: 50%; }
  #universal_footer_interim ul li {
    margin-bottom: .5em;
    list-style: none;
    padding-bottom: 0; }
    #universal_footer_interim ul li a {
      color: #666666;
      font-size: 0.733333333rem;
      font-weight: 700; }
      #universal_footer_interim ul li a:hover {
        color: #e82e21; }
    #universal_footer_interim ul li ul {
      padding-left: 15px; }
      #universal_footer_interim ul li ul li {
        margin-bottom: 0; }
        #universal_footer_interim ul li ul li:last-of-type {
          margin-bottom: 0.5em; }

@media screen and (max-width: 27.4375em) {
  #universal_footer_interim {
    padding: 10px 10px 0; }

  #universal_links, #division-links {
    margin-top: 15px; } }
/* end universal footer navigation  */
.wf-loading h1, .wf-loading h2, .wf-loading h3 {
  visibility: hidden; }

.u_name {
  margin-left: -4px;
  padding-top: 3px;
  margin-top: -3px; }
  .u_name span:nth-of-type(1) {
    letter-spacing: -0.02em; }
  .u_name span:nth-of-type(2) {
    letter-spacing: -0.05em; }
  .u_name span:nth-of-type(4) {
    letter-spacing: -0.05em; }
  .u_name span:nth-of-type(5) {
    letter-spacing: -0.03em; }
  .u_name span:nth-of-type(8) {
    letter-spacing: -0.05em; }
  .u_name span:nth-of-type(11) {
    letter-spacing: -0.02em; }

.sitename {
  margin-top: -10px;
  letter-spacing: 0.05em; }
  .sitename a {
    color: #fff; }

#banner i, aside i {
  color: #fff;
  font-size: 20px;
  line-height: 15px; }

#banner {
  color: #fff;
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 10px 0 0;
  background-color: transparent; }
  #banner h1, #banner h2 {
    -webkit-font-kerning: normal;
            font-kerning: normal;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 2px; }
    #banner h1 a, #banner h2 a {
      color: #fff; }
      #banner h1 a span.subtitle, #banner h2 a span.subtitle {
        font-size: 1.5rem;
        letter-spacing: 0; }
  #banner #top-logo {
    margin-bottom: -1px !important; }

.move-right #banner .fa-bars:before {
  content: "\f00d"; }

#site_lockup {
  width: 100%;
  box-sizing: border-box; }
  #site_lockup.no-menu {
    padding-left: 0; }

.bottom-stripe {
  width: 100%;
  padding: 0 0px 4px 0;
  box-sizing: border-box; }

.bottom-stripe-inner {
  width: 100%;
  height: 5px;
  background-color: #fff; }

#stripe-2 {
  width: 120px;
  position: absolute; }

#menu_button_wrapper {
  float: right;
  font-size: 0; }
  #menu_button_wrapper a:first-of-type {
    padding-right: 8px; }
  #menu_button_wrapper i {
    font-size: 19px;
    line-height: 13px;
    font-weight: bold; }

#ns-search {
  margin-left: 40px; }

#ctl00_btnSearchSubmit {
  position: absolute;
  left: -10000px;
  top: -10000px; }

#search-input-wrapper {
  margin: 0 52px 15px 0; }

#ctl00_txtSearch {
  padding: 8px 5px;
  font-size: 12px;
  width: 100%;
  color: #333;
  background-color: #eee; }

#ns-search-submit {
  float: right;
  background: transparent;
  color: #fff;
  height: 27px;
  padding: 8px 22px 0 0; }
  #ns-search-submit i {
    font-size: 1.333333333rem; }

#p-sitename {
  display: none; }

.off-canvas {
  width: 385px;
  position: fixed;
  height: 100%;
  background: #404040;
  -webkit-transform: translate3d(385px, 0, 0);
          transform: translate3d(385px, 0, 0);
  -webkit-transition: -webkit-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms; }
  .off-canvas.is-active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

#exit-off-canvas {
  display: none;
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 900; }
  #exit-off-canvas.is-active {
    display: block; }

.is-drilldown {
  min-height: 0 !important; }

.right-submenu {
  width: 100%; }

#off-canvas-site-menu {
  -webkit-backface-visibility: hidden;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 200ms ease 0s;
  transition: -webkit-transform 200ms ease 0s;
  transition: transform 200ms ease 0s;
  transition: transform 200ms ease 0s, -webkit-transform 200ms ease 0s;
  top: 0;
  bottom: 0;
  width: 385px;
  right: 0;
  z-index: 10000;
  padding: 10px 0 0 0;
  box-sizing: border-box; }
  #off-canvas-site-menu .is-drilldown-submenu {
    height: inherit; }
  #off-canvas-site-menu .nav-v .right-submenu {
    top: 0; }
    #off-canvas-site-menu .nav-v .right-submenu .right-submenu {
      top: 0; }
  #off-canvas-site-menu .right-off-canvas-toggle {
    left: 10px;
    top: 12px;
    position: absolute;
    z-index: 1000; }
  #off-canvas-site-menu #global_menu .secondarynav {
    margin: 0 0 30px; }
    #off-canvas-site-menu #global_menu .secondarynav li a {
      color: #fff; }
      #off-canvas-site-menu #global_menu .secondarynav li a:hover {
        color: #e82e21; }
  #off-canvas-site-menu .sitename {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding-left: 40px; }
  #off-canvas-site-menu ul {
    padding-left: 0;
    list-style: none; }
  #off-canvas-site-menu ul.off-canvas-list {
    overflow: visible; }
    #off-canvas-site-menu ul.off-canvas-list li label {
      background: #444444;
      border-bottom: none;
      border-top: 1px solid #5e5e5e;
      color: #999999;
      display: block;
      font-size: 0.8rem;
      font-weight: bold;
      margin: 0;
      padding: 0.3rem 1rem;
      text-transform: uppercase; }
    #off-canvas-site-menu ul.off-canvas-list li a {
      border-bottom: 1px solid #333333;
      -webkit-transition: background 300ms ease;
      transition: background 300ms ease; }
    #off-canvas-site-menu ul.off-canvas-list li.has-submenu > a:after {
      font-family: FontAwesome4;
      content: "\f054";
      font-size: 21px;
      position: absolute;
      right: 10px; }
    #off-canvas-site-menu ul.off-canvas-list li.has-submenu > a:before {
      display: none; }
    #off-canvas-site-menu ul.off-canvas-list .right-submenu .back > a:before {
      font-family: FontAwesome4;
      content: "\f053";
      font-size: 21px;
      position: absolute;
      left: 10px; }
    #off-canvas-site-menu ul.off-canvas-list .right-submenu .back > a:after {
      display: none; }
  #off-canvas-site-menu ul#mobile_nav li a {
    padding-left: 40px; }
  #off-canvas-site-menu ul#mobile_nav li ul.right-submenu {
    border-top: 0; }
    #off-canvas-site-menu ul#mobile_nav li ul.right-submenu li a {
      padding-left: 15px;
      padding-right: 40px; }
    #off-canvas-site-menu ul#mobile_nav li ul.right-submenu li.back a {
      padding-left: 40px; }

#mobile_nav ul {
  overflow: visible; }
#mobile_nav .is-active > ul {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0); }

#global_menu {
  -webkit-transition: top 200ms;
  transition: top 200ms;
  margin: 0;
  padding-left: 40px;
  padding-right: 10px; }
  #global_menu h3 {
    font-family: "neue-display-random", "Arial Black", Helvetica, sans-serif;
    font-weight: 700;
    -webkit-font-feature-settings: 'liga' 1;
    -o-font-feature-settings: 'liga' 1;
    -ms-font-feature-settings: 'liga' 1;
    font-feature-settings: 'liga' 1;
    color: #f2f2f2;
    font-size: 1.2rem; }
  #global_menu li a {
    line-height: 1.2rem;
    font-size: 0.933333333rem;
    display: inline-block;
    width: 100%;
    padding-bottom: 2px; }
    #global_menu li a:hover {
      color: #f2f2f2; }
  #global_menu #audience_links {
    margin: 15px 0; }
  #global_menu #school_menu {
    margin-top: 0; }
    #global_menu #school_menu li a {
      font-size: 0.866666667rem;
      font-family: "neue-display-random", "Arial Black", Helvetica, sans-serif;
      font-weight: 700;
      -webkit-font-feature-settings: 'liga' 1;
      -o-font-feature-settings: 'liga' 1;
      -ms-font-feature-settings: 'liga' 1;
      font-feature-settings: 'liga' 1;
      padding-bottom: 4px;
      display: inline-block;
      width: 100%; }
    #global_menu #school_menu li ul {
      padding-left: 15px;
      margin-bottom: 9px; }
      #global_menu #school_menu li ul li a {
        padding-bottom: 0; }
  #global_menu #utility_links {
    margin-top: 15px; }

#mobile_nav_block .crumbs, #mobile_nav_block .nav-v {
  display: none; }
#mobile_nav_block .crumbs span:first-of-type a {
  display: block;
  color: #e82e21;
  font-size: 1.333333333rem;
  font-weight: bold; }
#mobile_nav_block .crumbs span:last-of-type a {
  color: #e82e21;
  font-size: 20px;
  display: none; }

#mobile_nav_section {
  display: none;
  margin-top: 5px; }
  #mobile_nav_section ul a {
    color: #000;
    padding: 7px 0;
    display: block; }
    #mobile_nav_section ul a.current {
      color: #e82e21;
      font-weight: bold; }
    #mobile_nav_section ul a:hover {
      color: #e82e21; }
  #mobile_nav_section ul ul li a {
    color: #404040;
    font-size: 0.866666667rem;
    padding: 2px 0 2px 12px;
    font-weight: normal;
    line-height: 1.3em; }
    #mobile_nav_section ul ul li a.current {
      color: #e82e21;
      font-weight: normal; }
      #mobile_nav_section ul ul li a.current:hover {
        font-weight: normal; }
  #mobile_nav_section ul ul li ul {
    padding-left: 12px; }
    #mobile_nav_section ul ul li ul li a {
      text-transform: none;
      font-weight: 400; }

@media screen and (min-width: 64em) {
  .off-canvas .sitename {
    display: none; } }
@media screen and (max-width: 64em) {
  .u_name {
    margin-left: -3px; }

  #banner {
    margin: 0;
    padding: 10px 0 0; }
    #banner h1, #banner h2 {
      font-size: 18px; }
      #banner h1.sitename, #banner h2.sitename {
        font-size: 4.333333333rem;
        line-height: 4.466666667rem;
        padding-left: 100px; }

  .home .off-canvas .secondarynav {
    display: block; }

  #menu_button_wrapper i {
    font-size: 1.066666667rem; }

  .bottom-stripe-inner {
    height: 4px; }

  #stripe-2 {
    width: 100px; }

  #mobile_nav_block .nav-v {
    display: block;
    margin: 20px 0; }

  #mobile_nav_section {
    margin-top: 5px; } }
@media screen and (max-width: 47.9375em) {
  #off-canvas-site-menu {
    width: 95%; }

  #banner h1.sitename, #banner h2.sitename {
    margin-top: -0.266666667rem; } }
#banner h1, #banner h2 {
  font-size: 16px;
  margin-bottom: 3px; }
  #banner h1.sitename, #banner h2.sitename {
    font-size: 80px;
    line-height: 80px; }
#banner .bottom-stripe {
  padding-bottom: 5px; }

@media (min-width: 768px) {
  #banner h1, #banner h2 {
    font-size: 19px;
    line-height: 19px; }
    #banner h1.sitename, #banner h2.sitename {
      padding-left: 121px; }

  #stripe-2 {
    width: 120px;
    position: absolute; } }
@media (max-width: 767px) {
  #banner h1, #banner h2 {
    font-size: 18px;
    margin-bottom: 2px; }
  #banner .bottom-stripe {
    padding-bottom: 4px; } }
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome4';
  src: url("/framework/fonts/fontawesome-current/fontawesome-webfont.eot?v=4.5.0");
  src: url("/framework/fonts/fontawesome-current/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/framework/fonts/fontawesome-current/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("/framework/fonts/fontawesome-current/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/framework/fonts/fontawesome-current/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/framework/fonts/fontawesome-current/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome4;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

/* start show-hide */
.showhide-content {
  display: none;
  padding: 10px 5px;
  margin: -6px 0 5px; }
  .showhide-content.active-show {
    display: block; }
  table .showhide-content {
    padding: 10px 5px 10px; }

.showhide-toggle {
  color: #e82e21;
  padding: 5px 60px 5px 5px;
  margin: 0;
  border-top: 1px solid #d9d9d9;
  text-transform: none;
  position: relative;
  clear: both; }
  .showhide-toggle.final-show {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px; }
  .showhide-toggle:hover {
    cursor: pointer;
    color: #666666 !important; }
  .showhide-toggle span {
    font-size: 12px;
    color: #666666;
    position: absolute;
    right: 10px; }
    .showhide-toggle span:before {
      content: "open "; }
    .showhide-toggle span:after {
      content: "\f0da";
      font-family: FontAwesome4;
      font-weight: normal;
      font-style: normal;
      display: inline;
      text-decoration: inherit;
      color: #e82e21; }
  .showhide-toggle.active-show span:before {
    content: "close "; }
  .showhide-toggle.active-show span:after {
    content: "\f0d7"; }
  table .showhide-toggle {
    border-top: none;
    padding: 5px 30px 0;
    color: #e82e21; }
    table .showhide-toggle.final-show {
      border-bottom: none; }
    table .showhide-toggle span:before {
      content: "\f067 ";
      font-family: FontAwesome4;
      font-size: 11px;
      position: absolute;
      top: 3px;
      left: -12px; }
    table .showhide-toggle span:after {
      content: ""; }
    table .showhide-toggle.active-show span:before {
      content: "\f068"; }
    table .showhide-toggle.active-show span:after {
      content: ""; }

/* sidebar showhide module */
.sidebar-showhide .box-title,
.sidebar-show-hide .box-title {
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  border-bottom: 0;
  margin-bottom: 0;
  cursor: pointer; }
  .sidebar-showhide .box-title.final-show,
  .sidebar-show-hide .box-title.final-show {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .sidebar-showhide .box-title:after,
  .sidebar-show-hide .box-title:after {
    content: "\f0da";
    font-family: FontAwesome4;
    font-size: medium;
    position: absolute;
    right: 0;
    top: 5px;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s; }
  .sidebar-showhide .box-title.active-show:after,
  .sidebar-show-hide .box-title.active-show:after {
    padding-top: 5px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

/* end show-hide */
/* show-peek */
.tns-showpeek {
  cursor: pointer; }
  .tns-showpeek.active-show {
    cursor: auto; }
    .tns-showpeek.active-show .showpeek-toggle span:before {
      content: "\f068"; }
  .tns-showpeek .showpeek-toggle {
    padding: 5px 60px 0 0;
    position: relative;
    cursor: pointer; }
    .tns-showpeek .showpeek-toggle span {
      position: absolute;
      right: 3px;
      font-size: 16px; }
      .tns-showpeek .showpeek-toggle span:before {
        content: "\f067";
        font-family: FontAwesome4;
        color: #b3b3b3; }
  .tns-showpeek .showpeek-wrapper {
    height: 0px;
    overflow: hidden; }
    .tns-showpeek .showpeek-wrapper .showpeek-content {
      margin-top: 10px; }
      .tns-showpeek .showpeek-wrapper .showpeek-content::before, .tns-showpeek .showpeek-wrapper .showpeek-content::after {
        content: ' ';
        display: table; }
      .tns-showpeek .showpeek-wrapper .showpeek-content::after {
        clear: both; }

/* end show-peek */
/* blogposts */
.tns-blogposts .post {
  background-color: #fefefe;
  margin-bottom: 20px; }
.tns-blogposts .post-title {
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 0; }
  .tns-blogposts .post-title:hover {
    color: #666666; }
.tns-blogposts .post-info .date {
  font-size: 11px;
  margin-bottom: 10px; }
.tns-blogposts .read-more-btn {
  display: none;
  font-size: 11px; }
.tns-blogposts.hide-date .post-date {
  display: none; }
.tns-blogposts.thumbnail-crop .img-wrapper {
  position: relative;
  overflow: hidden; }
  .tns-blogposts.thumbnail-crop .img-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .tns-blogposts.thumbnail-crop .img-wrapper img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tns-blogposts.thumbnail-crop .img-wrapper.orientation-landscape img {
    height: 100%;
    width: auto;
    max-width: none;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.blog-template-titleFirst .post {
  margin-bottom: 20px;
  border-bottom: 1px dotted #666666;
  padding-bottom: 5px; }
  .blog-template-titleFirst .post.last-post {
    border-bottom: 0; }
.blog-template-titleFirst .post-title {
  margin-bottom: 0;
  line-height: 1.3em; }
.blog-template-titleFirst .post-date {
  line-height: 1em; }
.blog-template-titleFirst .post-thumb {
  width: 55px;
  float: left; }
.blog-template-titleFirst .post-content {
  padding-left: 65px;
  line-height: 1.3em; }

/* end blogposts */
/* event calendar overrides */
#main_column ul ul li.clndr-event {
  line-height: 1rem;
  padding: 10px 0;
  text-indent: 0;
  margin-bottom: 0; }

#main_column ul ul li.clndr-event:before {
  content: ""; }

.clndr-event .clndr-info a.event-title,
.tns-eventcal .clndr-controls .month,
.clndr-controls .clndr-next-button,
.clndr-controls .clndr-previous-button,
.tns-eventcal .clndr-grid .days .day.event,
.tns-eventcal .clndr-buttons a {
  color: #e82e21 !important; }

.clndr-controls .clndr-next-button:hover,
.clndr-controls .clndr-previous-button:hover,
.tns-eventcal .clndr-grid .days .day.event:hover {
  background-color: #e82e21 !important; }

.tns-eventcal .clndr-grid .days .day.event:hover,
.clndr-controls .clndr-next-button:hover,
.clndr-controls .clndr-previous-button:hover {
  color: #fefefe !important; }

.tns-eventcal .clndr-controls .clndr-previous-button.inactive,
.tns-eventcal .clndr-controls .clndr-next-button.inactive {
  color: #404040 !important; }

.tns-eventcal .clndr-controls .clndr-previous-button.inactive:hover,
.tns-eventcal .clndr-controls .clndr-next-button.inactive:hover {
  background-color: #fefefe !important; }

.tns-eventcal .clear-filters {
  margin-top: 13px;
  font-size: 0.8rem; }

.clndr-event {
  border-bottom: 0;
  padding-bottom: 3px;
  list-style: none;
  font-size: 0.8rem; }

.clndr-event .clndr-info a.event-title {
  margin: 0 0 2px; }

.cutoff-btn-hide a, .cutoff-btn-show a {
  display: block; }

#right_column ul ul li.clndr-event {
  padding-left: 0;
  text-indent: 0;
  margin: 0; }
  #right_column ul ul li.clndr-event:before {
    content: ""; }

/* styled dropdowns */
.styled-dropdowns {
  padding-top: 0; }
  .styled-dropdowns .clndr-filter-wrapper {
    margin: 0 0 15px; }
    .styled-dropdowns .clndr-filter-wrapper select {
      display: inline;
      margin: 0;
      font-size: 0.8rem;
      border: 1px solid #ddd;
      -webkit-appearance: none;
      -webkit-border-radius: 0px;
      padding: 2px 15px 2px 4px;
      background: transparent url(/framework/v1/imgs/select-down-arrow-gray.png) no-repeat 97% 50%;
      width: 100px; }
  .styled-dropdowns .filterwrapper {
    display: inline-block;
    margin-right: 20px; }
    .styled-dropdowns .filterwrapper label {
      text-transform: uppercase;
      color: #e82e21;
      font-size: 0.733333333rem;
      display: block; }
    .styled-dropdowns .filterwrapper input {
      display: block; }

@media screen and (max-width: 64em) {
  .admission-events-cal .filterwrapper {
    float: none; }
    .admission-events-cal .filterwrapper select {
      width: 100%; } }
/* end admission events */
/* end event calendar overrides */
/* localist */
.whitebox #lw li.lwe {
  padding: 0;
  text-indent: 0;
  border-bottom: none;
  margin-bottom: 15px; }
  .whitebox #lw li.lwe:before {
    content: ''; }

.lwn span {
  font-size: 11px;
  display: block; }
.lwn a {
  color: #e82e21; }
.lwn .lwn0 {
  float: none; }

.lwl a {
  color: #333333;
  font-weight: normal; }
  .lwl a:hover {
    color: #e82e21; }
.lwl span {
  font-weight: bold; }

.sidebar .view-all {
  border-top: 2px solid #e82e21;
  padding-top: 10px; }

/* localist end */
/* grid and detail styles */
#main_column ul.tns-grid-and-detail,
#full-width-content-block ul.tns-grid-and-detail {
  padding-left: 0;
  list-style: none; }
  #main_column ul.tns-grid-and-detail::before, #main_column ul.tns-grid-and-detail::after,
  #full-width-content-block ul.tns-grid-and-detail::before,
  #full-width-content-block ul.tns-grid-and-detail::after {
    content: ' ';
    display: table; }
  #main_column ul.tns-grid-and-detail::after,
  #full-width-content-block ul.tns-grid-and-detail::after {
    clear: both; }
  #main_column ul.tns-grid-and-detail li,
  #full-width-content-block ul.tns-grid-and-detail li {
    float: left;
    width: 25%;
    padding: 10px;
    text-indent: 0;
    position: relative; }
    #main_column ul.tns-grid-and-detail li::before, #main_column ul.tns-grid-and-detail li::after,
    #full-width-content-block ul.tns-grid-and-detail li::before,
    #full-width-content-block ul.tns-grid-and-detail li::after {
      content: ' ';
      display: table; }
    #main_column ul.tns-grid-and-detail li::after,
    #full-width-content-block ul.tns-grid-and-detail li::after {
      clear: both; }
    #main_column ul.tns-grid-and-detail li.expanded-content,
    #full-width-content-block ul.tns-grid-and-detail li.expanded-content {
      width: 100%;
      clear: both; }
#main_column .grid-item,
#full-width-content-block .grid-item {
  cursor: pointer; }
  #main_column .grid-item h4,
  #full-width-content-block .grid-item h4 {
    font-size: 0.8rem;
    margin-top: 10px; }
  #main_column .grid-item:hover, #main_column .grid-item.active-item,
  #full-width-content-block .grid-item:hover,
  #full-width-content-block .grid-item.active-item {
    background-color: #888;
    color: #fefefe; }
    #main_column .grid-item:hover h4, #main_column .grid-item.active-item h4,
    #full-width-content-block .grid-item:hover h4,
    #full-width-content-block .grid-item.active-item h4 {
      color: #fefefe; }
  #main_column .grid-item.active-item .indicator-triangle,
  #full-width-content-block .grid-item.active-item .indicator-triangle {
    display: block; }
#main_column .indicator-triangle,
#full-width-content-block .indicator-triangle {
  position: absolute;
  bottom: 0;
  display: none;
  left: 50%;
  margin-left: -12px;
  width: 25px;
  height: 13px;
  background: url("/framework/imgs/academics-triangle.png") center no-repeat; }
#main_column .grid-detail .detail-image,
#full-width-content-block .grid-detail .detail-image {
  width: 33%;
  float: left; }
#main_column .grid-detail .detail-text,
#full-width-content-block .grid-detail .detail-text {
  float: left;
  padding: 10px;
  width: 67%; }
  #main_column .grid-detail .detail-text h2,
  #full-width-content-block .grid-detail .detail-text h2 {
    margin-top: 0; }

#main_column ul.academics-grid li.academics-block,
#full-width-content-block ul.academics-grid li.academics-block {
  padding: 0;
  margin: 0; }
  #main_column ul.academics-grid li.academics-block:before,
  #full-width-content-block ul.academics-grid li.academics-block:before {
    display: none; }
  #main_column ul.academics-grid li.academics-block a,
  #full-width-content-block ul.academics-grid li.academics-block a {
    display: block;
    position: relative;
    padding: 16px; }
  #main_column ul.academics-grid li.academics-block.active-item, #main_column ul.academics-grid li.academics-block:hover,
  #full-width-content-block ul.academics-grid li.academics-block.active-item,
  #full-width-content-block ul.academics-grid li.academics-block:hover {
    background-color: #e82e21; }
    #main_column ul.academics-grid li.academics-block.active-item h3, #main_column ul.academics-grid li.academics-block:hover h3,
    #full-width-content-block ul.academics-grid li.academics-block.active-item h3,
    #full-width-content-block ul.academics-grid li.academics-block:hover h3 {
      color: #fefefe; }
  #main_column ul.academics-grid li.academics-block h3,
  #full-width-content-block ul.academics-grid li.academics-block h3 {
    border-top: 3px solid;
    padding-top: 10px;
    text-transform: uppercase;
    color: #e82e21;
    font-size: 1rem;
    margin-bottom: 2px; }
  #main_column ul.academics-grid li.academics-block .academics-degree,
  #full-width-content-block ul.academics-grid li.academics-block .academics-degree {
    text-transform: uppercase;
    color: #000;
    margin-top: 0; }
  #main_column ul.academics-grid li.academics-block:hover,
  #full-width-content-block ul.academics-grid li.academics-block:hover {
    background-color: #e82e21; }
#main_column ul ul[class*='block-grid-'] li:before,
#full-width-content-block ul ul[class*='block-grid-'] li:before {
  content: none; }

.expanded-content .academics-image img {
  width: 100%; }
.expanded-content .academics-text .academics-school a {
  font-size: 0.8rem;
  color: #666666; }
  .expanded-content .academics-text .academics-school a:hover {
    color: #e82e21; }

@media screen and (max-width: 64em) {
  #main_column ul.tns-grid-and-detail li,
  #full-width-content-block ul.tns-grid-and-detail li {
    width: 50%; } }
@media screen and (max-width: 48em) {
  #main_column ul.tns-grid-and-detail li,
  #full-width-content-block ul.tns-grid-and-detail li {
    width: 100%; }
    #main_column ul.tns-grid-and-detail li.expanded-content,
    #full-width-content-block ul.tns-grid-and-detail li.expanded-content {
      padding: 10px 0; }
    #main_column ul.tns-grid-and-detail li.grid-detail .detail-text,
    #full-width-content-block ul.tns-grid-and-detail li.grid-detail .detail-text {
      float: none;
      width: 100%; }
    #main_column ul.tns-grid-and-detail li.grid-detail .detail-image,
    #full-width-content-block ul.tns-grid-and-detail li.grid-detail .detail-image {
      display: none; } }
/* end grid and detail styles */
/* profile styles */
/* profiles */
.profile-type-h2 {
  font-weight: normal; }

h1.page-title {
  font-size: 30px;
  color: #e82e21; }

#tns-home-link:before {
  content: "The New School"; }

.info-for-menu-title:before {
  content: "Information For"; }

/* profile page list styles */
.profile-page #content-area-inner-wrapper {
  padding-top: 0; }

/* alternative profile display (image and text side by side as used in Parsons student work profiles */
.dyad-grid {
  /* formerly .profile-alt-1 */ }
  .dyad-grid .profile-img {
    float: left;
    position: relative;
    width: 50%; }
  .dyad-grid .profile-text {
    float: left;
    position: relative;
    padding-left: 20px;
    padding-top: 0px;
    width: 50%; }
    .dyad-grid .profile-text p {
      color: #000;
      font-family: "neue", "Arial", Helvetica, sans-serif;
      font-weight: 400;
      margin-top: 0px; }
  .dyad-grid.small-square-img .profile-img {
    width: 40%; }
    .dyad-grid.small-square-img .profile-img .img-wrapper {
      padding-bottom: 100%; }
  .dyad-grid.small-square-img .profile-text {
    padding-left: 10px; }

/* end student work profile display for Parsons */
/* profile filters - multi select taken from NSPE */
.profile-filter-headers {
  font-size: 0.933333333rem;
  font-weight: bold;
  color: #898989; }
  .profile-filter-headers a.filter-show {
    display: inline-block;
    padding: 8px 15px 10px 10px;
    color: #fefefe;
    background: #e82e21;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.8rem; }
    .profile-filter-headers a.filter-show:hover, .profile-filter-headers a.filter-show.open-profile-filters {
      color: #666666;
      background: #b3b3b3; }
  .profile-filter-headers .icon-caret-down,
  .profile-filter-headers .icon-caret-up {
    display: inline-block; }
    .profile-filter-headers .icon-caret-down:before,
    .profile-filter-headers .icon-caret-up:before {
      content: "";
      font-size: inherit;
      display: inline-block;
      font-family: FontAwesome4;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      vertical-align: baseline;
      font-size: 1.5em;
      top: 2px;
      position: relative; }

.profile-filter-rule {
  clear: both;
  border: 1px #666666 solid; }

.filter-wrapper {
  font-size: 0.8rem; }
  .filter-wrapper .crumbs {
    padding-bottom: 16px;
    margin-top: 16px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 16px;
    font-size: 0.8rem;
    color: #7c7b7b; }

.profile-filter-list-wrapper {
  background: #F7F4F4;
  margin: 0 0 16px 0;
  padding: 12px;
  display: none; }
  .profile-filter-list-wrapper::before, .profile-filter-list-wrapper::after {
    content: ' ';
    display: table; }
  .profile-filter-list-wrapper::after {
    clear: both; }
  .profile-filter-list-wrapper input {
    -webkit-appearance: checkbox;
    margin: 0 6px 0 0;
    cursor: pointer; }
  .profile-filter-list-wrapper input[type="submit"] {
    -webkit-appearance: none;
    background: #e6e5e5;
    border: none;
    font-family: "neue", "Arial", Helvetica, sans-serif !important;
    font-weight: 700;
    font-size: 12px;
    color: #555;
    height: auto;
    width: auto;
    padding: 5px 11px;
    text-transform: uppercase;
    letter-spacing: 0px; }
    .profile-filter-list-wrapper input[type="submit"]:hover {
      background: #c1c1c1;
      color: #fefefe; }
  .profile-filter-list-wrapper label {
    font-size: 14px;
    color: #888; }
    .profile-filter-list-wrapper label:hover {
      cursor: pointer;
      color: #666666; }

#main_column .profile-filter-list-col ul {
  margin: 8px 0 14px 0; }
  #main_column .profile-filter-list-col ul li {
    width: 33%;
    vertical-align: top;
    list-style: none;
    margin: 0 0 8px 0;
    display: inline-block;
    text-indent: 0;
    padding-left: 3px; }
    #main_column .profile-filter-list-col ul li:before {
      content: ""; }
    #main_column .profile-filter-list-col ul li input {
      float: left;
      margin-top: 3px; }
    #main_column .profile-filter-list-col ul li label {
      padding-left: 10px;
      display: block;
      line-height: 1.266666667rem; }
#main_column .profile-filter-list-col select {
  width: auto; }

/* end profile filters */
@media screen and (max-width: 63.9375em) {
  #main_column .profile-filter-list-col ul li {
    width: 49%; } }
@media screen and (max-width: 27.4375em) {
  /* profile styles */
  .whitebox img {
    width: auto;
    float: none;
    margin: 0; }

  .profile-grid-box {
    width: 49%;
    border-right: 0; }
    .profile-grid-box.first {
      float: left;
      clear: none; }
    .profile-grid-box.featured-profile {
      width: auto;
      float: none;
      clear: both; }

  .profile-list-rule {
    clear: none;
    border: 0px #e6e4e5 solid;
    margin: 0;
    display: none; }

  #main_column .profile-filter-list-col ul {
    float: none;
    width: auto; }
    #main_column .profile-filter-list-col ul li {
      display: block;
      width: 100%; }

  .main-content-area-subpage-inner-wrapper {
    padding: 14px; }

  .sidebar .profile-grid-box {
    width: auto;
    float: none;
    border: none;
    border-bottom: 0; }

  .three-column-page.sidebar .profile-grid-box {
    width: auto;
    float: none;
    border: none;
    padding: 0; }
    .three-column-page.sidebar .profile-grid-box a {
      padding: 0; }

  .dyad-grid .profile-img {
    width: 100%;
    padding: 0 10px; }
  .dyad-grid .profile-text {
    width: 100%; }
  .dyad-grid.small-square-img .profile-text {
    width: 50%; }

  /* end profile styles */ }
@media screen and (max-width: 29.9375em) {
  /* profile styles */
  #main-content-block .whitebox.left, #main-content-block .whitebox.right {
    float: none;
    width: auto; }

  .sidebar .profile-grid-box {
    width: auto;
    float: none;
    border-bottom: 1px #f2f2f2 solid;
    border-right: none;
    margin-bottom: 14px;
    padding-bottom: 14px; }
    .sidebar .profile-grid-box.last {
      border-bottom: none;
      margin-bottom: 0px;
      padding-bottom: 0px; }
    .sidebar .profile-grid-box a {
      padding: 0; }

  /* end profile styles */ }
/* end profile styles */
/* slideshow styles */
#main-content-wrapper .tns-slideshow img {
  margin-bottom: 0; }

#main-content-block .tns-slideshow ul li {
  margin: 0;
  line-height: 1em; }

#home-slideshow.tns-slideshow a:hover, #home-slideshow.tns-slideshow h3.caption-title {
  color: #fefefe; }

.tns-slideshow h3.caption-title {
  color: #e82e21; }

#main_column ul.tns-slides li {
  padding-left: 0;
  text-indent: 0;
  margin: 0; }
  #main_column ul.tns-slides li:before {
    content: none; }

/* end slideshow styles */
/* royalslider styles */
.rsTns .rsBullet span {
  color: #e82e21 !important; }

.rsTns .rsBullet.rsNavSelected span, .rsTns .rsBullet:hover span {
  background-color: #e82e21; }

/* end slideshow styles */
/* slider styles */
.tns-slider {
  position: relative;
  width: 100%;
  height: 800px; }
  .tns-slider .sliderOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
  .tns-slider .sliderContainer {
    position: relative;
    width: 100%;
    height: 100%; }
  .tns-slider .sliderSlide {
    opacity: 0;
    -webkit-transition: opacity 750ms;
    transition: opacity 750ms;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0; }
    .tns-slider .sliderSlide.active {
      opacity: 1;
      z-index: 10; }
    .tns-slider .sliderSlide img {
      width: 100%;
      max-width: none;
      position: absolute;
      -webkit-transition: all 750ms;
      transition: all 750ms; }
  .tns-slider:hover .sliderArrow {
    opacity: 1; }
  .tns-slider .sliderArrow {
    opacity: 0;
    -webkit-transition: opacity 750ms;
    transition: opacity 750ms;
    height: 100%;
    width: 44px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21; }
    .tns-slider .sliderArrow.arrowLeft {
      left: 0;
      top: 0; }
      .tns-slider .sliderArrow.arrowLeft .arrowIcn {
        background-position: -64px -32px; }
    .tns-slider .sliderArrow.arrowRight {
      right: 0;
      top: 0; }
      .tns-slider .sliderArrow.arrowRight .arrowIcn {
        background-position: -64px -80px; }
    .tns-slider .sliderArrow .arrowIcn {
      width: 32px;
      height: 48px;
      top: 50%;
      left: 50%;
      margin-top: -24px;
      margin-left: -16px;
      position: absolute;
      cursor: pointer;
      background: url("/framework/imgs/rs-tns.png"); }

@media screen and (max-width: 27.4375em) {
  .tns-slider:hover #sliderArrow {
    display: none; } }
/* end slider styles */
/* modals */
.modal-button {
  cursor: pointer; }

@media screen and (min-width: 48em) {
  .reveal {
    width: 90%;
    padding: 1rem;
    top: 30px; }
    .reveal:focus {
      outline: none; }
    .reveal.size-skinny {
      margin-left: -25%;
      width: 50%; }
    .reveal.size-width600 {
      width: 600px; }
    .reveal.size-width700 {
      width: 700px; }
    .reveal iframe {
      position: relative; }
    .reveal iframe, .reveal.size-medium iframe {
      height: 600px; }
    .reveal.size-large iframe {
      height: 800px; }
    .reveal.size-small iframe {
      height: 400px; } }
.reveal-overlay {
  z-index: 10001; }

.reveal .close-reveal-modal {
  position: absolute;
  cursor: pointer;
  font-size: 2rem;
  top: 0;
  right: 0;
  font-weight: normal;
  background-color: #fefefe;
  padding: 5px 10px 0; }

.modal-video {
  position: relative;
  display: block; }
  .modal-video:before {
    background: url("/uploadedImages/A_-_Top_Level_University/Global/video-playhead.png") center center;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

@media screen and (max-width: 27.4375em) {
  #globalModal iframe {
    height: 100%; } }
/* end modals */
/* start video */
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 56.25% 0 0 0; }
  .fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (min-width: 48em) {
  .medium-video {
    max-width: 66%; }

  .small-video {
    max-width: 33%; } }
/* end video */
/* ---------------------------------------- */
/* ---------Faculty List View ------------- */
/* ---------------------------------------- */
.fac-list-col {
  float: left;
  width: 25%;
  padding-right: 8px; }
  .fac-list-col a, .fac-list-col a:link, .fac-list-col a:visited, .fac-list-col a:active {
    color: #666666; }
  .fac-list-col a:hover {
    color: #e82e21; }

.faculty-top-level::before, .faculty-top-level::after {
  content: ' ';
  display: table; }
.faculty-top-level::after {
  clear: both; }

.columns .columns.faculty-top-level-list {
  float: none; }

/* ---------------------------------------- */
/* ---------Faculty Detail View ----------- */
/* ---------------------------------------- */
#facultyWrapper {
  font-size: 0.8rem;
  line-height: 1.33333rem;
  margin-left: -20px; }

#facultyPhoto {
  float: left;
  width: 25%;
  padding: 0 20px 20px 0; }
  #facultyPhoto img {
    padding: 0; }

#facultyBoxA {
  float: left;
  width: 75%; }

#facultyAdministrativeTitle {
  margin-bottom: 20px; }

#facultyBoxB {
  clear: both; }

#facultyRecentPublications,
#facultyDegreesHeld,
#facultyAcademicTitle,
#facultyProfessionalAffiliations,
#facultyPerformances,
#facultyResearchInterests,
#facultyAwardsHonors,
#facultyPortfolioLink,
#facultyCurrentCourses {
  padding: 10px 0 0 0; }

#facultyPortfolioLink a {
  padding: 0 0 5px 0; }

.facultyCourse {
  margin: 0;
  line-height: 21px;
  border-bottom: 1px solid #b3b3b3; }

.facultyCourseOdd {
  background-color: #d9d9d9; }

@media screen and (max-width: 64em) {
  .fac-list-col {
    width: 50%; }
    .fac-list-col:nth-of-type(2) {
      clear: left; }
    .fac-list-col:nth-of-type(3), .fac-list-col:nth-of-type(4) {
      float: none;
      margin-left: 50%; } }
@media screen and (max-width: 27.4375em) {
  .fac-list-col {
    float: none;
    width: 100%;
    margin-right: 0; }
    .fac-list-col:nth-of-type(3), .fac-list-col:nth-of-type(4) {
      margin-left: 0; }

  #facultyBoxA, #facultyPhoto {
    float: none;
    width: 100%; }

  #facultyPhoto {
    padding-right: 0; } }
.heavy-top-rule, .homeSlideCaption h3 a, #student-work-portal h3, #school-slideshow h3 {
  font-size: 1.866666667rem;
  line-height: 2.133333333rem;
  font-family: "neue-display-random", "Arial Black", Helvetica, sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'liga' 1;
  -o-font-feature-settings: 'liga' 1;
  -ms-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1;
  color: #fefefe;
  padding-top: 2px;
  border-top: 5px solid #fefefe;
  display: inline-block; }

.black-top-rule {
  border-top: 2px solid #000;
  padding-top: 3px;
  margin-top: 58px; }
  .black-top-rule h2 {
    font-size: 1.466666667rem;
    padding-bottom: 35px; }

.thin-rule, h2.large {
  border-top: 2px solid #000;
  padding-top: 3px; }

h2.large {
  font-size: 1.466666667rem;
  margin-top: 58px;
  padding-bottom: 35px; }

.sidebar-top-rule, .sidebar h3, .sidebar-cta, .sidebar-box, .box-title, #sidebar-buttons {
  border-top: 4px solid #000;
  padding-top: 8px; }

#banner i {
  color: #e82e21; }
#banner h2.sitename {
  letter-spacing: -.05em; }
  #banner h2.sitename a {
    color: #e82e21; }
#banner h2.u_name a {
  color: #000; }

#pageheading h1 {
  line-height: 2.333333333rem; }

.bottom-stripe-inner {
  background-color: #000; }

img.rsImg {
  margin-bottom: 0; }

#intervention {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: -38px;
  z-index: 100;
  padding: 0 0 20px 0; }
  #intervention #overlay {
    width: 100%;
    height: calc(100% - 38px);
    position: absolute;
    top: 38px;
    left: 0px;
    background: rgba(255, 255, 255, 0.8); }
  #intervention .festcookie {
    position: relative; }
  #intervention .close {
    position: absolute;
    height: 8%;
    width: 5%;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 200; }
  #intervention img {
    z-index: 190; }

@media screen and (max-width: 74.9375em) {
  #intervention {
    top: -10%;
    padding: 0 0 4% 0; }
    #intervention #overlay {
      height: 90%;
      top: 8.5%; } }
#universal_footer_interim ul li a,
#universal_footer_interim #address {
  font-size: 10px; }

#feedback {
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 1001; }

@media screen and (max-width: 48em) {
  #feedback {
    display: none; } }
#pageheading2 h1 {
  color: #333333;
  font-weight: 400;
  font-size: 1.666666667rem;
  line-height: 1.866666667rem; }

.text-highlight p {
  color: #333333;
  font-weight: 400;
  font-size: 0.866666667rem;
  line-height: 1.066666667rem; }

h1 {
  font-family: "neue", "Arial", Helvetica, sans-serif;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.8rem; }
  h1.page-title {
    font-family: "neue-display-random", "Arial Black", Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-feature-settings: 'liga' 1;
    -o-font-feature-settings: 'liga' 1;
    -ms-font-feature-settings: 'liga' 1;
    font-feature-settings: 'liga' 1;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 8px; }

h2 {
  font-family: "neue-display-random", "Arial Black", Helvetica, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: 'liga' 1;
  -o-font-feature-settings: 'liga' 1;
  -ms-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1;
  font-size: 1.133333333rem;
  line-height: 1.333333333rem;
  color: #000; }

h3 {
  font-family: "neue-display-random", "Arial Black", Helvetica, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: 'liga' 1;
  -o-font-feature-settings: 'liga' 1;
  -ms-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1;
  font-size: 1rem;
  line-height: 1.2rem;
  text-transform: uppercase; }

h4 {
  font-family: "neue-display-random", "Arial Black", Helvetica, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: 'liga' 1;
  -o-font-feature-settings: 'liga' 1;
  -ms-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1;
  font-size: 0.933333333rem;
  line-height: 1.133333333rem;
  text-transform: uppercase;
  color: #000; }

h5 {
  margin: 0;
  color: #000; }

p {
  font-size: 0.866666667rem;
  line-height: 1.066666667rem; }
  p + .black-top-rule {
    margin-bottom: 0px; }

.crumbs {
  margin-top: 35px;
  color: #000; }
  .crumbs a:link, .crumbs a:active, .crumbs a:visited {
    color: #000; }
  .crumbs a:hover {
    color: #666666; }

#main_column ul ul li, #main-column ul ol li {
  font-size: 0.866666667rem;
  line-height: 1.133333333rem; }

#ctl00_Master_MainContent_MainColumnDropZone_uxColumnDisplay_ctl00_uxControlColumn_ctl00_uxWidgetHost_uxWidgetHost_widget_cbData > img:first-of-type {
  margin-bottom: 18px; }

table tr td, table tr th {
  border-right: none;
  text-align: left; }
table tr.odd {
  background: transparent; }
table tr th {
  font-family: "neue-display-random", "Arial Black", Helvetica, sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'liga' 1;
  -o-font-feature-settings: 'liga' 1;
  -ms-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1;
  font-size: 0.866666667rem;
  text-transform: uppercase;
  color: #000;
  background: #fff; }
table td.course-title {
  padding-left: 0; }

body.home {
  background: #fff; }

#banner {
  z-index: 1000; }

/*
General Slideshow Styles
*/
img.rsImg {
  margin-bottom: 0; }

.see-more {
  text-transform: uppercase;
  font-size: 11px;
  font-family: "neue-display-random", "Arial Black", Helvetica, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: 'liga' 1;
  -o-font-feature-settings: 'liga' 1;
  -ms-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1;
  float: right;
  margin-top: 20px;
  display: block; }
  p .see-more {
    margin-top: 0;
    float: none; }

@media screen and (min-width: 48em) {
  .half {
    width: 50%; } }
@media screen and (min-width: 64.0625em) {
  .padding-right {
    padding-right: 20%; } }
#menu-wrapper .nav-v ul li a {
  color: #fefefe;
  line-height: 13px; }
  #menu-wrapper .nav-v ul li a:hover {
    color: #e82e21; }
#menu-wrapper ul#secondarynav li a {
  color: #fefefe; }
  #menu-wrapper ul#secondarynav li a:hover {
    color: #e82e21; }

#secondarynav_wrapper {
  margin-top: 30px; }
  #secondarynav_wrapper #secondarynav {
    padding: 0;
    background-color: transparent; }

.dyad > div {
  float: left;
  width: 50%;
  padding-right: 20px; }

@media screen and (max-width: 48em) {
  .dyad > div {
    float: none;
    width: 100%;
    padding-right: 0; } }
#slideshow-wrapper {
  position: relative;
  max-height: 670px;
  overflow: hidden; }

#home-slideshow {
  max-height: 670px; }

.js .home #home-slideshow.royalSlider .rsContent {
  display: block; }
.js .home #home-features-container li {
  opacity: 1; }

.captionWrapper {
  position: absolute;
  top: 340px;
  width: 100%; }

.homeSlideCaption {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto; }
  .homeSlideCaption h3 a {
    display: inline-block; }

@media screen and (min-width: 48.0625em) {
  #home-slideshow:not(.royalSlider) {
    height: 600px; } }
video {
  width: 100%; }

.tns-video {
  margin-bottom: 18px; }

#slides-nav {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 800px; }

.home #banner, .school-page #banner {
  position: absolute;
  top: 0;
  margin-bottom: 0; }
.home #menu-wrapper, .school-page #menu-wrapper {
  position: absolute;
  z-index: 1000;
  top: 155px;
  width: 200px; }

#student-work-portal {
  cursor: pointer;
  margin-top: -60px;
  position: relative;
  z-index: 11; }
  #student-work-portal img {
    width: 100%; }
  #student-work-portal #expand-icon {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 1.666666667rem;
    color: #fefefe; }
  #student-work-portal h3 {
    position: absolute;
    top: 20px;
    left: 15px; }

@media (min-width: 1024px) and (max-height: 725px) {
  #slideshow-wrapper {
    position: relative;
    max-height: 600px;
    overflow: hidden; }

  #home-slideshow {
    max-height: 600px; }

  #student-work-portal {
    margin-top: -100px; } }
#home_feature {
  margin: 20px 0; }
  #home_feature p {
    font-size: 1rem;
    line-height: 1.466666667rem;
    margin: 0; }
    #home_feature p span {
      color: #e82e21; }

#student-work-portal-container {
  width: 56.25%;
  float: left;
  padding-left: 0.666666667rem;
  padding-right: 0.666666667rem;
  float: right; }
  @media screen and (min-width: 48em) {
    #student-work-portal-container {
      padding-left: 0.666666667rem;
      padding-right: 0.666666667rem; } }
  #student-work-portal-container:last-child:not(:first-child) {
    float: right; }

#home-blurb-container {
  width: 43.75%;
  float: left;
  padding-left: 0.666666667rem;
  padding-right: 0.666666667rem; }
  @media screen and (min-width: 48em) {
    #home-blurb-container {
      padding-left: 0.666666667rem;
      padding-right: 0.666666667rem; } }
  #home-blurb-container:last-child:not(:first-child) {
    float: right; }

#home-features-container {
  width: 43.75%;
  float: left;
  padding-left: 0.666666667rem;
  padding-right: 0.666666667rem;
  clear: left; }
  @media screen and (min-width: 48em) {
    #home-features-container {
      padding-left: 0.666666667rem;
      padding-right: 0.666666667rem; } }
  #home-features-container:last-child:not(:first-child) {
    float: right; }

#home-events-container {
  width: 56.25%;
  float: left;
  padding-left: 0.666666667rem;
  padding-right: 0.666666667rem;
  float: right; }
  @media screen and (min-width: 48em) {
    #home-events-container {
      padding-left: 0.666666667rem;
      padding-right: 0.666666667rem; } }
  #home-events-container:last-child:not(:first-child) {
    float: right; }

@media screen and (max-width: 39.9375em) {
  #student-work-portal-container,
  #home-blurb-container {
    width: 100%; } }
#home-features-container {
  margin: 30px 0 20px;
  padding-top: 4px; }
  #home-features-container h2 {
    margin-bottom: 20px; }

#home-features {
  border-top: 2px solid #333333;
  padding-top: 4px; }

#tier2-posts .post {
  padding: 10px 0 25px; }
  #tier2-posts .post::before, #tier2-posts .post::after {
    content: ' ';
    display: table; }
  #tier2-posts .post::after {
    clear: both; }
  #tier2-posts .post:first-of-type {
    border-bottom: 2px solid #333333; }
  #tier2-posts .post .post-thumb {
    float: left;
    width: 33%; }
    #tier2-posts .post .post-thumb img {
      max-width: inherit;
      width: 100%; }
  #tier2-posts .post .post-content {
    float: left;
    width: 67%;
    padding-left: 20px; }
#tier2-posts .post-date {
  font-size: 12px;
  color: #000;
  margin: 0 0 4px; }
#tier2-posts .read-more-btn {
  display: block;
  font-size: 11px; }
  #tier2-posts .read-more-btn:before {
    content: "... "; }

#home-events-wrapper {
  margin: 30px 0 20px;
  padding-top: 4px;
  border-top: 2px solid #333333; }
  #home-events-wrapper h2 {
    margin-bottom: 15px; }
  #home-events-wrapper .see-more {
    padding-left: 30px; }

#home-events .clndr-event {
  float: left;
  width: 50%;
  padding-right: 20px;
  padding-top: 0;
  border-bottom: none;
  clear: none; }
  #home-events .clndr-event:nth-of-type(2n+1) {
    clear: left; }
#home-events .clndr-event .clndr-info p {
  font-size: 0.8rem;
  color: #000; }
  #home-events .clndr-event .clndr-info p.event-location {
    font-size: 0.733333333rem; }
#home-events .clndr-event .clndr-info a.event-title {
  color: #e82e21;
  font-size: 0.8rem;
  font-size: 1.066666667rem;
  margin: 5px 0; }

.home #linklist {
  margin-top: 30px; }

#homepage-tier3 {
  padding-top: 4px; }

hr {
  border-top: 2px solid #333333;
  margin: 0 0 4px; }

#rebel-mouse-wrapper h2 {
  padding-bottom: 15px; }

#home-social-roster {
  margin-top: 60px; }
  #home-social-roster ul {
    margin-bottom: 20px; }
    #home-social-roster ul li {
      margin-left: 1em;
      text-indent: -1em; }

@media screen and (max-width: 63.9375em) {
  .home #banner, .school-page #banner {
    position: relative; }

  #home-slideshow {
    height: 500px; }
    #home-slideshow .rsArrow {
      display: none !important; }

  #menu-wrapper {
    display: none; }

  .captionWrapper {
    top: 47%; }

  .homeSlideCaption h3 {
    width: 56.25%;
    padding: 0 20px; }
    .homeSlideCaption h3 a {
      font-size: 1.333333333rem;
      line-height: 1.466666667rem; }

  #student-work-portal h3 {
    font-size: 1.333333333rem;
    line-height: 1.466666667rem;
    right: 15px; }
  #student-work-portal #expand-icon {
    display: none; }

  #home_feature {
    margin-top: 10px; }

  #tier2-posts .last-post {
    margin-bottom: 5px; }

  #home-events-wrapper {
    margin-top: 0; }
    #home-events-wrapper #home-events {
      margin-bottom: 20px; }

  .clndr-event {
    float: none;
    width: 100%; }

  #home-events-wrapper .see-more {
    float: none;
    padding-left: 0; } }
@media screen and (max-width: 63.9375em) {
  #home-events-container {
    width: 100%; }

  #home-features-container {
    width: 100%;
    margin: 0 0 20px 0; } }
@media screen and (min-width: 640px) and (max-width: 767px) {
  .homeSlideCaption h3 {
    margin-left: 43.75%;
    width: 56.25%; } }
@media screen and (max-width: 40em) {
  .homeSlideCaption h3 {
    width: 100%; } }
@media screen and (max-width: 27.5em) {
  #student-work-portal-container {
    width: 100%; }

  #home-blurb-container {
    width: 100%; }

  .homeSlideCaption h3 a,
  #student-work-portal h3 {
    font-size: 1.133333333rem;
    line-height: 1.266666667rem; }

  #home-events .clndr-event {
    width: 100%;
    margin-bottom: 10px; } }
body.gallery-open {
  overflow: hidden; }

#galleryModal {
  display: none;
  position: fixed;
  overflow-y: scroll;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1005;
  min-height: 100vh;
  width: 100%; }
  #galleryModal #modalBackground {
    position: fixed;
    opacity: 0;
    -webkit-transition: all 600ms;
    transition: all 600ms;
    background-color: #fefefe;
    width: 100%;
    height: 100%; }
  #galleryModal #student-work-close {
    font-size: 50px;
    position: fixed;
    right: 20px;
    z-index: 2; }
  #galleryModal #worksWrapper {
    position: relative;
    margin-bottom: 200px;
    z-index: 1; }
  #galleryModal .work {
    position: relative;
    padding: 7px;
    opacity: 0;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    cursor: pointer; }
    #galleryModal .work img {
      -webkit-transition: all 500ms;
      transition: all 500ms; }
    #galleryModal .work.showWork {
      opacity: 1; }
    #galleryModal .work.active .caption {
      opacity: 1;
      margin-top: 0; }
    #galleryModal .work .imgWrapper {
      position: relative; }
    #galleryModal .work .caption {
      opacity: 0;
      margin: -40px 0 0;
      padding: 15px 0 10px 15px;
      -webkit-transition: all 1s;
      transition: all 1s;
      background-color: #fefefe; }
      #galleryModal .work .caption p {
        color: #000;
        margin-bottom: 0; }
      #galleryModal .work .caption p.student {
        font-size: 0.866666667rem; }
      #galleryModal .work .caption p.title-program {
        font-size: 0.8rem;
        font-style: italic;
        margin-top: 0; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #galleryModal .works-column {
    width: 50%; } }
@media screen and (max-width: 64em) {
  #galleryModal .work .caption {
    opacity: 1;
    margin: 0;
    background-color: transparent; } }
@media screen and (max-width: 47.9375em) {
  #galleryModal .works-column {
    float: none; }
  #galleryModal .work {
    width: 100%;
    float: none;
    clear: both; }
    #galleryModal .work img {
      width: 80%; } }
.inner-wrapper, .whitebox {
  padding: 0; }

.showhide-toggle {
  color: #333333;
  padding: 5px 60px 5px 0;
  font-size: 1.066666667rem;
  line-height: 1.266666667rem; }
  .showhide-toggle span {
    color: #e82e21;
    right: 3px;
    font-size: 16px; }
    .showhide-toggle span:before {
      content: "\f067";
      font-family: FontAwesome4;
      color: #b3b3b3; }
    .showhide-toggle span:after {
      content: ""; }
  .showhide-toggle.active-show span:before {
    content: "\f068"; }
  .showhide-toggle.active-show span:after {
    content: ""; }

.showhide-content {
  padding: 15px 0 0; }

.tns-showpeek {
  margin: 10px 0;
  border-top: 2px solid #333333;
  padding-top: 5px; }
  .tns-showpeek:first-of-type {
    margin-top: 0; }
  .tns-showpeek h2 {
    font-size: 1.4rem;
    line-height: 1.6rem; }

#main_column #program-faculty ul {
  margin-top: 10px; }
  #main_column #program-faculty ul li {
    padding-left: 0;
    text-indent: 0; }
    #main_column #program-faculty ul li:before {
      content: ""; }

#facultyAdministrativeTitle {
  display: none; }

#school-name a {
  font-size: 0.933333333rem; }

#program-about {
  border-top: 2px solid #333333;
  padding-top: 5px; }
  #program-about .columns p.feature-copy {
    color: #000;
    margin-top: 0; }

#about-readmore {
  font-size: 0.733333333rem;
  line-height: 0.933333333rem;
  margin: 20px 10px 5px;
  display: block;
  overflow: hidden;
  height: 1rem;
  text-align: right;
  clear: both; }
  #about-readmore span {
    position: relative;
    top: 0;
    display: block;
    transition: top 250ms;
    -webkit-transition: top 250ms; }
  #about-readmore.open span {
    top: -14px; }

#about-morecontent {
  clear: both;
  display: none;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px; }

#program-curriculum .showpeek-content div > div:first-of-type {
  margin-bottom: 20px; }
#program-curriculum table.fixed-head-dup {
  display: none !important; }
#program-curriculum td:last-of-type {
  width: 40px; }

.rsTns .rsFullscreenBtn {
  opacity: 1; }

.profile-filter-headers a.filter-show {
  background: #000; }

.featured-profiles a, .featured-profiles p {
  color: #000; }

h2.profile-program-name {
  font-size: 0.866666667rem;
  line-height: 1.066666667rem;
  text-transform: none; }

.profile-project-name {
  color: #000;
  padding-top: 12px;
  font-family: "neue", "Arial", Helvetica, sans-serif;
  font-style: italic; }

.personalprofile-text {
  padding-top: 12px; }
  .personalprofile-text p {
    font-size: 1.2rem;
    line-height: 1.466666667rem; }

.profile-grid#schools-grid .column h4, .profile-grid#schools-grid .columns h4 {
  color: #e82e21; }
.profile-grid > .column:hover, .profile-grid > .columns:hover {
  background: #f2f2f2; }
.profile-grid > .column p, .profile-grid > .columns p {
  font-size: 0.8rem;
  line-height: 1rem;
  color: #000;
  margin-bottom: 2px; }
.profile-grid > .column h3, .profile-grid > .columns h3 {
  font-family: "neue", "Arial", Helvetica, sans-serif;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 3px; }
.profile-grid > .column h4, .profile-grid > .columns h4 {
  font-size: 0.933333333rem;
  color: #000;
  font-family: "neue", "Arial", Helvetica, sans-serif;
  text-transform: capitalize;
  padding-top: 0px; }
.profile-grid > .column .profile-subtype, .profile-grid > .columns .profile-subtype {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  line-height: 1rem;
  margin-bottom: 2px; }
.profile-grid > .column .profile-program-name, .profile-grid > .columns .profile-program-name {
  color: #000; }
.profile-grid .profile-text h4 {
  text-transform: none; }

body.research-projects .profile-subtype {
  display: none; }
body.research-projects .profile-type-h2 {
  display: none; }

.sidebar .profile-grid-box {
  border-bottom: 0; }

@media screen and (max-width: 63.9375em) {
  .sidebar .profile-grid-box img {
    width: 100%; } }
/* start Groundbreakers */
.personalprofile-text p {
  color: #666666;
  font-size: 18px;
  line-height: 22px; }
  .personalprofile-text p a {
    color: #e82e21;
    font-weight: 700; }
    .personalprofile-text p a a:hover {
      color: #666666; }

@media screen and (max-width: 63.9375em) {
  .sub-no-leftnav #content-global-wrapper.grid_12 {
    width: 68%;
    float: left; }
  .sub-no-leftnav #sidebar.grid_4 {
    width: 28%; }
  .sub-no-leftnav #sidebar-top {
    width: 28%;
    float: right; } }
@media screen and (max-width: 47.9375em) {
  .sub-no-leftnav #content-global-wrapper.grid_12 {
    width: 98%;
    float: none; }
  .sub-no-leftnav #sidebar.grid_4 {
    width: 98%; }
  .sub-no-leftnav #sidebar-top {
    width: 98%;
    float: none; } }
/* end Groundbreakers */
/* This style pertains to re:D magazine */
.red-grid {
  padding-top: 20px; }
  .red-grid li h3 {
    color: #666666;
    padding-top: 15px; }
  .red-grid :first-of-type h3 {
    color: #e82e21; }

#program-highlights #student-life-posts {
  margin-top: 25px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }
#program-highlights .tns-post {
  page-break-inside: avoid;
       break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 30px; }
  #program-highlights .tns-post img {
    padding: 0;
    width: 100%; }
  #program-highlights .tns-post h5 {
    color: #e82e21;
    padding: 0 0 4px;
    font-size: 0.866666667rem; }
  #program-highlights .tns-post a:hover h5 {
    color: #000; }

@media screen and (max-width: 27.5em) {
  #program-highlights #student-life-posts {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }
#student-life .section-title {
  margin-bottom: 12px; }

.program-student-work .row .columns:first-child .imgWrapper {
  text-align: right; }
.program-student-work .work {
  position: relative;
  padding: 7px 7px 30px 7px;
  width: 100%;
  cursor: pointer; }
  .program-student-work .work img {
    -webkit-transition: all 500ms;
    transition: all 500ms; }
  .program-student-work .work.active .caption {
    opacity: 1;
    margin-top: 0; }
  .program-student-work .work .imgWrapper {
    position: relative;
    width: 100%; }
    .program-student-work .work .imgWrapper.align-right {
      text-align: right; }
  .program-student-work .work .caption {
    opacity: 0;
    margin: -40px 0 0;
    padding: 5px 0 10px 15px;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #fefefe;
    text-align: left; }
    .program-student-work .work .caption p {
      color: #000;
      margin-bottom: 0; }
    .program-student-work .work .caption p.student {
      font-size: 0.866666667rem; }
    .program-student-work .work .caption p.title-program {
      font-size: 0.8rem;
      font-style: italic;
      margin-top: 0; }
.program-student-work.captions-always-on .caption {
  opacity: 1;
  margin-top: 0; }

@media screen and (min-width: 48em) {
  .personalprofile2-text img {
    float: left;
    width: 50%;
    padding-right: 20px; } }
@media screen and (max-width: 48em) {
  .dyad-grid .profile-img {
    padding: 0; }
  .dyad-grid .profile-text {
    padding-left: 0; } }
@media screen and (max-width: 48em) {
  .program-student-work .row .columns:first-child .imgWrapper {
    text-align: left; }
  .program-student-work .work .caption {
    opacity: 1;
    margin-top: 0; } }
.showpeek-toggle {
  margin-bottom: 10px; }

.program-student-work .showpeek-wrapper .showpeek-content, #student-life .showpeek-wrapper .showpeek-content {
  margin-top: 10px; }

#program-about .showpeek-wrapper .showpeek-content {
  margin-top: 0; }

#student-life h3 {
  border-top: 2px solid;
  padding-top: 4px; }
#student-life img {
  vertical-align: bottom;
  padding: 20px 20px 0px 0;
  margin: 0; }

#student-life-images .work:first-of-type img {
  padding-top: 0; }

/*

SCHOOL PAGE

*/
#ctl00_Master_BodyTop_SchoolSlideshowDropZone_uxColumnDisplay_ctl00_uxControlColumn_ctl00_uxWidgetHost_uxWidgetHost_widget_cbData {
  position: relative; }

.background-fade {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(75%, rgba(0, 0, 0, 0.45)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#B3000000',GradientType=0 );
  /* IE6-9 */ }

#school-slideshow {
  min-height: 640px;
  max-height: 670px;
  -webkit-transition: height 500ms;
  transition: height 500ms; }
  #school-slideshow .captionWrapper {
    z-index: 2; }
  #school-slideshow .captionWrapperInside {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto; }
  #school-slideshow .schoolSlideCaption {
    opacity: 0;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms; }
    #school-slideshow .schoolSlideCaption a {
      color: #fff;
      text-decoration: underline; }
  #school-slideshow.rsTns .schoolSlideCaption {
    opacity: 1;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms; }

@media (min-width: 1024px) and (max-height: 725px) {
  #school-slideshow {
    max-height: 650px; } }
#school-program-list h2 {
  font-size: 1.533333333rem;
  line-height: 1.666666667rem;
  font-family: "neue-display-random", "Arial Black", Helvetica, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: 'liga' 1;
  -o-font-feature-settings: 'liga' 1;
  -ms-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1;
  color: #e82e21;
  border-top: 3px solid #000;
  padding-top: 2px; }
#school-program-list h3 {
  color: #000;
  margin-bottom: 18px; }
#school-program-list h4 {
  font-size: 0.866666667rem;
  line-height: 1.066666667rem;
  text-transform: none; }
#school-program-list ul {
  margin-bottom: 10px; }
  #school-program-list ul li {
    margin-bottom: 5px; }
    #school-program-list ul li a {
      font-size: 0.866666667rem;
      line-height: 1.066666667rem; }

#school-tier3 {
  margin-top: 30px; }

.school-magazine {
  margin-top: -80px;
  position: relative;
  z-index: 1000; }
  .school-magazine a {
    display: block;
    padding-top: 10px;
    position: relative; }
  .school-magazine img {
    position: relative; }
  .school-magazine h2 {
    border-top: 4px solid #fefefe;
    position: absolute;
    top: 10px;
    padding-top: 4px;
    margin: 10px;
    color: #fefefe;
    font-weight: 700; }

#school-links .quick-links h4 {
  border-top: 3px solid #000;
  padding-top: 5px;
  font-family: "neue-display-random", "Arial Black", Helvetica, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: 'liga' 1;
  -o-font-feature-settings: 'liga' 1;
  -ms-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1;
  font-size: 0.866666667rem;
  line-height: 1.066666667rem; }
#school-links .quick-links ul li a {
  font-size: 0.866666667rem;
  line-height: 1.066666667rem; }
#school-links ul {
  margin-top: 8px; }
  #school-links ul li {
    padding-bottom: 4px; }
#school-links .sidebar-social {
  margin: 20px 0;
  border-top: 3px solid #000;
  padding-top: 5px; }

#school-blogposts {
  position: relative; }
  #school-blogposts .tns-post {
    opacity: 0;
    width: calc(33% - 20px);
    position: absolute;
    margin-right: 20px;
    border-top: 2px solid #000;
    left: 0;
    top: 0;
    -webkit-transition: all 500ms;
    transition: all 500ms; }
    #school-blogposts .tns-post h3 {
      font-size: 1.2rem;
      line-height: 1.4rem;
      color: #e82e21;
      margin: 3px 0 0; }
    #school-blogposts .tns-post .post-site {
      font-style: italic;
      color: #000;
      margin-top: 1px; }
    #school-blogposts .tns-post:hover h3 {
      color: #000; }

@media screen and (max-width: 48em) {
  #school-slideshow {
    min-height: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0; }
    #school-slideshow .schoolSlideCaption h3 {
      margin-top: 5px;
      border-top: 0;
      padding-top: 0; }
    #school-slideshow .schoolSlideCaption p {
      margin-bottom: 0; }
    #school-slideshow .schoolSlideCaption a {
      color: #000; }
      #school-slideshow .schoolSlideCaption a:hover {
        color: #000; }
    #school-slideshow .rsContent img {
      max-width: 100%; }
    #school-slideshow .rsGCaption {
      margin-bottom: 0; }

  #school-program-list h2 {
    font-size: 1.266666667rem;
    line-height: 1.466666667rem; }

  .school-magazine {
    margin-top: 0;
    margin-bottom: 15px; }

  .quick-links {
    margin-bottom: 15px; }

  .sidebar-social {
    margin: 0 0 15px 0; }

  #school-tier2 .large-6 {
    width: 37.5%; }
  #school-tier2 .large-4 {
    width: 25%; }

  #school-tier3 {
    margin-top: 0; } }
@media screen and (max-width: 47.9375em) {
  #school-blogposts {
    height: inherit !important; }
    #school-blogposts .tns-post {
      width: 100%;
      margin: 0 0 30px;
      position: relative;
      left: 0 !important;
      top: 0 !important; }
      #school-blogposts .tns-post:last-of-type {
        margin-bottom: 0; }

  #school-tier2 .large-6, #school-tier2 .large-4 {
    width: 100%; } }
#action_calls li.PBItem {
  margin-bottom: 30px; }
  #action_calls li.PBItem:nth-of-type(2) {
    margin-top: -20px; }

#right_column .content {
  margin-bottom: 30px; }

#right_column ul {
  margin-bottom: 10px; }
  #right_column ul ul li {
    text-indent: 0; }
    #right_column ul ul li:before {
      content: none;
      font-size: 0.733333333rem;
      line-height: 0.866666667rem;
      position: relative; }
  #right_column ul ul li {
    font-size: 0.733333333rem;
    line-height: 0.866666667rem;
    margin: 0 0 5px; }

.sidebar p {
  font-size: 0.733333333rem;
  line-height: 0.866666667rem;
  margin-bottom: 7px; }
  .sidebar p + .box-title, .sidebar p + h3 {
    margin-top: 20px; }
.sidebar ul ul li {
  margin: 0 0 5px;
  padding-left: 0;
  text-indent: 0;
  font-size: 0.866666667rem;
  line-height: 1.066666667rem; }
  .sidebar ul ul li a {
    color: #e82e21; }
    .sidebar ul ul li a:hover {
      color: #000; }
.sidebar a:hover {
  color: #000; }
.sidebar #ctl00_Master_MainContent_SidebarDropZone_uxColumnDisplay_ctl00_uxControlColumn_ctl03_uxWidgetHost_uxUpdatePanel {
  margin-bottom: 22px; }
  .sidebar #ctl00_Master_MainContent_SidebarDropZone_uxColumnDisplay_ctl00_uxControlColumn_ctl03_uxWidgetHost_uxUpdatePanel img {
    margin-bottom: 2px; }
.sidebar h3 {
  font-size: 0.933333333rem;
  line-height: 1.133333333rem;
  color: #000;
  margin: 0; }
.sidebar h4 {
  font-weight: 400;
  text-transform: none; }
.sidebar h5 {
  font-size: 0.866666667rem;
  font-weight: 300;
  padding: 15px 0 4px; }
  .sidebar h5:first-of-type {
    padding-top: 0px; }
  .sidebar h5.no-padding {
    padding: 0px 0px 0px; }
.sidebar .widgetBody {
  margin-bottom: 20px; }

.sidebar-social {
  margin: 0; }
  .sidebar-social p {
    font-size: 0.8rem;
    line-height: 1rem;
    margin-bottom: 11px;
    margin-left: 28px !important; }
    .sidebar-social p a:hover {
      color: #000; }
    .sidebar-social p .fa {
      margin-left: -27px;
      font-size: 1.6rem;
      line-height: inherit;
      color: #e82e21;
      padding-right: 7px;
      vertical-align: middle; }
  .sidebar-social .fa {
    font-size: 1.533333333rem;
    padding-right: 2px; }

.workarea .sidebar-social p a {
  font-size: 0.8rem !important;
  color: #e82e21 !important; }

.sidebar-cta {
  padding: 0 !important;
  background-color: transparent;
  margin-bottom: 20px; }
  .sidebar-cta h3 {
    font-size: 26.666666667rem;
    line-height: 1.333333333rem;
    font-size: 1.066666667rem;
    line-height: 1.2rem;
    color: #e82e21;
    padding-top: 0; }
  .sidebar-cta:hover {
    background: transparent; }
    .sidebar-cta:hover h3 {
      color: #000; }
  .sidebar-cta span, .sidebar-cta p {
    color: #000;
    font-size: 0.733333333rem;
    line-height: 0.933333333rem; }
  .sidebar-cta img {
    margin-top: 12px; }

.box-title {
  font-size: 0.933333333rem;
  line-height: 1.133333333rem;
  color: #000;
  margin: 0; }
  .box-title + h5 {
    padding-top: 0px; }

.graybox p {
  line-height: 1.266666667rem; }

#sidebar-buttons ul > li a {
  padding: 0;
  color: #e82e21; }
  #sidebar-buttons ul > li a:hover {
    background-color: transparent;
    color: #000; }
#sidebar-buttons ul > li:first-child {
  margin-bottom: .25em; }
  #sidebar-buttons ul > li:first-child a {
    text-transform: none;
    color: #e82e21;
    background-color: transparent; }
    #sidebar-buttons ul > li:first-child a:hover {
      color: #000;
      background-color: transparent; }

.sidebar-cta h3 {
  font-size: 1rem;
  line-height: 1.2rem;
  padding-top: 8px; }

.sidebar-showhide .box-title,
.sidebar-show-hide .box-title {
  padding: 8px 15px 0 0;
  font-size: 13px; }
  .sidebar-showhide .box-title:after,
  .sidebar-show-hide .box-title:after {
    content: "\f067";
    top: 8px;
    color: #b3b3b3; }
  .sidebar-showhide .box-title.active-show:after,
  .sidebar-show-hide .box-title.active-show:after {
    content: "\f068";
    padding-top: 0;
    top: 6px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

/*

  Unique Page Items

*/
.masonry-posts div.tns-post {
  margin-right: 0; }
  .masonry-posts div.tns-post .box {
    margin-bottom: 10px; }

.pullquote.short {
  background-color: #fff; }
  .pullquote.short p {
    color: #e82e21;
    font-size: 1rem;
    line-height: 1.333333333rem;
    font-weight: 400; }

@media screen and (max-width: 64em) {
  #main_column ul li.academics-block {
    width: 50%; } }
@media screen and (max-width: 48em) {
  #main_column ul li.academics-block {
    width: 100%; }

  .academics-image {
    margin-bottom: 10px; } }
#filter-menu {
  margin-bottom: 0;
  line-height: 17px; }
  #filter-menu .filter-menu-wrapper {
    margin: 15px 0; }
  #filter-menu #all-filter {
    display: none; }
  #filter-menu a {
    color: #e82e21;
    font-weight: 700;
    position: relative; }

#main_column .filter-items-list li:before {
  content: ""; }

.events-info p {
  margin: 5px 0 12px; }

.dyad-grid.small-square-img .profile-img {
  border: 1px solid #ddd; }

ul.tns-blogposts li {
  padding: 0 1.33333rem 1.33333rem; }
ul.tns-blogposts .img-wrapper img {
  width: 100%; }
ul.tns-blogposts .blog-text {
  margin-top: 5px; }
  ul.tns-blogposts .blog-text h4 {
    text-transform: none;
    color: #e82e21; }

.exhibitionInfo {
  font-style: italic; }

#main_column ul ul.exhibition-list li.clndr-event {
  padding: 0 0 20px; }

.exhibition-list .clndr-event {
  border-bottom: none; }
  .exhibition-list .clndr-event .clndr-image {
    float: left;
    margin-right: 15px; }
    .exhibition-list .clndr-event .clndr-image img {
      width: 150px; }
  .exhibition-list .clndr-event .clndr-info p {
    font-size: 0.8rem;
    line-height: 0.933333333rem; }
    .exhibition-list .clndr-event .clndr-info p.event-date {
      font-family: "neue-display-random", "Arial Black", Helvetica, sans-serif;
      font-weight: 400;
      -webkit-font-feature-settings: 'liga' 1;
      -o-font-feature-settings: 'liga' 1;
      -ms-font-feature-settings: 'liga' 1;
      font-feature-settings: 'liga' 1;
      font-size: 0.733333333rem;
      line-height: 0.866666667rem;
      margin-top: 3px; }
  .exhibition-list .clndr-event .clndr-info h3 {
    text-transform: none; }
  .exhibition-list .clndr-event .clndr-info a {
    color: #e82e21;
    font-size: inherit; }
    .exhibition-list .clndr-event .clndr-info a:hover {
      color: #666666; }

@media screen and (max-width: 27.5em) {
  .exhibition-list .clndr-event .clndr-image {
    margin-right: 10px; }
    .exhibition-list .clndr-event .clndr-image img {
      width: 110px; } }
@media screen and (max-width: 47.9375em) {
  body {
    background: #fefefe; }

  #feedback {
    display: none; }

  #banner h2.sitename {
    font-size: 2.266666667rem;
    line-height: 2.266666667rem; }

  #pageheading h1 {
    font-size: 1.266666667rem;
    line-height: 1.4rem; }

  .crumbs {
    margin-top: 10px; }

  #school-slideshow .rsContent img {
    max-width: 100%; }
  #school-slideshow .captionWrapper {
    position: relative;
    top: 0 !important; }
    #school-slideshow .captionWrapper .schoolSlideCaption {
      float: none; }
      #school-slideshow .captionWrapper .schoolSlideCaption h3 {
        color: #e82e21;
        font-size: 1.333333333rem;
        line-height: 1.466666667rem; }
      #school-slideshow .captionWrapper .schoolSlideCaption p {
        color: #000; } }

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