@charset "UTF-8";
/* formerly /assets/sass/_common/_performingarts_arts.scss */
/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  line-height: 1.5em;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2.25em;
  line-height: 1.333333333em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.666666667em 0; }

h2 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 1.2em 0; }

h3 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1.5em 0; }

h4 {
  font-size: 0.6875em;
  line-height: 2.181818182em;
  margin: 2.181818182em 0; }

h5 {
  font-size: 0.6875em;
  line-height: 2.181818182em;
  margin: 2.181818182em 0; }

h6 {
  font-size: 0.6875em;
  line-height: 2.181818182em;
  margin: 2.181818182em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px; }

dl,
ol,
ul {
  margin: 1.5em 0; }

/**
 * Turn off margins on nested lists.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

dd {
  margin: 0 0 0 40px; }

ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1.5em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.5em;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
  /*
   * 1. Set 1 unit of vertical rhythm on the top and bottom margin.
   * 2. Set consistent space for the list style image.
   */
  margin: 1.5em 0;
  /* 1 */
  padding: 0 0 0 40px;
  /* 2 */
  /**
   * Turn off margins on nested lists.
   */ }
  menu menu, ol menu, ul menu {
    margin: 0; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

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

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

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

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

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

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

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

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

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

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

.row {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.666666667rem;
    margin-left: -0.666666667rem; }
    @media print, screen and (min-width: 27.5em) {
      .row .row {
        margin-right: -0.666666667rem;
        margin-left: -0.666666667rem; } }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.666666667rem;
        margin-left: -0.666666667rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.666666667rem;
        margin-left: -0.666666667rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-right: -0.666666667rem;
        margin-left: -0.666666667rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.666666667rem;
    padding-left: 0.666666667rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.666666667rem;
    padding-left: 0.666666667rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.666666667rem;
  padding-left: 0.666666667rem; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 0.666666667rem;
      padding-left: 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 {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 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 {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

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

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

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

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

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

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

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

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

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

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

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

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

@media print, screen and (min-width: 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 {
    float: left;
    width: 100%; }
    .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 {
    float: left;
    width: 50%; }
    .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 {
    float: left;
    width: 33.333333333%; }
    .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 {
    float: left;
    width: 25%; }
    .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 {
    float: left;
    width: 20%; }
    .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 {
    float: left;
    width: 16.666666667%; }
    .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 {
    float: left;
    width: 14.285714286%; }
    .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 {
    float: left;
    width: 12.5%; }
    .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-right: 0;
    padding-left: 0; }
  .medium-small-collapse .row {
    margin-right: 0;
    margin-left: 0; }

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

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

  .medium-small-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-small-centered, .medium-small-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .medium-small-uncentered,
  .medium-small-push-0,
  .medium-small-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@media print, 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 {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }

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

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

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

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

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

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

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

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

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

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

  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 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 {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }

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

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

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

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

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

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

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

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

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

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

  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@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 {
    float: left;
    width: 100%; }
    .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 {
    float: left;
    width: 50%; }
    .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 {
    float: left;
    width: 33.333333333%; }
    .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 {
    float: left;
    width: 25%; }
    .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 {
    float: left;
    width: 20%; }
    .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 {
    float: left;
    width: 16.666666667%; }
    .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 {
    float: left;
    width: 14.285714286%; }
    .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 {
    float: left;
    width: 12.5%; }
    .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-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }

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

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

  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
.column-block {
  margin-bottom: 1.333333333rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.333333333rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #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-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #e82e21;
    color: #000; }
    .button.primary:hover, .button.primary:focus {
      background-color: #c01f14;
      color: #000; }
  .button.secondary {
    background-color: #666666;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #525252;
      color: #fefefe; }
  .button.success {
    background-color: #4aa4af;
    color: #000; }
    .button.success:hover, .button.success:focus {
      background-color: #3b838c;
      color: #000; }
  .button.warning {
    background-color: #e82e21;
    color: #000; }
    .button.warning:hover, .button.warning:focus {
      background-color: #c01f14;
      color: #000; }
  .button.alert {
    background-color: #e82e21;
    color: #000; }
    .button.alert:hover, .button.alert:focus {
      background-color: #c01f14;
      color: #000; }
  .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 #666666;
      color: #666666; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #333333;
        color: #333333; }
    .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.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #e82e21;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #e82e21;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #666666;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #4aa4af;
        color: #fefefe; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #e82e21;
        color: #fefefe; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #e82e21;
        color: #fefefe; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.333333333rem;
  margin: 0 0 1.066666667rem;
  padding: 0.533333333rem;
  border: 1px solid #000;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: normal;
  color: #333;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #e82e21;
    background-color: #fff;
    box-shadow: none;
    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: #4d4d4d; }

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

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

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

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

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

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.533333333rem;
  margin-right: 1.066666667rem;
  margin-bottom: 0; }
  [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.8rem;
  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, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

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

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

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.4rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.8rem; }

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

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

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

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

select {
  height: 2.333333333rem;
  margin: 0 0 1.066666667rem;
  padding: 0.533333333rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 0.8rem;
  line-height: normal;
  color: #333;
  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%280, 0, 0%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1.066666667rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.6rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #e82e21;
    background-color: #fff;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  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) {
  border-color: #e82e21;
  background-color: #fce9e8; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #e82e21; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #e82e21; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #e82e21; }

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

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

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

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: transparent;
  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%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 200ms ease, visibility 200ms ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #404040; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10000; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #404040; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10000; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 385px;
  height: 100%;
  -webkit-transform: translateX(-385px);
          transform: translateX(-385px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(385px);
            transform: translateX(385px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 385px;
  height: 100%;
  -webkit-transform: translateX(385px);
          transform: translateX(385px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-385px);
            transform: translateX(-385px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.off-canvas-content {
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@media print, screen and (min-width: 27.5em) {
  .position-left.reveal-for-medium-small {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium-small ~ .off-canvas-content {
      margin-left: 385px; }

  .position-right.reveal-for-medium-small {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium-small ~ .off-canvas-content {
      margin-right: 385px; }

  .position-top.reveal-for-medium-small {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium-small ~ .off-canvas-content {
      margin-top: 385px; }

  .position-bottom.reveal-for-medium-small {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium-small ~ .off-canvas-content {
      margin-bottom: 385px; } }
@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 385px; }

  .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 385px; }

  .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 385px; }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 385px; } }
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 385px; }

  .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 385px; }

  .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 385px; }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 385px; } }
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 385px; }

  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 385px; }

  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 385px; }

  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 385px; } }
body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

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

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

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

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

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

.tabs.primary {
  background: #e82e21; }
  .tabs.primary > li > a {
    color: #000; }
    .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;
    font-size: 0.8rem;
    line-height: 1;
    color: #e82e21; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #cf2115; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #e82e21; }

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

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

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #000;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000;
    top: 50%;
    bottom: auto;
    left: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -webkit-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 print, 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 print, 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 print, 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;
  width: auto;
  height: 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-right: auto;
  margin-left: auto; }

.clearfix::before, .filter-tabs::before, .clearfix::after, .filter-tabs::after {
  display: table;
  content: ' '; }
.clearfix::after, .filter-tabs::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, #story h1, .letter {
  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, #home-events .clndr-event .event-title {
  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, #home-events .clndr-event .clndr-info p {
  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, #home_intro p, #homepage-tier2 #tier2-posts p, #home_feature p, #courses_intro p, div.academics-block h3 {
  font-family: "neue", "Arial", Helvetica, sans-serif;
  font-weight: 300; }

.medium-font, .sidebar .form button.button, .form #thank-you p, .nav-v ul li ul li a, .juicer-feed.white.juicer-tns li .j-title p, .dyad-grid.small-square-img .profile-text h4, #home_blurb p, #filter-menu {
  font-family: "neue", "Arial", Helvetica, sans-serif;
  font-weight: 400; }

.heavy-font, .form button.submit, .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, #home_intro p span, #carousel_wrapper .course .course_read_more, div.academics-block .academics-degree {
  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; }

javascript {
  display: none; }

body {
  margin: 0;
  line-height: 1.25;
  background: url(/lang2/assets/img/tempbg-lang.jpg) repeat fixed center top; }

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

h1 {
  font-size: 36px;
  line-height: 1em;
  color: #666666; }

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

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

h4 {
  font-size: 11px;
  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 {
  padding-left: 12px; }

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, .clearfix::after, .filter-tabs::after {
  display: table;
  content: ' '; }
.clearfix::after, .filter-tabs::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 {
    content: "";
    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 {
      content: "";
      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; }

/* forms */
.form {
  position: relative; }
  .form button.submit {
    width: 100%;
    max-width: 400px;
    text-transform: uppercase; }
  .form .is-invalid-input:not(:focus) {
    background-color: #fff; }
  .form .form-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #e82e21; }
  .form #thank-you p {
    border: 0;
    color: #fefefe;
    font-size: 0.933333333rem;
    line-height: 1.333333333rem;
    padding: 20px;
    text-align: center;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    width: 100%; }
    .form #thank-you p a {
      color: #fefefe; }
  .form #spinner i {
    color: #fefefe; }
  .form #spinner .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }

/* end forms */
/* alerts*/
#alert {
  position: relative;
  z-index: 1; }
  #alert + form {
    position: relative; }
  #alert #alert-inner-wrapper {
    padding-top: 10px;
    padding-bottom: 10px; }
  #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 {
    float: left;
    width: 200px;
    padding: 10px;
    border-right: 1px solid; }
    #alert #alert-title p {
      margin-bottom: 0; }
    #alert #alert-title a {
      position: relative;
      display: block;
      padding-left: 40px;
      color: #fff;
      font-size: 16px;
      line-height: 16px;
      text-transform: uppercase;
      font-weight: bold; }
      #alert #alert-title a:hover {
        color: #fff; }
      #alert #alert-title a:before {
        position: absolute;
        left: 0;
        top: 10px;
        content: "\f071";
        font-family: FontAwesome4;
        font-size: 30px;
        font-weight: normal;
        font-style: normal;
        display: inline;
        text-decoration: inherit; }
  #alert #alert-text {
    margin-left: 200px;
    padding: 10px 10px 10px 20px; }
    #alert #alert-text p {
      font-size: 13px;
      line-height: 16px; }
    #alert #alert-text a {
      color: #fff;
      text-decoration: underline; }

@media screen and (max-width: 27.5em) {
  #alert #alert-title {
    float: none;
    width: 100%;
    padding: 0 10px 10px;
    border-right: 0; }
    #alert #alert-title a {
      padding-left: 30px; }
      #alert #alert-title a:before {
        font-size: 20px;
        top: 0; }
  #alert #alert-text {
    padding: 0 0 0 40px;
    margin-left: 0; }
    #alert #alert-text p {
      margin: 0; } }
/* multi column */
@media print, screen and (min-width: 48em) {
  .three-column {
    -webkit-column-count: 3;
    column-count: 3; }

  .two-column {
    -webkit-column-count: 2;
    column-count: 2; } }
/* profile styles */
.profile-grid::before, .profile-grid::after {
  display: table;
  content: ' '; }
.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%);
    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 h3 a, .profile-grid > .column h3 a, .profile-grid > .columns h3 a {
    color: #666666; }
  .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;
    line-height: 1.4em;
    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 p, .profile-grid > .column p, .profile-grid > .columns p {
    line-height: 1.066666667rem;
    margin-top: 10px;
    color: #999999; }
  .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; }

.profile-grid.profile-grid--natural-image-size .img-wrapper {
  position: relative;
  overflow: visible;
  height: auto;
  padding-bottom: 0;
  margin-bottom: 4px; }
.profile-grid.profile-grid--natural-image-size img {
  height: auto;
  position: relative;
  max-width: 100%;
  -webkit-transform: none;
          transform: none;
  left: auto; }

#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:hover, #main_column ul .profile-grid > .column:hover, #main_column ul .profile-grid > .columns:hover {
    color: #e82e21;
    background: #f2f2f2; }
  #main_column ul .profile-grid li [data-equalizer-watch], #main_column ul .profile-grid > .column [data-equalizer-watch], #main_column ul .profile-grid > .columns [data-equalizer-watch] {
    display: block; }

.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;
    margin-right: 5px; }
    .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;
              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;
              column-count: 3; }
    .filter-tabs > li ul.filters-auto-generated li {
      break-inside: avoid-column;
      -webkit-column-break-inside: avoid;
      display: inline-block; }
    .filter-tabs > li ul li {
      width: 100%;
      margin-bottom: 6px;
      padding-left: 5px;
      text-indent: 5px; }
      .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;
              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;
            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 print, screen and (min-width: 48em) {
  .three-column {
    -webkit-column-count: 3;
            column-count: 3; }

  .two-column {
    -webkit-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);
  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; }

/* juicer */
/* juicer */
.juicer-feed.white.juicer-tns {
  font-size: 0.933333333rem; }
  .juicer-feed.white.juicer-tns .referral {
    display: none; }
  .juicer-feed.white.juicer-tns li.feed-item {
    border-style: none; }
    .juicer-feed.white.juicer-tns li.feed-item .j-message a {
      font-weight: normal; }
    .juicer-feed.white.juicer-tns li.feed-item.juicer {
      display: none; }
  .juicer-feed.white.juicer-tns li p {
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    color: #333333; }
  .juicer-feed.white.juicer-tns li .j-title p {
    font-size: 0.866666667rem;
    line-height: 1.066666667rem;
    color: #e82e21; }
  .juicer-feed.white.juicer-tns .j-meta a:hover {
    color: #e82e21; }
  .juicer-feed.white.juicer-tns .j-meta a.j-social {
    font-size: 1.2em; }
  .juicer-feed.white.juicer-tns a, .juicer-feed.white.juicer-tns a:hover {
    color: #e82e21;
    font-weight: normal; }

#main_column .juicer-feed li {
  text-indent: 0;
  margin: 0; }
  #main_column .juicer-feed li:before {
    content: ""; }

/* 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 {
    display: table;
    content: ' '; }
  .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;
    column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    margin-top: 5px; }
    .multi-column-text.three-column {
      -webkit-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;
      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
-- this is for legacy stuff; Zurb changed panels to callouts in version 6
*/
.panel {
  border-left: 5px solid;
  padding: 1rem;
  background-color: #f2f2f2;
  margin-bottom: 15px; }
  .panel h5 {
    margin-top: 0; }

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

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  color: #666666;
  margin-bottom: 16px; }
  table.table-noheader {
    border-top: 1px solid #d9d9d9; }
  table.table-alphabet tr th {
    padding: 0;
    border-right: 0; }
  table thead tr {
    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:not(.table-no-hover) tr:hover {
  background: #d9d9d9; }
  table.tns-table:not(.table-no-hover) 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; }
  .showhide-content table.tns-table.fixed-head-dup {
    display: none !important; }

/* 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; }

/*
Typing Tool Modal
 */
.reveal.typing-tool {
  padding: 0;
  width: 100%;
  height: 100%; }
  .reveal.typing-tool .close-reveal-modal {
    display: none; }
  .reveal.typing-tool iframe {
    width: 100%;
    height: 100%;
    display: block; }
  @media screen and (min-width: 27.5em) {
    .reveal.typing-tool {
      width: 400px;
      height: 650px; } }

/* 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;
    margin-bottom: 15px; }
    #universal_footer_interim #address #social-roster ul {
      list-style-type: none; }
      #universal_footer_interim #address #social-roster ul li {
        display: inline-block; }
        #universal_footer_interim #address #social-roster ul li a .fa {
          font-size: 1.466666667rem;
          margin: 10px 9px 12px 0; }
  #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,
.wf-loading #stripe_menu ul li a,
.wf-loading #main-navigation ul li {
  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,
#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; }

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

.right-submenu {
  width: 100%; }

#off-canvas-site-menu {
  padding: 10px 0 0 0; }
  #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 .right-off-canvas-toggle i {
      color: #fff;
      font-size: 20px; }
  #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;
    margin: 0 0 5px; }
  #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;
      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 {
  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 print, 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) {
  #banner h1.sitename, #banner h2.sitename {
    margin-top: -0.266666667rem; } }
@media screen and (max-width: 27.4375em) {
  #off-canvas-site-menu {
    width: 95%; }

  .position-right {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }
#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);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-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);
  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;
  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;
    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);
            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 {
        display: table;
        content: ' '; }
      .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%);
    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%);
    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; }

#main_column .blog-template-paris a h2 {
  color: #e82e21;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0; }
#main_column .blog-template-paris .date {
  margin-bottom: 5px; }

/* 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 {
    display: table;
    content: ' '; }
  #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 {
      display: table;
      content: ' '; }
    #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 {
    display: table;
    content: ' '; }
  .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 */
.tns-slideshow {
  box-sizing: content-box; }

#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;
    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;
      transition: all 750ms; }
  .tns-slider:hover .sliderArrow {
    opacity: 1; }
  .tns-slider .sliderArrow {
    opacity: 0;
    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; }
  .modal-button.playhead img {
    width: 100%; }

html.is-reveal-open {
  overflow-y: hidden; }

@media print, screen and (min-width: 48em) {
  .reveal {
    width: 90%;
    padding: 1rem;
    top: 30px; }
    .reveal:focus {
      outline: none; }
    .reveal.size-skinny {
      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%; }

  .modal-video {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
/* end modals */
/* start video */
.tns-video.playhead:before {
  cursor: pointer; }
.tns-video .posterImage {
  width: 100%; }

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 56.25% 0 0 0;
  margin-bottom: 5px; }
  .fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media print, screen and (min-width: 48em) {
  .medium-video {
    max-width: 66%; }

  .small-video {
    max-width: 33%; } }
/* end video */
/* formerly /assets/sass/_common/_performingarts_styles.scss */
#secondarynav_wrapper {
  margin-top: 0;
  padding: 20px;
  background-color: #fff; }

#homepage-tier3 {
  border-top: 4px solid #fff;
  margin-top: 20px;
  padding-top: 10px; }

#rebelmouse,
#home-bottom-row-innerwrapper {
  min-height: 500px;
  background: transparent; }

.js .home #home_intro, .js .home #left_column .inner-wrapper, .js .home #secondarynav_wrapper, .js .home #homepage-tier2 .tier2-inner-wrapper, .js .home .rsBullets {
  opacity: 0;
  transition: opacity .5s ease-out; }
.js .home #homepage-module .rsContent {
  display: none; }
.js .home #homepage-module .royalSlider .rsContent {
  display: block; }

#homepage-tier2 .tier2-inner-wrapper {
  color: #fff; }
  #homepage-tier2 .tier2-inner-wrapper::before, #homepage-tier2 .tier2-inner-wrapper::after {
    display: table;
    content: ' '; }
  #homepage-tier2 .tier2-inner-wrapper::after {
    clear: both; }
  #homepage-tier2 .tier2-inner-wrapper .column, #homepage-tier2 .tier2-inner-wrapper .columns {
    padding: 0 10px; }
    #homepage-tier2 .tier2-inner-wrapper .column .tier2-head-wrapper, #homepage-tier2 .tier2-inner-wrapper .columns .tier2-head-wrapper {
      position: relative;
      border-bottom: 3px solid #666666; }
    #homepage-tier2 .tier2-inner-wrapper .column h3, #homepage-tier2 .tier2-inner-wrapper .columns h3 {
      color: #666666;
      font-size: 1.6rem;
      text-transform: uppercase;
      line-height: 1.8rem;
      bottom: 0;
      padding-top: 5px; }
    #homepage-tier2 .tier2-inner-wrapper .column p, #homepage-tier2 .tier2-inner-wrapper .columns p {
      font-size: 16px;
      line-height: 20px; }
      #homepage-tier2 .tier2-inner-wrapper .column p a, #homepage-tier2 .tier2-inner-wrapper .columns p a {
        color: #666666; }
        #homepage-tier2 .tier2-inner-wrapper .column p a:hover, #homepage-tier2 .tier2-inner-wrapper .columns p a:hover {
          text-decoration: underline; }
#homepage-tier2 .action-icon a {
  display: block;
  color: #fff;
  margin-top: 8px;
  text-transform: uppercase;
  font-size: 11px; }
  #homepage-tier2 .action-icon a i {
    font-size: 16px;
    padding-right: 8px;
    vertical-align: middle; }
  #homepage-tier2 .action-icon a:hover {
    color: #666666; }

#home_intro p {
  font-size: 1rem;
  line-height: 1.7em;
  color: #37424d;
  margin: 0; }

/* start homepage feature styles */
#background-image,
.home #background-image-transition {
  background: #333333 url(/lang2/assets/img/tempbg-lang.jpg) no-repeat fixed center top;
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: -10;
  height: 100%;
  width: 100%; }

.home #background-image-transition {
  z-index: -11; }

.home #background-image,
.home #background-image-transition {
  background-image: none;
  background-attachment: scroll; }

#background-video {
  display: none;
  z-index: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  #background-video video {
    position: absolute;
    min-width: 100%;
    min-height: 100%; }

#background-fade, .background-fade {
  z-index: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(232, 46, 33, 0) 20%, rgba(232, 46, 33, 0.64) 70%, #e82e21 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00E82E21', endColorstr='#FFE82E21',GradientType=0 );
  /* IE6-9 */ }

#homepage-module #header {
  display: none;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  position: relative; }
  #homepage-module #header h3 {
    font-size: 15px;
    font-weight: normal; }
  #homepage-module #header #nav {
    position: absolute;
    right: -5px; }
    #homepage-module #header #nav a {
      color: #fff;
      font-size: 16px;
      padding: 0 5px; }
    #homepage-module #header #nav span {
      font-size: 12px; }

#homepage-module {
  margin: 0; }
  #homepage-module 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; }
  #homepage-module .rsContent {
    padding: 0; }
  #homepage-module .rsTns {
    margin-bottom: 0; }
    #homepage-module .rsTns.rsWithBullets {
      margin-bottom: 20px; }
    #homepage-module .rsTns .rsBullets {
      margin: 0; }
    #homepage-module .rsTns .rsBullets span {
      color: #fff !important; }
    #homepage-module .rsTns .rsBullet.rsNavSelected span, #homepage-module .rsTns .rsBullet:hover span {
      background-color: #fff !important; }

#story {
  background: none;
  padding: 0; }
  #story a {
    position: absolute;
    bottom: 0; }
  #story h1 {
    text-transform: uppercase;
    font-size: 56px;
    line-height: 1em;
    margin: 0; }

/* end homepage feature styles */
#homepage-tier3 h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: .05em; }

#home-events-inner {
  background-color: #666666;
  padding: 20px;
  margin-top: 10px; }
  #home-events-inner a {
    color: #e82e21; }
    #home-events-inner a:hover {
      text-decoration: underline;
      color: #e82e21; }

#home-events .event-nav {
  display: none; }
#home-events .clndr-event {
  border-bottom: 4px solid #e82e21;
  margin: 0 0 6px;
  padding: 0 0 10px; }
  #home-events .clndr-event .clndr-info p {
    color: #e82e21;
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 6px; }
  #home-events .clndr-event .event-title {
    color: #e82e21;
    font-size: 13px;
    line-height: 16px; }
#home-events .spinner {
  color: #fff;
  opacity: 1; }

@media print, screen and (min-width: 48em) {
  .background-fade {
    display: none; }

  #rebel-mouse-wrapper,
  #social-aggregator-wrapper {
    width: 75%;
    float: left; }

  #home-events-wrapper {
    width: 25%;
    float: right;
    padding-left: 20px; }

  #homepage-module .rsContent {
    height: 300px; }

  #homepage-module .slides img {
    display: none; }

  #story h1 {
    color: #fff; }

  #homepage-module #header h3 {
    color: #fff; }

  #homepage-module #header #nav span {
    color: #fff; } }
@media screen and (max-width: 27.4375em) {
  #secondarynav_wrapper {
    padding: 0;
    margin-bottom: 20px; }

  #background-image, #background-image-transition, #background-video, #background-fade {
    display: none; }

  .background-fade {
    z-index: 0;
    bottom: 0;
    position: absolute; }

  body {
    background: #d9d9d9; }
    body.home {
      background-color: #e82e21 !important;
      background-image: none !important; }

  #home_intro .inner-wrapper {
    background-color: transparent;
    padding: 10px; }
  #home_intro p {
    color: #fff; }

  #home_slides {
    padding: 0; }

  #homepage-tier2 .tier2-inner-wrapper {
    color: #fff; }
    #homepage-tier2 .tier2-inner-wrapper .column, #homepage-tier2 .tier2-inner-wrapper .columns {
      margin-bottom: 20px; }
      #homepage-tier2 .tier2-inner-wrapper .column h3, #homepage-tier2 .tier2-inner-wrapper .columns h3 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 0;
        font-weight: 500;
        letter-spacing: .05em; }

  #homepage-module {
    width: auto;
    margin-top: 0; }
    #homepage-module #story a {
      position: relative;
      display: block; }
      #homepage-module #story a h1 {
        color: #fff;
        font-size: 1.733333333rem;
        font-weight: 500;
        letter-spacing: .05em;
        margin: 0 0 0 10px;
        position: absolute;
        bottom: 30px; }
    #homepage-module .rsTns.rsWithBullets {
      margin-bottom: 0; }
    #homepage-module .rsArrow {
      display: none !important; }

  #rebel-mouse-wrapper,
  #social-aggregator-wrapper {
    margin-top: 20px;
    padding-top: 8px;
    border-top: 4px solid #fff; } }
#main_column img {
  padding: 5px 0 15px; }

#main_column img.PB-UI-icon {
  padding: 0; }

/* ??? */
#nav_show_button {
  top: 0; }

/* ---------------------------------------- */
/* ---------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 {
  display: table;
  content: ' '; }
.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; } }
.wf-loading #home-nav li a,
.wf-loading #home_blurb p,
.wf-loading #home_feature p {
  visibility: hidden; }

.js-off-canvas-overlay {
  z-index: 1000; }

.site-wrapper {
  overflow: visible; }

#feedback {
  position: fixed;
  left: 0;
  bottom: 150px;
  z-index: 10000; }

#background-fade, .background-fade {
  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;
  line-height: 21px; }

h1, h2, h3 {
  font-family: "neue", "Arial", Helvetica, sans-serif;
  color: #333333; }

h1 {
  font-size: 1.666666667rem;
  line-height: 1.866666667rem; }

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

h3 {
  font-size: 1rem;
  line-height: 1.2rem; }

p {
  font-size: 0.866666667rem;
  line-height: 1.066666667rem; }

#main_column ul ul li, #main-column ul ol li {
  font-size: 0.866666667rem;
  line-height: 1.133333333rem; }

.showhide-toggle {
  font-size: 0.933333333rem;
  line-height: 1.133333333rem; }
  .showhide-toggle span {
    color: #e82e21; }

.box-title {
  font-family: "neue-display-random", "Arial Black", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.933333333rem;
  line-height: 1.133333333rem;
  color: #000;
  border-top: 4px solid #000;
  padding-top: 12px; }

.graybox p {
  line-height: 1.266666667rem; }
  .graybox p:first-of-type {
    margin-bottom: 15px; }
    .graybox p:first-of-type a {
      font-size: 0.866666667rem;
      text-transform: uppercase;
      font-weight: bold; }

#sidebar-buttons ul > li a {
  color: #fff;
  background-color: #e82e21; }

.sidebar h3 {
  font-weight: 400; }

.sidebar-cta h3 {
  font-size: 1rem;
  line-height: 1.2rem; }

body.home {
  background: #333333; }

.linkHighlight, #menu_top ul li a:hover, #home-nav li a:hover, #homepage-tier2 #tier2-posts h3 a:hover, #homepage-tier2 a.action-link, #home_feature p a:hover {
  background-color: #e82e21;
  color: #fefefe; }

#ctl00_Master_BodyTop_SlideshowDropZone_uxUpdatePanel {
  position: relative; }

#slideshow-wrapper {
  width: 100%; }

#home-slideshow {
  height: 800px; }

.js .home #home-slideshow.royalSlider .rsContent {
  display: block;
  width: auto;
  height: auto; }
.js .home #home-slideshow .rsContent {
  display: none; }
.js .home #homepage-tier2 li {
  opacity: 1; }
.js .home .tier2post, .js .home #admission-nav {
  opacity: 0;
  transition: opacity .5s ease-out; }

.homeSlideCaption {
  position: absolute;
  top: 260px;
  left: 50%;
  margin-left: -40rem;
  width: 900px; }
  .homeSlideCaption h3 {
    margin-left: 130px; }
    .homeSlideCaption h3 a {
      font-size: 4.266666667rem;
      line-height: 4.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;
      text-transform: uppercase;
      color: #fefefe; }
      .homeSlideCaption h3 a:hover {
        background-color: #e82e21; }

@media screen and (max-width: 74.9375em) {
  .homeSlideCaption {
    left: 0;
    margin-left: 0;
    padding-right: 400px;
    width: inherit; } }
@media screen and (max-width: 27.4375em) {
  .homeSlideCaption {
    padding-right: 0; } }
#menu_top {
  margin-top: 5px; }
  #menu_top ul {
    float: right; }
    #menu_top ul li {
      display: inline-block; }
      #menu_top ul li a {
        margin-left: 10px;
        color: #fefefe;
        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;
        text-transform: uppercase;
        font-size: 0.733333333rem; }
        #menu_top ul li a:hover {
          color: #fefefe; }

.home #banner {
  margin-bottom: 0;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0; }
.home #main_content_row {
  margin: 0; }

#home_top_row {
  position: relative;
  z-index: 11; }

#home-nav {
  margin-left: 133px; }
  #home-nav li {
    display: inline-block;
    margin-right: 10px; }
    #home-nav li a {
      font-size: 0.866666667rem;
      color: #fefefe;
      padding: 2px;
      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; }

#home-nav li .current {
  color: #e82e21; }

@media screen and (max-width: 65em) {
  #home-nav li {
    margin-right: 5px; }
    #home-nav li a {
      font-size: 0.8rem;
      padding: 1px; } }
#home_bottom_row {
  margin-top: -7%;
  z-index: 11;
  position: relative; }

#home_blurb p {
  margin-left: 130px;
  color: #fefefe;
  font-size: 1.666666667rem;
  line-height: 2rem;
  letter-spacing: .02em;
  margin-bottom: 20px; }

#homepage-tier2 {
  margin-bottom: 20px; }
  #homepage-tier2 .columns {
    padding: 0 10px; }
  #homepage-tier2 > .row {
    margin: -10px; }
  #homepage-tier2 #tier2-posts .tier2post {
    color: #666666;
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  #homepage-tier2 #tier2-posts h3 {
    border-top: 4px solid #333333;
    padding-top: 11px;
    margin: 0 0 8px 0;
    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.2rem;
    line-height: 1.2rem;
    text-transform: uppercase; }
    #homepage-tier2 #tier2-posts h3 a {
      color: #333333; }
  #homepage-tier2 #tier2-posts p {
    font-size: 0.866666667rem;
    line-height: 1.066666667rem; }
  #homepage-tier2 a.action-link {
    text-transform: uppercase;
    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;
    line-height: 1.133333333rem; }
  #homepage-tier2 #admission-nav ul {
    border-top: 4px solid #e82e21;
    padding-top: 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;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-transform: uppercase; }
    #homepage-tier2 #admission-nav ul li {
      padding: 0;
      margin-bottom: 14px; }
      #homepage-tier2 #admission-nav ul li:last-of-type {
        margin-bottom: 0; }

#home_feature {
  padding: 40px; }
  #home_feature p {
    color: #fefefe;
    font-size: 1.466666667rem;
    line-height: 2.6rem; }
    #home_feature p span.highlight {
      font-weight: 700; }

div.tlImageContainer .nubbin {
  display: block !important; }

#home-events .clndr-event .clndr-info a.event-title {
  color: #fefefe !important; }

#home-events .event-list > p {
  color: #fff; }

.courses #background-image {
  background-image: none; }

#courses_intro .inner-wrapper {
  background-color: transparent;
  padding: 2.666666667rem 1.333333333rem 1.333333333rem 0; }
#courses_intro h1 {
  font-size: 1.333333333rem; }
#courses_intro p {
  color: #fefefe;
  font-size: 0.933333333rem;
  line-height: 1.6rem; }
  #courses_intro p a {
    font-weight: 700; }

#carousel_wrapper .slick-list {
  overflow: visible; }
#carousel_wrapper .slick-prev, #carousel_wrapper .slick-next {
  width: 32px;
  height: 48px; }
#carousel_wrapper .slick-prev {
  left: 18%; }
#carousel_wrapper .slick-next {
  right: 18%; }
#carousel_wrapper .slick-prev:before, #carousel_wrapper .slick-next:before {
  background: url("/framework/imgs/rs-tns.png");
  opacity: 1;
  width: 32px;
  height: 48px;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  display: block;
  content: ""; }
#carousel_wrapper .slick-prev:before {
  background-position: -64px -32px; }
#carousel_wrapper .slick-next:before {
  background-position: -64px -80px; }
#carousel_wrapper h2, #carousel_wrapper p, #carousel_wrapper a {
  color: #999; }
#carousel_wrapper .course_no {
  color: #404040;
  background-color: #999;
  display: inline-block;
  padding: 0 3px;
  margin-bottom: 15px;
  font-weight: bold; }
#carousel_wrapper h2 {
  border-top: 4px solid #999;
  padding-top: 8px;
  margin-bottom: 8px;
  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; }
#carousel_wrapper .course {
  padding: 25px 20px;
  margin: 0 30px;
  position: relative;
  overflow: hidden; }
  #carousel_wrapper .course .background-gif {
    position: absolute;
    top: -5px;
    left: 0;
    -webkit-filter: grayscale(100%); }
  #carousel_wrapper .course .course-wrapper {
    width: 70%;
    position: relative; }
  #carousel_wrapper .course .description {
    margin-bottom: 0; }
  #carousel_wrapper .course .course_read_more {
    text-transform: uppercase;
    font-size: 0.8rem;
    display: block;
    margin: 8px 0; }
    #carousel_wrapper .course .course_read_more:hover {
      text-decoration: underline; }
  #carousel_wrapper .course.slick-active {
    background-color: #e82e21; }
    #carousel_wrapper .course.slick-active h2, #carousel_wrapper .course.slick-active p, #carousel_wrapper .course.slick-active a {
      color: #fefefe; }
    #carousel_wrapper .course.slick-active h2 {
      border-top-color: #fefefe; }
    #carousel_wrapper .course.slick-active .course_no {
      color: #e82e21;
      background-color: #fefefe; }
    #carousel_wrapper .course.slick-active .background-gif {
      -webkit-filter: grayscale(0%); }

#course_list {
  margin-top: 30px; }
  #course_list > div > div {
    margin-bottom: 10px; }
    #course_list > div > div div {
      border-top: 4px solid #fefefe;
      padding: 3px 10px 0 0; }
      #course_list > div > div div:hover {
        border-top-color: #e82e21; }
        #course_list > div > div div:hover a {
          color: #e82e21; }
    #course_list > div > div a {
      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.8rem;
      color: #fefefe; }
    #course_list > div > div.active-course div {
      border-top-color: #e82e21; }
    #course_list > div > div.active-course a {
      color: #e82e21; }

.animation-wrapper {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: -25px 0 0 -20px; }

.letter {
  position: absolute;
  color: #000; }

@media screen and (max-width: 27.4375em) {
  body.courses {
    background-color: #333333; }

  #course_list {
    display: none; }

  .animation-wrapper {
    margin-top: -20px; }

  #carousel_wrapper .course {
    padding: 20px;
    margin: 0 0 20px;
    background-color: #e82e21; }
    #carousel_wrapper .course h2, #carousel_wrapper .course p, #carousel_wrapper .course a {
      color: #fff; }
    #carousel_wrapper .course .course_no {
      color: #e82e21;
      background-color: #fff; }
    #carousel_wrapper .course h2 {
      border-top: 4px solid #fff; }
    #carousel_wrapper .course .description {
      margin-bottom: 8px; }
    #carousel_wrapper .course .course-wrapper {
      width: 100%; } }
.nav-v .academics > ul > li {
  display: none; }
  .nav-v .academics > ul > li.always-on, .nav-v .academics > ul > li.current {
    display: block; }

.academicsPage #background-image {
  background-image: url(/lang2/assets/img/042015_Student_Life_059_crop.jpg); }

#background-image .letter {
  color: #fff; }

div.academics-block {
  clear: none !important;
  padding: 0 !important;
  text-indent: 0 !important;
  margin-bottom: 10px; }
  div.academics-block:before {
    display: none; }
  div.academics-block a {
    display: block;
    position: relative;
    height: 129px;
    padding: 16px; }
  div.academics-block.active-program, div.academics-block:hover {
    background-color: #e82e21; }
    div.academics-block.active-program h3, div.academics-block:hover h3 {
      color: #fefefe; }
  div.academics-block h3 {
    border-top: 3px solid;
    padding-top: 10px;
    text-transform: uppercase;
    color: #e82e21;
    font-size: 1.133333333rem;
    margin-bottom: 0; }
  div.academics-block .academics-degree {
    text-transform: uppercase;
    color: #000;
    margin-top: 0; }
  div.academics-block .academics-plus {
    display: none;
    position: absolute;
    left: 16px;
    bottom: 8px;
    font-size: 2rem;
    line-height: 1.333333333rem; }
  div.academics-block .academics-triangle {
    display: none;
    position: absolute;
    bottom: 0;
    left: 44%;
    width: 25px;
    height: 13px;
    background: url("/framework/imgs/academics-triangle.png") center no-repeat; }

@media screen and (max-width: 63.9375em) {
  .expanded-content-right {
    margin-top: 10px; } }
#ajax-loading {
  display: none;
  width: 100%;
  position: fixed;
  text-align: center;
  top: 33%;
  left: 0;
  z-index: 999; }
  #ajax-loading:before {
    content: url("/edu-assets/imgs/spinner.gif");
    display: inline-block;
    background: #fefefe;
    padding: 50px 100px;
    margin: 0 auto; }

#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; }

#academic-programs {
  min-height: 400px; }

#main_column .filter-items-list li:before {
  content: ""; }

#expanded-content {
  text-indent: 0 !important;
  width: 100%; }
  #expanded-content:before {
    display: none; }
  #expanded-content img {
    padding: 0; }
  #expanded-content .academics-info-link {
    display: block;
    background-color: #b3b3b3;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    padding: 8px; }
    #expanded-content .academics-info-link:hover {
      background-color: #e82e21;
      color: #fefefe; }

.admission-events-cal .clndr-filter-wrapper select {
  width: 200px; }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  #home-slideshow {
    height: 650px; }

  .homeSlideCaption {
    padding-right: 300px; }
    .homeSlideCaption h3 a {
      font-size: 3.8rem;
      line-height: 4.133333333rem; }

  #pageheading h1 {
    line-height: 2.4rem; }

  #home_bottom_row {
    margin-top: -10%; }

  #home_blurb p {
    font-size: 1.466666667rem; } }
@media screen and (max-width: 27.4375em) {
  body.home {
    background-color: #333333 !important;
    background-image: none !important; }

  #feedback {
    display: none; }

  div.tlImageContainer .nubbin {
    display: none !important; }

  #banner h2.sitename {
    font-size: 3.333333333rem;
    line-height: 3.333333333rem; }

  #home-slideshow {
    height: 400px; }

  .homeSlideCaption {
    top: 135px;
    padding-right: 100px; }
    .homeSlideCaption h3 {
      margin-left: 110px; }
      .homeSlideCaption h3 a {
        font-size: 24px;
        line-height: 30px; }

  #home-slideshow .rsArrow {
    display: none !important; }

  #home_blurb p {
    font-size: 1rem;
    line-height: 1.133333333rem;
    letter-spacing: 0em;
    margin-left: 100px;
    margin-bottom: 13px; }

  #home_top_row {
    display: none; }

  #home_bottom_row {
    margin-top: -20%; }

  #homepage-tier2 #tier2-posts .tier2post {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    #homepage-tier2 #tier2-posts .tier2post .inner-wrapper {
      min-height: initial; }

  #home_feature {
    padding: 0 15px 10px; }
    #home_feature p {
      font-size: 1.2rem;
      line-height: 2.2rem; }

  #home-events-inner {
    background-color: transparent;
    padding: 0; }

  #home-events .clndr-event {
    border-bottom: 0; } }
@media screen and (max-width: 40em) {
  .homeSlideCaption {
    top: 110px;
    padding-right: 10px; }
    .homeSlideCaption h3 {
      margin-left: 10px; }

  #home_blurb p {
    margin-left: 10px; } }

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