/*
*************************************************

Screen Styles

Created by the friendly folks at Happy Cog
http://www.happycog.com/

*************************************************
*/
/*-------------------------------------------
    Global Combos
-------------------------------------------*/
article, aside, details, fig caption, figure, footer, header, group, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.clearfix-alt {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0; }

/*-------------------------------------------
    Sizes
-------------------------------------------*/
/*-------------------------------------------
    Fonts
-------------------------------------------*/
/*-------------------------------------------
    Colors
-------------------------------------------*/
/*-------------------------------------------
    Grid Dimensions
-------------------------------------------*/
.row {
  *zoom: 1; }
  .row:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  .row > .hr {
    padding-top: 14px; }
  .row.row-callouts {
    margin-bottom: 16px; }

/*-------------------------------------------
      Animations
-------------------------------------------*/
/*-------------------------------------------

     General Selectors
-------------------------------------------*/
* {
  margin: 0;
  padding: 0; }

html {
  /*  height: 100%; overflow: auto; */
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch; }

body {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 24px;
  font-family: Georgia, serif;
  -webkit-overflow-scrolling: touch; }

/* block level */
.alpha {
  color: #1e1e1e;
  font-weight: normal;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: Georgia, serif;
  line-height: 36px; }

.beta {
  color: #1f1f1f;
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: Georgia, serif;
  line-height: 32px; }

.gamma, .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading h3 {
  color: #1f1f1f;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px; }

.delta {
  color: #1f1f1f;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase; }

.epsilon {
  color: #1f1f1f;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif; }

.zeta, form.filter .fieldset-title, .page-content .details a, .page-content .details strong {
  color: #1f1f1f;
  font-weight: bold;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase; }

.eta {
  font-weight: bold;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif; }

.iota, .page-content .details {
  font-weight: normal;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif; }

.theta {
  font-weight: normal;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif; }

.kappa, .module .more-link a, .carousel-container article .field-type-link-field {
  font-weight: bold;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif; }

.lambda {
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif; }

.mu {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 26px; }

.base {
  color: #1f1f1f;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  font-family: Georgia, serif; }

ul li {
  list-style-type: none; }

ol li {
  margin-left: 32px; }

table {
  border-collapse: collapse;
  caption-side: bottom; }

th {
  color: #1f1f1f;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif; }

table caption {
  font-weight: normal;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  padding: 0.5833em 0;
  color: #6c6c6c; }

/* inline */
em {
  font-style: italic; }

strong, b {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif; }

a {
  color: #3b7abd;
  text-decoration: none; }
  a.iota, .page-content a.details {
    text-decoration: underline; }
  a:hover, a:focus {
    color: #254e78;
    text-decoration: underline; }

img {
  display: block;
  max-width: 100%; }
  a img {
    border: none; }

code {
  font: 12px/1 'Courier New', Courier, monospace; }

sub, sup {
  line-height: 0; }

::-moz-selection {
  background: #cacaca;
  color: #293352;
  text-shadow: none; }

::selection {
  background: #cacaca;
  color: #293352;
  text-shadow: none; }

/*-------------------------------------------

    Forms
-------------------------------------------*/
form {
  /*  overflow: hidden;
    margin-bottom: $base-lg;*/ }

fieldset {
  border: none;
  padding: 0; }

.noscroll {
  overflow: hidden; }

.inline li {
  list-style-type: none; }
.inline label {
  display: inline;
  margin-left: 5px; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="date"], textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  font-size: 14px;
  font-size: .875rem;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
  border: 1px solid #d4d4d2;
  padding: 0.5em 0.7em; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="date"]:focus, textarea:focus {
    outline: none;
    -webkit-box-shadow: 0 1px 6px #3b7abd inset;
    -moz-box-shadow: 0 1px 6px #3b7abd inset;
    box-shadow: 0 1px 6px #3b7abd inset; }

input[type="radio"] {
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  top: -1px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  border: 1px solid #d4d4d2;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  background-color: #fff;
  padding: 7px; }
  input[type="radio"]:active {
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset; }
  input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    color: #1f1f1f;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #1f1f1f; }

input[type="checkbox"] {
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #d4d4d2;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  background-color: #fff;
  padding: 6px; }
  input[type="checkbox"]:active {
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; }
  input[type="checkbox"]:checked:after {
    content: "\f00c";
    position: absolute;
    top: 1px;
    left: 0;
    color: #1f1f1f;
    font-size: 11px;
    font-family: 'harvard'; }

button {
  border: none; }

input[type="submit"] {
  color: #1f1f1f;
  font-weight: bold;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  border: none;
  border-radius: 0;
  background-color: #3b7abd;
  padding: 0.85em 1.25em; }
  input[type="submit"]:hover, input[type="submit"]:focus {
    cursor: pointer;
    background-color: #254e78; }

/*
 * Buttons
 */
[class*="button-"] {
  display: inline-block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 1em 1.25em; }
  [class*="button-"]:hover {
    text-decoration: none; }
  [class*="button-"] i.icon-caret-down:before {
    font-size: 14px;
    margin-left: 0.5em; }

.button-primary {
  color: #1f1f1f;
  font-weight: bold;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  line-height: 36px;
  background-color: #3b7abd;
  padding: 0 1.25em; }
  .button-primary.button-call {
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
    .button-primary.button-call:after {
      left: 100%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-left-color: #3b7abd;
      border-width: 18px;
      top: 50%;
      margin-top: -18px; }
  .button-primary:hover {
    color: #fff;
    background-color: #254e78; }
    .button-primary:hover:after {
      border-left-color: #254e78; }

.button-secondary {
  font-weight: normal;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #c4961a;
  padding: 0.5em 1em; }
  .button-secondary:hover {
    color: #fff;
    background-color: #9d7815; }

.button-cancel {
  font-weight: normal;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #3b7abd;
  text-decoration: underline;
  padding: 0 1em; }
  .button-cancel:hover {
    text-decoration: underline; }

.button-play-video {
  width: 64px;
  height: 64px;
  background: url(../i/play-video-large.png) center no-repeat;
  padding: 0; }
  .button-play-video:hover {
    opacity: 0.7; }

.button-close {
  font-weight: normal;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  background-color: #3b7abd;
  padding: 0 4px; }
  .button-close:hover {
    color: #fff;
    background-color: #254e78; }

.button-block {
  display: block; }

/*
 * Image icons
 */
i[class*="ico-"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../i/icons.png); }

i.ico-calculator {
  background-position: center top;
  margin-right: 0.5em; }

i.ico-maintenance {
  background-position: center -30px; }

i.ico-caution {
  background-position: center -60px; }

i.ico-pdf {
  width: 17px;
  height: 17px;
  background-position: center -156px;
  margin-left: 0.5em; }

/*
 * Image replacement
 */
.nodisplay {
  display: none; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.hr {
  clear: both;
  border-top: 1px solid #cacaca; }

#breakpoints li {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 0;
  color: #1f1f1f;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  background-color: #cacaca;
  padding: 0.5em; }

/*----- ICONS -----*/
a[class*="icon-"]:before {
  margin-right: 0.5em; }

i[class*="icon-"] {
  margin-right: 0.35em; }

[class*="icon-"][class*="circle-"]:before {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #cacaca;
  margin-right: 0.25em; }

[class*="icon-"].circle-green:before {
  color: #fff;
  background-color: #528a4c; }

a.icon-caret-right:hover, .page-content .details a:hover,
a.icon-play:hover {
  text-decoration: none; }

a.icon-caret-right, .page-content .details a {
  display: inline-block; }
  a.icon-caret-right:before, .page-content .details a:before {
    content: '';
    margin-right: 0; }
  a.icon-caret-right:after, .page-content .details a:after {
    content: "\f0da";
    font-family: 'harvard';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    margin-left: 0.5em; }

*[href$=".pdf"]:after {
  content: "\e00c";
  color: #a51c30;
  font-family: 'harvard';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.25em; }

.lt-ie8 a.icon-caret-right, .lt-ie8 .page-content .details a, .page-content .details .lt-ie8 a {
  position: relative; }
  .lt-ie8 a.icon-caret-right span, .lt-ie8 .page-content .details a span, .page-content .details .lt-ie8 a span {
    position: absolute;
    right: -12px; }

img.thumbnail, .thumbnail {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px; }

.thumbnail img {
  width: 100%; }

.help {
  color: #6c6c6c; }

.pin {
  float: right; }

.module .more-link a:before {
  content: none; }
.module .more-link a:after {
  content: "\f0da";
  font-family: 'harvard';
  margin-left: 4px; }

/*-------------------------------------------

      Structure/Containers
-------------------------------------------*/
@font-face {
  font-family: 'harvard';
  src: url("fonts/harvard.eot");
  src: url("fonts/harvard.eot?#iefix") format("embedded-opentype"), url("fonts/harvard.woff") format("woff"), url("fonts/harvard.ttf") format("truetype"), url("fonts/harvard.svg#harvard") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'harvard';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:*/
[class*="icon-"]:before {
  font-family: 'harvard';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

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

.icon-youtube:before {
  content: "\e000"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-remove:before {
  content: "\f00d"; }

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

.icon-caret-right:before, .page-content .details a:before {
  content: "\f0da"; }

.icon-menu:before {
  content: "\f0c9"; }

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

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

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

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

.icon-note:before {
  content: "\f0f6"; }

.icon-alert:before {
  content: "\e002"; }

.icon-clock:before {
  content: "\e003"; }

.icon-tools:before {
  content: "\e004"; }

.icon-calculator:before {
  content: "\e005"; }

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

.icon-facebook:before {
  content: "\e001"; }

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

.icon-rss:before {
  content: "\e007"; }

.icon-direction-left:before {
  content: "\e008"; }

.icon-direction-right:before {
  content: "\e009"; }

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

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

.icon-grid:before {
  content: "\f00a"; }

.icon-info:before {
  content: "\e00a"; }

.icon-print:before {
  content: "\e00b"; }

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

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

.icon-file-pdf:before {
  content: "\e00c"; }

/*----- MODULES -----*/
.module {
  position: relative; }
  .module img.lead {
    width: 100%;
    margin-top: 0.5em; }
  .module .module-title {
    border-top: 4px solid #8996a1;
    padding-top: 1em;
    margin-bottom: 1em; }
    .module .module-title i[class*="icon-"] {
      float: left;
      color: #a51c30;
      font-size: 32px; }
    .module .module-title .event-time {
      color: #6c6c6c;
      font-weight: normal; }
      .module .module-title .event-time:before {
        content: '|';
        position: relative;
        top: -2px;
        margin: 0 0.75em; }
  .module .module-body h2 {
    font-weight: bold;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif; }
  .module .module-body li {
    margin: 0.5em 0 0.5em 1.65em; }
  .module .module-body ul li {
    list-style-type: disc; }
    .module .module-body ul li a {
      text-decoration: none; }
  .module .module-body ul.quick-links li {
    list-style-type: none;
    margin-left: 0; }
  .module .module-body ul.items li {
    list-style-type: none;
    margin-left: 0; }
    .module .module-body ul.items li span {
      display: block;
      color: #6c6c6c; }
  .module .module-body ul.totals li {
    color: #6c6c6c; }
    .module .module-body ul.totals li a {
      color: #a51c30; }
      .module .module-body ul.totals li a:hover {
        color: #541b24;
        text-decoration: underline; }
  .module .module-body p {
    padding: 0.5em 0; }
  .module .module-body form label {
    font-weight: bold;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif; }
  .module .module-body form input[type=submit] {
    float: none;
    text-transform: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #b38919; }
  .module .module-body.iota, .module .page-content .module-body.details, .page-content .module .module-body.details {
    color: #6c6c6c; }
    .module .module-body.iota p, .module .page-content .module-body.details p, .page-content .module .module-body.details p {
      padding: 5px 0; }
  .module a.iota, .module .page-content a.details, .page-content .module a.details {
    display: inline-block; }
  .module a.kappa.icon-caret-right, .module .more-link a.icon-caret-right, .module .more-link .page-content .details a, .page-content .details .module .more-link a, .module .carousel-container article a.icon-caret-right.field-type-link-field, .carousel-container article .module a.icon-caret-right.field-type-link-field, .module .carousel-container article .page-content .details a.field-type-link-field, .carousel-container article .page-content .details .module a.field-type-link-field, .module .page-content .details .carousel-container article a.field-type-link-field, .page-content .details .carousel-container article .module a.field-type-link-field, .module .page-content .details a.kappa, .page-content .details .module a.kappa {
    margin-bottom: 16px; }
  .module a.bk1-module-top {
    position: absolute;
    top: 16px;
    right: 16px; }
  .module.module-pop {
    border: 1px solid #cacaca;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 32px; }
    .module.module-pop .module-title {
      padding-right: 10.66667px;
      padding-left: 10.66667px; }
    .module.module-pop .in, .module.module-pop .more-link a {
      margin-right: 10.66667px;
      margin-left: 10.66667px;
      margin-bottom: 10.66667px; }
  .module.module-highlight .module-body {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    text-transform: none;
    border-top: 4px solid #a51c30;
    padding-top: 0.7em;
    padding-right: 16px;
    padding-bottom: 0.75em;
    padding-left: 16px; }
    .module.module-highlight .module-body a {
      font-style: italic;
      text-decoration: underline; }
    .module.module-highlight .module-body p {
      padding: 0; }
  .module.module-card > .in, .module .more-link .module.module-card > a {
    border: 1px solid #cacaca;
    padding-top: 4px; }
    .module.module-card > .in .module-title, .module .more-link .module.module-card > a .module-title {
      border: none; }
  .module.module-event {
    border: 4px solid #e6e5e3;
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2) inset;
    background-color: #f3f3f1; }
    .module.module-event .module-title {
      border-top: none; }
    .module.module-event .news-item-alpha .iota, .module.module-event .news-item-alpha .page-content .details, .page-content .module.module-event .news-item-alpha .details {
      padding: 1em 0; }
  .module.module-blog .news-item-alpha,
  .module.module-blog .news-item-beta {
    border-bottom: 1px solid #cacaca;
    padding-top: 21.33333px;
    padding-bottom: 21.33333px; }
  .module.module-blog .views-row-last .news-item-alpha.row,
  .module.module-blog .views-row-last .news-item-beta.row {
    border-bottom: none; }
  .module.module-blog .blog-posts .news-item-alpha:last-child,
  .module.module-blog .blog-posts .news-item-beta:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .module.module-comment img.avatar {
    float: left;
    margin-right: 1em; }
  .module.module-comment .comment-body {
    overflow: hidden; }
    .module.module-comment .comment-body h1.zeta, .module.module-comment .comment-body form.filter h1.fieldset-title, form.filter .module.module-comment .comment-body h1.fieldset-title {
      display: inline;
      border: none;
      padding-top: 0.25em; }
  .module.module-comment > article.module-comment {
    margin-left: 89px; }
  .module .news-item-alpha,
  .module .news-item-beta,
  .module .news-item-gamma {
    padding: 6px 0; }
    .module .news-item-alpha .news-item-body,
    .module .news-item-beta .news-item-body,
    .module .news-item-gamma .news-item-body {
      padding: 6px 0; }
      .module .news-item-alpha .news-item-body .page-content-block,
      .module .news-item-beta .news-item-body .page-content-block,
      .module .news-item-gamma .news-item-body .page-content-block {
        margin: 0; }
  .module .news-item-gamma .news-item-body {
    padding-top: 12px; }
  .module article.tabs-container {
    margin-top: 8px;
    margin-bottom: 8px; }

.row .module:last-child {
  margin-bottom: 0; }

/*----- SPOTLIGHT -----*/
.spotlight img {
  float: left;
  margin-top: 0.25em;
  margin-right: 0.5em;
  margin-bottom: 0.5em; }
.spotlight a {
  text-decoration: underline; }
.spotlight h1 {
  padding: 0.75em 0; }
.spotlight h2 {
  padding-bottom: 0.25em; }
.spotlight .spotlight-body {
  color: #6c6c6c;
  padding-bottom: 0.5em; }
  .spotlight .spotlight-body h2 {
    font-weight: bold;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif; }
  .spotlight .spotlight-body p {
    margin-bottom: 1em; }

/*----- NEWS ITEM -----*/
.news-item-alpha,
.news-item-beta,
.news-item-gamma {
  *zoom: 1; }
  .news-item-alpha:after,
  .news-item-beta:after,
  .news-item-gamma:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  .news-item-alpha .in, .news-item-alpha .module .more-link a, .module .more-link .news-item-alpha a,
  .news-item-beta .in,
  .news-item-beta .module .more-link a,
  .module .more-link .news-item-beta a,
  .news-item-gamma .in,
  .news-item-gamma .module .more-link a,
  .module .more-link .news-item-gamma a {
    overflow: hidden; }
  .news-item-alpha .iota, .news-item-alpha .page-content .details, .page-content .news-item-alpha .details,
  .news-item-beta .iota,
  .news-item-beta .page-content .details,
  .page-content .news-item-beta .details,
  .news-item-gamma .iota,
  .news-item-gamma .page-content .details,
  .page-content .news-item-gamma .details {
    color: #6c6c6c;
    margin-top: 4px;
    margin-bottom: 4px; }
  .news-item-alpha a.iota, .news-item-alpha .page-content a.details, .page-content .news-item-alpha a.details,
  .news-item-beta a.iota,
  .news-item-beta .page-content a.details,
  .page-content .news-item-beta a.details,
  .news-item-gamma a.iota,
  .news-item-gamma .page-content a.details,
  .page-content .news-item-gamma a.details {
    color: #3b7abd; }
    .news-item-alpha a.iota:hover, .news-item-alpha .page-content a.details:hover, .page-content .news-item-alpha a.details:hover,
    .news-item-beta a.iota:hover,
    .news-item-beta .page-content a.details:hover,
    .page-content .news-item-beta a.details:hover,
    .news-item-gamma a.iota:hover,
    .news-item-gamma .page-content a.details:hover,
    .page-content .news-item-gamma a.details:hover {
      color: #254e78; }
  .news-item-alpha .news-item-body p,
  .news-item-beta .news-item-body p,
  .news-item-gamma .news-item-body p {
    padding-bottom: 0.5em; }
  .news-item-alpha .news-item-body a.iota, .news-item-alpha .news-item-body .page-content a.details, .page-content .news-item-alpha .news-item-body a.details,
  .news-item-beta .news-item-body a.iota,
  .news-item-beta .news-item-body .page-content a.details,
  .page-content .news-item-beta .news-item-body a.details,
  .news-item-gamma .news-item-body a.iota,
  .news-item-gamma .news-item-body .page-content a.details,
  .page-content .news-item-gamma .news-item-body a.details {
    display: inline-block; }
  .news-item-alpha .news-item-body a.url,
  .news-item-beta .news-item-body a.url,
  .news-item-gamma .news-item-body a.url {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline; }
  .news-item-alpha a.kappa.icon-play:before, .news-item-alpha .module .more-link a.icon-play:before, .module .more-link .news-item-alpha a.icon-play:before, .news-item-alpha .carousel-container article a.icon-play.field-type-link-field:before, .carousel-container article .news-item-alpha a.icon-play.field-type-link-field:before,
  .news-item-beta a.kappa.icon-play:before,
  .news-item-beta .module .more-link a.icon-play:before,
  .module .more-link .news-item-beta a.icon-play:before,
  .news-item-beta .carousel-container article a.icon-play.field-type-link-field:before,
  .carousel-container article .news-item-beta a.icon-play.field-type-link-field:before,
  .news-item-gamma a.kappa.icon-play:before,
  .news-item-gamma .module .more-link a.icon-play:before,
  .module .more-link .news-item-gamma a.icon-play:before,
  .news-item-gamma .carousel-container article a.icon-play.field-type-link-field:before,
  .carousel-container article .news-item-gamma a.icon-play.field-type-link-field:before {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    position: relative;
    top: -2px;
    display: inline-block;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 8px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #3b7abd;
    margin-right: 0.75em; }
  .news-item-alpha a.kappa.icon-play:hover:before, .news-item-alpha .module .more-link a.icon-play:hover:before, .module .more-link .news-item-alpha a.icon-play:hover:before, .news-item-alpha .carousel-container article a.icon-play.field-type-link-field:hover:before, .carousel-container article .news-item-alpha a.icon-play.field-type-link-field:hover:before,
  .news-item-beta a.kappa.icon-play:hover:before,
  .news-item-beta .module .more-link a.icon-play:hover:before,
  .module .more-link .news-item-beta a.icon-play:hover:before,
  .news-item-beta .carousel-container article a.icon-play.field-type-link-field:hover:before,
  .carousel-container article .news-item-beta a.icon-play.field-type-link-field:hover:before,
  .news-item-gamma a.kappa.icon-play:hover:before,
  .news-item-gamma .module .more-link a.icon-play:hover:before,
  .module .more-link .news-item-gamma a.icon-play:hover:before,
  .news-item-gamma .carousel-container article a.icon-play.field-type-link-field:hover:before,
  .carousel-container article .news-item-gamma a.icon-play.field-type-link-field:hover:before {
    background-color: #254e78; }
  .news-item-alpha.profile-item,
  .news-item-beta.profile-item,
  .news-item-gamma.profile-item {
    margin: 16px 0; }

.news-item-alpha .gamma a, .news-item-alpha .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading h3 a, .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading .news-item-alpha h3 a,
.news-item-alpha .mu a {
  border-bottom: 1px solid #C3D5EB; }
  .news-item-alpha .gamma a:hover, .news-item-alpha .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading h3 a:hover, .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading .news-item-alpha h3 a:hover,
  .news-item-alpha .mu a:hover {
    text-decoration: none;
    border-bottom: 1px solid #254e78; }
  .news-item-alpha .gamma a div.field-content, .news-item-alpha .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading h3 a div.field-content, .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading .news-item-alpha h3 a div.field-content,
  .news-item-alpha .mu a div.field-content {
    display: inline; }
.news-item-alpha .epsilon em {
  font-style: normal;
  background-color: #ebf1f8;
  padding: 0.15em 0.25em; }
.news-item-alpha .epsilon a:hover {
  text-decoration: none; }
.news-item-alpha .iota, .news-item-alpha .page-content .details, .page-content .news-item-alpha .details {
  margin: 10px 0; }
  .news-item-alpha .iota a, .news-item-alpha .page-content .details a, .page-content .news-item-alpha .details a {
    text-decoration: underline; }
.news-item-alpha a.iota, .news-item-alpha .page-content a.details, .page-content .news-item-alpha a.details {
  margin: 0; }

.news-item-beta h1.theta a,
.news-item-beta h2.theta a,
.news-item-beta h1.lambda a {
  color: #a51c30; }
  .news-item-beta h1.theta a:hover,
  .news-item-beta h2.theta a:hover,
  .news-item-beta h1.lambda a:hover {
    color: #541b24; }
.news-item-beta .iota a, .news-item-beta .page-content .details a, .page-content .news-item-beta .details a {
  color: #a51c30; }
  .news-item-beta .iota a:hover, .news-item-beta .page-content .details a:hover, .page-content .news-item-beta .details a:hover {
    color: #541b24; }
.news-item-beta .news-item-body {
  overflow: hidden; }
.news-item-beta .node-teaser .row {
  margin-right: 16px; }

.news-item-gamma h1.epsilon {
  padding: 0.5em 0 0.25em; }
  .news-item-gamma h1.epsilon a:hover {
    text-decoration: none; }
.news-item-gamma .title-wrapper {
  margin-left: 123px; }
  .news-item-gamma .title-wrapper h1.epsilon {
    padding-top: 0; }
.news-item-gamma .title-wrapper.aside {
  margin-left: 68px; }
.news-item-gamma .news-item-body {
  padding: 16px 0; }

/*----- PROFILE ITEM -----*/
.profile-item h1.gamma,
.profile-item h2.epsilon {
  padding-top: 0.5em; }
.profile-item .iota, .profile-item .page-content .details, .page-content .profile-item .details {
  margin: 4px 0; }
  .profile-item .iota p, .profile-item .page-content .details p, .page-content .profile-item .details p {
    color: #6c6c6c;
    padding: 0; }
  .profile-item .iota a, .profile-item .page-content .details a, .page-content .profile-item .details a {
    color: #a51c30;
    text-decoration: none; }
    .profile-item .iota a:hover, .profile-item .page-content .details a:hover, .page-content .profile-item .details a:hover {
      color: #541b24;
      text-decoration: underline; }
.profile-item .profile-item-body a.iota, .profile-item .profile-item-body .page-content a.details, .page-content .profile-item .profile-item-body a.details {
  display: inline-block; }
.profile-item ul.metadata {
  margin-top: 16px; }
  .profile-item ul.metadata li {
    display: block;
    font-weight: normal;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #6c6c6c;
    margin-bottom: 1em; }
    .profile-item ul.metadata li a {
      color: #a51c30; }
      .profile-item ul.metadata li a:hover {
        color: #541b24; }
    .profile-item ul.metadata li strong {
      display: block;
      color: #1f1f1f; }
.profile-item.profile-bio {
  padding-top: 0;
  padding-bottom: 21.33333px; }

/*----- TILE -----*/
.tile-tweet,
.tile-figure {
  margin-bottom: 16px; }
  .tile-tweet .image,
  .tile-figure .image {
    max-height: 156px;
    overflow: hidden; }

.tile-tweet {
  border: 1px solid #cacaca; }
  .tile-tweet > .in, .module .more-link .tile-tweet > a {
    padding-top: 16px;
    padding-bottom: 16px; }
  .tile-tweet h1 a:hover {
    text-decoration: none; }
  .tile-tweet .tile-body {
    margin-top: 8px; }

/*----- PAGE CALLOUT -----*/
.page-callout {
  margin-top: 32px;
  margin-bottom: 32px; }
  .page-callout img {
    margin-bottom: 16px; }
  .page-callout header.page-callout-header {
    position: relative; }
    .page-callout header.page-callout-header a {
      display: block; }
      .page-callout header.page-callout-header a img {
        width: 100%;
        margin-bottom: 0; }
      .page-callout header.page-callout-header a h1 {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000',GradientType=0 );
        padding: 0.3em 0.5em; }
        .page-callout header.page-callout-header a h1 span {
          display: block;
          overflow: hidden; }
        .page-callout header.page-callout-header a h1[class*="icon-"]:before {
          display: block;
          float: left;
          margin-top: 0.1em;
          margin-right: 0.3em; }
      .page-callout header.page-callout-header a:hover h1 {
        background-color: rgba(37, 78, 120, 0.6); }
  .page-callout .gamma a, .page-callout .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading h3 a, .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading .page-callout h3 a {
    border-bottom: 1px solid #C3D5EB; }
    .page-callout .gamma a:hover, .page-callout .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading h3 a:hover, .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading .page-callout h3 a:hover {
      text-decoration: none;
      border-bottom: 1px solid #254e78; }
  .page-callout .page-callout-body {
    padding: 6px 0 4px; }
    .page-callout .page-callout-body p {
      padding: 0.5em 0; }
  .page-callout form label {
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px; }
  .page-callout section.spotlight {
    border-top: 1px solid #cacaca;
    padding-top: 0.25em;
    margin-top: 16px; }

/*----- APPLICATION TIPS -----*/
.tips-item {
  position: relative; }
  .tips-item img {
    width: 100%;
    height: auto !important; }
  .tips-item ul.tips-list li {
    position: absolute;
    z-index: 99;
    top: 0;
    list-style-type: none; }
    .tips-item ul.tips-list li.top-right {
      top: 25%;
      right: 25%; }
    .tips-item ul.tips-list li.top-left {
      top: 25%;
      left: 25%; }
    .tips-item ul.tips-list li.bottom-right {
      top: 75%;
      right: 25%; }
    .tips-item ul.tips-list li.bottom-left {
      top: 75%;
      left: 25%; }
    .tips-item ul.tips-list li a.icon-info {
      display: block;
      width: 24px;
      height: 24px;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      border-radius: 24px;
      background-color: #fff;
      padding: 2px; }
      .tips-item ul.tips-list li a.icon-info:before {
        font-size: 24px; }
      .tips-item ul.tips-list li a.icon-info:hover, .tips-item ul.tips-list li a.icon-info:active, .tips-item ul.tips-list li a.icon-info:link, .tips-item ul.tips-list li a.icon-info:visited, .tips-item ul.tips-list li a.icon-info:focus {
        text-decoration: none !important; }
    .tips-item ul.tips-list li .tip-description {
      display: none;
      top: -20px;
      right: 20px;
      position: absolute;
      z-index: 999;
      min-width: 340px; }
      .tips-item ul.tips-list li .tip-description a.tip-close {
        float: right;
        color: #fff;
        margin: -12px -7px 6px 6px; }
        .tips-item ul.tips-list li .tip-description a.tip-close:before {
          margin-right: 0; }
        .tips-item ul.tips-list li .tip-description a.tip-close:hover {
          opacity: 0.7;
          text-decoration: none; }
      .tips-item ul.tips-list li .tip-description > .in, .tips-item ul.tips-list li .module .more-link .tip-description > a, .module .more-link .tips-item ul.tips-list li .tip-description > a {
        position: relative;
        padding: 16px;
        background-color: #1f1f1f;
        background-color: rgba(0, 0, 0, 0.85); }
      .tips-item ul.tips-list li .tip-description h2.epsilon {
        color: #fff; }
      .tips-item ul.tips-list li .tip-description p {
        color: #fff;
        padding: 0.5em 0;
        margin-bottom: 0; }
        .tips-item ul.tips-list li .tip-description p a {
          color: #77bcff; }
          .tips-item ul.tips-list li .tip-description p a:hover {
            color: #add5fc; }
  .tips-item.active ul.tips-list li {
    z-index: 999; }
    .tips-item.active ul.tips-list li.active {
      z-index: 9999; }

.masonry-item .active {
  z-index: 99; }

#modal-container .tip-description {
  margin: 0 32px 32px; }
  #modal-container .tip-description a.tip-close {
    display: none; }
  #modal-container .tip-description p {
    padding: 0.5em 0; }

.row .tips-item {
  margin-bottom: 32px; }

/*----- HERO POSTER -----*/
article.hero-poster {
  position: relative;
  background-color: #1f1f1f;
  padding-bottom: 1px;
  margin: 1em 0; }
  article.hero-poster img {
    width: 100%; }
  article.hero-poster .hero-poster-summary {
    position: relative;
    color: #fff;
    text-align: left;
    padding-bottom: 1px;
    margin-top: 16px;
    margin-top: 1.33333rem;
    margin-bottom: 16px;
    margin-bottom: 1.33333rem; }
    article.hero-poster .hero-poster-summary h1, article.hero-poster .hero-poster-summary p {
      color: #fff;
      padding-top: 0.5em;
      padding-bottom: 0.2em; }
    article.hero-poster .hero-poster-summary a.kappa, article.hero-poster .hero-poster-summary .module .more-link a, .module .more-link article.hero-poster .hero-poster-summary a, .carousel-container article.hero-poster .hero-poster-summary a.field-type-link-field,
    article.hero-poster .hero-poster-summary a.iota,
    article.hero-poster .hero-poster-summary .page-content a.details,
    .page-content article.hero-poster .hero-poster-summary a.details {
      color: #77bcff; }
      article.hero-poster .hero-poster-summary a.kappa:hover, article.hero-poster .hero-poster-summary .module .more-link a:hover, .module .more-link article.hero-poster .hero-poster-summary a:hover, .carousel-container article.hero-poster .hero-poster-summary a.field-type-link-field:hover,
      article.hero-poster .hero-poster-summary a.iota:hover,
      article.hero-poster .hero-poster-summary .page-content a.details:hover,
      .page-content article.hero-poster .hero-poster-summary a.details:hover {
        color: #add5fc; }
    article.hero-poster .hero-poster-summary a.iota, article.hero-poster .hero-poster-summary .page-content a.details, .page-content article.hero-poster .hero-poster-summary a.details {
      float: right;
      padding-top: 28px; }
    article.hero-poster .hero-poster-summary a.button-primary {
      margin-top: 0.5em; }

/*----- CALENDAR -----*/
.calendar-tab-container .tab-trigger {
  color: #1f1f1f;
  font-weight: bold;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 10px 15px;
  background-color: #3b7abd;
  text-transform: none;
  color: #fff; }
  .calendar-tab-container .tab-trigger.active {
    -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #cacaca; }
  .calendar-tab-container .tab-trigger:hover, .calendar-tab-container .tab-trigger:focus {
    text-decoration: none; }

.view-tours-and-information-sessions-calendar {
  margin: 32px 0; }
  .view-tours-and-information-sessions-calendar .view-header {
    background: #e6e6e3;
    border: 1px solid #cacaca;
    border-bottom: none; }
  @media screen and (min-width: 1075px) {
    .view-tours-and-information-sessions-calendar {
      margin-bottom: 8px; } }
  @media screen and (max-width: 1075px) {
    .view-tours-and-information-sessions-calendar .view-content {
      position: relative; }
      .view-tours-and-information-sessions-calendar .view-content:after {
        content: '';
        display: block;
        position: absolute;
        z-index: 99;
        top: 0;
        right: 0;
        bottom: 0;
        width: 10%;
        background-image: -webkit-gradient(linear, left center, right center, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
        background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
        background-image: linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000',GradientType=1 );
        /* IE6-9 */ } }
  .view-tours-and-information-sessions-calendar .date-nav-wrapper, .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-nav {
    margin: 0; }
  .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-nav {
    position: relative;
    min-height: none;
    margin: 0;
    padding: 0; }
  .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading h3 {
    padding: 10px 0;
    font-size: 16px !important;
    font-size: 1rem !important; }
  .view-tours-and-information-sessions-calendar .date-nav-wrapper .pager {
    position: absolute;
    top: 8px;
    left: 2%;
    width: 96%;
    margin: 0; }
    .view-tours-and-information-sessions-calendar .date-nav-wrapper .pager li {
      position: absolute;
      top: 0;
      margin: 0;
      padding: 0;
      border: none;
      -moz-border-radius: 0;
      border-radius: 0; }
      .view-tours-and-information-sessions-calendar .date-nav-wrapper .pager li.prev {
        left: 0; }
      .view-tours-and-information-sessions-calendar .date-nav-wrapper .pager li.next {
        right: 0; }
    @media screen and (min-width: 560px) {
      .view-tours-and-information-sessions-calendar .date-nav-wrapper .pager {
        width: 45%;
        left: 27.5%; } }
    @media screen and (min-width: 795px) {
      .view-tours-and-information-sessions-calendar .date-nav-wrapper .pager {
        width: 30%;
        left: 35%; } }
  .view-tours-and-information-sessions-calendar .feed-icon {
    display: none; }

.calendar-calendar {
  overflow-x: auto; }
  .calendar-calendar table {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-width: 750px; }
  .calendar-calendar div.day {
    float: left; }
    .calendar-calendar div.day a {
      color: #1f1f1f !important; }
  .calendar-calendar tr {
    background: none !important; }
  .calendar-calendar th.days {
    color: #1f1f1f;
    font-weight: bold;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: none;
    background: #e6e6e3;
    color: #1f1f1f; }
  .calendar-calendar td.today {
    border: none !important;
    background: #e6e6e3 !important; }
  .calendar-calendar td.single-day.empty, .calendar-calendar td.date-box.empty {
    background: #fff !important; }
    .calendar-calendar td.single-day.empty .month.day, .calendar-calendar td.date-box.empty .month.day {
      color: transparent !important; }
  .calendar-calendar a {
    color: #a51c30 !important; }
  .calendar-calendar .view-item {
    margin-bottom: 12px !important; }
    .calendar-calendar .view-item .calendar.monthview {
      background: none !important; }
    .calendar-calendar .view-item .views-field-field-date span.date-display-single, .calendar-calendar .view-item .views-field-title a {
      font-weight: normal !important; }
    .calendar-calendar .view-item .views-field-title a {
      font-size: 12px;
      font-size: 0.75rem; }
  .calendar-calendar td.multi-day .view-item {
    margin: 0 !important; }
    .calendar-calendar td.multi-day .view-item .calendar.monthview {
      background: #cacaca !important; }
    .calendar-calendar td.multi-day .view-item .continues {
      background: none !important; }

@media screen and (min-width: 420px) and (max-width: 795px) {
  .page-callout header.page-callout-header {
    float: left;
    width: 40%;
    margin-right: 1em;
    margin-bottom: 1em; }
  .page-callout .page-callout-body {
    overflow: hidden;
    padding: 0 0 16px; }
  .page-callout section.spotlight {
    clear: both; } }
@media screen and (min-width: 560px) {
  .module ul > div {
    margin-top: 13px; }
  .module.module-blog .blog-posts .news-item .news-item-body {
    padding-top: 0; }
    .module.module-blog .blog-posts .news-item .news-item-body p {
      padding-top: 0; }
  .module.module-blog .news-item-alpha.last {
    border-bottom: none; }
  .module.module-blog .news-item-alpha .news-item-body {
    padding-top: 0; }
  .module a.bk2-module-top {
    position: absolute;
    top: 16px;
    right: 16px; } }
@media screen and (max-width: 795px) {
  .news-item.profile img {
    margin-right: 1em; }

  .module-event img {
    display: none; }

  .tips-item.active {
    z-index: 999; } }
@media screen and (min-width: 795px) {
  .page-callout {
    margin-top: 16px;
    margin-bottom: 16px; }
    .page-callout section.spotlight {
      margin: 32px 0; }

  .spotlight img {
    float: right;
    margin-right: 0;
    margin-left: 0.5em; }

  .module form.search input[type=text] {
    max-width: 50%; }
  .module .news-item {
    padding: 1em 0; }
  .module.module-event {
    padding: 16px 8px; }
  .module a.bk3-module-top {
    position: absolute;
    top: 16px;
    right: 16px; }

  article.hero-poster {
    height: 270px;
    overflow: hidden;
    padding-bottom: 0;
    margin: 0; }
    article.hero-poster img {
      width: auto;
      max-width: none;
      height: 100%; }
    article.hero-poster .hero-poster-summary {
      -webkit-transition: height 0.5s ease-in-out;
      -moz-transition: height 0.5s ease-in-out;
      -ms-transition: height 0.5s ease-in-out;
      -o-transition: height 0.5s ease-in-out;
      transition: height 0.5s ease-in-out;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 51%;
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.7);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000',GradientType=0 );
      margin: 0; }
      article.hero-poster .hero-poster-summary .shadow {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 50px;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
        /* IE6-9 */ }
    article.hero-poster.active .icon-angle:before {
      content: "\f107"; }
    article.hero-poster.active .hero-poster-summary {
      height: 100%; }
      article.hero-poster.active .hero-poster-summary .shadow {
        height: 10px;
        opacity: 0.5; }

  .profile-item .profile-item-body {
    padding-bottom: 32px; }

  .masonry-item {
    float: left;
    width: 49%; }

  .page-blog-content {
    margin-top: 1em; } }
@media screen and (max-width: 795px) {
  .page-content .page-content-primary section.module.module-card {
    margin-bottom: 32px; } }
@media screen and (min-width: 1075px) {
  .module form.search input[type=text] {
    max-width: 70%; }
  .module a.bk4-module-top {
    position: absolute;
    top: 16px;
    right: 16px; }

  section.module.module-card > .in .view-all, .module .more-link section.module.module-card > a .view-all {
    position: absolute;
    top: 0.75em;
    right: 16px;
    margin-top: 0; }

  article.hero-poster {
    height: auto; }
    article.hero-poster img {
      width: 100%;
      height: auto; }
    article.hero-poster .hero-poster-summary {
      width: 65%; }

  .tips-item ul.tips-list li.top-right .tip-description, .tips-item ul.tips-list li.bottom-right .tip-description {
    right: -54px; }
    .tips-item ul.tips-list li.top-right .tip-description > .in:after, .tips-item ul.tips-list li.top-right .module .more-link .tip-description > a:after, .module .more-link .tips-item ul.tips-list li.top-right .tip-description > a:after, .tips-item ul.tips-list li.bottom-right .tip-description > .in:after, .tips-item ul.tips-list li.bottom-right .module .more-link .tip-description > a:after, .module .more-link .tips-item ul.tips-list li.bottom-right .tip-description > a:after {
      right: 10%; }
  .tips-item ul.tips-list li.top-left .tip-description, .tips-item ul.tips-list li.bottom-left .tip-description {
    left: -54px; }
    .tips-item ul.tips-list li.top-left .tip-description > .in:after, .tips-item ul.tips-list li.top-left .module .more-link .tip-description > a:after, .module .more-link .tips-item ul.tips-list li.top-left .tip-description > a:after, .tips-item ul.tips-list li.bottom-left .tip-description > .in:after, .tips-item ul.tips-list li.bottom-left .module .more-link .tip-description > a:after, .module .more-link .tips-item ul.tips-list li.bottom-left .tip-description > a:after {
      left: 10%; }
  .tips-item ul.tips-list li .tip-description {
    top: 45px;
    right: auto; }
    .tips-item ul.tips-list li .tip-description > .in:after, .tips-item ul.tips-list li .module .more-link .tip-description > a:after, .module .more-link .tips-item ul.tips-list li .tip-description > a:after {
      bottom: 100%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(0, 0, 0, 0.85);
      border-width: 20px; } }
.blogger-redirect button {
  cursor: pointer; }

/*----- TABLE -----*/
table {
  border-collapse: collapse;
  text-align: left;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
  table thead {
    border: 1px solid #cacaca;
    background-color: #e6e5e3; }
    table thead th {
      vertical-align: bottom;
      text-align: left;
      border-bottom: none;
      /* Drupal override */
      padding: 1em; }
      table thead th.epsilon {
        font-size: 12px;
        font-size: .75rem;
        text-transform: uppercase; }
  table tbody {
    width: 100%;
    border: 1px solid #cacaca; }
    table tbody tr:nth-child(even) {
      background-color: #f3f3f1; }
    table tbody tr td {
      vertical-align: top;
      font-size: 14px;
      font-size: .875rem;
      line-height: 20px;
      font-family: Arial, Helvetica, sans-serif;
      border-right: 1px solid #cacaca;
      border-left: 1px solid #cacaca;
      padding: 0.5em 1em; }
      table tbody tr td p {
        font-size: 14px;
        font-size: .875rem;
        line-height: 20px; }
      table tbody tr td li {
        font-size: 12px;
        font-size: .75rem;
        line-height: 16px; }

.lt-ie8 table {
  border-bottom: 1px solid #cacaca; }

/*----- FORM -----*/
form {
  position: relative;
  *zoom: 1; }
  form:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  form header.form-header {
    border: 1px solid #cacaca;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    background-color: #f3f3f1;
    padding: 0.75em 1em;
    margin: 16px 0; }
  form section {
    padding-bottom: 1px;
    margin-bottom: 16px; }
    form section .zeta, form.filter section .fieldset-title, form section .page-content .details a, .page-content .details form section a, form section .page-content .details strong, .page-content .details form section strong {
      margin-bottom: 8px; }
  form fieldset {
    padding-bottom: 5px; }
    form fieldset legend {
      padding-bottom: 10px; }
  form output {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 1px solid #d4d4d2;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    background-color: #f3f3f1;
    padding: 0.25em 1em; }
  form label, form .webform-container-inline label, form .form-item {
    display: block;
    font-weight: bold;
    font-size: 14px;
    font-size: .875rem;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px; }
    form label.option, form .webform-container-inline label.option, form .form-item.option {
      display: inline; }
    form label.checkbox, form .webform-container-inline label.checkbox, form .form-item.checkbox {
      font-weight: normal;
      margin: 1em 0; }
    form label.disabled, form .webform-container-inline label.disabled, form .form-item.disabled {
      opacity: 0.5; }
    form label.alert, form .webform-container-inline label.alert, form .form-item.alert {
      color: red; }
      form label.alert input, form .webform-container-inline label.alert input, form .form-item.alert input {
        border: 2px solid red; }
    form label.slim, form .webform-container-inline label.slim, form .form-item.slim {
      margin: 0; }
      form label.slim div, form .webform-container-inline label.slim div, form .form-item.slim div {
        overflow: hidden; }
    form label a, form .webform-container-inline label a, form .form-item a {
      text-decoration: underline; }
    form label input, form label textarea, form label select, form label .select2-container, form .webform-container-inline label input, form .webform-container-inline label textarea, form .webform-container-inline label select, form .webform-container-inline label .select2-container, form .form-item input, form .form-item textarea, form .form-item select, form .form-item .select2-container {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      margin: 0.75em 0; }
    form label select, form .webform-container-inline label select, form .form-item select {
      max-width: 100%; }
    form label [class*="bk"] input,
    form label [class*="bk"] textarea,
    form label [class*="bk"] select, form .webform-container-inline label [class*="bk"] input,
    form .webform-container-inline label [class*="bk"] textarea,
    form .webform-container-inline label [class*="bk"] select, form .form-item [class*="bk"] input,
    form .form-item [class*="bk"] textarea,
    form .form-item [class*="bk"] select {
      width: 100%; }
    form label input[type="checkbox"],
    form label input[type="radio"], form .webform-container-inline label input[type="checkbox"],
    form .webform-container-inline label input[type="radio"], form .form-item input[type="checkbox"],
    form .form-item input[type="radio"] {
      float: left;
      margin: 0.35em 0.75em 0 0; }
    form label select, form .webform-container-inline label select, form .form-item select {
      color: #1f1f1f;
      font-weight: bold;
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      font-family: Arial, Helvetica, sans-serif; }
    form label textarea, form .webform-container-inline label textarea, form .form-item textarea {
      width: 100%; }
    form label .message, form .webform-container-inline label .message, form .form-item .message {
      font-weight: normal; }
      form label .message strong, form .webform-container-inline label .message strong, form .form-item .message strong {
        text-transform: uppercase; }
    form label .label-text, form .webform-container-inline label .label-text, form .form-item .label-text {
      display: inline-block;
      line-height: 30px; }
    form label.row input, form label.row textarea, form label.row select, form label.row .select2-container, form .webform-container-inline label.row input, form .webform-container-inline label.row textarea, form .webform-container-inline label.row select, form .webform-container-inline label.row .select2-container, form .form-item.row input, form .form-item.row textarea, form .form-item.row select, form .form-item.row .select2-container {
      margin: 0; }
  form .legend {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.3em 1em; }
  form span.required {
    color: #a51c30; }
  form span.iota, form .page-content span.details, .page-content form span.details {
    color: #6c6c6c; }
  form h2.epsilon {
    padding: 0.5em 0 1em; }
  form.search label {
    display: inline;
    color: #727272;
    font-weight: normal;
    font-size: 13px;
    line-height: 30px; }
  form.search .form-input-search {
    overflow: hidden; }
    form.search .form-input-search input[type=text] {
      width: 100%;
      height: 30px;
      padding: 5px 10px; }
  form.search .form-input-submit {
    position: absolute;
    top: 0;
    right: 0; }
    form.search .form-input-submit [type=submit] {
      display: inline;
      position: relative;
      color: #fff;
      width: 40px;
      height: 30px;
      font-size: 15px;
      font-size: .9375rem;
      border: 1px solid #3b7abd;
      background-color: #3b7abd; }
      form.search .form-input-submit [type=submit]:hover {
        cursor: pointer;
        border: 1px solid #254e78;
        background-color: #254e78; }
  form.filter label {
    margin: 15px 0; }
    form.filter label input.datepicker {
      max-width: 120px; }
    form.filter label.checkbox:hover {
      cursor: pointer;
      text-decoration: underline; }
  form.filter fieldset {
    /*      -webkit-columns: 3 15em;
          -moz-columns: 3 15em;
          columns: 3 15em;*/
    padding: 0;
    margin-bottom: 0; }
    form.filter fieldset.toggle-context {
      margin-bottom: 16px; }
      form.filter fieldset.toggle-context .toggle-target {
        border-bottom: 1px solid #cacaca;
        padding-top: 1px;
        margin-bottom: 20px; }
    form.filter fieldset.toggle-context.visible {
      margin-bottom: 0; }
    form.filter fieldset:last-child .toggle-target {
      border-bottom: none;
      margin-bottom: 0; }
    form.filter fieldset legend {
      padding-bottom: 0; }
    form.filter fieldset ul {
      padding-top: 1px; }
      form.filter fieldset ul li {
        display: block;
        font-size: 14px;
        font-size: .875rem;
        font-family: Arial, Helvetica, sans-serif;
        margin: 8px 0; }
  form.filter .toggle-context a.toggle-trigger {
    display: block;
    color: #1f1f1f;
    text-decoration: none; }
    form.filter .toggle-context a.toggle-trigger:before {
      font-family: 'harvard';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      content: "\f067";
      border: 1px solid #cacaca;
      background: #fff;
      padding: 0 2px;
      margin-right: 0.5em; }
    form.filter .toggle-context a.toggle-trigger:hover, form.filter .toggle-context a.toggle-trigger:active, form.filter .toggle-context a.toggle-trigger:visited {
      text-decoration: none; }
  form.filter .toggle-context .toggle-target {
    display: none; }
  form.filter .toggle-context.visible a.toggle-trigger:before {
    content: "\f068"; }
  form.filter .toggle-context.visible .toggle-target {
    display: block; }
  form.filter .fieldset-title {
    text-decoration: none; }
    form.filter .fieldset-title:before {
      content: "\f068";
      font-family: 'harvard';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      border: 1px solid #cacaca;
      background: #fff;
      padding: 0 2px;
      margin-right: 0.5em; }
    form.filter .fieldset-title:hover, form.filter .fieldset-title:active, form.filter .fieldset-title:visited {
      text-decoration: none; }
  form.filter .collapsed .fieldset-title:before {
    content: "\f067"; }
  form.filter .fieldset-legend {
    padding: 0 !important;
    background: none !important; }
  form.filter .views-exposed-widgets {
    margin-bottom: 0; }
    form.filter .views-exposed-widgets header {
      padding: 15px 15px 0; }
    form.filter .views-exposed-widgets .views-widget {
      margin: 15px 15px 0; }
    form.filter .views-exposed-widgets .form-item {
      position: relative; }
      form.filter .views-exposed-widgets .form-item .bef-select-as-checkboxes:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 1px;
        left: 0;
        height: 50px;
        background: -moz-linear-gradient(top, rgba(243, 243, 241, 0) 0%, #f3f3f1 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(243, 243, 241, 0)), color-stop(100%, #f3f3f1));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(243, 243, 241, 0) 0%, #f3f3f1 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(243, 243, 241, 0) 0%, #f3f3f1 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(243, 243, 241, 0) 0%, #f3f3f1 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(243, 243, 241, 0) 0%, #f3f3f1 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f3f3f1', endColorstr='#f3f3f1',GradientType=0 );
        /* IE6-9 */ }
      form.filter .views-exposed-widgets .form-item .bef-select-as-checkboxes.hide-fade:after {
        display: none; }
      form.filter .views-exposed-widgets .form-item.form-type-date-popup label {
        text-transform: none; }
      form.filter .views-exposed-widgets .form-item.form-type-date-popup input {
        margin: 0; }
    form.filter .views-exposed-widgets .bef-toggle {
      font-weight: normal;
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      font-family: Arial, Helvetica, sans-serif;
      display: block;
      padding: 10px 0 10px 20px;
      color: #1f1f1f;
      font-size: 14px; }
    form.filter .views-exposed-widgets .bef-checkboxes {
      max-height: 300px;
      overflow-y: auto;
      border-bottom: 1px solid #cacaca; }
      form.filter .views-exposed-widgets .bef-checkboxes .form-item {
        *zoom: 1;
        margin-bottom: 10px; }
        form.filter .views-exposed-widgets .bef-checkboxes .form-item:after {
          visibility: hidden;
          display: block;
          content: "";
          clear: both;
          height: 0; }
        form.filter .views-exposed-widgets .bef-checkboxes .form-item input {
          display: block;
          float: left;
          margin: 5px 7px 10px 0; }
        form.filter .views-exposed-widgets .bef-checkboxes .form-item label {
          font-weight: normal; }
          form.filter .views-exposed-widgets .bef-checkboxes .form-item label:hover {
            cursor: pointer;
            text-decoration: underline; }

.boxed {
  border: 1px solid #cacaca;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #f3f3f1;
  margin: 16px 0; }
  .boxed > .in, .module .more-link .boxed > a,
  .boxed > div > .in,
  .module .more-link .boxed > div > a {
    margin-top: 16px;
    margin-bottom: 16px; }

@media screen and (min-width: 1075px) {
  form.toggle-form header.toggle-header {
    display: none; } }
.views-exposed-form label {
  margin-bottom: 10px; }
.views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0 0 0.5em; }
  .views-exposed-form .views-exposed-widget .form-submit {
    margin: 20px 15px 0; }
.views-exposed-form .container-inline-date .form-item .form-item {
  margin: 0 10px 10px 0; }
.views-exposed-form .container-inline-date .select2-container {
  width: 70px !important; }
  @media screen and (min-width: 795px) {
    .views-exposed-form .container-inline-date .select2-container {
      width: 100% !important; } }
@media screen and (min-width: 795px) {
  .views-exposed-form .container-inline-date .form-item, .views-exposed-form .container-inline-date .form-item .form-item, .views-exposed-form .container-inline-date select {
    width: 100%;
    margin-right: 0; }
  .views-exposed-form .container-inline-date .form-item .form-item, .views-exposed-form .container-inline-date .date-padding {
    float: none; } }

/*----- FIGURE -----*/
figure > a, figure .credit {
  display: block;
  position: relative; }
  figure > a .credit, figure .credit .credit {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0.75em 1em; }
figure img {
  display: block;
  width: 100%; }
figure a.wrap-video figcaption.play-video {
  min-height: auto; }
figure figcaption {
  color: #666666;
  background-color: #f3f3f1;
  padding: 0.75em 10px; }
  figure figcaption a:hover {
    text-decoration: none; }
  figure figcaption.play-video {
    color: #fff;
    padding: 0; }
figure.video > .in, .module .more-link figure.video > a {
  padding-top: 16px;
  padding-bottom: 16px; }
figure.video .video-embed {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */ }
  figure.video .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
figure.video.lead-video {
  margin-bottom: 16px; }
figure.playing a.wrap-video {
  border: 4px solid #fff; }
figure.figure-hover a.wrap-video {
  cursor: pointer; }
figure.figure-hover figcaption a.modal-trigger,
figure.figure-hover figcaption a.video-embed-trigger {
  cursor: pointer;
  color: #254e78; }

.container-media figure {
  margin-bottom: 25px; }
  .container-media figure figcaption {
    color: #cacaca;
    background-color: transparent;
    padding: 0.75em 0; }
    .container-media figure figcaption a {
      color: #77bcff; }
  .container-media figure.figure-hover figcaption a {
    color: #add5fc;
    text-decoration: none; }
.container-media.grid-off figure.playing a.wrap-video .play-video {
  top: 0;
  background-color: #1f1f1f;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: none; }
  .container-media.grid-off figure.playing a.wrap-video .play-video strong {
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    font-weight: bold;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center; }
.container-media.grid-off figure.playing a.wrap-video:hover .play-video {
  background-color: #1f1f1f;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: none; }
.container-media.grid-off figure.playing figcaption {
  display: none; }

a.wrap-video {
  display: block;
  position: relative; }
  a.wrap-video img {
    display: block;
    width: 100%; }
  a.wrap-video .play-video {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: transparent url(../i/play-video.png) 20px center no-repeat;
    background: url(../i/play-video.png) 20px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: url(../i/play-video.png) 20px center no-repeat, -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(../i/play-video.png) 20px center no-repeat, -moz-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(../i/play-video.png) 20px center no-repeat, -o-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(../i/play-video.png) 20px center no-repeat, -ms-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(../i/play-video.png) 20px center no-repeat, linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  a.wrap-video div.play-video {
    padding: 10px 0; }
    a.wrap-video div.play-video h1 {
      display: block;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 24px;
      padding: 0.75em 1em 0.75em 80px;
      margin-top: 0; }
  a.wrap-video span.play-video {
    min-height: 65px;
    background: url(../i/play-video.png) 10px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: url(../i/play-video.png) 10px center no-repeat, -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(../i/play-video.png) 10px center no-repeat, -moz-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(../i/play-video.png) 10px center no-repeat, -o-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(../i/play-video.png) 10px center no-repeat, -ms-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(../i/play-video.png) 10px center no-repeat, linear-gradient(top, rgba(0, 0, 0, 0), #000000); }
  a.wrap-video figcaption.play-video {
    background: rgba(0, 0, 0, 0.7) url(../i/play-video.png) 20px center no-repeat;
    padding: 1em 0; }
    a.wrap-video figcaption.play-video .epsilon {
      color: #fff;
      padding: 0 1em 0 64px; }
    a.wrap-video figcaption.play-video .iota, a.wrap-video figcaption.play-video .page-content .details, .page-content a.wrap-video figcaption.play-video .details {
      padding-left: 64px; }
  a.wrap-video.selected {
    border: 4px solid #fff; }
  a.wrap-video.wrap-video-large .play-video {
    background: url(../i/play-video-large.png) 20px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: url(../i/play-video-large.png) 20px center no-repeat, -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(../i/play-video-large.png) 20px center no-repeat, -moz-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(../i/play-video-large.png) 20px center no-repeat, -o-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(../i/play-video-large.png) 20px center no-repeat, -ms-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(../i/play-video-large.png) 20px center no-repeat, linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    padding: 1em 0; }

figure.figure-hover a.wrap-video {
  cursor: pointer;
  text-decoration: none; }
  figure.figure-hover a.wrap-video .play-video {
    background: url(../i/play-video.png) 20px center no-repeat, -webkit-gradient(linear, left top, left 70%, from(rgba(0, 0, 0, 0)), to(black));
    background: url(../i/play-video.png) 20px center no-repeat, -webkit-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(../i/play-video.png) 20px center no-repeat, -moz-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(../i/play-video.png) 20px center no-repeat, -o-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(../i/play-video.png) 20px center no-repeat, -ms-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(../i/play-video.png) 20px center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 100%); }
  figure.figure-hover a.wrap-video span.play-video {
    background: url(../i/play-video.png) 10px center no-repeat, -webkit-gradient(linear, left top, left 70%, from(rgba(0, 0, 0, 0)), to(black));
    background: url(../i/play-video.png) 10px center no-repeat, -webkit-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(../i/play-video.png) 10px center no-repeat, -moz-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(../i/play-video.png) 10px center no-repeat, -o-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(../i/play-video.png) 10px center no-repeat, -ms-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(../i/play-video.png) 10px center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 100%); }
  figure.figure-hover a.wrap-video figcaption.play-video {
    background-color: rgba(0, 0, 0, 0.65); }
  figure.figure-hover a.wrap-video.wrap-video-large .play-video {
    background: url(../i/play-video-large.png) 20px center no-repeat, -webkit-gradient(linear, left top, left 70%, from(rgba(0, 0, 0, 0)), to(black));
    background: url(../i/play-video-large.png) 20px center no-repeat, -webkit-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(../i/play-video-large.png) 20px center no-repeat, -moz-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(../i/play-video-large.png) 20px center no-repeat, -o-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(../i/play-video-large.png) 20px center no-repeat, -ms-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(../i/play-video-large.png) 20px center no-repeat, linear-gradient(top, rgba(0, 0, 0, 0) 70%, #000000); }

@media screen and (max-width: 560px) {
  a.wrap-video figcaption.play-video,
  a.wrap-video div.play-video,
  a.wrap-video.wrap-video-large figcaption.play-video,
  a.wrap-video.wrap-video-large div.play-video {
    position: static;
    background: rgba(0, 0, 0, 0.5) url(../i/play-video.png) 20px center no-repeat; }
  a.wrap-video:hover figcaption.play-video,
  a.wrap-video:hover div.play-video,
  a.wrap-video.wrap-video-large:hover figcaption.play-video,
  a.wrap-video.wrap-video-large:hover div.play-video {
    background: rgba(0, 0, 0, 0.65) url(../i/play-video.png) 20px center no-repeat; } }
@media screen and (min-width: 560px) {
  figure > a .credit, figure .credit .credit {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); }

  .container-media figure {
    margin-bottom: 45px; }

  a.wrap-video.wrap-video-large .play-video h1 {
    padding-left: 100px; } }
@media screen and (min-width: 795px) {
  a.wrap-video div.play-video h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px; } }
@media screen and (min-width: 1075px) {
  a.wrap-video div.play-video {
    padding: 0; }

  figure.video.lead-video {
    margin-bottom: 0; } }
/*----- TOGGLE -----*/
.toggle-heading {
  color: #293352; }

.toggle-container {
  position: relative; }
  .toggle-container a.toggle-trigger {
    display: block;
    text-decoration: none;
    line-height: 24px; }
    .toggle-container a.toggle-trigger:before {
      display: inline-block;
      position: relative;
      top: -2px;
      content: '\002B';
      color: #fff;
      width: 16px;
      height: 16px;
      font-weight: bold;
      font-size: 1.25em;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      line-height: 16px;
      -webkit-text-size-adjust: none;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      border-radius: 16px;
      background-color: #3b7abd;
      margin-right: 5px;
      text-decoration: none !important;
      overflow: hidden; }
    .toggle-container a.toggle-trigger:hover {
      text-decoration: underline; }
      .toggle-container a.toggle-trigger:hover:before {
        background-color: #541b24;
        text-decoration: none; }
  .toggle-container .toggle-target {
    display: none;
    line-height: 24px; }
  .toggle-container.active a.toggle-trigger:before {
    content: '\2212'; }
  .toggle-container.active .toggle-target {
    display: block; }

li.toggle-container {
  list-style: none;
  /* Disable the normal item numbering */ }
  li.toggle-container a.toggle-trigger {
    display: block;
    text-decoration: none;
    margin-bottom: 0.5em; }
    li.toggle-container a.toggle-trigger:before {
      position: absolute;
      top: 3px;
      left: -1.2em;
      margin: 0; }
    li.toggle-container a.toggle-trigger:hover:before {
      background-color: #293352; }

/*----- TABS -----*/
.tabs-container {
  border: 1px solid #cacaca;
  background-color: #f3f3f1; }
  .tabs-container nav.tabs-menu {
    *zoom: 1;
    -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 -1px 0 #cacaca inset; }
    .tabs-container nav.tabs-menu:after {
      visibility: hidden;
      display: block;
      content: "";
      clear: both;
      height: 0; }
    .tabs-container nav.tabs-menu li {
      display: inline;
      margin: 0; }
      .tabs-container nav.tabs-menu li a {
        display: inline-block;
        color: #1f1f1f;
        font-weight: bold;
        font-size: 12px;
        font-size: .75rem;
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #3b7abd;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
        padding: 1em 1.5em; }
        .tabs-container nav.tabs-menu li a .label {
          display: none; }
        .tabs-container nav.tabs-menu li a [class*="icon"] {
          color: #3b7abd;
          font-size: 1.5em;
          margin-left: 0; }
        .tabs-container nav.tabs-menu li a:hover {
          color: #254e78;
          text-decoration: none; }
          .tabs-container nav.tabs-menu li a:hover [class*="icon"] {
            color: #254e78; }
        .tabs-container nav.tabs-menu li a.active, .tabs-container nav.tabs-menu li a.active:hover {
          color: #1f1f1f;
          border-right: 1px solid #cacaca;
          border-left: 1px solid #cacaca;
          background-color: #ffffff; }
          .tabs-container nav.tabs-menu li a.active [class*="icon"], .tabs-container nav.tabs-menu li a.active:hover [class*="icon"] {
            color: #3b7abd; }
      .tabs-container nav.tabs-menu li:first-child a.active {
        border-left: 1px solid #fff; }
  .tabs-container .tabs-window {
    background-color: #fff; }
    .tabs-container .tabs-window .tabs-view {
      *zoom: 1;
      display: none;
      padding-top: 1em;
      padding-bottom: 1em; }
      .tabs-container .tabs-window .tabs-view:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0; }
      .tabs-container .tabs-window .tabs-view.active {
        display: block; }
      .tabs-container .tabs-window .tabs-view#facebook {
        padding-bottom: 0; }
        .tabs-container .tabs-window .tabs-view#facebook iframe {
          width: 100%;
          height: 300px !important; }
      .tabs-container .tabs-window .tabs-view p {
        padding-bottom: 0.5em; }
      .tabs-container .tabs-window .tabs-view .zeta, .tabs-container .tabs-window .tabs-view form.filter .fieldset-title, form.filter .tabs-container .tabs-window .tabs-view .fieldset-title, .tabs-container .tabs-window .tabs-view .page-content .details a, .page-content .details .tabs-container .tabs-window .tabs-view a, .tabs-container .tabs-window .tabs-view .page-content .details strong, .page-content .details .tabs-container .tabs-window .tabs-view strong {
        color: #6c6c6c; }
        .tabs-container .tabs-window .tabs-view .zeta a:hover, .tabs-container .tabs-window .tabs-view form.filter .fieldset-title a:hover, form.filter .tabs-container .tabs-window .tabs-view .fieldset-title a:hover, .tabs-container .tabs-window .tabs-view .page-content .details a a:hover, .page-content .details .tabs-container .tabs-window .tabs-view a a:hover, .tabs-container .tabs-window .tabs-view .page-content .details strong a:hover, .page-content .details .tabs-container .tabs-window .tabs-view strong a:hover {
          text-decoration: none; }
      .tabs-container .tabs-window .tabs-view .iota, .tabs-container .tabs-window .tabs-view .page-content .details, .page-content .tabs-container .tabs-window .tabs-view .details {
        color: #6c6c6c; }
      .tabs-container .tabs-window .tabs-view a.kappa:hover, .tabs-container .tabs-window .tabs-view .module .more-link a:hover, .module .more-link .tabs-container .tabs-window .tabs-view a:hover, .tabs-container .tabs-window .tabs-view .carousel-container article a.field-type-link-field:hover, .carousel-container article .tabs-container .tabs-window .tabs-view a.field-type-link-field:hover {
        text-decoration: none; }
      .tabs-container .tabs-window .tabs-view a.iota, .tabs-container .tabs-window .tabs-view .page-content a.details, .page-content .tabs-container .tabs-window .tabs-view a.details {
        color: #3b7abd; }
        .tabs-container .tabs-window .tabs-view a.iota:hover, .tabs-container .tabs-window .tabs-view .page-content a.details:hover, .page-content .tabs-container .tabs-window .tabs-view a.details:hover {
          color: #254e78; }
      .tabs-container .tabs-window .tabs-view figure.video {
        display: none; }
        .tabs-container .tabs-window .tabs-view figure.video a.wrap-video span.play-video {
          top: 0;
          bottom: 0;
          min-height: 0;
          height: auto;
          background: rgba(0, 0, 0, 0.2) url(../i/play-video.png) center center no-repeat; }
      .tabs-container .tabs-window .tabs-view > .in [class*="news-item-"], .tabs-container .tabs-window .module .more-link .tabs-view > a [class*="news-item-"], .module .more-link .tabs-container .tabs-window .tabs-view > a [class*="news-item-"] {
        border-bottom: 1px solid #cacaca; }
      .tabs-container .tabs-window .tabs-view > .in .views-row:last-child [class*="news-item-"], .tabs-container .tabs-window .module .more-link .tabs-view > a .views-row:last-child [class*="news-item-"], .module .more-link .tabs-container .tabs-window .tabs-view > a .views-row:last-child [class*="news-item-"] {
        border-bottom: none; }
  .tabs-container .tabs-link {
    display: inline-block;
    float: right;
    text-decoration: underline;
    padding: 1em 0; }
  .tabs-container.tabs-full nav.tabs-menu li a {
    font-size: 22px;
    font-size: 1.375rem;
    text-transform: none;
    padding: 1em; }
  .tabs-container.tabs-full .tabs-window .tabs-view {
    padding: 0; }
    .tabs-container.tabs-full .tabs-window .tabs-view nav.tabs-window-menu ul {
      border-bottom: 1px solid #cacaca;
      padding-top: 15px; }
      .tabs-container.tabs-full .tabs-window .tabs-view nav.tabs-window-menu ul li {
        display: inline; }
        .tabs-container.tabs-full .tabs-window .tabs-view nav.tabs-window-menu ul li a {
          display: inline-block;
          padding: 2px 16px 15px; }
        .tabs-container.tabs-full .tabs-window .tabs-view nav.tabs-window-menu ul li a.active,
        .tabs-container.tabs-full .tabs-window .tabs-view nav.tabs-window-menu ul li a.active:hover {
          color: #1f1f1f; }
    .tabs-container.tabs-full .tabs-window .tabs-view ul.show-hide {
      padding-top: 10px;
      padding-bottom: 10px; }
      .tabs-container.tabs-full .tabs-window .tabs-view ul.show-hide li {
        display: none; }
  .tabs-container.tabs-full .tabs-window .row.in, .tabs-container.tabs-full .tabs-window .module .more-link a.row, .module .more-link .tabs-container.tabs-full .tabs-window a.row {
    padding-top: 16px;
    padding-bottom: 1px; }
  .tabs-container .pane-title {
    display: none; }

/*----- OVERFLOW SHADOW -----*/
.overflow-wrap {
  position: relative;
  width: 100%; }
  .overflow-wrap .overflow-window {
    width: 100%;
    overflow-x: auto; }
    .overflow-wrap .overflow-window .overflow-shadow {
      min-width: 100%; }
  .overflow-wrap.visible .shadow {
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    width: 10%;
    background-image: -webkit-gradient(linear, left center, right center, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    background-image: linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000',GradientType=1 );
    /* IE6-9 */ }

@media screen and (min-width: 622px) {
  .tabs-container .tabs-window .tabs-view#facebook iframe {
    height: 200px !important; } }
@media screen and (min-width: 795px) {
  .tabs-container .tabs-window .tabs-view figure.video {
    display: block; }
  .tabs-container .tabs-window .tabs-view#facebook iframe {
    height: 250px !important; } }
@media screen and (min-width: 1075px) {
  .tabs-container nav.tabs-menu li a .label {
    display: inline; }
  .tabs-container nav.tabs-menu li a [class*="icon"] {
    margin-right: 0;
    margin-left: 0.5em; }
  .tabs-container.tabs-full .tabs-window .tabs-view ul.show-hide li {
    display: inline-block; } }
/*----- PAGINATION -----*/
.pagination a.direction {
  display: inline-block;
  color: #6c6c6c;
  margin: 1em 0; }
  .pagination a.direction:hover {
    color: #1f1f1f; }
  .pagination a.direction.direction-disabled, .pagination a.direction.direction-disabled:hover {
    cursor: default;
    color: #cacaca;
    text-decoration: none; }
.pagination ol {
  display: inline-block; }
  .pagination ol li {
    display: inline-block;
    margin: 0; }
    .pagination ol li:before {
      content: ''; }
    .pagination ol li a {
      font-weight: bold;
      font-size: 14px;
      font-size: .875rem;
      line-height: 20px;
      font-family: Arial, Helvetica, sans-serif;
      color: #6c6c6c;
      text-decoration: none;
      padding: 0.25em 0.5em; }
      .pagination ol li a:hover {
        color: #1f1f1f; }
    .pagination ol li.active a {
      color: #1f1f1f;
      background-color: #e6e6e3; }

.node-type-listing-r1 .pager, .node-type-listing .pager {
  display: inline-block; }
  .node-type-listing-r1 .pager li, .node-type-listing .pager li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif; }
    .node-type-listing-r1 .pager li:before, .node-type-listing .pager li:before {
      content: ''; }
    .node-type-listing-r1 .pager li a, .node-type-listing .pager li a {
      color: #6c6c6c;
      text-decoration: none;
      padding: 0.25em 0.5em; }
      .node-type-listing-r1 .pager li a:hover, .node-type-listing .pager li a:hover {
        color: #1f1f1f; }
    .node-type-listing-r1 .pager li.pager-current, .node-type-listing .pager li.pager-current {
      padding: 0.25em 0.5em;
      color: #1f1f1f;
      background-color: #e6e6e3; }

/*----- CHART -----*/
.chart {
  position: relative;
  text-align: center;
  margin: 0.5em auto; }
  .chart .label,
  .chart .dollar,
  .chart noscript {
    color: #c4961a;
    font-weight: bold;
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    letter-spacing: -2px; }
    .chart .label .percent, .chart .label .symbol,
    .chart .dollar .percent,
    .chart .dollar .symbol,
    .chart noscript .percent,
    .chart noscript .symbol {
      position: relative;
      font-size: 0.5em; }
    .chart .label .percent,
    .chart .dollar .percent,
    .chart noscript .percent {
      top: -0.7em; }
    .chart .label .symbol,
    .chart .dollar .symbol,
    .chart noscript .symbol {
      top: -0.3em;
      margin-right: 0.25em; }
  .chart .dollar {
    font-size: 45px;
    line-height: 1em; }
    .chart .dollar .percent, .chart .dollar .symbol {
      top: -0.2em;
      font-size: 0.75em;
      margin-right: 0.1em;
      margin-left: -1em; }
  .chart div.label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .chart noscript {
    display: block;
    font-size: 45px;
    line-height: 1em; }
  .chart + .module-body {
    margin-bottom: 18px; }

/*----- FADE -----*/
.fade {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #3b7abd;
  text-align: right;
  background-color: #fff;
  padding: 8px 1em; }
  .fade a {
    color: #3b7abd; }
    .fade a i.icon {
      display: inline-block;
      font-style: normal;
      font-size: 14px;
      margin-left: 0.25em; }
    .fade a:hover {
      color: #254e78;
      text-decoration: none; }

/*----- TOTAL RESULTS  -----*/
.total-results {
  color: #6c6c6c;
  border-top: 1px solid #cacaca;
  padding: 8px 0 16px; }

@media screen and (min-width: 560px) {
  .fade {
    background-color: rgba(255, 255, 255, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#e6ffffff',GradientType=0 );
    /* IE6-9 */ } }
@media screen and (min-width: 795px) {
  .pagination a.direction {
    margin: 0; }
  .pagination ol {
    margin: 0 1em; } }
@media screen and (min-width: 1075px) {
  .chart .label, .chart noscript, .chart .dollar {
    font-size: 57px; }
  .chart .dollar .percent {
    top: -0.65em;
    font-size: 0.5em; }
  .chart span.label {
    line-height: 57px; }
  .chart .has-symbol div.label {
    font-size: 50px; } }
/*----- TAGS LIST -----*/
.tags-container {
  padding: 0.5em 0; }
  .tags-container i.icon-tag {
    float: left;
    color: #cacaca; }
  .tags-container ul.tags {
    overflow: hidden;
    line-height: 16px; }
    .tags-container ul.tags li {
      display: inline;
      font-weight: normal;
      font-size: 12px;
      font-size: .75rem;
      line-height: 16px;
      font-family: Arial, Helvetica, sans-serif;
      list-style-type: none;
      margin: 0; }
      .tags-container ul.tags li:after {
        content: ', '; }
      .tags-container ul.tags li:last-child:after {
        content: ''; }
      .tags-container ul.tags li a {
        color: #a51c30;
        text-decoration: none; }
        .tags-container ul.tags li a:hover {
          color: #541b24;
          text-decoration: underline; }

/*----- EVENTS LIST -----*/
ul.events li {
  font-weight: normal;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  list-style-type: none;
  border-bottom: 1px solid #cacaca;
  padding: 15px 0; }
  ul.events li a {
    color: #a51c30;
    text-decoration: none; }
    ul.events li a:hover {
      color: #541b24;
      text-decoration: underline; }
  ul.events li .event-time, ul.events li .location {
    display: block;
    font-weight: normal;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #6c6c6c; }
    ul.events li .event-time .field-content, ul.events li .location .field-content {
      display: inline; }
  ul.events li:last-child {
    border-bottom: none; }

/*----- FILTER SELECTION LIST -----*/
ul.filter-selections li {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 1.25em; }
  ul.filter-selections li a.button-close {
    font-weight: bold;
    font-size: 20px;
    padding: 1px 3px;
    margin-left: 0.25em; }
    ul.filter-selections li a.button-close:before {
      margin-right: 0; }

/*----- SHOW/HIDE LIST -----*/
ul.show-hide {
  display: block;
  text-align: right; }
  ul.show-hide li {
    display: inline-block; }
    ul.show-hide li:first-child:after {
      content: '|';
      margin: 0 0.5em; }
    ul.show-hide li a {
      text-decoration: underline; }

@media screen and (min-width: 1075px) {
  ul.events li {
    *zoom: 1; }
    ul.events li:after {
      visibility: hidden;
      display: block;
      content: "";
      clear: both;
      height: 0; }
    ul.events li a, ul.events li .location {
      display: inline-block;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      width: 80%;
      padding: 0 16px; }
    ul.events li .event-time {
      display: inline-block;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      width: 20%;
      text-align: right;
      padding: 3px 16px; } }
/* FlexSlider Necessary Styles
*********************************/
.carousel {
  width: 100%;
  margin: 0;
  padding: 0; }

/* FlexSlider Default Theme
*********************************/
.carousel {
  position: relative; }

.carousel .slides article {
  position: relative; }

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
/*----- CAROUSEL -----*/
.carousel-container {
  position: relative;
  background-color: #f3f3f1; }
  .carousel-container header.carousel-header img {
    max-width: 100%;
    border: 4px solid #fff; }
  .carousel-container header.carousel-header h1.gamma {
    padding: 0.5em 0; }
    .carousel-container header.carousel-header h1.gamma a {
      border-bottom: 1px solid #c4d7eb; }
      .carousel-container header.carousel-header h1.gamma a:hover {
        text-decoration: none;
        border-bottom: 1px solid #3b7abd; }
  .carousel-container header.carousel-header p {
    font-weight: bold; }
  .carousel-container blockquote .quote {
    display: block;
    float: left;
    height: 25px;
    color: #e6e6e3;
    font-size: 80px;
    font-size: 4.375rem;
    line-height: 70px;
    margin-right: 10px;
    margin-bottom: 10px; }
  .carousel-container blockquote footer {
    padding: 0.5em 0; }
    .carousel-container blockquote footer cite {
      color: #6c6c6c;
      font-style: normal; }
      .carousel-container blockquote footer cite:before {
        content: "- "; }
    .carousel-container blockquote footer a {
      text-decoration: underline; }
  .carousel-container .see-more, .carousel-container .module .more-link a, .module .more-link .carousel-container a {
    padding: 1em 0; }
    .carousel-container .see-more a, .carousel-container .module .more-link a a, .module .more-link .carousel-container a a {
      text-decoration: underline; }
  .carousel-container ul.metadata {
    line-height: 1em;
    text-align: justify;
    font-size: 0.1px;
    /*hide whitespace between elements*/
    border-top: 1px solid #e6e6e3;
    padding-top: 15px;
    margin-top: 10px;
    margin-bottom: 60px; }
    .carousel-container ul.metadata:after {
      content: '';
      display: inline-block;
      width: 100%; }
    .carousel-container ul.metadata li {
      font-weight: normal;
      font-size: 12px;
      font-size: .75rem;
      line-height: 16px;
      font-family: Arial, Helvetica, sans-serif;
      display: inline-block;
      width: 49%;
      text-align: left;
      margin-bottom: 1em; }
      .carousel-container ul.metadata li strong {
        display: block; }
  .carousel-container article {
    background-color: #f3f3f1; }
    .carousel-container article .zeta, .carousel-container article form.filter .fieldset-title, form.filter .carousel-container article .fieldset-title, .carousel-container article .page-content .details a, .page-content .details .carousel-container article a, .carousel-container article .page-content .details strong, .page-content .details .carousel-container article strong {
      padding-top: 2em; }
      .carousel-container article .zeta a:hover, .carousel-container article form.filter .fieldset-title a:hover, form.filter .carousel-container article .fieldset-title a:hover, .carousel-container article .page-content .details a a:hover, .page-content .details .carousel-container article a a:hover, .carousel-container article .page-content .details strong a:hover, .page-content .details .carousel-container article strong a:hover {
        text-decoration: none; }
    .carousel-container article .gamma, .carousel-container article .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading h3, .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading .carousel-container article h3 {
      padding: 0.5em 0; }
    .carousel-container article .news-item-body {
      padding: 16px 0; }
    .carousel-container article .carousel-item-image {
      position: relative;
      overflow: hidden; }
      .carousel-container article .carousel-item-image div {
        height: 100%;
        /* Drupal fix */ }
      .carousel-container article .carousel-item-image .carousel-item-fade {
        display: none;
        position: absolute;
        z-index: 99;
        top: 0;
        width: 100%;
        height: 25%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f1), to(rgba(243, 243, 241, 0)));
        background-image: -webkit-linear-gradient(top, #f3f3f1, rgba(243, 243, 241, 0));
        background-image: -moz-linear-gradient(top, #f3f3f1, rgba(243, 243, 241, 0));
        background-image: -o-linear-gradient(top, #f3f3f1, rgba(243, 243, 241, 0));
        background-image: -ms-linear-gradient(top, #f3f3f1, rgba(243, 243, 241, 0));
        background-image: linear-gradient(top, #f3f3f1, rgba(243, 243, 241, 0)); }
      .carousel-container article .carousel-item-image img {
        width: 100%; }
    .carousel-container article.news-item {
      padding: 0; }
      .carousel-container article.news-item a {
        text-decoration: none; }
    .carousel-container article.carousel-person .zeta, .carousel-container article.carousel-person form.filter .fieldset-title, form.filter .carousel-container article.carousel-person .fieldset-title, .carousel-container article.carousel-person .page-content .details a, .page-content .details .carousel-container article.carousel-person a, .carousel-container article.carousel-person .page-content .details strong, .page-content .details .carousel-container article.carousel-person strong {
      padding-bottom: 1em; }
    .carousel-container article.carousel-item-dark {
      background-color: #1e1e1e; }
      .carousel-container article.carousel-item-dark a {
        color: #77bcff; }
        .carousel-container article.carousel-item-dark a:hover {
          color: #add5fc; }
      .carousel-container article.carousel-item-dark .gamma, .carousel-container article.carousel-item-dark .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading h3, .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading .carousel-container article.carousel-item-dark h3,
      .carousel-container article.carousel-item-dark .news-item-body p {
        color: #fff; }
      .carousel-container article.carousel-item-dark .carousel-item-image .carousel-item-fade {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#1e1e1e), to(rgba(30, 30, 30, 0)));
        background-image: -webkit-linear-gradient(top, #1e1e1e, rgba(30, 30, 30, 0));
        background-image: -moz-linear-gradient(top, #1e1e1e, rgba(30, 30, 30, 0));
        background-image: -o-linear-gradient(top, #1e1e1e, rgba(30, 30, 30, 0));
        background-image: -ms-linear-gradient(top, #1e1e1e, rgba(30, 30, 30, 0));
        background-image: linear-gradient(top, #1e1e1e, rgba(30, 30, 30, 0)); }
    .carousel-container article.carousel-item-blue {
      background-color: #e3e8e8; }
  .carousel-container .carousel.no-ui article .news-item-body {
    padding-bottom: 2em; }

.carousel-nav {
  *zoom: 1;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 30px;
  text-align: center;
  margin: 0 auto; }
  .carousel-nav:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  .carousel-nav li {
    display: inline-block;
    line-height: 8px;
    margin: 0; }
    .carousel-nav li a {
      display: inline-block;
      height: 30px;
      border: 0;
      overflow: hidden; }
      .carousel-nav li a:hover {
        cursor: pointer; }
    .carousel-nav li.dot a {
      width: 15px;
      line-height: 21px;
      background-color: #333232; }
      .carousel-nav li.dot a span {
        position: relative;
        top: 3px;
        color: #727272;
        font-size: 1.5em; }
      .carousel-nav li.dot a.carousel-active span {
        color: #fff;
        text-decoration: none; }
    .carousel-nav li.previous a, .carousel-nav li.next a {
      width: auto;
      color: #fff;
      font-size: 12px;
      line-height: 30px;
      text-decoration: none;
      text-indent: 0;
      background-color: #3b7abd;
      padding: 0 0.5em; }
      .carousel-nav li.previous a:before, .carousel-nav li.next a:before {
        margin: 0; }
      .carousel-nav li.previous a:hover, .carousel-nav li.next a:hover {
        text-decoration: none;
        background-color: #254e78; }
      .carousel-nav li.previous a.carousel-disabled, .carousel-nav li.next a.carousel-disabled {
        background-color: #cacaca; }
      .carousel-nav li.previous a span.icon, .carousel-nav li.next a span.icon {
        font-family: 'harvard'; }
    .carousel-nav li.previous {
      border-right: 4px solid #333232; }
    .carousel-nav li.next {
      border-left: 4px solid #333232; }

.lt-ie9 .carousel-nav li.dot a {
  position: relative;
  top: 0; }

.lt-ie8 {
  /*  .carousel-container {
      .carousel {
        article {
          .carousel-item-image {
            div {
              height: 345px;
            }
          }
        }
      }
    }*/ }
  .lt-ie8 .carousel-nav li.dot {
    position: relative;
    top: 8px; }

.container-media-grid .carousel-nav {
  bottom: 10px;
  height: auto; }
  .container-media-grid .carousel-nav li {
    display: none;
    margin: 0; }
    .container-media-grid .carousel-nav li.previous, .container-media-grid .carousel-nav li.next {
      display: inline-block;
      border: none;
      margin: 0 2px; }

@media screen and (max-width: 560px) {
  .carousel-container .carousel .slides article {
    padding-bottom: 30px; }
    .carousel-container .carousel .slides article.carousel-person {
      padding-bottom: 0; }
      .carousel-container .carousel .slides article.carousel-person .gamma, .carousel-container .carousel .slides article.carousel-person .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading h3, .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading .carousel-container .carousel .slides article.carousel-person h3 {
        font-size: 1em; }
  .carousel-container .carousel.has-ui article {
    padding-bottom: 70px; } }
@media screen and (min-width: 560px) {
  .carousel-container article blockquote .quote {
    float: none;
    height: 35px;
    color: #e6e6e3;
    font-size: 140px;
    font-size: 8.75rem;
    line-height: 110px;
    margin-right: 0;
    margin-bottom: 15px; }
  .carousel-container article .carousel-item-image {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0; }
    .carousel-container article .carousel-item-image .carousel-item-fade {
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      width: 40%;
      height: auto;
      background-image: -webkit-gradient(linear, left center, right center, from(#f3f3f1), to(rgba(243, 243, 241, 0)));
      background-image: -webkit-linear-gradient(left, #f3f3f1, rgba(243, 243, 241, 0));
      background-image: -moz-linear-gradient(left, #f3f3f1, rgba(243, 243, 241, 0));
      background-image: -o-linear-gradient(left, #f3f3f1, rgba(243, 243, 241, 0));
      background-image: -ms-linear-gradient(left, #f3f3f1, rgba(243, 243, 241, 0));
      background-image: linear-gradient(left, #f3f3f1, rgba(243, 243, 241, 0));
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f1', endColorstr='#00f3f3f1',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
      .carousel-container article .carousel-item-image .carousel-item-fade.fade-left {
        background: -moz-linear-gradient(-45deg, #f3f3f1 0%, rgba(243, 243, 241, 0) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f3f3f1), color-stop(100%, rgba(243, 243, 241, 0)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(-45deg, #f3f3f1 0%, rgba(243, 243, 241, 0) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(-45deg, #f3f3f1 0%, rgba(243, 243, 241, 0) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(-45deg, #f3f3f1 0%, rgba(243, 243, 241, 0) 100%);
        /* IE10+ */
        background: linear-gradient(80deg, #f3f3f1 20%, rgba(243, 243, 241, 0) 90%);
        /* W3C */ }
    .carousel-container article .carousel-item-image img {
      min-width: 100%;
      width: auto;
      max-width: none;
      min-height: 100%; }
  .carousel-container article .carousel-item-body > .in, .carousel-container article .module .more-link .carousel-item-body > a, .module .more-link .carousel-container article .carousel-item-body > a {
    padding-bottom: 32px;
    padding-left: 16px; }
  .carousel-container article .carousel-body {
    position: relative;
    top: -20px; }
  .carousel-container article.carousel-item-dark .carousel-item-image .carousel-item-fade {
    background: -moz-linear-gradient(95deg, #1e1e1e 25%, rgba(30, 30, 30, 0) 75%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(95deg, #1e1e1e), color-stop(25%, rgba(30, 30, 30, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-5deg, #1e1e1e 25%, rgba(30, 30, 30, 0) 75%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(95deg, #1e1e1e 25%, rgba(30, 30, 30, 0) 75%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(95deg, #1e1e1e 25%, rgba(30, 30, 30, 0) 75%);
    /* IE10+ */
    background: linear-gradient(95deg, #1e1e1e 25%, rgba(30, 30, 30, 0) 75%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e1e1e', endColorstr='#001e1e1e',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .carousel-container article.carousel-item-blue .carousel-item-image .carousel-item-fade {
    background-image: -webkit-gradient(linear, left center, right center, from(#e3e8e8), to(rgba(227, 232, 232, 0)));
    background-image: -webkit-linear-gradient(left, #e3e8e8, rgba(227, 232, 232, 0));
    background-image: -moz-linear-gradient(left, #e3e8e8, rgba(227, 232, 232, 0));
    background-image: -o-linear-gradient(left, #e3e8e8, rgba(227, 232, 232, 0));
    background-image: -ms-linear-gradient(left, #e3e8e8, rgba(227, 232, 232, 0));
    background-image: linear-gradient(left, #e3e8e8, rgba(227, 232, 232, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e8e8', endColorstr='#00e3e8e8',GradientType=1 );
    /* IE6-9 */ } }
@media screen and (min-width: 795px) {
  .carousel-container header.carousel-header img {
    margin-top: 1em; }
  .carousel-container ul.metadata {
    margin-bottom: 2em; }
  .carousel-container article.news-item {
    padding: 25px 0 9px; }
  .carousel-container .carousel .slides article.carousel-person {
    box-sizing: border-box;
    padding-left: 16px; }
  .carousel-container .carousel .carousel-nav {
    right: auto;
    left: 0;
    width: 100%;
    text-align: center; }
  .carousel-container .carousel.carousel-people .carousel-nav {
    right: 16px;
    left: auto;
    bottom: 30px;
    width: auto; } }
@media screen and (min-width: 1075px) {
  .carousel-container .carousel {
    min-height: 345px; }
    .carousel-container .carousel .slides article.carousel-person {
      padding-right: 0;
      padding-left: 0; }
  .carousel-container ul.metadata li {
    width: 25%; }
    .carousel-container ul.metadata li:first-child {
      width: 12.5%; }
  .carousel-container .carousel article {
    min-height: 345px; }
    .carousel-container .carousel article .carousel-item-image {
      width: 55%; }
    .carousel-container .carousel article .carousel-item-body {
      z-index: 99;
      position: absolute;
      top: 25px;
      left: 6.25%;
      width: 42%; }
      .carousel-container .carousel article .carousel-item-body > .in, .carousel-container .carousel article .module .more-link .carousel-item-body > a, .module .more-link .carousel-container .carousel article .carousel-item-body > a {
        padding-bottom: 0;
        padding-left: 0; }
  .carousel-container .carousel.carousel-people article.carousel-person .wrap {
    margin-left: 8.5%; }
  .carousel-container .carousel.carousel-people .carousel-nav {
    top: 0;
    right: -1px;
    bottom: 0;
    width: 22.75%;
    height: 100%;
    text-align: right;
    padding-right: 7.25%;
    background-image: -webkit-gradient(linear, left center, 40% center, from(rgba(243, 243, 241, 0)), to(rgba(243, 243, 241, 0.8)));
    background-image: -webkit-linear-gradient(left, rgba(243, 243, 241, 0), 40%, rgba(243, 243, 241, 0.8));
    background-image: -moz-linear-gradient(left, rgba(243, 243, 241, 0) 0, rgba(243, 243, 241, 0.8) 40%);
    background-image: -o-linear-gradient(left, rgba(243, 243, 241, 0), 40%, rgba(243, 243, 241, 0.8));
    background-image: -ms-linear-gradient(left, rgba(243, 243, 241, 0), 40%, rgba(243, 243, 241, 0.8));
    background-image: linear-gradient(left, rgba(243, 243, 241, 0) 40%, rgba(243, 243, 241, 0.8)); }
    .carousel-container .carousel.carousel-people .carousel-nav li {
      margin-top: 295px; } }
@media screen and (min-width: 1400px) {
  .container-media-grid .carousel-nav {
    top: 32px;
    right: -32px;
    bottom: auto;
    left: auto;
    width: auto; }
    .container-media-grid .carousel-nav li.previous,
    .container-media-grid .carousel-nav li.next {
      display: block;
      margin: 0 0 2px 0; } }
/*
Version: 3.4.1 Timestamp: Thu Jun 27 18:02:10 PDT 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */ }

.select2-search-hidden {
  display: none; }

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  font-weight: normal;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e7e7e7;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.22);
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 243, 241, 0)), to(rgba(243, 243, 241, 0.74)));
  background-image: -webkit-linear-gradient(top, rgba(243, 243, 241, 0), rgba(243, 243, 241, 0.74));
  background-image: -moz-linear-gradient(top, rgba(243, 243, 241, 0), rgba(243, 243, 241, 0.74));
  background-image: -o-linear-gradient(top, rgba(243, 243, 241, 0), rgba(243, 243, 241, 0.74));
  background-image: -ms-linear-gradient(top, rgba(243, 243, 241, 0), rgba(243, 243, 241, 0.74));
  background-image: linear-gradient(top, rgba(243, 243, 241, 0), rgba(243, 243, 241, 0.74));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f1', EndColorStr='#f3f3f1'); }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, white 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%); }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-undermask {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  background-color: transparent;
  filter: alpha(opacity=0); }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%; }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  font-weight: normal;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  color: #000;
  border: 1px solid #e7e7e7;
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'harvard';
  line-height: 24px; }
  .select2-container .select2-choice .select2-arrow b:before {
    content: "\f0d7"; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }
  .select2-search:after {
    position: relative;
    right: 30px;
    content: "\e006";
    color: #222;
    font-family: 'harvard';
    line-height: 24px;
    margin-left: 5px; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 16px;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.lt-ie8 .select2-search input {
  width: 130px; }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none; }

.select2-dropdown-open .select2-choice {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0 1px 6px #3b7abd inset;
  -moz-box-shadow: 0 1px 6px #3b7abd inset;
  box-shadow: 0 1px 6px #3b7abd inset; }

/*
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center top, white 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -ms-linear-gradient(bottom, #ffffff 0%,#eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-image: linear-gradient(bottom, #ffffff 0%,#eeeeee 50%);
}
*/
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none; }

.select2-dropdown-open .select2-choice .select2-arrow b:before {
  content: "\f0d8"; }

/* results */
.select2-results {
  max-height: 200px;
  padding: 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px; }

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results .select2-highlighted {
  background-color: #d8e4f2; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: white;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%); }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  outline: 0;
  left: 0px; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input {
    background-position: 100% -21px !important; } }
/*! jQuery UI - v1.10.3 - 2013-06-27
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  display: none;
  padding: 7px; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  color: #222;
  padding: 0.5em 1em; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 6px;
  padding: 0 0.5em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  cursor: pointer; }

.ui-datepicker .ui-datepicker-prev {
  left: 25px; }

.ui-datepicker .ui-datepicker-next {
  right: 25px;
  text-align: right; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  color: #222;
  font-size: 14px;
  font-family: Arial, sans-serif;
  text-align: center;
  line-height: 1em;
  margin: 0 2.3em; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .ui-datepicker table thead {
    border: none;
    border-bottom: 1px solid #cacaca;
    background-color: #fff; }

.ui-datepicker th {
  color: #6c6c6c;
  padding: .7em .3em;
  text-align: center;
  border: 0; }

.ui-datepicker table tbody tr {
  background-color: #fff; }

.ui-datepicker td {
  border: 0;
  line-height: 16px;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.65em;
  font-size: 12px;
  text-align: center;
  text-decoration: none; }
  .ui-datepicker td span:hover,
  .ui-datepicker td a:hover {
    color: #fff;
    background-color: #a51c30; }

.ui-datepicker .ui-datepicker-buttonpane {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  cursor: pointer;
  padding: 0.5em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  display: none; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
  color: #222;
  font-family: 'harvard';
  font-size: 14px;
  border: none;
  background-color: #fff; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close:before {
  content: "\f00d"; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #cacaca;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #fff; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content a {
  color: #a51c30; }

.ui-widget-header a {
  color: #222; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #a51c30;
  text-align: center; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  text-decoration: none; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  color: #222;
  background-color: #e6e5e3; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background-color: #f3f3f1; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #ffffff; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50); }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: black url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px; }

.ui-datepicker-prev,
.ui-datepicker-next {
  font-family: 'harvard';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 18px;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.ui-datepicker-prev:before {
  content: "\f0d9"; }

.ui-datepicker-next:before {
  content: "\f0da"; }

/* --------------------------- VIDEO */
#modal-container,
#modal-content-container {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.9); }

#modal-content-container {
  position: absolute;
  overflow-y: hidden;
  -webkit-overflow-scrolling: auto;
  background-color: rgba(0, 0, 0, 0.8); }

#modal-container .modal-window,
#modal-content-container .modal-window {
  position: static;
  z-index: 2;
  overflow: hidden;
  padding: 0;
  margin: 16px;
  /*max-width:800px;
    -moz-animation-duration: .2s;
    -moz-animation-name: modalFlyOut;
    -webkit-animation-duration: .2s;
    -webkit-animation-name: modalFlyOut;*/ }
  @media screen and (min-width: 795px) {
    #modal-container .modal-window,
    #modal-content-container .modal-window {
      width: 50%;
      margin: 4em 25%; } }
  #modal-container .modal-window article,
  #modal-content-container .modal-window article {
    background-color: transparent; }
    #modal-container .modal-window article a,
    #modal-content-container .modal-window article a {
      color: #77bcff; }
  #modal-container .modal-window a.modal-close.icon-remove,
  #modal-content-container .modal-window a.modal-close.icon-remove {
    float: right;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 10px; }
  #modal-container .modal-window .modal-target,
  #modal-content-container .modal-window .modal-target {
    clear: both; }
    #modal-container .modal-window .modal-target figure figcaption,
    #modal-content-container .modal-window .modal-target figure figcaption {
      color: #fff;
      background-color: transparent; }
      #modal-container .modal-window .modal-target figure figcaption .gamma, #modal-container .modal-window .modal-target figure figcaption .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading h3, .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading #modal-container .modal-window .modal-target figure figcaption h3,
      #modal-container .modal-window .modal-target figure figcaption .base,
      #modal-content-container .modal-window .modal-target figure figcaption .gamma,
      #modal-content-container .modal-window .modal-target figure figcaption .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading h3,
      .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading #modal-content-container .modal-window .modal-target figure figcaption h3,
      #modal-content-container .modal-window .modal-target figure figcaption .base {
        color: #fff; }
      #modal-container .modal-window .modal-target figure figcaption .base,
      #modal-content-container .modal-window .modal-target figure figcaption .base {
        padding: 0.5em 0; }

#modal-container.modal-text .modal-window {
  background-color: #fff; }
  #modal-container.modal-text .modal-window a.modal-close.icon-remove {
    color: #222;
    margin: 10px 5px 0; }

#modal-content-container .modal-window {
  position: relative;
  background-color: #fff; }
  #modal-content-container .modal-window a.modal-close.icon-remove {
    position: absolute;
    top: 16px;
    right: 8px;
    color: #1f1f1f; }
  #modal-content-container .modal-window .modal-target {
    padding: 16px; }
    #modal-content-container .modal-window .modal-target .page-content-block {
      padding: 16px;
      margin-bottom: 0; }
      #modal-content-container .modal-window .modal-target .page-content-block .pin.button-call {
        margin-right: 18px; }

@-moz-keyframes modalFlyIn {
  from {
    -moz-transform: scale(0); }

  to {
    -moz-transform: scale(1); } }

@-webkit-keyframes modalFlyIn {
  0% {
    -webkit-transform: scale(0); }

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

.visible .modal-window {
  -moz-animation-duration: .2s;
  -moz-animation-name: modalFlyIn;
  -webkit-animation-duration: .2s;
  -webkit-animation-name: modalFlyIn; }

@media screen and (min-width: 795px) {
  #modal-content-container .modal-window {
    width: 66.6666667%;
    margin: 32px 16.66667%; } }
@media screen and (min-width: 1075px) {
  #modal-content-container .modal-window {
    width: 33.3333333%;
    margin: 90px 33.3333333%; } }
[class*="bk1"] {
  float: left; }

.bk1-break {
  float: none;
  width: auto; }

.bk1-1of1 {
  width: 100%; }

.bk1-1of2 {
  width: 50%;
  *width: 49.99937578%; }

.bk1-1of3 {
  width: 33.33333%; }

.bk1-2of3 {
  width: 66.66666%; }

.bk1-1of4 {
  width: 25%;
  *width: 24.999%; }

.bk1-3of4 {
  width: 75%; }

.bk1-1of5 {
  width: 20%; }

.bk1-2of5 {
  width: 40%; }

.bk1-3of5 {
  width: 60%; }

.bk1-4of5 {
  width: 80%; }

.bk1-1of6 {
  width: 16.66666%; }

.bk1-5of6 {
  width: 83.33333%; }

.bk1-3of8 {
  width: 37.5%; }

.bk1-5of8 {
  width: 62.5%; }

.bk1-8of9 {
  width: 88.8888889%; }

.bk1-3of12 {
  width: 25%; }

.bk1-5of12 {
  width: 41.66666%; }

.bk1-6of12 {
  width: 50%; }

.bk1-7of12 {
  width: 58.33333%; }

.bk1-9of12 {
  width: 75%; }

.container {
  max-width: 1214px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 2px 0 0 rgba(0, 0, 0, 0.05), -2px 0 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 2px 0 0 rgba(0, 0, 0, 0.05), -2px 0 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 0 0 rgba(0, 0, 0, 0.05), -2px 0 0 rgba(0, 0, 0, 0.07);
  background-color: #fff; }
  .container.carousel-container {
    padding-bottom: 25px; }

.wrap {
  max-width: 1068px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1; }
  .wrap:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  .wrap .in, .wrap .module .more-link a, .module .more-link .wrap a {
    margin-right: 16px;
    margin-left: 16px; }

@media screen and (min-width: 560px) {
  [class*="bk2"] {
    float: left; }

  .bk2-break {
    float: none;
    width: auto; }

  .bk2-1of1 {
    width: 100%; }

  .bk2-1of2 {
    width: 50%;
    *width: 49.99937578%; }

  .bk2-1of3 {
    width: 33.33333%; }

  .bk2-2of3 {
    width: 66.66666%; }

  .bk2-1of4 {
    width: 25%;
    *width: 24.999%; }

  .bk2-3of4 {
    width: 75%; }

  .bk2-1of5 {
    width: 20%; }

  .bk2-2of5 {
    width: 40%; }

  .bk2-3of5 {
    width: 60%; }

  .bk2-4of5 {
    width: 80%; }

  .bk2-1of6 {
    width: 16.66666%; }

  .bk2-5of6 {
    width: 83.33333%; }

  .bk2-3of8 {
    width: 37.5%; }

  .bk2-5of8 {
    width: 62.5%; }

  .bk2-8of9 {
    width: 88.8888889%; }

  .bk2-3of12 {
    width: 25%; }

  .bk2-5of12 {
    width: 41.66666%; }

  .bk2-6of12 {
    width: 50%; }

  .bk2-7of12 {
    width: 58.33333%; }

  .bk2-9of12 {
    width: 75%; } }
@media screen and (min-width: 795px) {
  [class*="bk3"] {
    float: left; }

  .bk3-break {
    float: none;
    width: auto; }

  .bk3-1of1 {
    width: 100%; }

  .bk3-1of2 {
    width: 50%;
    *width: 49.99937578%; }

  .bk3-1of3 {
    width: 33.33333%; }

  .bk3-2of3 {
    width: 66.66666%; }

  .bk3-1of4 {
    width: 25%;
    *width: 24.999%; }

  .bk3-3of4 {
    width: 75%; }

  .bk3-1of5 {
    width: 20%; }

  .bk3-2of5 {
    width: 40%; }

  .bk3-3of5 {
    width: 60%; }

  .bk3-4of5 {
    width: 80%; }

  .bk3-1of6 {
    width: 16.66666%; }

  .bk3-5of6 {
    width: 83.33333%; }

  .bk3-3of8 {
    width: 37.5%; }

  .bk3-5of8 {
    width: 62.5%; }

  .bk3-8of9 {
    width: 88.8888889%; }

  .bk3-3of12 {
    width: 25%; }

  .bk3-5of12 {
    width: 41.66666%; }

  .bk3-6of12 {
    width: 50%; }

  .bk3-7of12 {
    width: 58.33333%; }

  .bk3-9of12 {
    width: 75%; }

  h1, .alpha {
    color: #1e1e1e;
    font-weight: normal;
    font-size: 30px;
    font-size: 1.875rem;
    font-family: Georgia, serif;
    line-height: 36px;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 44px; }

  h2, .beta {
    color: #1f1f1f;
    font-weight: normal;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: Georgia, serif;
    line-height: 32px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px; }

  h3, .gamma, .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading h3 {
    color: #1f1f1f;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px; }

  h4, .delta {
    color: #1f1f1f;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem; } }
@media screen and (min-width: 1075px) {
  [class*="bk4"] {
    float: left; }

  .bk4-break {
    float: none;
    width: auto; }

  .bk4-1of1 {
    width: 100%; }

  .bk4-1of2 {
    width: 50%;
    *width: 49.99937578%; }

  .bk4-1of3 {
    width: 33.33333%; }

  .bk4-2of3 {
    width: 66.66666%; }

  .bk4-1of4 {
    width: 25%;
    *width: 24.999%; }

  .bk4-3of4 {
    width: 75%; }

  .bk4-1of5 {
    width: 20%; }

  .bk4-2of5 {
    width: 40%; }

  .bk4-3of5 {
    width: 60%; }

  .bk4-4of5 {
    width: 80%; }

  .bk4-1of6 {
    width: 16.66666%; }

  .bk4-5of6 {
    width: 83.33333%; }

  .bk4-3of8 {
    width: 37.5%; }

  .bk4-5of8 {
    width: 62.5%; }

  .bk4-8of9 {
    width: 88.8888889%; }

  .bk4-3of12 {
    width: 25%; }

  .bk4-5of12 {
    width: 41.66666%; }

  .bk4-6of12 {
    width: 50%; }

  .bk4-7of12 {
    width: 58.33333%; }

  .bk4-9of12 {
    width: 75%; } }
@media screen and (min-width: 1400px) {
  [class*="bk5"] {
    float: left; }

  .bk4-break {
    float: none;
    width: auto; }

  .bk4-1of1 {
    width: 100%; }

  .bk4-1of2 {
    width: 50%;
    *width: 49.99937578%; }

  .bk4-1of3 {
    width: 33.33333%; }

  .bk4-2of3 {
    width: 66.66666%; }

  .bk4-1of4 {
    width: 25%;
    *width: 24.999%; }

  .bk4-3of4 {
    width: 75%; }

  .bk4-1of5 {
    width: 20%; }

  .bk4-2of5 {
    width: 40%; }

  .bk4-3of5 {
    width: 60%; }

  .bk4-4of5 {
    width: 80%; }

  .bk4-1of6 {
    width: 16.66666%; }

  .bk4-5of6 {
    width: 83.33333%; }

  .bk4-3of8 {
    width: 37.5%; }

  .bk4-5of8 {
    width: 62.5%; }

  .bk4-8of9 {
    width: 88.8888889%; }

  .bk4-3of12 {
    width: 25%; }

  .bk4-5of12 {
    width: 41.66666%; }

  .bk4-6of12 {
    width: 50%; }

  .bk4-7of12 {
    width: 58.33333%; }

  .bk4-9of12 {
    width: 75%; } }
@media screen and (max-width: 560px) {
  #breakpoints #bk1 {
    display: block; } }
@media screen and (min-width: 560px) and (max-width: 795px) {
  #breakpoints #bk2 {
    display: block; } }
@media screen and (min-width: 795px) and (max-width: 1075px) {
  #breakpoints #bk3 {
    display: block; } }
@media screen and (min-width: 1075px) and (max-width: 1400px) {
  #breakpoints #bk4 {
    display: block; } }
@media screen and (min-width: 1400px) {
  #breakpoints #bk5 {
    display: block; } }
.logo {
  display: inline-block; }

.page-header .high-level {
  height: 38px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #1e1e1e; }
  .page-header .high-level a {
    color: #bac5c6;
    text-transform: uppercase; }
    .page-header .high-level a:hover {
      color: #8996a0;
      text-decoration: none; }
  .page-header .high-level .logo {
    float: left;
    width: 259px;
    height: 35px;
    background: transparent url(images/logo-highlevel.svg) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-top: 10px; }
  .page-header .high-level .url {
    display: none;
    float: right;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 38px;
    text-align: right; }
.page-header .top-level {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f3f3f1;
  padding-top: 1em; }
  .page-header .top-level a {
    color: #393939;
    text-decoration: none; }
    .page-header .top-level a:hover {
      text-decoration: underline; }
    .page-header .top-level a.active {
      background: #e1e1e1;
      padding: 0 5px;
      margin: -3px -5px; }
    .page-header .top-level a.logout {
      border-left: 1px solid #393939;
      padding-left: 1em; }
  .page-header .top-level .title {
    padding-bottom: 1em; }
    .page-header .top-level .title .logo {
      display: block;
      width: 259px;
      height: 45px;
      background: transparent url(images/logo-toplevel.svg) no-repeat;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain; }
      .page-header .top-level .title .logo.logo-child {
        background-image: url(images/logo-toplevelB.svg); }
  .page-header .top-level ul li {
    display: inline-block;
    font-size: 12px;
    font-size: .75rem;
    margin-bottom: 0.5em;
    margin-left: 1.75em; }
  .page-header .top-level .header-toolbar {
    background-color: #a51c30; }
    .page-header .top-level .header-toolbar .header-toolbar-triggers li {
      display: inline;
      margin: 0; }
      .page-header .top-level .header-toolbar .header-toolbar-triggers li a {
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        padding: 10px 16px; }
        .page-header .top-level .header-toolbar .header-toolbar-triggers li a:hover {
          text-decoration: none; }
        .page-header .top-level .header-toolbar .header-toolbar-triggers li a.menu {
          display: block;
          padding-left: 20px; }
        .page-header .top-level .header-toolbar .header-toolbar-triggers li a.search {
          float: right;
          background-color: #1f1f1f; }
    .page-header .top-level .header-toolbar .header-toolbar-window {
      background-color: #1f1f1f; }
      .page-header .top-level .header-toolbar .header-toolbar-window > .in, .page-header .top-level .header-toolbar .module .more-link .header-toolbar-window > a, .module .more-link .page-header .top-level .header-toolbar .header-toolbar-window > a {
        margin-right: 12px;
        margin-left: 12px; }
      .page-header .top-level .header-toolbar .header-toolbar-window ul {
        display: none; }
.page-header nav.global-nav {
  display: none;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #a51c30; }
  .page-header nav.global-nav li {
    display: inline; }
    .page-header nav.global-nav li a {
      display: block;
      color: #fff;
      font-size: 22px;
      font-size: 1.375rem;
      text-decoration: none;
      border-bottom: 1px solid #541b24;
      padding: 0.75em 1em; }
      .page-header nav.global-nav li a:hover {
        text-decoration: none;
        background-color: #86111e; }
  .page-header nav.global-nav ul.utility-links li a {
    font-weight: normal;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1f1f1f;
    font-weight: bold;
    border-bottom: 1px solid #cacaca;
    background-color: #e6e5e3;
    padding: 1em 1.8em; }
    .page-header nav.global-nav ul.utility-links li a:hover {
      text-decoration: underline; }

body.section_financial_aid .page-header .top-level .title .logo.logo-child {
  background-image: url(images/harvard_college_griffin_horz_12162014.svg); }

.utility-links li a {
  display: inline-block; }
  @media screen and (min-width: 1075px) {
    .utility-links li a.active {
      padding: 0 5px !important; } }

@media screen and (max-width: 1075px) {
  .page-header .top-level .utility-links li {
    margin-left: 1em; } }
.no-svg .high-level .logo {
  background-image: url(images/logo-highlevel.png); }
.no-svg .page-header .top-level .title .logo {
  background-image: url(images/logo-toplevel.png); }
  .no-svg .page-header .top-level .title .logo.logo-child {
    background-image: url(images/logo-toplevelB.png); }
.no-svg body.section_financial_aid .page-header .top-level .title .logo.logo-child {
  background-image: url(images/harvard_college_griffin_horz_12162014.png); }

nav.people-nav {
  display: none;
  background-color: #333; }
  nav.people-nav > .wrap {
    padding: 15px 0; }
  nav.people-nav .zeta, nav.people-nav form.filter .fieldset-title, form.filter nav.people-nav .fieldset-title, nav.people-nav .page-content .details a, .page-content .details nav.people-nav a, nav.people-nav .page-content .details strong, .page-content .details nav.people-nav strong {
    color: #fff; }
  @media screen and (min-width: 1075px) {
    nav.people-nav div.region, nav.people-nav div.region div {
      display: inline-block; } }
  nav.people-nav ul li {
    font-weight: normal;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0.75em 0; }
    nav.people-nav ul li a {
      color: #77bcff;
      text-decoration: none; }
      nav.people-nav ul li a:hover {
        color: #add5fc; }

@media screen and (max-width: 795px) {
  .page-header .header-toolbar-window form.search-global {
    display: none;
    padding: 12px 0; }
    .page-header .header-toolbar-window form.search-global label {
      display: none; }
    .page-header .header-toolbar-window form.search-global .search-wrap {
      position: relative; } }
@media screen and (min-width: 795px) {
  .page-header .high-level {
    padding: 0; }
  .page-header .top-level {
    padding-top: 2em; }
    .page-header .top-level .title {
      padding-bottom: 2em; }
      .page-header .top-level .title .logo {
        height: 54px; }
        .page-header .top-level .title .logo.logo-child {
          width: 341px; }
    .page-header .top-level .header-toolbar .header-toolbar-triggers li a.menu {
      padding-left: 30px; }
    .page-header .top-level .header-toolbar .header-toolbar-triggers li a.search {
      display: none; }
    .page-header .top-level .header-toolbar-window form.search-global {
      display: inline-block !important;
      padding: 0; }
      html.lt-ie8 .page-header .top-level .header-toolbar-window form.search-global {
        display: inline !important; }
      .page-header .top-level .header-toolbar-window form.search-global label {
        float: left;
        margin-right: 8px; }
      .page-header .top-level .header-toolbar-window form.search-global .form-input-search {
        display: inline-block;
        width: 310px; }
      .page-header .top-level .header-toolbar-window form.search-global [type=submit] {
        border: 1px solid #1f1f1f;
        background-color: #1f1f1f; }
  .page-header nav.global-nav {
    background-color: transparent; }
    .page-header nav.global-nav li a {
      background-color: #a51c30; } }
@media screen and (min-width: 795px) and (max-width: 1075px) {
  .page-header .top-level .wrap > .header-toolbar-window {
    float: right;
    text-align: right; } }
@media screen and (max-width: 1075px) {
  .page-header .top-level .header-toolbar {
    clear: both; }
    .page-header .top-level .header-toolbar.in, .page-header .top-level .module .more-link a.header-toolbar, .module .more-link .page-header .top-level a.header-toolbar {
      margin: 0; }
  .page-header nav.global-nav .in, .page-header nav.global-nav .module .more-link a, .module .more-link .page-header nav.global-nav a {
    margin: 0; } }
@media screen and (min-width: 1075px) {
  .page-header .high-level .url {
    display: block; }
  .page-header .top-level .right-align {
    text-align: right; }
  .page-header .top-level .title {
    padding-bottom: 2.25em; }
    .page-header .top-level .title .logo {
      height: 64px; }
  .page-header .top-level .header-toolbar {
    background-color: transparent; }
    .page-header .top-level .header-toolbar.in, .page-header .top-level .module .more-link a.header-toolbar, .module .more-link .page-header .top-level a.header-toolbar {
      margin: 0; }
    .page-header .top-level .header-toolbar .header-toolbar-triggers {
      display: none; }
    .page-header .top-level .header-toolbar .header-toolbar-window {
      background-color: transparent; }
      .page-header .top-level .header-toolbar .header-toolbar-window ul {
        display: block; }
      .page-header .top-level .header-toolbar .header-toolbar-window ul.contextual-links {
        display: none; }
  .page-header nav.global-nav {
    display: block;
    text-align: center;
    background-color: #a51c30;
    overflow: hidden; }
    .page-header nav.global-nav ul {
      position: relative;
      left: -3.7%;
      width: 110%; }
    .page-header nav.global-nav li a {
      display: block;
      float: left;
      border-bottom: none;
      padding: 0.75em 1.87em; }
      .page-header nav.global-nav li a.active {
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) inset;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) inset;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) inset;
        background-color: #6a1319; }

  nav.people-nav {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    border-top: 4px solid #a51c30;
    background-color: #ccd2d6;
    -moz-animation-duration: 1.2s;
    -moz-animation-name: audienceIn;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-name: audienceIn; }
    nav.people-nav > .wrap {
      padding: 5px 0; }
    nav.people-nav .zeta, nav.people-nav form.filter .fieldset-title, form.filter nav.people-nav .fieldset-title, nav.people-nav .page-content .details a, .page-content .details nav.people-nav a, nav.people-nav .page-content .details strong, .page-content .details nav.people-nav strong {
      display: inline-block;
      color: #1f1f1f; }
    nav.people-nav ul {
      display: inline-block;
      margin: 0; }
      nav.people-nav ul .split-left,
      nav.people-nav ul .split-right {
        display: inline-block;
        float: none;
        width: auto; }
      nav.people-nav ul li {
        display: inline-block;
        font-size: 14px;
        font-size: .875rem;
        margin: 0.65em 1.25em; }
        nav.people-nav ul li a {
          color: #3b7abd; }
          nav.people-nav ul li a:hover {
            color: #254e78; }

  @-moz-keyframes audienceIn {
    0% {
      bottom: -100px; }

    17% {
      bottom: -100px; }

    100% {
      bottom: 0; } }

  @-webkit-keyframes audienceIn {
    0% {
      bottom: -100px; }

    17% {
      bottom: -100px; }

    100% {
      bottom: 0; } } }
@media screen and (min-width: 1122px) {
  .page-header .high-level .logo {
    position: relative;
    left: -18px; } }
@media screen and (max-width: 1400px) {
  .page-header .high-level {
    padding: 0 15px; } }
@media screen and (min-width: 1400px) {
  .page-header .high-level {
    padding: 0; } }
.page-footer {
  color: #ffffff;
  background-color: #1e1e1e;
  padding: 0.75em 0; }
  .page-footer p {
    font-size: 14px;
    font-size: .875rem;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 26px;
    padding: 3px 0 4px; }
    .page-footer p a {
      color: #bac5c6;
      font-weight: bold; }
      .page-footer p a:hover {
        color: #8996a0;
        text-decoration: none; }

@media screen and (min-width: 1075px) {
  .page-footer {
    padding-bottom: 61px; } }
.page-title {
  -moz-box-shadow: 0 -1px 16px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -1px 16px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 -1px 16px rgba(0, 0, 0, 0.15) inset;
  background-color: #e6e5e3; }
  .page-title .wrap {
    padding-right: 4px;
    padding-left: 4px; }
  .page-title .container {
    position: relative;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 1px; }
    .page-title .container .wrap {
      position: relative;
      background-image: -webkit-gradient(linear, left top, left 50%, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), 50%, rgba(0, 0, 0, 0));
      background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7), 50%, rgba(0, 0, 0, 0));
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.7), 50%, rgba(0, 0, 0, 0));
      background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7), 50%, rgba(0, 0, 0, 0));
      background-image: linear-gradient(top, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0)); }
    .page-title .container h1.title {
      color: #fff;
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 38px;
      text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
      padding: 1em 0; }
    .page-title .container .hero-image {
      position: absolute;
      z-index: 0;
      overflow: hidden;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .page-title .container .hero-image:after {
        content: '';
        position: absolute;
        z-index: 0;
        overflow: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, black 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, black));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, black 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, black 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, black 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, #000000 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */ }
      .page-title .container .hero-image div {
        height: 100%;
        /* Drupal fix */ }
      .page-title .container .hero-image img {
        min-width: 100%;
        max-width: none;
        width: auto;
        height: 100%; }
        .page-title .container .hero-image img.expand-width {
          width: 100%;
          height: auto; }
      .page-title .container .hero-image figcaption {
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 25px;
        color: #fff;
        background-color: #1f1f1f;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 16px; }
        .page-title .container .hero-image figcaption .zeta, .page-title .container .hero-image figcaption form.filter .fieldset-title, form.filter .page-title .container .hero-image figcaption .fieldset-title, .page-title .container .hero-image figcaption .page-content .details a, .page-content .details .page-title .container .hero-image figcaption a, .page-title .container .hero-image figcaption .page-content .details strong, .page-content .details .page-title .container .hero-image figcaption strong {
          color: #fff;
          margin-bottom: 0.25em; }
    .page-title .container .theater-window {
      display: none; }
      .page-title .container .theater-window a.theater-close {
        position: absolute;
        z-index: 99;
        top: 0;
        right: 0;
        opacity: 0.7;
        color: #fff;
        background-color: #000;
        padding: 0.5em; }
        .page-title .container .theater-window a.theater-close:hover {
          opacity: 1;
          text-decoration: none; }
      .page-title .container .theater-window .theater-target figure.video {
        margin: 0 auto; }
        .page-title .container .theater-window .theater-target figure.video .video-embed {
          border: none; }
  .page-title nav.breadcrumbs {
    display: none;
    padding: 0.35em 0; }
    .page-title nav.breadcrumbs li {
      display: inline-block;
      color: #6c6c6c;
      font-weight: bold;
      font-size: 12px;
      font-size: .75rem;
      font-family: Arial, Helvetica, sans-serif; }
      .page-title nav.breadcrumbs li a {
        color: #6c6c6c;
        text-decoration: none; }
        .page-title nav.breadcrumbs li a:hover {
          color: #1f1f1f;
          text-decoration: underline; }
      .page-title nav.breadcrumbs li:after {
        content: ' / ';
        padding: 0 0.25em; }
  .page-title h1.title {
    color: #1e1e1e;
    font-weight: normal;
    font-size: 30px;
    font-size: 1.875rem;
    font-family: Georgia, serif;
    line-height: 36px;
    padding: 0.5em 0; }
    .page-title h1.title[class*="icon-"]:before {
      display: none;
      color: #541b24;
      margin-right: 0.25em; }
  .page-title .page-alert {
    display: none;
    display: block;
    border-bottom: 1px solid #757f9f;
    background-color: #293352; }
    .page-title .page-alert .in, .page-title .page-alert .module .more-link a, .module .more-link .page-title .page-alert a {
      padding: 20px 0; }
      .page-title .page-alert .in > [class*="icon-"], .page-title .page-alert .module .more-link a > [class*="icon-"], .module .more-link .page-title .page-alert a > [class*="icon-"] {
        float: left;
        width: 30px;
        color: #fff;
        font-size: 30px;
        margin-right: 16px; }
    .page-title .page-alert .page-alert-message {
      overflow: hidden;
      color: #fff; }
      .page-title .page-alert .page-alert-message h1.epsilon {
        color: #fff;
        margin-right: 25px;
        margin-bottom: 15px; }
        .page-title .page-alert .page-alert-message h1.epsilon .timestamp {
          color: #757f9f; }
          .page-title .page-alert .page-alert-message h1.epsilon .timestamp:before {
            content: '|';
            padding: 0 0.5em; }
      .page-title .page-alert .page-alert-message a {
        color: #77bcff; }
        .page-title .page-alert .page-alert-message a:hover {
          color: #add5fc; }
        .page-title .page-alert .page-alert-message a.page-alert-close {
          float: right;
          margin-bottom: 10px; }
          .page-title .page-alert .page-alert-message a.page-alert-close:hover {
            text-decoration: none; }
    .page-title .page-alert.page-alert-caution {
      border-bottom: 1px solid #FFDB6D;
      background-color: #D16103; }
      .page-title .page-alert.page-alert-caution .page-alert-message h1.epsilon .timestamp {
        color: #F1B07A; }
      .page-title .page-alert.page-alert-caution .page-alert-message a {
        color: #fff; }
  .page-title figure.video {
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); }
    .page-title figure.video a.wrap-video,
    .page-title figure.video .video-embed {
      border: 4px solid #fff; }
    .page-title figure.video figcaption {
      color: #fff;
      background: none;
      padding: 16px 0 0; }
      .page-title figure.video figcaption h1 {
        color: #fff;
        padding-bottom: 8px; }
      .page-title figure.video figcaption p {
        font-family: Georgia, serif; }
        .page-title figure.video figcaption p a {
          color: #77bcff; }
          .page-title figure.video figcaption p a:hover {
            color: #add5fc;
            text-decoration: underline; }
  .page-title .data-posters {
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); }
    .page-title .data-posters .data-poster .chart .label {
      color: #fff;
      font-size: 40px; }
    .page-title .data-posters .data-poster .dollar {
      position: relative;
      color: #fff;
      font-size: 40px;
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      line-height: 1.6em;
      letter-spacing: -2px; }
      .page-title .data-posters .data-poster .dollar img {
        width: 100%; }
      .page-title .data-posters .data-poster .dollar .total {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .page-title .data-posters .data-poster .dollar .total .percent {
          position: relative;
          top: -0.2em;
          font-size: 0.75em;
          margin-right: 4px; }
    .page-title .data-posters .data-poster .gamma, .page-title .data-posters .data-poster .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading h3, .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading .page-title .data-posters .data-poster h3 {
      display: block;
      color: #fff;
      margin-top: 0.5em; }
    .page-title .data-posters .data-poster noscript {
      display: block;
      line-height: inherit; }
  .page-title.hero-title .container {
    text-align: center; }
  .page-title.splash-title .container .hero-image img {
    min-width: 100%;
    width: auto;
    height: 100%; }
  .page-title.splash-title .in, .page-title.splash-title .module .more-link a, .module .more-link .page-title.splash-title a {
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
    padding: 1em 0; }
    @media screen and (max-width: 795px) {
      body.admitted .page-title.splash-title .in, body.admitted .page-title.splash-title .module .more-link a, .module .more-link body.admitted .page-title.splash-title a {
        padding: 2.2em 0; } }
    .page-title.splash-title .in h1.title, .page-title.splash-title .module .more-link a h1.title, .module .more-link .page-title.splash-title a h1.title {
      margin-top: 0;
      padding: 0; }
    .page-title.splash-title .in p, .page-title.splash-title .module .more-link a p, .module .more-link .page-title.splash-title a p, .page-title.splash-title .in .field-item, .page-title.splash-title .module .more-link a .field-item, .module .more-link .page-title.splash-title a .field-item {
      color: #fff;
      font-size: 28px;
      font-size: 1.75rem;
      padding: 0.5em 0 1em; }
  .page-title.theater-active .container {
    background-color: rgba(0, 0, 0, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#e6000000',GradientType=0 ); }
    .page-title.theater-active .container .hero-image,
    .page-title.theater-active .container .hero-body {
      display: none; }
  .page-title .rsOverflow .pane-content {
    background: #000; }

.page-title-article {
  padding-top: 1em;
  padding-bottom: 1em; }
  .node-type-listing .page-title-article {
    padding-bottom: 0; }
  .page-title-article .page-search a.button-secondary {
    margin-right: 0.5em; }
  .page-title-article .page-search form.search {
    margin: 1em 0; }
  .page-title-article .page-content-block {
    margin-bottom: 0; }
  @media screen and (max-width: 795px) {
    .page-title-article .syndicate-links {
      margin-bottom: 16px; } }

.lt-ie10 .page-title .container h1.title {
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=180,strength=5,color=222222); }

body.admitted .page-title .hero-image:after {
  content: '';
  position: absolute;
  z-index: 0;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }
body.admitted .page-title h1.title {
  font-weight: 400;
  font-family: "freight-sans-pro-n4", "freight-sans-pro", Helvetica Neue, Helvetica, Arial, sans-serif;
  min-height: 0; }
body.admitted .page-title .hero-body h1.title {
  font-weight: 700;
  font-family: "freight-sans-pro-n7", "freight-sans-pro", Helvetica Neue, Helvetica, Arial, sans-serif; }
body.admitted .page-title .hero-body p, body.admitted .page-title .hero-body .field-item {
  font-weight: 400;
  font-family: "freight-sans-pro-n4", "freight-sans-pro", Helvetica Neue, Helvetica, Arial, sans-serif; }
body.admitted .page-title .container .hero-image img {
  float: right; }
body.admitted .page-title .container .hero-image figcaption {
  top: 25px;
  bottom: auto; }

@media screen and (min-width: 560px) {
  .page-title .container h1.title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 46px; }
  .page-title .data-posters .data-poster {
    padding-bottom: 1em; }
    .page-title .data-posters .data-poster .data-poster-graphic > .in, .page-title .data-posters .data-poster .module .more-link .data-poster-graphic > a, .module .more-link .page-title .data-posters .data-poster .data-poster-graphic > a {
      margin-right: 60px;
      margin-left: 60px; }
    .page-title .data-posters .data-poster .chart {
      margin-bottom: 0; }
      .page-title .data-posters .data-poster .chart .label {
        font-size: 50px; }
    .page-title .data-posters .data-poster .dollar {
      position: relative;
      font-size: 50px;
      margin-top: 8px; }
      .page-title .data-posters .data-poster .dollar img {
        width: 100%; }
    .page-title .data-posters .data-poster .gamma, .page-title .data-posters .data-poster .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading h3, .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading .page-title .data-posters .data-poster h3 {
      text-align: center;
      margin-top: 0; } }
@media screen and (min-width: 420px) and (max-width: 795px) {
  .page-title figure.video a.wrap-video {
    float: left;
    width: 33.333333%;
    margin-right: 1em; }
  .page-title figure.video figcaption {
    overflow: hidden; }

  .page-title-article form.search {
    width: 50%; } }
@media screen and (max-width: 795px) {
  body.admitted .page-title .container .wrap {
    min-height: 260px; }
  .page-title .bk-title {
    padding: 0; }
  .page-title figcaption.bk-title {
    color: #fff;
    background-color: #1f1f1f;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1em; }
    .page-title figcaption.bk-title .zeta, .page-title figcaption.bk-title form.filter .fieldset-title, form.filter .page-title figcaption.bk-title .fieldset-title, .page-title figcaption.bk-title .page-content .details a, .page-content .details .page-title figcaption.bk-title a, .page-title figcaption.bk-title .page-content .details strong, .page-content .details .page-title figcaption.bk-title strong {
      color: #fff; } }
@media screen and (min-width: 795px) {
  .page-title .wrap {
    padding-right: 14px;
    padding-left: 14px; }
  .page-title .container .wrap {
    background: none; }
  .page-title .container h1.title {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 56px;
    padding: 110px 0 91px;
    min-height: 200px; }
  .page-title .container figure.video {
    margin: 1em; }
  .page-title .container .data-posters {
    top: 1px; }
    .page-title .container .data-posters .data-poster .data-poster-graphic {
      position: relative;
      top: -25px; }
      .page-title .container .data-posters .data-poster .data-poster-graphic > .in, .page-title .container .data-posters .data-poster .module .more-link .data-poster-graphic > a, .module .more-link .page-title .container .data-posters .data-poster .data-poster-graphic > a {
        margin-right: 16px;
        margin-left: 16px; }
      .page-title .container .data-posters .data-poster .data-poster-graphic .chart {
        margin: 0; }
        .page-title .container .data-posters .data-poster .data-poster-graphic .chart .label, .page-title .container .data-posters .data-poster .data-poster-graphic .chart noscript {
          font-size: 40px; }
      .page-title .container .data-posters .data-poster .data-poster-graphic .dollar {
        font-size: 65px;
        margin-top: 0; }
    .page-title .container .data-posters .data-poster .gamma, .page-title .container .data-posters .data-poster .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading h3, .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading .page-title .container .data-posters .data-poster h3 {
      text-align: left;
      margin-top: 0.5em;
      margin-bottom: 0.5em; }
  .page-title nav.breadcrumbs {
    display: block; }
  .page-title h1.title {
    color: #1e1e1e;
    font-weight: normal;
    font-size: 30px;
    font-size: 1.875rem;
    font-family: Georgia, serif;
    line-height: 36px;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 44px;
    padding-top: 0;
    padding-bottom: 0.35em; }
    .page-title h1.title[class*="icon-"]:before {
      display: inline-block; }
  .page-title .page-alert .page-alert-message h1.epsilon {
    margin-right: 0; }
  .page-title.splash-title .container .wrap {
    background: none; }
  .page-title.splash-title .container h1.title {
    min-height: 0; }
  .page-title.splash-title .in, .page-title.splash-title .module .more-link a, .module .more-link .page-title.splash-title a {
    padding: 7em 0; }
  .page-title.hero-title .container .hero-image {
    max-height: 402px; }
  .page-title.hero-title .container .wrap {
    height: 400px; }
    .page-title.hero-title .container .wrap h1.title {
      font-size: 80px;
      font-size: 5rem;
      line-height: 1em;
      padding-top: 140px;
      padding-bottom: 49px;
      min-height: 0; }
    .page-title.hero-title .container .wrap .hero-posters {
      position: relative;
      z-index: 999; }
  .page-title.data-title .container h1.title {
    padding: 88px 0 54px;
    min-height: 106px; }

  .page-title-article .page-search {
    float: right; }
  .page-title-article h1 {
    padding-top: 40px; }
  .page-title-article .page-content-block h2 {
    font-size: 28px; }
  .page-title-article .page-content-block .hr {
    margin: 16px 0; }

  body.admitted .page-title h1.title {
    font-size: 62px;
    font-size: 3.875rem;
    line-height: 60px;
    padding: 125px 0 25px; }
    html.lt-ie9 body.admitted .page-title h1.title {
      padding-top: 105px;
      line-height: 80px; }

  .no-js .page-title .container .data-posters .data-poster .data-poster-graphic,
  .no-canvas .page-title .container .data-posters .data-poster .data-poster-graphic {
    top: 0; }
  .no-js .page-title .container .data-posters .data-poster .stat-operator.move,
  .no-canvas .page-title .container .data-posters .data-poster .stat-operator.move {
    display: none; } }
@media screen and (min-width: 1075px) {
  .page-title .wrap {
    padding-right: 0;
    padding-left: 0; }
  .page-title .container .hero-image figcaption {
    padding-right: 90px; }
  .page-title .container .data-posters .data-poster {
    padding: 0; }
    .page-title .container .data-posters .data-poster .data-poster-graphic .chart .label, .page-title .container .data-posters .data-poster .data-poster-graphic .chart noscript {
      font-size: 70px; }
    .page-title .container .data-posters .data-poster .data-poster-graphic .chart span.label {
      line-height: 70px; }
    .page-title .container .data-posters .data-poster .data-poster-graphic noscript {
      margin-top: 14px; }

  .page-title-listing {
    padding: 0; } }
@media screen and (max-width: 560px) {
  .hero-posters {
    display: inline-block; } }
.page-content {
  background-color: #f3f3f1; }
  .page-content .container > .wrap {
    padding-right: 4px;
    padding-left: 4px; }
  .page-content .page-content-primary {
    position: relative;
    z-index: 1;
    padding-bottom: 1px; }
    .page-content .page-content-primary .page-content-block {
      margin-top: 16px; }
      html.lt-ie8 .page-content .page-content-primary .page-content-block {
        padding-top: 16px; }
    .page-content .page-content-primary table.overflow-shadow {
      min-width: 150%; }
    .page-content .page-content-primary .overflow-wrap table {
      margin: 0; }
    .page-content .page-content-primary .module {
      margin-top: 16px;
      margin-bottom: 16px;
      /*      & + .module {
              margin-top: $grid-gutter;
            }*/ }
      .page-content .page-content-primary .module.module-pop {
        margin-bottom: 32px; }
    .page-content .page-content-primary .no-space .module {
      margin-top: 0; }
    .page-content .page-content-primary [class*="float-"], .page-content .page-content-primary .block {
      display: block;
      margin: 16px auto; }
    .page-content .page-content-primary figure[class*="float-"] a.wrap-video {
      display: inline-block;
      top: 7px; }
    .page-content .page-content-primary figure[class*="float-"] img {
      width: auto; }
    .page-content .page-content-primary section.comments h1.gamma {
      border-bottom: 1px solid #cacaca;
      padding-bottom: 0.5em; }
    .page-content .page-content-primary section.comments .boxed {
      margin-top: 32px;
      margin-bottom: 32px; }
    .page-content .page-content-primary .page-summarized {
      padding-top: 16px; }
      .page-content .page-content-primary .page-summarized.last .hr {
        display: none; }
      .page-content .page-content-primary .page-summarized > div {
        margin-bottom: 16px; }
        .page-content .page-content-primary .page-summarized > div.in {
          clear: both; }
      .page-content .page-content-primary .page-summarized img, .page-content .page-content-primary .page-summarized .field-name-field-link {
        margin-bottom: 16px; }
      .page-content .page-content-primary .page-summarized .gamma a, .page-content .page-content-primary .page-summarized .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading h3 a, .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading .page-content .page-content-primary .page-summarized h3 a {
        border-bottom: 1px solid #C3D5EB; }
        .page-content .page-content-primary .page-summarized .gamma a:hover, .page-content .page-content-primary .page-summarized .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading h3 a:hover, .view-tours-and-information-sessions-calendar .date-nav-wrapper .date-heading .page-content .page-content-primary .page-summarized h3 a:hover {
          text-decoration: none;
          border-bottom: 1px solid #254e78; }
      .page-content .page-content-primary .page-summarized .page-summarized-body {
        padding: 16px 0; }
      .page-content .page-content-primary .page-summarized ul li {
        line-height: 20px; }
    .page-content .page-content-primary .row.row-unify {
      position: relative;
      overflow: hidden; }
      .page-content .page-content-primary .row.row-unify article.obscure {
        height: 30px !important;
        overflow: hidden; }
      .page-content .page-content-primary .row.row-unify .fade {
        height: 50px;
        line-height: 50px; }
    .page-content .page-content-primary .row .page-summarized:last-child {
      padding-bottom: 16px; }
    .page-content .page-content-primary .carousel-container .carousel article {
      background-color: #1f1f1f;
      padding-bottom: 70px; }
      .page-content .page-content-primary .carousel-container .carousel article img {
        width: 100%; }
      .page-content .page-content-primary .carousel-container .carousel article .slide-body {
        padding: 16px 16px 0; }
        .page-content .page-content-primary .carousel-container .carousel article .slide-body h1.gamma,
        .page-content .page-content-primary .carousel-container .carousel article .slide-body p {
          color: #fff;
          padding-top: 0; }
    .page-content .page-content-primary .pagination {
      padding-bottom: 16px; }
  .page-content .page-content-secondary {
    padding-bottom: 1px;
    margin-top: 32px; }
    .page-content .page-content-secondary .module {
      margin-bottom: 32px; }
      .page-content .page-content-secondary .module .chart {
        margin: 0 auto; }
  .page-content .container-filter form.filter {
    margin: 0 0 16px; }
    .page-content .container-filter form.filter ul.filter-selections {
      margin-top: 16px; }
  .page-content .container-media .container-media-grid {
    position: relative; }
    .page-content .container-media .container-media-grid .container-media-toolbar {
      text-indent: -9999px; }
      .page-content .container-media .container-media-grid .container-media-toolbar h2.zeta, .page-content .container-media .container-media-grid .container-media-toolbar form.filter h2.fieldset-title, form.filter .page-content .container-media .container-media-grid .container-media-toolbar h2.fieldset-title {
        float: left;
        color: #fff; }
      .page-content .container-media .container-media-grid .container-media-toolbar a.grid-trigger {
        float: right;
        color: #77bcff; }
        .page-content .container-media .container-media-grid .container-media-toolbar a.grid-trigger:hover {
          color: #add5fc;
          text-decoration: none; }
    .page-content .container-media .container-media-grid .container-media-results > .row {
      padding-bottom: 32px; }
  .page-content .container-media.grid-off {
    padding-bottom: 0; }
    .page-content .container-media.grid-off .container-media-results {
      display: none; }
    .page-content .container-media.grid-off .container-media-toolbar {
      text-indent: 0;
      padding-top: 16px;
      padding-bottom: 16px; }
    .page-content .container-media.grid-off .container-media-carousel {
      position: relative; }
      .page-content .container-media.grid-off .container-media-carousel .shadow-left,
      .page-content .container-media.grid-off .container-media-carousel .shadow-right {
        display: block;
        position: absolute;
        z-index: 99;
        top: 0;
        bottom: 0;
        width: 40px; }
      .page-content .container-media.grid-off .container-media-carousel .shadow-left {
        left: 0;
        background-image: -webkit-gradient(linear, left center, right center, from(#303030), to(rgba(48, 48, 48, 0)));
        background-image: -webkit-linear-gradient(left, #303030, rgba(48, 48, 48, 0));
        background-image: -moz-linear-gradient(left, #303030, rgba(48, 48, 48, 0));
        background-image: -o-linear-gradient(left, #303030, rgba(48, 48, 48, 0));
        background-image: -ms-linear-gradient(left, #303030, rgba(48, 48, 48, 0));
        background-image: linear-gradient(left, #303030, rgba(48, 48, 48, 0)); }
      .page-content .container-media.grid-off .container-media-carousel .shadow-right {
        right: 0;
        background-image: -webkit-gradient(linear, left center, right center, from(rgba(48, 48, 48, 0)), to(#303030));
        background-image: -webkit-linear-gradient(left, rgba(48, 48, 48, 0), #303030);
        background-image: -moz-linear-gradient(left, rgba(48, 48, 48, 0), #303030);
        background-image: -o-linear-gradient(left, rgba(48, 48, 48, 0), #303030);
        background-image: -ms-linear-gradient(left, rgba(48, 48, 48, 0), #303030);
        background-image: linear-gradient(left, rgba(48, 48, 48, 0), #303030); }
  .page-content .page-title-search {
    padding-top: 16px;
    padding-bottom: 16px; }
    .page-content .page-title-search form.search {
      margin: 16px 0; }
    .page-content .page-title-search .pagination {
      text-align: left;
      margin-top: 16px; }
  .page-content .page-content-profile .page-content-profile-title {
    padding-top: 1em; }
  .page-content .page-content-results [class*="news-item-"] {
    margin: 16px 0 24px; }
    .page-content .page-content-results [class*="news-item-"] .news-item-body {
      margin: 8px 0 0; }
      .page-content .page-content-results [class*="news-item-"] .news-item-body em {
        font-style: normal;
        font-weight: bold; }
  .page-content .page-tools {
    text-align: left;
    line-height: 16px;
    padding-top: 1em; }
    .page-content .page-tools a.kappa:hover, .page-content .page-tools .module .more-link a:hover, .module .more-link .page-content .page-tools a:hover, .page-content .page-tools .carousel-container article a.field-type-link-field:hover, .carousel-container article .page-content .page-tools a.field-type-link-field:hover {
      text-decoration: none; }
    .page-content .page-tools .button-block {
      margin-top: 16px; }
  .page-content .page-content-listing {
    border-top: 1px solid #cacaca;
    padding-top: 16px; }
    .page-content .page-content-listing.no-rule {
      border-top: none;
      padding-top: 0; }
    .page-content .page-content-listing.no-space {
      padding-top: 0; }
    .page-content .page-content-listing article.news-item-alpha {
      padding: 16px 0; }
    .page-content .page-content-listing article.news-item-beta {
      border-bottom: 1px solid #cacaca;
      padding: 21.33333px 0; }
      .page-content .page-content-listing article.news-item-beta:first-child {
        padding-top: 16px; }
    .page-content .page-content-listing .views-row-first article.news-item-beta {
      padding-top: 16px; }
    .page-content .page-content-listing .views-row-last article.news-item-beta {
      border-bottom: none; }
    .page-content .page-content-listing .pagination {
      margin-bottom: 16px; }
  .page-content .page-content-footer {
    *zoom: 1;
    padding-top: 10px;
    padding-bottom: 10px; }
    .page-content .page-content-footer:after {
      visibility: hidden;
      display: block;
      content: "";
      clear: both;
      height: 0; }
    .page-content .page-content-footer .module {
      clear: both;
      margin-bottom: 32px; }
  .page-content.hero-content .page-content-primary {
    clear: both;
    padding-top: 20px; }
  .page-content.page-content-video .container-filter {
    background-color: #1f1f1f;
    padding-bottom: 1em; }
    .page-content.page-content-video .container-filter ul.filter-selections li {
      color: #fff; }
  .page-content.page-content-video .container-media {
    background-color: #303030; }
    .page-content.page-content-video .container-media .container-media-grid {
      padding-bottom: 21.33333px; }
      .page-content.page-content-video .container-media .container-media-grid .container-media-sidebar {
        padding-top: 1px;
        /* Fix for Firefox */ }
      .page-content.page-content-video .container-media .container-media-grid .container-media-results {
        margin-top: 16px; }
        .page-content.page-content-video .container-media .container-media-grid .container-media-results > .row {
          padding-bottom: 0; }
  .page-content.page-content-video .container-video {
    display: none;
    background-color: #1f1f1f; }
    .page-content.page-content-video .container-video #jukebox-window {
      min-height: 440px; }
    .page-content.page-content-video .container-video .video-embed {
      border: 4px solid #fff; }
    .page-content.page-content-video .container-video figure figcaption {
      color: #fff;
      background-color: #1f1f1f;
      padding: 1em 0; }
      .page-content.page-content-video .container-video figure figcaption h1.gamma {
        color: #fff;
        padding: 0.5em 0; }
      .page-content.page-content-video .container-video figure figcaption .base,
      .page-content.page-content-video .container-video figure figcaption .iota,
      .page-content.page-content-video .container-video figure figcaption .details {
        color: #fff;
        padding-bottom: 1em; }
  .page-content.blog .page-content-primary[class*="bk"],
  .page-content.blog .page-content-secondary {
    padding-top: 0;
    margin-top: 0; }
  .page-content .details {
    margin-top: 1em;
    color: #6c6c6c; }
    .page-content .details a, .page-content .details strong {
      display: block;
      margin-bottom: .5em;
      text-transform: none; }
      .page-content .details a:before, .page-content .details strong:before {
        content: none; }
    .page-content .details a {
      color: #3b7abd; }
    .page-content .details strong {
      margin-bottom: .25em; }
    .page-content .details br {
      display: none; }

.page-content-block {
  margin-bottom: 16px;
  /*  h2,
    h3,
    h4 {
      + p {
        margin-top: 1em;
      }
    }*/ }
  .page-content-block h2 {
    color: #1f1f1f;
    font-weight: normal;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: Georgia, serif;
    line-height: 32px;
    margin-bottom: 18px; }
  .page-content-block h3 {
    color: #1f1f1f;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
    padding-top: 8px; }
    .page-content-block h3 a {
      border-bottom: 1px solid #C3D5EB; }
      .page-content-block h3 a:hover {
        text-decoration: none;
        border-bottom: 1px solid #254e78; }
  .page-content-block h4 {
    color: #1f1f1f;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
  .page-content-block h5 {
    color: #1f1f1f;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif; }
  .page-content-block h6 {
    color: #1f1f1f;
    font-weight: bold;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
  .page-content-block h2,
  .page-content-block h3,
  .page-content-block h4,
  .page-content-block h5,
  .page-content-block h6 {
    margin-bottom: 0.5em; }
  .page-content-block h4 a,
  .page-content-block h5 a,
  .page-content-block h6 a {
    text-decoration: underline; }
  .page-content-block p {
    margin-bottom: 1em; }
    .page-content-block p .intro {
      font-size: 14px;
      font-size: .875rem;
      line-height: 1rem;
      letter-spacing: 1px;
      text-transform: uppercase; }
  .page-content-block li {
    margin: 0 0 0.75em 1.5em; }
    .page-content-block li strong {
      font-family: Arial, Helvetica, sans-serif; }
    .page-content-block li.toggle-container a {
      text-decoration: none; }
  .page-content-block ul {
    overflow: hidden;
    margin-bottom: 18px; }
    .page-content-block ul li {
      list-style-type: disc; }
      .page-content-block ul li.toggle-container {
        list-style-type: none; }
    .page-content-block ul.quick-links li, .page-content-block ul.tags li, .page-content-block ul.events li {
      list-style-type: none;
      margin: 0; }
      .page-content-block ul.quick-links li a, .page-content-block ul.tags li a, .page-content-block ul.events li a {
        text-decoration: none; }
        .page-content-block ul.quick-links li a:hover, .page-content-block ul.tags li a:hover, .page-content-block ul.events li a:hover {
          text-decoration: underline; }
  .page-content-block ol {
    counter-reset: li;
    /* Initiate a counter */ }
    .page-content-block ol li {
      position: relative;
      list-style: none;
      /* Disable the normal item numbering */ }
      .page-content-block ol li:before {
        content: counter(li);
        /* Use the counter as content */
        counter-increment: li;
        /* Increment the counter by 1 */
        position: absolute;
        left: -1.4em;
        font-weight: bold;
        font-size: 14px;
        font-size: .875rem;
        font-family: Arial, Helvetica, sans-serif; }
  .page-content-block blockquote {
    color: #6c6c6c;
    border-left: 1px solid #cacaca;
    padding-left: 1em;
    margin: 1em 0 1em 1em; }
    .page-content-block blockquote footer {
      display: inline; }
  .page-content-block form,
  .page-content-block table {
    margin: 16px 0; }
  .page-content-block table td {
    padding-top: 14px; }
  .page-content-block table p {
    margin-bottom: .7em; }
  .page-content-block table th p {
    margin-bottom: 0; }
  .page-content-block table ul {
    margin-bottom: 0; }
  .page-content-block table li {
    margin-top: 0; }
  .page-content-block [class*="circle-"] {
    border-top: 1px solid #cacaca;
    padding-top: 1em; }
  .page-content-block > *:last-child,
  .page-content-block > *:last-child > *:last-child,
  .page-content-block > *:last-child > *:last-child > *:last-child {
    padding-bottom: 0; }

nav.secondary-nav a.toggle-trigger {
  color: #a51c30;
  margin-top: 1em;
  margin-bottom: 1em; }
  nav.secondary-nav a.toggle-trigger:before {
    background-color: #a51c30; }
  nav.secondary-nav a.toggle-trigger:hover {
    color: #541b24; }
nav.secondary-nav ul.first-level {
  border-top: 4px solid #a51c30; }
  nav.secondary-nav ul.first-level a {
    display: block;
    text-decoration: none;
    padding: 11px 7px; }
  nav.secondary-nav ul.first-level > li > a {
    font-weight: bold;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #6c6c6c;
    border-bottom: 1px solid #cacaca; }
    nav.secondary-nav ul.first-level > li > a:hover {
      color: #1f1f1f;
      text-decoration: underline; }
  nav.secondary-nav ul.first-level > li.active-trail > a {
    color: #1f1f1f;
    border-bottom: none;
    background-color: #e6e6e3; }
    nav.secondary-nav ul.first-level > li.active-trail > a.active:hover {
      text-decoration: none; }
  nav.secondary-nav ul.first-level ul.second-level {
    border-bottom: 1px solid #cacaca;
    background-color: #f9f9f8;
    padding-top: 4px;
    padding-bottom: 4px; }
    nav.secondary-nav ul.first-level ul.second-level > li {
      color: #cacaca; }
      nav.secondary-nav ul.first-level ul.second-level > li > a {
        font-weight: normal;
        font-size: 14px;
        font-size: .875rem;
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif;
        color: #6c6c6c;
        padding: 4px 7px; }
        nav.secondary-nav ul.first-level ul.second-level > li > a:hover {
          color: #1f1f1f;
          text-decoration: underline; }
      nav.secondary-nav ul.first-level ul.second-level > li.active-trail > a {
        color: #1f1f1f; }
        nav.secondary-nav ul.first-level ul.second-level > li.active-trail > a.active:hover {
          text-decoration: none; }
    nav.secondary-nav ul.first-level ul.second-level ul.third-level {
      padding: 0 0 0.5em; }
      nav.secondary-nav ul.first-level ul.second-level ul.third-level > li {
        font-weight: normal;
        font-size: 12px;
        font-size: .75rem;
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        color: #6c6c6c;
        list-style-type: disc;
        margin-left: 29px; }
        nav.secondary-nav ul.first-level ul.second-level ul.third-level > li > a {
          color: #6c6c6c;
          padding: 2px 0; }
          nav.secondary-nav ul.first-level ul.second-level ul.third-level > li > a:hover {
            color: #1f1f1f;
            text-decoration: underline; }
        nav.secondary-nav ul.first-level ul.second-level ul.third-level > li.active-trail > a {
          color: #1f1f1f; }
          nav.secondary-nav ul.first-level ul.second-level ul.third-level > li.active-trail > a.active:hover {
            text-decoration: none; }
nav.secondary-nav article.module {
  margin-top: 30px;
  margin-bottom: 32px; }
  nav.secondary-nav article.module h1.zeta, nav.secondary-nav article.module form.filter h1.fieldset-title, form.filter nav.secondary-nav article.module h1.fieldset-title {
    border-color: #cacaca; }
  nav.secondary-nav article.module h2.eta {
    margin-top: 0.5em; }
  nav.secondary-nav article.module li {
    list-style-type: none;
    margin-left: 0; }
nav.secondary-nav.active .toggle-target {
  margin-bottom: 32px; }

body.admitted .page-content .page-content-primary .page-content-block h2, body.admitted .page-content .page-content-primary .page-content-block .beta {
  font-weight: 400;
  font-family: "freight-sans-pro-n4", "freight-sans-pro", Helvetica Neue, Helvetica, Arial, sans-serif; }
body.admitted .page-content .page-content-primary .page-content-block p strong {
  font-weight: 400;
  font-size: 20px;
  font-family: "freight-sans-pro-n4", "freight-sans-pro", Helvetica Neue, Helvetica, Arial, sans-serif; }

.fade-trigger {
  overflow: hidden; }
  .fade-trigger .hero-image {
    overflow: visible !important; }
  .fade-trigger .short-hero-slider {
    position: absolute;
    width: 100%; }
  .fade-trigger .field-type-image {
    position: absolute;
    width: 100%; }

.field-name-field-map iframe {
  display: block;
  margin: 10px auto;
  width: 95% !important;
  max-height: 300px; }

@media screen and (min-width: 450px) {
  .field-name-field-map iframe {
    width: 100% !important;
    max-height: none; } }
@media screen and (min-width: 560px) {
  .page-content .page-content-primary .page-content-block h3 {
    color: #1f1f1f;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px; }
  .page-content .page-content-primary .page-content-block h4 {
    color: #1f1f1f;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem; }
  .page-content .page-content-primary [class*="float-"] {
    max-width: 45%;
    margin-top: 10.66667px;
    margin-top: 0.88889rem;
    margin-bottom: 10.66667px;
    margin-bottom: 0.88889rem; }
  .page-content .page-content-primary .float-left,
  .page-content .page-content-primary figure.float-left {
    float: left;
    margin-right: 16px;
    margin-right: 1.33333rem;
    margin-left: 0; }
  .page-content .page-content-primary .float-right,
  .page-content .page-content-primary figure.float-right {
    float: right;
    margin-right: 0;
    margin-left: 16px;
    margin-left: 1.33333rem; }
  .page-content .page-content-primary figure[class*="float-"] a.wrap-video {
    display: block;
    top: auto; }
  .page-content .page-content-primary .row .page-summarized:last-child {
    padding-bottom: 0; }
  .page-content .page-content-primary .row.row-unify article.obscure {
    height: 100px !important; }
  .page-content .page-content-primary .row.row-unify .fade {
    height: 100px;
    line-height: 100px; }
  .page-content .page-content-footer .module .quick-links .split-left,
  .page-content .page-content-footer .module .quick-links .split-right {
    float: left; }
  .page-content .page-content-footer .module .quick-links .split-left {
    width: 53%; }
  .page-content .page-content-footer .module .quick-links .split-right {
    width: 47%; }
  .page-content .container-video #jukebox-window {
    min-height: 560px; }
  .page-content .page-content-profile .page-content-profile-title {
    padding: 1.5em 0 1em 33.33333%; }
  .page-content .page-content-profile .profile-item {
    margin-top: -50px; }
  .page-content .page-tools {
    text-align: right; } }
@media screen and (max-width: 795px) {
  .page-content .page-content-primary .page-content-block ul.quick-links + h3,
  .page-content .page-content-primary .page-content-block a.kappa.icon-caret-right + h3,
  .page-content .page-content-primary .page-content-block .module .more-link a.icon-caret-right + h3,
  .module .more-link .page-content .page-content-primary .page-content-block a.icon-caret-right + h3,
  .module .more-link .page-content .page-content-primary .page-content-block .details a + h3,
  .module .more-link .page-content .details .page-content-primary .page-content-block a + h3,
  .page-content .page-content-primary .page-content-block .details .module .more-link a + h3,
  .page-content .details .module .more-link .page-content-primary .page-content-block a + h3,
  .page-content .page-content-primary .page-content-block .carousel-container article a.icon-caret-right.field-type-link-field + h3,
  .carousel-container article .page-content .page-content-primary .page-content-block a.icon-caret-right.field-type-link-field + h3,
  .carousel-container article .page-content .page-content-primary .page-content-block .details a.field-type-link-field + h3,
  .carousel-container article .page-content .details .page-content-primary .page-content-block a.field-type-link-field + h3,
  .page-content .page-content-primary .page-content-block .details .carousel-container article a.field-type-link-field + h3,
  .page-content .details .carousel-container article .page-content-primary .page-content-block a.field-type-link-field + h3,
  .page-content .page-content-primary .page-content-block .details a.kappa + h3,
  .page-content .details .page-content-primary .page-content-block a.kappa + h3 {
    margin-top: 1em; } }
@media screen and (min-width: 795px) {
  .page-content .container > .wrap {
    padding-right: 14px;
    padding-left: 14px; }
  .page-content .page-content-primary .page-summarized.rule > div {
    margin-bottom: 32px; }
    .page-content .page-content-primary .page-summarized.rule > div.in {
      margin-bottom: 16px; }
  .page-content .page-content-primary table.overflow-shadow {
    min-width: 100%; }
  .page-content .page-content-primary .block {
    display: block;
    margin-right: 0;
    margin-left: 0; }
  .page-content .page-content-primary .pagination {
    padding-top: 16px;
    margin-bottom: 32px; }
  .page-content .page-content-primary.bk3-2of3 img[class*="float-"] {
    float: left;
    margin: 0 32px 32px 0; }
  .page-content .page-content-primary.bk3-2of3 img.float-2col {
    width: 29.0836653%; }
  .page-content .page-content-primary.bk3-2of3 img.float-3col {
    width: 46.812749%; }
  .page-content .container-video #jukebox-window {
    min-height: 700px; }
  .page-content .page-content-profile .page-content-profile-title {
    padding-top: 2em; }
  .page-content .page-content-profile .profile-item {
    margin-top: -60px; }
  .page-content .page-content-results {
    padding-right: 89px; }
    .page-content .page-content-results [class*="news-item-"] {
      margin-bottom: 30px; }
    .page-content .page-content-results .pagination {
      text-align: left; }
  .page-content .page-content-footer {
    padding-top: 22px; }
    .page-content .page-content-footer .hr {
      margin-bottom: 35px; }
  .page-content .page-tools {
    float: none; }

  .page-title-article h1.beta {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 42px;
    padding: 59px 0 26px;
    border-bottom: 1px solid #cacaca;
    margin-bottom: -17px; }

  .page-title-search .page-search {
    float: right; }

  .page-content-block h2 {
    color: #1f1f1f;
    font-weight: normal;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: Georgia, serif;
    line-height: 32px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px; } }
@media screen and (min-width: 1075px) {
  .page-content .container > .wrap {
    padding-right: 0;
    padding-left: 0; }
  .page-content .container-filter .filter-box {
    position: relative; }
    .page-content .container-filter .filter-box form.filter {
      position: absolute;
      z-index: 599;
      top: 0;
      right: 0;
      left: 0;
      margin-top: 22px; }
  .page-content .container-filter ul.filter-selections {
    margin-top: 35px; }
  .page-content .container-video {
    padding: 16px 0; }
    .page-content .container-video #jukebox-window {
      min-height: 780px; }
  .page-content .container-media.grid-off .container-media-sidebar,
  .page-content .container-media.grid-off .container-media-carousel {
    position: relative;
    float: none;
    width: auto; }
  .page-content .page-content-primary {
    padding-top: 16px;
    padding-bottom: 25px; }
    .page-content .page-content-primary[class*="bk"] {
      padding-top: 15px; }
    .page-content .page-content-primary .hero-poster {
      position: relative;
      height: 175px; }
      .page-content .page-content-primary .hero-poster > .in, .page-content .page-content-primary .module .more-link .hero-poster > a, .module .more-link .page-content .page-content-primary .hero-poster > a {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0; }
      .page-content .page-content-primary .hero-poster figure.video a.wrap-video,
      .page-content .page-content-primary .hero-poster figure.video .video-embed {
        border: 4px solid #fff; }
    .page-content .page-content-primary .pagination {
      margin-bottom: 0; }
  .page-content .page-content-secondary {
    margin-top: 95px; }
    .page-content .page-content-secondary .module .chart {
      padding: 0 10%; }
  .page-content .page-subheading {
    margin: 60px 0 10px; }
  .page-content .page-title-search .pagination {
    text-align: right; }
  .page-content .page-tools {
    padding-top: 0; }
  .page-content nav.secondary-nav {
    margin: 25px 0; }
    .page-content nav.secondary-nav a.toggle-trigger {
      display: none; }
    .page-content nav.secondary-nav .toggle-target {
      display: block; }
    .page-content nav.secondary-nav article.module {
      margin-top: 60px; }
    .page-content nav.secondary-nav ul.first-level {
      margin-bottom: 0; }
  .page-content.page-content-video .container-filter {
    height: 70px; }
  .page-content.page-content-video .container-media {
    min-height: 400px;
    padding-bottom: 70px; }
    .page-content.page-content-video .container-media.grid-off {
      min-height: inherit;
      padding-bottom: 16px; }

  .page-title-article .page-content-block {
    padding-top: 30px;
    padding-bottom: 0; }

  .page-content-results {
    padding-right: 0;
    padding-left: 89px; } }
body.npc .npc-container {
  position: relative; }
body.npc .page-tools {
  display: none;
  padding-top: 14px; }
  body.npc .page-tools:after {
    content: '';
    display: inline-block;
    width: 100%; }
body.npc form.npc label {
  position: relative;
  z-index: 1;
  font-weight: normal;
  padding: 7px 0;
  margin: 0; }
  body.npc form.npc label a.toggle-description {
    float: right;
    font-size: 18px;
    text-decoration: none;
    margin-top: 3px; }
  body.npc form.npc label .label-text {
    box-sizing: border-box;
    line-height: 16px; }
    body.npc form.npc label .label-text:before {
      content: ':';
      display: block;
      float: right;
      width: 16px;
      color: #fff;
      margin-right: 0.25em; }
  body.npc form.npc label .label-description {
    display: none; }
  body.npc form.npc label .select2-container,
  body.npc form.npc label select {
    margin: 0; }
  body.npc form.npc label.show-description {
    z-index: 2; }
body.npc form.npc fieldset {
  padding: 0;
  margin: 5px 0 0; }
  body.npc form.npc fieldset h2.zeta, body.npc form.npc fieldset form.filter h2.fieldset-title, form.filter body.npc form.npc fieldset h2.fieldset-title {
    padding-top: 5px; }
body.npc form.npc .npc-result {
  border-top: 1px solid #cacaca;
  padding-top: 16px;
  margin-top: 9px; }
body.npc form.npc .require-validation {
  position: relative; }
  body.npc form.npc .require-validation .validation-cover {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.65); }
body.npc section.npc-section h1.gamma {
  padding-top: 1em; }
body.npc section.npc-section li.toggle-container {
  margin-left: 1.75em; }
  body.npc section.npc-section li.toggle-container a.toggle-trigger {
    line-height: 16px; }
    body.npc section.npc-section li.toggle-container a.toggle-trigger:before {
      left: -1.75em; }
    body.npc section.npc-section li.toggle-container a.toggle-trigger:hover {
      text-decoration: none; }
  body.npc section.npc-section li.toggle-container .toggle-target {
    line-height: 16px; }
body.npc section.npc-section a.toggle-description:hover,
body.npc section.npc-section a.close-description:hover {
  text-decoration: none; }
body.npc section.npc-section .npc-section-description {
  margin-top: 10px; }
  body.npc section.npc-section .npc-section-description .pane-content .in, body.npc section.npc-section .npc-section-description .pane-content .module .more-link a, .module .more-link body.npc section.npc-section .npc-section-description .pane-content a {
    margin: 0; }
  body.npc section.npc-section .npc-section-description .label-description {
    font-weight: normal;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1em 16px; }
body.npc section.npc-section .npc-section-description-target p {
  margin-bottom: 1em; }
body.npc section.npc-section .npc-section-description-target ul {
  margin-bottom: 18px; }
body.npc section.npc-section .npc-section-description-target li {
  margin: 0 0 0.75em 1.5em;
  list-style-type: disc; }
body.npc .npc-estimate-container .npc-estimate-wrap {
  background-color: #f3f3f1;
  padding: 10px 16px 16px; }
  body.npc .npc-estimate-container .npc-estimate-wrap h1.gamma {
    display: none;
    padding: 0.5em 0; }
  body.npc .npc-estimate-container .npc-estimate-wrap .summary-message {
    color: #a51c30;
    font-size: 12px;
    font-size: .75rem; }
  body.npc .npc-estimate-container .npc-estimate-wrap table.npc-estimate {
    width: 100%;
    box-shadow: none;
    border: none; }
    body.npc .npc-estimate-container .npc-estimate-wrap table.npc-estimate thead {
      border: none;
      background-color: transparent; }
      body.npc .npc-estimate-container .npc-estimate-wrap table.npc-estimate thead tr th {
        width: 50%;
        border: none;
        padding: 16px 0; }
        body.npc .npc-estimate-container .npc-estimate-wrap table.npc-estimate thead tr th .output {
          border: 1px solid #d4d4d2;
          background-color: #fff;
          padding: 0.25em 0.5em; }
      body.npc .npc-estimate-container .npc-estimate-wrap table.npc-estimate thead tr.highlight th {
        color: #a51c30; }
        body.npc .npc-estimate-container .npc-estimate-wrap table.npc-estimate thead tr.highlight th .output {
          color: #fff;
          background-color: #a51c30; }
    body.npc .npc-estimate-container .npc-estimate-wrap table.npc-estimate tbody {
      border: none;
      padding-bottom: 16px; }
      body.npc .npc-estimate-container .npc-estimate-wrap table.npc-estimate tbody tr td {
        border: none;
        padding: 0.25em 0; }
        body.npc .npc-estimate-container .npc-estimate-wrap table.npc-estimate tbody tr td:first-child {
          width: 80%; }
        body.npc .npc-estimate-container .npc-estimate-wrap table.npc-estimate tbody tr td:last-child {
          text-align: right; }
    body.npc .npc-estimate-container .npc-estimate-wrap table.npc-estimate th.last-child, body.npc .npc-estimate-container .npc-estimate-wrap table.npc-estimate td.last-child {
      text-align: right; }
  body.npc .npc-estimate-container .npc-estimate-wrap a.toggle-estimate {
    display: block;
    color: #1f1f1f;
    text-align: right;
    margin-top: 1em; }
    body.npc .npc-estimate-container .npc-estimate-wrap a.toggle-estimate:before {
      content: 'Less '; }
  body.npc .npc-estimate-container .npc-estimate-wrap.hide-detail {
    padding: 8px 16px; }
    body.npc .npc-estimate-container .npc-estimate-wrap.hide-detail table.npc-estimate thead {
      display: none; }
      body.npc .npc-estimate-container .npc-estimate-wrap.hide-detail table.npc-estimate thead tr th {
        padding: 0; }
    body.npc .npc-estimate-container .npc-estimate-wrap.hide-detail table.npc-estimate tbody {
      display: none; }
    body.npc .npc-estimate-container .npc-estimate-wrap.hide-detail table.npc-estimate.highlight {
      margin-top: 6px; }
      body.npc .npc-estimate-container .npc-estimate-wrap.hide-detail table.npc-estimate.highlight thead {
        display: table-header-group; }
    body.npc .npc-estimate-container .npc-estimate-wrap.hide-detail a.toggle-estimate:before {
      content: 'More '; }
body.npc .page-footer {
  padding-bottom: 0.75em; }
body.npc nav.people-nav {
  position: static; }

.lt-ie8 body.npc form.npc .require-validation {
  zoom: 1;
  filter: alpha(opacity=25);
  opacity: .25; }
  .lt-ie8 body.npc form.npc .require-validation .validation-cover {
    display: none; }

.modal-target .label-description {
  margin: 32px; }

@media screen and (max-width: 560px) {
  body.npc .page-content .container > .wrap {
    padding-right: 0;
    padding-left: 0; }
  body.npc section.npc-section.in,
  body.npc form.npc.in {
    margin-right: 0;
    margin-left: 0; }
  body.npc .npc-estimate-container {
    margin-bottom: 16px; }
    body.npc .npc-estimate-container.sticky {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 999;
      -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
      -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
      box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
      margin: 0; } }
@media screen and (min-width: 560px) {
  body.npc section.npc-section {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #cacaca;
    padding: 10px 0 25px;
    margin: 16px 0; }
    body.npc section.npc-section .npc-section-description .label-description {
      padding: 40px; }
  body.npc .npc-estimate-container {
    margin-top: 32px; }
    body.npc .npc-estimate-container .npc-estimate-wrap {
      margin: 8px 16px 0; }
      body.npc .npc-estimate-container .npc-estimate-wrap h1.gamma {
        display: block; }
  body.npc form.npc label a.toggle-description {
    display: none; }
  body.npc form.npc label .label-text {
    padding: 5px 0; }
  body.npc form.npc label.show-description {
    background-color: #f3f7fa; }
    body.npc form.npc label.show-description .label-description {
      display: block;
      clear: both;
      font-weight: normal;
      font-size: 12px;
      font-size: .75rem;
      line-height: 16px;
      font-family: Arial, Helvetica, sans-serif;
      padding: 1em 0; }
  body.npc .npc-row {
    margin-right: 16px;
    margin-left: 16px; } }
@media screen and (min-width: 795px) {
  body.npc section.npc-section .npc-section-description {
    position: relative;
    padding-top: 0;
    padding-bottom: 0; }
    body.npc section.npc-section .npc-section-description .page-content-block,
    body.npc section.npc-section .npc-section-description .page-content-block ul {
      padding-top: 5px;
      margin-top: 0;
      margin-bottom: 0; }
    body.npc section.npc-section .npc-section-description .label-description {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      font-weight: normal;
      font-size: 12px;
      font-size: .75rem;
      line-height: 16px;
      font-family: Arial, Helvetica, sans-serif;
      color: #1f1f1f;
      line-height: 18px;
      background-color: #f3f7fa;
      padding: 11px 16px; }
      body.npc section.npc-section .npc-section-description .label-description a.close-description {
        display: none; }
    body.npc section.npc-section .npc-section-description .npc-section-description-target.show-description .label-description {
      display: block; }
  body.npc form.npc label.show-description .label-description {
    display: none; } }
@media screen and (max-width: 1075px) {
  body.npc form.npc.in {
    margin: 0; } }
@media screen and (min-width: 1075px) {
  body.npc .page-tools {
    display: block; }
  body.npc .npc-estimate-container {
    float: right;
    margin-top: 0; }
    body.npc .npc-estimate-container section.npc-section {
      margin-right: 16px; }
      body.npc .npc-estimate-container section.npc-section .npc-estimate-wrap {
        margin: 6px 16px -9px; }
  body.npc .npc-row {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #cacaca;
    margin-bottom: 25px; } }
body.page-search-results .gsc-adBlockVertical,
body.page-search-results .gsc-adBlock {
  display: none; }
body.page-search-results form.gsc-search-box {
  margin: 8px 0 16px; }
  body.page-search-results form.gsc-search-box .gsc-input {
    padding-right: 0; }
    body.page-search-results form.gsc-search-box .gsc-input input.gsc-input {
      height: 30px;
      padding: 5px 10px; }
    body.page-search-results form.gsc-search-box .gsc-input .gsc-input-box,
    body.page-search-results form.gsc-search-box .gsc-input .gsc-input-box-hover {
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
      padding: 3px 10px; }
      body.page-search-results form.gsc-search-box .gsc-input .gsc-input-box input.gsc-input,
      body.page-search-results form.gsc-search-box .gsc-input .gsc-input-box input.gsc-input:hover,
      body.page-search-results form.gsc-search-box .gsc-input .gsc-input-box input.gsc-input:focus,
      body.page-search-results form.gsc-search-box .gsc-input .gsc-input-box-hover input.gsc-input,
      body.page-search-results form.gsc-search-box .gsc-input .gsc-input-box-hover input.gsc-input:hover,
      body.page-search-results form.gsc-search-box .gsc-input .gsc-input-box-hover input.gsc-input:focus {
        font-size: 14px;
        font-size: .875rem;
        font-family: Arial, Helvetica, sans-serif;
        border: 1px solid #cacaca;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
      body.page-search-results form.gsc-search-box .gsc-input .gsc-input-box .gsst_a,
      body.page-search-results form.gsc-search-box .gsc-input .gsc-input-box-hover .gsst_a {
        padding-top: 4px; }
      body.page-search-results form.gsc-search-box .gsc-input .gsc-input-box.gsc-input-box-focus,
      body.page-search-results form.gsc-search-box .gsc-input .gsc-input-box-hover.gsc-input-box-focus {
        -webkit-box-shadow: 0 1px 6px #3b7abd inset;
        -moz-box-shadow: 0 1px 6px #3b7abd inset;
        box-shadow: 0 1px 6px #3b7abd inset; }
  body.page-search-results form.gsc-search-box .gsc-search-button {
    position: relative;
    left: -3px; }
    body.page-search-results form.gsc-search-box .gsc-search-button:before {
      position: absolute;
      z-index: 1;
      color: #fff;
      content: "\e006";
      font-family: 'harvard';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      margin-top: 8px;
      margin-left: 10px; }
    body.page-search-results form.gsc-search-box .gsc-search-button:hover input.gsc-search-button {
      cursor: pointer;
      background-color: #254e78; }
    body.page-search-results form.gsc-search-box .gsc-search-button input.gsc-search-button,
    body.page-search-results form.gsc-search-box .gsc-search-button input.gsc-search-button:hover,
    body.page-search-results form.gsc-search-box .gsc-search-button input.gsc-search-button:focus {
      color: #fff;
      min-width: inherit;
      width: 100%;
      min-height: 100%;
      height: auto;
      text-align: center;
      text-indent: -9000px;
      text-transform: capitalize;
      line-height: 0;
      border: none;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      background-color: #3b7abd;
      padding: 15px 18px; }
  body.page-search-results form.gsc-search-box td.gsc-search-button {
    width: 10%; }
    body.page-search-results form.gsc-search-box td.gsc-search-button:hover {
      cursor: pointer; }
  body.page-search-results form.gsc-search-box .gsc-clear-button {
    display: none; }
body.page-search-results .gsc-control-cse {
  font-family: inherit;
  border: none;
  background-color: transparent;
  padding: 0 0 25px;
  margin: 0 16px; }
  body.page-search-results .gsc-control-cse .gsc-selected-option-container {
    position: relative;
    top: 3px;
    font-weight: normal;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e7e7e7;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.22);
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 243, 241, 0)), to(rgba(243, 243, 241, 0.74)));
    background-image: -webkit-linear-gradient(top, rgba(243, 243, 241, 0), rgba(243, 243, 241, 0.74));
    background-image: -moz-linear-gradient(top, rgba(243, 243, 241, 0), rgba(243, 243, 241, 0.74));
    background-image: -o-linear-gradient(top, rgba(243, 243, 241, 0), rgba(243, 243, 241, 0.74));
    background-image: -ms-linear-gradient(top, rgba(243, 243, 241, 0), rgba(243, 243, 241, 0.74));
    background-image: linear-gradient(top, rgba(243, 243, 241, 0), rgba(243, 243, 241, 0.74));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f1', EndColorStr='#f3f3f1'); }
  body.page-search-results .gsc-control-cse .gsc-option-menu {
    top: 33px !important;
    left: 0;
    font-weight: normal;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    border: 1px solid #e7e7e7;
    border-top: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    background: #fff; }
    body.page-search-results .gsc-control-cse .gsc-option-menu .gsc-option-menu-item {
      padding: 3px 7px 4px; }
    body.page-search-results .gsc-control-cse .gsc-option-menu .gsc-option-menu-item-highlighted {
      background-color: #d8e4f2; }
  body.page-search-results .gsc-control-cse .gsc-above-wrapper-area {
    border-top: 1px solid #cacaca;
    border-bottom: none;
    padding: 0; }
  body.page-search-results .gsc-control-cse .gsc-above-wrapper-area-container .gsc-result-info,
  body.page-search-results .gsc-control-cse .gsc-above-wrapper-area-container .gsc-orderby-label {
    font-weight: normal;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px 0 16px;
    margin: 0; }
  body.page-search-results .gsc-control-cse .gsc-above-wrapper-area-container .gsc-orderby-label {
    padding-right: 16px; }
  body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results {
    width: auto;
    padding: 0; }
    body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gcsc-branding {
      display: none; }
    body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult {
      border: none;
      padding: 0;
      margin: 16px 0 24px; }
      body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gsc-result {
        border: none; }
      body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gsc-thumbnail-inside {
        padding: 0; }
      body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-title {
        color: #1f1f1f;
        font-weight: bold;
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif;
        color: #3b7abd;
        text-decoration: none;
        margin-bottom: 8px; }
        body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-title:hover {
          color: #254e78; }
          body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-title:hover b {
            color: #254e78; }
        body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-title b {
          color: #3b7abd;
          text-decoration: none;
          background-color: #ebf1f8;
          padding: 0.15em 0.25em; }
      body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gsc-url-top {
        display: none; }
      body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gsc-table-result .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
        height: auto;
        padding: 0;
        margin-right: 16px; }
        body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gsc-table-result .gs-image-box.gs-web-image-box.gs-web-image-box-portrait img.gs-image {
          max-width: none;
          width: 100%;
          max-height: none;
          border: none; }
      body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gsc-table-result .gsc-url-bottom {
        display: block;
        padding: 4px 0; }
        body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gsc-table-result .gsc-url-bottom div.gs-visibleUrl {
          font-weight: normal;
          font-size: 14px;
          font-size: .875rem;
          line-height: 20px;
          font-family: Arial, Helvetica, sans-serif;
          color: #6c6c6c; }
      body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-snippet {
        font-weight: normal;
        font-size: 14px;
        font-size: .875rem;
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif; }
    body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box {
      margin: 16px 0; }
      body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor-page {
        font-weight: bold;
        font-size: 14px;
        font-size: .875rem;
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif;
        color: #6c6c6c;
        text-decoration: none;
        padding: 0.25em 0.5em; }
        body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
          color: #1f1f1f; }
        body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
          color: #1f1f1f;
          background-color: #e6e6e3; }
  body.page-search-results .gsc-control-cse .gsc-wrapper.gsc-thinWrapper {
    border-right: none; }
body.page-search-results table {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  body.page-search-results table tbody {
    border: none; }
    body.page-search-results table tbody tr td {
      border-right: none;
      border-left: none;
      padding: 0; }

.lt-ie8 .gsc-webResult .gsc-result,
.lt-ie8 .gsc-above-wrapper-area,
.lt-ie8 body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult {
  border: none !important;
  border: 0 !important; }

@media screen and (min-width: 795px) {
  body.page-search-results form.gsc-search-box {
    margin: 0; }
  body.page-search-results .gsc-control-cse .gsc-wrapper {
    padding-right: 89px; }
    body.page-search-results .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult {
      margin-bottom: 30px; } }
@media screen and (min-width: 1075px) {
  body.page-search-results .gsc-control-cse .gsc-wrapper {
    width: 66.66666%;
    padding-right: 0;
    padding-left: 89px; } }
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

.drupal-tabs {
  background: #000; }

.drupal-tabs li {
  display: inline; }

.drupal-tabs a {
  display: inline-block;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold; }

.drupal-tabs a:hover {
  background: #333;
  text-decoration: none; }

.ui-corner-all {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  font-weight: inherit;
  border: none; }

.ui-widget-content {
  color: inherit;
  border: none;
  background: #fff; }

.ui-datepicker {
  border: 1px solid #cacaca; }

.ui-widget-header {
  border: none;
  background: none; }

.ui-widget-header .ui-icon {
  background-image: none; }

.ui-icon {
  width: auto;
  height: auto; }

table.ui-datepicker-calendar tbody {
  border: none; }

div.messages {
  border: none !important;
  margin: 0 !important; }

.item-list ul.pager-load-more {
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 0; }

.page-content-primary .panel-pane .pane-content > .page-content-block {
  margin-right: 16px;
  margin-left: 16px; }
.page-content-primary .page-content-block .panel-pane .pane-content > .page-content-block {
  margin-right: 0;
  margin-left: 0; }

.page-content-block .tabs-container nav.tabs-menu ul {
  margin-bottom: 0; }

.module .contextual-links-region {
  position: static; }

/*------ PAGE-SPECIFIC ----------*/
.node-type-application-tips .pane-bundle-harvard-application-tips .page-content-primary > .in, .node-type-application-tips .pane-bundle-harvard-application-tips .module .more-link .page-content-primary > a, .module .more-link .node-type-application-tips .pane-bundle-harvard-application-tips .page-content-primary > a {
  margin: 0; }
.node-type-application-tips .sub-tab-content .tip-description h2.epsilon {
  color: #1f1f1f;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif; }

.node-type-hear-from-students .page-content .page-content-primary .module.module-blog {
  margin-top: 32px; }

.node-type-video form.filter .views-exposed-widgets header {
  padding: 15px; }
.node-type-video form.filter .visible .views-exposed-widgets header {
  padding: 15px 15px 0; }
.node-type-video .page-content .page-content-footer {
  padding-top: 42px; }

/*------ FORM ----------*/
form h2.epsilon {
  color: #1f1f1f;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif; }
form .form-item label {
  margin-bottom: 4px; }
form .form-item .description {
  font-weight: normal;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #6c6c6c;
  margin-top: 0.5em; }
form .form-item.form-type-checkbox input[type="checkbox"] {
  float: left;
  margin: 0.35em 0.75em 0 0; }
form .form-item.form-type-checkbox label {
  display: block;
  overflow: hidden;
  font-weight: normal;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif; }
form .form-actions input {
  margin-right: 16px; }
form.comment-form.boxed .form-actions {
  margin-right: 16px;
  margin-left: 16px; }

form.drupal-filter-fix label {
  margin: 15px;
  color: #1f1f1f;
  font-weight: bold;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase; }
form.drupal-filter-fix #edit-field-date-value-min .container-inline-date {
  margin-bottom: 5px; }
form.drupal-filter-fix .form-item-field-date-value-min label, form.drupal-filter-fix .form-item-field-date-value-max label {
  width: 25%;
  float: left;
  line-height: 30px;
  margin: 0; }
form.drupal-filter-fix .form-item-field-date-value-min input, form.drupal-filter-fix .form-item-field-date-value-max input {
  max-width: 120px; }
form.drupal-filter-fix .form-item-field-date-value-min .description, form.drupal-filter-fix .form-item-field-date-value-max .description {
  display: none; }

.npc-section .contextual-links-region {
  z-index: 0; }
  .npc-section .contextual-links-region:hover {
    z-index: 999; }
    .npc-section .contextual-links-region:hover .contextual-links {
      display: block !important; }

#ui-datepicker-div.ui-datepicker {
  background: #fff;
  border: 1px solid #cacaca;
  width: 14em; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-header select {
    -webkit-appearance: none;
    border: none;
    background: none;
    width: auto;
    float: none;
    display: inline-block;
    font-weight: bold;
    margin: 0 5px;
    font-family: Arial; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    width: auto;
    height: auto; }
    #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
      background: none; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar thead, #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar tbody {
    background: none; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar th {
    padding: 0 0.3em 2px 0.3em;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Arial; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar td a {
    background: none;
    padding: 5px; }
    #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar td a:hover {
      background: #93343a; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #f3f3f1; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
    background: #e6e5e3; }

@media screen and (min-width: 1075px) {
  .node-type-hear-from-students .secondary-page-content[class*="bk"] {
    margin-top: -25px;
    padding-top: 0; } }
.node-type-hear-from-students .secondary-page-content[class*="bk"] .module.module-blog {
  margin-top: 0; }

.field .field-label {
  font-family: Arial, Helvetica, sans-serif; }

#edit-comment-body-und-0-format {
  display: none; }

.inlinemessages h3 {
  margin-bottom: 0.5em; }
.inlinemessages .in, .inlinemessages .module .more-link a, .module .more-link .inlinemessages a {
  margin: 0; }

#views-exposed-form-students-panel-pane-meet-students {
  margin-bottom: 0; }

.node-type-college-events .field-label {
  margin-top: 1em; }

.pane-students-panel-pane-meet-students .container-media {
  min-height: 600px; }

.page-content-block .comment-form {
  margin-bottom: 32px; }

.node-type-homepage .view-messages-from-the-dean .thumbnail {
  width: 107px;
  height: 107px; }
.view-messages-from-the-dean .thumbnail img {
  position: absolute; }

.view-harvard-recent-tweet .text a {
  word-wrap: break-word; }

.start-calculator {
  cursor: pointer; }

.node-type-financial-aid .page-title .container .hero-image img {
  width: 100%;
  height: auto; }
@media screen and (min-width: 795px) and (max-width: 1075px) {
  .node-type-financial-aid .page-title .container .hero-image img {
    width: auto;
    height: 100%; } }
.node-type-financial-aid .page-title {
  max-height: 458px;
  overflow: hidden; }
  @media screen and (min-width: 1075px) {
    .node-type-financial-aid .page-title {
      max-height: 402px; } }
.node-type-financial-aid .pane-node-field-stat-1-operator,
.node-type-financial-aid .pane-node-field-stat-3-operator {
  height: 0px; }
.node-type-financial-aid .chart .label .symbol {
  font-size: 70px;
  margin: 0;
  position: initial; }

/*-------------------------------------------

    General Classes
-------------------------------------------*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }

.left {
  display: block;
  float: left;
  margin: 0 32px 12px 0; }

.right {
  display: block;
  float: right !important;
  margin: 0 0 12px 32px; }

@media (max-width: 639px) {
  .left, .right {
    float: none;
    margin: 0 0 12px 0; } }
@media screen and (max-width: 1075px) {
  .mobile-hide {
    display: none; } }
.mobile-hide .lt-ie9 {
  display: none; }

/*-------------------------------------------

      Links
-------------------------------------------*/
/*-------------------------------------------

      Lists
-------------------------------------------*/
.basic {
  list-style-type: none; }
  .basic li {
    margin-left: 0; }

/*-------------------------------------------

      Form Additions
-------------------------------------------*/
