@charset "UTF-8";
/*
$small-range: (0em, rem-calc(768));
$medium-range: (rem-calc(769), rem-calc(1024));
$large-range: (rem-calc(1025), rem-calc(99999999));
*/
meta.foundation-version {
  font-family: "/5.1.0/"; }

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

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

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

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

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

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

html, body {
  height: 100%; }

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

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img, object, embed {
  max-width: 100%;
  height: auto; }

object, embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

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

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td, th {
  padding: 0; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column, .columns {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left; }

@media only screen {
  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; }
  .small-push-0 {
    left: 0%;
    right: auto; }
  .small-pull-0 {
    right: 0%;
    left: auto; }
  .small-push-1 {
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    left: 25%;
    right: auto; }
  .small-pull-3 {
    right: 25%;
    left: auto; }
  .small-push-4 {
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    left: 50%;
    right: auto; }
  .small-pull-6 {
    right: 50%;
    left: auto; }
  .small-push-7 {
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    left: 75%;
    right: auto; }
  .small-pull-9 {
    right: 75%;
    left: auto; }
  .small-push-10 {
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order, .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; } }

@media only screen and (min-width:40.063em) {
  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; }
  .medium-push-0 {
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    right: 0%;
    left: auto; }
  .medium-push-1 {
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    right: 25%;
    left: auto; }
  .medium-push-4 {
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    right: 50%;
    left: auto; }
  .medium-push-7 {
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    right: 75%;
    left: auto; }
  .medium-push-10 {
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order, .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .push-0 {
    left: 0%;
    right: auto; }
  .pull-0 {
    right: 0%;
    left: auto; }
  .push-1 {
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    right: 8.33333%;
    left: auto; }
  .push-2 {
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    right: 16.66667%;
    left: auto; }
  .push-3 {
    left: 25%;
    right: auto; }
  .pull-3 {
    right: 25%;
    left: auto; }
  .push-4 {
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    right: 33.33333%;
    left: auto; }
  .push-5 {
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    right: 41.66667%;
    left: auto; }
  .push-6 {
    left: 50%;
    right: auto; }
  .pull-6 {
    right: 50%;
    left: auto; }
  .push-7 {
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    right: 58.33333%;
    left: auto; }
  .push-8 {
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    right: 66.66667%;
    left: auto; }
  .push-9 {
    left: 75%;
    right: auto; }
  .pull-9 {
    right: 75%;
    left: auto; }
  .push-10 {
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    right: 83.33333%;
    left: auto; }
  .push-11 {
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width:64.063em) {
  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right; }
  .large-push-0 {
    left: 0%;
    right: auto; }
  .large-pull-0 {
    right: 0%;
    left: auto; }
  .large-push-1 {
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    left: 25%;
    right: auto; }
  .large-pull-3 {
    right: 25%;
    left: auto; }
  .large-push-4 {
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    left: 50%;
    right: auto; }
  .large-pull-6 {
    right: 50%;
    left: auto; }
  .large-push-7 {
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    left: 75%;
    right: auto; }
  .large-pull-9 {
    right: 75%;
    left: auto; }
  .large-push-10 {
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order, .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .push-0 {
    left: 0%;
    right: auto; }
  .pull-0 {
    right: 0%;
    left: auto; }
  .push-1 {
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    right: 8.33333%;
    left: auto; }
  .push-2 {
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    right: 16.66667%;
    left: auto; }
  .push-3 {
    left: 25%;
    right: auto; }
  .pull-3 {
    right: 25%;
    left: auto; }
  .push-4 {
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    right: 33.33333%;
    left: auto; }
  .push-5 {
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    right: 41.66667%;
    left: auto; }
  .push-6 {
    left: 50%;
    right: auto; }
  .pull-6 {
    right: 50%;
    left: auto; }
  .push-7 {
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    right: 58.33333%;
    left: auto; }
  .push-8 {
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    right: 66.66667%;
    left: auto; }
  .push-9 {
    left: 75%;
    right: auto; }
  .pull-9 {
    right: 75%;
    left: auto; }
  .push-10 {
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    right: 83.33333%;
    left: auto; }
  .push-11 {
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    right: 91.66667%;
    left: auto; } }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

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

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

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

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

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

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

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

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

@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

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

@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

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

@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

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

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #008CBA;
  border-color: #007095;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #fff; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #fff; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #fff; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #fff; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007095; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #fff; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008CBA; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #fff;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #fff; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #fff;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #fff; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }

@media only screen and (min-width:40.063em) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0;
  *zoom: 1; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group li {
    margin: 0;
    float: left; }
    .button-group li > button, .button-group li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group li:first-child button, .button-group li:first-child .button {
      border-left: 0; }
    .button-group li:first-child {
      margin-left: 0; }
  .button-group.radius > * > button, .button-group.radius > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
    border-left: 0; }
  .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .button-group.round > * > button, .button-group.round > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
    border-left: 0; }
  .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
    -moz-border-radius-bottomright: 1000px;
    -moz-border-radius-topright: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .button-group.even-2 li {
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

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

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button:before, button.dropdown:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 50%; }
  .dropdown.button:before, button.dropdown:before {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button:before, button.dropdown:before {
    border-color: #fff transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small:before, button.dropdown.small:before {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small:before, button.dropdown.small:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large:before, button.dropdown.large:before {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large:before, button.dropdown.large:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.secondary:before, button.dropdown.secondary:before {
    border-color: #333 transparent transparent transparent; }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:before {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:before {
    border-color: #fff transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:before {
    border-color: #fff transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:before {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:before {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:before {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:before {
    border-color: #333 transparent transparent transparent; }
  .split.button.radius span {
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    -moz-border-radius-bottomright: 1000px;
    -moz-border-radius-topright: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

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

/**
 * @file
 * Generic theme-independent base styles.
 */
/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100; }

#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
  zoom: 1;
  /* IE7 */ }

/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(../../misc/throbber.gif);
  background-position: 100% 2px;
  /* LTR */
  background-repeat: no-repeat; }

html.js input.throbbing {
  background-position: 100% -18px;
  /* LTR */ }

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em; }

html.js fieldset.collapsed .fieldset-wrapper {
  display: none; }

fieldset.collapsible {
  position: relative; }

fieldset.collapsible .fieldset-legend {
  display: block; }

/**
 * Resizable textareas.
 *
 * @see textarea.js
 */
.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100%;
  box-sizing: border-box; }

.resizable-textarea .grippie {
  background: #eee url(../../misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden; }

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
body.drag {
  cursor: move; }

.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  /* LTR */
  height: 1.7em;
  margin-left: -1em;
  /* LTR */
  overflow: hidden;
  text-decoration: none; }

a.tabledrag-handle:hover {
  text-decoration: none; }

a.tabledrag-handle .handle {
  background: url(../../misc/draggable.png) no-repeat 6px 9px;
  height: 13px;
  margin: -0.4em 0.5em;
  /* LTR */
  padding: 0.42em 0.5em;
  /* LTR */
  width: 13px; }

a.tabledrag-handle-hover .handle {
  background-position: 6px -11px; }

div.indentation {
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
  width: 20px; }

div.tree-child {
  background: url(../../misc/tree.png) no-repeat 11px center;
  /* LTR */ }

div.tree-child-last {
  background: url(../../misc/tree-bottom.png) no-repeat 11px center;
  /* LTR */ }

div.tree-child-horizontal {
  background: url(../../misc/tree.png) no-repeat -11px center; }

.tabledrag-toggle-weight-wrapper {
  text-align: right;
  /* LTR */ }

/**
 * TableHeader behavior.
 *
 * @see tableheader.js
 */
table.sticky-header {
  background-color: #fff;
  margin-top: 0; }

/**
 * Progress behavior.
 *
 * @see progress.js
 */
/* Bar */
.progress .bar {
  background-color: #fff;
  border: 1px solid; }

.progress .filled {
  background-color: #000;
  height: 1.5em;
  width: 5px; }

.progress .percentage {
  float: right;
  /* LTR */ }

/* Throbber */
.ajax-progress {
  display: inline-block; }

.ajax-progress .throbber {
  background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;
  float: left;
  /* LTR */
  height: 15px;
  margin: 2px;
  width: 15px; }

.ajax-progress .message {
  padding-left: 20px; }

tr .ajax-progress .throbber {
  margin: 0 2px; }

.ajax-progress-bar {
  width: 16em; }

/**
 * Inline items.
 */
.container-inline div, .container-inline label {
  display: inline; }

/* Fieldset contents always need to be rendered as block. */
.container-inline .fieldset-wrapper {
  display: block; }

/**
 * Prevent text wrapping.
 */
.nowrap {
  white-space: nowrap; }

/**
 * For anything you want to hide on page load when JS is enabled, so
 * that you can use the JS to control visibility and avoid flicker.
 */
html.js .js-hide {
  display: none; }

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none; }

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.element-invisible.element-focusable:active, .element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto; }

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* IE6 */
* html .clearfix {
  height: 1%; }

/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%; }

/**
 * @file
 * Basic styling for common markup.
 */
/**
 * HTML elements.
 */
fieldset {
  margin-bottom: 1em;
  padding: 0.5em; }

form {
  margin: 0;
  padding: 0; }

hr {
  border: 1px solid gray;
  height: 1px; }

img {
  border: 0; }

table {
  border-collapse: collapse; }

th {
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #ccc !important;
  padding-right: 1em;
  /* LTR */
  text-align: left;
  /* LTR */ }

tbody {
  border-top: 1px solid #ccc; }

tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em; }

/**
 * Markup generated by theme_tablesort_indicator().
 */
th.active img {
  display: inline; }

td.active {
  background-color: #ddd; }

/**
 * Markup generated by theme_item_list().
 */
.item-list .title {
  font-weight: bold; }

.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0; }

.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  /* LTR */
  padding: 0; }

/**
 * Markup generated by Form API.
 */
.form-item, .form-actions {
  margin-top: 1em;
  margin-bottom: 1em; }

tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap; }

.form-item .description {
  font-size: 0.85em; }

label {
  display: block;
  font-weight: bold; }

label.option {
  display: inline;
  font-weight: normal; }

.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em; }

.form-type-radio .description, .form-type-checkbox .description {
  margin-left: 2.4em; }

input.form-checkbox, input.form-radio {
  vertical-align: middle; }

.marker, .form-required {
  color: #f00; }

.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red; }

/**
 * Inline items.
 */
.container-inline .form-actions, .container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0; }

/**
 * Markup generated by theme_more_link().
 */
.more-link {
  text-align: right;
  /* LTR */ }

/**
 * Markup generated by theme_more_help_link().
 */
.more-help-link {
  text-align: right;
  /* LTR */ }

.more-help-link a {
  background: url(../../misc/help.png) 0 50% no-repeat;
  /* LTR */
  padding: 1px 0 1px 20px;
  /* LTR */ }

/**
 * Markup generated by theme_pager().
 */
.item-list .pager {
  clear: both;
  text-align: center; }

.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em; }

.pager-current {
  font-weight: bold; }

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete li.selected {
  background: #0072b9;
  color: #fff; }

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js fieldset.collapsible .fieldset-legend {
  background: url(../../misc/menu-expanded.png) 5px 65% no-repeat;
  /* LTR */
  padding-left: 15px;
  /* LTR */ }

html.js fieldset.collapsed .fieldset-legend {
  background-image: url(../../misc/menu-collapsed.png);
  /* LTR */
  background-position: 5px 50%;
  /* LTR */ }

.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em; }

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fffff0; }

tr.drag-previous {
  background-color: #ffd; }

.tabledrag-toggle-weight {
  font-size: 0.9em; }

body div.tabledrag-changed-warning {
  margin-bottom: 0.5em; }

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
*/
tr.selected td {
  background: #ffc; }

td.checkbox, th.checkbox {
  text-align: center; }

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold; }

.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  border-radius: 3px; }

.progress .filled {
  background: #0072b9 url(../../misc/progress.gif); }

/**
 * @file
 * Styles for system messages.
 */
div.messages {
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px;
  /* LTR */ }

div.status {
  background-image: url(../../misc/message-24-ok.png);
  border-color: #be7; }

div.status, .ok {
  color: #234600; }

div.status, table tr.ok {
  background-color: #f8fff0; }

div.warning {
  background-image: url(../../misc/message-24-warning.png);
  border-color: #ed5; }

div.warning, .warning {
  color: #840; }

div.warning, table tr.warning {
  background-color: #fffce5; }

div.error {
  background-image: url(../../misc/message-24-error.png);
  border-color: #ed541d; }

div.error, .error {
  color: #8c2e0b; }

div.error, table tr.error {
  background-color: #fef5f1; }

div.error p.error {
  color: #333; }

div.messages ul {
  margin: 0 0 0 1em;
  /* LTR */
  padding: 0; }

div.messages ul li {
  list-style-image: none; }

/**
 * @file
 * Styles for menus and navigation markup.
 */
/**
 * Markup generated by theme_menu_tree().
 */
ul.menu {
  border: none;
  list-style: none;
  /*   text-align: left; */
  /* LTR */ }

ul.menu li {
  margin: 0 0 0 0.5em;
  /* LTR */ }

li.expanded, li.collapsed, li.leaf {
  padding: 0.2em 0.5em 0 0;
  /* LTR */
  margin: 0; }

li a.active {
  color: #000; }

td.menu-disabled {
  background: #ccc; }

/**
 * Markup generated by theme_links().
 */
ul.inline, ul.links.inline {
  display: inline;
  padding-left: 0; }

ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em; }

/**
 * Markup generated by theme_breadcrumb().
 */
.breadcrumb {
  padding-bottom: 0.5em; }

/**
 * Markup generated by theme_menu_local_tasks().
 */
ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em;
  /* LTR */
  white-space: nowrap; }

ul.primary li {
  display: inline; }

ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em;
  /* LTR */
  padding: 0 1em;
  text-decoration: none; }

ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff; }

ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee; }

ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px; }

ul.secondary li {
  border-right: 1px solid #ccc;
  /* LTR */
  display: inline;
  padding: 0 1em; }

ul.secondary a {
  padding: 0;
  text-decoration: none; }

ul.secondary a.active {
  border-bottom: 4px solid #999; }

/**
 * Update styles
 */
#update-results {
  margin-top: 3em;
  padding: 0.25em;
  border: 1px solid #ccc;
  background: #eee;
  font-size: smaller; }

#update-results h2 {
  margin-top: 0.25em; }

#update-results h4 {
  margin-bottom: 0.25em; }

#update-results li.none {
  color: #888;
  font-style: italic; }

#update-results li.failure strong {
  color: #b63300; }

/**
 * Authorize.php styles
 */
.connection-settings-update-filetransfer-default-wrapper {
  float: left; }

#edit-submit-connection {
  clear: both; }

.filetransfer {
  display: none;
  clear: both; }

#edit-connection-settings-change-connection-type {
  margin: 2.6em 0.5em 0em 1em; }

/**
 * Installation task list
 */
ol.task-list li.active {
  font-weight: bold; }

/**
 * Installation clean URLs
 */
#clean-url.install {
  display: none; }

.admin-menu .fixed {
  top: 1.8125rem; }

#status-messages.reveal-modal .alert-box {
  margin-bottom: 0; }

.reveal-modal {
  z-index: 999; }

.item-list .pager {
  clear: none; }

.item-list .pager li {
  padding: 0; }

.hidden {
  display: none; }

.field-collection-container {
  border-bottom: none;
  margin-bottom: 0; }
  .field-collection-container .field-items .field-item {
    margin-bottom: 0; }

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

.header-alert-main.alert-scrolled {
  margin-top: -172px; }

.header-alert-main {
  -webkit-transition: margin .2s ease;
          transition: margin .2s ease;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background-color: #f8b21e;
  font-family: 'proxima-nova', sans-serif; }
  .header-alert-main .header-alert-inner {
    max-width: 1010px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto; }
    .header-alert-main .header-alert-inner p {
      line-height: normal; }
    .header-alert-main .header-alert-inner .view-alerts {
      padding: 1.5em 0 2.25em; }
      .header-alert-main .header-alert-inner .view-alerts .views-field-field-alert-type {
        position: absolute;
        top: 0;
        bottom: 0; }
        .header-alert-main .header-alert-inner .view-alerts .views-field-field-alert-type .campus {
          display: block;
          width: 58px;
          height: 50px;
          margin-top: 1.5em;
          background-image: url('../../assets/img/campus-alert.png');
          background-repeat: no-repeat; }
        .header-alert-main .header-alert-inner .view-alerts .views-field-field-alert-type .weather {
          display: block;
          width: 53px;
          height: 54px;
          margin-top: 1.5em;
          background-image: url('../../assets/img/campus-weather.png');
          background-repeat: no-repeat; }
      .header-alert-main .header-alert-inner .view-alerts .views-field-title {
        display: block;
        float: left;
        margin-left: 100px;
        margin-bottom: 5px;
        color: #fff;
        font-size: 24px;
        line-height: 28px;
        text-transform: uppercase; }
      .header-alert-main .header-alert-inner .view-alerts .views-field-field-alert-subtitle {
        display: block;
        float: left;
        clear: left;
        margin-left: 100px;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 1; }
      .header-alert-main .header-alert-inner .view-alerts .views-field-body {
        display: block;
        float: left;
        clear: left;
        margin-left: 100px;
        font-size: 16px;
        line-height: 1; }
        .header-alert-main .header-alert-inner .view-alerts .views-field-body a {
          font-size: 14px; }
        .header-alert-main .header-alert-inner .view-alerts .views-field-body a:after {
          content: ' »';
          display: inline; }
        .header-alert-main .header-alert-inner .view-alerts .views-field-body p {
          color: #000; }
        .header-alert-main .header-alert-inner .view-alerts .views-field-body p:last-child {
          margin-bottom: 0;
          padding-bottom: 0; }
      .header-alert-main .header-alert-inner .view-alerts .views-field-edit-node {
        display: block;
        float: left;
        clear: left;
        margin-left: 100px;
        font-weight: bold;
        font-size: 14px;
        line-height: 1;
        margin-top: 10px; }
      .header-alert-main .header-alert-inner .view-alerts .views-row:after {
        content: '';
        display: block;
        clear: both; }

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0;
  overflow: hidden;
  margin: 0;
  list-style: none; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.875rem; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a, .breadcrumbs > * span {
      color: #008CBA; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999; }
      .breadcrumbs > *.unavailable a {
        color: #999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: ">";
      color: #000;
      margin: 0 0.3125rem; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/*
---------------
TYPE
---------------
*/
p, li, ul, ol, span, div {
  line-height: 1.7; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2; }
  h1 p, h1 a, h1 li, h1 ul, h1 ol, h1 span, h1 div, h2 p, h2 a, h2 li, h2 ul, h2 ol, h2 span, h2 div, h3 p, h3 a, h3 li, h3 ul, h3 ol, h3 span, h3 div, h4 p, h4 a, h4 li, h4 ul, h4 ol, h4 span, h4 div, h5 p, h5 a, h5 li, h5 ul, h5 ol, h5 span, h5 div, h6 p, h6 a, h6 li, h6 ul, h6 ol, h6 span, h6 div {
    line-height: 1.2; }

h1, h2, h5 {
  font-family: "Plantin W01", serif;
  font-weight: normal; }

h1 {
  font-size: 30px; }
  @media only screen and (min-width:40.063em) {
    h1 {
      font-size: 52px;
      margin-bottom: 15px; } }

#page-title {
  margin: 0; }

h2 {
  font-size: 26px; }
  @media only screen and (min-width:40.063em) {
    h2 {
      font-size: 36px;
      margin-bottom: 10px; } }

h3, h4, body {
  font-family: "Avenir Next W01", Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 20px; }

h3 {
  font-size: 22px;
  font-size: 30px;
  margin-bottom: 20px; }

h4 {
  font-size: 18px;
  font-size: 26px;
  margin-bottom: 20px; }

h5 {
  font-size: 36px;
  margin-bottom: 15px;
  margin-bottom: 20px; }
  h5:after {
    content: '\00BB';
    padding-left: 10px; }

h6 {
  font-size: 18px;
  font-weight: 600; }

.intro-text {
  font-size: 22px;
  margin: 0; }
  @media only screen and (max-width: 40em) {
    .intro-text {
      font-size: 18px; } }

.intro-text-large {
  font-weight: 100;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  font-size: 24px;
  padding: 30px 20px; }
  @media only screen and (min-width:64.063em) {
    .intro-text-large {
      font-size: 32px;
      padding: 50px 20px 25px; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .intro-text-large {
      font-size: 24px;
      padding: 50px 20px 25px; } }
  @media only screen and (max-width: 40em) {
    .intro-text-large {
      font-size: 18px; } }

a {
  color: #003399; }

.menu li {
  text-decoration: none;
  list-style: none; }

.site-wrapper ul.list-items li, .site-wrapper ol.list-items li {
  padding: 10px 0;
  line-height: 20px; }
  .site-wrapper ul.list-items li:first-child, .site-wrapper ol.list-items li:first-child {
    padding-top: 0px; }

strong {
  font-weight: 600; }

.btn-black a {
  font-size: 12px;
  padding: 8px 45px 8px 35px;
  background-color: #333333;
  color: white;
  text-transform: uppercase;
  background-image: url(../img/btn-arrow-white.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-transition: all .2s ease;
          transition: all .2s ease; }
  .btn-black a:hover {
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    background-position: 96%; }
  .btn-black a:after {
    content: none; }

.feat-block .btn-black a {
  display: inline; }
  .feat-block .btn-black a:after {
    content: none; }

.white-ghost a {
  font-size: 12px;
  line-height: 12px;
  padding: 13px 40px 13px 40px;
  margin-top: 15px;
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
  background-image: url(../img/btn-arrow-white.png);
  background-repeat: no-repeat;
  background-position: 91% center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block; }
  .white-ghost a:hover {
    background-position: 93% center;
    -webkit-transform: .2s all ease;
            transform: .2s all ease;
    background-color: #602d89; }

.top-level-title-contain {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: auto;
  top: 0px; }
  @media only screen and (min-width:40.063em) {
    .top-level-title-contain {
      top: -82px;
      height: 0; } }
  @media only screen and (max-width: 40em) {
    .top-level-title-contain {
      margin-left: -20px;
      margin-right: -20px; } }
  .top-level-title-contain h1 {
    font-weight: normal;
    line-height: 52px;
    margin: 0;
    padding: 20px 35px 10px 35px;
    background-color: #333333;
    color: white;
    width: auto;
    border-bottom: 0px;
    display: inline-block; }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      .top-level-title-contain h1 {
        font-size: 48px; } }
    @media only screen and (max-width: 40em) {
      .top-level-title-contain h1 {
        padding: 7px 35px 0px 35px;
        line-height: 35px;
        width: 100%; } }

.sidebar {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width:40.063em) {
    .sidebar {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 25%;
      float: left; } }
  .sidebar .block-boxes h2 {
    font-family: "Avenir Next W01", Helvetica, sans-serif;
    font-size: 18px;
    margin: 0;
    padding-top: 70px;
    padding-bottom: 16px;
    border-bottom: 1px solid #cccccc;
    font-weight: normal; }

.sidebar-nav .menu a {
  color: #003399; }
.sidebar-nav h2 a {
  color: white;
  background-color: #999999;
  padding: 7.5px 0;
  padding-left: 15px;
  display: block;
  margin-bottom: 15px;
  font-family: "Avenir Next W01", Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px; }
.sidebar-nav .active-trail > a {
  background-color: #ebebeb;
  color: black; }
.sidebar-nav .active-trail > ul > li:first-child a {
  border-top: none; }
.sidebar-nav .menu {
  padding-left: 0px; }
.sidebar-nav .menu > li {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .sidebar-nav .menu > li:hover > a {
    background-color: #ebebeb;
    color: black; }
  .sidebar-nav .menu > li:first-child a {
    border-top: 1px solid #cccccc; }
  .sidebar-nav .menu > li > a {
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
    padding-left: 15px;
    display: block; }
.sidebar-nav .menu > li > ul {
  padding-left: 35px; }
  .sidebar-nav .menu > li > ul > li a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block; }
  .sidebar-nav .menu > li > ul > li:first-child a {
    padding-top: 20px; }
  .sidebar-nav .menu > li > ul > li:last-child a {
    padding-bottom: 20px; }

.sidebar-nav-mobile {
  border: 1px solid #cccccc;
  margin: 20px 0;
  text-align: left; }
  .sidebar-nav-mobile .sidebar-nav-toggle {
    font-size: 16px;
    padding: 10px;
    background: none;
    color: black;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 98.5% 5px;
    background-image: url(../img/in-this-section-arrow.jpg); }
  .sidebar-nav-mobile .sidebar-nav-toggle-active {
    background-image: url(../img/in-this-section-arrow-active.jpg); }
  .sidebar-nav-mobile .menu h2 {
    margin: 0; }
    .sidebar-nav-mobile .menu h2 a {
      margin: 0;
      padding: 10px 0 10px 10px;
      background: none;
      border-bottom: 1px solid #cccccc;
      border-top: 1px solid #cccccc; }
  .sidebar-nav-mobile .menu {
    margin: 0px;
    display: none; }
    .sidebar-nav-mobile .menu li a {
      padding: 10px 0 10px 10px; }
    .sidebar-nav-mobile .menu li:last-child a {
      border: none; }

@media only screen and (max-width: 40em) {
  .quick-links .boxes-box {
    display: none; } }
@media only screen and (min-width:64.063em) {
  .quick-links {
    margin-top: 40px; } }
.quick-links h2 {
  font-family: "Avenir Next W01", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  -webkit-transition: all .2s ease;
          transition: all .2s ease; }
  @media only screen and (max-width: 40em) {
    .quick-links h2 {
      font-size: 16px;
      border: 1px solid #cccccc;
      padding-left: 5px;
      padding-top: 7px;
      padding-bottom: 3px;
      margin-top: 0;
      background-repeat: no-repeat;
      background-position: right center;
      background-image: url(../img/in-this-section-arrow.jpg); } }
@media only screen and (max-width: 40em) {
  .quick-links .quick-links-active {
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    background-image: url(../img/in-this-section-arrow-active.jpg); } }
.quick-links ul {
  padding: 0;
  margin-top: 0; }
  .quick-links ul li {
    list-style-type: none;
    margin: 5px 0; }
.quick-links p {
  margin-bottom: 0px;
  padding-bottom: 0; }

.content-area {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width:40.063em) {
    .content-area {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 70.83333%;
      float: left; } }
  @media only screen and (max-width: 40em) {
    .content-area {
      padding: 0; } }

.caption {
  font-size: 16px;
  line-height: 20px;
  color: #666666; }

.feat-img-desc {
  font-size: 22px;
  line-height: 34px;
  padding-bottom: 20px; }

@media only screen and (min-width:40.063em) {
  .feat-block-4060 .panels-flexible-new .panels-flexible-region {
    padding-left: 1.25rem; } }

.image-field-caption {
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px; }
  .image-field-caption p {
    color: #666666;
    margin-top: 10px; }

/*
---------------
COMMON USED COLUMNS
---------------
*/
.col-50-50 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width:40.063em) {
    .col-50-50 {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 50%;
      float: left; } }

@media medium-up {
  div .col-2-3rd:first-child, div .col-50-50:first-child, .about-block {
    margin-left: -1.25rem !important; } }

.col-2-3rd {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width:40.063em) {
    .col-2-3rd {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 66.66667%;
      float: left; } }

.col-3rd {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width:40.063em) {
    .col-3rd {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 33.33333%;
      float: left; } }
  @media only screen and (min-width:40.063em) {
    .col-3rd:nth-child(3n+1) {
      margin-left: -1.25rem; } }

@media only screen and (min-width:64.063em) {
  .stat-block .col-2-3rd {
    width: calc(100% - 285px); } }
@media only screen and (max-width: 40em) {
  .stat-block .col-2-3rd h5 {
    font-size: 26px; } }

@media only screen and (max-width: 40em) {
  .node-feature-box h5 {
    font-size: 26px; } }

@media only screen and (min-width:40.063em) {
  .dual-stat-block .col-2-3rd {
    width: calc(100% - 600px);
    padding-right: 40px; } }
.dual-stat-block .stat-area {
  float: left;
  padding: 0 20px; }

/*
---------------
FEATURED BLOCKS
---------------
*/
.image-left, .image-right, .section-academics div .image-left, .section-academics div .image-right {
  padding-right: 20px;
  padding-left: 20px; }

.section-academics .image-left .row, .section-academics .image-right .row, .section-academics .double-statistic-block .row {
  padding-right: 20px;
  padding-left: 20px; }

.section-admissions-aid .pane-bundle-feature-box-pane h2 {
  width: 100%;
  clear: both; }
  .section-admissions-aid .pane-bundle-feature-box-pane h2 a {
    color: black; }
    .section-admissions-aid .pane-bundle-feature-box-pane h2 a:after {
      content: '\00BB';
      padding-left: 4px; }
.section-admissions-aid .node-42756 {
  border-top: 1px solid #cccccc;
  margin-top: 40px; }

.panels-flexible-region-86-image_behind {
  width: 100%; }

.body {
  float: left;
  width: 100%; }

/*
div.panel-pane div.node { // SPACING FOR FEATURE BOXES ON INTERNAL PAGES INTERFERING WITH HOMEPAGE
  margin: 40px 0;
  display: block;
  float: left;
  padding: 50px 0;
}
*/
.node-feature-box iframe, .feat-block iframe {
  /*
    width: 100%;
    height: auto;
*/ }

.no-sidebars div.panel-pane .int-img-overlayed {
  padding: 0 !important;
  border: none; }
  @media only screen and (min-width:64.063em) {
    .no-sidebars div.panel-pane .int-img-overlayed {
      width: calc(100% - 20px);
      padding: 0 0 0 20px !important; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .no-sidebars div.panel-pane .int-img-overlayed .panels-flexible-region-86-center {
      width: 100%; } }
  @media only screen and (max-width: 40em) {
    .no-sidebars div.panel-pane .int-img-overlayed .panels-flexible-region-86-center {
      width: 100%; } }
  .no-sidebars div.panel-pane .int-img-overlayed img {
    width: 100%; }

.node-feature-box, .feat-block {
  padding: 40px 0;
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #cccccc; }
  .node-feature-box h6, .node-feature-box h5, .node-feature-box h2, .feat-block h6, .feat-block h5, .feat-block h2 {
    margin-top: 0px;
    margin-bottom: 10px; }
  .node-feature-box a, .feat-block a {
    display: block; }
    .node-feature-box a:after, .feat-block a:after {
      content: '\00BB';
      padding-left: 4px; }
  .node-feature-box p:first-child, .feat-block p:first-child {
    margin-top: 0px; }

.feat-block .about-block {
  padding-bottom: 0; }
  .feat-block .about-block .block-list-content {
    margin-top: 15px; }
  .feat-block .about-block .block-list-title {
    margin-top: 5px;
    margin-bottom: 8px; }
  .feat-block .about-block .block-list-subtitle {
    margin: 0px;
    font-size: 16px;
    font-style: italic;
    color: #666666;
    line-height: 19px;
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .feat-block .about-block .block-list-major {
    margin-top: 0px;
    padding: 0;
    font-size: 14px;
    font-style: italic; }

.image-set-single .node-feature-box {
  border-bottom: none; }
.image-set-single .field-collection-view {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
.image-set-single .pane-node-field-image-content-set .field-collection-view .field-name-field-image-top-link a {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #003399;
  width: 100%;
  display: block;
  padding: 10px 0; }

.bottom-feature .panels-flexible-region-6-homepage_bottom_ {
  width: 100%; }
.bottom-feature .fieldable-panels-pane .node-feature-box {
  background-color: #602d89;
  padding: 0px;
  border-bottom: 0px; }
.bottom-feature panels-flexible-row-last .fieldable-panels-pane .node-feature-box {
  border-bottom: 0px; }
.bottom-feature .field-name-field-fp-feature-box {
  position: relative;
  float: left;
  width: 100%; }
  @media only screen and (min-width:64.063em) {
    .bottom-feature .field-name-field-fp-feature-box {
      min-height: 425px;
      max-height: 550px;
      overflow: hidden; } }
  .bottom-feature .field-name-field-fp-feature-box .col-50-50 {
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .bottom-feature .field-name-field-fp-feature-box .field-name-field-fb-image img {
    max-width: none;
    width: 100%; }
    @media only screen and (min-width:64.063em) {
      .bottom-feature .field-name-field-fp-feature-box .field-name-field-fb-image img {
        min-width: 680px;
        min-height: 430px;
        height: 100%;
        position: absolute;
        width: auto; } }
  .bottom-feature .field-name-field-fp-feature-box .panels-flexible-region-inside-first {
    padding: 25px 15px 25px 15px;
    text-align: center; }
    @media only screen and (min-width:64.063em) {
      .bottom-feature .field-name-field-fp-feature-box .panels-flexible-region-inside-first {
        padding: 50px 85px 0 0;
        float: right;
        max-width: 500px; } }
  .bottom-feature .field-name-field-fp-feature-box .field-name-field-small-header-image img {
    max-width: 100%; }
    @media only screen and (min-width:64.063em) {
      .bottom-feature .field-name-field-fp-feature-box .field-name-field-small-header-image img {
        min-width: 100%;
        min-height: inherit; } }
  .bottom-feature .field-name-field-fp-feature-box .field-name-field-small-header-image:after {
    content: '“';
    font-family: 'Times New Roman', sans-serif;
    color: #fff;
    font-size: 88px;
    display: inline-block;
    height: 120px;
    display: block;
    opacity: .5; }
  .bottom-feature .field-name-field-fp-feature-box p {
    color: white;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 25px;
    margin-top: -25px; }
  .bottom-feature .field-name-field-fp-feature-box a {
    padding: 15px 15px 15px 40px;
    color: white;
    border: solid white 2px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    margin-bottom: 50px;
    clear: both; }
    .bottom-feature .field-name-field-fp-feature-box a:after {
      font-size: 23px;
      padding-left: 20px;
      content: url(../img/btn-arrow-white.png);
      background-repeat: no-repeat;
      width: 20px;
      height: 20px;
      background-position: center;
      -webkit-transition: all .2s ease;
              transition: all .2s ease; }
    @media only screen and (max-width: 40em) {
      .bottom-feature .field-name-field-fp-feature-box a {
        display: block; } }
    .bottom-feature .field-name-field-fp-feature-box a:hover {
      background-color: #602d89; }
      .bottom-feature .field-name-field-fp-feature-box a:hover:after {
        padding-left: 25px;
        -webkit-transition: all .2s ease;
                transition: all .2s ease; }

.double-statistic-block h2:after {
  content: '\00BB';
  padding-left: 4px; }
.double-statistic-block .pane-node-field-fb-link a:after {
  content: '\00BB';
  padding-left: 4px; }
.double-statistic-block .row-first {
  float: left;
  padding-bottom: 40px; }
  @media only screen and (min-width:64.063em) {
    .double-statistic-block .row-first {
      width: calc(100% - 560px);
      padding-bottom: 0; } }
  .double-statistic-block .row-first .col-50-50 {
    padding-left: 0; }
.double-statistic-block .row-second {
  max-width: 560px;
  width: 100%;
  float: left;
  padding-bottom: 20px; }
  .double-statistic-block .row-second .col-50-50 {
    padding-right: 0; }
.double-statistic-block .col-50-50 {
  display: inline-block;
  width: 100%; }
.double-statistic-block .stat-area .stat-contain {
  padding: 0;
  float: left; }
  .double-statistic-block .stat-area .stat-contain:last-child {
    float: right; }

/*
---------------
TABLE DEFAULTS
---------------
*/
table {
  width: 100%;
  padding: 20px 0;
  clear: both;
  border: none; }
  table tbody {
    border: none; }
    table tbody th {
      border-bottom: none;
      padding-left: 15px; }
  table thead th {
    background-color: #602d89;
    color: white;
    padding: 8px 10px 5px 10px;
    border-right: 5px solid white;
    font-size: 18px;
    border-bottom: none;
    text-align: inherit; }
  table thead td {
    font-weight: 600; }
  table tr {
    border: none; }
    table tr:nth-child(even) {
      background-color: #e8e8e8; }
    table tr td {
      padding: 8px 10px 5px 10px;
      border-right: 5px solid white;
      font-size: 18px;
      border-top: none;
      border-bottom: none;
      border-left: none; }

/*
--------------------------
EXPANDABLE ITEMS (courses)
--------------------------
*/
.expandable-item {
  margin: 30px 0; }
  .expandable-item > div:first-child {
    font-size: 18px;
    background-color: #b0c9dc;
    margin: 0px;
    padding: 10px 15px;
    background-image: url(../img/expandable-open.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    -webkit-transition: all .2s ease;
            transition: all .2s ease; }
  .expandable-item > div:first-child.expandable-active {
    background-image: url(../img/expandable-close.png);
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    background-color: #6193ba; }
  .expandable-item > .views-field-field-course-number .field-content {
    color: #003399; }
    .expandable-item > .views-field-field-course-number .field-content i {
      color: black; }
  .expandable-item .expandable {
    background-color: #e7eff4;
    display: none; }
    .expandable-item .expandable p {
      margin: 0px;
      padding-bottom: 35px; }
    .expandable-item .expandable span {
      padding: 25px 20px;
      display: block; }

.view-courses-listing {
  max-width: 1000px;
  margin: 0 auto; }
  .view-courses-listing > .view-content, .view-courses-listing .pagination {
    max-width: 870px;
    margin: 0 auto; }
  .view-courses-listing form {
    margin: 0 auto;
    background-color: #e7eff4;
    padding: 30px 30px 40px 30px; }
  .view-courses-listing .views-widget-filter-field_course_semester_tid {
    width: 100%; }
    .view-courses-listing .views-widget-filter-field_course_semester_tid .views-widget {
      width: auto;
      display: inline-block; }
    .view-courses-listing .views-widget-filter-field_course_semester_tid > label {
      text-transform: uppercase; }
    .view-courses-listing .views-widget-filter-field_course_semester_tid label {
      display: inline-block;
      padding-right: 25px;
      font-size: 12px; }
    .view-courses-listing .views-widget-filter-field_course_semester_tid .form-item {
      display: inline-block; }
      .view-courses-listing .views-widget-filter-field_course_semester_tid .form-item input {
        width: auto;
        display: inline-block; }
      .view-courses-listing .views-widget-filter-field_course_semester_tid .form-item label {
        width: auto;
        display: inline-block; }

.views-exposed-form .views-exposed-widget {
  padding: 0px; }
  .views-exposed-form .views-exposed-widget input {
    height: 34px;
    border: 1px solid;
    border-color: #cccccc;
    border-right: 0px;
    width: 100%; }

.views-widget-filter-combine {
  padding-right: 0px;
  width: calc(100% - 120px); }

.views-submit-button {
  padding: 0px; }

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0px; }

.expandable-heading {
  margin: 30px 0 0 0;
  font-size: 18px;
  background-color: #b0c9dc;
  padding: 10px 15px;
  background-image: url(../img/expandable-open.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  -webkit-transition: all .2s ease;
          transition: all .2s ease; }

.expandable-body {
  display: none;
  background-color: #e7eff4;
  display: none;
  margin: 0;
  padding: 10px 15px; }

.expandable-active {
  background-image: url(../img/expandable-close.png);
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  background-color: #6193ba; }

/*
---------------
STAT STANDARDS
---------------
*/
.panels-flexible-region-6-homepage_middle {
  float: none; }

.stat-area .stat-contain {
  display: table;
  height: 260px;
  width: 260px;
  border-radius: 50%;
  background-color: #e36f1e; }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .stat-area .stat-contain {
      width: 220px;
      height: 220px; } }
  .stat-area .stat-contain > div {
    display: table-cell;
    vertical-align: middle; }
.stat-area .stat {
  text-align: center;
  font-size: 72px;
  line-height: 80px;
  color: white;
  margin: 0; }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .stat-area .stat {
      font-size: 60px; } }
.stat-area .stat-desc {
  text-align: center;
  padding: 0 20px;
  font-size: 19px;
  line-height: 24px;
  color: white;
  margin-bottom: 0px; }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .stat-area .stat-desc {
      font-size: 16px;
      line-height: 1.2; } }

.stat-area-2 {
  margin-top: 50px;
  padding: 30px 0;
  background-color: #d3e5f5;
  float: left;
  width: 100%; }
  .stat-area-2 .stat-contain {
    padding: 0 50px;
    width: 100%;
    clear: both; }
  .stat-area-2 p:first-child {
    margin: 20px 0; }
  .stat-area-2 .stat {
    font-size: 100px;
    float: left;
    padding-right: 40px;
    line-height: 100px; }
  .stat-area-2 .stat-desc {
    font-size: 30px;
    line-height: 35px; }
  .stat-area-2 .btn-black {
    text-align: center;
    clear: both;
    padding-top: 20px; }
    .stat-area-2 .btn-black a {
      padding-top: 7px;
      padding-bottom: 7px;
      padding-left: 50px;
      padding-right: 50px;
      display: inline-block;
      clear: both;
      width: auto;
      margin: 0 auto; }
      .stat-area-2 .btn-black a:after {
        content: normal; }

/*
---------------
BASIC SLIDER
---------------
*/
.slick-slide {
  padding: 0 20px;
  position: relative; }
  @media only screen and (max-width: 40em) {
    .slick-slide {
      padding: 0px 0 40px 0; }
      .slick-slide:last-child {
        padding-bottom: 0px; } }
  .slick-slide h5 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 25px;
    margin-bottom: 10px; }
  .slick-slide .news-date {
    margin: 10px 0 0 0;
    font-size: 14px;
    font-style: italic;
    line-height: 30px; }
  .slick-slide .news-desc {
    margin: 0;
    padding: 0;
    line-height: 26px; }
  .slick-slide img {
    margin: 0 auto; }

.slick-prev, .slick-next {
  border: none;
  box-shadow: none;
  background-color: transparent;
  font-size: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 34px;
  width: 34px;
  position: absolute;
  top: 75px;
  -webkit-transition: all .2s ease;
          transition: all .2s ease; }
  .slick-prev:hover, .slick-next:hover {
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    opacity: .8; }

.slick-prev {
  background-image: url(../img/slide-arrow-left.png);
  left: -24px; }

.slick-next {
  background-image: url(../img/slide-arrow-right.png);
  right: -24px; }

.content-area .slick-prev, .content-area .slick-next {
  width: 28px;
  height: 28px; }
.content-area .slick-prev {
  left: -18px; }
.content-area .slick-next {
  right: -18px; }

.not-front .pane-news {
  clear: both;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc; }

/*
---------------
IMG GALLERY SLIDER
---------------
*/
.node-photo-gallery {
  padding: 20px 0; }
  .node-photo-gallery .field-name-field-gallery-image {
    padding: 30px 40px;
    background: #e8e8e8;
    margin-top: 10px; }

button.slick-prev, button.slick-next {
  padding: 0; }
  button.slick-prev:hover, button.slick-prev:active, button.slick-prev:focus, button.slick-next:hover, button.slick-next:active, button.slick-next:focus {
    background-color: rgba(255, 255, 255, 0); }

.node-photo-gallery {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cccccc; }
  .node-photo-gallery .field-name-field-full-gallery .slick-slide {
    padding: 0; }
  .node-photo-gallery .field-name-field-full-gallery .slick-prev {
    left: 15px;
    background-image: url(../img/gallery-arrow-left.png); }
  .node-photo-gallery .field-name-field-full-gallery .slick-next {
    right: 15px;
    background-image: url(../img/gallery-arrow-right.png); }
  .node-photo-gallery .field-name-field-gallery-image .slick-slide {
    padding: 0 10px; }
  .node-photo-gallery .field-name-field-gallery-image .slick-prev, .node-photo-gallery .field-name-field-gallery-image .slick-next {
    top: 38%;
    width: 28px;
    height: 28px;
    cursor: pointer; }
  .node-photo-gallery .field-name-field-gallery-image .slick-prev {
    left: 10px; }
  .node-photo-gallery .field-name-field-gallery-image .slick-next {
    right: 10px; }
  .node-photo-gallery .gallery-capt {
    font-style: italic;
    font-size: 22px;
    line-height: 30px;
    color: #999999; }
  .node-photo-gallery .gallery-thumbs {
    padding: 35px 40px;
    background-color: #e8e8e8; }
  .node-photo-gallery .slick-prev, .node-photo-gallery .slick-next {
    top: 42%; }
  .node-photo-gallery .gallery-thumb {
    padding: 0 5px; }

.news-taxonomy {
  color: white;
  font-size: 12px;
  padding: 5px 15px;
  background-color: #aeb2b5;
  text-transform: uppercase;
  margin: 10px 0;
  -webkit-transition: all .2s ease;
          transition: all .2s ease; }
  .news-taxonomy:hover {
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    background-color: #333333; }

.field-name-field-image-gallery-reference {
  clear: both; }

/*
---------------
LINK BOXES
---------------
*/
.feat-block .linkbox .linkbox-title:after {
  content: none; }

node-feature-box.node-feature-box {
  border: none; }

.green .linkbox-title {
  background-color: #5e9732; }

.linkbox {
  float: left;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  /*
  &:nth-of-type(3n+1) {
    padding-left: 0px;
  }
*/ }
  @media only screen and (min-width:40.063em) {
    .linkbox {
      width: 33.33%; } }
  .linkbox .field-name-field-fb-link {
    clear: both;
    padding: 0 20px; }
  .linkbox .linkbox-title {
    margin-bottom: 0px;
    color: white;
    font-size: 26px;
    padding: 15px 20px;
    clear: both;
    background-image: url(../img/linkbox-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    content: normal; }
    .linkbox .linkbox-title:hover {
      -webkit-transition: all .2s ease;
              transition: all .2s ease;
      background-position-x: 96%; }
    .linkbox .linkbox-title a {
      color: white; }
      .linkbox .linkbox-title a:after {
        content: normal; }
  .linkbox .linkbox-text-contain {
    border: 1px solid #cccccc;
    float: left;
    width: 100%; }
  .linkbox div .col-50-50 {
    margin-left: 0;
    padding: 0 15px;
    width: 50%; }

.linkbox-single {
  float: left;
  border: none;
  padding-bottom: 0;
  width: 100%;
  /*
  &:nth-of-type(3n+1) {
    padding-left: 0px;
  }
*/ }
  @media only screen and (min-width:40.063em) {
    .linkbox-single {
      width: 33.33%; } }
  .linkbox-single .field-name-field-fb-link {
    clear: both;
    padding: 0 20px; }
  .linkbox-single .linkbox-title {
    margin-bottom: 0px;
    color: white;
    font-size: 26px;
    padding: 15px 20px;
    clear: both;
    background-image: url(../img/linkbox-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    content: normal; }
    .linkbox-single .linkbox-title:hover {
      -webkit-transition: all .2s ease;
              transition: all .2s ease;
      background-position-x: 96%; }
    .linkbox-single .linkbox-title a {
      color: white; }
      .linkbox-single .linkbox-title a:after {
        content: normal; }
  .linkbox-single .linkbox-text-contain {
    border: 1px solid #cccccc;
    float: left;
    width: 100%; }
  .linkbox-single div .col-50-50 {
    margin-left: 0;
    padding: 0 15px;
    width: 50%; }

.col-50-50.linkbox-text P {
  font-size: 15px;
  line-height: 22px;
  margin-top: 0px; }
.col-50-50.linkbox-text p:first-child {
  padding-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px; }

.section-admission-aid article {
  padding-bottom: 20px;
  float: left; }

.no-sidebars .linkbox.linkbox-split {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width:40.063em) {
    .no-sidebars .linkbox.linkbox-split {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 50%;
      float: left; } }
  @media only screen and (min-width:64.063em) {
    .no-sidebars .linkbox.linkbox-split {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 33.33333%;
      float: left; } }
  .no-sidebars .linkbox.linkbox-split:nth-child(odd) {
    clear: none; }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      .no-sidebars .linkbox.linkbox-split:nth-child(odd) {
        clear: left; } }
  @media only screen and (min-width:64.063em) {
    .no-sidebars .linkbox.linkbox-split {
      margin-left: -1.25rem; } }
  @media only screen and (max-width: 40em) {
    .no-sidebars .linkbox.linkbox-split {
      padding-left: 0;
      padding-right: 0; } }
  .no-sidebars .linkbox.linkbox-split .linkbox-text {
    padding-top: 10px; }
  .no-sidebars .linkbox.linkbox-split p {
    padding: 0px 20px 5px 20px; }

.no-sidebars div .linkbox.linkbox-split .linkbox-text p {
  padding-right: 0;
  padding-left: 0; }

@media only screen and (min-width:40.063em) {
  div .linkbox.linkbox-split {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    float: none; } }
@media only screen and (max-width: 40em) {
  div .linkbox.linkbox-split {
    padding-left: 0;
    padding-right: 0; } }
div .linkbox.linkbox-split .linkbox-text-contain {
  margin-bottom: 25px; }
div .linkbox.linkbox-split .linkbox-text p {
  padding: 15px 20px 5px 20px;
  margin: 0; }
div .linkbox.linkbox-split .linkbox-text a {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 26px; }

@media only screen {
  .blue {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
    float: left; } }
@media only screen and (min-width:40.063em) {
  .blue {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 50%;
    float: left; } }
@media only screen and (min-width:64.063em) {
  .blue {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 25%;
    float: left; } }
.blue .linkbox-title {
  background-color: #6193ba;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 13px;
  text-transform: uppercase;
  background-size: 10px;
  display: block; }
.blue .linkbox-text-contain {
  float: none;
  padding-bottom: 25px; }
.blue .linkbox-text p {
  padding: 15px 20px 5px 20px;
  margin: 0;
  line-height: 26px; }
.blue .linkbox-text a {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 26px;
  display: block; }

.blue-single {
  width: 100%; }
  .blue-single .linkbox-title {
    background-color: #6193ba;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 13px;
    text-transform: uppercase;
    background-size: 10px;
    display: block; }
  .blue-single .linkbox-text-contain {
    float: none;
    padding-bottom: 25px; }
  .blue-single .linkbox-text p {
    padding: 15px 20px 5px 20px;
    margin: 0;
    line-height: 26px; }
  .blue-single .linkbox-text a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 26px;
    display: block; }

@media only screen {
  .sidebar .blue {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left; } }

.sched-linkbox {
  max-width: 860px;
  padding-bottom: 85px;
  float: left;
  padding-top: 20px; }
  .sched-linkbox > a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
    float: left;
    color: white;
    height: 112px;
    display: table;
    position: relative;
    vertical-align: middle;
    margin-bottom: 40px; }
    @media only screen and (min-width:40.063em) {
      .sched-linkbox > a {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        width: 50%;
        float: left; } }
    @media only screen and (min-width:64.063em) {
      .sched-linkbox > a {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        width: 25%;
        float: left; } }
    @media only screen and (max-width: 40em) {
      .sched-linkbox > a {
        padding-left: 0; } }
    .sched-linkbox > a p {
      background-color: #6193ba;
      padding: 20px 40px 20px 20px;
      font-size: 14px;
      line-height: 18px;
      text-transform: uppercase;
      margin: 0;
      display: table-cell;
      vertical-align: middle;
      -webkit-transition: .2s all ease;
              transition: .2s all ease;
      background-repeat: no-repeat;
      background-position: 93% center;
      background-image: url(../img/white-arrow-right-medium.png);
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
  .sched-linkbox .btn-black {
    margin-top: 50px;
    clear: both;
    text-align: center;
    display: inline-block;
    width: 100%; }

/*
---------------
PURPLE BANDED CALLOUTS
---------------
*/
.section-admissions-aid .pane-bundle-feature-box-pane .chat h2 {
  float: none; }

.chat a[href^=tel] {
  color: #add6ff; }

.purple-callout-block.chat h2 {
  color: white;
  margin-top: 0px;
  font-weight: normal; }

.pane-bean-chat-admissions.chat {
  float: left;
  width: 100%;
  background-color: #602d89;
  padding: 60px 0 50px 0;
  text-align: center; }
  @media only screen and (max-width: 40em) {
    .pane-bean-chat-admissions.chat {
      margin-left: -20px;
      width: calc(100% + 40px);
      padding-left: 20px;
      padding-right: 20px; } }
  .pane-bean-chat-admissions.chat span {
    padding: 10px 0; }
  .pane-bean-chat-admissions.chat .pane-title {
    font-size: 48px;
    font-weight: 100;
    color: white;
    font-family: "Avenir Next W01", Helvetica, sans-serif;
    font-weight: 100;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/chat.png);
    max-width: 365px;
    margin: 0 auto;
    text-align: right; }
  .pane-bean-chat-admissions.chat .pane-content {
    font-weight: 100;
    color: white;
    font-size: 26px;
    padding-bottom: 10px; }

.chat {
  float: left;
  width: 100%;
  background-color: #602d89;
  padding: 60px 0 50px 0;
  text-align: center;
  /*
  a {
    padding: 10px 15px 10px 40px;
    color: white;
    border: solid white 2px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    &:after {
      font-size: 23px;
      padding-left: 20px;
      content: url(../img/btn-arrow-white.png);
      background-repeat: no-repeat;
      width: 20px;
      height: 20px;
      background-position: center;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;    
    }
    &:hover {
      color: $holy-purple;
      background-color: white;  
      &:after {
        padding-left: 25px;
        content: url(../img/btn-arrow-purple.png);
      }
    } 
    
  }
*/ }
  .chat span {
    padding: 10px 0; }
  .chat .block-title {
    font-size: 48px;
    font-weight: 100;
    color: white;
    font-family: "Avenir Next W01", Helvetica, sans-serif;
    font-weight: 100;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/chat.png);
    max-width: 365px;
    margin: 0 auto;
    text-align: right; }
  .chat .content {
    font-weight: 100;
    color: white;
    font-size: 26px;
    padding-bottom: 10px; }

@media only screen and (max-width: 40em) {
  .questions {
    padding-left: 20px;
    padding-right: 20px; } }
.questions .block-title {
  max-width: 300px;
  background-image: url(../img/questions.png); }
.questions .content {
  font-size: 18px;
  font-weight: normal;
  max-width: 445px;
  margin: 0 auto;
  padding: 10px 0; }
.questions .contact-info {
  max-width: 440px;
  margin: 0 auto; }
  .questions .contact-info .field-name-field-info-telephone-number, .questions .contact-info .field-name-field-info-email {
    width: 49%;
    display: inline-block;
    padding-top: 50px;
    margin-top: 50px;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 40em) {
      .questions .contact-info .field-name-field-info-telephone-number, .questions .contact-info .field-name-field-info-email {
        width: 100%; } }
  .questions .contact-info .field-name-field-info-telephone-number {
    background-image: url(../img/tel-icon.png);
    background-position: center top; }
  .questions .contact-info .field-name-field-info-email {
    background-image: url(../img/email-icon.png);
    background-position: center 10px; }
    .questions .contact-info .field-name-field-info-email a {
      color: white; }
  .questions .contact-info span {
    color: white; }

.panels-flexible-row-last .fieldable-panels-pane .node-feature-box {
  border-bottom: 0px; }

.panel-pane.col-50-50-full-purple-bleed .panels-flexible-region-6-homepage_bottom_ {
  width: 100%; }
.panel-pane.col-50-50-full-purple-bleed .fieldable-panels-pane .node-feature-box {
  background-color: #602d89;
  padding: 0px; }
.panel-pane.col-50-50-full-purple-bleed .field-name-field-fp-feature-box {
  position: relative;
  float: left;
  width: 100%; }
  @media only screen and (min-width:64.063em) {
    .panel-pane.col-50-50-full-purple-bleed .field-name-field-fp-feature-box {
      min-height: 425px;
      max-height: 550px;
      overflow: hidden; } }
  .panel-pane.col-50-50-full-purple-bleed .field-name-field-fp-feature-box .col-50-50 {
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .panel-pane.col-50-50-full-purple-bleed .field-name-field-fp-feature-box .field-name-field-fb-image img {
    max-width: none;
    width: 100%; }
    @media only screen and (min-width:64.063em) {
      .panel-pane.col-50-50-full-purple-bleed .field-name-field-fp-feature-box .field-name-field-fb-image img {
        min-width: 680px;
        height: 100%;
        position: absolute;
        width: auto; } }
  .panel-pane.col-50-50-full-purple-bleed .field-name-field-fp-feature-box .panels-flexible-region-inside-first {
    padding: 25px 15px 25px 15px;
    text-align: center; }
    @media only screen and (min-width:64.063em) {
      .panel-pane.col-50-50-full-purple-bleed .field-name-field-fp-feature-box .panels-flexible-region-inside-first {
        padding: 50px 85px 0 0;
        float: right;
        max-width: 500px; } }
  .panel-pane.col-50-50-full-purple-bleed .field-name-field-fp-feature-box .field-name-field-small-header-image img {
    max-width: 100%; }
    @media only screen and (min-width:64.063em) {
      .panel-pane.col-50-50-full-purple-bleed .field-name-field-fp-feature-box .field-name-field-small-header-image img {
        min-width: 100%;
        min-height: inherit; } }
  .panel-pane.col-50-50-full-purple-bleed .field-name-field-fp-feature-box .field-name-field-small-header-image:after {
    content: '“';
    font-family: 'Times New Roman', sans-serif;
    color: #fff;
    font-size: 88px;
    display: inline-block;
    height: 120px;
    display: block;
    opacity: .5; }
  .panel-pane.col-50-50-full-purple-bleed .field-name-field-fp-feature-box p {
    color: white;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 25px;
    margin-top: -25px; }
  .panel-pane.col-50-50-full-purple-bleed .field-name-field-fp-feature-box a {
    padding: 15px 15px 15px 40px;
    color: white;
    border: solid white 2px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    margin-bottom: 50px;
    clear: both; }
    .panel-pane.col-50-50-full-purple-bleed .field-name-field-fp-feature-box a:after {
      font-size: 23px;
      padding-left: 20px;
      content: url(../img/btn-arrow-white.png);
      background-repeat: no-repeat;
      width: 20px;
      height: 20px;
      background-position: center;
      -webkit-transition: all .2s ease;
              transition: all .2s ease; }
    @media only screen and (max-width: 40em) {
      .panel-pane.col-50-50-full-purple-bleed .field-name-field-fp-feature-box a {
        display: block; } }
    .panel-pane.col-50-50-full-purple-bleed .field-name-field-fp-feature-box a:hover {
      background-color: #602d89; }
      .panel-pane.col-50-50-full-purple-bleed .field-name-field-fp-feature-box a:hover:after {
        padding-left: 25px;
        -webkit-transition: all .2s ease;
                transition: all .2s ease; }

/*
---------------
NOTICE BOX
---------------
*/
.notice-box > div, .pane-bean-announcement {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 5px solid #5e9732;
  padding: 0px 20px 20px 40px;
  clear: both;
  max-width: 960px;
  margin: 0 auto;
  background: #fff; }
  .notice-box > div h2, .pane-bean-announcement h2 {
    margin-top: 25px;
    margin-bottom: 0; }
  .notice-box > div h6, .pane-bean-announcement h6 {
    margin-bottom: 0px;
    margin-top: 30px; }

/*
---------------
CTA CALLOUT
---------------
*/
.feat-block .cta-callout:after {
  content: normal; }

.cta-callout {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 20px center;
  float: left;
  position: relative;
  height: 106px;
  width: 100%;
  margin: 20px 0; }
  @media only screen and (max-width: 40em) {
    .cta-callout {
      height: auto;
      position: relative; } }
  @media only screen and (max-width: 40em) {
    .cta-callout {
      background-size: 48px; } }
  .cta-callout:hover .callout {
    width: 100%;
    z-index: 2;
    background-position-x: 97%; }
  .cta-callout:hover .callout-img {
    opacity: .5; }
  .cta-callout .callout {
    left: 0;
    position: absolute;
    min-width: 360px;
    width: auto;
    -webkit-transition: all .4s ease;
            transition: all .4s ease;
    background-image: url(../img/linkbox-arrow.png);
    background-repeat: no-repeat;
    background-position: 89% center; }
    @media only screen and (max-width: 40em) {
      .cta-callout .callout {
        position: relative;
        min-width: 0px;
        line-height: 1.2; } }
  .cta-callout .callout-img {
    right: 0;
    width: calc(100% - 360px);
    background-size: cover;
    background-position: center;
    height: 100%;
    position: absolute;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    background-image: url(../img/cta-callout.jpg); }
    .cta-callout .callout-img img {
      display: none; }
    @media only screen and (max-width: 40em) {
      .cta-callout .callout-img {
        position: relative;
        width: 100%;
        display: none; } }
  .cta-callout p {
    padding: 30px 40px 0px 100px;
    font-size: 30px;
    color: white;
    font-weight: 200;
    margin: 0;
    height: 106px; }
    @media only screen and (max-width: 40em) {
      .cta-callout p {
        height: auto;
        padding: 20px 40px 20px 80px; } }

.sched-contain {
  background-image: url(../img/visit-callout.png);
  background-color: #e36f1e; }
  .sched-contain p {
    background-position: 96% 42px !important; }
    @media only screen and (max-width: 40em) {
      .sched-contain p {
        background-position-y: center !important; } }

.apply-contain {
  background-image: url(../img/apply-callout.png);
  background-color: #5e9732; }

.sticky-repo a {
  top: 170px !important; }

.is-sticky .apply-contain {
  width: 171px !important;
  background-image: none;
  height: auto;
  right: -97px;
  padding: 7px 0 7px 15px;
  border-radius: 8px 0px 0px 8px;
  -webkit-transition: 0s;
          transition: 0s;
  box-shadow: -3px 3px 8px -4px rgba(0, 0, 0, 0.55); }
  @media only screen and (max-width: 40em) {
    .is-sticky .apply-contain {
      margin-top: 75px; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .is-sticky .apply-contain {
      margin-top: 75px; } }
  .is-sticky .apply-contain:hover .callout {
    background-position: 89% center;
    width: 80px; }
  .is-sticky .apply-contain .callout-img {
    display: none;
    -webkit-transition: 0s;
            transition: 0s; }
  .is-sticky .apply-contain p {
    font-size: 20px;
    height: 30px;
    padding: 0;
    overflow: hidden;
    background-size: 10px;
    position: relative;
    -webkit-transition: 0s;
            transition: 0s; }

.homepage-top .slick-slide {
  padding: 0; }
  .homepage-top .slick-slide img {
    width: 100%; }

.hero-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.45) 0%, transparent 70%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, transparent 70%, transparent 100%); }
  @media only screen and (max-width: 40em) {
    .hero-gradient {
      display: none; } }

.pane-bundle-slider-pane .fieldable-panels-pane, .view-hero-slider .fieldable-panels-pane {
  position: relative;
  overflow: hidden; }
.pane-bundle-slider-pane .slick-slide, .view-hero-slider .slick-slide {
  overflow: hidden;
  position: relative;
  width: 100%; }
.pane-bundle-slider-pane img, .view-hero-slider img {
  width: 100%; }
.pane-bundle-slider-pane .slider-messaging-contain, .view-hero-slider .slider-messaging-contain {
  position: relative;
  bottom: 0;
  padding: 20px 20px 0;
  width: 100%;
  text-align: left; }
  @media only screen and (min-width:40.063em) {
    .pane-bundle-slider-pane .slider-messaging-contain, .view-hero-slider .slider-messaging-contain {
      position: absolute; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .pane-bundle-slider-pane .slider-messaging-contain, .view-hero-slider .slider-messaging-contain {
      bottom: 50px; } }
  @media only screen and (min-width:64.063em) {
    .pane-bundle-slider-pane .slider-messaging-contain, .view-hero-slider .slider-messaging-contain {
      bottom: 85px; } }
  .pane-bundle-slider-pane .slider-messaging-contain h2, .view-hero-slider .slider-messaging-contain h2 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 0px; }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      .pane-bundle-slider-pane .slider-messaging-contain h2, .view-hero-slider .slider-messaging-contain h2 {
        font-size: 38px;
        margin-bottom: 5px; } }
    @media only screen and (min-width:64.063em) {
      .pane-bundle-slider-pane .slider-messaging-contain h2, .view-hero-slider .slider-messaging-contain h2 {
        font-size: 52px;
        line-height: 65px;
        margin-bottom: 0px;
        font-weight: normal; } }
  .pane-bundle-slider-pane .slider-messaging-contain .field-name-field-slide-supporting-text, .view-hero-slider .slider-messaging-contain .field-name-field-slide-supporting-text {
    font-weight: 100;
    margin-bottom: 15px;
    display: block; }
    @media only screen and (min-width:64.063em) {
      .pane-bundle-slider-pane .slider-messaging-contain .field-name-field-slide-supporting-text, .view-hero-slider .slider-messaging-contain .field-name-field-slide-supporting-text {
        font-size: 30px; } }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      .pane-bundle-slider-pane .slider-messaging-contain .field-name-field-slide-supporting-text, .view-hero-slider .slider-messaging-contain .field-name-field-slide-supporting-text {
        font-size: 24px;
        line-height: 1.4; } }
    @media only screen and (max-width: 40em) {
      .pane-bundle-slider-pane .slider-messaging-contain .field-name-field-slide-supporting-text, .view-hero-slider .slider-messaging-contain .field-name-field-slide-supporting-text {
        font-size: 20px;
        line-height: 24px;
        margin-top: 0;
        padding-top: 0; } }
  .pane-bundle-slider-pane .slider-messaging-contain .field-name-field-slide-supporting-text, .pane-bundle-slider-pane .slider-messaging-contain h2, .view-hero-slider .slider-messaging-contain .field-name-field-slide-supporting-text, .view-hero-slider .slider-messaging-contain h2 {
    color: black;
    max-width: 520px; }
    @media only screen and (min-width:40.063em) {
      .pane-bundle-slider-pane .slider-messaging-contain .field-name-field-slide-supporting-text, .pane-bundle-slider-pane .slider-messaging-contain h2, .view-hero-slider .slider-messaging-contain .field-name-field-slide-supporting-text, .view-hero-slider .slider-messaging-contain h2 {
        color: white; } }
  .pane-bundle-slider-pane .slider-messaging-contain a, .view-hero-slider .slider-messaging-contain a {
    padding: 15px 15px 15px 40px;
    color: black;
    border: solid black 1px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    line-height: 14px;
    font-weight: 600; }
    .pane-bundle-slider-pane .slider-messaging-contain a:after, .view-hero-slider .slider-messaging-contain a:after {
      padding-left: 30px;
      content: url(../img/btn-arrow-black.png);
      background-repeat: no-repeat;
      width: 20px;
      height: 20px;
      background-position: center;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
    @media only screen and (min-width:40.063em) {
      .pane-bundle-slider-pane .slider-messaging-contain a, .view-hero-slider .slider-messaging-contain a {
        color: white;
        border: solid white 1px;
        font-weight: 100; }
        .pane-bundle-slider-pane .slider-messaging-contain a:after, .view-hero-slider .slider-messaging-contain a:after {
          content: url(../img/btn-arrow-white.png); } }
    .pane-bundle-slider-pane .slider-messaging-contain a:hover, .view-hero-slider .slider-messaging-contain a:hover {
      background-color: rgba(255, 255, 255, 0.85);
      color: black; }
      .pane-bundle-slider-pane .slider-messaging-contain a:hover:after, .view-hero-slider .slider-messaging-contain a:hover:after {
        padding-left: 35px;
        content: url(../img/btn-arrow-black.png); }
    .pane-bundle-slider-pane .slider-messaging-contain a span, .view-hero-slider .slider-messaging-contain a span {
      font-size: 23px;
      padding-left: 20px; }
.pane-bundle-slider-pane .slick-dots-contain, .view-hero-slider .slick-dots-contain {
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 25px; }
  @media only screen and (min-width:64.063em) {
    .pane-bundle-slider-pane .slick-dots-contain, .view-hero-slider .slick-dots-contain {
      left: 0px;
      bottom: -80px; } }
  .pane-bundle-slider-pane .slick-dots-contain .row, .view-hero-slider .slick-dots-contain .row {
    max-width: 1160px;
    margin: 0 auto; }
.pane-bundle-slider-pane .slick-dots, .view-hero-slider .slick-dots {
  text-align: left;
  margin-top: -44px;
  display: none !important; }
  @media only screen and (min-width:40.063em) {
    .pane-bundle-slider-pane .slick-dots, .view-hero-slider .slick-dots {
      display: block !important; } }
  @media screen and (max-width: 1200px) {
    .pane-bundle-slider-pane .slick-dots, .view-hero-slider .slick-dots {
      padding: 0 20px; } }
  .pane-bundle-slider-pane .slick-dots li, .view-hero-slider .slick-dots li {
    list-style: none;
    display: inline-block;
    padding-right: 10px; }
    .pane-bundle-slider-pane .slick-dots li button, .view-hero-slider .slick-dots li button {
      box-shadow: none;
      border: none;
      background-color: white;
      border-radius: 50%;
      font-size: 0;
      height: 15px;
      width: 15px;
      padding: 0; }
  .pane-bundle-slider-pane .slick-dots .slick-active button, .view-hero-slider .slick-dots .slick-active button {
    background-color: #ffcf06; }

.pane-bundle-news-item-pane .fieldable-panels-pane {
  position: relative;
  overflow: hidden; }
.pane-bundle-news-item-pane .slick-prev {
  left: 0; }
  @media only screen {
    .pane-bundle-news-item-pane .slick-prev {
      left: 7px; } }
.pane-bundle-news-item-pane .slick-next {
  right: 0; }
  @media only screen {
    .pane-bundle-news-item-pane .slick-next {
      right: 7px; } }
.pane-bundle-news-item-pane .slick-list {
  padding: 0 !important;
  margin: 0 50px; }
.pane-bundle-news-item-pane .slick-slide {
  position: relative;
  width: 100%; }
.pane-bundle-news-item-pane img {
  width: 100%; }
.pane-bundle-news-item-pane .slider-messaging-contain {
  position: absolute;
  width: 100%;
  bottom: 85px;
  text-align: left; }
  @media only screen and (max-width: 40em) {
    .pane-bundle-news-item-pane .slider-messaging-contain {
      position: relative;
      bottom: 0; } }
  .pane-bundle-news-item-pane .slider-messaging-contain h2 {
    font-size: 52px;
    line-height: 65px;
    font-weight: normal; }
    @media only screen and (max-width: 40em) {
      .pane-bundle-news-item-pane .slider-messaging-contain h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 0;
        padding-bottom: 0px; } }
  .pane-bundle-news-item-pane .slider-messaging-contain p {
    font-size: 30px;
    font-weight: 100;
    margin-top: 15px;
    display: block; }
    @media only screen and (max-width: 40em) {
      .pane-bundle-news-item-pane .slider-messaging-contain p {
        font-size: 20px;
        line-height: 24px;
        margin-top: 0;
        padding-top: 0; } }
  .pane-bundle-news-item-pane .slider-messaging-contain p, .pane-bundle-news-item-pane .slider-messaging-contain h2 {
    max-width: 520px;
    color: white; }
    @media only screen and (max-width: 40em) {
      .pane-bundle-news-item-pane .slider-messaging-contain p, .pane-bundle-news-item-pane .slider-messaging-contain h2 {
        color: black; } }
  .pane-bundle-news-item-pane .slider-messaging-contain a {
    padding: 15px 15px 15px 40px;
    color: white;
    border: solid white 2px;
    text-transform: uppercase;
    font-size: 14px; }
    @media only screen and (max-width: 40em) {
      .pane-bundle-news-item-pane .slider-messaging-contain a {
        color: black;
        border: solid black 1px;
        display: inline-block;
        line-height: 14px; } }
    .pane-bundle-news-item-pane .slider-messaging-contain a:hover {
      background-color: rgba(255, 255, 255, 0.85);
      color: black; }
      .pane-bundle-news-item-pane .slider-messaging-contain a:hover span {
        padding-left: 25px;
        color: black; }
    .pane-bundle-news-item-pane .slider-messaging-contain a span {
      font-size: 23px;
      padding-left: 20px; }
.pane-bundle-news-item-pane .slick-dots-contain {
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 25px; }
  @media only screen and (min-width:64.063em) {
    .pane-bundle-news-item-pane .slick-dots-contain {
      left: 0px; } }
.pane-bundle-news-item-pane .slick-dots {
  text-align: left;
  padding: 0; }
  .pane-bundle-news-item-pane .slick-dots li {
    list-style: none;
    display: inline-block;
    padding-right: 10px; }
    .pane-bundle-news-item-pane .slick-dots li button {
      box-shadow: none;
      border: none;
      background-color: white;
      border-radius: 50%;
      font-size: 0;
      height: 15px;
      width: 15px; }
  .pane-bundle-news-item-pane .slick-dots .slick-active button {
    background-color: #ffcf06; }

/*
--------------------------
HOME
--------------------------
*/
.homepage .node-feature-box, .homepage .featblock .node-feature-box, .homepage .feat-block {
  padding: 0;
  margin: 0;
  border: none; }
.homepage main {
  padding-bottom: 0;
  padding-top: 60px; }
  @media only screen and (min-width:64.063em) {
    .homepage main {
      padding: 0; } }
.homepage .panels-flexible-region-6-homepage_bottom_ {
  width: 100%; }

.homepage-top {
  background-color: white; }

.main-callouts {
  padding: 15px 20px; }
  @media only screen and (min-width:64.063em) {
    .main-callouts {
      padding: 60px 0; } }
  .main-callouts ul {
    padding: 0; }
    @media only screen and (min-width:40.063em) {
      .main-callouts ul {
        text-align: center; } }
    .main-callouts ul li {
      list-style: none;
      width: 24%;
      display: inline-block;
      margin: 0;
      padding: 0;
      /*
      &:last-child{
        text-align: right;
        @media only screen and (max-width: 40em){
          text-align: left;
        }

      }
*/ }
      @media only screen and (max-width: 40em) {
        .main-callouts ul li {
          width: 49%;
          background-repeat: no-repeat;
          background-position: right center;
          background-image: url(../img/gray-right-arrow.png);
          background-position: 99% center;
          margin: 15px 0;
          background-size: 10px; } }
    .main-callouts ul a {
      font-size: 30px;
      color: black; }
      @media only screen and (min-width:40.063em) and (max-width:64em) {
        .main-callouts ul a {
          font-size: 26px; } }
      @media only screen and (max-width: 40em) {
        .main-callouts ul a {
          font-size: 20px; } }
      .main-callouts ul a:before {
        background-repeat: no-repeat;
        background-position: left center;
        padding: 15px 78px 15px 0;
        background-size: auto;
        content: ""; }
        @media only screen and (min-width:40.063em) and (max-width:64em) {
          .main-callouts ul a:before {
            background-size: 47px;
            padding-right: 55px; } }
        @media only screen and (max-width: 40em) {
          .main-callouts ul a:before {
            background-size: 41px;
            padding-right: 49px; } }
      .main-callouts ul a:after {
        background-repeat: no-repeat;
        background-position: right center;
        background-image: url(../img/gray-right-arrow.png);
        padding-left: 30px;
        content: "";
        -webkit-transition: all .2s ease;
                transition: all .2s ease; }
        @media only screen and (max-width: 40em) {
          .main-callouts ul a:after {
            background-image: none; } }
      .main-callouts ul a:hover:after {
        padding-left: 35px;
        -webkit-transition: all .2s ease;
                transition: all .2s ease; }

.main-apply:before {
  background-image: url(../img/main-apply.png); }

.main-visit:before {
  background-image: url(../img/main-visit.png); }

.main-info {
  margin: 0; }
  @media only screen and (min-width:40.063em) {
    .main-info {
      margin-left: -20px; } }
  .main-info:before {
    background-image: url(../img/main-info.png); }

.main-support:before {
  background-image: url(../img/main-support.png); }

.homepage-news {
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #e5e4e5 0%, #e3e4e7 0%, #e9eaed 3%, #eaeceb 4%, #edefee 4%, #f1f2f5 5%, #f2f2f2 6%, #f6f6f6 6%, #ffffff 10%, #ffffff 82%, #fcfbfc 82%, #ffffff 82%, #fefefe 100%);
  background: linear-gradient(to bottom, #e2e2e2 0%, #e5e4e5 0%, #e3e4e7 0%, #e9eaed 3%, #eaeceb 4%, #edefee 4%, #f1f2f5 5%, #f2f2f2 6%, #f6f6f6 6%, #ffffff 10%, #ffffff 82%, #fcfbfc 82%, #ffffff 82%, #fefefe 100%); }
  .homepage-news .homepage-news-row {
    padding: 35px 0 55px 0;
    margin: 0 auto;
    max-width: 1160px;
    text-align: left; }
    @media only screen {
      .homepage-news .homepage-news-row {
        padding: 0px 25px; } }
    @media only screen and (max-width: 40em) {
      .homepage-news .homepage-news-row .right {
        float: none !important; } }
  .homepage-news .homepage-news-row {
    padding-bottom: 10px; }
  .homepage-news h2 {
    text-align: center;
    margin: 50px 0 30px 0;
    line-height: 1.4; }
    .homepage-news h2 a div:after {
      content: '\00BB';
      padding-left: 10px; }
  .homepage-news .slick-slide h2 {
    font-size: 22px;
    text-align: left;
    margin: 20px 0; }
    .homepage-news .slick-slide h2 a {
      color: #000; }
  .homepage-news .slick-slide p {
    margin-top: 0; }
  .homepage-news .slick-slide .date-display-single {
    font-size: 14px;
    font-style: italic; }
  .homepage-news .notice-box {
    padding: 0; }
    @media only screen {
      .homepage-news .notice-box {
        padding: 0 25px 25px 25px; } }
    .homepage-news .notice-box > div {
      padding: 20px 15px 30px 30px;
      border-top: 5px solid #baa022; }
      @media only screen and (max-width: 40em) {
        .homepage-news .notice-box > div {
          width: 100%; }
          .homepage-news .notice-box > div .col-3rd {
            margin: 0; } }
      .homepage-news .notice-box > div .date-display-single {
        font-style: italic;
        font-size: 14px;
        font-weight: normal;
        color: #333333; }
      .homepage-news .notice-box > div .field-name-field-gb-head-line {
        margin-top: 0px;
        padding: 0px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600; }
      .homepage-news .notice-box > div .node-title {
        font-weight: 600;
        font-size: 18px;
        color: #595959;
        margin-bottom: 0px; }
      .homepage-news .notice-box > div .notice-text {
        margin-top: 0px;
        padding-top: 5px;
        margin-bottom: 5px; }
      .homepage-news .notice-box > div a {
        text-transform: none; }
        .homepage-news .notice-box > div a:after {
          content: '\00BB';
          padding-left: 5px; }
  @media only screen and (max-width: 40em) {
    .homepage-news .btn-black {
      text-align: center; } }
  .homepage-news .btn-black a {
    background-position: 93% center;
    -webkit-transition: .2s all ease;
            transition: .2s all ease;
    margin-top: 20px;
    display: block;
    float: left;
    line-height: 16px; }
    .homepage-news .btn-black a:hover {
      -webkit-transition: .2s all ease;
              transition: .2s all ease;
      background-position: 95%; }
    @media only screen and (max-width: 40em) {
      .homepage-news .btn-black a {
        float: none;
        display: inline-block; } }

.panel-pane.panel-pane-custom-title {
  text-align: center; }

.currated-news-slider {
  background-color: #EBEBEB; }
  .currated-news-slider .homepage-news-row {
    padding: 35px 0 55px 0;
    margin: 0 auto;
    max-width: 1160px;
    text-align: left; }
    @media only screen {
      .currated-news-slider .homepage-news-row {
        padding: 0px 25px; } }
    @media only screen and (max-width: 40em) {
      .currated-news-slider .homepage-news-row .right {
        float: none !important; } }
  .currated-news-slider .homepage-news-row {
    padding-bottom: 10px; }
  .currated-news-slider h2 {
    text-align: center;
    margin: 50px 0 30px 0;
    line-height: 1.4; }
    .currated-news-slider h2 a div:after {
      content: '\00BB';
      padding-left: 10px; }
  .currated-news-slider .slick-slide h2 {
    font-size: 22px;
    text-align: left;
    margin: 20px 0; }
    .currated-news-slider .slick-slide h2 a {
      color: #000; }
  .currated-news-slider .slick-slide p {
    margin-top: 0; }
  .currated-news-slider .slick-slide .date-display-single {
    font-size: 14px;
    font-style: italic; }
  .currated-news-slider .notice-box {
    padding: 0; }
    @media only screen {
      .currated-news-slider .notice-box {
        padding: 0 25px 25px 25px; } }
    .currated-news-slider .notice-box > div {
      padding: 20px 15px 30px 30px;
      border-top: 5px solid #baa022; }
      @media only screen and (max-width: 40em) {
        .currated-news-slider .notice-box > div {
          width: 100%; }
          .currated-news-slider .notice-box > div .col-3rd {
            margin: 0; } }
      .currated-news-slider .notice-box > div .date-display-single {
        font-style: italic;
        font-size: 14px;
        font-weight: normal;
        color: #333333; }
      .currated-news-slider .notice-box > div .field-name-field-gb-head-line {
        margin-top: 0px;
        padding: 0px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600; }
      .currated-news-slider .notice-box > div .node-title {
        font-weight: 600;
        font-size: 18px;
        color: #595959;
        margin-bottom: 0px; }
      .currated-news-slider .notice-box > div .notice-text {
        margin-top: 0px;
        padding-top: 5px;
        margin-bottom: 5px; }
      .currated-news-slider .notice-box > div a {
        text-transform: none; }
        .currated-news-slider .notice-box > div a:after {
          content: '\00BB';
          padding-left: 5px; }
  @media only screen and (max-width: 40em) {
    .currated-news-slider .btn-black {
      text-align: center; } }
  .currated-news-slider .btn-black a {
    background-position: 93% center;
    -webkit-transition: .2s all ease;
            transition: .2s all ease;
    margin-top: 20px;
    display: block;
    float: left;
    line-height: 16px; }
    .currated-news-slider .btn-black a:hover {
      -webkit-transition: .2s all ease;
              transition: .2s all ease;
      background-position: 95%; }
    @media only screen and (max-width: 40em) {
      .currated-news-slider .btn-black a {
        float: none;
        display: inline-block; } }

.news-listing-contain {
  padding: 0; }
  @media only screen {
    .news-listing-contain {
      padding: 0 25px; } }
  @media only screen and (max-width: 40em) {
    .news-listing-contain .news-listing {
      display: none; } }
  .news-listing-contain .field-type-link-field a {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 45px 8px 35px;
    background-color: #333333;
    color: white;
    text-transform: uppercase;
    background-image: url(../img/btn-arrow-white.png);
    background-repeat: no-repeat;
    background-position: 93% center;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    display: inline-block;
    margin: 30px 0; }
    .news-listing-contain .field-type-link-field a:hover {
      -webkit-transition: all .2s ease;
              transition: all .2s ease;
      background-position: 95%; }
    .news-listing-contain .field-type-link-field a:after {
      content: none; }
  .news-listing-contain article {
    padding: 12px 0;
    border-bottom: 1px solid #cccccc; }
    .news-listing-contain article:first-child {
      padding-top: 0px; }
  .news-listing-contain .date-display-single {
    margin: 0 0 0px 0;
    font-style: italic;
    display: block;
    padding-top: 15px; }
  .news-listing-contain .field-type-text {
    font-size: 22px;
    margin: 0px;
    font-family: "Plantin W01", serif;
    line-height: 30px; }
    .news-listing-contain .field-type-text:after {
      content: '\00BB';
      padding-left: 10px; }
    .news-listing-contain .field-type-text a {
      color: black; }

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .panels-flexible-region-6-homepage_news_bottom {
    width: 100%; } }
@media only screen and (max-width: 40em) {
  .panels-flexible-region-6-homepage_news_bottom .node-hc-news-item {
    display: none; }
  .panels-flexible-region-6-homepage_news_bottom .field-name-field-quick-news-all-news {
    text-align: center; }
    .panels-flexible-region-6-homepage_news_bottom .field-name-field-quick-news-all-news a {
      margin-top: 0; } }

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .panels-flexible-6 .panels-flexible-region {
    width: 100%; } }
@media only screen and (max-width: 40em) {
  .panels-flexible-6 .panels-flexible-region {
    width: 100%; }
    .panels-flexible-6 .panels-flexible-region .slick-slide {
      padding-bottom: 0; } }

.panels-flexible-6 .panels-flexible-row {
  margin: 0 auto; }

.pane-bundle-statistics-pane {
  background-color: white; }
  .pane-bundle-statistics-pane > .pane-content {
    max-width: 1160px;
    margin: 0 auto; }

.visible {
  opacity: 1 !important;
  -webkit-transition: all .5s ease;
          transition: all .5s ease; }

.pane-bundle-statistics-pane {
  background-color: white;
  padding: 50px 0;
  text-align: center;
  clear: both; }
  .pane-bundle-statistics-pane .slick-list {
    max-height: 160px; }
  .pane-bundle-statistics-pane .slick-slide {
    padding: 0 45px; }
    @media only screen and (min-width:40.063em) {
      .pane-bundle-statistics-pane .slick-slide {
        border-left: 1px solid #ccc; } }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      .pane-bundle-statistics-pane .slick-slide {
        padding: 0 20px; } }
    @media only screen and (max-width: 40em) {
      .pane-bundle-statistics-pane .slick-slide {
        padding: 0 25px; } }
  .pane-bundle-statistics-pane h2 {
    margin-bottom: 20px;
    margin-top: 0px; }
  .pane-bundle-statistics-pane .slick-list {
    padding: 0px !important;
    margin: 0 50px;
    border-right: 1px solid #cccccc; }
    @media only screen and (max-width: 40em) {
      .pane-bundle-statistics-pane .slick-list {
        border: none; } }
    .pane-bundle-statistics-pane .slick-list h2 {
      display: none; }
    .pane-bundle-statistics-pane .slick-list .slick-slide {
      min-height: 160px; }
  .pane-bundle-statistics-pane .field-name-field-statistic-value {
    font-size: 72px;
    line-height: 1; }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      .pane-bundle-statistics-pane .field-name-field-statistic-value {
        font-size: 55px; } }
  .pane-bundle-statistics-pane .field-name-field-statistic-supporting-text {
    font-size: 24px; }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      .pane-bundle-statistics-pane .field-name-field-statistic-supporting-text {
        font-size: 18px;
        line-height: 1.2; } }
    .pane-bundle-statistics-pane .field-name-field-statistic-supporting-text p {
      margin: 0;
      line-height: 1.4; }
  .pane-bundle-statistics-pane .slick-center {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc; }
    @media only screen and (max-width: 40em) {
      .pane-bundle-statistics-pane .slick-center {
        border: none; } }
  .pane-bundle-statistics-pane .slick-track .slick-active:first-child {
    background-color: blue; }
  .pane-bundle-statistics-pane .field-name-field-hc-statistic-link a {
    margin-top: 20px;
    background-position: 93% center;
    -webkit-transition: .2s all ease;
            transition: .2s all ease;
    margin-top: 20px;
    font-size: 12px;
    padding: 8px 45px 8px 35px;
    background-color: #333333;
    color: white;
    text-transform: uppercase;
    background-image: url(../img/btn-arrow-white.png);
    background-repeat: no-repeat;
    display: inline-block; }
    .pane-bundle-statistics-pane .field-name-field-hc-statistic-link a:hover {
      -webkit-transition: .2s all ease;
              transition: .2s all ease;
      background-position: 95%; }
  .pane-bundle-statistics-pane .slick-prev {
    left: -8px; }
    @media only screen {
      .pane-bundle-statistics-pane .slick-prev {
        left: 8px; } }
  .pane-bundle-statistics-pane .slick-next {
    right: -8px; }
    @media only screen {
      .pane-bundle-statistics-pane .slick-next {
        right: 8px; } }

@media only screen and (min-width:64.063em) {
  .front .panels-flexible-region-6-homepage_events___media {
    width: 33.33333%; } }

.social-media {
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #e5e4e5 0%, #e3e4e7 0%, #e9eaed 3%, #eaeceb 4%, #edefee 4%, #f1f2f5 5%, #f2f2f2 6%, #f6f6f6 6%, #ffffff 10%, #ffffff 82%, #fcfbfc 82%, #ffffff 82%, #fefefe 100%);
  background: linear-gradient(to bottom, #e2e2e2 0%, #e5e4e5 0%, #e3e4e7 0%, #e9eaed 3%, #eaeceb 4%, #edefee 4%, #f1f2f5 5%, #f2f2f2 6%, #f6f6f6 6%, #ffffff 10%, #ffffff 82%, #fcfbfc 82%, #ffffff 82%, #fefefe 100%);
  clear: both; }
  .social-media h2 {
    margin-top: 0; }
  .social-media > div {
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto; }
    @media only screen and (min-width:64.063em) {
      .social-media > div > div {
        padding: 0 15px !important; } }
  .social-media .pane-hc-media-holycross-twitter .network_name, .social-media .pane-hc-media-holycross-instagram .network_name {
    font-size: 26px;
    margin-bottom: 10px; }
    .social-media .pane-hc-media-holycross-twitter .network_name a, .social-media .pane-hc-media-holycross-instagram .network_name a {
      color: #000; }
  .social-media .social-media-top {
    width: 100%;
    text-align: center; }

.pane-hc-media-holycross-twitter iframe {
  width: 100% !important; }
  .pane-hc-media-holycross-twitter iframe .timeline {
    background: none; }

.pane-hc-media {
  max-width: 520px; }
  .pane-hc-media .instagram-feed a {
    width: 50%;
    display: inline-block; }

.home-blog {
  background-color: #d3e5f5;
  text-align: center;
  padding-bottom: 50px; }
  .home-blog .pane-content {
    max-width: 1160px;
    margin: 0 auto; }
  .home-blog .custom-entity-featured-blog {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
    float: left;
    padding-bottom: 40px; }
    @media only screen and (min-width:40.063em) {
      .home-blog .custom-entity-featured-blog {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        width: 50%;
        float: left; } }
    @media only screen and (min-width:64.063em) {
      .home-blog .custom-entity-featured-blog {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        width: 25%;
        float: left; } }
    .home-blog .custom-entity-featured-blog h2 {
      display: none; }
  .home-blog h2 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px; }
  .home-blog .field-name-field-blog-image {
    opacity: 0; }
  .home-blog img {
    border-radius: 50%; }
  .home-blog .field-name-field-blog-name {
    padding-top: 25px;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-size: 14px; }
  .home-blog .field-name-field-blog-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 7px; }
  .home-blog .field-name-field-blog-link {
    line-height: 1.3; }
    .home-blog .field-name-field-blog-link a {
      font-size: 15px; }
      .home-blog .field-name-field-blog-link a:after {
        content: '\00BB';
        padding-left: 3px; }
  .home-blog .field-name-field-featured-blog-all {
    width: 100%;
    float: left; }
    .home-blog .field-name-field-featured-blog-all a {
      background-position: 93% center;
      -webkit-transition: .2s all ease;
      transition: .2s all ease;
      margin-top: 20px;
      font-size: 12px;
      padding: 8px 45px 8px 35px;
      background-color: #333333;
      color: white;
      text-transform: uppercase;
      background-image: url(../img/btn-arrow-white.png);
      background-repeat: no-repeat;
      line-height: 18px;
      display: inline-block;
      margin-bottom: 50px; }
      .home-blog .field-name-field-featured-blog-all a:hover {
        -webkit-transition: all .2s ease;
                transition: all .2s ease;
        background-position: 95%; }

/*
--------------------------
ACADEMICS
--------------------------
*/
@media only screen and (max-width: 40em) {
  .section-academics div .node-feature-box {
    margin: 0;
    padding: 15px 0; } }
@media only screen and (max-width: 40em) {
  .section-academics .image-right div .col-50-50:last-child {
    padding: 0 20px 20px 20px; } }

.pane-bean-our-teaching-approach {
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc; }
  .pane-bean-our-teaching-approach h2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px; }

.node-feature-box h2 a {
  color: black; }

.panels-flexible-new .panels-flexible-region-inside {
  padding: 0; }
.panels-flexible-new div .col-50-50 {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media only screen and (max-width: 40em) {
    .panels-flexible-new div .col-50-50 {
      padding-left: 0;
      padding-right: 0;
      float: left; }
      .panels-flexible-new div .col-50-50 h2 {
        margin-top: 1.25rem; } }
  @media only screen and (min-width:40.063em) {
    .panels-flexible-new div .col-50-50:first-child {
      margin-left: -1.25rem; } }
  @media only screen and (min-width:40.063em) {
    .panels-flexible-new div .col-50-50:last-child {
      margin-left: 1.25rem;
      padding-right: 0px; } }
  .panels-flexible-new div .col-50-50 h2 a {
    color: black; }

.academics {
  padding-bottom: 40px; }
  @media only screen and (max-width: 40em) {
    .academics {
      border-top: 6px solid #602d89; } }
  .academics table {
    width: 100%; }
    .academics table tbody {
      border-top: none; }
  .academics th, .academics td {
    border-right: 5px solid white;
    padding: 9px 5px 9px 20px;
    border-bottom: none; }
  @media only screen and (max-width: 40em) {
    .academics th, .academics td, .academics a {
      font-size: 13px;
      line-height: 18px; } }
  .academics thead {
    background-color: #602d89; }
    @media only screen and (max-width: 40em) {
      .academics thead {
        display: none; } }
    .academics thead tr a {
      color: white;
      font-weight: normal;
      text-decoration: underline;
      padding-right: 30px;
      background-repeat: no-repeat;
      background-position: right center;
      font-size: 18px; }
  .academics tr {
    border: none;
    width: 100%; }
    .academics tr a {
      font-size: 17px; }
    .academics tr td:first-child a:after {
      content: '\00BB';
      padding-left: 3px; }
    .academics tr .views-field-title {
      width: 28%; }
      @media only screen and (max-width: 40em) {
        .academics tr .views-field-title {
          width: 50%; } }
    .academics tr td {
      width: 18%; }
      @media only screen and (max-width: 40em) {
        .academics tr td {
          width: 50%; } }
  .academics tr.even {
    background-color: #e8e8e8; }
    .academics tr.even td:first-child {
      background-color: #dfe9f1; }
      .academics tr.even td:first-child a:after {
        content: '\00BB';
        padding-left: 3px; }
  .academics tr.odd {
    background-color: white; }

td.academics-check a {
  background-image: none; }

.academics-check {
  font-size: 0; }
  @media only screen and (max-width: 40em) {
    .academics-check {
      font-size: 13px; } }

.academics-blank {
  font-size: 0 !important; }

.academics-check {
  background-repeat: no-repeat;
  background-position: 20px center; }
  @media only screen and (min-width:40.063em) {
    .academics-check {
      background-image: url(../img/table-check.png); } }

@media only screen and (min-width:40.063em) {
  thead tr .views-field-nothing {
    display: none; } }

@media only screen and (min-width:40.063em) {
  .mobile-column {
    display: none; } }
.mobile-column div {
  font-size: 13px;
  display: inline-block;
  padding-right: 5px; }

@media only screen and (max-width: 40em) {
  .major, .minor, .concentration, .career-program {
    display: none; } }

/*
---------------
STAT STANDARDS
---------------
*/
.panels-flexible-141 .panels-flexible-row {
  padding: 0;
  width: 100%; }

.panels-flexible-86 .panels-flexible-row {
  padding: 0;
  margin: 0; }

.int-img-overlayed .field-type-link-field a {
  clear: both;
  display: inline-block; }
  .int-img-overlayed .field-type-link-field a:after {
    content: normal; }

.int-img-overlayed {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px; }
  .int-img-overlayed .int-img-overlayed-text {
    color: white;
    height: 100%;
    padding: 60px 60px 40px 60px;
    background-color: #602d89; }
    @media only screen and (max-width: 40em) {
      .int-img-overlayed .int-img-overlayed-text {
        padding: 20px 15px 30px 15px; } }
    @media only screen and (min-width:64.063em) {
      .int-img-overlayed .int-img-overlayed-text {
        position: absolute;
        width: 50%;
        background-color: rgba(97, 46, 138, 0.75);
        right: 0;
        top: 0; } }
    .int-img-overlayed .int-img-overlayed-text h2 {
      font-weight: normal;
      padding-top: 0;
      margin-top: 0;
      line-height: 40px; }
      @media only screen and (max-width: 40em) {
        .int-img-overlayed .int-img-overlayed-text h2 {
          margin-bottom: 10px; } }
    .int-img-overlayed .int-img-overlayed-text p {
      font-size: 18px;
      font-weight: normal; }
      @media only screen and (max-width: 40em) {
        .int-img-overlayed .int-img-overlayed-text p {
          font-size: 14px;
          line-height: 19px;
          padding-top: 0;
          margin-top: 0; } }

/*
---------------
NEWS LISTING
---------------
*/
.feat-block a {
  display: inline; }
  .feat-block a:after {
    content: normal; }

.news-block {
  float: left;
  display: block;
  clear: both; }
  .news-block .view-content .views-row {
    padding: 20px 0;
    float: left;
    width: 100%; }
  .news-block:last-child {
    padding-bottom: 0px; }
  .news-block .col-3rd {
    padding-left: 0px; }
  .news-block .col-2-3rd {
    padding-right: 0px; }
    @media only screen and (max-width: 40em) {
      .news-block .col-2-3rd {
        padding-left: 0px;
        margin-top: 20px; } }
  .news-block .name {
    font-size: 14px;
    line-height: 14px;
    padding: 0 0 0px 0;
    margin: 0; }
  .news-block .event-title {
    font-size: 18px;
    font-weight: 600;
    color: #003399;
    margin-top: 0px;
    margin-bottom: 0px; }
    @media only screen and (max-width: 40em) {
      .news-block .event-title {
        margin-bottom: 10px; } }
  .news-block .news-taxonomy {
    padding-left: 20px;
    padding-right: 20px; }
  .news-block .info-sect {
    clear: both;
    margin-top: 20px; }
    .news-block .info-sect .col-50-50:first-child {
      padding-left: 50px;
      background-repeat: no-repeat;
      background-position: left top;
      background-image: url(../img/calendar-plus.png);
      background-size: 30px;
      padding-right: 10px; }
    .news-block .info-sect .col-50-50:last-child {
      padding-right: 0; }
      @media only screen and (max-width: 40em) {
        .news-block .info-sect .col-50-50:last-child {
          padding-left: 50px; } }
    .news-block .info-sect .bold {
      font-weight: 600;
      line-height: 22px;
      padding: 0;
      margin: 0; }
    .news-block .info-sect .desc {
      margin: 0;
      padding: 0; }

.homepage > .view-content > .views-row, .view-events > .view-content > .views-row, .visitors-events-listing .view-events > .view-content > .views-row, .block-views-events-block-1 .view-events > .view-content > .views-row, .pane-events-panel-pane-1 .view-events > .view-content > .views-row {
  padding-bottom: 20px; }
  @media only screen {
    .homepage > .view-content > .views-row, .view-events > .view-content > .views-row, .visitors-events-listing .view-events > .view-content > .views-row, .block-views-events-block-1 .view-events > .view-content > .views-row, .pane-events-panel-pane-1 .view-events > .view-content > .views-row {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      float: left; } }
  @media only screen and (min-width:64.063em) {
    .homepage > .view-content > .views-row, .view-events > .view-content > .views-row, .visitors-events-listing .view-events > .view-content > .views-row, .block-views-events-block-1 .view-events > .view-content > .views-row, .pane-events-panel-pane-1 .view-events > .view-content > .views-row {
      padding-left: 0;
      padding-right: 0;
      width: 33.33333%;
      float: left;
      padding-right: 20px; }
      .homepage > .view-content > .views-row:last-child, .view-events > .view-content > .views-row:last-child, .visitors-events-listing .view-events > .view-content > .views-row:last-child, .block-views-events-block-1 .view-events > .view-content > .views-row:last-child, .pane-events-panel-pane-1 .view-events > .view-content > .views-row:last-child {
        padding-right: 0; } }
.homepage .views-field-nothing, .view-events .views-field-nothing, .visitors-events-listing .view-events .views-field-nothing, .block-views-events-block-1 .view-events .views-field-nothing, .pane-events-panel-pane-1 .view-events .views-field-nothing {
  width: 70px;
  float: left; }
  .homepage .views-field-nothing .date-display-single, .view-events .views-field-nothing .date-display-single, .visitors-events-listing .view-events .views-field-nothing .date-display-single, .block-views-events-block-1 .view-events .views-field-nothing .date-display-single, .pane-events-panel-pane-1 .view-events .views-field-nothing .date-display-single {
    line-height: 1;
    border-bottom: 1px solid #d7c3e8;
    padding: 10px 0;
    background-color: #9c68c5;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    text-align: center; }

/* added for alumni page */
#homePageEvents .views-field-nothing, .view-events .views-field-nothing, .visitors-events-listing .view-events .views-field-nothing, .block-views-events-block-1 .view-events .views-field-nothing, .pane-events-panel-pane-1 .view-events .views-field-nothing {
  width: 70px;
  float: left; }
#homePageEvents .views-field-nothing .date-display-single, .view-events .views-field-nothing .date-display-single, .visitors-events-listing .view-events .views-field-nothing .date-display-single, .block-views-events-block-1 .view-events .views-field-nothing .date-display-single, .pane-events-panel-pane-1 .view-events .views-field-nothing .date-display-single {
  line-height: 1;
  border-bottom: 1px solid #d7c3e8;
  padding: 10px 0;
  background-color: #9c68c5;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  text-align: center; 
  margin-right: 10px;
}
/*  //added for alumni page */

.homepage .small-event-content, .view-events .small-event-content, .visitors-events-listing .view-events .small-event-content, .block-views-events-block-1 .view-events .small-event-content, .pane-events-panel-pane-1 .view-events .small-event-content {
  width: calc(100% - 74px);
  float: left;
  padding-left: 15px; }
  .homepage .small-event-content .small-event-title, .view-events .small-event-content .small-event-title, .visitors-events-listing .view-events .small-event-content .small-event-title, .block-views-events-block-1 .view-events .small-event-content .small-event-title, .pane-events-panel-pane-1 .view-events .small-event-content .small-event-title {
    font-size: 18px;
    color: #003399;
    font-weight: 600;
    line-height: 1.3; }
  .homepage .small-event-content .location, .homepage .small-event-content .date-display-single, .view-events .small-event-content .location, .view-events .small-event-content .date-display-single, .visitors-events-listing .view-events .small-event-content .location, .visitors-events-listing .view-events .small-event-content .date-display-single, .block-views-events-block-1 .view-events .small-event-content .location, .block-views-events-block-1 .view-events .small-event-content .date-display-single, .pane-events-panel-pane-1 .view-events .small-event-content .location, .pane-events-panel-pane-1 .view-events .small-event-content .date-display-single {
    font-size: 15px; }
.homepage .view-footer, .view-events .view-footer, .visitors-events-listing .view-events .view-footer, .block-views-events-block-1 .view-events .view-footer, .pane-events-panel-pane-1 .view-events .view-footer {
  clear: both; }
  .homepage .view-footer a, .view-events .view-footer a, .visitors-events-listing .view-events .view-footer a, .block-views-events-block-1 .view-events .view-footer a, .pane-events-panel-pane-1 .view-events .view-footer a {
    font-size: 12px;
    padding: 10px 45px 10px 35px;
    background-color: #333333;
    color: white;
    text-transform: uppercase;
    background-image: url(../img/btn-arrow-white.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-transition: all .2s ease;
            transition: all .2s ease; }
    .homepage .view-footer a:hover, .view-events .view-footer a:hover, .visitors-events-listing .view-events .view-footer a:hover, .block-views-events-block-1 .view-events .view-footer a:hover, .pane-events-panel-pane-1 .view-events .view-footer a:hover {
      -webkit-transition: all .2s ease;
              transition: all .2s ease;
      background-position: 96%; }
    .homepage .view-footer a:after, .view-events .view-footer a:after, .visitors-events-listing .view-events .view-footer a:after, .block-views-events-block-1 .view-events .view-footer a:after, .pane-events-panel-pane-1 .view-events .view-footer a:after {
      content: none; }

.panel-pane-events {
  padding: 40px 0; }
  .panel-pane-events .view-content > .views-row {
    width: 100% !important; }

@media only screen {
  .homepage > .view-content > .views-row, .view-events > .view-content > .views-row {
    width: 100%; } }

.directory-block {
  margin: 20px 0;
  float: left;
  width: 100%; }
  .directory-block .directory-col {
    width: 23%;
    float: left; }
    .directory-block .directory-col:first-child {
      width: 160px;
      padding-right: 40px; }
    .directory-block .directory-col:nth-child(2) {
      border-right: 1px solid #cccccc;
      padding-right: 60px;
      margin-top: 15px;
      padding-top: 20px; }
      .directory-block .directory-col:nth-child(2) .directory-name {
        margin: 0; }
      .directory-block .directory-col:nth-child(2) .directory-title {
        padding-bottom: 15px; }
    .directory-block .directory-col:last-child {
      padding-left: 40px; }
  .directory-block .directory-name {
    font-size: 26px;
    line-height: 30px;
    color: #003399;
    padding: 0;
    margin-bottom: 0; }
  .directory-block .directory-title {
    margin-top: 0px;
    font-size: 17px;
    font-style: italic;
    line-height: 20px;
    color: #333333; }
  .directory-block .directory-info {
    color: #666666;
    line-height: 25px;
    padding-top: 10px; }
    .directory-block .directory-info span {
      color: #003399; }

.search-and-filters {
  background: #d3e5f5;
  padding: 20px 0;
  margin: 35px 0; }
  .search-and-filters h4, .search-and-filters #edit-combine-wrapper label {
    font-size: 22px;
    margin: 0 0 10px 0;
    font-weight: 600; }
    @media only screen and (max-width: 40em) {
      .search-and-filters h4, .search-and-filters #edit-combine-wrapper label {
        margin-top: 30px; } }
  @media only screen and (min-width:40.063em) {
    .search-and-filters .center {
      border-left: 1px solid #fff;
      border-right: 1px solid #fff; } }
  .search-and-filters .views-summary {
    max-width: 300px; }
    .search-and-filters .views-summary span {
      font-size: 30px;
      line-height: 35px;
      padding: 0 3.5px; }
  .search-and-filters #program-autocomplete {
    margin-bottom: 15px; }
  .search-and-filters input {
    width: 100%;
    height: 35px;
    padding-left: 15px; }
  .search-and-filters .views-exposed-form .views-exposed-widget {
    display: inline-block;
    vertical-align: bottom;
    float: none; }
  .search-and-filters button {
    border-radius: 0px 5px 5px 0px;
    font-size: 0px;
    padding: 0px;
    margin: 0;
    height: 33px;
    width: 32px;
    -webkit-transform: translateY(-.5px);
            transform: translateY(-.5px);
    margin-left: -4px;
    background-color: #a2a6a9;
    background-image: url(../img/search-desktop.png);
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
    display: block; }
    .search-and-filters button:hover {
      background-position: center; }

.view-faculty-and-staff-listing .search-and-filters .view-faculty-and-staff-listing {
  padding-left: 0px; }

@media only screen and (min-width:40.063em) {
  .view-faculty-and-staff-listing .view-header a {
    position: absolute;
    top: 35px;
    right: 20px;
    display: block;
    margin-top: 10px; } }
.view-faculty-and-staff-listing .views-row {
  width: calc(100% + 40px);
  float: left;
  clear: both;
  margin-bottom: 40px;
  margin-left: -20px; }
.view-faculty-and-staff-listing .views-field-field-bio-image {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width:40.063em) {
    .view-faculty-and-staff-listing .views-field-field-bio-image {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 16.66667%;
      float: left; } }
.view-faculty-and-staff-listing .views-field-view-node {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width:40.063em) {
    .view-faculty-and-staff-listing .views-field-view-node {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 50%;
      float: left; } }
  .view-faculty-and-staff-listing .views-field-view-node a {
    font-size: 26px; }
.view-faculty-and-staff-listing .views-field-nothing {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left;
  border-left: 1px solid #ccc; }
  @media only screen and (min-width:40.063em) {
    .view-faculty-and-staff-listing .views-field-nothing {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 33.33333%;
      float: left; } }
  .view-faculty-and-staff-listing .views-field-nothing span {
    font-size: 17px; }
  .view-faculty-and-staff-listing .views-field-nothing i {
    display: block;
    color: #666666; }

/*
---------------
APPLY
---------------
*/
.page-node-42101 aside .feat-block-4060, .page-node-42101 .body p:first-child .feat-block-4060 {
  float: left;
  width: 100%;
  clear: both;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }

.common-app {
  float: left;
  margin-top: 0;
  padding-top: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  .common-app .col-3rd {
    padding-left: 0; }
    .common-app .col-3rd iframe {
      width: 100% !important;
      height: auto !important; }
  .common-app h3 {
    padding: 0px;
    margin: 0px; }
  .common-app p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px; }

.group-deadline-one-wrapper, .group-deadline-two-wrapper {
  width: 50%;
  display: inline-block;
  padding-right: 20px; }
  .group-deadline-one-wrapper .field-type-datetime .field-label, .group-deadline-two-wrapper .field-type-datetime .field-label {
    font-weight: normal;
    line-height: 24px; }
  .group-deadline-one-wrapper > div:first-child, .group-deadline-two-wrapper > div:first-child {
    font-weight: 600; }
  .group-deadline-one-wrapper h6, .group-deadline-two-wrapper h6 {
    margin-bottom: 15px; }
  .group-deadline-one-wrapper span, .group-deadline-two-wrapper span {
    display: block;
    line-height: 24px;
    margin-right: 20px; }

.field-name-field-applicant-link {
  padding-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid #aeb2b5;
  margin-bottom: 0px; }
  .field-name-field-applicant-link a:after {
    content: '\00BB';
    padding-left: 5px; }

.field-name-field-applicant-body {
  counter-reset: item; }
  .field-name-field-applicant-body ol {
    padding-left: 27px; }
    .field-name-field-applicant-body ol li:first-child {
      font-weight: normal; }
      .field-name-field-applicant-body ol li:first-child a {
        font-weight: 600; }
  .field-name-field-applicant-body li {
    position: relative;
    font-size: 20px;
    line-height: 40px;
    list-style-type: none; }
    .field-name-field-applicant-body li:before {
      content: counter(item) " ";
      counter-increment: item;
      color: white;
      margin-left: -28px;
      padding-left: 9px;
      padding-top: 6px;
      padding-bottom: 5px;
      padding-right: 15px;
      top: 0px;
      position: relative;
      font-size: 20px;
      background-image: url(../img/green-list.png);
      background-repeat: no-repeat;
      background-position: left;
      line-height: 35px; }

div.panel-pane div.common-app {
  padding: 20px 0;
  margin: 10px 0 20px 0; }

.fielded-pane-apply {
  padding: 40px 0;
  border-bottom: 1px solid #cccccc; }

.pane-bean-international-applicants .field-name-field-applicant-link {
  border: none; }

.sched-content-wrap {
  max-width: 740px; }

.sched-sub-title {
  max-width: 860px;
  font-size: 22px;
  margin-top: 0px;
  padding-top: 0px; }

.steps p {
  max-width: 860px;
  font-size: 22px;
  margin-top: 0px;
  padding-top: 0px; }
.steps span {
  color: #999999;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  font-style: italic; }
.steps h2 {
  margin-top: 0px;
  padding-top: 20px; }

.schedule-options {
  padding-bottom: 20px; }

.schedule-block {
  margin-top: 40px;
  position: relative;
  padding: 22px 28px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top: 6px solid #e36f1e;
  max-width: 860px;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  display: block; }
  .schedule-block:first-child {
    margin-top: 20px; }
  .schedule-block:hover {
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    background-color: #f9e2d2; }
    .schedule-block:hover .sched-title:after {
      -webkit-transition: .2s all ease;
              transition: .2s all ease;
      padding-left: 38px; }
  .schedule-block .sched-class, .schedule-block .sched-dur {
    font-size: 18px;
    color: #333333;
    padding: 0;
    margin: 0 0 13px 0;
    font-weight: 600; }
    @media only screen and (max-width: 40em) {
      .schedule-block .sched-class, .schedule-block .sched-dur {
        font-size: 15px;
        margin-bottom: 5px; } }
    @media only screen and (min-width:40.063em) {
      .schedule-block .sched-class, .schedule-block .sched-dur {
        float: left; } }
  @media only screen and (min-width:40.063em) {
    .schedule-block .sched-dur {
      float: right; } }
  .schedule-block .sched-title {
    color: #e36f1e;
    font-size: 48px;
    line-height: 48px;
    font-weight: 100;
    font-family: "Avenir Next W01", Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    clear: both; }
    @media only screen and (max-width: 40em) {
      .schedule-block .sched-title {
        font-size: 38px; } }
    .schedule-block .sched-title:after {
      -webkit-transition: .2s all ease;
              transition: .2s all ease;
      background-repeat: no-repeat;
      background-position: right center;
      background-image: url(../img/orange-right-arrow.png);
      padding-left: 33px;
      content: "";
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
  .schedule-block .sched-desc {
    font-size: 20px;
    color: #666666;
    font-style: italic;
    margin-bottom: 0;
    padding-bottom: 0; }
    @media only screen and (max-width: 40em) {
      .schedule-block .sched-desc {
        font-size: 17px;
        line-height: 20px; } }
    .schedule-block .sched-desc P {
      margin-top: 10px;
      margin-bottom: 0; }
  .schedule-block .recommended {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: -19px; }
    .schedule-block .recommended p {
      font-size: 14px;
      line-height: 14px;
      text-align: center;
      color: white;
      background-color: #e36f1e;
      display: inline;
      padding: 10px 25px 7px;
      text-transform: uppercase;
      margin: 0; }

.node-visit-form {
  padding-top: 35px;
  padding-bottom: 50px; }
  .node-visit-form fieldset {
    border: none;
    margin-bottom: 0; }
  .node-visit-form label {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 600; }
  .node-visit-form .form-item {
    margin-bottom: 25px; }
  .node-visit-form input {
    max-width: 360px;
    border: 1px solid #cccccc; }
  .node-visit-form select {
    max-width: 240px;
    border-color: #cccccc; }
  .node-visit-form select[multiple] {
    margin-top: 10px;
    padding: 10px;
    height: 153px; }
  .node-visit-form .fieldset-legend {
    font-size: 26px;
    color: #636363;
    margin-top: 5px;
    padding-top: 0; }
  .node-visit-form .form-radios {
    display: inline-block; }
    .node-visit-form .form-radios .form-item {
      display: inline-block;
      width: auto;
      padding-right: 15px;
      margin-bottom: 0px; }
      .node-visit-form .form-radios .form-item label {
        font-size: 14px;
        font-weight: normal;
        padding-left: 8px; }
      .node-visit-form .form-radios .form-item input {
        margin-bottom: 4px; }

.form-submit {
  border: none;
  font-size: 12px;
  padding: 10px 45px 10px 35px;
  background-color: #333333;
  color: white;
  text-transform: uppercase;
  background-image: url(../img/btn-arrow-white.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-transition: all .2s ease;
          transition: all .2s ease; }
  .form-submit:hover {
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    background-position: 96%; }
  .form-submit:after {
    content: none; }

/*
---------------
CALENDAR
---------------
*/
.view .date-nav-wrapper .date-heading {
  width: auto;
  display: inline-block; }

.view .date-nav-wrapper .date-prev {
  background: none;
  position: relative;
  right: auto;
  left: auto;
  display: inline-block;
  margin: 0;
  padding: 0; }
  .view .date-nav-wrapper .date-prev a {
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/slide-arrow-left.png);
    width: 40px;
    height: 40px;
    font-size: 0;
    display: block;
    padding-top: 10px;
    margin-right: 20px; }
    .view .date-nav-wrapper .date-prev a:hover {
      opacity: .7; }

.view .date-nav-wrapper .date-next {
  background: none;
  position: relative;
  right: auto;
  left: auto;
  display: inline-block;
  margin: 0;
  padding: 0; }
  .view .date-nav-wrapper .date-next a {
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/slide-arrow-right.png);
    width: 40px;
    height: 40px;
    font-size: 0;
    display: block;
    padding-top: 10px;
    margin-left: 20px; }
    .view .date-nav-wrapper .date-next a:hover {
      opacity: .7; }

.date-nav-wrapper a {
  -webkit-transition: .2s ease all;
          transition: .2s ease all; }
  .date-nav-wrapper a:hover {
    -webkit-transition: .2s ease all;
            transition: .2s ease all; }

.view .date-nav-wrapper .date-nav {
  margin: 0;
  padding: 40px 0 20px 0; }

.date-nav ul {
  margin: 0; }

.calendar-calendar th.days {
  background-color: #602d89;
  color: white;
  font-weight: 600; }
.calendar-calendar td .inner div.day a {
  color: #3a1b52; }
.calendar-calendar .month-view .full td.single-day div.monthview {
  background: none; }
.calendar-calendar td.empty {
  color: #6f6f6f; }
.calendar-calendar .month-view .full tr td.single-day.today {
  border-bottom: 2px solid #602d89; }
.calendar-calendar .month-view .full td.date-box.today {
  border-color: #602d89; }
.calendar-calendar .month-view .full tr td.today {
  border-left: 2px solid #602d89;
  border-right: 2px solid #602d89; }
.calendar-calendar td a {
  font-weight: 400; }

/*
--------------------------
UNDECIDED SECTION
--------------------------
*/
.block-bean-undecided-content {
  background-color: #cfdeea;
  padding: 50px 0;
  margin-top: 40px;
  text-align: center; }
  .block-bean-undecided-content h2, .block-bean-undecided-content p {
    max-width: 760px;
    margin: 0 auto; }
  .block-bean-undecided-content h2 {
    margin-top: 0;
    margin-bottom: 0px; }
  .block-bean-undecided-content p {
    font-size: 17px;
    line-height: 30px;
    padding: 0 0 20px; }

.field-name-field-il-image-and-link-fc {
  text-align: center; }
  .field-name-field-il-image-and-link-fc > div {
    width: 240px;
    padding: 0 20px;
    display: inline-block; }
  @media only screen and (max-width: 40em) {
    .field-name-field-il-image-and-link-fc img {
      display: none; } }
  .field-name-field-il-image-and-link-fc .field-name-field-il-link {
    background-color: #6193ba;
    text-align: left;
    min-height: 60px;
    display: table;
    width: 100%; }
    .field-name-field-il-image-and-link-fc .field-name-field-il-link a {
      padding: 0 40px 0 20px;
      color: white;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 18px;
      display: table-cell;
      vertical-align: middle;
      background-repeat: no-repeat;
      background-position: 91% center;
      background-image: url(../img/white-arrow-right-medium.png);
      -webkit-transition: all ease .2s;
              transition: all ease .2s; }
      .field-name-field-il-image-and-link-fc .field-name-field-il-link a:hover {
        -webkit-transition: all ease .2s;
                transition: all ease .2s;
        background-position: 93% center; }

.why-sect {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 60px; }
  .why-sect p {
    font-size: 17px;
    line-height: 30px; }

/*
--------------------------
PAGINATION
--------------------------
*/
.item-list .pagination {
  text-align: left; }
  .item-list .pagination li {
    background-color: #e0e0e0;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: table;
    float: left;
    -webkit-transition: all ease .2s;
            transition: all ease .2s;
    clear: none; }
    .item-list .pagination li:hover {
      -webkit-transition: all .2s ease;
              transition: all .2s ease;
      background-color: #b2b2b2; }
    .item-list .pagination li:first-child {
      margin-left: 0; }
    .item-list .pagination li a {
      font-size: 14px;
      color: #003399;
      height: 30px;
      width: 30px;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
  .item-list .pagination li.current {
    background-color: #b0c9dc; }
  .item-list .pagination .arrow a {
    font-size: 0px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: center; }
  .item-list .pagination .arrow:nth-last-of-type(2) a {
    background-image: url(../img/blue-right-arrow.png); }
  .item-list .pagination .arrow:nth-of-type(2) a {
    background-image: url(../img/blue-left-arrow.png);
    background-position: 11px; }
  .item-list .pagination li.last, .item-list .pagination li.first {
    width: auto;
    background: transparent; }
    .item-list .pagination li.last a, .item-list .pagination li.first a {
      font-size: 14px;
      width: auto;
      text-transform: uppercase;
      background-image: none; }
  .item-list .pagination .unavailable {
    display: none; }

.item-list .pager li {
  margin-left: 20px; }

/*
--------------------------
NEWS
--------------------------
*/
.block-views-news-updates-highlights {
  padding: 20px 0 40px 0;
  margin: 20px 0 0;
  border-bottom: 1px solid #cccccc; }

.block-views-events-block-1 {
  padding: 0 0 40px;
  margin: 0px 0 40px;
  border-bottom: 1px solid #cccccc; }

.view-news .view-footer {
  margin-top: 20px; }
  .view-news .view-footer a {
    display: inline-block; }

.node node-hc-news-item .views-field-title, .node node-hc-news-item .node-title, .view-news .views-field-title, .view-news .node-title {
  font-size: 18px;
  font-family: "bookmania", serif;
  font-weight: bold;
  line-height: 22px;
  margin-top: 25px;
  margin-bottom: 10px; }
  .node node-hc-news-item .views-field-title a, .node node-hc-news-item .node-title a, .view-news .views-field-title a, .view-news .node-title a {
    color: black; }
.node node-hc-news-item .updates-hightlights-title, .view-news .updates-hightlights-title {
  margin-top: 0px; }
.node node-hc-news-item .views-field-title:after, .view-news .views-field-title:after {
  content: '\00BB';
  padding-left: 10px; }
.node node-hc-news-item .pub-date, .view-news .pub-date {
  margin: 10px 0 0 0;
  font-size: 14px;
  font-style: italic;
  line-height: 30px; }

.news-block .node-hc-news-item {
  padding: 20px 0;
  clear: both; }
.news-block .field-type-image {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left;
  padding-right: 0px;
  margin-left: -1.25rem; }
  @media only screen and (min-width:40.063em) {
    .news-block .field-type-image {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 33.33333%;
      float: left; } }
.news-block .field-type-image ~ .node-title, .news-block .field-type-image ~ .field-name-field-news-pub-date, .news-block .field-type-image ~ .body {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left;
  margin-left: -1.25rem; }
  @media only screen and (min-width:40.063em) {
    .news-block .field-type-image ~ .node-title, .news-block .field-type-image ~ .field-name-field-news-pub-date, .news-block .field-type-image ~ .body {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 66.66667%;
      float: left; } }
.news-block .node-title {
  margin-top: 0.625rem;
  margin-bottom: 0px; }
  .news-block .node-title div {
    font-size: 18px;
    font-weight: 600;
    color: #003399;
    margin-top: 0px;
    font-family: "Avenir Next W01", Helvetica, sans-serif; }
.news-block .field-name-field-news-pub-date span {
  font-size: 14px; }

/*
---------------
CONTACT
---------------
*/
.bean-important-contacts .group-featured-locations {
  float: left; }
  .bean-important-contacts .group-featured-locations .field-type-geofield {
    max-width: 345px;
    width: 100%;
    float: left; }
    .bean-important-contacts .group-featured-locations .field-type-geofield .geofieldMap {
      width: 100% !important; }
  .bean-important-contacts .group-featured-locations .field-name-field-telephone-number, .bean-important-contacts .group-featured-locations .field-name-field-featured-location-email, .bean-important-contacts .group-featured-locations .field-name-field-feat-location-social-media, .bean-important-contacts .group-featured-locations .field-name-field-location-address {
    float: left;
    clear: right;
    width: 50%;
    padding: 0 20px;
    font-size: 18px; }
    @media only screen and (max-width: 40em) {
      .bean-important-contacts .group-featured-locations .field-name-field-telephone-number, .bean-important-contacts .group-featured-locations .field-name-field-featured-location-email, .bean-important-contacts .group-featured-locations .field-name-field-feat-location-social-media, .bean-important-contacts .group-featured-locations .field-name-field-location-address {
        width: 100%; } }
  .bean-important-contacts .group-featured-locations .field-name-field-featured-location-email {
    padding: 10px 20px; }
  .bean-important-contacts .group-featured-locations .field-name-field-location-address {
    font-weight: 600; }
    @media only screen and (max-width: 40em) {
      .bean-important-contacts .group-featured-locations .field-name-field-location-address {
        margin-top: 40px; } }
  .bean-important-contacts .group-featured-locations .field-name-field-other-locations .feat-block-4060 {
    padding: 40px 0 20px;
    margin: 0;
    border: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left; }
    .bean-important-contacts .group-featured-locations .field-name-field-other-locations .feat-block-4060:first-child {
      clear: left;
      padding-right: 10px; }
    .bean-important-contacts .group-featured-locations .field-name-field-other-locations .feat-block-4060:last-child {
      padding-left: 10px; }
    @media only screen and (min-width:40.063em) {
      .bean-important-contacts .group-featured-locations .field-name-field-other-locations .feat-block-4060 {
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        float: left; } }
    .bean-important-contacts .group-featured-locations .field-name-field-other-locations .feat-block-4060 h6 {
      margin-bottom: 5px; }
.bean-important-contacts .group-important-contacts {
  clear: both; }
  .bean-important-contacts .group-important-contacts .field-collection-view {
    padding-bottom: 40px;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    /*
        @media only screen and (min-width:40.063em) {
          @include grid-column(
            $columns: 6,
            $collapse: true
            
          );
          &:nth-child(odd) {
            clear: left;
          }
        }
*/ }
    .bean-important-contacts .group-important-contacts .field-collection-view .field-label {
      width: auto; }
    @media only screen and (min-width:40.063em) {
      .bean-important-contacts .group-important-contacts .field-collection-view {
        padding-left: 0;
        padding-right: 0;
        width: 33.33333%;
        float: left; }
        .bean-important-contacts .group-important-contacts .field-collection-view:nth-child(odd) {
          clear: none; } }
    .bean-important-contacts .group-important-contacts .field-collection-view .field-name-field-contact-title {
      font-size: 22px;
      font-weight: 600;
      color: #6d6d6d;
      padding-bottom: 10px; }
    .bean-important-contacts .group-important-contacts .field-collection-view .field-name-field-contact-email {
      padding-bottom: 10px; }
      .bean-important-contacts .group-important-contacts .field-collection-view .field-name-field-contact-email a {
        display: block; }
    .bean-important-contacts .group-important-contacts .field-collection-view .field-name-field-contact-telephone {
      padding-top: 20px; }
.bean-important-contacts .text-content {
  padding-bottom: 40px; }

.node-webform label {
  width: 200px;
  display: inline-block;
  float: left;
  font-weight: normal; }
.node-webform .form-text, .node-webform select {
  max-width: 200px;
  width: 100%;
  display: inline-block; }
.node-webform .form-textarea-wrapper {
  display: inline-block;
  width: calc(100% - 200px);
  display: inline-block; }
  @media only screen and (max-width: 40em) {
    .node-webform .form-textarea-wrapper {
      width: 100%; } }
@media only screen and (min-width:40.063em) {
  .node-webform .form-submit {
    margin-left: 200px; } }

/*
---------------
MAJOR
---------------
*/
.node-type-hc-program .body {
  padding-bottom: 10px; }

.node-type-hc-program .field-type-taxonomy-term-reference ul, .page-node-76421 .field-type-taxonomy-term-reference ul {
  margin: 0px;
  padding: 0px; }
  .node-type-hc-program .field-type-taxonomy-term-reference ul li, .page-node-76421 .field-type-taxonomy-term-reference ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 30px;
    font-weight: 200;
    margin-top: -20px;
    margin-bottom: 10px; }
.node-type-hc-program .field-name-field-program-wte-flex-boxes, .page-node-76421 .field-name-field-program-wte-flex-boxes {
  margin-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  float: left; }
.node-type-hc-program .feat-block, .page-node-76421 .feat-block {
  margin-bottom: 0px; }
  .node-type-hc-program .feat-block h5:after, .page-node-76421 .feat-block h5:after {
    content: none; }
.node-type-hc-program .about-block, .page-node-76421 .about-block {
  padding-left: 0;
  padding-right: 0;
  float: left;
  padding-right: 20px;
  padding-bottom: 10px; }
.node-type-hc-program .image-left, .node-type-hc-program .image-right, .page-node-76421 .image-left, .page-node-76421 .image-right {
  border-top: 1px solid #cccccc; }
  .node-type-hc-program .image-left p, .node-type-hc-program .image-right p, .page-node-76421 .image-left p, .page-node-76421 .image-right p {
    padding-top: 20px;
    font-size: 20px;
    font-style: italic;
    color: #666666; }
.node-type-hc-program .row .col-50-50:last-child, .page-node-76421 .row .col-50-50:last-child {
  padding: 0 20px;
  min-height: 281px;
  border: 1px solid #cccccc; }
.node-type-hc-program .col-50-50, .page-node-76421 .col-50-50 {
  padding-left: 0;
  padding-right: 0;
  float: left; }
.node-type-hc-program .field-name-field-credit-name, .node-type-hc-program .field-item even, .page-node-76421 .field-name-field-credit-name, .page-node-76421 .field-item even {
  float: left;
  padding-right: 5px; }

.field-name-field-outcomes-title {
  font-size: 36px;
  margin-bottom: 15px;
  font-family: "bookmania", serif; }

.field-name-field-program-outcome {
  float: left;
  clear: both;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc; }
  @media only screen {
    .field-name-field-program-outcome .custom-entity-hc-statistic {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      float: left; } }
  @media only screen and (min-width:64.063em) {
    .field-name-field-program-outcome .custom-entity-hc-statistic {
      padding-left: 0;
      padding-right: 0;
      width: 33.33333%;
      float: left;
      padding-right: 10px;
      min-height: 200px; }
      .field-name-field-program-outcome .custom-entity-hc-statistic:nth-child(2) {
        padding-left: 20px;
        border-left: 1px solid #cccccc; }
      .field-name-field-program-outcome .custom-entity-hc-statistic:nth-child(3) {
        padding-left: 20px;
        border-left: 1px solid #cccccc; } }
  .field-name-field-program-outcome .custom-entity-hc-statistic .field-name-field-statistic-value {
    font-size: 60px; }

/*
---------------
ALUMNI STORIES
---------------
*/
.field-name-field-program-alumni-stories {
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc; }
  .field-name-field-program-alumni-stories .field-label {
    font-size: 36px;
    font-family: "Plantin W01", serif;
    padding: 0px 0 15px 0; }

.node-hc-alumni-story.about-block a:after {
  content: none; }

.node-hc-alumni-story {
  width: 100%; }
  @media only screen and (min-width:40.063em) {
    .node-hc-alumni-story {
      padding-left: 0;
      padding-right: 0;
      width: 33.33333%;
      float: left;
      padding-right: 20px; } }
  .node-hc-alumni-story .field-name-field-alumni-story-first-name, .node-hc-alumni-story .field-name-field-alumni-story-last-name {
    float: left;
    padding-right: 5px;
    padding-top: 15px; }
  .node-hc-alumni-story a {
    display: block;
    clear: both;
    color: #003399;
    font-weight: 600;
    padding: 5px 0; }
  .node-hc-alumni-story .field-name-field-alumni-story-program {
    color: #666666; }
  .node-hc-alumni-story .field-name-field-alumni-story-class {
    font-style: italic;
    font-size: 14px; }

.page-academics-outcomes-alumni-stories .views-widget-sort-by, .page-academics-outcomes-alumni-stories .form-item-mefibs-form-sort-by-last-name-sort-order label {
  display: none; }

@media only screen and (min-width:40.063em) {
  #edit-mefibs-form-sort-by-last-name-sort-order {
    margin-top: 40px; } }

.page-academics-outcomes-alumni-stories .block-mefibs {
  background-color: #d3e5f5;
  min-height: 120px;
  padding-top: 20px; }
  .page-academics-outcomes-alumni-stories .block-mefibs .views-exposed-widgets {
    margin: 0; }
  .page-academics-outcomes-alumni-stories .block-mefibs:first-of-type {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width:40.063em) {
      .page-academics-outcomes-alumni-stories .block-mefibs:first-of-type {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        width: 33.33333%;
        float: left; } }
    .page-academics-outcomes-alumni-stories .block-mefibs:first-of-type label {
      width: 115%; }
  .page-academics-outcomes-alumni-stories .block-mefibs:nth-of-type(2) {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media only screen and (min-width:40.063em) {
      .page-academics-outcomes-alumni-stories .block-mefibs:nth-of-type(2) {
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        float: left; } }
    .page-academics-outcomes-alumni-stories .block-mefibs:nth-of-type(2) label {
      width: 227%; }
    .page-academics-outcomes-alumni-stories .block-mefibs:nth-of-type(2) .views-widget-filter-title {
      width: calc(100% - 125.2px); }
  .page-academics-outcomes-alumni-stories .block-mefibs:last-of-type {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width:40.063em) {
      .page-academics-outcomes-alumni-stories .block-mefibs:last-of-type {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        width: 16.66667%;
        float: left; } }
  .page-academics-outcomes-alumni-stories .block-mefibs label {
    font-weight: normal;
    padding-bottom: 20px; }
  .page-academics-outcomes-alumni-stories .block-mefibs .views-widget-filter-field_alumni_story_class_tid_entityreference_filter {
    width: 100%; }
  .page-academics-outcomes-alumni-stories .block-mefibs select {
    border: 1px solid #cccccc;
    border-radius: 3px;
    width: 100%;
    height: 35px;
    background: white; }
  .page-academics-outcomes-alumni-stories .block-mefibs .views-submit-button {
    padding-top: 43px; }
    .page-academics-outcomes-alumni-stories .block-mefibs .views-submit-button .form-submit {
      padding: 9.35px 45px 9.25px 35px; }

.view-alumni-stories-listing {
  padding-top: 40px;
  float: left;
  width: 100%; }
  .view-alumni-stories-listing table tr td {
    padding: 0;
    border: none; }
    @media only screen and (max-width: 40em) {
      .view-alumni-stories-listing table tr td {
        display: table-row; } }
  .view-alumni-stories-listing table tr:nth-child(even) {
    background: none; }
  .view-alumni-stories-listing .views-field-field-alumni-story-photo {
    padding-bottom: 10px; }
  .view-alumni-stories-listing span {
    font-size: 16px; }
  .view-alumni-stories-listing a {
    font-weight: 600;
    display: block;
    font-size: 18px; }
  .view-alumni-stories-listing i {
    font-weight: 14px;
    color: #666666; }

.node-type-hc-alumni-story .main > .node-hc-alumni-story {
  width: 100%;
  padding-right: 0; }
  .node-type-hc-alumni-story .main > .node-hc-alumni-story > .field-name-field-alumni-story-first-name {
    float: left;
    font-size: 25px;
    padding-right: 5px; }
    @media only screen and (min-width:64.063em) {
      .node-type-hc-alumni-story .main > .node-hc-alumni-story > .field-name-field-alumni-story-first-name {
        font-size: 30px; } }
  .node-type-hc-alumni-story .main > .node-hc-alumni-story > .field-name-field-alumni-story-last-name {
    font-weight: 200;
    font-size: 25px; }
    @media only screen and (min-width:64.063em) {
      .node-type-hc-alumni-story .main > .node-hc-alumni-story > .field-name-field-alumni-story-last-name {
        font-size: 30px; } }
  .node-type-hc-alumni-story .main > .node-hc-alumni-story > .field-name-field-alumni-story-class {
    font-size: 18px;
    font-style: italic;
    clear: both;
    color: #999999; }
    @media only screen and (min-width:64.063em) {
      .node-type-hc-alumni-story .main > .node-hc-alumni-story > .field-name-field-alumni-story-class {
        font-size: 22px; } }
  .node-type-hc-alumni-story .main > .node-hc-alumni-story > .field-name-field-alumni-story-quote {
    font-weight: 200;
    font-size: 18px;
    padding-top: 10px; }
    @media only screen and (min-width:64.063em) {
      .node-type-hc-alumni-story .main > .node-hc-alumni-story > .field-name-field-alumni-story-quote {
        font-size: 22px; } }
  .node-type-hc-alumni-story .main > .node-hc-alumni-story > a {
    display: none; }
  .node-type-hc-alumni-story .main > .node-hc-alumni-story h2 {
    margin-bottom: 10px;
    float: left;
    width: 100%; }
  .node-type-hc-alumni-story .main > .node-hc-alumni-story .node-hc-alumni-story {
    margin-top: 25px;
    float: left; }
    .node-type-hc-alumni-story .main > .node-hc-alumni-story .node-hc-alumni-story h2 {
      display: none; }

/*
---------------
VISITORS
---------------
*/
.pane-bean-visitors-featured-location .bean-featured-location {
  float: left;
  padding: 30px;
  border: 1px solid #cccccc; }
  .pane-bean-visitors-featured-location .bean-featured-location .field-type-geofield {
    max-width: 345px;
    width: 100%;
    float: left; }
    .pane-bean-visitors-featured-location .bean-featured-location .field-type-geofield .geofieldMap {
      width: 100% !important; }
  .pane-bean-visitors-featured-location .bean-featured-location .group-featured-location {
    float: left;
    padding-left: 20px; }
    .pane-bean-visitors-featured-location .bean-featured-location .group-featured-location .street-block, .pane-bean-visitors-featured-location .bean-featured-location .group-featured-location .locality-block {
      padding-bottom: 5px; }
  .pane-bean-visitors-featured-location .bean-featured-location .field-name-field-other-locations .feat-block-4060 {
    padding: 40px 0 20px;
    margin: 0;
    border: none;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left; }
    .pane-bean-visitors-featured-location .bean-featured-location .field-name-field-other-locations .feat-block-4060:first-child {
      clear: left;
      padding-right: 10px; }
    .pane-bean-visitors-featured-location .bean-featured-location .field-name-field-other-locations .feat-block-4060:last-child {
      padding-left: 10px; }
    @media only screen and (min-width:40.063em) {
      .pane-bean-visitors-featured-location .bean-featured-location .field-name-field-other-locations .feat-block-4060 {
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        float: left; } }
    .pane-bean-visitors-featured-location .bean-featured-location .field-name-field-other-locations .feat-block-4060 h6 {
      margin-bottom: 5px; }

.visitors-events-listing .view-events > .view-content > .views-row {
  width: 100%; }

@media only screen and (min-width:40.063em) {
  .visitors-events-slider {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 66.66667%;
    float: left;
    padding: 0 40px; }
    .visitors-events-slider h2 {
      margin-left: -40px; } }
.visitors-events-slider .slick-slide {
  padding: 0 40px; }
.visitors-events-slider a {
  font-weight: 600;
  padding: 5px 0;
  display: block; }

.visitors-events-listing {
  clear: both; }
  @media only screen and (min-width:40.063em) {
    .visitors-events-listing {
      width: 66.66%;
      padding-top: 40px; } }
  .visitors-events-listing .views-field .field-content {
    padding: 0; }
  .visitors-events-listing .btn-black a {
    margin: 40px 0;
    display: inline-block; }

/*
---------------
ALUMNI
---------------
*/
.view-hero-slider .slick-slide {
  padding: 0; }
.view-hero-slider .slick-dots {
  max-width: 1220px;
  margin: 0 auto;
  margin-top: -44px;
  padding: 0 20px; }

.panels-flexible-region-alumni_layout-second .embedded-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.25%;
  position: relative; }
  .panels-flexible-region-alumni_layout-second .embedded-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.alumni-page .panel-pane-events {
  padding: 40px 0; }
  @media only screen and (max-width: 40em) {
    .alumni-page .panel-pane-events {
      padding-bottom: 0;
      padding-top: 0; } }
.alumni-page .pane-row-first {
  padding: 40px 0 0 0 !important; }
.alumni-second-row {
  margin: auto !important; }
.alumni-bottom {
  width: 100%; }
.alumni .social-media .panels-flexible-region-6-homepage_events___media, .alumni .social-media .panels-flexible-region-6-media_one, .alumni .social-media .panels-flexible-region-last {
  max-width: 520px; }
  @media only screen and (min-width:40.063em) {
    .alumni .social-media .panels-flexible-region-6-homepage_events___media, .alumni .social-media .panels-flexible-region-6-media_one, .alumni .social-media .panels-flexible-region-last {
      width: 33%; } }
  .alumni .social-media .panels-flexible-region-6-homepage_events___media h2, .alumni .social-media .panels-flexible-region-6-media_one h2, .alumni .social-media .panels-flexible-region-last h2 {
    font-size: 26px;
    margin-bottom: 10px;
    font-family: "Avenir Next W01", Helvetica, sans-serif;
    margin-top: 30px; }

.linkbox-single a {
  font-weight: 600; }
  .linkbox-single a:after {
    content: none; }

@media only screen and (max-width: 40em) {
  .section-alumni .linkbox-single {
    padding: 0 20px 20px 10px; } }
.section-alumni .linkbox .linkbox-title a {
  font-weight: 600; }
.section-alumni .alumni-second-row {
  max-width: 1240px; }
  @media only screen and (min-width:40.063em) {
    .section-alumni .alumni-second-row {
      padding: 0 20px; } }
.section-alumni .alumni-blue-linkboxes {
  max-width: 1240px; }
  @media only screen and (min-width:64.063em) {
    .section-alumni .alumni-blue-linkboxes {
      padding: 0 20px; } }
@media only screen and (min-width:64.063em) {
  .section-alumni .alumni-blue-linkboxes > .pane-content {
    margin-left: -15px;
    width: calc(101% + 60px); } }
.section-alumni .blue {
  float: none;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (min-width:64.063em) {
    .section-alumni .blue {
      width: 24%; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .section-alumni .blue {
      width: 49%;
      margin-bottom: 40px; } }
  .section-alumni .blue a:after {
    content: none; }
@media only screen and (max-width: 40em) {
  .section-alumni .linkbox {
    margin-bottom: 40px; } }
.section-alumni .linkbox-single .linkbox-title a {
  font-size: 24px;
  padding-right: 10px;
  padding-left: 35px;
  background-image: url(../img/alumni-login-icon-v2.png);
  background-repeat: no-repeat;
  background-position: left center; }
@media only screen and (max-width: 40em) {
  .section-alumni .events-panel {
    padding: 0 20px 0 15px; } }
@media only screen and (max-width: 40em) {
  .section-alumni .events-panel, .section-alumni .panels-flexible-region-261-second, .section-alumni .node-feature-box .panels-flexible-region, .section-alumni .social-media > div > div, .section-alumni .alumni-second-row > div > div {
    width: 100%; } }
@media only screen and (max-width: 40em) {
  .section-alumni .panels-flexible-region-261-first {
    padding: 0 25px 0 30px; } }
@media only screen and (max-width: 40em) {
  .section-alumni .panels-flexible-region-261-third_ {
    padding: 0 30px 0 20px; }
    .section-alumni .panels-flexible-region-261-third_ .linkbox-single {
      padding: 0 0 40px 0; } }
@media only screen and (max-width: 40em) {
  .section-alumni .panels-flexible-region-261-media_one_, .section-alumni .panels-flexible-region-261-media_two {
    padding-bottom: 40px; } }

.section-alumni .about-block {
  padding: 0 20px; }

@media only screen and (max-width: 40em) {
  .section-alumni .super-footer ul.menu li a {
    width: 70px; } }

/*
---------------
BIO
---------------
*/
.field-name-field-bio-image {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width:40.063em) {
    .field-name-field-bio-image {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 33.33333%;
      float: left; } }
  @media only screen and (min-width:40.063em) {
    .field-name-field-bio-image {
      margin-left: -1.25rem; } }

.group-bio-info {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width:40.063em) {
    .group-bio-info {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 66.66667%;
      float: left; } }

.node-hc-biography > .bio-columns {
  float: left;
  clear: right;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width:40.063em) {
    .node-hc-biography > .bio-columns {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 50%;
      float: left; } }
  @media only screen and (min-width:40.063em) {
    .node-hc-biography > .bio-columns {
      margin-left: -1.25rem; } }

.node-hc-biography .field-label {
  float: left;
  padding-bottom: 5px;
  min-width: 100px; }

.field-name-field-bio-role {
  font-size: 22px;
  color: #666666;
  font-style: italic;
  padding-bottom: 15px; }

.field-name-og-group-ref-biography {
  clear: both;
  padding-bottom: 20px; }
  .field-name-og-group-ref-biography .field-item {
    width: auto;
    display: inline-block; }
  .field-name-og-group-ref-biography a {
    color: white;
    padding: 5px 10px;
    background-color: #aeb2b5;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 15px; }

.field-name-field-bio-email {
  padding-top: 13px; }

.field-name-field-bio-academic-interests .field-label {
  padding-right: 0px; }
  @media (max-width: 400px) {
    .field-name-field-bio-academic-interests .field-label {
      float: none; } }

.field-name-field-bio-education {
  padding-left: 100px; }
  @media (max-width: 400px) {
    .field-name-field-bio-education {
      padding-left: 0; } }

.field-name-field-bio-office-address {
  padding-bottom: 14px;
  clear: both; }
  .field-name-field-bio-office-address p {
    margin: 0; }

.group-bio-media-link {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #cccccc;
  margin: 10px 0; }
  .group-bio-media-link:after {
    clear: both; }

.field-name-field-bio-personal-site a, .field-name-field-bio-cv a, .field-name-field-bio-facebook a, .field-name-field-bio-twitter a, .field-name-field-bio-youtube a, .field-name-field-bio-instagram a, .field-name-field-bio-linkedin a {
  background-repeat: no-repeat;
  background-position: left center; }

.field-name-field-bio-personal-site, .field-name-field-bio-cv, .field-name-field-bio-facebook, .field-name-field-bio-twitter, .field-name-field-bio-youtube, .field-name-field-bio-instagram, .field-name-field-bio-linkedin {
  width: auto;
  display: inline-block; }

.field-name-field-bio-facebook, .field-name-field-bio-twitter, .field-name-field-bio-youtube, .field-name-field-bio-instagram, .field-name-field-bio-linkedin {
  float: left; }
  .field-name-field-bio-facebook a, .field-name-field-bio-twitter a, .field-name-field-bio-youtube a, .field-name-field-bio-instagram a, .field-name-field-bio-linkedin a {
    font-size: 0px;
    padding: 15px;
    margin-right: 20px; }

.group-bio-media-link .field-item {
  padding: 10px 0;
  min-height: 50px; }
.group-bio-media-link a {
  display: block; }

.field-name-field-bio-personal-site {
  float: right; }
  .field-name-field-bio-personal-site .field-item {
    display: inline-block; }
    .field-name-field-bio-personal-site .field-item:first-child {
      padding-right: 20px; }
  .field-name-field-bio-personal-site a {
    background-image: url(../img/website.jpg);
    padding-left: 40px; }

.field-name-field-bio-cv {
  float: right;
  padding-right: 50px; }
  .field-name-field-bio-cv .field-label {
    display: none; }
  .field-name-field-bio-cv a {
    background-image: url(../img/download-cv.jpg);
    padding-left: 40px; }
  .field-name-field-bio-cv img {
    display: none; }

.field-name-field-bio-facebook a {
  background-image: url(../img/bio-facebook.jpg); }

.field-name-field-bio-twitter a {
  background-image: url(../img/bio-twitter.jpg); }

.field-name-field-bio-youtube a {
  background-image: url(../img/bio-youtube.jpg); }

.field-name-field-bio-instagram a {
  background-image: url(../img/bio-instagram.jpg); }

.field-name-field-bio-linkedin a {
  background-image: url(../img/bio-linkedin.jpg); }

.field-name-field-bio-teaching-methods {
  clear: both; }

.field-name-field-bio-optional-video {
  width: 100%;
  float: left;
  padding: 40px 0;
  border-bottom: 1px solid #cccccc; }
  .field-name-field-bio-optional-video .field-item {
    width: auto;
    display: inline-block;
    padding-right: 15px;
    padding-bottom: 15px; }
    .field-name-field-bio-optional-video .field-item:last-child {
      padding-right: 0px; }
    @media only screen and (max-width: 40em) {
      .field-name-field-bio-optional-video .field-item {
        padding-right: 0; } }
  .field-name-field-bio-optional-video iframe {
    display: inline-block; }
    @media only screen and (max-width: 40em) {
      .field-name-field-bio-optional-video iframe {
        width: 100%;
        height: auto; } }

.field-name-field-awards-affiliations-public {
  float: left;
  padding-bottom: 50px; }
  .field-name-field-awards-affiliations-public h6 {
    margin: 40px 0 0 0; }

/*
---------------
ADMISSION & AID
---------------
*/
.pane-bean-learn-more h2 {
  color: white;
  margin-top: 0px;
  font-weight: normal; }

.section-admissions-aid .fielded-pane-apply {
  width: 100%;
  float: left; }

@media only screen and (min-width:64.063em) {
  .section-admissions-aid #pane-apply > .pane-content > .row:first-child .field-name-field-fp-feature-box {
    margin-right: -3.75rem; } }
.section-admissions-aid .main-col {
  padding: 0 20px; }
  @media screen and (min-width: 1220px) {
    .section-admissions-aid .main-col {
      padding: 0; } }

#pane-apply {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0; }

/*
---------------
TUITION & FEES
---------------
*/
.page-node-76421 main {
  max-width: 760px; }
.page-node-76421 h2 {
  float: left;
  padding: 20px 0;
  margin: 0;
  width: 100%; }
.page-node-76421 .row .col-50-50:last-child {
  min-height: 0px; }

.tuition-fees {
  border-top: none; }
  .tuition-fees table tr:nth-child(odd) {
    background-color: #e8e8e8; }
  .tuition-fees table tr:nth-child(even) {
    background: none; }
  .tuition-fees table tr:last-child td {
    background-color: #602d89;
    color: white;
    font-weight: 600; }
  .tuition-fees table tr td {
    width: auto; }
    .tuition-fees table tr td :last-child {
      max-width: 300px; }
  .tuition-fees select {
    box-shadow: none;
    padding: 8px 15px;
    border-radius: 0;
    -webkit-appearance: initial;
    -moz-appearance: initial;
    -ms-appearance: initial;
    background-image: url(../img/in-this-section-arrow.jpg);
    background-repeat: no-repeat;
    background-position: 99% center;
    margin-left: -10px;
    max-width: 300px; }

.read-more-financial {
  margin-bottom: 20px;
  display: inline-block; }
  .read-more-financial:after {
    content: '\00BB';
    padding-left: 4px; }

.calculate-need {
  margin-top: 20px;
  border-radius: 10px;
  padding: 27px 60px 27px 60px;
  background-color: #333333;
  color: white;
  background-image: url(../img/linkbox-arrow.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 92% center;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: 100;
  -webkit-transition: all .2s ease;
          transition: all .2s ease; }
  @media only screen and (max-width: 40em) {
    .calculate-need {
      font-size: 20px; } }
  .calculate-need:before {
    width: 18px;
    height: 23px;
    content: url(../img/calculator.png);
    margin-top: 10px;
    position: absolute;
    margin-left: -35px;
    margin-top: 3px; }
  .calculate-need:hover {
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    background-position: 94%; }

.section-admissions-aid .node-76431 {
  border-top: none; }
  .section-admissions-aid .node-76431 .field-type-link-field a {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 45px 10px 35px;
    background-color: #333333;
    color: white;
    text-transform: uppercase;
    background-image: url(../img/btn-arrow-white.png);
    background-repeat: no-repeat;
    background-position: 93% center;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    display: inline-block;
    margin: 30px 0 15px 0; }
    .section-admissions-aid .node-76431 .field-type-link-field a:hover {
      -webkit-transition: all .2s ease;
              transition: all .2s ease;
      background-position: 95%; }

@media only screen and (min-width:40.063em) {
  .pane-node-field-related-links {
    width: 50%;
    float: left; } }
.pane-node-field-related-links .pane-title {
  font-weight: 600;
  margin-bottom: 10px; }

@media only screen and (min-width:40.063em) {
  .pane-node-field-contact {
    width: 50%;
    float: left; } }
.pane-node-field-contact .field-name-field-contact-title {
  font-weight: 600;
  margin-bottom: 10px; }
.pane-node-field-contact .field-name-field-contact-organization {
  font-weight: 600; }
.pane-node-field-contact .field-name-field-contact-email, .pane-node-field-contact .addressfield-container-inline {
  margin-bottom: 10px; }
.pane-node-field-contact .field-label {
  font-weight: normal; }

/*
---------------
FACULTY LIST
---------------
*/
.view-faculty-and-staff-listing .view-faculty-and-staff-listing {
  background-color: #d3e5f5;
  max-width: 390px;
  padding-left: 45px; }

/*
---------------
APPLY
---------------
*/
.not-front .social-media {
  background: none; }
  .not-front .social-media > div {
    padding-top: 0px; }
  .not-front .social-media .pane-hc-media-holycross-twitter .network_name, .not-front .social-media .pane-hc-media-holycross-instagram .network_name {
    margin-top: 0px;
    padding-top: 0; }
  @media only screen and (max-width: 40em) {
    .not-front .social-media .panels-flexible-region-231-bottom, .not-front .social-media .panels-flexible-region-231-right {
      width: 100%; } }

/*
--------------------
RELATED NEWS ITEM
--------------------
*/
.related-news {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  clear: both; }

.block-views-news-group-onsite-news .view-news > div > div:first-child {
  margin-top: 60px; }

.related-news__img {
  max-width: 162px;
  width: 100%;
  float: left; }

@media only screen and (min-width:40.063em) {
  .related-news__img ~ .related-news__content {
    width: calc(100% - 162px);
    float: right;
    padding-left: 40px; } }

.related-news__content h2 {
  font-size: 22px;
  text-align: left;
  margin-top: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }

  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }

  100% {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97); }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97); }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9); }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9); }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

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

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

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

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3); }

  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3); }

  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3); }

  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3); }

  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 1cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; }
  a[href]:after {
    display: none; } }

/*
--------------------------
MAIN STYLING
--------------------------
*/
hr {
  border: none;
  height: 1px;
  background: #cccccc; }

.field-name-field-fb-link a:hover, .field-name-field-image-top-link a:hover, .body a:hover, table a:hover, .why-sect a:hover, footer a:hover, .small-event-title a:hover, .pane-news a:hover, .sidebar .block-boxes a:hover, .notice-box a:hover, .custom-entity-featured-blog a:hover {
  text-decoration: underline; }

.item-list li {
  clear: both; }

.feat-block iframe {
  width: 100%;
  height: auto; }

.player {
  padding: 20px 0; }

.panel-separator {
  display: none; }

.panels-flexible-6 .panels-flexible-row {
  padding: 0; }

.panels-flexible-region-6-homepage_middle, .panels-flexible-region-6-homepage_bottom, .panels-flexible-region-6-center {
  width: 100%; }

.temp-spacer {
  padding-top: 500px;
  height: 2500px; }

.spacer {
  padding-top: 80px; }
  @media only screen and (min-width:64.063em) {
    .spacer {
      padding-top: 300px; } }

.site-content {
  width: 100%;
  background-color: white; }

.display-img {
  width: 1160px; }

.no-hero {
  padding-top: 60px; }
  @media only screen and (min-width:64.063em) {
    .no-hero {
      padding-top: 0; } }

.breadcrumbs {
  padding-top: 30px; }

main {
  padding-bottom: 40px; }
  @media only screen and (min-width:64.063em) {
    main {
      padding-top: 0; } }

@media only screen and (min-width:64.063em) {
  .row {
    padding-left: 0px;
    padding-right: 0px; } }
.row .row {
  padding: 0;
  margin: 0; }

a, span {
  text-decoration: none;
  -webkit-transition: 0.3s;
          transition: 0.3s; }

a:hover, span:hover {
  -webkit-transition: 0.3s;
          transition: 0.3s; }

/*
@font-face  {
    font-family: 'Mono Social Icons Font';
    src: url('../social-font/MonoSocialIconsFont-1.10.eot');
    src: url('../social-font/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('../social-font/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('../social-font/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('../social-font/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('../social-font/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/
.obj-right {
  float: right !important;
  padding: 20px 0 20px 20px; }

.obj-left {
  float: left !important;
  padding: 20px 20px 20px 0; }

.captioned-image figcaption {
  color: #666666;
  padding-top: 5px; }

/*
***********************************************************************************	
************************************************ WRAPPERS *************************
***********************************************************************************	
*/
header {
  position: relative;
  width: 100%;
  z-index: 200;
  border-top: 5px solid #602d89; }
  @media only screen and (min-width:64.063em) {
    header {
      background-color: white; } }

@media only screen {
  .static-header {
    display: none; } }
@media only screen and (min-width:64.063em) {
  .static-header {
    display: block; } }

.dynamic-header {
  position: fixed;
  -webkit-transition: top 0.2s ease-in-out;
          transition: top 0.2s ease-in-out; }
  @media only screen and (min-width:64.063em) {
    .dynamic-header {
      top: -260px; } }

.dynamic-header--active {
  top: 0;
  visibility: visible; }

@media only screen and (min-width:64.063em) {
  .static-header .super-header {
    padding: 5px 0; } }

.super-header {
  background-color: #cccccc;
  display: inline-block;
  width: 100%; }

.right-nav, .left-nav {
  margin-top: 5px;
  display: inline-block;
  width: auto; }
  .right-nav ul, .right-nav li, .left-nav ul, .left-nav li {
    list-style-type: none; }
    @media only screen and (min-width:64.063em) {
      .right-nav ul, .right-nav li, .left-nav ul, .left-nav li {
        display: inline-block; } }
  .right-nav ul, .left-nav ul {
    margin: 0px;
    padding: 5px 0;
    line-height: 14px; }
  .right-nav a, .left-nav a {
    padding: 0px 9px;
    color: #333333; }
    @media only screen and (min-width:64.063em) {
      .right-nav a, .left-nav a {
        font-size: 13px; } }
  @media only screen and (min-width:64.063em) {
    .right-nav ul li:first-child a, .left-nav ul li:first-child a {
      padding-left: 0px; }
    .right-nav ul li:last-child a, .left-nav ul li:last-child a {
      padding-right: 0px; } }

@media only screen {
  .left-nav {
    width: 189px;
    border-right: 1px solid white;
    display: block;
    float: left; }
  .right-nav {
    width: 109px;
    display: block;
    float: left;
    height: 125px;
    overflow: hidden; }
  .left-nav a, .right-nav a {
    padding-bottom: 15px; } }

@media only screen and (min-width:64.063em) {
  .left-nav {
    float: left;
    width: auto;
    border-right: none; }
  .right-nav {
    float: right;
    width: auto;
    height: auto; } }

.logo-area-sticky .search-toggle {
  right: 0px;
  width: 28px;
  top: 8px;
  height: 26px;
  background-size: 60%; }
.logo-area-sticky #search-block-form {
  right: 0;
  top: 48px; }

.logo-area .right-nav {
  margin-right: 50px; }
  .logo-area .right-nav form {
    display: none; }
.logo-area form {
  position: absolute;
  /*
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      #search-block-form {
        right: 0px;
      }
    }
*/ }
  @media only screen and (min-width:64.063em) {
    .logo-area form {
      display: none; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .logo-area form {
      right: 25px;
      top: 15px; } }
  @media only screen and (max-width: 40em) {
    .logo-area form {
      display: none;
      width: 100%;
      left: 0;
      border: 2px solid #602d89;
      height: 44px;
      margin-top: 10px; } }
@media only screen and (max-width: 40em) {
  .logo-area #search-block-form {
    width: 100%; }
    .logo-area #search-block-form .small-8 {
      width: calc(100% - 40px); }
    .logo-area #search-block-form input {
      width: 100%;
      border-radius: 0px;
      height: 40px;
      background-color: #e4e4e4;
      border: none; }
    .logo-area #search-block-form button.radius, .logo-area #search-block-form #search-block-form .button.radius, .logo-area #search-block-form #search-block-form button.secondary, .logo-area #search-block-form #search-block-form .button.secondary {
      border-radius: 0;
      height: 40px;
      width: 40px;
      background-color: #e4e4e4;
      background-size: 21px;
      background-image: url(../img/search-glass.png); } }

.right-nav form {
  width: 199px;
  display: inline-block;
  float: right;
  margin-left: 20px; }

#google-cse-results .gsc-selected-option-container {
  min-width: 85px;
  padding: 4px 28px 0 6px; }
#google-cse-results .gsc-tabsArea {
  height: 45px; }
  #google-cse-results .gsc-tabsArea .gsc-tabHeader {
    height: 44px;
    padding-top: 5px; }
#google-cse-results .gsc-table-result {
  padding: 0px 8px 0px 8px; }
  #google-cse-results .gsc-table-result tr td {
    border: none;
    font-size: 13px;
    text-align: left;
    padding: 0; }
  #google-cse-results .gsc-table-result .gsc-table-cell-thumbnail {
    padding: 0 0 0 8px; }
  #google-cse-results .gsc-table-result .gsc-table-cell-snippet-close {
    padding: 0 8px; }
#google-cse-results div {
  line-height: 1; }

#search-block-form {
  width: auto;
  display: inline-block; }
  #search-block-form .row {
    padding: 0; }
  #search-block-form input {
    border: 1px solid #b6babd;
    height: 25px;
    border-radius: 5px 0px 0px 5px;
    width: 170px; }
  #search-block-form .columns {
    width: auto; }
  #search-block-form .form-item, #search-block-form .form-actions {
    padding: 0;
    margin: 0; }
  #search-block-form button.radius, #search-block-form .button.radius, #search-block-form button.secondary, #search-block-form .button.secondary {
    border-radius: 0px 5px 5px 0px;
    font-size: 0px;
    padding: 0px;
    margin: 0;
    height: 25px;
    width: 29px;
    background-color: #a2a6a9;
    background-image: url(../img/search-desktop.png);
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
    display: block; }

.search-toggle {
  height: 33px;
  width: 35px;
  border-radius: 5px;
  background-color: #ccc;
  position: absolute;
  right: 10px;
  top: 12px;
  color: #666666;
  font-size: 14px;
  background-image: url(../img/search-glass.png);
  background-size: 21px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all .2s ease;
          transition: all .2s ease; }

.search-toggle-active {
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  background-size: 15px;
  background-image: url(../img/search-glass-active.png); }

footer #search-block-form {
  max-width: 200px;
  float: right;
  margin-top: 25px; }
  @media only screen and (min-width:40.063em) {
    footer #search-block-form {
      margin-right: 10px; } }
  @media only screen and (max-width: 40em) {
    footer #search-block-form {
      padding: 15px 0 25px 0;
      margin: 0 auto;
      float: none; } }
  footer #search-block-form .row.collapse {
    float: right; }

.logo-area {
  width: 100%;
  background-color: white;
  padding: 10px 0 10px 10px; }
  @media only screen and (min-width:64.063em) {
    .logo-area {
      padding: 30px 0; } }

@media only screen and (min-width:64.063em) {
  .main-logo {
    text-align: center; } }
.main-logo img {
  max-width: 308px;
  height: auto;
  width: 154px; }
  @media only screen and (min-width:64.063em) {
    .main-logo img {
      width: auto; } }

.menu-toggle {
  padding: 5.5px 10px 5.5px 40px;
  border-radius: 5px;
  background-color: #ccc;
  position: absolute;
  right: 50px;
  top: 12px;
  color: #666666;
  font-size: 14px;
  background-image: url(../img/menu-toggle.png);
  background-size: 19px;
  background-position: 8px center;
  background-repeat: no-repeat; }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .menu-toggle {
      right: 235px;
      padding: 3.5px 10px 3.5px 40px;
      top: 14.5px; } }

.main-nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  display: none;
  background-color: white;
  /*

.main-nav .menu > ul > li:hover > ul{
  display: block;
  transition: all .2s ease;
}
*/
  /*
  .menu > ul > li:hover ul {
    display: block;
  }
*/ }
  @media only screen and (min-width:64.063em) {
    .main-nav {
      background-color: #602d89;
      position: relative;
      overflow: visible;
      height: auto;
      display: block; } }
  .main-nav li {
    list-style: none; }
  .main-nav .menu > li.active {
    background-color: #3a1b52; }
  .main-nav .menu {
    margin: 0 auto; }
    @media only screen {
      .main-nav .menu > ul:first-child {
        background-color: #602d89; } }
    .main-nav .menu > ul:first-child > li > .active {
      background-color: #3a1b52; }
    @media only screen and (min-width:64.063em) {
      .main-nav .menu {
        background-color: #602d89;
        text-align: center;
        width: auto;
        background-color: #602d89; }
        .main-nav .menu > ul {
          background-color: none; } }
  .main-nav a {
    margin: 0px;
    display: block;
    text-decoration: none; }
  .main-nav .x-out {
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    background-color: #cccccc;
    padding: 10px 10px 8px 35px;
    width: 93px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-image: url(../img/x-out.jpg);
    background-repeat: no-repeat;
    background-position: 12px center; }
  .main-nav .menu {
    border: 1px solid #666666; }
    @media only screen and (min-width:64.063em) {
      .main-nav .menu {
        display: block;
        border: none;
        background-color: #602d89; } }
  .main-nav .menu > ul:first-child > li {
    border-top: 1px solid #9663c4; }
    @media only screen and (min-width:64.063em) {
      .main-nav .menu > ul:first-child > li {
        border: none; } }
    .main-nav .menu > ul:first-child > li:last-child {
      border-bottom: 1px solid #9663c4; }
      @media only screen and (min-width:64.063em) {
        .main-nav .menu > ul:first-child > li:last-child {
          border: none; } }
  .main-nav .menu > ul:first-child, .main-nav .menu > ul:first-child > li {
    margin: 0px;
    padding: 0; }
    @media only screen and (min-width:64.063em) {
      .main-nav .menu > ul:first-child, .main-nav .menu > ul:first-child > li {
        display: inline-block; } }
  .main-nav .menu > ul:first-child > li > a {
    padding: 15px 0px;
    margin: 0px 15px;
    color: white;
    -webkit-transition: 0.3s;
            transition: 0.3s;
    font-size: 18px;
    background-image: url(../img/mobile-plus-toggle.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right center; }
    @media only screen and (min-width:64.063em) {
      .main-nav .menu > ul:first-child > li > a {
        background-image: none;
        padding: 17px 18px;
        margin: 0; } }
  .main-nav .mobile-drop-active {
    background-image: url(../img/mobile-minus-toggle.png) !important; }
  @media only screen and (min-width:64.063em) {
    .main-nav .menu > ul > li > a:hover {
      background-color: #3a1b52;
      -webkit-transition: 0.3s;
              transition: 0.3s; } }
  .main-nav .persistent-callouts {
    display: block;
    background-color: white;
    padding: 10px 15px 20px 15px; }
    @media only screen and (min-width:64.063em) {
      .main-nav .persistent-callouts {
        display: none; } }
    .main-nav .persistent-callouts a {
      color: black;
      font-size: 18px;
      text-align: left;
      padding: 10px 0; }
  .main-nav .menu > ul > li > ul {
    margin: 0px;
    padding: 0px;
    display: none;
    -webkit-transition: all .2s ease;
            transition: all .2s ease; }
    @media only screen and (min-width:64.063em) {
      .main-nav .menu > ul > li > ul {
        position: absolute;
        border: 2px solid #999999;
        opacity: 0; } }
  @media only screen and (min-width:64.063em) {
    .main-nav .menu > ul > li:hover > ul {
      -webkit-transition: all .2s ease;
              transition: all .2s ease;
      display: block;
      opacity: 1; } }
  .main-nav .menu > ul > li > ul > li {
    text-align: left;
    padding: 0px 15px;
    background-color: #3a1b52;
    margin: 0;
    list-style-type: none; }
    .main-nav .menu > ul > li > ul > li:first-child a {
      padding-top: 15px; }
    .main-nav .menu > ul > li > ul > li:last-child a {
      padding-bottom: 15px; }
    @media only screen and (min-width:64.063em) {
      .main-nav .menu > ul > li > ul > li {
        background-color: white; } }
  .main-nav .menu > ul > li > ul > li > a {
    padding: 10px 0px 10px 15px;
    color: white; }
    @media only screen and (min-width:64.063em) {
      .main-nav .menu > ul > li > ul > li > a {
        color: #666666;
        border-bottom: 1px solid #cccccc;
        padding: 12px 40px 12px 15px;
        background-image: none;
        -webkit-transition: 0.3s;
                transition: 0.3s; }
        .main-nav .menu > ul > li > ul > li > a:hover {
          color: #602d89;
          -webkit-transition: 0.3s;
                  transition: 0.3s; } }
  .main-nav .menu > ul > li > ul > li:last-child a {
    border: none; }

.logo-area-sticky {
  padding: 15px 0;
  position: relative; }
  .logo-area-sticky .main-logo {
    width: 239px;
    margin: 0 auto; }
  .logo-area-sticky .logo-sticky {
    width: 240px;
    height: auto;
    margin: 0 auto; }
  .logo-area-sticky .right-nav {
    position: absolute;
    right: 0px;
    top: 0px; }

.info-for-contain {
  position: absolute;
  z-index: 5; }
  .info-for-contain ul, .info-for-contain li {
    display: block; }
  .info-for-contain ul {
    background-color: #e5e5e5;
    padding: 5px 0;
    display: none; }
  .info-for-contain ul li:first-child a, .info-for-contain a {
    padding: 5px 35px 5px 20px;
    display: block; }

.info-for {
  background-color: #e5e5e5;
  padding: 8px 45px 5px 20px;
  display: block;
  border-radius: 5px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: 92% center;
  background-image: url(../img/down-arrow.png);
  font-size: 13px; }

.info-for-active {
  border-radius: 5px 5px 0px 0px;
  background-image: url(../img/up-arrow.png); }

@media only screen and (max-width: 40em) {
  div.panel-pane div.parallax-contain {
    padding: 0 25px; } }

.home-quote {
  text-align: center;
  overflow: hidden;
  position: relative; }
  .home-quote a {
    clear: both; }
  .home-quote .parallax {
    height: auto;
    position: absolute;
    left: 0;
    height: 100%;
    margin-top: 0;
    z-index: -1; }
    @media only screen and (min-width:64.063em) {
      .home-quote .parallax {
        position: fixed;
        z-index: -1;
        right: 0px;
        width: auto;
        margin-top: 330px;
        max-width: none;
        height: 963px; } }
    @media only screen and (max-width: 40em) {
      .home-quote .parallax {
        position: relative;
        height: auto; } }
    .home-quote .parallax img {
      max-width: none;
      height: 936px;
      width: auto; }
      @media only screen and (max-width: 40em) {
        .home-quote .parallax img {
          position: relative;
          width: 100%;
          height: auto;
          margin: 0;
          left: auto; } }
      @media only screen and (min-width:40.063em) and (max-width:64em) {
        .home-quote .parallax img {
          position: relative;
          width: auto;
          height: 100%;
          margin: 0;
          left: auto; } }
    @media only screen and (max-width: 40em) {
      .home-quote .parallax {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
        left: auto; } }
  .home-quote .quote-messaging-contain {
    background-color: rgba(97, 46, 138, 0.75);
    padding: 45px;
    max-width: 470px;
    float: right; }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      .home-quote .quote-messaging-contain {
        float: left; } }
    @media only screen and (max-width: 40em) {
      .home-quote .quote-messaging-contain {
        padding: 10px;
        max-width: none;
        width: 100%;
        background: #602d89; } }
  .home-quote h1 {
    font-family: "Plantin W01", serif;
    font-size: 36px;
    margin: 0;
    padding: 0;
    color: white; }
    .home-quote h1:after {
      content: '“';
      font-family: 'Times New Roman', sans-serif;
      color: #fff;
      font-size: 100px;
      height: 88px;
      padding: 12px 0;
      line-height: 1;
      display: block;
      font-weight: 400; }
    @media only screen and (max-width: 40em) {
      .home-quote h1 {
        font-size: 26px; } }
  .home-quote .quote-mark {
    font-family: 'Times New Roman', sans-serif;
    color: #fff;
    font-size: 88px;
    margin-top: 15px;
    display: inline-block;
    line-height: 63px;
    margin-bottom: -15px; }
    @media only screen and (max-width: 40em) {
      .home-quote .quote-mark {
        margin-top: 0px; } }
  .home-quote p {
    color: white;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 25px;
    margin-top: -25px; }
    @media only screen and (max-width: 40em) {
      .home-quote p {
        font-size: 14px;
        line-height: 19px;
        margin-top: -20px; } }
  .home-quote .quote-credit {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 45px;
    color: white; }
    @media only screen and (max-width: 40em) {
      .home-quote .quote-credit {
        margin-bottom: 13px;
        margin-top: 25px; } }
  .home-quote a {
    padding: 15px 15px 15px 40px;
    color: white;
    border: solid white 2px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    display: inline-block; }
    .home-quote a:after {
      font-size: 23px;
      padding-left: 20px;
      content: url(../img/btn-arrow-white.png);
      background-repeat: no-repeat;
      width: 20px;
      height: 20px;
      background-position: center;
      -webkit-transition: all .2s ease;
              transition: all .2s ease; }
    @media only screen and (max-width: 40em) {
      .home-quote a {
        display: block; } }
    .home-quote a span {
      font-size: 23px;
      padding-left: 20px; }
    .home-quote a:hover {
      background-color: #602d89; }
      .home-quote a:hover:after {
        padding-left: 25px;
        -webkit-transition: all .2s ease;
                transition: all .2s ease; }

footer {
  background-color: white; }
  footer a {
    font-family: "Avenir Next W01", Helvetica, sans-serif; }

.super-footer {
  width: 100%;
  background-color: #333333;
  text-align: center;
  clear: both; }
  .super-footer ul.menu, .super-footer ul.menu li {
    display: inline-table; }
    @media only screen and (min-width:40.063em) {
      .super-footer ul.menu, .super-footer ul.menu li {
        display: inline-block; } }
  .super-footer ul.menu {
    padding: 15px 0;
    margin: 0px;
    width: 100%; }
  .super-footer ul.menu li {
    padding: 0;
    height: 93px;
    width: 22%; }
    @media only screen and (min-width:40.063em) {
      .super-footer ul.menu li {
        height: auto;
        padding: 0 2.5%;
        border-right: 1px solid white;
        width: auto; } }
  @media only screen and (min-width:40.063em) {
    .super-footer ul.menu li:first-child {
      border-left: 1px solid white; } }
  .super-footer ul.menu li a {
    font-size: 14px;
    line-height: 19px;
    color: white;
    background-repeat: no-repeat;
    text-decoration: none;
    display: block;
    background-position: center top;
    width: 73px;
    margin: 0 auto; }
    @media only screen and (min-width:40.063em) {
      .super-footer ul.menu li a {
        font-size: 18px;
        background-position: left center;
        padding-top: 20px;
        padding-bottom: 20px;
        width: auto; } }
    .super-footer ul.menu li a:active {
      color: white; }

.apply, .visit, .request, .support, .contact, .update-info, .alumni-login {
  -webkit-transition: all .2s ease;
          transition: all .2s ease; }

.contact {
  background-image: url(../img/contact-us-icon.png);
  background-size: 28px;
  padding-top: 45px; }
  @media only screen and (min-width:40.063em) {
    .contact {
      padding-left: 60px; } }
  .contact:hover {
    background-image: url(../img/contact-us-icon-active.png);
    color: #5e9732; }

.update-info {
  background-image: url(../img/update-info-icon.png);
  background-size: 29px;
  padding-top: 45px; }
  @media only screen and (min-width:40.063em) {
    .update-info {
      padding-left: 60px; } }
  .update-info:hover {
    background-image: url(../img/update-info-icon-active.png);
    color: #5e9732; }

.alumni-login {
  background-image: url(../img/alumni-login-icon-v2.png);
  background-size: 28px;
  padding-top: 45px; }
  @media only screen and (min-width:40.063em) {
    .alumni-login {
      padding-left: 60px; } }
  .alumni-login:hover {
    background-image: url(../img/alumni-login-icon-active-v2.png);
    color: #5e9732; }

.apply {
  background-image: url(../img/apply-icon.png);
  background-size: 36px;
  padding-top: 45px; }
  @media only screen and (min-width:40.063em) {
    .apply {
      padding-left: 60px; } }
  .apply:hover {
    background-image: url(../img/apply-icon-active.png);
    color: #5e9732; }

.visit {
  background-image: url(../img/visit-icon.png);
  background-size: 23px;
  padding-top: 45px; }
  @media only screen and (min-width:40.063em) {
    .visit {
      padding-left: 50px; } }
  .visit:hover {
    background-image: url(../img/visit-icon-active.png);
    color: #e36f1e; }

.support {
  padding-top: 45px;
  background-image: url(../img/support-icon.png);
  background-size: 32px; }
  @media only screen and (min-width:40.063em) {
    .support {
      padding-left: 65px; } }
  .support:hover {
    background-image: url(../img/support-icon-active.png);
    color: #8e69ab; }

.footer-nav {
  padding: 50px 25px; }
  @media only screen and (min-width:64.063em) {
    .footer-nav {
      padding: 50px 0; } }
  .footer-nav li a.active {
    color: #666666; }
  .footer-nav > div {
    padding: 0 2.5%;
    min-height: 196px; }
    @media only screen and (min-width:64.063em) {
      .footer-nav > div {
        border-right: 1px solid #cccccc; } }
  .footer-nav > div:last-child {
    border: none; }
  .footer-nav > div:nth-child(3) {
    display: none; }
    @media only screen and (min-width:64.063em) {
      .footer-nav > div:nth-child(3) {
        display: inline-block; } }
  .footer-nav ul {
    margin: 0px;
    padding: 0px; }
  .footer-nav li {
    list-style: none;
    cursor: pointer; }
  .footer-nav > div li:first-child a {
    padding-top: 0px; }
  .footer-nav > div li:last-child a {
    padding-bottom: 0px; }
  .footer-nav a {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 0;
    display: block;
    line-height: 14px;
    float: left;
    clear: both; }
  .footer-nav > div:first-child a {
    font-weight: 500; }
    @media only screen and (min-width:64.063em) {
      .footer-nav > div:first-child a {
        font-size: 16px; } }
  @media only screen and (max-width: 40em) {
    .footer-nav .column {
      padding-left: 0px;
      padding-right: 0px; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .footer-nav .column {
      padding-left: 0px;
      padding-right: 0px; } }
  @media only screen and (max-width: 40em) {
    .footer-nav {
      padding: 20px 8px 8px 20px; }
      .footer-nav > div {
        min-height: 40px; }
      .footer-nav > div:first-child, .footer-nav div:nth-child(2) {
        width: 50%; }
      .footer-nav > div:nth-child(4) {
        clear: left;
        width: 100%;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin: 20px 0; }
        .footer-nav > div:nth-child(4) li {
          float: left;
          padding-right: 2.5%; }
          .footer-nav > div:nth-child(4) li a {
            padding: 20px 0; }
      .footer-nav > div:nth-child(5) {
        width: 100%; }
        .footer-nav > div:nth-child(5) li {
          float: left;
          padding-right: 2.5%; }
          .footer-nav > div:nth-child(5) li a {
            padding: 0px 0px 15px 0px; } }

@media only screen {
  .small-2 {
    width: 25%; } }
@media only screen and (min-width:64.063em) {
  .small-2 {
    width: 19.66667%; } }

.holy-crest {
  text-align: left;
  float: left;
  padding-right: 20px; }
  @media only screen and (min-width:64.063em) {
    .holy-crest {
      text-align: center;
      float: none;
      padding: 0; } }
  @media only screen and (max-width: 40em) {
    .holy-crest {
      padding-top: 20px;
      float: none;
      text-align: center; } }

.sub-footer {
  padding: 25px 5px;
  background-color: #e5e5e5;
  min-height: 175px; }
  @media only screen and (max-width: 40em) {
    .sub-footer {
      text-align: center; } }

.sub-left {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width:40.063em) {
    .sub-left {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 50%;
      float: left; } }
  @media only screen and (min-width:64.063em) {
    .sub-left {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 55.33333%;
      float: left; } }
  @media only screen and (max-width: 40em) {
    .sub-left {
      padding: 0 10px; }
      .sub-left a {
        clear: both;
        display: block;
        font-size: 18px;
        padding-top: 20px;
        font-weight: 600; } }
  .sub-left p {
    font-size: 14px;
    color: #666666;
    line-height: 20px; }
    .sub-left p span {
      font-size: 0px;
      display: block;
      height: 5px; }
      @media only screen and (min-width:64.063em) {
        .sub-left p span {
          font-size: 14px;
          display: inline;
          height: auto; } }
      .sub-left p span:last-child {
        height: auto; }
        .sub-left p span:last-child a {
          font-size: 14px;
          clear: both;
          font-weight: 600;
          margin-bottom: 30px; }
          @media only screen and (max-width: 40em) {
            .sub-left p span:last-child a {
              font-size: 19px;
              margin-bottom: 20px; } }
  .sub-left p:first-child span {
    padding: 0px 5px; }

.sub-right {
  float: right;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width:40.063em) {
    .sub-right {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 50%;
      float: left; } }
  @media only screen and (min-width:64.063em) {
    .sub-right {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 41.66667%;
      float: left; } }
  @media only screen and (max-width: 40em) {
    .sub-right {
      padding: 0 10px; } }
  .sub-right #search-block-form {
    width: 100%; }
    @media only screen and (min-width:64.063em) {
      .sub-right #search-block-form {
        float: right; } }

.social {
  text-align: center; }
  @media only screen and (min-width:40.063em) {
    .social {
      width: 275px;
      float: right;
      text-align: right; } }
  .social a {
    padding-right: 12px; }

.symbol, a.symbol:before {
  font-family: 'Mono Social Icons Font';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

a.symbol:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 130%; }

/*
***********************************************************************************	
************************************************ ABOUT  ***************************
***********************************************************************************	
*/
.size-holder {
  visibility: hidden; }
  .size-holder img {
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden; }

.feat-img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  /*
  height: 665px;
  overflow: hidden;
*/ }
  @media only screen and (min-width:64.063em) {
    .feat-img {
      padding-top: 0; } }
  .feat-img .feat-noscroll {
    height: 100% !important;
    width: 100% !important;
    background-size: 100% !important;
    position: absolute;
    background-repeat: no-repeat; }
  .feat-img .feat-noscroll-top {
    background-attachment: fixed !important;
    min-height: 130px; }

.lead-in {
  margin: 0 auto;
  padding: 25px 0; }
  .lead-in p {
    text-align: center;
    margin: 0;
    font-weight: 100;
    font-size: 24px;
    line-height: 36px; }
    @media only screen and (max-width: 40em) {
      .lead-in p {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600; } }
  @media only screen and (min-width:64.063em) {
    .lead-in {
      max-width: 950px;
      padding: 55px 0px; }
      .lead-in > p {
        font-size: 32px;
        line-height: 48px; } }

.about-blocks-contain {
  margin: 0 auto;
  padding-bottom: 20px; }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .about-blocks-contain {
      max-width: 738px; } }

.field-collection-item-field-image-content-set .field-collection-view {
  padding-bottom: 30px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left;
  margin: 0 auto; }
  @media only screen and (min-width:40.063em) {
    .field-collection-item-field-image-content-set .field-collection-view {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 50%;
      float: left; } }
  @media only screen and (min-width:64.063em) {
    .field-collection-item-field-image-content-set .field-collection-view {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 33.33333%;
      float: left; } }
  @media only screen and (max-width: 40em) {
    .field-collection-item-field-image-content-set .field-collection-view {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      float: left; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .field-collection-item-field-image-content-set .field-collection-view {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 50%;
      float: left; }
      .field-collection-item-field-image-content-set .field-collection-view:nth-child(2n+1) {
        clear: left; } }
  @media only screen and (min-width:64.063em) {
    .field-collection-item-field-image-content-set .field-collection-view {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 33.33333%;
      float: left; }
      .field-collection-item-field-image-content-set .field-collection-view:nth-child(3n+1) {
        clear: left; } }
  .field-collection-item-field-image-content-set .field-collection-view .field-name-field-image-top-link a {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #003399; }
    .field-collection-item-field-image-content-set .field-collection-view .field-name-field-image-top-link a:after {
      content: normal; }
  .field-collection-item-field-image-content-set .field-collection-view .block-list-content {
    color: black;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 125%; }
  .field-collection-item-field-image-content-set .field-collection-view a {
    color: #003399;
    width: 100%;
    display: block;
    padding: 10px 0; }
    .field-collection-item-field-image-content-set .field-collection-view a:after {
      content: '\00BB';
      padding-left: 5px; }

.about-block .field-collection-view {
  padding-bottom: 30px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left;
  margin: 0 auto; }
  @media only screen and (min-width:40.063em) {
    .about-block .field-collection-view {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 50%;
      float: left; } }
  @media only screen and (min-width:64.063em) {
    .about-block .field-collection-view {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 33.33333%;
      float: left; } }
  @media only screen and (max-width: 40em) {
    .about-block .field-collection-view {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      float: left; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .about-block .field-collection-view {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 50%;
      float: left; }
      .about-block .field-collection-view:nth-child(2n+1) {
        clear: left; } }
  @media only screen and (min-width:64.063em) {
    .about-block .field-collection-view {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 33.33333%;
      float: left; }
      .about-block .field-collection-view:nth-child(3n+1) {
        clear: left; } }
  .about-block .field-collection-view .field-name-field-image-top-link a {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #003399; }
    .about-block .field-collection-view .field-name-field-image-top-link a:after {
      content: normal; }
  .about-block .field-collection-view .block-list-content {
    color: black;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 125%; }
  .about-block .field-collection-view a {
    color: #003399;
    width: 100%;
    display: block;
    padding: 10px 0; }
    .about-block .field-collection-view a:after {
      content: '\00BB';
      padding-left: 5px; }

.section-about-us .about-block .field-collection-view {
  padding-bottom: 50px; }

/*
.section-about-us .feat-block .section-about-us .node-feature-box, .section-about-holy-cross .feat-block:last, .section-about-holy-cross .node-feature-box:last{
  border-bottom: none;
}
*/
.node-type-landing-page main {
  padding-bottom: 0px; }

/*
---------------
CONTEXTUAL LINKS OVERRIDES
---------------
*/
.contextual-links-region:after {
  clear: both; }

.contextual-links-trigger {
  padding: 0px 0 0px 35px !important;
  border: none !important; }
  .contextual-links-trigger:hover {
    background-color: transparent !important; }

.button-group {
  width: 100%;
  display: block;
  clear: both;
  padding-bottom: 30px;
  padding-left: 0px; }
  .button-group:after {
    clear: both; }

#user-login #edit-submit-google {
  background-color: transparent;
  display: block;
  cursor: pointer; }
#user-login #edit-submit {
  margin-right: 10px;
  float: left;
  margin-top: 2px; }

.request {
  padding-top: 45px;
  background-image: url(../img/request-info-icon.png);
  background-size: 24px; }
  @media only screen and (min-width:40.063em) {
    .request {
      padding-left: 60px; } }
  .request:hover {
    background-image: url(../img/request-info-icon-active.png);
    color: #6193ba; }

/*# sourceMappingURL=../maps/app.css.map */


/* added css for responsive video player */
.embedded-video .player {
  position: relative;
  padding-bottom: 56.3%;
  height: 0;
  overflow: hidden;
  min-width:80%;
  max-width: 100%;
}

.embedded-video .player iframe,
.embedded-video .player object,
.embedded-video .player embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.skip-link{
     background-color: #602d89;
     height:2px;
 }

.plink {
    background-color: #602d89;

}

#homePageEvents .views-row {
  padding-bottom: 20px;
}

.menu ul > .block-title {
  display: none;
}

#searchLabel {
  display: none;
}

.h2sub-head {
  font-family: "Avenir Next W01", Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}

#altText {
  display: none;
}



.pane-events-homepage .pane-title
  {
    font-size: 26px;
    font-weight: 100;
    font-family: "Avenir Next W01", Helvetica, sans-serif;
    font-weight: 100;
}
