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

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

/*-------------------------------------------
    Colors
-------------------------------------------*/
/*-------------------------------------------
    Sizes
-------------------------------------------*/
/*-------------------------------------------
    Fonts
-------------------------------------------*/
/*-------------------------------------------
    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(images/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(images/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; }

@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") 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-instagram:before {
  content: "\f16d"; }

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

@media (min-width: 1075px) {
  .harvard_icons {
    text-align: right; } }
.harvard_icons a {
  font: normal normal normal 1.8em/1 FontAwesome;
  display: inline-block;
  max-width: 3em;
  width: 2em;
  line-height: 1.8em;
  height: 40px;
  overflow: hidden; }
  @media (min-width: 795px) {
    .harvard_icons a {
      width: 3em; } }

.harvard-icons-twitter:before {
  content: "\f099";
  visibility: visible;
  display: block; }
  @media (min-width: 1075px) {
    .harvard-icons-twitter:before {
      text-align: right; } }

.harvard-icons-facebook:before {
  content: "\f09a";
  visibility: visible;
  display: block; }
  @media (min-width: 1075px) {
    .harvard-icons-facebook:before {
      text-align: right; } }

.harvard-icons-instagram:before {
  content: "\f16d";
  visibility: visible;
  display: block; }
  @media (min-width: 1075px) {
    .harvard-icons-instagram:before {
      text-align: right; } }

.harvard-icons-googleplus:before {
  content: "\f0d5";
  visibility: visible;
  display: block; }
  @media (min-width: 1075px) {
    .harvard-icons-googleplus:before {
      text-align: right; } }

.harvard-icons-youtube:before {
  content: "\f167";
  visibility: visible;
  display: block; }
  @media (min-width: 1075px) {
    .harvard-icons-youtube:before {
      text-align: right; } }

.harvard-icons-tumblr:before {
  content: "\f173";
  visibility: visible;
  display: block; }
  @media (min-width: 1075px) {
    .harvard-icons-tumblr:before {
      text-align: right; } }

/*----- 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: #86111e;
      font-size: 32px; }
    .module .module-title.zeta, .module form.filter .module-title.fieldset-title, form.filter .module .module-title.fieldset-title, .module .page-content .details a.module-title, .page-content .details .module a.module-title, .module .page-content .details strong.module-title, .page-content .details .module strong.module-title {
      color: #1f1f1f;
      font-weight: bold;
      font-size: 12px;
      font-size: .75rem;
      line-height: 16px;
      font-family: Arial, Helvetica, sans-serif;
      text-transform: uppercase; }
    .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 .view-id-news_improved,
  .module article.tabs-container {
    margin-top: 0; }
  .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: #86111e;
        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-beta
  .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: #86111e; }
.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: #86111e; }
.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: #86111e;
      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: #86111e; }
    .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: #726e6e;
    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; }
  form .webform-component-number input {
    min-width: 75px; }

.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(images/play-video.png) 20px center no-repeat;
    background: url(images/play-video.png) 20px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: url(images/play-video.png) 20px center no-repeat, -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(images/play-video.png) 20px center no-repeat, -moz-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(images/play-video.png) 20px center no-repeat, -o-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(images/play-video.png) 20px center no-repeat, -ms-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(images/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(images/play-video.png) 10px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: url(images/play-video.png) 10px center no-repeat, -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(images/play-video.png) 10px center no-repeat, -moz-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(images/play-video.png) 10px center no-repeat, -o-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(images/play-video.png) 10px center no-repeat, -ms-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(images/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(images/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(images/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(images/play-video-large.png) 20px center no-repeat, -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(images/play-video-large.png) 20px center no-repeat, -moz-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(images/play-video-large.png) 20px center no-repeat, -o-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(images/play-video-large.png) 20px center no-repeat, -ms-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background: url(images/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(images/play-video.png) 20px center no-repeat, -webkit-gradient(linear, left top, left 70%, from(rgba(0, 0, 0, 0)), to(black));
    background: url(images/play-video.png) 20px center no-repeat, -webkit-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(images/play-video.png) 20px center no-repeat, -moz-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(images/play-video.png) 20px center no-repeat, -o-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(images/play-video.png) 20px center no-repeat, -ms-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(images/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(images/play-video.png) 10px center no-repeat, -webkit-gradient(linear, left top, left 70%, from(rgba(0, 0, 0, 0)), to(black));
    background: url(images/play-video.png) 10px center no-repeat, -webkit-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(images/play-video.png) 10px center no-repeat, -moz-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(images/play-video.png) 10px center no-repeat, -o-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(images/play-video.png) 10px center no-repeat, -ms-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(images/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(images/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(images/play-video-large.png) 20px center no-repeat, -webkit-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(images/play-video-large.png) 20px center no-repeat, -moz-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(images/play-video-large.png) 20px center no-repeat, -o-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(images/play-video-large.png) 20px center no-repeat, -ms-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
    background: url(images/play-video-large.png) 20px center no-repeat, linear-gradient(top, rgba(0, 0, 0, 0) 70%, #000000); }
figure.figure-hover.hide-play-button a.wrap-video .play-video {
  background: 20px center no-repeat, -webkit-gradient(linear, left top, left 70%, from(rgba(0, 0, 0, 0)), to(black));
  background: 20px center no-repeat, -webkit-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
  background: 20px center no-repeat, -moz-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
  background: 20px center no-repeat, -o-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
  background: 20px center no-repeat, -ms-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
  background: 20px center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 100%); }

figure.hide-play-button a.wrap-video .play-video {
  background: 20px center no-repeat, -webkit-gradient(linear, left top, left 70%, from(rgba(0, 0, 0, 0)), to(black));
  background: 20px center no-repeat, -webkit-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
  background: 20px center no-repeat, -moz-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
  background: 20px center no-repeat, -o-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
  background: 20px center no-repeat, -ms-linear-gradient(top, rgba(0, 0, 0, 0), 70%, black);
  background: 20px center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 100%); }

@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(images/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(images/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; }
      @media (min-width: 1075px) {
        .toggle-container a.toggle-trigger:before {
          margin-left: 16px; } }
    .toggle-container a.toggle-trigger:hover {
      text-decoration: underline; }
      .toggle-container a.toggle-trigger:hover:before {
        background-color: #86111e;
        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; }

.node-type-landing-page .secondary-nav.toggle-container {
  width: 273px;
  margin: 0 auto; }
  @media (min-width: 560px) {
    .node-type-landing-page .secondary-nav.toggle-container {
      width: inherit;
      margin-left: 4px; } }
  @media (min-width: 795px) {
    .node-type-landing-page .secondary-nav.toggle-container {
      margin-left: 16px; } }
  @media (min-width: 1075px) {
    .node-type-landing-page .secondary-nav.toggle-container {
      width: 24%;
      margin: 0; } }
.node-type-landing-page .toggle-trigger.eta.in, .node-type-landing-page .module .more-link a.toggle-trigger.eta, .module .more-link .node-type-landing-page a.toggle-trigger.eta {
  margin-left: 0; }
  @media (min-width: 560px) {
    .node-type-landing-page .toggle-trigger.eta.in, .node-type-landing-page .module .more-link a.toggle-trigger.eta, .module .more-link .node-type-landing-page a.toggle-trigger.eta {
      margin-left: 10px; } }
  @media (min-width: 795px) {
    .node-type-landing-page .toggle-trigger.eta.in, .node-type-landing-page .module .more-link a.toggle-trigger.eta, .module .more-link .node-type-landing-page a.toggle-trigger.eta {
      margin-left: 0; } }

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(images/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.5em 1em; }
      .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.5em 1em;
      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: #86111e;
          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: #86111e;
      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: 800;
  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: 20;
  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,
.front .center-wrapper {
  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,
  .front .center-wrapper.carousel-container {
    padding-bottom: 25px; }

.front .container {
  box-shadow: none; }

.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 .header-toolbar-triggers {
    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 .top-level .header-toolbar .header-toolbar-window ul.utility-links li.harvard-social a {
      background-color: #cacaca;
      color: #1f1f1f;
      width: 100px;
      text-align: center; }
    .page-header .top-level .header-toolbar .header-toolbar-window ul.utility-links li.harvard-social a.social-active {
      background-color: #1f1f1f;
      color: white; }
    .page-header .top-level .header-toolbar .header-toolbar-window ul.utility-links li.harvard-social div.social-drawer .harvard_icons {
      position: absolute;
      z-index: 21;
      width: 100px;
      background-color: #1f1f1f; }
      .page-header .top-level .header-toolbar .header-toolbar-window ul.utility-links li.harvard-social div.social-drawer .harvard_icons a {
        color: white;
        background-color: #1f1f1f;
        display: block;
        width: 1em;
        margin: 0 auto; }
        .page-header .top-level .header-toolbar .header-toolbar-window ul.utility-links li.harvard-social div.social-drawer .harvard_icons a:hover {
          color: #8996a0;
          text-decoration: none; }
      .page-header .top-level .header-toolbar .header-toolbar-window ul.utility-links li.harvard-social div.social-drawer .harvard_icons a.harvard-icons-facebook,
      .page-header .top-level .header-toolbar .header-toolbar-window ul.utility-links li.harvard-social div.social-drawer .harvard_icons a.harvard-icons-tumblr {
        position: relative;
        left: -5px; }
.page-header .header-toolbar-window ul.utility-links li.harvard-social a {
  background-color: #cacaca;
  color: #1f1f1f;
  width: 100px;
  text-align: center; }
.page-header .header-toolbar-window ul.utility-links li.harvard-social a.social-active {
  background-color: #1f1f1f;
  color: white; }
.page-header .header-toolbar-window ul.utility-links li.harvard-social div.social-drawer .harvard_icons {
  position: absolute;
  z-index: 21;
  width: 100px;
  background-color: #1f1f1f; }
  .page-header .header-toolbar-window ul.utility-links li.harvard-social div.social-drawer .harvard_icons a {
    color: white;
    background-color: #1f1f1f;
    display: block;
    width: 1em;
    margin: 0 auto; }
    .page-header .header-toolbar-window ul.utility-links li.harvard-social div.social-drawer .harvard_icons a:hover {
      color: #8996a0;
      text-decoration: none; }
  .page-header .header-toolbar-window ul.utility-links li.harvard-social div.social-drawer .harvard_icons a.harvard-icons-facebook,
  .page-header .header-toolbar-window ul.utility-links li.harvard-social div.social-drawer .harvard_icons a.harvard-icons-tumblr {
    position: relative;
    left: -5px; }
.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 #86111e;
      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: #e6e6e3;
    padding: 1em 1.8em; }
    .page-header nav.global-nav ul.utility-links li a:hover {
      text-decoration: underline; }
  .page-header nav.global-nav ul.utility-links li.harvard-social {
    display: none; }

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 .wrap .in, nav.people-nav .wrap .module .more-link a, .module .more-link nav.people-nav .wrap a {
      margin-right: 10px;
      margin-left: 10px; } }
  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: 80%; }
      .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; }
    .page-header nav.global-nav ul {
      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: #293352; }
          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; } }
@media (min-width: 1075px) {
  #global-menu-sticky-wrapper {
    height: inherit !important; } }
@media (min-width: 1075px) {
  .global-nav .wrap {
    width: 100%;
    max-width: 1200px; }
    .global-nav .wrap .in, .global-nav .wrap .module .more-link a, .module .more-link .global-nav .wrap a {
      margin: 0;
      line-height: 1; }
    .global-nav .wrap ul {
      text-align: center;
      width: 100% !important; }
      .global-nav .wrap ul li {
        display: block;
        float: left; }
        .global-nav .wrap ul li a {
          display: inline-block;
          padding-right: 1.5em;
          padding-left: 1.5em; } }
@media all and (min-width: 1100px) {
  .global-nav .wrap ul {
    margin-left: 3%;
    width: 97%; }
    .global-nav .wrap ul a {
      padding-left: 1.87em;
      padding-left: 1.87em; } }
@media all and (min-width: 1200px) {
  .global-nav .wrap ul {
    margin-left: 6%;
    width: 94%; } }

.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: #666666;
        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: #86111e;
      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; } }
@media screen and (min-width: 1075px) {
  .node-type-harvard-page .short-title h1 {
    width: 250px; } }
.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 .flex-control-nav {
        display: none; }
      .page-content .container-media.grid-off .container-media-carousel .flex-direction-nav {
        position: relative;
        left: inherit;
        width: 78px;
        margin: 0 auto; }
        .page-content .container-media.grid-off .container-media-carousel .flex-direction-nav li {
          width: 39px;
          float: left; }
          .page-content .container-media.grid-off .container-media-carousel .flex-direction-nav li a {
            position: relative;
            opacity: 1;
            width: 35px;
            height: 30px;
            background: #3b7abd;
            right: inherit;
            left: inherit; }
            .page-content .container-media.grid-off .container-media-carousel .flex-direction-nav li a:hover {
              background: #254e78; }
        .page-content .container-media.grid-off .container-media-carousel .flex-direction-nav a:before {
          font-family: harvard;
          font-size: .8em;
          color: white;
          text-align: center;
          padding: 8px; }
        .page-content .container-media.grid-off .container-media-carousel .flex-direction-nav a.flex-prev:before {
          content: '\e008'; }
        .page-content .container-media.grid-off .container-media-carousel .flex-direction-nav a.flex-next:before {
          content: '\e009'; }
      .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: 18;
        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 .pane-bundle-instagram-widget {
    margin-bottom: 32px;
    padding-bottom: 0.5em; }
    .page-content .pane-bundle-instagram-widget h2 {
      color: #1f1f1f;
      font-weight: bold;
      font-size: .75rem;
      line-height: 16px;
      font-family: Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      border-top: 4px solid #8996a1;
      padding-top: 1em;
      margin-bottom: 1em; }
    .page-content .pane-bundle-instagram-widget .instagram-caption {
      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,
.pane-harvard-menu-harvard-menu a.toggle-trigger {
  color: #a51c30;
  margin-top: 1em;
  margin-bottom: .2em; }
  nav.secondary-nav a.toggle-trigger:before,
  .pane-harvard-menu-harvard-menu a.toggle-trigger:before {
    background-color: #a51c30; }
  nav.secondary-nav a.toggle-trigger:hover,
  .pane-harvard-menu-harvard-menu a.toggle-trigger:hover {
    color: #86111e; }
nav.secondary-nav ul.first-level,
.pane-harvard-menu-harvard-menu ul.first-level {
  border-top: 4px solid #a51c30; }
  nav.secondary-nav ul.first-level a,
  .pane-harvard-menu-harvard-menu ul.first-level a {
    display: block;
    text-decoration: none;
    padding: 11px 7px; }
  nav.secondary-nav ul.first-level > li > a,
  .pane-harvard-menu-harvard-menu 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,
    .pane-harvard-menu-harvard-menu ul.first-level > li > a:hover {
      color: #1f1f1f;
      text-decoration: underline; }
  nav.secondary-nav ul.first-level > li.active-trail > a,
  .pane-harvard-menu-harvard-menu 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,
    .pane-harvard-menu-harvard-menu ul.first-level > li.active-trail > a.active:hover {
      text-decoration: none; }
  nav.secondary-nav ul.first-level ul.second-level,
  .pane-harvard-menu-harvard-menu 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,
    .pane-harvard-menu-harvard-menu ul.first-level ul.second-level > li {
      color: #cacaca; }
      nav.secondary-nav ul.first-level ul.second-level > li > a,
      .pane-harvard-menu-harvard-menu 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,
        .pane-harvard-menu-harvard-menu 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,
      .pane-harvard-menu-harvard-menu 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,
        .pane-harvard-menu-harvard-menu 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,
    .pane-harvard-menu-harvard-menu 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,
      .pane-harvard-menu-harvard-menu 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,
        .pane-harvard-menu-harvard-menu 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,
          .pane-harvard-menu-harvard-menu 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,
        .pane-harvard-menu-harvard-menu 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,
          .pane-harvard-menu-harvard-menu ul.first-level ul.second-level ul.third-level > li.active-trail > a.active:hover {
            text-decoration: none; }
nav.secondary-nav article.module,
.pane-harvard-menu-harvard-menu 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,
  .pane-harvard-menu-harvard-menu article.module h1.zeta,
  .pane-harvard-menu-harvard-menu article.module form.filter h1.fieldset-title,
  form.filter .pane-harvard-menu-harvard-menu article.module h1.fieldset-title {
    border-color: #cacaca; }
  nav.secondary-nav article.module h2.eta,
  .pane-harvard-menu-harvard-menu article.module h2.eta {
    margin-top: 0.5em; }
  nav.secondary-nav article.module li,
  .pane-harvard-menu-harvard-menu article.module li {
    list-style-type: none;
    margin-left: 0; }
nav.secondary-nav.active .toggle-target,
.pane-harvard-menu-harvard-menu.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: 18;
      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; }

.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 #main {
  overflow: inherit; }
.node-type-application-tips .page-title-article .pane-bundle-harvard-application-tips .page-content-primary .field-collection-container {
  overflow: visible; }
  .node-type-application-tips .page-title-article .pane-bundle-harvard-application-tips .page-content-primary .field-collection-container .tabs-menu {
    font-size: 0; }
.node-type-application-tips .page-title-article .pane-bundle-harvard-application-tips .page-content-primary > .in, .node-type-application-tips .page-title-article .pane-bundle-harvard-application-tips .module .more-link .page-content-primary > a, .module .more-link .node-type-application-tips .page-title-article .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 .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; }
.node-type-financial-aid .data-poster .field-type-list-text .field-item {
  display: none; }

/*---------------------------------
  new partials
-----------------------------------*/
body {
  background: #f3f3f1; }

.node-type-landing-page .panel-4col-25-stacked .panel-col-first,
.node-type-landing-page .panel-4col-25-stacked .panel-col-second,
.node-type-landing-page .panel-4col-25-stacked .panel-col-third,
.node-type-landing-page .panel-4col-25-stacked .panel-col-fourth {
  width: 100%;
  margin: 0; }
  @media (min-width: 795px) {
    .node-type-landing-page .panel-4col-25-stacked .panel-col-first,
    .node-type-landing-page .panel-4col-25-stacked .panel-col-second,
    .node-type-landing-page .panel-4col-25-stacked .panel-col-third,
    .node-type-landing-page .panel-4col-25-stacked .panel-col-fourth {
      width: 24%;
      float: left;
      margin: 0 .5% 0 .5%; } }
@media (min-width: 795px) {
  .node-type-landing-page .panel-4col-25-stacked .panel-col-first {
    width: 20%; } }
@media (min-width: 1075px) {
  .node-type-landing-page .panel-4col-25-stacked .panel-col-first {
    width: 24%; } }

.node-type-landing-page .panel-4col-25-stacked .panel-col-fourth .inside {
  margin-left: 0;
  margin-right: 6px; }

.panel-4col-25-stacked .harvard-featured-content .admissions-submenu {
  width: 100%;
  margin-bottom: 2rem; }
  @media (min-width: 1075px) {
    .panel-4col-25-stacked .harvard-featured-content .admissions-submenu {
      width: 25%;
      float: left;
      margin-right: 1%; } }
.panel-4col-25-stacked .harvard-featured-content h2 {
  margin-top: .5rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  font-family: Georgia, serif; }
  @media (min-width: 795px) {
    .panel-4col-25-stacked .harvard-featured-content h2 {
      padding-left: 0; } }
.panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper {
  *zoom: 1;
  width: 100%; }
  .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  @media (min-width: 450px) {
    .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper {
      padding-bottom: 2em; } }
  @media (min-width: 795px) {
    .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper {
      width: 96%;
      margin: 0 auto; } }
  @media (min-width: 1075px) {
    .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper {
      width: 75%;
      float: left;
      margin-left: 1%; } }
  .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper img {
    width: 100%; }
  .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper .featured-second-content,
  .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper .featured-third-content,
  .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper .featured-fourth-content {
    margin: 0 1% 1.5rem 1%; }
    @media (min-width: 560px) {
      .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper .featured-second-content,
      .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper .featured-third-content,
      .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper .featured-fourth-content {
        width: 31%;
        float: left;
        margin: 0 2%; } }
    @media (min-width: 795px) {
      .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper .featured-second-content,
      .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper .featured-third-content,
      .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper .featured-fourth-content {
        width: 31%;
        float: left;
        margin: 0 2%; }
        .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper .featured-second-content img,
        .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper .featured-third-content img,
        .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper .featured-fourth-content img {
          width: 100%; } }
  .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper .featured-second-content {
    margin-left: 0; }
  .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper .featured-third-content {
    margin: 0 5px; }
  .panel-4col-25-stacked .harvard-featured-content .featured-content-wrapper .featured-fourth-content {
    margin-right: 0; }

.front.node-type-landing-page .center-wrapper,
.node-type-landing-page .panel-4col-25-stacked {
  margin: 0 auto; }
  .front.node-type-landing-page .center-wrapper .container,
  .node-type-landing-page .panel-4col-25-stacked .container {
    background: white;
    padding-top: 0; }
    .front.node-type-landing-page .center-wrapper .container .wrap,
    .node-type-landing-page .panel-4col-25-stacked .container .wrap {
      margin: 0 16px;
      padding-left: 0;
      padding-right: 0;
      font-weight: normal;
      font-size: 14px;
      font-size: .875rem;
      line-height: 20px;
      font-family: Arial, Helvetica, sans-serif;
      max-width: 1092px; }
      .front.node-type-landing-page .center-wrapper .container .wrap .field-type-link-field a,
      .node-type-landing-page .panel-4col-25-stacked .container .wrap .field-type-link-field a {
        font-weight: bold; }
    .front.node-type-landing-page .center-wrapper .container .panel-tertiary,
    .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary {
      width: 100%;
      background: #f3f3f1;
      padding: 2rem 0;
      margin: 0 auto 2rem auto; }
      .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner,
      .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner {
        *zoom: 1;
        width: 273px;
        margin: 0 auto; }
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner:after,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner:after {
          visibility: hidden;
          display: block;
          content: "";
          clear: both;
          height: 0; }
        @media (min-width: 560px) {
          .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner,
          .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner {
            width: 96%; } }
        @media (min-width: 795px) {
          .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner,
          .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner {
            width: 100%; } }
        @media (min-width: 1075px) {
          .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner,
          .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner {
            width: 96%;
            margin: 0 auto;
            max-width: 1092px; } }
        @media (min-width: 560px) {
          .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner .panel-col-first,
          .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner .panel-col-first {
            width: 31%;
            float: left;
            margin-left: 0; } }
        @media (min-width: 795px) {
          .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner .panel-col-first,
          .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner .panel-col-first {
            width: 32%;
            margin-right: 1px;
            margin-left: 0; } }
        @media (min-width: 1075px) {
          .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner .panel-col-first,
          .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner .panel-col-first {
            width: 22%;
            margin-right: 0; } }
        @media all and (min-width: 1100px) {
          .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner .panel-col-first,
          .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner .panel-col-first {
            width: 22.5%; } }
        @media all and (min-width: 1200px) {
          .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner .panel-col-first,
          .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner .panel-col-first {
            width: 23%;
            margin-left: .6rem; } }
        @media (min-width: 560px) {
          .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner .panel-col-second,
          .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner .panel-col-second {
            width: 32%;
            float: left;
            margin-left: 1.3rem;
            margin-right: .5rem; } }
        @media (min-width: 795px) {
          .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner .panel-col-second,
          .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner .panel-col-second {
            width: 30%; } }
        @media (min-width: 1075px) {
          .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner .panel-col-second,
          .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner .panel-col-second {
            width: 25%; } }
        @media all and (min-width: 1200px) {
          .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner .panel-col-second,
          .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner .panel-col-second {
            width: 24.5%;
            margin-left: .5rem; } }
        @media (min-width: 560px) {
          .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner .panel-col-third,
          .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner .panel-col-third {
            width: 30%; } }
        @media (min-width: 795px) {
          .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner .panel-col-third,
          .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner .panel-col-third {
            width: 30%; } }
        @media (min-width: 1075px) {
          .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner .panel-col-third,
          .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner .panel-col-third {
            width: 24%;
            margin-left: 0;
            margin-right: 1rem; } }
        @media (min-width: 560px) {
          .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner .panel-col-fourth,
          .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner .panel-col-fourth {
            width: 30%; } }
        @media (min-width: 1075px) {
          .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner .panel-col-fourth,
          .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner .panel-col-fourth {
            margin-left: .6rem;
            margin-right: 0;
            width: 23.5%; } }
        @media all and (min-width: 1100px) {
          .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner .panel-col-fourth,
          .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner .panel-col-fourth {
            margin-left: .2rem; } }
        @media all and (min-width: 1200px) {
          .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner .panel-col-fourth,
          .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner .panel-col-fourth {
            margin-left: 0; } }
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner .harvard_tour,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner .harvard_tour {
          text-align: center; }
          @media (min-width: 560px) {
            .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner .harvard_tour iframe,
            .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner .harvard_tour iframe {
              margin-left: 0; } }
          @media (min-width: 795px) {
            .front.node-type-landing-page .center-wrapper .container .panel-tertiary .inner .harvard_tour iframe,
            .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner .harvard_tour iframe {
              margin-left: 5%; } }
      .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-second,
      .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-third,
      .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-fourth,
      .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-second,
      .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-third,
      .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-fourth {
        color: #7e7e7e;
        margin-top: 0;
        font-size: .75rem;
        line-height: 1.4; }
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-second h1.zeta, .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-second form.filter h1.fieldset-title, form.filter .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-second h1.fieldset-title,
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-third h1.zeta,
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-third form.filter h1.fieldset-title,
        form.filter .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-third h1.fieldset-title,
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-fourth h1.zeta,
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-fourth form.filter h1.fieldset-title,
        form.filter .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-fourth h1.fieldset-title,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-second h1.zeta,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-second form.filter h1.fieldset-title,
        form.filter .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-second h1.fieldset-title,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-third h1.zeta,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-third form.filter h1.fieldset-title,
        form.filter .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-third h1.fieldset-title,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-fourth h1.zeta,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-fourth form.filter h1.fieldset-title,
        form.filter .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-fourth h1.fieldset-title {
          padding-top: 0; }
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-second h2,
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-second h3,
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-third h2,
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-third h3,
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-fourth h2,
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-fourth h3,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-second h2,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-second h3,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-third h2,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-third h3,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-fourth h2,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-fourth h3 {
          font-family: Arial, Helvetica, sans-serif;
          font-weight: bold;
          font-size: .75rem;
          margin-top: 0;
          color: #1f1f1f; }
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-second h2,
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-third h2,
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-fourth h2,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-second h2,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-third h2,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-fourth h2 {
          text-transform: uppercase;
          line-height: 1.6; }
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-second h3,
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-third h3,
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-fourth h3,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-second h3,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-third h3,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-fourth h3 {
          line-height: 1.4; }
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-second p,
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-third p,
        .front.node-type-landing-page .center-wrapper .container .panel-tertiary .panel-col-fourth p,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-second p,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-third p,
        .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .panel-col-fourth p {
          margin-bottom: 1rem;
          font-weight: normal;
          font-size: 12px;
          font-size: .75rem;
          line-height: 16px;
          font-family: Arial, Helvetica, sans-serif; }

@media (min-width: 795px) {
  .node-type-landing-page .panel-4col-25-stacked .container .wrap {
    margin: 0 auto; } }
@media (min-width: 795px) {
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary {
    padding: 0 2rem 2rem 2rem;
    width: auto; } }
.node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2,
.node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs {
  margin-bottom: 2.5rem;
  width: 273px;
  margin: 0 auto 2em auto;
  background: white;
  border: 1px solid #d7d7d7;
  border-top: none;
  position: relative; }
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 .kappa.icon-caret-right, .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 .module .more-link a.icon-caret-right, .module .more-link .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 a.icon-caret-right, .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 .module .more-link .page-content .details a, .module .more-link .page-content .details .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 a, .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 .page-content .details .module .more-link a, .page-content .details .module .more-link .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 a, .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 .carousel-container article .icon-caret-right.field-type-link-field, .carousel-container article .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 .icon-caret-right.field-type-link-field, .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 .carousel-container article .page-content .details a.field-type-link-field, .carousel-container article .page-content .details .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 a.field-type-link-field, .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 .page-content .details .carousel-container article a.field-type-link-field, .page-content .details .carousel-container article .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 a.field-type-link-field, .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 .page-content .details a.kappa, .page-content .details .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 a.kappa,
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs .kappa.icon-caret-right,
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs .module .more-link a.icon-caret-right,
  .module .more-link .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs a.icon-caret-right,
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs .module .more-link .page-content .details a,
  .module .more-link .page-content .details .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs a,
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs .page-content .details .module .more-link a,
  .page-content .details .module .more-link .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs a,
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs .carousel-container article .icon-caret-right.field-type-link-field,
  .carousel-container article .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs .icon-caret-right.field-type-link-field,
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs .carousel-container article .page-content .details a.field-type-link-field,
  .carousel-container article .page-content .details .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs a.field-type-link-field,
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs .page-content .details .carousel-container article a.field-type-link-field,
  .page-content .details .carousel-container article .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs a.field-type-link-field,
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs .page-content .details a.kappa,
  .page-content .details .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs a.kappa {
    display: inline; }
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 .see-more, .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 .module .more-link a, .module .more-link .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 a,
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs .see-more,
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs .module .more-link a,
  .module .more-link .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs a {
    position: absolute;
    top: 10px;
    right: 12px;
    color: white; }
  @media (min-width: 560px) {
    .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2,
    .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs {
      width: 94%; } }
  @media (min-width: 795px) {
    .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2,
    .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs {
      margin: 0; } }
.node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 {
  min-height: 321px;
  max-height: 321px; }
@media (min-width: 795px) {
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 {
    width: 25%;
    float: left;
    margin-right: 2%; }
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs {
    width: 72%;
    float: left; } }
.node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .inside {
  max-width: 1092px;
  margin: 0 auto; }
.node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary h2,
.node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary h2 .pane-title {
  background: #a51c30;
  padding: 10px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase; }
.node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary h2.pane-title {
  background: #86111e; }
.node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary article.news-item-beta {
  padding: 1rem .5rem .2rem 1rem; }
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary article.news-item-beta .thumbnail {
    display: none; }
.node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none; }
  @media (min-width: 795px) {
    .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider .flex-control-nav {
      width: 65%; }
    .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider .flex-control-nav {
      position: relative;
      bottom: 40px; } }
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider .flex-caption {
    display: none; }
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider .flex-control-paging li a {
    background: rgba(0, 0, 0, 0.2); }
    .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider .flex-control-paging li a.flex-active {
      background: rgba(0, 0, 0, 0.5); }
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider .flex-direction-nav a {
    top: 45%; }
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider .node-student-blog {
    min-height: 485px; }
    @media (min-width: 560px) {
      .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider .node-student-blog {
        min-height: 285px; } }
    @media (min-width: 795px) {
      .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider .node-student-blog {
        max-height: 285px; } }
    .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider .node-student-blog .content {
      width: 100%; }
      @media (min-width: 795px) {
        .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider .node-student-blog .content {
          margin-top: 0; } }
    .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider .node-student-blog .blog-carousel-image {
      width: 100%;
      text-align: center;
      overflow: hidden; }
      .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider .node-student-blog .blog-carousel-image img {
        max-width: 100%;
        margin: 0 auto 1em auto;
        height: auto; }
      @media (min-width: 560px) {
        .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider .node-student-blog .blog-carousel-image {
          float: right;
          width: 40%; }
          .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider .node-student-blog .blog-carousel-image img {
            max-width: 315px;
            margin: 0;
            float: right;
            max-height: 285px; } }
    .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider .node-student-blog .blog-carousel-wrapper {
      width: 90%;
      margin: 0 auto;
      padding: 0; }
      @media (min-width: 560px) {
        .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider .node-student-blog .blog-carousel-wrapper {
          padding-top: 0;
          padding-left: 1em;
          float: left;
          width: 54%; } }
      .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider .node-student-blog .blog-carousel-wrapper h2 {
        margin-top: 0;
        background: none;
        line-height: 1.25;
        padding: 0;
        margin-top: 1rem;
        margin-bottom: .8rem; }
        .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider .node-student-blog .blog-carousel-wrapper h2 a {
          color: #000;
          text-transform: capitalize;
          font-size: 1.4rem; }

.node-type-landing-page .pane-node-field-landing-page-rtitle-link,
.node-type-landing-page .pane-node-field-landing-page-ctitle-link,
.node-type-landing-page .pane-node-field-landing-page-ltitle-link {
  display: none; }
.node-type-landing-page .field-name-field-landing-page-left-desc,
.node-type-landing-page .field-name-field-landing-page-center-desc,
.node-type-landing-page .field-name-field-landing-page-right-desc {
  margin-bottom: 1rem; }
.node-type-landing-page .field-name-field-landing-page-left-image,
.node-type-landing-page .field-name-field-landing-page-center-image,
.node-type-landing-page .field-name-field-landing-page-right-image {
  position: relative; }
  .node-type-landing-page .field-name-field-landing-page-left-image h1,
  .node-type-landing-page .field-name-field-landing-page-center-image h1,
  .node-type-landing-page .field-name-field-landing-page-right-image h1 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0.3em 0.5em;
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 28px;
    color: white;
    font-family: Arial, Helvetica, sans-serif; }
  .node-type-landing-page .field-name-field-landing-page-left-image a:hover h1,
  .node-type-landing-page .field-name-field-landing-page-center-image a:hover h1,
  .node-type-landing-page .field-name-field-landing-page-right-image a:hover h1 {
    background-color: rgba(37, 78, 120, 0.6);
    text-decoration: none;
    border-bottom: 1px solid #254e78; }

.node-type-landing-page .featured-content-wrapper .inner {
  width: 273px;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 560px) {
    .node-type-landing-page .featured-content-wrapper .inner {
      width: auto;
      margin: 0;
      overflow: visible; } }

/* main header on /admissions/visit page's sidebar */
.page-content-secondary .pane-harvard-tour h2.pane-title {
  padding-top: 1em;
  margin-bottom: 1em;
  border-top: 4px solid #8996a1;
  font-weight: bold;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase; }

@media (min-width: 1075px) {
  .node-type-landing-page .panel-4col-25-stacked > .container {
    padding-top: 3em; } }

@media all and (max-width: 480px) {
  .front.node-type-landing-page .center-wrapper,
  .front.node-type-landing-page .center-wrapper .panel-panel {
    width: 100% !important; }
    .front.node-type-landing-page .center-wrapper .container,
    .front.node-type-landing-page .center-wrapper .panel-panel .container {
      margin: 0 16px 2em 16px !important; }
    .front.node-type-landing-page .center-wrapper .upcoming-events .ui-tabs-nav li a,
    .front.node-type-landing-page .center-wrapper .upcoming-events .ui-tabs-nav li a:link,
    .front.node-type-landing-page .center-wrapper .panel-panel .upcoming-events .ui-tabs-nav li a,
    .front.node-type-landing-page .center-wrapper .panel-panel .upcoming-events .ui-tabs-nav li a:link {
      padding: 1em .8em !important; } }
@media all and (max-width: 560px) {
  .node-type-landing-page .panel-4col-25-stacked .secondary-nav.toggle-container {
    width: 100%; }
  .node-type-landing-page .panel-4col-25-stacked .container .panel-tertiary .inner {
    width: initial;
    margin: 0 16px; }
  .node-type-landing-page .panel-4col-25-stacked .wrap .featured-first-content,
  .node-type-landing-page .panel-4col-25-stacked .wrap .featured-second-content,
  .node-type-landing-page .panel-4col-25-stacked .wrap .featured-third-content,
  .node-type-landing-page .panel-4col-25-stacked .wrap .featured-fourth-content {
    width: 100%;
    margin: 0 0 2em 0; }
  .node-type-landing-page .panel-4col-25-stacked .wrap .inner {
    width: 100%;
    margin: 0; }
  .node-type-landing-page .panel-4col-25-stacked .panel-tertiary {
    margin: 0 16px; }
    .node-type-landing-page .panel-4col-25-stacked .panel-tertiary .panel-col-first,
    .node-type-landing-page .panel-4col-25-stacked .panel-tertiary .panel-col-second,
    .node-type-landing-page .panel-4col-25-stacked .panel-tertiary .panel-col-third,
    .node-type-landing-page .panel-4col-25-stacked .panel-tertiary .panel-col-first {
      width: 100%;
      margin: 0 0 2em 0; }
    .node-type-landing-page .panel-4col-25-stacked .panel-tertiary .panel-col-first {
      margin-bottom: 0; }
  .node-type-landing-page .panel-4col-25-stacked .panel-col-callout {
    width: 100%;
    margin: 0 0 2em 0; }
    .node-type-landing-page .panel-4col-25-stacked .panel-col-callout > .inside {
      margin: 0 16px;
      padding: 0;
      max-width: 100%; }
      .node-type-landing-page .panel-4col-25-stacked .panel-col-callout > .inside img,
      .node-type-landing-page .panel-4col-25-stacked .panel-col-callout > .inside iframe {
        width: 100%; }
    .node-type-landing-page .panel-4col-25-stacked .panel-col-callout .panel-col-first .inside {
      margin: 0; }
    .node-type-landing-page .panel-4col-25-stacked .panel-col-callout .panel-col-last .inside,
    .node-type-landing-page .panel-4col-25-stacked .panel-col-callout .panel-col-last .pane-node-field-landing-page-callout-title {
      margin: 0; }
    .node-type-landing-page .panel-4col-25-stacked .panel-col-callout .panel-col-last .pane-node-field-landing-page-callout-title {
      margin-top: 1em; }
  .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary {
    margin: 0 0 2em 0; }
    .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary > .inside {
      padding: 0 16px; }
    .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-news-improved-panel-pane-2 {
      width: 100%; }
    .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .pane-node-field-landing-page-blogs {
      width: 100%;
      margin: 0;
      padding: 0; }
    .node-type-landing-page .panel-4col-25-stacked .panel-col-quaternary .flexslider {
      padding-bottom: 3em; } }
.tabs-menu {
  display: none; }
  @media (min-width: 1075px) {
    .tabs-menu {
      display: block; } }

.mobile-select select {
  margin: 8px 16px;
  font-size: 16px; }
@media (min-width: 1075px) {
  .mobile-select {
    display: none; } }

.node-type-application-tips .tabs-window {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto; }

.region-footer {
  background-color: #000; }

.region-footer .content {
  width: 1214px;
  margin: 0 auto; }

.region-footer .content h2 {
  margin: 0;
  color: #8b8b8b;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .75rem;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif; }

.region-footer .content h2 {
  padding: 2em 10%; }

.region-footer .content li {
  padding: 0 0 .5em 20%; }

.region-footer .content li a {
  color: #fff; }

.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;
    color: #898484; }
    .page-footer p a {
      color: white;
      padding: 0 1em; }
      .page-footer p a:hover {
        color: #8996a0;
        text-decoration: none; }

@media screen and (min-width: 1075px) {
  .page-footer {
    padding-bottom: 61px; } }
.region-footer {
  background: black; }
  .region-footer .block-panels-mini {
    margin: 0 auto;
    padding: 2em 0; }
    @media (min-width: 1075px) {
      .region-footer .block-panels-mini {
        padding: 1em 0;
        width: 94%;
        margin: 0 auto;
        max-width: 1068px; } }
    .region-footer .block-panels-mini .content {
      padding: 0;
      margin: 0 16px;
      width: inherit; }
      @media (min-width: 795px) {
        .region-footer .block-panels-mini .content {
          width: 94%;
          margin: 0 auto; } }
      @media (min-width: 1075px) {
        .region-footer .block-panels-mini .content {
          padding: 0; } }
      .region-footer .block-panels-mini .content .inside {
        margin-right: 0; }
  .region-footer a {
    color: white; }
  .region-footer a:hover {
    text-decoration: none;
    color: #999999; }
  @media (min-width: 1075px) {
    .region-footer .panel-2col {
      height: 150px; } }
  .region-footer .panel-col-first {
    width: 100%;
    padding: 0 0 2em 0; }
    @media (min-width: 795px) {
      .region-footer .panel-col-first {
        width: 50%;
        padding: 0; } }
  .region-footer .panel-col-last {
    height: 40px;
    width: 100%; }
    @media (min-width: 795px) {
      .region-footer .panel-col-last {
        width: 48%;
        text-align: right;
        padding-top: 2.5rem; } }
    @media (min-width: 795px) {
      .region-footer .panel-col-last .harvard_icons a {
        width: 2em; } }
    @media (min-width: 1075px) {
      .region-footer .panel-col-last .harvard_icons a {
        width: 2.2em; } }
  .region-footer ul.quick-links li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    padding: 0; }
    @media (min-width: 560px) {
      .region-footer ul.quick-links li {
        float: left;
        width: 50%; } }
  .region-footer .content h2.pane-title {
    color: #1f1f1f;
    font-weight: bold;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 1em;
    padding: 0; }

.front .panel-3col-33-stacked .panel-col-top,
.panel-col-primary {
  box-shadow: 0px -1px 16px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0px -1px 16px rgba(0, 0, 0, 0.15) inset;
  -ie-box-shadow: 0px -1px 16px rgba(0, 0, 0, 0.15) inset;
  background-color: #E6E5E3; }
  .front .panel-3col-33-stacked .panel-col-top .inside,
  .panel-col-primary .inside {
    max-width: 1214px;
    margin: 0 auto;
    background: white; }

.front.node-type-landing-page .center-wrapper {
  clear: both;
  *zoom: 1;
  width: 100%; }
  .front.node-type-landing-page .center-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .front.node-type-landing-page .center-wrapper .container {
    margin: 0 16px;
    max-width: inherit !important; }
    @media (min-width: 560px) {
      .front.node-type-landing-page .center-wrapper .container {
        max-width: 546px; } }
    @media (min-width: 795px) {
      .front.node-type-landing-page .center-wrapper .container {
        max-width: 819px; } }
    @media (min-width: 1075px) {
      .front.node-type-landing-page .center-wrapper .container {
        max-width: 1092px; } }
  .front.node-type-landing-page .center-wrapper .panel-panel {
    background-color: #ffffff; }
    .front.node-type-landing-page .center-wrapper .panel-panel .inside {
      border: 1px solid #cacaca;
      border-top: none; }
      @media (min-width: 795px) {
        .front.node-type-landing-page .center-wrapper .panel-panel .inside {
          width: 100%; } }
      .front.node-type-landing-page .center-wrapper .panel-panel .inside .news-improved .pane-title,
      .front.node-type-landing-page .center-wrapper .panel-panel .inside .upcoming-events .pane-title {
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        font-size: .75rem;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 16px;
        padding: 1em;
        display: block; }
  @media (min-width: 560px) {
    .front.node-type-landing-page .center-wrapper .panel-col-first {
      width: 100%; } }
  @media all and (min-width: 860px) {
    .front.node-type-landing-page .center-wrapper .panel-col-first {
      width: 32%;
      float: left;
      margin-right: .8%;
      margin-left: 0; } }
  @media (min-width: 1075px) {
    .front.node-type-landing-page .center-wrapper .panel-col-first {
      width: 28%;
      margin-right: 2%;
      margin-left: 3.5%; } }
  .front.node-type-landing-page .center-wrapper .panel-col-first .inside {
    width: 100%;
    margin: 0 0 2rem 0; }
    @media (min-width: 795px) {
      .front.node-type-landing-page .center-wrapper .panel-col-first .inside {
        margin: 0 0 1rem 0; } }
    @media (min-width: 1075px) {
      .front.node-type-landing-page .center-wrapper .panel-col-first .inside {
        width: 100%;
        margin: 0;
        min-height: 520px; } }
  .front.node-type-landing-page .center-wrapper .panel-col-first .pane-node-field-landing-page-callout-image {
    margin-bottom: 2em; }
  .front.node-type-landing-page .center-wrapper .panel-col-first .pane-node-field-landing-page-callout-title {
    padding: 0 0 2em 1em;
    color: #a51c30;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .75rem;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif; }
  .front.node-type-landing-page .center-wrapper .panel-col-first .field-name-field-landing-page-callout-body {
    padding: 0 1em 1em 1em; }
  .front.node-type-landing-page .center-wrapper .panel-col-first .pane-node-field-landing-page-callout-link {
    padding: 0 1em 1em 1em; }
  @media (min-width: 560px) {
    .front.node-type-landing-page .center-wrapper .panel-col {
      width: 48%;
      float: left;
      margin-right: 2%; } }
  @media all and (min-width: 860px) {
    .front.node-type-landing-page .center-wrapper .panel-col {
      width: 32%;
      margin-right: .8%;
      margin-left: .8%; } }
  @media (min-width: 1075px) {
    .front.node-type-landing-page .center-wrapper .panel-col {
      width: 28%;
      margin-left: 2%;
      margin-right: 2%; } }
  .front.node-type-landing-page .center-wrapper .panel-col .inside {
    margin: 0 0 2rem 0;
    position: relative; }
    @media (min-width: 795px) {
      .front.node-type-landing-page .center-wrapper .panel-col .inside {
        min-height: 520px; } }
  .front.node-type-landing-page .center-wrapper .panel-col .created_date.iota, .front.node-type-landing-page .center-wrapper .panel-col .page-content .created_date.details, .page-content .front.node-type-landing-page .center-wrapper .panel-col .created_date.details {
    display: none; }
  .front.node-type-landing-page .center-wrapper .panel-col .news-item-beta {
    padding: .8em 1em .3em 1em; }
  .front.node-type-landing-page .center-wrapper .panel-col .kappa.see-more, .front.node-type-landing-page .center-wrapper .panel-col .module .more-link a, .module .more-link .front.node-type-landing-page .center-wrapper .panel-col a, .front.node-type-landing-page .center-wrapper .panel-col .carousel-container article .see-more.field-type-link-field, .carousel-container article .front.node-type-landing-page .center-wrapper .panel-col .see-more.field-type-link-field {
    padding: 0 0 .5em 1em; }
  .front.node-type-landing-page .center-wrapper .panel-col .pane-title {
    background-color: #a51c30; }
  .front.node-type-landing-page .center-wrapper .panel-col .see-more, .front.node-type-landing-page .center-wrapper .panel-col .module .more-link a, .module .more-link .front.node-type-landing-page .center-wrapper .panel-col a {
    position: absolute;
    top: 12px;
    right: 12px;
    color: white; }
  @media (min-width: 560px) {
    .front.node-type-landing-page .center-wrapper .panel-col-last {
      width: 48%;
      float: left;
      margin-left: 2%; } }
  @media all and (min-width: 860px) {
    .front.node-type-landing-page .center-wrapper .panel-col-last {
      width: 32%;
      margin-right: .8%;
      margin-left: .8%; } }
  @media (min-width: 1075px) {
    .front.node-type-landing-page .center-wrapper .panel-col-last {
      width: 28%;
      margin-left: 2%; } }
  .front.node-type-landing-page .center-wrapper .panel-col-last .inside {
    margin: 0 0 2rem 0; }
    @media all and (min-width: 640px) {
      .front.node-type-landing-page .center-wrapper .panel-col-last .inside {
        margin-left: 1.6%; } }
    @media (min-width: 795px) {
      .front.node-type-landing-page .center-wrapper .panel-col-last .inside {
        min-height: 520px; } }
  .front.node-type-landing-page .center-wrapper .panel-col-last .pane-custom {
    position: relative; }
  .front.node-type-landing-page .center-wrapper .panel-col-last .see-more, .front.node-type-landing-page .center-wrapper .panel-col-last .module .more-link a, .module .more-link .front.node-type-landing-page .center-wrapper .panel-col-last a {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
    color: white; }
  .front.node-type-landing-page .center-wrapper .panel-col-last .view-upcoming-events div.views-row {
    padding: 0.5em 0;
    border-bottom: 1px solid #cacaca; }
  .front.node-type-landing-page .center-wrapper .panel-col-last .view-upcoming-events div.views-row-last {
    border: none; }
  .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events {
    padding: 0; }
    .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .item-list ul li {
      margin: 0; }
    .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .pane-content #quicktabs-container-upcoming_events {
      padding: 15px; }
    .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .pane-title {
      background-color: #86111e;
      padding-right: 16px; }
    .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .ui-tabs,
    .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .ui-widget {
      padding: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .iota a, .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .page-content .details a, .page-content .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .details a {
      color: #3b7abd; }
    .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .ui-corner-bottom {
      padding: 2em 1em; }
    .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .quicktabs-tabs {
      box-shadow: 0 -1px 0 #cacaca inset;
      background: #f3f3f1;
      padding: 0;
      margin: 0 0 0 -1px; }
      .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .quicktabs-tabs li {
        padding: 0;
        display: inline;
        list-style-type: none; }
        .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .quicktabs-tabs li a, .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .quicktabs-tabs li a:link {
          color: #3b7abd;
          display: inline-block;
          line-height: 16px;
          text-transform: uppercase;
          font-weight: bold;
          font-size: .75rem;
          line-height: 16px;
          font-family: Arial, Helvetica, sans-serif;
          padding: 1rem;
          text-decoration: none; }
          @media (min-width: 560px) {
            .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .quicktabs-tabs li a, .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .quicktabs-tabs li a:link {
              padding: 1rem .3rem; } }
          @media (min-width: 795px) {
            .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .quicktabs-tabs li a, .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .quicktabs-tabs li a:link {
              padding: 1rem .4rem; } }
          @media all and (min-width: 860px) {
            .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .quicktabs-tabs li a, .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .quicktabs-tabs li a:link {
              padding-left: .4rem;
              padding-right: .4rem; } }
          @media (min-width: 1075px) {
            .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .quicktabs-tabs li a, .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .quicktabs-tabs li a:link {
              padding-left: .8rem;
              padding-right: .8rem; } }
        .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .quicktabs-tabs li.active a, .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .quicktabs-tabs li.active a:link {
          color: #254e78;
          background: white;
          border-left: 1px solid #cacaca;
          border-right: 1px solid #cacaca; }
        .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .quicktabs-tabs li.ui-state-default, .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .quicktabs-tabs li.ui-widget-content .ui-state-default, .front.node-type-landing-page .center-wrapper .panel-col-last .upcoming-events .quicktabs-tabs li.ui-widget-header .ui-state-default {
          background: none; }

/**
 * @file
 * Customizations necessary for the landing page content type's grid.
 */
.harvard-grid-wrapper {
  width: 273px;
  margin: 0 auto;
  margin-bottom: 3em; }
  @media (min-width: 560px) {
    .harvard-grid-wrapper {
      width: 100%; } }

.field-name-field-grid-items {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 3em; }
  .field-name-field-grid-items a {
    font-weight: normal; }
  .field-name-field-grid-items a:hover,
  .field-name-field-grid-items a:focus {
    text-decoration: none !important; }
  @media (min-width: 560px) {
    .field-name-field-grid-items {
      width: 546px;
      float: none;
      clear: none;
      margin: 0 auto; } }
  @media (min-width: 795px) {
    .field-name-field-grid-items {
      width: 819px;
      float: none;
      clear: none;
      margin: 0 auto; } }
  @media (min-width: 1075px) {
    .field-name-field-grid-items {
      width: 1092px; } }
  .field-name-field-grid-items > .field-items {
    margin: 0 auto;
    background: white; }
  .field-name-field-grid-items .field-item {
    float: left;
    clear: none;
    position: relative; }
  .field-name-field-grid-items > .field-items {
    max-width: 273px;
    margin: 0 auto; }
    @media (min-width: 560px) {
      .field-name-field-grid-items > .field-items {
        max-width: 546px; } }
    @media (min-width: 795px) {
      .field-name-field-grid-items > .field-items {
        max-width: 819px; } }
    @media (min-width: 1075px) {
      .field-name-field-grid-items > .field-items {
        max-width: 1092px; } }
  .field-name-field-grid-items .fieldable-panels-pane {
    height: 273px;
    width: 273px;
    position: relative; }
    .field-name-field-grid-items .fieldable-panels-pane > h2 {
      display: none; }
  .field-name-field-grid-items a {
    color: white; }
    .field-name-field-grid-items a:hover {
      text-decoration: underline; }

/* CURATED TEXT GRID ITEM */
.landing-page-curated-text {
  width: 273px;
  height: 273px;
  overflow: hidden; }
  .landing-page-curated-text .field-name-field-body-text {
    position: inherit; }
    .landing-page-curated-text .field-name-field-body-text .field-item {
      width: 100%;
      color: white;
      text-align: center;
      font-size: 18px;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .landing-page-curated-text .field-items {
    height: 233px;
    padding-left: 3%;
    padding-right: 3%;
    position: relative; }
  .landing-page-curated-text *[href$=".pdf"]:after {
    content: ""; }

@media (min-width: 560px) {
  .flexbox .landing-page-curated-text .field-items {
    display: inline-block;
    padding-top: 50%;
    width: 94%; }
    .flexbox .landing-page-curated-text .field-items .field-item {
      top: inherit; } }

/* TWITTER GRID ITEM */
.landing-page-recent-tweet {
  width: 273px;
  height: 273px;
  overflow: hidden; }
  .landing-page-recent-tweet .twitter-status {
    background: transparent;
    color: white; }
    .landing-page-recent-tweet .twitter-status .text {
      margin-left: 0;
      text-align: center;
      margin-top: 1em;
      font-size: 18px;
      padding: 0 1em; }
    .landing-page-recent-tweet .twitter-status .name-handle {
      margin-left: 0;
      text-align: center;
      margin-top: 2em; }
      .landing-page-recent-tweet .twitter-status .name-handle .name a {
        font: normal normal normal 1.8em/1 FontAwesome;
        color: #a51c30;
        background: white;
        border-radius: 20px;
        height: 40px;
        width: 40px;
        display: block;
        line-height: 1.5;
        margin: 0 auto .5em auto; }
      .landing-page-recent-tweet .twitter-status .name-handle .handle a {
        color: white;
        text-transform: uppercase;
        font-weight: normal; }
    .landing-page-recent-tweet .twitter-status .actions {
      display: none; }
  .landing-page-recent-tweet .avatar,
  .landing-page-recent-tweet .timestamp {
    display: none; }
  .landing-page-recent-tweet .field-name-field-fpp-category {
    position: absolute; }
    .landing-page-recent-tweet .field-name-field-fpp-category .field-item {
      color: white;
      font-family: Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 13px;
      z-index: 1; }

/* CURATED VIDEO GRID ITEM */
.landing-page-curated-video {
  width: 273px;
  height: 273px;
  overflow: hidden; }
  .landing-page-curated-video .field-name-field-video-url {
    line-height: 0; }
    .landing-page-curated-video .field-name-field-video-url iframe {
      width: 273px;
      height: 182px; }
  .landing-page-curated-video h2,
  .landing-page-curated-video .field-name-field-fpp-category {
    display: none; }
  .landing-page-curated-video .field-name-field-image {
    position: relative;
    top: -182px; }
    .landing-page-curated-video .field-name-field-image .field-item {
      background-color: #cacaca; }
      .landing-page-curated-video .field-name-field-image .field-item img.image-hide-for-video {
        display: none; }
    .landing-page-curated-video .field-name-field-image .play-button {
      width: 20%;
      height: 30%;
      position: absolute;
      left: 40%;
      top: 35%;
      background: url("images/play.png") no-repeat;
      background-size: contain; }
  .landing-page-curated-video .field-name-field-body-text {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    min-height: 33.37%;
    width: 100%;
    min-height: 33.37%; }
    .landing-page-curated-video .field-name-field-body-text .field-items {
      padding: 0.5rem 0;
      font-size: 18px;
      text-align: center;
      width: 100%;
      display: inline-block;
      line-height: normal;
      margin: 5% .8em 0 .8em;
      width: 96%;
      padding: 0;
      margin: 5% .2em 0 .4em; }
    .landing-page-curated-video .field-name-field-body-text .field-item {
      padding: 0.5rem 0;
      font-size: 18px;
      text-align: center;
      width: 100%;
      display: inline-block;
      line-height: normal;
      margin: 5% .8em 0 .8em;
      margin-left: 0; }
    .landing-page-curated-video .field-name-field-body-text .field-items .field-item {
      margin: 3% 0 0 0;
      padding: 0; }
  .landing-page-curated-video img:hover,
  .landing-page-curated-video img:focus {
    opacity: .6; }

/* CURATED PHOTO GRID ITEM */
.landing-page-curated-photo {
  width: 273px;
  height: 273px;
  overflow: hidden; }
  .landing-page-curated-photo .field-name-field-body-text {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    min-height: 33.37%;
    width: 100%; }
    .landing-page-curated-photo .field-name-field-body-text a {
      padding: 0.5rem 0;
      font-size: 18px;
      text-align: center;
      width: 100%;
      display: inline-block;
      line-height: normal;
      margin: 5% .8em 0 .8em;
      margin: 0;
      padding: 0 .2em; }
  .landing-page-curated-photo .field-name-field-body-text .field-item {
    padding: 0.5rem 0;
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: normal;
    margin: 5% .8em 0 .8em;
    margin-left: 0;
    width: 96%;
    padding: 0; }
  .landing-page-curated-photo .field-name-field-fpp-category {
    position: absolute;
    z-index: 20; }
    .landing-page-curated-photo .field-name-field-fpp-category .field-item {
      color: white;
      font-family: Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 13px;
      z-index: 1; }
  .landing-page-curated-photo img {
    width: 100%; }
  .landing-page-curated-photo img:hover,
  .landing-page-curated-photo img:focus {
    opacity: .6; }

/*RECENT FEED GRID ITEM */
.landing-page-recent-feed {
  width: 273px;
  height: 273px;
  overflow: hidden;
  color: white; }
  .landing-page-recent-feed .submitted {
    display: none; }
  .landing-page-recent-feed .field-name-field-feed-to-show > .field-items {
    height: 273px;
    padding: 0 20px 20px 20px;
    position: relative; }
  .landing-page-recent-feed .field-name-field-feed-to-show > .field-items > .field-item {
    font-size: 18px;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .landing-page-recent-feed .field-type-datetime {
    display: none; }
  .landing-page-recent-feed li.comment-add {
    display: none; }
  .landing-page-recent-feed h1.lambda {
    width: 100%; }
    .landing-page-recent-feed h1.lambda a {
      font-family: Georgia;
      font-size: 18px; }
  .landing-page-recent-feed .node p.iota, .landing-page-recent-feed .node .page-content p.details, .page-content .landing-page-recent-feed .node p.details,
  .landing-page-recent-feed .node .news-item-body a.iota,
  .landing-page-recent-feed .node .news-item-body .page-content a.details,
  .page-content .landing-page-recent-feed .node .news-item-body a.details,
  .landing-page-recent-feed .node .field-name-body a.iota,
  .landing-page-recent-feed .node .field-name-body .page-content a.details,
  .page-content .landing-page-recent-feed .node .field-name-body a.details {
    display: none; }
  .landing-page-recent-feed .node h2 {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: .5em; }
  .landing-page-recent-feed .node h2,
  .landing-page-recent-feed .node .field-item {
    width: 233px; }

/* INSTAGRAM GRID ITEM */
.landing-page-recent-instagram {
  width: 273px;
  height: 273px;
  overflow: hidden; }
  .landing-page-recent-instagram .field {
    width: 100%; }
    .landing-page-recent-instagram .field .field-name-field-fpp-category {
      position: absolute;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.6);
      color: white;
      min-height: 33.37%;
      width: 100%; }
      .landing-page-recent-instagram .field .field-name-field-fpp-category .field-item {
        padding: 0.5rem 0;
        font-size: 18px;
        text-align: center;
        width: 100%;
        display: inline-block;
        line-height: normal;
        margin: 5% .8em 0 .8em; }
    .landing-page-recent-instagram .field .instagram-caption {
      position: absolute;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.6);
      color: white;
      min-height: 33.37%;
      width: 100%; }
      .landing-page-recent-instagram .field .instagram-caption div {
        padding: .5rem;
        font-size: 18px;
        text-align: center; }
    .landing-page-recent-instagram .field img {
      max-height: 273px;
      width: auto; }
    .landing-page-recent-instagram .field img:hover,
    .landing-page-recent-instagram .field img:focus {
      opacity: .6; }

.landing-page-curated-logo {
  text-align: center; }
  .landing-page-curated-logo h3 {
    font-weight: normal;
    display: block;
    clear: both;
    text-align: center;
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.6;
    color: white;
    width: 96%;
    margin: auto; }
    .landing-page-curated-logo h3:hover {
      text-decoration: none; }
  .landing-page-curated-logo .field-name-field-image {
    padding-top: 30%;
    margin-left: 50%; }
    .landing-page-curated-logo .field-name-field-image img {
      display: block;
      width: 40px;
      height: 40px;
      position: relative;
      left: -20px;
      max-width: none;
      margin-bottom: 1em; }
      .landing-page-curated-logo .field-name-field-image img:hover {
        text-decoration: none; }

.pane-node-field-on-page-title {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  padding: 1em 0; }
  @media (min-width: 560px) {
    .pane-node-field-on-page-title {
      font-size: 2.5rem; } }
  @media (min-width: 795px) {
    .pane-node-field-on-page-title {
      font-size: 3.125rem; } }

.panel-4col-25-stacked .pane-node-field-on-page-title {
  position: relative;
  text-align: left;
  bottom: 270px;
  left: 4%;
  z-index: 5;
  color: white;
  padding: 0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  height: 0;
  font-size: 1.5rem; }
  @media (min-width: 450px) {
    .panel-4col-25-stacked .pane-node-field-on-page-title {
      font-size: 2.125rem; } }
  @media (min-width: 560px) {
    .panel-4col-25-stacked .pane-node-field-on-page-title {
      bottom: 240px;
      left: 7%;
      font-size: 2.4rem; } }
  @media (min-width: 795px) {
    .panel-4col-25-stacked .pane-node-field-on-page-title {
      bottom: 280px;
      font-size: 2.75rem; } }
  .panel-4col-25-stacked .pane-node-field-on-page-title .field-item {
    height: 0; }

.node-type-landing-page .field-name-field-fpp-category {
  position: absolute;
  left: 16px;
  top: 16px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  z-index: 1; }
  .node-type-landing-page .field-name-field-fpp-category .field-items {
    margin: 0; }
  .node-type-landing-page .field-name-field-fpp-category .field-item {
    padding: 0; }

.landing-page-curated-text.even,
.landing-page-recent-feed.even,
.landing-page-curated-logo.even {
  background: #a51c30; }
  .landing-page-curated-text.even:hover, .landing-page-curated-text.even:focus,
  .landing-page-recent-feed.even:hover,
  .landing-page-recent-feed.even:focus,
  .landing-page-curated-logo.even:hover,
  .landing-page-curated-logo.even:focus {
    background: #6c6c6c; }
    .landing-page-curated-text.even:hover a.twitter-link,
    .landing-page-curated-text.even:hover .name a, .landing-page-curated-text.even:focus a.twitter-link,
    .landing-page-curated-text.even:focus .name a,
    .landing-page-recent-feed.even:hover a.twitter-link,
    .landing-page-recent-feed.even:hover .name a,
    .landing-page-recent-feed.even:focus a.twitter-link,
    .landing-page-recent-feed.even:focus .name a,
    .landing-page-curated-logo.even:hover a.twitter-link,
    .landing-page-curated-logo.even:hover .name a,
    .landing-page-curated-logo.even:focus a.twitter-link,
    .landing-page-curated-logo.even:focus .name a {
      color: #6c6c6c; }

.landing-page-curated-text.odd,
.landing-page-recent-tweet.even,
.landing-page-curated-logo.odd {
  background: #86111e; }
  .landing-page-curated-text.odd:hover, .landing-page-curated-text.odd:focus,
  .landing-page-recent-tweet.even:hover,
  .landing-page-recent-tweet.even:focus,
  .landing-page-curated-logo.odd:hover,
  .landing-page-curated-logo.odd:focus {
    background: #6c6c6c; }
    .landing-page-curated-text.odd:hover a.twitter-link,
    .landing-page-curated-text.odd:hover .name a, .landing-page-curated-text.odd:focus a.twitter-link,
    .landing-page-curated-text.odd:focus .name a,
    .landing-page-recent-tweet.even:hover a.twitter-link,
    .landing-page-recent-tweet.even:hover .name a,
    .landing-page-recent-tweet.even:focus a.twitter-link,
    .landing-page-recent-tweet.even:focus .name a,
    .landing-page-curated-logo.odd:hover a.twitter-link,
    .landing-page-curated-logo.odd:hover .name a,
    .landing-page-curated-logo.odd:focus a.twitter-link,
    .landing-page-curated-logo.odd:focus .name a {
      color: #6c6c6c; }

.landing-page-recent-tweet.odd,
.landing-page-recent-feed.odd {
  background: #55010d; }
  .landing-page-recent-tweet.odd:hover, .landing-page-recent-tweet.odd:focus,
  .landing-page-recent-feed.odd:hover,
  .landing-page-recent-feed.odd:focus {
    background: #6c6c6c; }
    .landing-page-recent-tweet.odd:hover a.twitter-link,
    .landing-page-recent-tweet.odd:hover .name a, .landing-page-recent-tweet.odd:focus a.twitter-link,
    .landing-page-recent-tweet.odd:focus .name a,
    .landing-page-recent-feed.odd:hover a.twitter-link,
    .landing-page-recent-feed.odd:hover .name a,
    .landing-page-recent-feed.odd:focus a.twitter-link,
    .landing-page-recent-feed.odd:focus .name a {
      color: #6c6c6c; }

.field-name-field-grid-items > .field-items > .field-item:nth-of-type(3),
.field-name-field-grid-items > .field-items > .field-item:nth-of-type(7),
.field-name-field-grid-items > .field-items > .field-item:nth-of-type(10) {
  background: #55010d; }
  .field-name-field-grid-items > .field-items > .field-item:nth-of-type(3):hover, .field-name-field-grid-items > .field-items > .field-item:nth-of-type(3):focus,
  .field-name-field-grid-items > .field-items > .field-item:nth-of-type(7):hover,
  .field-name-field-grid-items > .field-items > .field-item:nth-of-type(7):focus,
  .field-name-field-grid-items > .field-items > .field-item:nth-of-type(10):hover,
  .field-name-field-grid-items > .field-items > .field-item:nth-of-type(10):focus {
    background: #6c6c6c; }
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(3):hover a.twitter-link,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(3):hover .name a, .field-name-field-grid-items > .field-items > .field-item:nth-of-type(3):focus a.twitter-link,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(3):focus .name a,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(7):hover a.twitter-link,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(7):hover .name a,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(7):focus a.twitter-link,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(7):focus .name a,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(10):hover a.twitter-link,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(10):hover .name a,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(10):focus a.twitter-link,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(10):focus .name a {
      color: #6c6c6c; }

.field-name-field-grid-items > .field-items > .field-item:nth-of-type(2),
.field-name-field-grid-items > .field-items > .field-item:nth-of-type(9),
.field-name-field-grid-items > .field-items > .field-item:nth-of-type(11) {
  background: #a51c30; }
  .field-name-field-grid-items > .field-items > .field-item:nth-of-type(2):hover, .field-name-field-grid-items > .field-items > .field-item:nth-of-type(2):focus,
  .field-name-field-grid-items > .field-items > .field-item:nth-of-type(9):hover,
  .field-name-field-grid-items > .field-items > .field-item:nth-of-type(9):focus,
  .field-name-field-grid-items > .field-items > .field-item:nth-of-type(11):hover,
  .field-name-field-grid-items > .field-items > .field-item:nth-of-type(11):focus {
    background: #6c6c6c; }
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(2):hover a.twitter-link,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(2):hover .name a, .field-name-field-grid-items > .field-items > .field-item:nth-of-type(2):focus a.twitter-link,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(2):focus .name a,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(9):hover a.twitter-link,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(9):hover .name a,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(9):focus a.twitter-link,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(9):focus .name a,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(11):hover a.twitter-link,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(11):hover .name a,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(11):focus a.twitter-link,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(11):focus .name a {
      color: #6c6c6c; }

.field-name-field-grid-items > .field-items > .field-item:nth-of-type(1),
.field-name-field-grid-items > .field-items > .field-item:nth-of-type(8),
.field-name-field-grid-items > .field-items > .field-item:nth-of-type(12) {
  background: #86111e; }
  .field-name-field-grid-items > .field-items > .field-item:nth-of-type(1):hover, .field-name-field-grid-items > .field-items > .field-item:nth-of-type(1):focus,
  .field-name-field-grid-items > .field-items > .field-item:nth-of-type(8):hover,
  .field-name-field-grid-items > .field-items > .field-item:nth-of-type(8):focus,
  .field-name-field-grid-items > .field-items > .field-item:nth-of-type(12):hover,
  .field-name-field-grid-items > .field-items > .field-item:nth-of-type(12):focus {
    background: #6c6c6c; }
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(1):hover a.twitter-link,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(1):hover .name a, .field-name-field-grid-items > .field-items > .field-item:nth-of-type(1):focus a.twitter-link,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(1):focus .name a,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(8):hover a.twitter-link,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(8):hover .name a,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(8):focus a.twitter-link,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(8):focus .name a,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(12):hover a.twitter-link,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(12):hover .name a,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(12):focus a.twitter-link,
    .field-name-field-grid-items > .field-items > .field-item:nth-of-type(12):focus .name a {
      color: #6c6c6c; }

.grid-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0; }

@media screen and (max-width: 560px) {
  .harvard-grid-wrapper,
  .panel-col-grid {
    width: 100%; }
    .harvard-grid-wrapper .inside,
    .panel-col-grid .inside {
      overflow: hidden;
      *zoom: 1;
      margin: 0 16px; }
      .front .harvard-grid-wrapper .inside, .front
      .panel-col-grid .inside {
        margin: 0; }
    .harvard-grid-wrapper .field-name-field-grid-items > .field-items,
    .panel-col-grid .field-name-field-grid-items > .field-items {
      width: 100%;
      max-width: 530px;
      margin: 0; }
    .harvard-grid-wrapper .field-name-field-grid-items .field-item,
    .panel-col-grid .field-name-field-grid-items .field-item {
      float: none; }
    .harvard-grid-wrapper .field-name-field-grid-items > .field-item,
    .panel-col-grid .field-name-field-grid-items > .field-item {
      width: 100%; }
    .harvard-grid-wrapper .landing-page-recent-feed .field-name-field-feed-to-show > .field-items,
    .panel-col-grid .landing-page-recent-feed .field-name-field-feed-to-show > .field-items {
      position: absolute; }
    .harvard-grid-wrapper .landing-page-curated-photo .field-name-field-body-text a,
    .panel-col-grid .landing-page-curated-photo .field-name-field-body-text a {
      width: 100%; }
    .harvard-grid-wrapper .landing-page-curated-photo,
    .harvard-grid-wrapper .fieldable-panels-pane,
    .harvard-grid-wrapper .landing-page-recent-tweet,
    .harvard-grid-wrapper .landing-page-curated-video,
    .harvard-grid-wrapper .landing-page-recent-instagram,
    .harvard-grid-wrapper .landing-page-recent-feed.even,
    .harvard-grid-wrapper .landing-page-recent-feed.odd,
    .harvard-grid-wrapper .landing-page-curated-text.even,
    .harvard-grid-wrapper .landing-page-curated-text.odd,
    .panel-col-grid .landing-page-curated-photo,
    .panel-col-grid .fieldable-panels-pane,
    .panel-col-grid .landing-page-recent-tweet,
    .panel-col-grid .landing-page-curated-video,
    .panel-col-grid .landing-page-recent-instagram,
    .panel-col-grid .landing-page-recent-feed.even,
    .panel-col-grid .landing-page-recent-feed.odd,
    .panel-col-grid .landing-page-curated-text.even,
    .panel-col-grid .landing-page-curated-text.odd {
      width: 100%;
      height: 100%; }
    .harvard-grid-wrapper .landing-page-recent-instagram img,
    .panel-col-grid .landing-page-recent-instagram img {
      max-height: 530px; }
    .harvard-grid-wrapper img.harvard_grid_video-processed,
    .panel-col-grid img.harvard_grid_video-processed {
      width: 100%;
      max-width: 530px; }

  .landing-page-recent-tweet .twitter-status .name-handle {
    margin-top: 15%; }

  .landing-page-curated-text .field-name-field-body-text {
    top: 5%; }

  .landing-page-curated-logo .fieldable-panels-pane,
  .landing-page-curated-video .fieldable-panels-pane {
    height: 0;
    padding-bottom: 100%; } }
@media (min-width: 560px) {
  .harvard-grid-wrapper .instagram-media {
    width: 273px;
    height: 273px; } }
.harvard-grid-wrapper .instagram-media.landscape-crop img {
  height: 100%;
  min-width: 100%;
  max-width: none;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
.harvard-grid-wrapper .instagram-media.portrait-crop {
  padding-bottom: 100%; }
  @media (min-width: 560px) {
    .harvard-grid-wrapper .instagram-media.portrait-crop {
      padding-bottom: 0; } }
  .harvard-grid-wrapper .instagram-media.portrait-crop img {
    width: 100%;
    min-height: 100%;
    max-height: none;
    top: 50%;
    position: absolute;
    transform: translateY(-50%); }

.home-slider {
  background-color: #e6e5e3; }

.home-slider .pane-content,
.social-grid .pane-content,
.node-type-landing-page .center-wrapper,
.node-type-landing-page .flexslider {
  background-color: white;
  max-width: 1214px;
  margin: 0 auto; }

.node-type-landing-page .panel-col-top .inside {
  background: #ccc; }

.flexslider {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none; }
  .flexslider .flex-play,
  .flexslider .flex-pause {
    display: none; }
  .flexslider .carousel-overlay {
    *zoom: 1;
    height: 140px;
    padding: .8rem 1rem .5rem 1rem;
    background: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: normal; }
    .flexslider .carousel-overlay:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 560px) {
      .flexslider .carousel-overlay {
        padding: 1rem .5rem .5rem .5rem;
        height: 77px; } }
    .flexslider .carousel-overlay .carousel-fields {
      width: 100%;
      margin: 40px auto 0; }
      @media (min-width: 560px) {
        .flexslider .carousel-overlay .carousel-fields {
          position: relative;
          width: 66%;
          text-align: left;
          left: 30%;
          margin: 0; } }
    .flexslider .carousel-overlay .slide-title {
      font-family: Georgia, serif;
      font-size: 1.3rem;
      margin-bottom: 5px; }
      @media (min-width: 560px) {
        .flexslider .carousel-overlay .slide-title {
          padding-left: 0;
          font-size: 1.3rem;
          line-height: 1; } }
      @media (min-width: 795px) {
        .flexslider .carousel-overlay .slide-title {
          line-height: 1.4;
          font-size: 1.5rem; } }
      .flexslider .carousel-overlay .slide-title a {
        color: white; }
    .flexslider .carousel-overlay .slide-description {
      font-size: 14px;
      line-height: 1.4; }
      @media (min-width: 560px) {
        .flexslider .carousel-overlay .slide-description {
          padding-left: 0; } }
      @media (min-width: 1075px) {
        .flexslider .carousel-overlay .slide-description {
          font-size: 1rem; } }
    .flexslider .carousel-overlay .kappa.icon-caret-right, .flexslider .carousel-overlay .module .more-link a.icon-caret-right, .module .more-link .flexslider .carousel-overlay a.icon-caret-right, .flexslider .carousel-overlay .module .more-link .page-content .details a, .module .more-link .page-content .details .flexslider .carousel-overlay a, .flexslider .carousel-overlay .page-content .details .module .more-link a, .page-content .details .module .more-link .flexslider .carousel-overlay a, .flexslider .carousel-overlay .carousel-container article .icon-caret-right.field-type-link-field, .carousel-container article .flexslider .carousel-overlay .icon-caret-right.field-type-link-field, .flexslider .carousel-overlay .carousel-container article .page-content .details a.field-type-link-field, .carousel-container article .page-content .details .flexslider .carousel-overlay a.field-type-link-field, .flexslider .carousel-overlay .page-content .details .carousel-container article a.field-type-link-field, .page-content .details .carousel-container article .flexslider .carousel-overlay a.field-type-link-field, .flexslider .carousel-overlay .page-content .details a.kappa, .page-content .details .flexslider .carousel-overlay a.kappa {
      color: white;
      font-size: 1rem;
      text-decoration: none;
      font-weight: normal; }
  .flexslider .flex-control-nav {
    width: 100%;
    position: relative;
    right: 0;
    height: 0;
    position: absolute;
    bottom: 142px;
    text-align: center;
    text-indent: -9999; }
    @media (min-width: 560px) {
      .flexslider .flex-control-nav {
        bottom: 58px;
        right: 32%; } }
    @media (min-width: 795px) {
      .flexslider .flex-control-nav {
        right: 28%; } }
  .flexslider .flex-control-paging li a {
    background: white;
    height: 15px;
    width: 15px;
    color: black;
    line-height: 40px;
    position: relative;
    z-index: 10; }
    .flexslider .flex-control-paging li a.flex-active {
      background: #999; }
  .flexslider .flex-direction-nav a {
    top: 36%; }
  .flexslider .carousel-video {
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 795px) {
      .flexslider .carousel-video {
        padding: 0; } }
  .flexslider .carousel-image,
  .flexslider .carousel-video {
    background: #86111e;
    padding: 0;
    overflow: hidden; }
  .flexslider .carousel-image {
    position: relative;
    height: 165px; }
    @media (min-width: 560px) {
      .flexslider .carousel-image {
        height: 236px; } }
    @media (min-width: 795px) {
      .flexslider .carousel-image {
        height: 314px; } }
    .flexslider .carousel-image .field-items {
      position: absolute;
      width: 0;
      left: 50%; }
      .flexslider .carousel-image .field-items .field-item {
        left: -318px;
        position: relative; }
        @media (min-width: 560px) {
          .flexslider .carousel-image .field-items .field-item {
            left: -455px; } }
        @media (min-width: 795px) {
          .flexslider .carousel-image .field-items .field-item {
            left: -607px; } }
        .flexslider .carousel-image .field-items .field-item img {
          max-width: inherit;
          width: 637px;
          height: 165px;
          margin: 0; }
          @media (min-width: 560px) {
            .flexslider .carousel-image .field-items .field-item img {
              width: 910px;
              height: 236px; } }
          @media (min-width: 795px) {
            .flexslider .carousel-image .field-items .field-item img {
              width: 1214px;
              height: 314px; } }
  .flexslider .carousel-video {
    position: relative;
    z-index: 10;
    height: 165px; }
    @media (min-width: 560px) {
      .flexslider .carousel-video {
        height: 236px; } }
    @media (min-width: 795px) {
      .flexslider .carousel-video {
        height: 314px; } }
    .flexslider .carousel-video .field-items {
      position: absolute;
      width: 0;
      left: 50%; }
      .flexslider .carousel-video .field-items .field-item {
        position: relative;
        top: 10px;
        left: -129px; }
        @media (min-width: 560px) {
          .flexslider .carousel-video .field-items .field-item {
            left: -192px; } }
        @media (min-width: 795px) {
          .flexslider .carousel-video .field-items .field-item {
            left: -262px; } }
        .flexslider .carousel-video .field-items .field-item iframe {
          width: 258px;
          height: 145px; }
          @media (min-width: 560px) {
            .flexslider .carousel-video .field-items .field-item iframe {
              width: 384px;
              height: 216px; } }
          @media (min-width: 795px) {
            .flexslider .carousel-video .field-items .field-item iframe {
              width: 523px;
              height: 294px; } }
  .flexslider .carousel-has-video .field-items .field-item {
    top: 10px;
    left: -129px; }
    @media (min-width: 560px) {
      .flexslider .carousel-has-video .field-items .field-item {
        left: -192px; } }
    @media (min-width: 795px) {
      .flexslider .carousel-has-video .field-items .field-item {
        left: -262px; } }
    .flexslider .carousel-has-video .field-items .field-item img {
      width: 258px;
      height: 145px;
      display: block; }
      @media (min-width: 560px) {
        .flexslider .carousel-has-video .field-items .field-item img {
          width: 384px;
          height: 216px; } }
      @media (min-width: 795px) {
        .flexslider .carousel-has-video .field-items .field-item img {
          width: 523px;
          height: 294px; } }
  .flexslider .carousel-has-video .play-center {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%; }
    .flexslider .carousel-has-video .play-center .play-button {
      background: url(../css/images/play.png) 0 0 no-repeat;
      display: block;
      position: relative;
      top: -27px;
      left: -27px;
      width: 54px;
      height: 54px;
      opacity: .7; }
      .flexslider .carousel-has-video .play-center .play-button:hover {
        opacity: 1; }

.front .panel-3col-33-stacked .panel-col-top .inside,
.front .panel-3col-33-stacked .panel-separator {
  margin-bottom: 0; }

.node-type-landing-page .panel-4col-25-stacked .panel-col-primary .inside {
  margin-bottom: 0; }
  .node-type-landing-page .panel-4col-25-stacked .panel-col-primary .inside .panel-separator {
    display: none; }
.node-type-landing-page .panel-4col-25-stacked .panel-col-primary ul.slides {
  padding-bottom: 0;
  margin: 0; }

.pane-node-field-landing-page-blogs .flexslider .flex-control-nav {
  position: absolute !important;
  text-align: inherit !important;
  right: -35% !important;
  bottom: 30px; }
  @media (min-width: 560px) {
    .pane-node-field-landing-page-blogs .flexslider .flex-control-nav {
      right: -17% !important; } }
  @media (min-width: 795px) {
    .pane-node-field-landing-page-blogs .flexslider .flex-control-nav {
      right: 12% !important; } }

/* legacy carousels */
.carousel.harvard_legacy_sliders-processed .flex-control-nav {
  bottom: 30px;
  height: 0; }
.carousel.harvard_legacy_sliders-processed .flex-control-paging li a {
  background: white;
  position: relative;
  z-index: 10; }
  .carousel.harvard_legacy_sliders-processed .flex-control-paging li a.flex-active {
    background: #999; }
.carousel.harvard_legacy_sliders-processed .flex-direction-nav .flex-prev,
.carousel.harvard_legacy_sliders-processed .flex-direction-nav .flex-next {
  opacity: 0; }
  .carousel.harvard_legacy_sliders-processed .flex-direction-nav .flex-prev:hover,
  .carousel.harvard_legacy_sliders-processed .flex-direction-nav .flex-next:hover {
    opacity: .7; }
.carousel.harvard_legacy_sliders-processed .flex-direction-nav .flex-next {
  right: 10px; }
.carousel.harvard_legacy_sliders-processed .flex-direction-nav .flex-prev {
  left: 10px; }

.panel-col-callout {
  width: 273px;
  background: #f3f3f1;
  padding: 2rem 0;
  margin: 0 auto 2rem auto;
  /* CALLOUT VIDEO BLOCK */
  /* CALLOUT TITLE */ }
  @media (min-width: 560px) {
    .panel-col-callout {
      margin: 2rem auto;
      width: 100%; } }
  .panel-col-callout > .inside {
    margin: 0 auto;
    padding: 0 .5em;
    max-width: 273px; }
    @media (min-width: 560px) {
      .panel-col-callout > .inside {
        max-width: 100%; } }
    @media (min-width: 795px) {
      .panel-col-callout > .inside {
        max-width: 960px;
        padding: 0 2rem; } }
    @media (min-width: 1075px) {
      .panel-col-callout > .inside {
        max-width: 1092px; } }
  .panel-col-callout .field-name-field-landing-page-callout-video {
    padding-bottom: 0;
    height: inherit;
    width: inherit; }
  .panel-col-callout .panel-col-last .pane-node-field-landing-page-callout-title {
    font-size: 1rem;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15); }
    @media (min-width: 560px) {
      .panel-col-callout .panel-col-last .pane-node-field-landing-page-callout-title {
        font-size: 1.5rem;
        max-width: 640px;
        margin: 0 auto; } }
  @media (min-width: 560px) {
    .panel-col-callout .panel-col-last .pane-node-field-landing-page-callout-body {
      max-width: 640px;
      margin: 0 auto; } }
  .panel-col-callout #mini-panel-admissions_callout_mini_panel .panel-col-first {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 0;
    clear: both; }
    @media (min-width: 1075px) {
      .panel-col-callout #mini-panel-admissions_callout_mini_panel .panel-col-first {
        width: 60%;
        float: left;
        margin-right: 1%; } }
    .panel-col-callout #mini-panel-admissions_callout_mini_panel .panel-col-first .inside {
      position: relative;
      display: block;
      overflow: hidden;
      text-align: center; }
      @media (min-width: 560px) {
        .panel-col-callout #mini-panel-admissions_callout_mini_panel .panel-col-first .inside {
          width: 100%;
          max-width: 640px;
          height: auto;
          margin: 0 auto; } }
      .panel-col-callout #mini-panel-admissions_callout_mini_panel .panel-col-first .inside .panel-separator {
        display: none; }
    .panel-col-callout #mini-panel-admissions_callout_mini_panel .panel-col-first img {
      border: 2px solid white;
      height: auto;
      margin: 0 auto; }
    .panel-col-callout #mini-panel-admissions_callout_mini_panel .panel-col-first iframe {
      width: 100%;
      height: 360px;
      margin: 0 auto; }
    @media (min-width: 560px) {
      .panel-col-callout #mini-panel-admissions_callout_mini_panel .panel-col-first img,
      .panel-col-callout #mini-panel-admissions_callout_mini_panel .panel-col-first iframe {
        width: 640px;
        height: 360px; } }
    .panel-col-callout #mini-panel-admissions_callout_mini_panel .panel-col-first .pane-node-field-landing-page-callout-video.callout-video-title {
      position: absolute;
      z-index: 6;
      background-color: rgba(0, 0, 0, 0.8);
      width: 100%;
      max-width: 640px;
      bottom: 5px;
      left: 2px;
      text-align: left; }
  .panel-col-callout #mini-panel-admissions_callout_mini_panel .panel-col-last {
    width: 100%;
    float: none;
    margin-top: 0; }
    @media (min-width: 795px) {
      .panel-col-callout #mini-panel-admissions_callout_mini_panel .panel-col-last {
        margin-top: 3em; } }
      @media (min-width: 795px) and (min-width: 795px) {
        .panel-col-callout #mini-panel-admissions_callout_mini_panel .panel-col-last .inside {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          margin: 0; } }
    @media (min-width: 1075px) {
      .panel-col-callout #mini-panel-admissions_callout_mini_panel .panel-col-last {
        height: 360px;
        margin-top: 0;
        width: 37%;
        float: left; } }

/* CALLOUT TITLE FIRST COL */
.panel-col-callout .panel-col-first .pane-node-field-landing-page-callout-video.callout-video-title .field-name-field-landing-page-callout-video {
  color: white;
  font-size: 1rem;
  font-family: Arial, sans-serif;
  line-height: 2;
  font-weight: bold; }
  @media (min-width: 560px) {
    .panel-col-callout .panel-col-first .pane-node-field-landing-page-callout-video.callout-video-title .field-name-field-landing-page-callout-video {
      font-size: 1.3rem;
      line-height: 1.5; } }
  .panel-col-callout .panel-col-first .pane-node-field-landing-page-callout-video.callout-video-title .field-name-field-landing-page-callout-video .field-item:before {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    background: url(../css/images/play-video-small.png) 0 0 no-repeat;
    content: " ";
    padding-top: .5rem;
    margin-right: .5rem; }
.panel-col-callout .panel-col-first .pane-node-field-landing-page-callout-video.callout-video-title .pane-content {
  padding: .5rem; }

/* CALLOUT IMAGE */
.panel-col-callout .pane-node-field-landing-page-callout-image {
  position: absolute;
  z-index: 5;
  height: inherit;
  width: inherit;
  top: 0; }

.page-protected-node #page-wrapper {
  width: 100%;
  max-width: 1214px;
  margin: 0 auto;
  box-shadow: 2px 0 0 rgba(0, 0, 0, 0.05), -2px 0 0 rgba(0, 0, 0, 0.07);
  background: #fff; }
  .page-protected-node #page-wrapper #content {
    margin: 3em 1em; }
    @media (min-width: 560px) {
      .page-protected-node #page-wrapper #content {
        margin: 3em 2em; } }
    @media (min-width: 795px) {
      .page-protected-node #page-wrapper #content {
        width: 90%; } }
    @media (min-width: 1075px) {
      .page-protected-node #page-wrapper #content {
        max-width: 1068px;
        margin: 3em auto; } }
    .page-protected-node #page-wrapper #content .fieldset-description {
      padding: .6em 1em;
      background-color: #e6efc2;
      border-left: 4px solid #529214; }

@media (min-width: 1075px) {
  .sticky-logo {
    width: 35%;
    float: left; } }

@media (min-width: 1075px) {
  .top-level .header-toolbar {
    width: 65%;
    float: left; } }

.sticky-background {
  height: 0;
  position: relative; }

.page-header .header-toolbar-window .search-wrapper {
  background-color: #1f1f1f;
  left: 0;
  z-index: 20;
  position: relative; }
  @media (min-width: 795px) {
    .page-header .header-toolbar-window .search-wrapper {
      padding: 0;
      left: inherit;
      background-color: inherit; } }
  .page-header .header-toolbar-window .search-wrapper form.search-global {
    background-color: #1f1f1f;
    padding: 12px;
    width: 100%; }
    @media (min-width: 795px) {
      .page-header .header-toolbar-window .search-wrapper form.search-global {
        padding: 0;
        background-color: inherit;
        width: 60%; } }
    .page-header .header-toolbar-window .search-wrapper form.search-global label {
      margin: 0; }

.harvardstickybkg .sticky-background {
  height: 90px;
  z-index: 19;
  width: 100%;
  background-color: #f3f3f1; }

.page-header .top-level .harvardstickynav {
  background-color: #f3f3f1; }
  .page-header .top-level .harvardstickynav .title {
    z-index: 20; }
  .page-header .top-level .harvardstickynav .search-wrapper {
    z-index: 20;
    width: 60%;
    text-align: right; }
  .page-header .top-level .harvardstickynav .header-toolbar {
    z-index: 20; }
.page-header .top-level .harvardstickynav-mobile ul.header-toolbar-triggers {
  z-index: 20; }
.page-header #global-menu {
  z-index: 20; }

body.node-type-student-blog form.comment-form .fieldset-wrapper {
  display: none; }

body.node-type-harvard-page .page-content .page-content-secondary {
  margin-top: 32px; }
  body.node-type-harvard-page .page-content .page-content-secondary .in, body.node-type-harvard-page .page-content .page-content-secondary .module .more-link a, .module .more-link body.node-type-harvard-page .page-content .page-content-secondary a {
    padding-bottom: 10px; }
  body.node-type-harvard-page .page-content .page-content-secondary .field-name-field-harvard-page-aside-heading h4 {
    padding-top: 0.75em;
    border-top: 4px solid #8996a1; }
  body.node-type-harvard-page .page-content .page-content-secondary .donor-profile h4 {
    font-size: .75rem; }
  body.node-type-harvard-page .page-content .page-content-secondary .field-name-field-donor-profile-donor-image {
    float: left;
    padding: 5px 10px 5px 0;
    width: 107px; }
  body.node-type-harvard-page .page-content .page-content-secondary .field-name-field-harvard-page-aside-list > .field-items > .field-item {
    padding: 5px 0;
    min-height: 135px; }
    body.node-type-harvard-page .page-content .page-content-secondary .field-name-field-harvard-page-aside-list > .field-items > .field-item .field-name-field-donor-profile-donor-link {
      padding: 5px 0; }
      body.node-type-harvard-page .page-content .page-content-secondary .field-name-field-harvard-page-aside-list > .field-items > .field-item .field-name-field-donor-profile-donor-link a {
        color: #3b7abd;
        text-decoration: underline; }

.pane-staff-portal {
  -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;
  /* These are styles for the filters */
  /* These are styles for the container for the staff members */
  /* These are styles for individual staff members */
  /* this class name is generated by views because I could not override the class name in views*/
  /* These are styles for rows that contain each staff member */
  /* Overriding padding and margins from the main view content area */ }
  @media (min-width: 1400px) {
    .pane-staff-portal {
      max-width: 1214px;
      margin: 0 auto;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  .pane-staff-portal:after {
    content: '';
    display: table;
    clear: both; }
  .pane-staff-portal h2 {
    font-weight: 100;
    font-size: 21px; }
  .pane-staff-portal .pane-title {
    padding: 2em 0 1em 1em;
    font-size: 28px; }
  .pane-staff-portal .view-filters,
  .pane-staff-portal .view-footer {
    width: 90%;
    margin: 0 auto 2em; }
    @media (min-width: 795px) {
      .pane-staff-portal .view-filters,
      .pane-staff-portal .view-footer {
        width: 25%;
        float: right;
        clear: right;
        margin: 0 2em 2em 0; } }
  .pane-staff-portal .view-content,
  .pane-staff-portal .view-empty {
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 795px) {
      .pane-staff-portal .view-content,
      .pane-staff-portal .view-empty {
        width: 60%;
        float: left;
        margin: 0 2em; } }
  .pane-staff-portal .views-field-field-staff-picture {
    float: left;
    clear: left;
    padding-right: 1em; }
  .pane-staff-portal .views-field-nothing {
    margin-left: 0em; }
    @media (min-width: 450px) {
      .pane-staff-portal .views-field-nothing {
        margin-left: 7.25em; } }
  .pane-staff-portal .views-row {
    margin: 0px 0px 20px;
    padding: 1em 0 2em;
    border-bottom: 1px solid #EBEBEB; }
  .pane-staff-portal .view-filters .views-exposed-widget {
    margin-top: 1em; }
  .pane-staff-portal .view-filters input#edit-title {
    width: 100%; }
  .pane-staff-portal .view-footer .views-row {
    margin: 0;
    padding: 0;
    border: none; }
  .pane-staff-portal .view-footer .view-content {
    margin: 0; }
  .pane-staff-portal .views-submit-button {
    margin: 0;
    padding: 0; }

.staffportal-body {
  font-style: italic;
  margin-bottom: 10px; }

.staffportal-phone {
  font-style: italic;
  margin-top: 10px; }

.views-field-field-staff-picture img {
  margin-top: 10px; }

/* Fix alignment of office filter checkboxes */
.form-item-field-staff-offices-tid .form-item input[type="checkbox"] {
  display: block;
  width: 5%;
  float: left;
  clear: left; }
.form-item-field-staff-offices-tid label.option {
  display: block;
  width: 90%;
  float: left; }

/* add space between filters and filter reset */
.views-widget-filter-field_staff_offices_tid .description {
  margin-bottom: 1rem; }

.widetable {
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(248, 248, 248, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(248, 248, 248, 0)));
  background-image: -webkit-linear-gradient(left, white, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #c3c3c5, rgba(248, 248, 248, 0)), -webkit-linear-gradient(right, #c3c3c5, rgba(248, 248, 248, 0));
  background-image: -moz-linear-gradient(left, white, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, white, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #c3c3c5, rgba(248, 248, 248, 0)), -moz-linear-gradient(right, #c3c3c5, rgba(248, 248, 248, 0));
  background-image: -o-linear-gradient(left, white, rgba(255, 255, 255, 0)), -o-linear-gradient(right, white, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #c3c3c5, rgba(248, 248, 248, 0)), -o-linear-gradient(right, #c3c3c5, rgba(248, 248, 248, 0));
  background-image: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(left, #c3c3c5, rgba(248, 248, 248, 0)), linear-gradient(right, #c3c3c5, rgba(248, 248, 248, 0));
  background-position: 0 0, 100% 0, 0 0, 100% 0;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%;
  background-attachment: local, local, scroll, scroll; }
  .widetable table {
    margin-top: 0px !important;
    width: 100%;
    border-top: 1px solid #e4e2e8;
    border-collapse: collapse; }
  .widetable th {
    text-align: left;
    color: black;
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.1); }
  .widetable th, .widetable td {
    border-color: silver;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    padding: 0.25em 0.5em; }
  .widetable td {
    font-size: 0.75em; }
  @media screen and (max-width: 1075px) {
    .widetable {
      overflow-x: auto; } }

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

    General Classes
-------------------------------------------*/
.clearfix {
  overflow: hidden;
  *zoom: 1; }

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

.item-hide {
  display: none; }

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

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

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

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

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