@charset "UTF-8";
/**
 * 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 {
  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, body {
  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, #search-wrapper #crumb-wrapper, div.img-right em, div.img-left em {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal; }

.header-font, h1, h2, h3, h4, .text-highlight p, .sidebar-cta h3, #universal_footer_interim, #global_menu li a, .localist_minicalendar_nav:before {
  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, #filter-menu a.filter-button, .box-title {
  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, #sub-nav, #sidebar-buttons ul li a, a.sidebar-cta, #filter-menu, #isotope-items .isofile a.iso-block, #search-wrapper select#ctl00_ContentPlaceHolder1_ddlSearchEngine, h3, h4, h5, .menubar li ul li, .menubar li ul li a, #nspe-nav, #main_column .programs-area ul li a, #story h1, p.introtext {
  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, #main-navigation ul li, #site-title, #filter-menu .crumbs, .isofile .degree-level, #main-content-wrapper h1,
h1.page-title, h2,
.titlefield, #home-as-needed a, #home-as-needed-inverted a, .whitebox #story p, .iframe-slider #story h1 {
  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(../img/about-bg.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 */
/* ---------------------------------------- */
/* ---------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; } }
body {
  background: #fff url(/edu-assets/imgs/bg-tile-50.png); }

#feedback-button {
  position: fixed;
  left: -32px;
  top: 150px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #b0adad;
  cursor: pointer;
  padding: 8px;
  z-index: 9999;
  height: 30px;
  font-size: 11px; }
  #feedback-button:hover {
    color: #fff;
    background: #e82e21; }

#to-top-button {
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: block;
  padding: 8px 16px 8px 32px;
  text-transform: uppercase;
  color: #fff;
  background: #b0adad;
  display: none;
  z-index: 999999;
  font-weight: 700;
  font-size: 11px; }
  #to-top-button .icon-caret-up {
    margin-right: 8px;
    font-size: 26px;
    line-height: 6px;
    position: absolute;
    top: 3px;
    left: -1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

@-moz-document url-prefix() {
  #to-top-button .icon-caret-up {
    top: 2px; } }
#to-top-button:hover {
  background: #e82e21; }

/* Start Main Nav */
#main-navigation {
  z-index: 1;
  background: #fff;
  display: block; }
  #main-navigation ul {
    padding: 0;
    margin: 0; }
    #main-navigation ul li {
      font-size: 11px;
      text-transform: uppercase;
      float: left;
      list-style: none;
      display: block; }
      #main-navigation ul li:last-of-type a {
        border-right: none; }
      #main-navigation ul li a {
        padding: 8px 22px;
        display: block;
        color: #000;
        border-right: 1px solid #e5e5e5; }
        #main-navigation ul li a:hover {
          color: #e82e21; }

.transparent-body #main-navigation {
  z-index: 1;
  background: transparent; }
  .transparent-body #main-navigation ul li a {
    color: #fff; }
  .transparent-body #main-navigation ul li:hover a {
    color: #666; }
  .transparent-body #main-navigation ul li:nth-of-type(3):hover a {
    background-color: #fff; }
  .transparent-body #main-navigation ul li ul {
    margin-left: -1px; }
    .transparent-body #main-navigation ul li ul li a {
      color: #000; }
.transparent-body #universal-footer,
.transparent-body #universal_footer_interim {
  background: transparent;
  color: #fff; }
  .transparent-body #universal-footer #universal-links a,
  .transparent-body #universal-footer #universal-links a:link,
  .transparent-body #universal-footer #universal-links a:visited,
  .transparent-body #universal-footer #universal-links a:active,
  .transparent-body #universal-footer #division-links a,
  .transparent-body #universal-footer #division-links a:link,
  .transparent-body #universal-footer #division-links a:visited,
  .transparent-body #universal-footer #division-links a:active,
  .transparent-body #universal_footer_interim #universal-links a,
  .transparent-body #universal_footer_interim #universal-links a:link,
  .transparent-body #universal_footer_interim #universal-links a:visited,
  .transparent-body #universal_footer_interim #universal-links a:active,
  .transparent-body #universal_footer_interim #division-links a,
  .transparent-body #universal_footer_interim #division-links a:link,
  .transparent-body #universal_footer_interim #division-links a:visited,
  .transparent-body #universal_footer_interim #division-links a:active {
    color: #fff; }
    .transparent-body #universal-footer #universal-links a:hover,
    .transparent-body #universal-footer #universal-links a:link:hover,
    .transparent-body #universal-footer #universal-links a:visited:hover,
    .transparent-body #universal-footer #universal-links a:active:hover,
    .transparent-body #universal-footer #division-links a:hover,
    .transparent-body #universal-footer #division-links a:link:hover,
    .transparent-body #universal-footer #division-links a:visited:hover,
    .transparent-body #universal-footer #division-links a:active:hover,
    .transparent-body #universal_footer_interim #universal-links a:hover,
    .transparent-body #universal_footer_interim #universal-links a:link:hover,
    .transparent-body #universal_footer_interim #universal-links a:visited:hover,
    .transparent-body #universal_footer_interim #universal-links a:active:hover,
    .transparent-body #universal_footer_interim #division-links a:hover,
    .transparent-body #universal_footer_interim #division-links a:link:hover,
    .transparent-body #universal_footer_interim #division-links a:visited:hover,
    .transparent-body #universal_footer_interim #division-links a:active:hover {
      color: #fff; }
  .transparent-body #universal-footer .container_16,
  .transparent-body #universal_footer_interim .container_16 {
    border-top: 4px solid #fff;
    padding-top: 15px; }

@media (max-width: 479px) {
  .transparent-body #main-navigation ul li a {
    margin-right: 5px;
    border-right: 0;
    border-bottom: 2px solid #fff; }
  .transparent-body #main-navigation ul li:hover a {
    color: #fff; }
  .transparent-body #main-navigation ul li:nth-of-type(3) a, .transparent-body #main-navigation ul li:nth-of-type(3):hover a {
    background-color: transparent;
    color: #fff; }
  .transparent-body #main-navigation ul li:nth-of-type(3) ul li:last-of-type a {
    border-bottom: 2px solid #fff; } }
/* End Main Nav */
/* Start Breadcrumbs and sub-nav */
.nav-v {
  background-color: #fff; }
  .nav-v ul li {
    margin-bottom: 15px; }
    .nav-v ul li:last-child {
      margin-bottom: 0; }
    .nav-v ul li ul {
      margin: 10px 0 0 10px; }
      .nav-v ul li ul li {
        margin-bottom: 7px; }

/* Start Section Title Area */
#section-title-box {
  background-color: #fefefe;
  padding: 20px;
  width: auto;
  margin-bottom: 20px; }
  #section-title-box h2 {
    text-transform: none;
    font-weight: 500; }
    #section-title-box h2 a {
      color: #666; }
      #section-title-box h2 a:hover {
        color: #ACA9A8; }

@media screen and (max-width: 1024px) {
  #page_info,
  #main_column,
  #action_calls li.PBItem,
  #right_column .content {
    margin-bottom: 20px; } }
/* End Section Title Area */
#crumbs {
  font-size: 12px;
  color: #aba8a8;
  margin-bottom: 5px; }
  #crumbs a {
    color: #aba8a8; }
    #crumbs a:hover {
      color: #666; }
  #crumbs ul {
    padding: 0;
    margin: 0; }
    #crumbs ul li {
      list-style-type: none;
      display: inline; }
      #crumbs ul li:before {
        content: " > "; }
      #crumbs ul li:first-child:before {
        content: ""; }

/* End Breadcrumbs and sub-nav */
/* Start Site Titles */
#site-title {
  font-style: normal;
  text-transform: uppercase;
  color: #e82e21;
  line-height: .875em;
  margin-bottom: .4em;
  display: block;
  margin-top: 1.5em; }

#site-title a, #site-title a:link, #site-title a:visited, #site-title a:active, #site-title a:hover {
  color: #e82e21; }

/* End Site Titles */
/* Start Main Content styles */
#main_column .inner-wrapper::before, #main_column .inner-wrapper::after {
  display: table;
  content: ' '; }
#main_column .inner-wrapper::after {
  clear: both; }

#main-content-block hr {
  border: 1px #e6e4e5 solid;
  margin: 24px 0px; }

#main-content-block img,
.main-content-area-subpage-inner-wrapper img {
  margin-bottom: 10px;
  width: 100%; }

.no-margin {
  margin-bottom: 0px !important; }

#main-content-wrapper {
  padding: 20px 20px;
  background-color: #fff; }
  #main-content-wrapper.two-col-template {
    padding: 0;
    background: none; }

#content-body,
.content-body {
  width: 68%;
  float: left; }

#content-sidebar,
.content-sidebar {
  width: 28%;
  float: left;
  margin-left: 4%; }

.whitebox {
  margin-bottom: 20px;
  position: relative; }

#main-content-block .whitebox {
  margin: 1em 0 1em 0; }

#main-content-block .whitebox.left,
#main-content-block .whitebox.right {
  width: 41%;
  float: left; }
#main-content-block .whitebox.right {
  float: right; }

.top-level-feeds {
  float: left;
  width: 38%; }

.top-level-stories {
  float: right;
  width: 58%; }

.multi-column-wrapper {
  width: 69% !important; }

.multi-column-right {
  float: right;
  width: 50%; }

.multi-column-left {
  float: left;
  width: 50%; }

.reginfo-content-left {
  float: left;
  width: 73.3%;
  padding-left: 10px; }

.reginfo-sidebar {
  float: right;
  width: 23%;
  padding-right: 12px; }

#top-row {
  margin-bottom: 20px; }
  #top-row #page_info,
  #top-row #section-title-box {
    margin-bottom: 0; }

/* End Main Content styles */
/* Start main sidebar styles */
@media screen and (max-width: 27.4375em) {
  #action_calls,
  #sub-nav {
    float: none;
    width: auto; } }
#wrapper > #sidebar {
  float: right;
  clear: right; }

.sidebar-margin-top {
  margin-top: 10px; }

.no-sidebar #sidebar,
.no-sidebar #action_calls,
.no-sidebar #sidebar-top {
  display: none; }

@media print, screen and (min-width: 48em) {
  .no-sidebar #content-global-wrapper.large-8 {
    width: 75%; } }
#sidebar-wrapper {
  background-color: #fff;
  padding: 20px 20px; }

#sidebar-buttons ul {
  margin: 0 0 1em 0;
  padding: 0 !important; }
  #sidebar-buttons ul::before, #sidebar-buttons ul::after {
    display: table;
    content: ' '; }
  #sidebar-buttons ul::after {
    clear: both; }

#sidebar-buttons ul li {
  list-style: none;
  margin: 0 0 .25em 0;
  padding: 0;
  position: relative; }

#sidebar-buttons ul li a {
  display: block;
  color: #fff;
  line-height: 14px;
  font-size: 11px;
  padding: 1em 1.5em 1em 2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none !important; }

#sidebar-buttons ul li a:hover {
  background-color: #898989;
  color: #fff; }

.sidebar-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none !important;
  top: -.125em;
  left: .155em;
  position: absolute;
  font-size: 24px; }

a.sidebar-cta {
  clear: both;
  display: block;
  padding: 20px;
  font-size: 14px;
  color: #fff !important;
  text-transform: uppercase;
  background: #e82e21;
  text-decoration: none !important;
  margin-bottom: 1em;
  position: relative; }

a.sidebar-cta:hover {
  background: #969696;
  color: #fff !important; }

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

a.sidebar-cta.non-admission {
  background: #969696 !important; }

a.sidebar-cta.non-admission:hover {
  background: #838080 !important; }

a.sidebar-cta.gradexpo {
  font-size: 18px;
  line-height: 18px;
  color: #e82e21 !important;
  background: #fff !important; }

a.sidebar-cta.gradexpo:hover {
  color: #000 !important;
  background: #969696 !important; }

a.sidebar-cta.explore {
  font-size: 18px;
  line-height: 18px;
  color: #fff !important;
  background: #ff0000 !important; }

a.sidebar-cta.explore:hover {
  background: #838080 !important;
  color: #fff !important; }

a.sidebar-cta.small-margin {
  margin-bottom: .25em; }

/* End main sidebar styles */
/* sidebar quicklinks gray box */
.graybox {
  display: block;
  background: #b7b7b7;
  padding: 20px 20px;
  margin-bottom: 1em;
  position: relative; }

.graybox .box-title {
  color: #fff !important;
  /*border-top: 1px solid #fff;*/ }

#sidebar .graybox a, .sidebar .graybox a {
  color: #fff !important; }

#sidebar .graybox a:hover, .sidebar .graybox a:hover {
  color: #868686; }

#sidebar .graybox p {
  line-height: 24px; }

/* end sidebar quicklinks gray box */
/* intervention graybox */
.intervention-box {
  background-color: #e82e21;
  color: #fff;
  margin-bottom: 0;
  padding: 20px; }
  .intervention-box h2 {
    color: #fff;
    margin-bottom: 3px; }

.sidebar-showhide .showhide-toggle,
.sidebar-show-hide .showhide-toggle {
  padding-bottom: 5px; }
  .sidebar-showhide .showhide-toggle:hover,
  .sidebar-show-hide .showhide-toggle:hover {
    color: #e82e21 !important; }
  .sidebar-showhide .showhide-toggle.active-show,
  .sidebar-show-hide .showhide-toggle.active-show {
    padding-bottom: 12px;
    border-bottom: 1px solid;
    margin-bottom: 20px !important; }

/* end sidebar show-hide  */
/* Start Custom Color Sidebar - batec */
.colorBox {
  overflow: hidden;
  display: block;
  padding: 20px 20px;
  margin-bottom: 1em;
  position: relative; }
  .colorBox .no-title {
    padding-top: 12px; }

#sidebar .colorBox a {
  color: #ffffff !important;
  text-decoration: normal; }
  #sidebar .colorBox a:hover {
    text-decoration: underline;
    color: #ffffff !important; }

#sidebar .colorBox a
.colorBox .box-title,
.colorBox h3,
.colorBox h3 a,
.colorBox h4,
.colorBox h4 a,
.colorBox p,
.colorBox p a,
.colorBox ul,
.colorBox li,
.colorBox li a,
.colorBox ol,
.colorBox ol a {
  color: #ffffff !important; }

.colorBox ul {
  padding: 0 0 10px 20px; }

.colorBox li {
  font-size: 12px;
  padding: 5px 0; }

/* End Custom Color Sidebar */
/* Start Custom Sidebar Background Colors */
/* --- NSPE --- */
.eduBox {
  background: #e82e21; }

/* End Custom Sidebar Background Colors */
/* Tablet Media Queries */
@media screen and (max-width: 63.9375em) {
  #left_column {
    display: block;
    float: none; } }
/* Start Universal Isotope styles */
#location-filter-button {
  padding-right: 27px !important; }

.degree-programs-container {
  background-color: #fff;
  overflow: hidden !important; }

#filter-menu {
  margin-bottom: 0;
  line-height: 17px; }

#filter-menu h2 {
  color: #666;
  font-weight: 400;
  font-size: 18px; }

#filter-menu h2 a {
  color: #e82e21 !important;
  font-weight: 700; }

#filter-menu h2 a:hover {
  color: #ACA9A8 !important; }

#filter-txt {
  margin-bottom: 0; }

#filter-txt h2 {
  color: #666;
  font-weight: 400;
  font-size: 18px; }

#filter-txt h2 a {
  color: #e82e21 !important;
  font-weight: 700; }

#filter-txt h2 a:hover {
  color: #ACA9A8 !important; }

.filter-menu-inner-wrapper {
  margin-bottom: 0;
  padding: 10px 20px 0px; }

#filter-menu a.filter-button {
  display: inline-block;
  padding: 3px 2px 5px 15px;
  color: #fff;
  text-transform: uppercase;
  background: #e82e21;
  font-size: 11px;
  width: 213px;
  box-sizing: border-box;
  margin-right: 10px; }
  #filter-menu a.filter-button:last-of-type {
    margin-right: 0; }

#filter-menu a.filter-button:hover,
#filter-menu a.filter-button.open-filter-menu {
  background: #f7f4f4;
  color: #666; }

#filter-menu a.filter-button .icon-caret-down,
#filter-menu a.filter-button .icon-caret-up {
  font-size: 1.5em;
  top: 2px;
  position: relative;
  margin: 0px 0px 0px 7px; }

div.option-combo {
  display: inline; }

ul.filter-items-list {
  background: #f7f4f4;
  padding: 12px 24px;
  display: none;
  margin: 0; }

ul.filter-items-list ul {
  padding: 0;
  width: 22%;
  float: left;
  margin-right: 3%; }

#degree-filters ul {
  width: 30%; }

ul.filter-items-list ul.clear {
  float: none; }

ul.filter-items-list li {
  list-style: none;
  display: inline;
  font-size: 13px;
  font-weight: 400; }

ul.filter-items-list li a:before {
  font-family: FontAwesome4;
  content: "\f0da";
  margin: 0 6px 0 -10px; }

ul.filter-items-list li a.hidden-trigger:before {
  content: "";
  margin: 0;
  display: none; }

ul.filter-items-list li a {
  display: block;
  font-weight: 500;
  margin-right: 24px;
  margin-bottom: 10px; }

.faculty-page ul.filter-items-list li a {
  display: inline-block; }

ul.filter-items-list li a:hover {
  color: #666; }

ul.filter-items-list li a.active-filter {
  color: #666;
  cursor: text; }

#filter-menu .additional-info {
  display: none; }

#filter-menu .crumbs {
  padding-bottom: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 12px;
  color: #000; }

#view-all-crumb {
  display: none;
  cursor: pointer;
  color: #555555;
  font-weight: bold;
  text-transform: uppercase; }

#view-all-crumb:before {
  content: " | ";
  color: #7c7b7b;
  font-weight: normal; }

#view-all-crumb:hover {
  color: #ACA9A8; }

#filter-menu p {
  font-size: 1.7em;
  font-weight: 300;
  padding: 0 0 0 16px; }

#isotope-items .isofile a.iso-block {
  margin: 0 -2px 1em 20px;
  width: 220px;
  height: 129px;
  background: #fff;
  display: block;
  color: #e82e21;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  text-decoration: none; }

#isotope-items .isofile a.iso-block:hover {
  color: #fff !important; }

#isotope-items .isofile h2 {
  text-transform: uppercase;
  color: #3A3B40; }

#isotope-items.third-level-isotope .isofile h2 {
  margin: 0 !important;
  padding: 16px 20px 0 20px !important;
  border: none !important; }

#isotope-items .isofile a.iso-block .plus {
  position: absolute;
  left: 16px;
  bottom: 8px;
  font-size: 30px;
  font-weight: 200;
  line-height: 20px;
  display: none !important; }

.isofile a.iso-block .isoresize-padding {
  padding: 16px;
  display: block;
  border-top: 2px solid #e82e21; }

#isotope-items .isofile a.iso-block:hover {
  background: #e82e21 !important; }

.isofile .degree-level {
  display: block;
  font-size: 12px;
  color: #000; }

.iso-big {
  display: none;
  background: #fff;
  width: 472px;
  margin: 0 9px 1em 9px; }

.iso-big-inner-wrapper {
  border: 2px solid #d2d1d1; }

.iso-big-inner-wrapper h2 {
  padding: 16px 20px 0 20px;
  font-weight: 300; }

.iso-big-inner-wrapper h3 {
  padding: 0px 20px;
  color: #aba8a8;
  margin-bottom: 17px; }

.iso-big-inner-wrapper p {
  padding: 0px 20px; }

.iso-big-inner-wrapper p a {
  color: #e82e21;
  font-weight: 700; }

.iso-big-inner-wrapper p a:hover {
  color: #666; }

a.request-info-link {
  display: block;
  width: 100%;
  padding: 10px 16px;
  text-transform: uppercase;
  color: #000;
  background: #dbd8d8;
  font-size: 13px;
  font-weight: bold; }

a.request-info-link:hover {
  color: #fff;
  background: #e82e21; }

#loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff url(/framework/imgs/iso-dummy.gif) center -50px;
  background-size: cover;
  filter: alpha(opacity=60);
  opacity: 0.6;
  display: none; }

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  transition-duration: 0.8s; }

.isotope {
  transition-property: height, width; }

.isotope .isotope-item {
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  transition-duration: 0s; }

/* End Universal Isotope styles */
#sidebar h3.showhide-toggle {
  font-size: 16px;
  padding: 5px 24px 5px 5px;
  border-top: 1px solid #FFF; }
  #sidebar h3.showhide-toggle span:before {
    content: ""; }
  #sidebar h3.showhide-toggle span.active-span:before {
    content: ""; }

/* SEARCH STYLES */
#big-search {
  padding: 20px 20px 0;
  margin-right: 200px; }

#big-search-box {
  border: 1px solid #d6d6d6;
  font-size: 20px;
  padding: 7px;
  width: 100%; }

#big-search-btn {
  padding: 12px;
  position: absolute;
  right: 20px;
  width: 150px;
  background-color: #e82e21;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px; }

@media screen and (max-width: 27.4375em) {
  #big-search {
    margin-right: 110px; }

  #big-search-btn {
    width: 100px; } }
.gcsc-branding {
  display: none; }

.gsc-control-cse {
  border: none !important; }

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
  border: none !important; }

a.gs-title {
  text-transform: none;
  text-decoration: none !important; }

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
  font-size: 14px !important;
  font-weight: bold;
  text-decoration: none !important; }

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
  font-size: 12px !important;
  color: #666 !important; }

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
  color: #666 !important; }

.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0px 20px 20px 20px !important; }

.gsc-above-wrapper-area {
  padding: 0px !important;
  border-bottom: none !important; }

.gsc-result-info {
  padding: 0px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important; }

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  border: none !important;
  color: #e82e21 !important; }

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #666 !important;
  text-decoration: none !important; }

.gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover {
  color: #e82e21 !important; }

.gs-webResult.gs-result a.gs-title, .gs-webResult.gs-result a.gs-title b, .gs-imageResult a.gs-title, .gs-imageResult a.gs-title b {
  color: #e82e21 !important; }

.gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
  color: #666 !important; }

.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
  color: #666 !important; }

table.gsc-table-result tr td {
  text-align: left; }

.gsc-table-cell-thumbnail, .gs-promotion-image-cell {
  padding: 10px 0;
  border: none; }

#search-wrapper {
  background: #fff;
  position: relative; }
  #search-wrapper .gsc-thumbnail-inside,
  #search-wrapper .gsc-url-top {
    padding: 0; }
  #search-wrapper .gsc-webResult.gsc-result:hover,
  #search-wrapper .gsc-imageResult:hover {
    border-color: #CCCCCC;
    background-color: transparent; }
  #search-wrapper .gsc-webResult .gsc-result {
    padding: 0; }

#search-wrapper select#ctl00_ContentPlaceHolder1_ddlSearchEngine {
  display: inline-block;
  padding: 20px 30px;
  color: #666;
  text-transform: uppercase;
  font-size: 14px; }

#search-wrapper select#ctl00_ContentPlaceHolder1_ddlSearchEngine:hover {
  background-color: #f7f4f4;
  cursor: pointer; }

#search-wrapper select#ctl00_ContentPlaceHolder1_ddlSearchEngine option {
  text-transform: none; }

#search-filter-wrapper {
  padding: 0px;
  border-bottom: 1px solid #666;
  margin: 0px 30px 20px 30px; }

.gsc-above-wrapper-area-container {
  display: none !important; }

#view-all-crumb:hover {
  color: #ACA9A8; }

#search-wrapper #crumb-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #d6d6d6;
  margin: 16px 20px;
  font-size: 12px;
  color: #7c7b7b; }

#search-wrapper #view-all-crumb {
  display: none;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase; }

#search-wrapper #view-all-crumb a {
  color: #555 !important; }

#search-wrapper #view-all-crumb a:hover {
  color: #ACA9A8 !important; }

#search-wrapper .filter-menu-inner-wrapper {
  padding-bottom: 0px; }

#search-wrapper select#ctl00_ContentPlaceHolder1_ddlSearchEngine {
  display: none; }

#main_column #search-filters {
  padding: 0 20px; }
  #main_column #search-filters li {
    margin-bottom: 15px; }
    #main_column #search-filters li:before {
      content: ""; }
    #main_column #search-filters li a:before {
      margin: 0; }

.filter-list-wrapper .filter {
  font-size: 0.866666667rem;
  line-height: 1.133333333rem; }
  .filter-list-wrapper .filter.active-filter {
    color: #666; }

/*----ALERTS STYLES-----*/
#alert-inner-wrapper {
  padding: 10px 0 0 0; }

/* In-context image styles */
img.img-left {
  width: 200px;
  float: left;
  margin: 3px 20px 10px 0px;
  clear: left; }

img.img-right {
  width: 200px;
  float: right;
  margin: 3px 0 10px 20px;
  clear: right; }

div.img-right {
  width: 200px;
  float: right;
  margin: 3px 0 10px 20px;
  font-size: 10px;
  line-height: 13px;
  color: #858585; }

div.img-left {
  width: 200px;
  float: left;
  margin: 3px 20px 10px 0px;
  font-size: 10px;
  line-height: 13px;
  color: #858585; }

div.img-right img, div.img-left img {
  margin-bottom: 1px !important; }

div.img-right em, div.img-left em {
  display: block;
  margin-bottom: 7px; }

div.EktronPersonalizationWrapper {
  z-index: 9999999; }

/* video overlays */
#sidebar a.iframeYouTube, #sidebar a.iframeVimeo, #sidebar a.iframeYouTube, #sidebar a.iframeVimeo, #sidebar a.iframeVimeoLarge, a.fullscreenVideo {
  position: relative;
  display: block; }

#sidebar a.iframeYouTube:before, #sidebar a.iframeVimeo:before, #sidebar a.iframeYouTube:before, #sidebar a.iframeVimeo:before, #sidebar a.iframeVimeoLarge:before, a.fullscreenVideo: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; }

/* video wrapper for mobile ratio handling */
.video-wrapper {
  padding-top: 56.25%;
  position: relative; }
  .video-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

/* ------ SOCIAL STYLES ------ */
/* Sidebar Social Icons */
.fa.social-icon {
  margin: 0 3px 0 0;
  font-size: 31px; }

/* Social-connect bar */
#social-connect {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 50px;
  background: #aba9a9;
  border: 1px solid #ebe9e9;
  border-bottom: 0px;
  padding: 5px 10px;
  color: #fff;
  z-index: 999; }
  #social-connect span {
    margin: 0 3px;
    font-size: 1.25em;
    float: left; }
  #social-connect h3 {
    display: inline;
    color: #fff;
    margin-right: 6px;
    text-transform: uppercase;
    font-weight: 400;
    float: left;
    margin-bottom: 0; }
  #social-connect:hover {
    background-color: #ebe9e9;
    color: #aba9a9; }
    #social-connect:hover h3 {
      color: #aba9a9; }

body {
  font-size: 1em;
  color: #666; }

h1, h2, h3 {
  margin: 0 0 8px 0;
  word-wrap: break-word; }

p, #main_column p, .multi-column-wrapper p, .main-content-area-subpage-inner-wrapper p, .iso-big-inner-wrapper p {
  margin: 0 0 12px 0;
  font-size: 12px;
  line-height: 20px; }

#main_column p + h2,
.multi-column-wrapper p + h2,
.main-content-area-subpage-inner-wrapper p + h2,
.iso-big-inner-wrapper p + h2 {
  margin: 30px 0 12px 0; }

#main_column ul li,
#main_column ul,
.main-content-area-subpage-inner-wrapper ul li,
.main-content-area-subpage-inner-wrapper ul,
#main_column ol li,
#main_column ol,
.main-content-area-subpage-inner-wrapper ol li,
.main-content-area-subpage-inner-wrapper ol,
.multi-column-wrapper ul li,
.multi-column-wrapper ul,
.multi-column-wrapper ol li,
.multi-column-wrapper ol,
.whitebox ul li,
#main_column .feedWidget p,
#sidebar p,
#sidebar ul li ul li {
  margin: 0 0 12px 0;
  font-size: 12px;
  line-height: 20px; }

#sidebar ul li ul {
  padding-left: 15px; }

a.read-more {
  text-decoration: none !important;
  font-weight: 700; }

h1 {
  font-size: 29px;
  text-transform: none;
  font-style: normal;
  margin: 0;
  line-height: 1em;
  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; }

#main-content-wrapper h1,
h1.page-title {
  font-size: 23px !important;
  line-height: 22px !important;
  color: #333;
  margin-bottom: 20px; }

h2 {
  margin: .5em 0 .25em 0;
  line-height: 1em; }

h2,
.titlefield {
  font-size: 18px;
  color: #666;
  font-style: normal;
  margin: 0;
  line-height: 1.35em; }

h2 a {
  color: #666; }

h2 a:hover, .titlefield:hover {
  color: #ACA9A8; }

#main-content-block h2, #main_column h2, #main-content-area-subpage h2 {
  border-bottom: 1px solid #666;
  margin: 16px 0 16px 0;
  padding: 0 0 10px 0; }

#main_column #content-sidebar h2, #main_column .top-level-stories h2, #main_column .top-level-feeds h2 {
  border-bottom: 0px; }

h3 {
  margin: 0 0 .5em 0;
  font-size: 14px;
  color: #666;
  text-transform: uppercase; }

h4 {
  margin: 0 0 0 0;
  font-size: 12px;
  color: #666;
  text-transform: none; }

h5 {
  margin: .3em 0 0 0;
  font-size: 10px;
  color: #666;
  text-transform: none; }

.view-all a {
  display: block;
  color: #e82e21 !important;
  clear: both;
  margin-top: 15px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: capitalize; }

.view-all a:hover {
  color: #666 !important; }

/* University Wide Accreditation Txt Block styles */
#accreditation {
  margin: 24px 0 40px 0; }
  #accreditation p {
    font-size: 11px;
    font-weight: 700; }

/* Feed Widgets */
.titlefield {
  display: block;
  clear: both;
  color: #666 !important;
  text-decoration: none !important; }

.datefield {
  color: #aba8a8; }

.rss-desc {
  font-size: 12px !important;
  line-height: 20px;
  border-bottom: 1px solid #e5e4e1;
  padding-bottom: 30px;
  margin: 15px 0 30px 0; }

#sidebar .rss-desc, .sidebar .rss-desc, .no-lines .rss-desc {
  padding-bottom: 0px;
  border-bottom: none; }

#sidebar .feedWidget .eventsRSS .titlefield, .sidebar .feedWidget .eventsRSS .titlefield, #sub-nav .feedWidget .eventsRSS .titlefield {
  font-size: 12px;
  line-height: 1.2em;
  color: #666; }

/* end Feed Widgets */
/* blogposts */
.tns-blogposts.blog-template-default .post {
  margin-bottom: 20px; }
  .tns-blogposts.blog-template-default .post:hover .post-title {
    color: #666666; }
.tns-blogposts.blog-template-default .post-thumb {
  width: 160px;
  float: left; }
.tns-blogposts.blog-template-default .post-content {
  padding-left: 180px; }
  .tns-blogposts.blog-template-default .post-content .post-date {
    font-size: 11px; }
  .tns-blogposts.blog-template-default .post-content .post-title {
    font-size: 13px;
    line-height: 1.3em; }
.tns-blogposts.blog-template-default .read-more-btn {
  display: none; }

@media (min-width: 440px) {
  .tns-blogposts.blog-template-default.blog-template-default--grid .post-thumb {
    width: auto;
    float: none; }
  .tns-blogposts.blog-template-default.blog-template-default--grid .post-content {
    padding-left: 0; } }
@media (max-width: 479px) {
  .tns-blogposts.blog-template-default .post {
    margin-bottom: 30px; }
  .tns-blogposts.blog-template-default .post-thumb {
    float: none; }
  .tns-blogposts.blog-template-default .post-content {
    padding-left: 0; } }
#main_column .post-title {
  margin: 5px 0; }
#main_column .post-date {
  display: none;
  margin-bottom: 0; }
#main_column .post-thumb {
  margin-bottom: 0; }

/* end blogposts */
/* event calendar */
.tns-eventcal .event-list {
  padding-left: 0; }
  .tns-eventcal .event-list .clndr-event {
    display: block; }

#main_column .clndr-event,
#main_column .tns-eventcal p {
  margin-bottom: 0; }

.clndr-event .clndr-info a.event-title,
.tns-eventcal .clndr-controls .month,
.tns-eventcal .clndr-controls .clndr-previous-button,
.tns-eventcal .clndr-controls .clndr-next-button,
.tns-eventcal .clndr-buttons a,
.tns-eventcal .clndr-grid .days .day.event,
.tns-eventcal .clndr-grid .days .empty.event,
.cutoff-btn-hide a:hover,
.cutoff-btn-show a:hover {
  color: #e82e21; }

.tns-eventcal .clndr-controls .clndr-previous-button:hover,
.tns-eventcal .clndr-controls .clndr-next-button:hover,
.tns-eventcal .clndr-grid .days .day.event:hover,
.tns-eventcal .clndr-grid .days .empty.event:hover {
  background-color: #e82e21; }

#sidebar ul li ul.event-list {
  padding-left: 0; }
  #sidebar ul li ul.event-list li {
    margin-bottom: 0; }
  #sidebar ul li ul.event-list p, #sidebar ul li ul.event-list a {
    line-height: 0.933333333rem;
    margin-bottom: 3px; }
  #sidebar ul li ul.event-list a:hover {
    color: #666666; }
  #sidebar ul li ul.event-list a.event-location:hover {
    color: #e82e21; }

/* end event calendar */
.admission-events-cal {
  padding-top: 0; }
  .admission-events-cal .clndr-filter-wrapper {
    margin: 0 0 15px; }
    .admission-events-cal .clndr-filter-wrapper select {
      display: inline;
      margin: 0;
      font-size: 12px;
      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; }
  .admission-events-cal .filterwrapper {
    display: inline-block;
    margin-right: 20px; }
    .admission-events-cal .filterwrapper label {
      text-transform: uppercase;
      color: #e82e21;
      font-size: 11px;
      display: block; }
    .admission-events-cal .filterwrapper input {
      display: block; }

#main_column .tns-eventcal .clear-filters a {
  color: #fff;
  cursor: pointer; }
  #main_column .tns-eventcal .clear-filters a:hover {
    color: #fff !important; }

@media screen and (max-width: 63.9375em) {
  .admission-events-cal .filterwrapper {
    float: none; }
    .admission-events-cal .filterwrapper select {
      width: 100%; } }
.clndr-event .clndr-info a.event-title {
  margin: 0 0 2px; }

.cutoff-btn-hide a, .cutoff-btn-show a {
  display: block; }

@media screen and (max-width: 63.9375em) {
  .admission-events-cal .filterwrapper {
    float: none; }

  .admission-events-cal .filterwrapper select {
    width: 100%; } }
@-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-refresh {
  font-family: FontAwesome4;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-refresh:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "\f021"; }

a.button {
  margin: 0 10px 10px 0;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #e82e21;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05em; }

/* start replace FA icons */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  font-family: FontAwesome4;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

/* end replace FA icons */
/* filter tabs - taken from Foundation sites */
.filter-set {
  background: transparent;
  margin: 0 0 20px; }

.faculty-top-level #main-content-block,
.filterSetWrapper {
  padding: 0;
  background-color: #fefefe; }
  .faculty-top-level #main-content-block::before, .faculty-top-level #main-content-block::after,
  .filterSetWrapper::before,
  .filterSetWrapper::after {
    display: table;
    content: ' '; }
  .faculty-top-level #main-content-block::after,
  .filterSetWrapper::after {
    clear: both; }

#full-width-content-block .inner-wrapper .filterSetWrapper {
  padding: 0; }

#main_column .faculty-top-level.columns {
  padding: 0;
  float: none; }

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

.readmore-button {
  display: block;
  margin-bottom: 10px; }

.readmore-content {
  display: none;
  clear: both; }
  .readmore-content + * {
    clear: both; }

ul.columnwidgetlist {
  width: 100%;
  padding: 0 !important; }

/* Site specific styles */
/* NSPE Site CSS
----------------------------------------------------------------------------------------------------*/
body.cover {
  background-size: cover; }

#feedback-button:hover, #to-top-button:hover {
  background: #e82e21; }

/* Start Main Nav Menu */
#main-nav {
  display: block; }

#nspe-nav ul li {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  float: left; }

#nspe-nav ul li ul li {
  float: none;
  font-size: .9em;
  height: auto;
  background: #fff; }

#nspe-nav ul li a {
  color: #666 !important;
  height: 28px;
  border-right: 1px solid #E2E2E0; }

#nspe-nav ul li a:hover {
  color: #e82e21 !important; }

#nspe-nav ul li ul li a, #nspe-nav ul li ul li a:link {
  height: auto;
  padding: .5em 1em .5em 1em;
  line-height: 1.5em;
  border: none;
  color: #666 !important;
  background-color: #F7F4F4; }

#nspe-nav ul li ul li a:hover {
  color: #fff !important;
  background: #e82e21; }

#main-nav li ul {
  width: 180px;
  background: transparent; }

.menubar li ul {
  position: absolute;
  visibility: hidden;
  background: white;
  z-index: 1000;
  width: 100%; }

.menubar li:hover ul {
  visibility: visible; }

.menubar li#info-for-button a {
  background: #aba9a9; }

.menubar li#info-for-button a:hover {
  background: #898989; }

.menubar li#info-for-button ul li a, .menubar li#info-for-button ul li a:hover {
  background: #F7F4F4; }

.menubar li#info-for-button ul li a:hover {
  color: #666 !important; }

.menubar li ul li {
  color: #666; }

.menubar#main-nav li a {
  background: transparent;
  padding: 8px 22px; }

.menubar#main-nav li ul li a {
  padding: 0; }

.menubar li ul li, .menubar li ul li a {
  color: #898989 !important;
  text-transform: none;
  background-color: #F7F4F4;
  font-size: 1em;
  line-height: 16px; }

.menubar li ul li {
  border-bottom: solid 1px #E2E2E0; }

.menubar li ul li:last-child {
  border-bottom: 0px; }

.menubar li ul li a:hover {
  color: #fff !important;
  background-color: #e82e21; }

#nspe-nav {
  background: #fff;
  margin-bottom: 20px; }

#nspe-nav #Degree_Programs ul,
#nspe-nav #Academic_Programs ul {
  display: none !important; }

#nspe-nav ul li:last-child a {
  border: none; }

#nav-show-button {
  position: absolute;
  right: 0px;
  display: none;
  margin-top: -45px;
  font-size: 1.75em; }

#sub-nav-menu ul li ul li a,
#sub-nav-menu li a.active {
  color: #666 !important; }

/* End Main Nav Menu */
/* Start Main Sidebar */
#sidebar-buttons ul li a {
  background-color: #e82e21; }

.box-title {
  color: #e82e21;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px !important;
  letter-spacing: 1px;
  display: block;
  border-bottom: 1px solid;
  border-top: none;
  margin-bottom: 20px;
  line-height: 1em;
  padding-bottom: 12px; }

.whitebox {
  overflow: hidden; }

.whitebox.no-title {
  padding-top: 12px; }

a.sidebar-cta {
  background: #e82e21; }

a.sidebar-cta:hover {
  background: #969696;
  color: #fff !important; }

/* End Main Sidebar */
/* Start School Page Programs box */
#main_column .programs-area ul {
  margin: 0;
  padding: 0 0 0 15px; }

#main_column .programs-area ul li {
  list-style: none;
  display: block;
  width: 30%;
  margin: 0 3.3% 15px 0;
  float: left; }

#main_column .programs-area ul li:before {
  content: ""; }

#main_column .programs-area ul li a {
  display: block;
  height: 150px;
  overflow: hidden;
  color: white;
  background: #e82e21;
  padding: 10px;
  position: relative;
  font-size: 1.125em;
  letter-spacing: 1px;
  text-transform: uppercase;
  word-wrap: break-word; }

#main_column .programs-area ul li img {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

/* End School Page Programs box */
/* Start NSPE School footer */
#nspe-school-footer {
  width: 100%;
  background-color: #fff;
  margin-top: 20px; }

#school-footer-inner {
  margin-bottom: 0;
  display: none; }

.school-button {
  float: left;
  width: 20%;
  display: block; }

/* .school-button.milano-button {
	border-left: 0px;
} */
.school-button.writing-button {
  margin-right: 0px; }

.school-button a, .school-button a:link, .school-button a:visited, .school-button a:active {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1em;
  color: #b2b2b2;
  /* background-color: #DFE0E1;
  background-color: rgba(240, 240, 240, 0.9); */
  height: 85px;
  /* border-bottom: .5em solid #ffffff;
  border-top: .4em solid #a6a5a3;
  margin-top: -.3em; */
  border-left: 1px solid #e4e4e4; }

.school-button a.writing {
  border-right: 1px solid #e4e4e4; }

.school-button a:hover, .writing-page .school-button.writing-button a, .milano-page .school-button.milano-button a, .undergrad-page .school-button.bachelors-program-button a, .languages-page .school-button.languages-button a, .media-page .school-button.media-button a {
  color: #fff;
  /*	background-color: #eeeeee;
      background-color: rgba(255, 255, 255, 0.9);
      border-top: .4em solid $primary-color; */ }

.school-button.writing-button a:hover, .writing-page .school-button.writing-button a {
  background-color: #e82e21; }

.school-button.milano-button a:hover, .milano-page .school-button.milano-button a {
  background-color: #e82e21; }

.school-button.bachelors-program-button a:hover, .undergrad-page .school-button.bachelors-program-button a {
  background-color: #e82e21; }

.school-button.languages-button a:hover, .languages-page .school-button.languages-button a {
  background-color: #e82e21; }

.school-button.media-button a:hover, .media-page .school-button.media-button a {
  background-color: #e82e21; }

@-moz-document url-prefix() {
  .school-button a.writing {
    width: 88.5%; } }
/* End NSPE School footer */
#school-slider {
  height: auto;
  overflow: hidden;
  margin-bottom: 20px; }
  #school-slider .whitebox {
    margin-bottom: 0; }

#school-slider ul li ul {
  padding: 0;
  margin: 20px;
  position: relative; }

#school-slider ul li ul li {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  list-style-type: none; }

#school-slider ul li:before {
  content: ""; }

#school-slider ul li ul li:first-child {
  z-index: 2; }

#slider-menu {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 10; }

#slider-menu a, #nav-dots a {
  color: #e82e21;
  display: inline-block;
  height: 6px;
  width: 6px;
  margin-right: 5px;
  border: 3px solid #e82e21;
  background-color: transparent;
  border-radius: 10px;
  /* future proofing */
  -khtml-border-radius: 10px; }

#slider-menu a.active-button, #nav-dots a.active-button {
  background-color: #e82e21; }

#slider-menu a:hover, #nav-dots a:hover {
  background-color: #e82e21; }

.school-slides img {
  border: 0;
  width: 755px;
  height: 424px; }

/* ---------------------------------------- */
/* ---------Faculty Detail View ----------- */
/* ---------------------------------------- */
#facultyWrapper {
  margin-left: 0; }

#facultyPhoto {
  padding: 0 5% 20px 0; }

#facultyBoxA {
  width: 70%; }

@media (max-width: 480px) {
  #facultyPhoto, #facultyBoxA {
    float: none;
    width: 100%;
    margin-bottom: 10px; }

  #facultyPhoto {
    padding: 0; } }
.fac-list-col {
  float: left;
  width: 30%;
  margin-right: 3%; }

.faculty-top-level .fac-list-col {
  width: 22%; }

.faculty-top-level-list #main-content-wrapper {
  padding: 0; }

#main_column .fac-list-col a,
#main_column .fac-list-col a:link,
#main_column .fac-list-col a:visited,
#main_column .fac-list-col a:active {
  color: #898989; }

#main_column .fac-list-col a:hover {
  color: #e82e21; }

/* end faculty profiles */
.main-content-area-subpage-inner-wrapper hr {
  border: 1px #e6e4e5 solid;
  margin: 24px 0px;
  display: none; }

/* Start Homepage Module */
#homepage-module {
  margin-right: 0;
  width: 49%;
  margin-top: 4.5em;
  margin-bottom: 10em; }

#nav-dots {
  display: block;
  float: left;
  background: #fff;
  padding: 13px 8px 10px 13px;
  border-bottom: 1px solid #ebe9e9; }

#story {
  clear: both;
  background: #fff;
  display: block;
  padding: 28px; }

#story h1 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 20px; }

#story p {
  margin: 0;
  padding: 0 0px 0 0; }

#story p a.arrow-link {
  color: #666;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
  margin-left: 14px;
  display: block; }

#story p a.arrow-link:hover {
  color: #e82e21; }

#story p a.arrow-link:before {
  content: "\f0da";
  font-family: FontAwesome4;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  font-size: 18px;
  position: absolute;
  margin-top: 1px;
  left: -12px;
  text-decoration: none; }

#module-ctas {
  display: block;
  background: #f8f7f7;
  border-top: 1px solid #ebe9e9; }

#module-ctas a {
  display: block;
  font-size: 12px;
  color: #e82e21;
  padding: 12px 40px 12px 28px; }

#module-ctas a#story-link {
  float: left;
  width: 51.4%;
  border-right: 1px solid #ebe9e9; }

#module-ctas a#more-stories-link {
  float: right;
  position: relative; }

#module-ctas a#more-stories-link .icon-caret-right {
  font-size: 2.25em;
  line-height: .1em;
  position: absolute;
  right: 16px;
  bottom: 15px;
  width: auto; }

#module-ctas a:hover {
  background: #e82e21;
  color: #f8f7f7; }

.nspe-home #nspe-school-footer {
  margin-top: 4em; }

#home-as-needed {
  clear: both;
  margin-right: 0;
  width: 49%; }

#home-as-needed-inverted {
  clear: both;
  margin-right: 0;
  width: 49%; }

#home-as-needed a {
  /* display: none;*/
  display: block;
  background: #f8f7f7;
  color: #e82e21;
  font-style: normal;
  font-size: 24px;
  line-height: 24px;
  padding: 22px 100px 22px 28px;
  position: relative; }

#home-as-needed-inverted a {
  /* display: none;*/
  display: block;
  background: #e82e21;
  color: #f8f7f7;
  font-style: normal;
  font-size: 24px;
  line-height: 24px;
  padding: 22px 100px 22px 28px;
  position: relative; }

#home-as-needed a .icon-caret-right,
#home-as-needed-inverted a .icon-caret-right {
  font-size: 1.4em;
  line-height: .1em;
  position: absolute;
  right: 16px;
  bottom: 45%;
  width: auto; }

#home-as-needed a:hover {
  background: #e82e21;
  color: #f8f7f7; }

#home-as-needed-inverted a:hover {
  background: #f8f7f7;
  color: #e82e21; }

#home-as-needed a.milano-button {
  color: #e82e21; }

#home-as-needed a.milano-button:hover {
  background: #e82e21;
  color: #f8f7f7; }

#home-as-needed a.languages-button {
  color: #e82e21; }

#home-as-needed a.languages-button:hover {
  background: #e82e21;
  color: #f8f7f7; }

#home-as-needed a.media-button {
  color: #e82e21; }

#home-as-needed a.media-button:hover {
  background: #e82e21;
  color: #f8f7f7; }

#home-as-needed a.undergraduate-button {
  color: #e82e21; }

#home-as-needed a.undergraduate-button:hover {
  background: #e82e21;
  color: #f8f7f7; }

#home-as-needed a.writing-button {
  color: #e82e21; }

#home-as-needed a.writing-button:hover {
  background: #e82e21;
  color: #f8f7f7; }

ul#module-content {
  display: none; }

#story img {
  display: none;
  margin-bottom: 14px; }

/* End Homepage Module */
/* school slide modules */
.whitebox #story {
  padding: 0;
  position: relative;
  background: none; }

.whitebox #story img {
  display: block;
  margin-bottom: 0; }

.whitebox #nav-dot-wrapper {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999; }

.whitebox #nav-dots {
  display: block;
  float: none;
  background: none;
  padding: 0;
  border-bottom: none; }

.whitebox #nav-dots a {
  /*color: #fff;*/ }

.whitebox #nav-dots a:hover, .whitebox #nav-dots a.active-button {
  background-color: #e82e21; }

.whitebox #slider-text {
  position: absolute;
  bottom: 0px;
  background: #ece9e6;
  background: rgba(236, 233, 230, 0.85);
  width: 100%;
  padding: 15px 0; }

.whitebox #story p {
  padding: 0 20px;
  font-size: 18px !important;
  line-height: 1.25em; }

.whitebox #story p em {
  font-size: 14px !important;
  display: block;
  padding-left: 20px; }

.news-events-left {
  float: left;
  width: 48.75%;
  margin-right: 2.5%; }

.news-events-right {
  float: right;
  width: 48.75%; }

/* iframe sliders */
#slider-module.iframe-slider {
  position: relative;
  margin-bottom: 12px; }

#slider-module.iframe-slider iframe {
  width: 100%;
  height: 380px; }

#slider-module.iframe-slider #nav-dot-wrapper {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 999; }

#slider-module.iframe-slider #nav-dots {
  float: none;
  background: none;
  padding: 0;
  border: none; }

.iframe-slider #slider-text {
  position: relative;
  bottom: auto;
  background: #545454;
  width: 100%;
  padding: 15px 0;
  margin-top: -6px; }

.iframe-slider #story h1 {
  margin-bottom: 0px;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: none;
  color: white !important;
  font-weight: 500;
  padding: 0 150px 0 20px; }

.iframe-slider #story {
  padding: 0px; }

/* Typography
----------------------------------------------------------------------------------------------------*/
h1 {
  color: #e82e21; }

h1 a, h1 a:hover {
  color: #e82e21; }

#main-content-block h2,
#main_column h2 {
  margin: 0px 0 16px 0; }

#main_column h2 a, #main_column h2 a:hover {
  text-decoration: none; }

p.introtext {
  margin: 0px 0 10px 0 !important;
  font-size: 18px !important;
  color: #777;
  font-style: normal;
  line-height: 1.25em !important; }

h3 {
  color: #e82e21; }

h3.show, h3.show:hover {
  color: #e82e21; }

h3.show span.active-span:after {
  color: #e82e21; }

#main_column p ~ h3:not(.showhide-toggle),
.main-content-area-subpage-inner-wrapper p ~ h3:not(.showhide-toggle),
#main_column p ~ h2,
.main-content-area-subpage-inner-wrapper p ~ h2 {
  margin-top: 35px; }

#main_column > h3:first-child,
.main-content-area-subpage-inner-wrapper > h3:first-child {
  margin-top: 0 !important; }

h4 {
  color: #666;
  margin: 0;
  font-weight: 600; }

h4 a, #main_column h4 a {
  color: #666 !important;
  text-decoration: none !important; }

h4 a:hover, #main_column h4 a:hover {
  color: #e82e21 !important; }

a {
  text-decoration: none; }

a:hover, #top-utility-links a:hover {
  color: #e82e21; }

#site-title {
  color: #e82e21;
  color: #b2b2b2; }

#site-title a, #site-title a:link, #site-title a:visited, #site-title a:active, #site-title a:hover {
  color: #e82e21; }

.nspe-home #site-title {
  color: #e82e21; }

.nspe-home #site-title a, .nspe-home #site-title a:link, .nspe-home #site-title a:visited, .nspe-home #site-title a:active, .nspe-home #site-title a:hover {
  color: #e82e21; }

#main_column a:hover, .main-content-area-subpage-inner-wrapper a:hover, #content-global-wrapper a:hover {
  color: #666 !important; }

#sub-nav-menu a:hover {
  color: #e82e21 !important; }

#main_column ul li ul {
  padding: 0px 1em;
  margin: 1em 0; }

#main_column ul li .tns-eventcal ul {
  padding: 0; }
  #main_column ul li .tns-eventcal ul li {
    text-indent: 0; }
    #main_column ul li .tns-eventcal ul li:before {
      content: ""; }

#main_column ul li ol {
  padding: 0px 1.5em;
  margin: 1em 0; }

#main_column ul li {
  font-size: 1em;
  list-style-type: none; }

#main_column ul li ul li {
  font-size: 12px;
  text-indent: -8px;
  margin-bottom: 8px;
  padding-left: 0; }

#main_column ul li ol li {
  font-size: 12px;
  list-style-type: decimal;
  margin-bottom: 8px; }

#main_column ul li ol li ul li {
  list-style-type: none; }

#main_column ul li ul li:before {
  content: "- "; }

.whitebox ul {
  padding: 0;
  margin: 0; }

.whitebox ul li {
  list-style-type: none;
  display: inline; }

.whitebox ul li:before {
  content: " ";
  /* batec - changed from content: "/ "; */ }

.whitebox ul li:first-child:before {
  content: ""; }

.whitebox p, .whitebox ul li {
  font-size: 12px !important; }

.whitebox h2, .content h2 {
  border-bottom: 0px solid #fff !important; }

.whitebox p {
  line-height: 1.5em; }

.greenbox {
  display: block;
  background: #e82e21;
  margin-bottom: 1em;
  position: relative; }

.greenbox a {
  display: block;
  padding: 20px; }

.greenbox .box-title {
  color: #fff; }

.greenbox:hover {
  background: #fff; }

.greenbox:hover .box-title {
  color: #e82e21; }

.greenbox-icons {
  color: #fff;
  font-size: 1.75em;
  margin-right: .58em;
  float: left; }

.greenbox:hover .greenbox-icons {
  color: #e82e21; }

.youtube-icon {
  width: 68px;
  height: 26px;
  display: inline-block;
  background: url(/framework/imgs/youtube-white.png) center no-repeat; }

.greenbox:hover .youtube-icon {
  background: url(/framework/imgs/youtube-nspe-green.png) center no-repeat; }

.view-all a {
  color: #e82e21 !important; }

.whitebox.no-title h4 {
  border-top: 1px solid #eaeaea;
  padding-top: 10px; }

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

#sidebar a:hover {
  color: #666; }

/* section backgrounds ****REMINDER: If a new one is added, add the class to the first media querie below. **** */
body.about-page {
  background: #fff url(/public-engagement/imgs/backgrounds/about.jpg) repeat fixed center top;
  background-size: cover; }

body.profile-page {
  background: #fff url(/public-engagement/imgs/backgrounds/profiles.jpg) repeat fixed center top;
  background-size: cover; }

body.admission-page {
  background: #fff url(/nspe-2012/imgs/backgrounds/admissions.jpg) repeat fixed center top;
  background-size: cover; }

body.faculty-page {
  background: #fff url(/public-engagement/imgs/backgrounds/faculty.jpg) repeat fixed center top;
  background-size: cover; }

body.continuing-ed-page {
  background: #fff url(/public-engagement/imgs/backgrounds/continuing_ed_bg.jpg) repeat fixed center top;
  background-size: cover; }

body.certificates-page {
  background: #fff url(/nspe-2012/imgs/backgrounds/certificates.jpg) repeat fixed center top;
  background-size: cover; }

body.civic-engagement-page {
  background: #fff url(/public-engagement/imgs/backgrounds/civic-engagement.jpg) repeat fixed center top;
  background-size: cover; }

body.news-and-events-page h1.page-title {
  display: none; }

h3.showhide-toggle {
  color: #e82e21; }

body.milano-page #site-title a, body.languages-page #site-title a, body.media-page #site-title a, body.undergrad-page #site-title a, body.writing-page #site-title a {
  color: #fff !important; }

body.milano-page {
  background: #fff url(/nspe-2012/imgs/backgrounds/milano.jpg) repeat fixed center top;
  background-size: cover; }

.milano-page h1, .milano-page h1.page-title, .milano-page h1 a, .milano-page h1 a:hover,
.milano-page #sub-nav-menu a:hover,
.milano-page .box-title,
.milano-page .view-all a,
.milano-page #main_column a,
.milano-page .main-content-area-subpage-inner-wrapper a, .milano-page #content-global-wrapper a,
.milano-page #sidebar a:hover,
.milano-page h3, .milano-page h3.show, .milano-page #sidebar .profile-grid-box a:hover span.profile-subtype, .milano-page #sidebar .profile-grid-box a:hover h4, .milano-page #main-content-wrapper h1, .milano-page #sidebar a, .milano-page h3.show span.active-span:after {
  color: #e82e21; }

.milano-page .view-all a {
  color: #e82e21 !important; }

.milano-page #sub-nav-menu a:hover, milano-page a.titlefield:hover {
  color: #e82e21 !important; }

.milano-page #sidebar-buttons ul li a, .milano-page #main_column .programs-area ul li a, .milano-page.school-page #page_info .inner-wrapper, .milano-page #feedback-button, .milano-page #to-top-button, .milano-page a.sidebar-cta {
  background-color: #e82e21; }

body.languages-page {
  background: #fff url(/nspe-2012/imgs/backgrounds/languages.jpg) repeat fixed center top;
  background-size: cover; }

.languages-page h1, .languages-page h1.page-title, .languages-page h1 a, .languages-page h1 a:hover,
.languages-page #sub-nav-menu a:hover,
.languages-page .box-title,
.languages-page .view-all a,
.languages-page #main_column a,
.languages-page .main-content-area-subpage-inner-wrapper a, .languages-page #content-global-wrapper a,
.languages-page h3, .languages-page h3.show, .languages-page #main-content-wrapper h1, .languages-page a.titlefield:hover, .languages-page #sidebar a, .languages-page h3.show span.active-span:after {
  color: #e82e21; }

.languages-page .view-all a {
  color: #e82e21 !important; }

.languages-page #sub-nav-menu a:hover {
  color: #e82e21 !important; }

.languages-page #sidebar-buttons ul li a, .languages-page #main_column .programs-area ul li a, .languages-page.school-page #page_info .inner-wrapper, .languages-page #feedback-button, .languages-page #to-top-button, .languages-page a.sidebar-cta {
  background-color: #e82e21; }

body.media-page {
  background: #fff url(/public-engagement/imgs/backgrounds/media.jpg) repeat fixed center top;
  background-size: cover; }

.media-page h1, .media-page h1.page-title, .media-page h1 a, .media-page h1 a:hover,
.media-page .box-title,
.media-page .view-all a,
.media-page #main_column a,
.media-page .main-content-area-subpage-inner-wrapper a, .media-page #content-global-wrapper a,
.media-page h3, .media-page h3.show, .media-page #main-content-wrapper h1, .media-page #sidebar a, .media-page h3.show span.active-span:after {
  color: #e82e21; }

.media-page .view-all a {
  color: #e82e21 !important; }

.media-page #sub-nav-menu a:hover, .media-page a.titlefield:hover {
  color: #e82e21 !important; }

.media-page #sidebar-buttons ul li a, .media-page #main_column .programs-area ul li a, .media-page.school-page #page_info .inner-wrapper, .media-page #feedback-button, .media-page #to-top-button, .media-page a.sidebar-cta {
  background-color: #e82e21; }

body.undergrad-page {
  background: #fff url(/public-engagement/imgs/backgrounds/undergrad.jpg) repeat fixed center top;
  background-size: cover; }

.undergrad-page h1, .undergrad-page h1.page-title, .undergrad-page h1 a, .undergrad-page h1 a:hover,
.undergrad-page .box-title,
.undergrad-page .view-all a,
.undergrad-page #main_column a,
.undergrad-page .main-content-area-subpage-inner-wrapper a, .undergrad-page #content-global-wrapper a,
.undergrad-page h3, .undergrad-page h3.show, .undergrad-page #main-content-wrapper h1, .undergrad-page a.titlefield:hover, .undergrad-page #sidebar a, .undergrad-page h3.show span.active-span:after {
  color: #e82e21; }

.undergrad-page .view-all a {
  color: #e82e21 !important; }

.undergrad-page #sub-nav-menu a:hover {
  color: #e82e21 !important; }

.undergrad-page #sidebar-buttons ul li a, .undergrad-page #main_column .programs-area ul li a, .undergrad-page.school-page #page_info .inner-wrapper, .undergrad-page #feedback-button, .undergrad-page #to-top-button, .undergrad-page a.sidebar-cta {
  background-color: #e82e21; }

body.writing-page {
  background: #fff url(/public-engagement/imgs/backgrounds/writing.jpg) repeat fixed center top;
  background-size: cover; }

.writing-page h1, .writing-page h1.page-title, .writing-page h1 a, .writing-page h1 a:hover,
.writing-page .box-title,
.writing-page .view-all a,
.writing-page #main_column a,
.writing-page .main-content-area-subpage-inner-wrapper a, .writing-page #content-global-wrapper a,
.writing-page h3, .writing-page h3.show, .writing-page #main-content-wrapper h1, .writing-page a.titlefield:hover, .writing-page #sidebar a, .writing-page h3.show span.active-span:after {
  color: #e82e21; }

.writing-page .view-all a {
  color: #e82e21 !important; }

.writing-page #sub-nav-menu a:hover {
  color: #e82e21 !important; }

.writing-page #sidebar-buttons ul li a, .writing-page #main_column .programs-area ul li a, .writing-page.school-page #page_info .inner-wrapper, .writing-page #feedback-button, .writing-page #to-top-button, .writing-page a.sidebar-cta {
  background-color: #e82e21; }

.milano-page #sidebar-buttons ul li a:hover,
.lanuages-page #sidebar-buttons ul li a:hover,
.media-page #sidebar-buttons ul li a:hover,
.undergrad-page #sidebar-buttons ul li a:hover,
.writing-page #sidebar-buttons ul li a:hover,
.milano-page a.sidebar-cta:hover,
.media-page a.sidebar-cta:hover,
.languages-page a.sidebar-cta:hover,
.writing-page a.sidebar-cta:hover,
.undergrad-page a.sidebar-cta:hover {
  background-color: #969696; }

.school-page h1, .school-page h1 a, .school-page h1 a:hover, .school-page #crumbs a, .school-page #crumbs li {
  color: #fff; }

.school-page #crumbs a:hover {
  color: #666; }

.school-page #main_column a:hover,
.school-page .main-content-area-subpage-inner-wrapper a:hover {
  color: #666 !important; }

.milano-page #sidebar a:hover, .media-page #sidebar a:hover, .languages-page #sidebar a:hover, .writing-page #sidebar a:hover, .undergrad-page #sidebar a:hover {
  color: #666 !important; }

.milano-page #sidebar-buttons ul li a, .milano-page #sidebar-buttons ul li a:hover, .media-page #sidebar-buttons ul li a, .media-page #sidebar-buttons ul li a:hover, .languages-page #sidebar-buttons ul li a, .languages-page #sidebar-buttons ul li a:hover, .writing-page #sidebar-buttons ul li a, .writing-page #sidebar-buttons ul li a:hover, .undergrad-page #sidebar-buttons ul li a, .undergrad-page #sidebar-buttons ul li a:hover, .milano-page #sidebar a.sidebar-cta:hover, .media-page #sidebar a.sidebar-cta:hover, .languages-page #sidebar a.sidebar-cta:hover, .writing-page #sidebar a.sidebar-cta:hover, .undergrad-page #sidebar a.sidebar-cta:hover, .milano-page #main_column a.sidebar-cta:hover, .media-page #main_column a.sidebar-cta:hover, .languages-page #main_column a.sidebar-cta:hover, .writing-page #main_column a.sidebar-cta:hover, .undergrad-page #main_column a.sidebar-cta:hover {
  color: #fff !important; }

/* End School / Program page unique color styles */
/* Start Custom Sidebar Background Colors */
/* --- NSPE --- */
.nspeBox {
  background: #e82e21; }

/* --- Milano --- */
.milanoBox {
  background: #e82e21; }

/* --- Languages --- */
.solBox {
  background: #e82e21; }

/* --- Media Studies --- */
.somBox {
  background: #e82e21; }

/* --- Undergraduate --- */
.sousBox {
  background: #e82e21; }

/* --- Writing --- */
.sowBox {
  background: #e82e21; }

/* End Custom Sidebar Background Colors */
/* Begin sidebar updates 2-2014 */
.milano-page #sidebar #sidebar-buttons ul > li:first-child a,
.milano-page #action_calls #sidebar-buttons ul > li:first-child a {
  background-color: #e82e21; }

.languages-page #sidebar #sidebar-buttons ul > li:first-child a,
.languages-page #action_calls #sidebar-buttons ul > li:first-child a {
  background-color: #e82e21; }

.media-page #sidebar #sidebar-buttons ul > li:first-child a,
.media-page #action_calls #sidebar-buttons ul > li:first-child a {
  background-color: #e82e21; }

.undergrad-page #sidebar #sidebar-buttons ul > li:first-child a,
.undergrad-page #action_calls #sidebar-buttons ul > li:first-child a {
  background-color: #e82e21; }

.writing-page #sidebar #sidebar-buttons ul > li:first-child a,
.writing-page #action_calls #sidebar-buttons ul > li:first-child a {
  background-color: #e82e21; }

#sidebar #sidebar-buttons ul > li:first-child a,
#action_calls #sidebar-buttons ul > li:first-child a {
  background-color: #868686; }

/* general sidebar */
#sidebar #sidebar-buttons ul > li a,
#action_calls #sidebar-buttons ul > li a {
  background-color: #fff;
  color: #777 !important;
  text-transform: none;
  font-weight: normal;
  font-size: 13px; }

#sidebar #sidebar-buttons ul > li:first-child,
#action_calls #sidebar-buttons ul > li:first-child {
  margin-bottom: 15px; }

#sidebar #sidebar-buttons ul > li:first-child a,
#action_calls #sidebar-buttons ul > li:first-child a {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold; }

#sidebar #sidebar-buttons ul > li a:hover,
#action_calls #sidebar-buttons ul > li a:hover {
  background-color: #868686 !important;
  color: #fff !important; }

#action_calls #sidebar-buttons ul li:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .feedWidget {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #action_calls #sidebar-buttons ul > li:first-child {
    padding-right: 0;
    margin-bottom: 5px;
    width: 100%; }

  #action_calls #sidebar-buttons ul li {
    width: 50%;
    margin-bottom: 5px;
    float: left; }

  #action_calls #sidebar-buttons ul li:nth-child(even) {
    padding-right: 10px; } }
/* cta */
a.sidebar-cta.non-admission {
  background: #b7b7b7 !important; }

a.sidebar-cta:after {
  content: none; }

/* End sidebar 2-2014 updates */
/* Profile list styles */
.profile-page #content-area-inner-wrapper {
  padding-top: 0; }

.profile-grid-box {
  width: 19.8%;
  border-right: 1px #e6e4e5 solid;
  float: left;
  overflow: hidden; }

h2.profile-type-h2 {
  font-weight: 300;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important; }

.faculty-page h2.profile-type-h2 {
  display: none; }

.faculty-page #main-content-wrapper img {
  width: 100%;
  height: auto; }

.profile-grid-box.last {
  border-right: 0px; }

.profile-grid-box.first {
  clear: both; }

.profile-list-rule {
  clear: both;
  border: 1px #e6e4e5 solid;
  margin: 0 14px 0px 14px; }

.profile-grid-box .profile-subtype {
  font-size: 12px !important;
  color: #888; }

.profile-grid-box.featured-profile {
  width: 33%; }

.profile-grid-box.featured-profile h4 {
  font-size: 1.25em; }

.profile-grid-box a {
  display: block;
  padding: 14px; }

.profile-grid-box p {
  margin-top: 8px;
  line-height: 1.5em; }

#sidebar .profile-grid-box {
  width: auto;
  float: none;
  border: none;
  border-bottom: 1px #e6e4e5 solid;
  margin-bottom: 28px; }

#sidebar .profile-grid-box.last {
  border-bottom: none;
  margin-bottom: 0px; }

#sidebar .profile-grid-box img {
  width: auto;
  margin-bottom: 4px; }

#sidebar .profile-grid-box a {
  padding: 0 0px 20px 0px; }

#sidebar .profile-grid-box a:hover, #sidebar .profile-grid-box a:hover h4, #sidebar .profile-grid-box a:hover .profile-subtype {
  background: transparent; }

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

/* Start Degree Programs Isotope styles */
#isotope-items .isofile.milano a.iso-block {
  background: #fff; }

#isotope-items .isofile.writing a.iso-block {
  background: #fff; }

#isotope-items .isofile.media-school a.iso-block {
  background: #fff; }

#isotope-items .isofile.languages a.iso-block {
  background: #fff; }

#isotope-items .isofile.undergrad a.iso-block {
  background: #fff; }

#isotope-items .isofile.continuing-ed a.iso-block {
  background: #fff; }

.faculty-page #view-all-crumb {
  display: inline; }

#filter-menu h2 a {
  color: #e82e21 !important; }

#filter-menu h2 a:hover {
  color: #ACA9A8 !important; }

#expanded-content h3 {
  display: none; }

#expanded-content .minor-desc,
#expanded-content .lang-desc,
#expanded-content .parsons-desc,
#expanded-content .nssr-desc,
#expanded-content .mannes-desc,
#expanded-content .drama-desc,
#expanded-content .jazz-desc {
  display: none; }

/* End Degree Programs Isotope styles */
/* Plugins
----------------------------------------------------------------------------------------------------*/
/* Media Queries
----------------------------------------------------------------------------------------------------*/
/* ex: tablets in portrait
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  #homepage-module {
    margin-bottom: 1em; }

  #homepage-top {
    margin-top: 0; } }
/* ex: tablets in portrait
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  body {
    background: #fff url(/edu-assets/imgs/bg-tile-50.jpg) repeat !important;
    background-size: auto; }

  #story img {
    display: block; }

  .school-button a.writing {
    width: 88.3%; }

  @-moz-document url-prefix() {
    .school-button a.writing {
      width: 85.5%; } }
  .school-button a, .school-button a:link, .school-button a:visited, .school-button a:active {
    height: 8em;
    overflow: hidden; }

  #nspe-nav {
    height: 7.1em; }

  ul#main-nav li {
    width: 20% !important; }

  #nspe-nav ul li {
    height: 57px; }

  #nspe-nav ul li a, #nspe-nav ul li a:link, #nspe-nav ul li a:visited, #nspe-nav ul li a:active {
    height: 44px;
    border: 0; }

  ul#main-nav li ul {
    display: none !important; }

  #nspe-nav ul.last-menu {
    margin-left: 0; }

  #main-nav {
    display: block; }

  /*#sidebar .whitebox {
      width: 25%;
      float: left;
      margin: 0em 1.3% 1em 1.3%;
  }
  .school-page #sidebar .whitebox {
      width: 41%;
  }*/
  #sidebar.no-left-nav .whitebox {
    width: auto;
    float: none;
    margin: 0 0 1em 0; }

  #sidebar .whitebox.no-title {
    width: auto;
    float: none;
    margin: 1em 0; }

  #slider-menu a, #nav-dots a {
    height: 20px;
    width: 20px;
    margin-right: 15px;
    border-radius: 20px;
    /* future proofing */
    -khtml-border-radius: 20px;
    border: 4px solid; }

  #sidebar .profile-grid-box {
    width: 33%;
    float: left;
    border: none;
    border-bottom: 0px;
    margin-bottom: 0px;
    border-right: 1px #e6e4e5 solid; }

  #sidebar .profile-grid-box.last {
    border-right: none; }

  #sidebar .profile-grid-box a {
    padding: 0 7px; }

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

  #homepage-module {
    left: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    margin-top: 2em; }

  #module-ctas a#story-link {
    width: 68%; }

  #home-as-needed {
    left: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    margin-bottom: 2em; }

  #content-global-wrapper.faculty-top-level {
    width: auto;
    float: none; }

  /* Start Top Nav NSPE-specific responsive styles */
  #top-utility-links {
    margin: 0 0 0 1%; }

  .info-for-menu-title:before {
    content: "Info For"; }

  #info-for-button a:first-child {
    padding: 8px 13px 8px 13px; }

  @-moz-document url-prefix() {
    #info-for-button a:first-child {
      padding: 8px 12px; } }
  /* End Top Nav NSPE-specific responsive styles */ }
/* ex: handhelds in landscape
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .school-button {
    float: none;
    width: 100%;
    border-left: 0px;
    margin-right: 0px; }

  .school-button a.writing {
    width: auto; }

  .school-button a, .school-button a:link, .school-button a:visited, .school-button a:active {
    height: auto;
    border: 0; }

  #main-nav li ul {
    display: none; }

  ul#main-nav li {
    width: 100% !important;
    height: auto; }

  #nspe-nav ul li a, #nspe-nav ul li a:link, #nspe-nav ul li a:visited, #nspe-nav ul li a:active {
    float: none;
    height: auto; }

  #nspe-nav ul {
    float: none;
    width: 100%; }

  #nspe-nav {
    height: auto; }

  #nav-show-button {
    display: block; }

  .school-page #sidebar .whitebox {
    width: auto; }

  .whitebox img {
    width: auto;
    float: none;
    margin: 0; }

  #main_column .programs-area ul {
    padding: 0; }

  #main_column .programs-area ul li {
    margin: 0 0 15px 0;
    float: none;
    width: auto; }

  #main_column .programs-area ul li a {
    height: auto; }

  #main_column .programs-area ul li img {
    display: block !important;
    width: 25%;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    position: static; }

  #school-slider {
    height: auto;
    width: auto;
    float: none; }

  #school-slider ul {
    margin: 0; }

  .school-slides img {
    width: 410px;
    height: auto; }

  #slider-menu {
    bottom: 20px;
    right: 15px; }

  .profile-grid-box {
    width: 49%;
    border-right: 0px; }

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

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

  .main-content-area-subpage-inner-wrapper {
    padding: 14px; }

  #module-ctas a#story-link {
    width: 48%; }

  #nav-dots {
    float: none; }

  #story {
    padding: 14px; }

  .faculty-top-level .fac-list-col {
    width: 47%; }

  /* Start Top Nav NSPE-specific responsive styles */
  #top-utility-links {
    margin: 0; }

  #tns-home-link:before {
    content: "TNS"; }

  #ns-search-show {
    padding: 5px 14px 4px 14px; }

  @-moz-document url-prefix() {
    #ns-search-show {
      padding: 5px 0.7em 2px; } }
  #info-for-button a:first-child {
    padding: 8px 22px; }

  /* End Top Nav NSPE-specific responsive styles */
  .whitebox#slider-module {
    background: #545454; }

  .whitebox #nav-dot-wrapper {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 10px; }

  .whitebox #slider-text {
    position: relative;
    bottom: auto;
    background: none;
    width: auto;
    padding: 10px 0 0 0; }

  .whitebox #slider-text p {
    padding: 0;
    color: #fff; }

  #site-title {
    padding-right: 30px; }

  #slider-module.iframe-slider iframe {
    height: 247px; }

  .iframe-slider #story h1 {
    padding: 0 20px 0 20px; }

  #slider-module.iframe-slider #nav-dot-wrapper {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 10px;
    border-bottom: 1px solid white;
    padding-bottom: 5px; }

  #slider-module.iframe-slider #nav-dots {
    text-align: center; } }
@media (max-device-width: 480px) {
  #ns-search-show {
    padding: .17em .7em .2em .7em; } }
/* ex: handhelds in portrait
----------------------------------------------------------------------------------------------------*/
@media (max-width: 479px) {
  #main_column .whitebox.left, #main_column .whitebox.right {
    float: none;
    width: auto; }

  #slider-menu {
    bottom: 10px;
    right: 5px; }

  .school-slides img {
    width: 264px;
    height: auto; }

  .fac-list-col {
    float: none;
    width: auto;
    margin-right: 0; }

  #sidebar .profile-grid-box {
    width: auto;
    float: none;
    border-bottom: 1px #e6e4e5 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; }

  #module-ctas a#story-link, #module-ctas a#more-stories-link {
    float: none;
    width: auto;
    border: none; }

  #story p {
    padding: 0; }

  .faculty-top-level-list #main-content-wrapper {
    padding: 20px 20px 20px 20px; }

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

  /* Start Top Nav NSPE-specific responsive styles */
  #tns-home-link:before {
    content: "The New School"; }

  #info-for-button a:first-child {
    padding: 0 20px 0 20px; }

  .info-for-menu-title:before {
    content: "Information For"; }

  #top-utility-links a, #top-utility-links a#tns-home-link {
    padding: 1em .7em;
    border-bottom: 1px solid #E2E2E0; }

  #info-for-button a:first-child {
    padding: 8px 52px 8px 53px; }

  .news-events-left, .news-events-right {
    float: none;
    width: auto;
    margin-right: 0; }

  #site-title {
    padding-right: 0px; }

  /* End Top Nav NSPE-specific responsive styles */
  #slider-module.iframe-slider iframe {
    height: 165px; } }
@media (max-device-width: 480px) and (orientation: portrait) {
  #info-for-button a:first-child {
    padding: 8px 52px 8px 51px; } }
.PBItem {
  margin: 0 !important; }

/* start homepage feature styles */
.nspe-home #background-image, .nspe-home #background-image-transition {
  background: #eee repeat fixed center 0px;
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: -10;
  height: 100%;
  width: 100%; }

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

#homepage-top {
  float: right;
  margin-top: 25px; }

#homepage-top ul li {
  display: block;
  margin-bottom: 3px;
  text-indent: -5px;
  padding-left: 10px; }

#homepage-top ul li:before {
  content: "\f0da";
  font-family: FontAwesome4;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  font-size: 14px;
  position: relative;
  left: 0px;
  text-decoration: none;
  color: #999; }

#homepage-top ul li:last-child {
  margin-bottom: .75em; }

#homepage-top ul li a {
  margin-left: 5px; }

#homepage-module {
  width: 41.75%;
  margin: 90px 0 0; }

#homepage-module-wrapper {
  clear: both;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  padding: 20px; }

#homepage-module #header {
  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 .slides {
  padding: 0; }

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

#homepage-module .slides > li:first-child {
  display: block; }

#story {
  background: none;
  padding: 0; }

#story h1 {
  line-height: 1.2em;
  margin-bottom: 15px; }

#story h1:after {
  content: "\f0da";
  font-family: FontAwesome4;
  font-size: 19px;
  padding-left: 10px; }

.flex-direction-nav {
  display: none; }

/* end homepage feature styles */
#nspe-nav ul#main-nav {
  width: 100%;
  position: relative; }

#nspe-nav ul#main-nav > li {
  width: 20%;
  text-align: center; }

#nspe-nav ul#main-nav li a {
  display: block;
  height: inherit; }

#main-nav li ul {
  width: inherit; }

@media screen and (max-width: 1023px) {
  #homepage-top {
    margin-top: 0; } }
@media screen and (min-width: 1024px) {
  #homepage-top, #homepage-module {
    width: 40%; }

  #nspe-nav ul#main-nav li a {
    padding: 10px 0px; }

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

  #story h1 {
    color: #fff; }

  #homepage-module-wrapper {
    color: #fff; }

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

  #homepage-module #header #nav span {
    color: #fff; } }
@media screen and (max-width: 1023px) {
  #nspe-nav {
    height: inherit; }

  #nspe-nav ul li {
    height: inherit; }

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

  .flex-direction-nav {
    display: block; }

  .flex-direction-nav a {
    opacity: 1; }

  #homepage-module #header #nav {
    right: 0; }

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

  #homepage-module #header #nav a {
    display: none; }

  #homepage-top {
    float: none; }

  #homepage-module {
    width: auto;
    margin-top: 0; }

  #homepage-module-wrapper {
    background: #fff; } }
@media screen and (max-width: 767px) {
  #nspe-nav ul#main-nav > li {
    text-align: left;
    float: left;
    width: 50% !important; } }
form {
  margin-bottom: 0; }

#banner h1.sitename {
  font-size: 57px;
  line-height: 57px;
  margin-top: -6px; }

#page_info h1 {
  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.866666667rem;
  line-height: 1.933333333rem;
  text-transform: uppercase; }

.school-page .crumbs {
  color: #fefefe; }
.school-page .crumbs a {
  color: #fefefe; }
  .school-page .crumbs a:hover {
    text-decoration: underline; }

.box-title {
  font-size: 0.866666667rem !important;
  letter-spacing: 0px; }

h2 {
  text-transform: none; }

h3 {
  font-size: 0.866666667rem; }

h4 {
  line-height: 20px; }

a.sidebar-cta {
  font-size: 0.866666667rem;
  line-height: 1.066666667rem; }
  a.sidebar-cta span {
    font-size: 0.733333333rem; }

#sidebar {
  clear: right; }

#main-content-block .tns-spinner img {
  width: inherit; }
#main-content-block .clndr-event .clndr-image img {
  width: 110px; }

#main_column img {
  margin-bottom: 15px; }
#main_column [data-ux-pagebuilder="Column"] > ul > li {
  margin-bottom: 0; }

table.tns-table {
  border: 1px solid #f2f1ed; }
  table.tns-table tr:first-child, table.tns-table tr:first-child:hover {
    background: #d1d1d1;
    text-transform: uppercase; }
    table.tns-table tr:first-child td, table.tns-table tr:first-child th, table.tns-table tr:first-child:hover td, table.tns-table tr:first-child:hover th {
      padding: 15px 12px; }
  table.tns-table thead + tbody tr:first-child, table.tns-table thead + tbody tr:first-child:hover {
    background: inherit;
    text-transform: none; }
    table.tns-table thead + tbody tr:first-child td, table.tns-table thead + tbody tr:first-child th, table.tns-table thead + tbody tr:first-child:hover td, table.tns-table thead + tbody tr:first-child:hover th {
      padding: 8px 12px; }
  table.tns-table.table-left td, table.tns-table.table-left th {
    text-align: left; }

#universal_footer_interim {
  margin-top: 0; }
  #universal_footer_interim ul li a,
  #universal_footer_interim #address {
    font-size: 0.666666667rem; }

#site-title {
  margin-top: 0; }
  #site-title #banner h1 a {
    color: #fff; }

#quick_links li a, #school_menu li a, #audience_links li a, #utility_links li a {
  color: #e82e21; }

.profile-grid .playhead:before {
  background-size: 20%; }

.academics-grid .grid-detail {
  padding-top: 15px; }
  .academics-grid .grid-detail h2 {
    font-weight: 400; }

#main-content-block .fac-list-col a, #main-content-block .fac-list-col a:link, #main-content-block .fac-list-col a:visited, #main-content-block .fac-list-col a:active {
  color: #666666; }

#main_column ul.filter-tabs {
  padding: 0; }

#global_menu .secondarynav li a {
  color: #fff; }
#global_menu li a {
  color: #e82e21; }
#global_menu:hover {
  color: #f2f2f2; }

.right-off-canvas-menu .sitename {
  font-size: 1.333333333rem; }

@media (max-width: 801px) {
  #banner h1.sitename {
    font-size: 2.066666667rem;
    line-height: 2.066666667rem; } }
@media (max-width: 479px) {
  #banner h1.sitename {
    font-size: 1.666666667rem;
    line-height: 1.666666667rem;
    padding-left: 41px;
    margin-top: -3px; }

  #stripe-2 {
    width: 39px; }

  #section-title-box h1 #page_info h1 {
    font-size: 1.4rem;
    line-height: 1.733333333rem; } }

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