@charset "UTF-8";
/*
*************************************************

Screen Styles

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

*************************************************
*/
/*-------------------------------------------
    Grid Settings for Neat Grids
    http://neat.bourbon.io

    The neat documentation recommends a dedicated grid settings file for
    grid configuration.
-------------------------------------------*/
html {
  box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.cf:after {
  content: "";
  display: table;
  clear: both; }

.sr-only, #-ft-courses-by-degree-search-select-relation-course-instructor-nodefield-instructor-display-name label,
#-ft-courses-by-degree-search-select-course-subject label,
.element-invisible,
.visuallyhidden,
#views-exposed-form-promoted-search-main-search-panel-pane .views-widget-filter-search_api_views_fulltext label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  @media print {
    .sr-only, #-ft-courses-by-degree-search-select-relation-course-instructor-nodefield-instructor-display-name label,
    #-ft-courses-by-degree-search-select-course-subject label,
    .element-invisible,
    .visuallyhidden,
    #views-exposed-form-promoted-search-main-search-panel-pane .views-widget-filter-search_api_views_fulltext label {
      display: none !important; } }

.ir {
  font: 0/0 a !important;
  text-shadow: none !important;
  color: transparent !important; }

.unpublished .tabs-primary {
  background: pink;
  padding: 20px; }
  .unpublished .tabs-primary:before {
    font-size: 30px;
    content: "unpublished";
    text-transform: uppercase;
    display: block;
    color: red;
    padding: 20px 0; }

._no-margin {
  margin: 0 !important; }

._no-padding {
  padding: 0 !important; }

._top-margin {
  margin-top: 10px !important; }

.text-strikethrough {
  text-decoration: line-through !important; }

.text-bold {
  font-weight: bold !important; }

.text-underline {
  text-decoration: underline !important; }

.text-lowercase {
  text-transform: none !important; }

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

.font-smaller {
  font-size: .8rem !important; }

.font-larger {
  font-size: 1.2rem !important; }

.font-color-crimson {
  color: #a51c30 !important; }

.font-color-gold {
  color: #c4961a !important; }

.font-color-blue {
  color: #4e84c4 !important; }

.right {
  float: right; }

html {
  box-sizing: border-box; }

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

.page {
  background: #fff; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

figure {
  margin: 0;
  padding: 0; }

* + * {
  margin-top: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    * + * {
      margin-top: 1.75rem; } }

[data-quickedit-entity-id] {
  margin: 0; }

.contextual-links-wrapper {
  margin: 0; }
  .contextual-links-wrapper + * {
    margin-top: 0; }

* + .contextual-links-wrapper {
  margin-top: 0; }
  * + .contextual-links-wrapper + * {
    margin-top: 1.25rem; }
    @media screen and (min-width: 59.375em) {
      * + .contextual-links-wrapper + * {
        margin-top: 1.75rem; } }

.sr-only, #-ft-courses-by-degree-search-select-relation-course-instructor-nodefield-instructor-display-name label,
#-ft-courses-by-degree-search-select-course-subject label {
  margin: 0; }
  .sr-only + *, #-ft-courses-by-degree-search-select-relation-course-instructor-nodefield-instructor-display-name label + *, #-ft-courses-by-degree-search-select-course-subject label + * {
    margin-top: 0; }

picture {
  display: block; }
  picture * + * {
    margin-top: 0; }

html {
  color: #1e1e1e;
  font-family: tablet-gothic, Tahoma, Geneva, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }

p {
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0; }
  ul li, ol li {
    list-style: none;
    padding: 0;
    margin: 0; }

hr {
  border: none;
  border-top: 1px solid #bac5c6;
  height: 0; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

b {
  font-weight: normal; }

i {
  font-style: none; }

q:before {
  content: '“'; }

q:after {
  content: '”'; }

q q:before {
  content: '‘'; }

q q:after {
  content: '’'; }

cite {
  font-style: normal; }

mark {
  background: #f4edca; }

.longform * + h2,
.media-f * + h2 {
  margin-top: 1.5625rem;
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .longform * + h2,
    .media-f * + h2 {
      margin-top: 2.1875rem;
      margin-bottom: 0.875rem; } }

.longform * + h3,
.media-f * + h3 {
  margin-top: 1.875rem;
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .longform * + h3,
    .media-f * + h3 {
      margin-top: 2.625rem;
      margin-bottom: 0.875rem; } }

.longform * + h4,
.media-f * + h4 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    .longform * + h4,
    .media-f * + h4 {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem; } }

.longform * + h5,
.media-f * + h5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    .longform * + h5,
    .media-f * + h5 {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem; } }

.longform * + h6,
.media-f * + h6 {
  margin-top: 1.875rem;
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .longform * + h6,
    .media-f * + h6 {
      margin-top: 2.625rem;
      margin-bottom: 0.875rem; } }

.longform * + p,
.media-f * + p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    .longform * + p,
    .media-f * + p {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem; } }

.longform * + blockquote,
.media-f * + blockquote {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    .longform * + blockquote,
    .media-f * + blockquote {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem; } }

.longform * + ul,
.media-f * + ul {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem; }

.longform * + ol,
.media-f * + ol {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    .longform * + ol,
    .media-f * + ol {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem;
      padding-left: 1.75rem; } }

.longform * + dl,
.media-f * + dl {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 31.25em) {
    .longform * + dl,
    .media-f * + dl {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem; } }

.longform * + dt,
.media-f * + dt {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 31.25em) {
    .longform * + dt,
    .media-f * + dt {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem; } }

.longform * + dd,
.media-f * + dd {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 31.25em) {
    .longform * + dd,
    .media-f * + dd {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem; } }

.longform * + hr,
.media-f * + hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 31.25em) {
    .longform * + hr,
    .media-f * + hr {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem; } }

.longform p:last-child,
.longform ul:last-child,
.longform ol:last-child,
.media-f p:last-child,
.media-f ul:last-child,
.media-f ol:last-child {
  margin-bottom: 0; }

h1, .alpha {
  font-size: 1.75rem;
  line-height: 1.21429; }
  @media screen and (min-width: 59.375em) {
    h1, .alpha {
      font-size: 4.0625rem;
      line-height: 1; } }

h2, .beta {
  font-size: 1.5625rem;
  line-height: 1.08; }
  @media screen and (min-width: 59.375em) {
    h2, .beta {
      font-size: 2.875rem;
      line-height: 1; } }

h3, .gamma {
  font-size: 1.25rem;
  line-height: 1; }
  @media screen and (min-width: 59.375em) {
    h3, .gamma {
      font-size: 2.125rem;
      line-height: 1.26471; } }

h4, .delta {
  font-size: 1.1875rem;
  line-height: 1.15789; }
  @media screen and (min-width: 59.375em) {
    h4, .delta {
      font-size: 1.625rem;
      line-height: 1; } }

h5, .epsilon {
  font-size: 1.1875rem;
  line-height: 1.15789; }
  @media screen and (min-width: 59.375em) {
    h5, .epsilon {
      font-size: 1.4375rem;
      line-height: 1.04348; } }

h6, .zeta {
  font-size: 1.0625rem;
  line-height: 1; }
  @media screen and (min-width: 59.375em) {
    h6, .zeta {
      font-size: 1.375rem;
      line-height: 1.09091; } }

.eta {
  font-size: 1rem;
  line-height: 1; }
  @media screen and (min-width: 59.375em) {
    .eta {
      font-size: 1.1875rem;
      line-height: 1.21053; } }

.theta {
  font-size: 0.875rem;
  line-height: 1.35714; }
  @media screen and (min-width: 59.375em) {
    .theta {
      font-size: 1.1875rem;
      line-height: 1.36842; } }

.iota {
  font-size: 0.75rem;
  line-height: 1.25; }
  @media screen and (min-width: 59.375em) {
    .iota {
      font-size: 0.9375rem;
      line-height: 1.53333; } }

body {
  font-size: 0.875rem;
  line-height: 1.42857; }
  @media screen and (min-width: 59.375em) {
    body {
      font-size: 1.1875rem;
      line-height: 1.47368; } }

p, .p {
  font-size: 0.875rem;
  line-height: 1.42857; }
  @media screen and (min-width: 59.375em) {
    p, .p {
      font-size: 1.1875rem;
      line-height: 1.47368; } }

p.cta, .field-collection-view p, .cta, .field-collection-view p {
  font-size: 0.75rem;
  line-height: 1.41667; }
  @media screen and (min-width: 59.375em) {
    p.cta, .field-collection-view p, .cta, .field-collection-view p {
      font-size: 1rem;
      line-height: 1.4375; } }

p.small, .small {
  font-size: 0.75rem;
  line-height: 1.41667; }
  @media screen and (min-width: 59.375em) {
    p.small, .small {
      font-size: 0.8125rem;
      line-height: 1.15385; } }

p.intro {
  font-size: 1rem;
  line-height: 1.25; }
  @media screen and (min-width: 59.375em) {
    p.intro {
      font-size: 1.6875rem;
      line-height: 1.33333; } }

p.intro-small {
  font-size: 1rem;
  line-height: 1.25; }
  @media screen and (min-width: 59.375em) {
    p.intro-small {
      font-size: 1.5rem;
      line-height: 1.375; } }

ul {
  font-size: 0.875rem;
  line-height: 1.42857; }
  @media screen and (min-width: 59.375em) {
    ul {
      font-size: 1.1875rem;
      line-height: 1.47368; } }

ol {
  font-size: 0.875rem;
  line-height: 1.42857; }
  @media screen and (min-width: 59.375em) {
    ol {
      font-size: 1.1875rem;
      line-height: 1.47368; } }

ul {
  font-size: 0.875rem;
  line-height: 1.42857; }
  @media screen and (min-width: 59.375em) {
    ul {
      font-size: 1.1875rem;
      line-height: 1.47368; } }

ul {
  font-size: 0.875rem;
  line-height: 1.42857; }
  @media screen and (min-width: 59.375em) {
    ul {
      font-size: 1.1875rem;
      line-height: 1.47368; } }

.cta li, .field-collection-view p li {
  font-size: 0.75rem;
  line-height: 1.41667; }
  @media screen and (min-width: 59.375em) {
    .cta li, .field-collection-view p li {
      font-size: 1rem;
      line-height: 1.4375; } }

.cta p, .field-collection-view p p {
  font-size: 0.75rem;
  line-height: 1.41667; }
  @media screen and (min-width: 59.375em) {
    .cta p, .field-collection-view p p {
      font-size: 1rem;
      line-height: 1.4375; } }

.cta .media + p, .field-collection-view p .media + p,
.cta p + p,
.field-collection-view p p + p {
  margin-top: 0.04427rem; }
  @media screen and (min-width: 59.375em) {
    .cta .media + p, .field-collection-view p .media + p,
    .cta p + p,
    .field-collection-view p p + p {
      margin-top: 0.04492rem; } }

.landing-type h1, .landing-type .alpha {
  font-size: 1.75rem;
  line-height: 1.21429; }
  @media screen and (min-width: 59.375em) {
    .landing-type h1, .landing-type .alpha {
      font-size: 4.0625rem;
      line-height: 1; } }

.landing-type h2, .landing-type .beta {
  font-size: 1.5625rem;
  line-height: 1.08; }
  @media screen and (min-width: 59.375em) {
    .landing-type h2, .landing-type .beta {
      font-size: 2.875rem;
      line-height: 1; } }

.landing-type h3, .landing-type .gamma {
  font-size: 1.25rem;
  line-height: 1; }
  @media screen and (min-width: 59.375em) {
    .landing-type h3, .landing-type .gamma {
      font-size: 2.125rem;
      line-height: 1.26471; } }

.landing-type h4, .landing-type .delta {
  font-size: 1.1875rem;
  line-height: 1.15789; }
  @media screen and (min-width: 59.375em) {
    .landing-type h4, .landing-type .delta {
      font-size: 1.625rem;
      line-height: 1; } }

.landing-type h5, .landing-type .epsilon {
  font-size: 1.1875rem;
  line-height: 1.15789; }
  @media screen and (min-width: 59.375em) {
    .landing-type h5, .landing-type .epsilon {
      font-size: 1.4375rem;
      line-height: 1.04348; } }

.landing-type h6, .landing-type .zeta {
  font-size: 1.0625rem;
  line-height: 1; }
  @media screen and (min-width: 59.375em) {
    .landing-type h6, .landing-type .zeta {
      font-size: 1.375rem;
      line-height: 1.09091; } }

.landing-type .eta {
  font-size: 1rem;
  line-height: 1; }
  @media screen and (min-width: 59.375em) {
    .landing-type .eta {
      font-size: 1.1875rem;
      line-height: 1.21053; } }

.landing-type .theta {
  font-size: 0.875rem;
  line-height: 1.35714; }
  @media screen and (min-width: 59.375em) {
    .landing-type .theta {
      font-size: 1.1875rem;
      line-height: 1.36842; } }

.landing-type .iota {
  font-size: 0.75rem;
  line-height: 1.25; }
  @media screen and (min-width: 59.375em) {
    .landing-type .iota {
      font-size: 0.9375rem;
      line-height: 1.53333; } }

.longform h1, .longform h2, .longform h3, .longform h4, .longform h5, .longform h6,
.longform .alpha, .longform .beta, .longform .gamma, .longform .delta, .longform .epsilon, .longform .zeta,
.media-f h1,
.media-f h2,
.media-f h3,
.media-f h4,
.media-f h5,
.media-f h6,
.media-f .alpha,
.media-f .beta,
.media-f .gamma,
.media-f .delta,
.media-f .epsilon,
.media-f .zeta {
  margin-bottom: 0; }

.longform h1,
.media-f h1 {
  font-size: 1.5625rem;
  line-height: 1.08;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
  @media screen and (min-width: 59.375em) {
    .longform h1,
    .media-f h1 {
      font-size: 2.875rem;
      line-height: 1; } }

.longform h2,
.media-f h2 {
  font-size: 1.1875rem;
  line-height: 1.15789;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
  @media screen and (min-width: 59.375em) {
    .longform h2,
    .media-f h2 {
      font-size: 1.625rem;
      line-height: 1; } }

.longform h3,
.media-f h3 {
  font-size: 1.1875rem;
  line-height: 1.15789;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
  @media screen and (min-width: 59.375em) {
    .longform h3,
    .media-f h3 {
      font-size: 1.4375rem;
      line-height: 1.04348; } }

.longform h4,
.media-f h4 {
  font-size: 1.0625rem;
  line-height: 1;
  font-style: italic;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: none;
  font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif; }
  @media screen and (min-width: 59.375em) {
    .longform h4,
    .media-f h4 {
      font-size: 1.375rem;
      line-height: 1.09091; } }

.longform h5,
.media-f h5 {
  font-size: 1rem;
  line-height: 1;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
  @media screen and (min-width: 59.375em) {
    .longform h5,
    .media-f h5 {
      font-size: 1.1875rem;
      line-height: 1.21053; } }

.longform h6,
.media-f h6 {
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
  @media screen and (min-width: 59.375em) {
    .longform h6,
    .media-f h6 {
      font-size: 0.9375rem;
      line-height: 1.53333; } }

.longform .alpha,
.media-f .alpha {
  font-size: 1.75rem;
  line-height: 1.21429;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal; }
  @media screen and (min-width: 59.375em) {
    .longform .alpha,
    .media-f .alpha {
      font-size: 4.0625rem;
      line-height: 1; } }

.longform .beta,
.media-f .beta {
  font-size: 1.5625rem;
  line-height: 1.08;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal; }
  @media screen and (min-width: 59.375em) {
    .longform .beta,
    .media-f .beta {
      font-size: 2.875rem;
      line-height: 1; } }

.longform .gamma,
.media-f .gamma {
  font-size: 1.25rem;
  line-height: 1;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal; }
  @media screen and (min-width: 59.375em) {
    .longform .gamma,
    .media-f .gamma {
      font-size: 2.125rem;
      line-height: 1.26471; } }

.longform .delta,
.media-f .delta {
  font-size: 1.1875rem;
  line-height: 1.15789;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  font-style: normal; }
  @media screen and (min-width: 59.375em) {
    .longform .delta,
    .media-f .delta {
      font-size: 1.625rem;
      line-height: 1; } }

.longform .epsilon,
.media-f .epsilon {
  font-size: 1.1875rem;
  line-height: 1.15789;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal; }
  @media screen and (min-width: 59.375em) {
    .longform .epsilon,
    .media-f .epsilon {
      font-size: 1.4375rem;
      line-height: 1.04348; } }

.longform .zeta,
.media-f .zeta {
  font-size: 1.0625rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-style: normal; }
  @media screen and (min-width: 59.375em) {
    .longform .zeta,
    .media-f .zeta {
      font-size: 1.375rem;
      line-height: 1.09091; } }

.longform p,
.media-f p {
  font-size: 0.875rem;
  line-height: 1.42857;
  hyphens: auto; }
  @media screen and (min-width: 59.375em) {
    .longform p,
    .media-f p {
      font-size: 1.1875rem;
      line-height: 1.47368; } }

.longform p.small,
.media-f p.small {
  font-size: 0.75rem;
  line-height: 1.41667; }
  @media screen and (min-width: 59.375em) {
    .longform p.small,
    .media-f p.small {
      font-size: 0.8125rem;
      line-height: 1.15385; } }

.longform p.intro,
.media-f p.intro {
  font-size: 1rem;
  line-height: 1.25; }
  @media screen and (min-width: 59.375em) {
    .longform p.intro,
    .media-f p.intro {
      font-size: 1.6875rem;
      line-height: 1.33333; } }

.panel-ad-landing-page .longform p.intro, .panel-ad-landing-page
.media-f p.intro {
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #a5b2bc; }
  @media screen and (min-width: 59.375em) {
    .panel-ad-landing-page .longform p.intro, .panel-ad-landing-page
    .media-f p.intro {
      padding-bottom: 1.3125rem; } }

.longform h2 + *, .longform h3 + *,
.media-f h2 + *,
.media-f h3 + * {
  margin-top: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .longform h2 + *, .longform h3 + *,
    .media-f h2 + *,
    .media-f h3 + * {
      margin-top: 0.875rem; } }

.longform h4 + *, .longform h5 + *, .longform h6 + *,
.media-f h4 + *,
.media-f h5 + *,
.media-f h6 + * {
  margin-top: 0.3125rem; }
  @media screen and (min-width: 59.375em) {
    .longform h4 + *, .longform h5 + *, .longform h6 + *,
    .media-f h4 + *,
    .media-f h5 + *,
    .media-f h6 + * {
      margin-top: 0.4375rem; } }

a {
  text-decoration: underline;
  text-decoration-color: rgba(165, 28, 48, 0.5);
  color: #a51c30;
  transition: color .25s ease; }
  a:focus, a:hover {
    color: #4e0d17;
    text-decoration: underline; }

.icon-alphabetical:after {
  content: '';
  display: block;
  width: 3.1875rem;
  height: 1.8125rem;
  background: url('/sites/all/themes/harvard/a/images/abc.png');
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAdCAMAAAAw2aReAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkNDM0RCOUFDOUM3MTFFNDk0NEJBRDAyMDY1QjE3MDMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkNDM0RCOUJDOUM3MTFFNDk0NEJBRDAyMDY1QjE3MDMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MkVDMTZGRkM5QzIxMUU0OTQ0QkFEMDIwNjVCMTcwMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MkVDMTcwMEM5QzIxMUU0OTQ0QkFEMDIwNjVCMTcwMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtN9zaIAAAAzUExURcbP0ouZoaq1utPb3drh43GBi7jCxs3V17G8wIORmr/JzKOvtHqKk5uorpOgp2d5hODn6JLVzpUAAADISURBVHja7JPZDgMhCEUR92Xm8v9fW9C+tWPax0mGRCHKiXBVkv+NHuZOTGBO5hMzry06XA9bpgHRvIPaCHMBqFumIyJPhoJDERkaDKQdM9DBixHWiOBkBteMR51ZxvgKL8nSKfkNk9AFCKufmD6P+MIcWrlDM+bgqPk/MNFU0rNmP00lnIynTW0Z0bmKsRgCdJwipwl4xRTLCNDeVedWVY2g0ucl/wUzb0SqzvNOXTZV1I5NP0T2Sqz8TPTe8aXk58/dinkJMAAWcVX6jeanEQAAAABJRU5ErkJggg==");
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -4.0625rem;
  margin-top: -0.9375rem; }
  @media screen and (min-resolution: 1.5dppx), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi) {
    .icon-alphabetical:after {
      background-image: url('/sites/all/themes/harvard/a/images/abc@2x.png');
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAAA6CAMAAAB1TdzcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkNDM0RCOUVDOUM3MTFFNDk0NEJBRDAyMDY1QjE3MDMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkNDM0RCOUZDOUM3MTFFNDk0NEJBRDAyMDY1QjE3MDMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQ0MzREI5Q0M5QzcxMUU0OTQ0QkFEMDIwNjVCMTcwMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQ0MzREI5REM5QzcxMUU0OTQ0QkFEMDIwNjVCMTcwMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjLPJzoAAAAzUExURcbP0ouZoaq1us3V13GBi3qKk7jCxpuortrh49Pb3ZOgp7G8wIORmr/JzKOvtGd5hODn6LxXpLQAAAGeSURBVHja7JbrbsUgCIARq9Ve9/5PuyJiMfuxhTZLlklyklNUPpGLwsevCAzMwAzMwAzMwPwRjAf/DJMdyS6frgruasp8kiz5AWYtJmb5PJsE2X8UzeTtmIUtfMWcE+9+V5pkxkxswSvM5tx0uxjIfgQkzWrFeDoeZYCMXQvSJi5G2QQFaLNiKDT0W3oMH1XJCRkE0VgwZCWF24BgQLwhRWxDyYihMytpAD1GPISzjV1c520YKJEmm0eHgalGBL7x4WcYLEfi7+hypnF2yYTzcbNxvOl7y61Gas2/gkk10K6Lc61FfA2z10BjK8ZankHK8xXMcdlwiDiXhNOZFuufVzCbamFn1piS5EfNtDKSEQBMmKQp3G8ahtxwum7sXSB2mKXDHIwpCpTJzoShkCxAgrq30ILSgLAeXpDJhwkTWh5nMV9OD2AtqbaLx3Pi62+3YHILLxOxv9ZqYwjqQjVlWlQr5TbRFO6Tfnp4Sc/qERBrv7khqzRM71jjvK1u/BV7ea0kSoTLMFTpJ0bEmMerc2AGZmAGZmD+D+ZTgAEAMqlk2zA5DRwAAAAASUVORK5CYII="); } }

h1 a, .alpha a,
h2 a, .beta a,
h3 a, .gamma a,
h4 a, .delta a,
h5 a, .epsilon a,
h6 a, .zeta a,
#header a,
#footer a,
.pane-main-menu a,
.pane-menu-utility-nav a,
.topbar a {
  text-decoration: none; }

.delta.i-calendar {
  position: relative;
  background-image: none;
  padding-left: 1.875rem; }
  .delta.i-calendar:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1.375rem;
    width: 1.375rem;
    background-repeat: no-repeat;
    background-size: contain; }
  @media screen and (min-width: 59.375em) {
    .delta.i-calendar {
      padding-left: 2.125rem; }
      .delta.i-calendar:after {
        height: 1.625rem;
        width: 1.625rem; } }

h1 + div.intro {
  margin-top: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    h1 + div.intro {
      margin-top: 0.875rem; } }

.intro p {
  font-size: 1rem;
  line-height: 1.25;
  font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
  font-style: italic;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: none; }
  @media screen and (min-width: 59.375em) {
    .intro p {
      font-size: 1.6875rem;
      line-height: 1.33333; } }

.explore--expanded a,
.field-group-card a,
.header__secondary-menu a,
.accordion--header a,
.breadcrumb a,
.alt-link-color a,
.view-all-fields-of-study .view-header a,
.view-recent-articles a {
  color: #4177b9; }
  .explore--expanded a:focus, .explore--expanded a:hover,
  .field-group-card a:focus,
  .field-group-card a:hover,
  .header__secondary-menu a:focus,
  .header__secondary-menu a:hover,
  .accordion--header a:focus,
  .accordion--header a:hover,
  .breadcrumb a:focus,
  .breadcrumb a:hover,
  .alt-link-color a:focus,
  .alt-link-color a:hover,
  .view-all-fields-of-study .view-header a:focus,
  .view-all-fields-of-study .view-header a:hover,
  .view-recent-articles a:focus,
  .view-recent-articles a:hover {
    color: #26466e;
    text-decoration: none; }

.box--card h1 a, .box--card h2 a, .box--card h3 a, .box--card h4 a, .box--card h5 a, .box--card h6 a,
.box--card-body h1 a,
.box--card-body h2 a,
.box--card-body h3 a,
.box--card-body h4 a,
.box--card-body h5 a,
.box--card-body h6 a {
  color: #4177b9; }
  .box--card h1 a:focus, .box--card h1 a:hover, .box--card h2 a:focus, .box--card h2 a:hover, .box--card h3 a:focus, .box--card h3 a:hover, .box--card h4 a:focus, .box--card h4 a:hover, .box--card h5 a:focus, .box--card h5 a:hover, .box--card h6 a:focus, .box--card h6 a:hover,
  .box--card-body h1 a:focus,
  .box--card-body h1 a:hover,
  .box--card-body h2 a:focus,
  .box--card-body h2 a:hover,
  .box--card-body h3 a:focus,
  .box--card-body h3 a:hover,
  .box--card-body h4 a:focus,
  .box--card-body h4 a:hover,
  .box--card-body h5 a:focus,
  .box--card-body h5 a:hover,
  .box--card-body h6 a:focus,
  .box--card-body h6 a:hover {
    color: #26466e;
    text-decoration: none; }

.arrow-link,
a.i-right-chevron,
a.i-right-chevron-white,
a.i-right-arrow,
a.i-right-arrow-black {
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-right: 1.125rem;
  background-size: 0.75rem 0.75rem;
  background-position: right; }
  @media screen and (min-width: 59.375em) {
    .arrow-link,
    a.i-right-chevron,
    a.i-right-chevron-white,
    a.i-right-arrow,
    a.i-right-arrow-black {
      font-size: 0.9375rem;
      line-height: 1.53333; } }
  .arrow-link:hover, .arrow-link:focus,
  a.i-right-chevron:hover,
  a.i-right-chevron:focus,
  a.i-right-chevron-white:hover,
  a.i-right-chevron-white:focus,
  a.i-right-arrow:hover,
  a.i-right-arrow:focus,
  a.i-right-arrow-black:hover,
  a.i-right-arrow-black:focus {
    text-decoration: underline; }
  @media print {
    .arrow-link,
    a.i-right-chevron,
    a.i-right-chevron-white,
    a.i-right-arrow,
    a.i-right-arrow-black {
      background-image: none !important;
      text-decoration: underline !important; }
      .arrow-link:after, .arrow-link:before,
      a.i-right-chevron:after,
      a.i-right-chevron:before,
      a.i-right-chevron-white:after,
      a.i-right-chevron-white:before,
      a.i-right-arrow:after,
      a.i-right-arrow:before,
      a.i-right-arrow-black:after,
      a.i-right-arrow-black:before {
        display: none !important; } }

a.i-right-chevron,
a.i-right-chevron-white {
  font-size: 0.875rem;
  line-height: 1.35714;
  font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
  font-style: italic;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: none;
  text-decoration: none; }
  @media screen and (min-width: 59.375em) {
    a.i-right-chevron,
    a.i-right-chevron-white {
      font-size: 1.1875rem;
      line-height: 1.36842; } }

.reverse-type .i-right-arrow {
  background-image: url('/sites/all/themes/harvard/a/images/svg/right-arrow-white.svg'); }

.dateline {
  font-size: 0.75rem;
  line-height: 1.41667; }
  @media screen and (min-width: 59.375em) {
    .dateline {
      font-size: 0.8125rem;
      line-height: 1.15385; } }
  .dateline .date-display-single {
    font-size: 0.75rem;
    line-height: 1.41667;
    font-family: tablet-gothic, Tahoma, Geneva, sans-serif;
    font-weight: normal;
    display: inline; }
    @media screen and (min-width: 59.375em) {
      .dateline .date-display-single {
        font-size: 0.8125rem;
        line-height: 1.15385; } }

.hes-title {
  font-size: 0.75rem;
  line-height: 1.41667;
  font-style: italic; }
  @media screen and (min-width: 59.375em) {
    .hes-title {
      font-size: 0.8125rem;
      line-height: 1.15385; } }
  .delta + .hes-title {
    margin-top: 0.3125rem; }
    @media screen and (min-width: 59.375em) {
      .delta + .hes-title {
        margin-top: 0.4375rem; } }

.lead-in {
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-style: normal; }
  @media screen and (min-width: 59.375em) {
    .lead-in {
      font-size: 0.9375rem;
      line-height: 1.53333; } }

.dateline,
.content-type,
.cta .dateline,
.field-collection-view p .dateline,
.cta .content-type,
.field-collection-view p .content-type {
  font-size: 0.75rem;
  line-height: 1.41667;
  color: #657888;
  margin-top: 0.3125rem; }
  @media screen and (min-width: 59.375em) {
    .dateline,
    .content-type,
    .cta .dateline,
    .field-collection-view p .dateline,
    .cta .content-type,
    .field-collection-view p .content-type {
      font-size: 0.8125rem;
      line-height: 1.15385; } }
  @media screen and (min-width: 59.375em) {
    .dateline,
    .content-type,
    .cta .dateline,
    .field-collection-view p .dateline,
    .cta .content-type,
    .field-collection-view p .content-type {
      margin-top: 0.4375rem; } }
  .dateline + *,
  .content-type + *,
  .cta .dateline + *,
  .field-collection-view p .dateline + *,
  .cta .content-type + *,
  .field-collection-view p .content-type + * {
    margin-top: 0.3125rem; }
    @media screen and (min-width: 59.375em) {
      .dateline + *,
      .content-type + *,
      .cta .dateline + *,
      .field-collection-view p .dateline + *,
      .cta .content-type + *,
      .field-collection-view p .content-type + * {
        margin-top: 0.4375rem; } }

span + .date-display-single:before {
  content: '|';
  margin-left: 0.5em;
  margin-right: 0.5em; }

blockquote,
.pullquote {
  font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
  font-size: 1rem;
  line-height: 1.25;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative; }
  @media screen and (min-width: 59.375em) {
    blockquote,
    .pullquote {
      font-size: 1.6875rem;
      line-height: 1.33333; } }
  @media print {
    blockquote,
    .pullquote {
      border: none !important; }
      blockquote p:before, blockquote p:after,
      .pullquote p:before,
      .pullquote p:after {
        display: none !important; } }
  @media screen and (min-width: 59.375em) {
    blockquote,
    .pullquote {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .longform blockquote p,
  blockquote p, .longform
  .pullquote p,
  .pullquote p {
    font-size: 1rem;
    line-height: 1.25;
    line-height: 1.434; }
    @media screen and (min-width: 59.375em) {
      .longform blockquote p,
      blockquote p, .longform
      .pullquote p,
      .pullquote p {
        font-size: 1.5rem;
        line-height: 1.375; } }
  blockquote p:first-child,
  .pullquote p:first-child {
    position: relative; }
  blockquote p:first-child:before,
  .pullquote p:first-child:before {
    content: '';
    display: block;
    height: 1.3125rem;
    width: 1.3125rem;
    background-image: url('/sites/all/themes/harvard/a/images/pullquote.svg');
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xIFRpbnkvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEtdGlueS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJ0aW55IiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCgkgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMS45cHgiIGhlaWdodD0iMTkuNnB4IiB2aWV3Qm94PSIwIDAgMjEuOSAxOS42IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNCQUM1QzYiIGQ9Ik03LjQsMTIuN2MwLDEuMSwwLjgsMy40LDEuNCw0LjZjLTAuOCwwLjctNS4zLDIuNS03LjEsMi4zYy0xLTEtMS44LTMuMS0xLjgtNC40QzAsMTAuNCwzLjcsNC4zLDguNSwwDQoJCWwxLjksMS41QzguMyw0LjksNy40LDguMSw3LjQsMTIuN3ogTTE4LjksMTIuN2MwLDEuMSwwLjksMy40LDEuNiw0LjZjLTAuOSwwLjctNS40LDIuNS03LjEsMi4zYy0xLTEtMS44LTMuMS0xLjgtNC40DQoJCWMwLTQuOCwzLjgtMTAuOSw4LjUtMTUuMmwxLjksMS41QzE5LjgsNC45LDE4LjksOC4xLDE4LjksMTIuN3oiLz4NCjwvZz4NCjwvc3ZnPg0K");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.25rem;
    left: -1.75rem; }
  .longform blockquote, .longform
  .pullquote {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
    padding-right: 2rem; }
    @media screen and (min-width: 31.25em) {
      .longform blockquote, .longform
      .pullquote {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; } }
    @media screen and (min-width: 59.375em) {
      .longform blockquote, .longform
      .pullquote {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
        padding-left: 3rem;
        padding-right: 3rem; } }
    .longform blockquote:before, .longform blockquote:after, .longform
    .pullquote:before, .longform
    .pullquote:after {
      content: '';
      display: block;
      width: 50%;
      background: #bac5c6;
      height: 1px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .longform blockquote:before, .longform
    .pullquote:before {
      top: 0; }
    .longform blockquote:after, .longform
    .pullquote:after {
      bottom: 0; }
    .sidebar .longform blockquote, .sidebar .longform
    .pullquote {
      padding-left: 1.25rem;
      padding-right: 0; }
      .sidebar .longform blockquote:first-child, .sidebar .longform
      .pullquote:first-child {
        margin-top: 1px; }
      @media screen and (min-width: 59.375em) {
        .sidebar .longform blockquote, .sidebar .longform
        .pullquote {
          padding-left: 1.875rem; } }
      .sidebar .longform blockquote:before, .sidebar .longform blockquote:after, .sidebar .longform
      .pullquote:before, .sidebar .longform
      .pullquote:after {
        width: 100%; }

p.callout {
  font-size: 1rem;
  line-height: 1.25;
  line-height: 1.434;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  text-align: center; }
  @media screen and (min-width: 59.375em) {
    p.callout {
      font-size: 1.5rem;
      line-height: 1.375; } }
  @media screen and (min-width: 31.25em) {
    p.callout {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; } }
  @media screen and (min-width: 59.375em) {
    p.callout {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem;
      padding-left: 3rem;
      padding-right: 3rem; } }
  p.callout:before, p.callout:after {
    content: '';
    display: block;
    width: 50%;
    background: #bac5c6;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  p.callout:before {
    top: 0; }
  p.callout:after {
    bottom: 0; }
  @media print {
    p.callout {
      border: none !important; }
      p.callout p:before, p.callout p:after {
        display: none !important; } }

h1 + p.intro {
  margin-top: 1.25rem; }
  @media screen and (min-width: 31.25em) {
    h1 + p.intro {
      margin-top: 1.75rem; } }

p.intro {
  font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
  font-style: italic; }
  p.intro span {
    position: relative;
    display: inline-block;
    margin-left: .5em;
    padding-left: .5em; }
    p.intro span:before {
      content: "";
      display: block;
      position: absolute;
      height: 100%;
      width: 1px;
      left: 0;
      top: 0;
      background-color: #bac5c6; }

h1, .alpha {
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal; }

h2, .beta {
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal; }

h3, .gamma {
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal; }

h4, .delta {
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-style: normal; }

h5, .epsilon {
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal; }

h6, .zeta {
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-style: normal; }

.eta {
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal; }

.theta {
  font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
  font-style: italic;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: none; }

.iota {
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-style: normal; }

.longform ul,
.media-f ul {
  padding-left: 0; }
  .longform ul * + *,
  .media-f ul * + * {
    margin-top: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .longform ul * + *,
      .media-f ul * + * {
        margin-top: 0.4375rem; } }
  .longform ul * + ol,
  .longform ul * + ul,
  .longform ul ol + li,
  .longform ul ul + li,
  .media-f ul * + ol,
  .media-f ul * + ul,
  .media-f ul ol + li,
  .media-f ul ul + li {
    margin-top: 1.25rem;
    margin-bottom: 0; }
    @media screen and (min-width: 59.375em) {
      .longform ul * + ol,
      .longform ul * + ul,
      .longform ul ol + li,
      .longform ul ul + li,
      .media-f ul * + ol,
      .media-f ul * + ul,
      .media-f ul ol + li,
      .media-f ul ul + li {
        margin-top: 0.875rem;
        margin-bottom: 0; } }
  .longform ul li,
  .media-f ul li {
    list-style: none;
    position: relative;
    padding-left: 1em; }
    .longform ul li:after,
    .media-f ul li:after {
      content: '';
      display: block;
      height: .375em;
      width: .375em;
      margin-top: -0.1875em;
      position: absolute;
      top: 0.75em;
      left: 0;
      background-color: #657888; }
    .longform ul li ul, .longform ul li ol,
    .media-f ul li ul,
    .media-f ul li ol {
      margin-top: 0.3125rem; }
      @media screen and (min-width: 59.375em) {
        .longform ul li ul, .longform ul li ol,
        .media-f ul li ul,
        .media-f ul li ol {
          margin-top: 0.4375rem; } }
    @media print {
      .longform ul li,
      .media-f ul li {
        list-style-type: disc !important; }
        .longform ul li:after,
        .media-f ul li:after {
          display: none; } }
  .longform ul li + ul,
  .media-f ul li + ul {
    padding-left: 1em; }
  .longform ul li > ul,
  .media-f ul li > ul {
    padding-left: 1em; }
  .longform ul > ul li,
  .media-f ul > ul li {
    font-size: 0.75rem;
    line-height: 1.41667; }
    @media screen and (min-width: 59.375em) {
      .longform ul > ul li,
      .media-f ul > ul li {
        font-size: 1rem;
        line-height: 1.4375; } }
    .longform ul > ul li:after,
    .media-f ul > ul li:after {
      top: 0.75em;
      height: 2px;
      margin-top: -1px; }

.longform ol * + *,
.media-f ol * + * {
  margin-top: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .longform ol * + *,
    .media-f ol * + * {
      margin-top: 0.4375rem; } }

.longform ol * + ol,
.longform ol * + ul,
.longform ol ol + li,
.longform ol ul + li,
.media-f ol * + ol,
.media-f ol * + ul,
.media-f ol ol + li,
.media-f ol ul + li {
  margin-top: 1.25rem;
  margin-bottom: 0; }
  @media screen and (min-width: 59.375em) {
    .longform ol * + ol,
    .longform ol * + ul,
    .longform ol ol + li,
    .longform ol ul + li,
    .media-f ol * + ol,
    .media-f ol * + ul,
    .media-f ol ol + li,
    .media-f ol ul + li {
      margin-top: 0.875rem;
      margin-bottom: 0; } }

.longform ol li,
.media-f ol li {
  list-style-type: decimal; }
  .longform ol li ul, .longform ol li ol,
  .media-f ol li ul,
  .media-f ol li ol {
    margin-top: 0.3125rem; }
    @media screen and (min-width: 59.375em) {
      .longform ol li ul, .longform ol li ol,
      .media-f ol li ul,
      .media-f ol li ol {
        margin-top: 0.4375rem; } }
  .longform ol li + li,
  .media-f ol li + li {
    margin-top: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .longform ol li + li,
      .media-f ol li + li {
        margin-top: 0.875rem; } }

.longform ol ol li,
.media-f ol ol li {
  font-size: 0.75rem;
  line-height: 1.41667;
  list-style-type: lower-alpha; }
  @media screen and (min-width: 59.375em) {
    .longform ol ol li,
    .media-f ol ol li {
      font-size: 1rem;
      line-height: 1.4375; } }

.longform ol ol ol li,
.media-f ol ol ol li {
  list-style-type: upper-roman; }

.longform.cta ul li + li, .field-collection-view p.longform ul li + li, .longform.cta ol li + li, .field-collection-view p.longform ol li + li {
  margin-top: 0.53125rem; }
  .longform.cta ul li + li ul, .field-collection-view p.longform ul li + li ul, .longform.cta ul li + li ol, .field-collection-view p.longform ul li + li ol, .longform.cta ol li + li ul, .field-collection-view p.longform ol li + li ul, .longform.cta ol li + li ol, .field-collection-view p.longform ol li + li ol {
    margin-top: 0.53125rem; }
    @media screen and (min-width: 59.375em) {
      .longform.cta ul li + li ul, .field-collection-view p.longform ul li + li ul, .longform.cta ul li + li ol, .field-collection-view p.longform ul li + li ol, .longform.cta ol li + li ul, .field-collection-view p.longform ol li + li ul, .longform.cta ol li + li ol, .field-collection-view p.longform ol li + li ol {
        margin-top: 0.74375rem; } }
  @media screen and (min-width: 59.375em) {
    .longform.cta ul li + li, .field-collection-view p.longform ul li + li, .longform.cta ol li + li, .field-collection-view p.longform ol li + li {
      margin-top: 0.74375rem; } }


.cta .dateline,
.field-collection-view p .dateline {
  font-size: 0.75rem;
  line-height: 1.41667; }
  @media screen and (min-width: 59.375em) {
    
    .cta .dateline,
    .field-collection-view p .dateline {
      font-size: 0.8125rem;
      line-height: 1.15385; } }

.reverse-type h1, .reverse-type h2, .reverse-type h3, .reverse-type h4, .reverse-type h5, .reverse-type h6, .reverse-type li, .reverse-type p, .reverse-type a {
  color: #fff;
  -webkit-font-smoothing: antialiased; }

.panel-header h1 + p {
  margin-top: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .panel-header h1 + p {
      margin-top: 0.875rem; } }

.inset-layout--aside h2,
.panel-sidebar-first h2 {
  font-size: 1.1875rem;
  line-height: 1.15789;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  font-style: normal; }
  @media screen and (min-width: 59.375em) {
    .inset-layout--aside h2,
    .panel-sidebar-first h2 {
      font-size: 1.4375rem;
      line-height: 1.04348; } }

.inset-layout--aside input[type="text"],
.inset-layout--aside input[type="search"] select,
.panel-sidebar-first input[type="text"],
.panel-sidebar-first input[type="search"] select {
  width: 100%; }

.inset-layout--aside > .panel-pane:first-child * + .expandable-pane-style,
.panel-sidebar-first > .panel-pane:first-child * + .expandable-pane-style {
  margin-top: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    .inset-layout--aside > .panel-pane:first-child * + .expandable-pane-style,
    .panel-sidebar-first > .panel-pane:first-child * + .expandable-pane-style {
      margin-top: 1.75rem; } }

p.date-display-single,
p.date-display-range {
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  display: block;
  margin-bottom: 0; }

.section-courses h1,
.section-academics h1,
.section-faculty-directory h1,
.section-resources-policies h1,
.section-tuition-enrollment h1,
.section-academic-calendar h1,
.node-type-calendar h1 {
  font-size: 1.5625rem;
  line-height: 1.08; }
  @media screen and (min-width: 59.375em) {
    .section-courses h1,
    .section-academics h1,
    .section-faculty-directory h1,
    .section-resources-policies h1,
    .section-tuition-enrollment h1,
    .section-academic-calendar h1,
    .node-type-calendar h1 {
      font-size: 2.875rem;
      line-height: 1; } }

.view-around-extension h2 {
  font-size: 1.1875rem;
  line-height: 1.15789;
  font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
  font-style: italic;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: none;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: 59.375em) {
    .view-around-extension h2 {
      font-size: 1.4375rem;
      line-height: 1.04348; } }
  @media screen and (min-width: 59.375em) {
    .view-around-extension h2 {
      margin-left: 0;
      margin-right: 0; } }

.pane-node-field-getting-started h2,
.pane-node-field-learning-outcomes h2,
.pane-node-field-curriculum-overview h2,
.pane-node-field-program-cost h2 {
  font-size: 1.1875rem;
  line-height: 1.15789;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
  @media screen and (min-width: 59.375em) {
    .pane-node-field-getting-started h2,
    .pane-node-field-learning-outcomes h2,
    .pane-node-field-curriculum-overview h2,
    .pane-node-field-program-cost h2 {
      font-size: 1.625rem;
      line-height: 1; } }

.pane-node-field-getting-started h3,
.pane-node-field-learning-outcomes h3,
.pane-node-field-curriculum-overview h3,
.pane-node-field-program-cost h3 {
  font-size: 1.1875rem;
  line-height: 1.15789;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
  @media screen and (min-width: 59.375em) {
    .pane-node-field-getting-started h3,
    .pane-node-field-learning-outcomes h3,
    .pane-node-field-curriculum-overview h3,
    .pane-node-field-program-cost h3 {
      font-size: 1.4375rem;
      line-height: 1.04348; } }

.pane-node-field-getting-started h4,
.pane-node-field-learning-outcomes h4,
.pane-node-field-curriculum-overview h4,
.pane-node-field-program-cost h4 {
  font-size: 1.0625rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
  @media screen and (min-width: 59.375em) {
    .pane-node-field-getting-started h4,
    .pane-node-field-learning-outcomes h4,
    .pane-node-field-curriculum-overview h4,
    .pane-node-field-program-cost h4 {
      font-size: 1.375rem;
      line-height: 1.09091; } }

.pane-node-field-getting-started h5,
.pane-node-field-learning-outcomes h5,
.pane-node-field-curriculum-overview h5,
.pane-node-field-program-cost h5 {
  font-size: 1rem;
  line-height: 1;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
  @media screen and (min-width: 59.375em) {
    .pane-node-field-getting-started h5,
    .pane-node-field-learning-outcomes h5,
    .pane-node-field-curriculum-overview h5,
    .pane-node-field-program-cost h5 {
      font-size: 1.1875rem;
      line-height: 1.21053; } }

.pane-node-field-getting-started h6,
.pane-node-field-learning-outcomes h6,
.pane-node-field-curriculum-overview h6,
.pane-node-field-program-cost h6 {
  font-size: 0.875rem;
  line-height: 1.35714;
  font-style: italic;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: none;
  font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif; }
  @media screen and (min-width: 59.375em) {
    .pane-node-field-getting-started h6,
    .pane-node-field-learning-outcomes h6,
    .pane-node-field-curriculum-overview h6,
    .pane-node-field-program-cost h6 {
      font-size: 1.1875rem;
      line-height: 1.36842; } }

@media print {
  .bigtext * {
    font-size: 1.875rem !important;
    line-height: 1 !important; } }

.icon-small {
  width: 1.3125rem;
  height: 1.3125rem;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  float: left;
  clear: left; }
  @media screen and (min-width: 59.375em) {
    .icon-small {
      width: 2.625rem;
      height: 2.625rem; } }
  .icon-small + h3 {
    padding-left: 1.9375rem; }
    @media screen and (min-width: 59.375em) {
      .icon-small + h3 {
        padding-left: 3.25rem; } }

.icon-small-courses {
  background-image: url('/sites/all/themes/harvard/a/images/icon-list.png');
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDZGMUREODdDQTVBMTFFNDhDODNGN0I1RDBCRjg3MkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDZGMUREODhDQTVBMTFFNDhDODNGN0I1RDBCRjg3MkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENkYxREQ4NUNBNUExMUU0OEM4M0Y3QjVEMEJGODcyRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENkYxREQ4NkNBNUExMUU0OEM4M0Y3QjVEMEJGODcyRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpxPv6IAAAEKSURBVHjaYvz//z/DUABMDEMEjDp01KGjDh116CAFLOgCwW2+6DXAxLVVmwtwGQBUT5EDgGaT51BiANBxbkAqihohhc2jQMcnUMWhQKAFxPE0jGmqOXQNEF8Y0DQKBAvR+KewRM0TIPVkQNMotvQxWjyNOnTUoeTVTOjFzlJgBusedA4FAn00/gEsnjEEUvY0rJkmUKvABzmyn4YBSDWHHgTiwoGO+oto/KdYouY8kDo/0DWTwWjxNOrQUYdSp2ZagCa0C5jBlg3Gmgm9i/EBiJeheUYGSKnQsGY6QK0CP4TGNRMjtRx6DUuXhe5RT0xtsguUdulZMzGOjjiPOnTUoaMOHXUoRQAgwAA5UUziaIIr2gAAAABJRU5ErkJggg=="); }
  @media screen and (min-resolution: 1.5dppx), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi) {
    .icon-small-courses {
      background-image: url('/sites/all/themes/harvard/a/images/icon-list@2x.png');
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RURCNkM3NEFDQTVBMTFFNDhDODNGN0I1RDBCRjg3MkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RURCNkM3NEJDQTVBMTFFNDhDODNGN0I1RDBCRjg3MkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFREI2Qzc0OENBNUExMUU0OEM4M0Y3QjVEMEJGODcyRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFREI2Qzc0OUNBNUExMUU0OEM4M0Y3QjVEMEJGODcyRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr0Go+EAAAFySURBVHja7NwtTgRBEAbQGYLEIDgDciHhGigEAoFBoTAYDoDB7AEQIBAI1F6AA5AgUNyChARBQoYm4KmBTqge3pe066x4qZrtn53th2HopF6WEAAFClSAAgUqQIECFaBAgQIVoECByk+y/N2EndPtyJH+ahlPLQLcnCxUaNMVWjlbZaxkAigdGK3k24yg52XMGi2+Xsv7lvcMHZuzMtaA1suVZZNUr9DNwJxnlF9Lgd/+tim6jrNTEqBAgQpQoEAFKNDpbD3LTugi8DmHZbzgjO3l9wNzjoBq+T+r0Jq5LmM9E8CIS7qNjKAfmDMtL2lb/hFo3exmA3DAPIEKvQzMeUX5GXdKWt6yCagABQpUgAIFKqO3nmUnFDlYfSjjDWdsL38fmNPsi19afgIVWjN7XbKXFkbcKc0zgh537d4pzbW8Z6hn6NgcdMlenm0d9C4bgBP75On9B7MvJaBABShQoAIUKFABChQoUAEK9J/kXYABACmyO/S+LmTLAAAAAElFTkSuQmCC"); } }

.icon-small-campus {
  background-image: url('/sites/all/themes/harvard/a/images/icon-campus.png');
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RURCNkM3NDJDQTVBMTFFNDhDODNGN0I1RDBCRjg3MkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RURCNkM3NDNDQTVBMTFFNDhDODNGN0I1RDBCRjg3MkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENkYxREQ4OUNBNUExMUU0OEM4M0Y3QjVEMEJGODcyRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENkYxREQ4QUNBNUExMUU0OEM4M0Y3QjVEMEJGODcyRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH8n4MAAANiSURBVHja7JhtaM1RHMfd7U7kuRWZ9sZ452G8kDHUWnku8sKIPLyYYoVGIQpNC2GexxuhkIcipjyUsi2vjN0llFf2RM0Mwzzt+vzq99fxd6977t3d7n+1X306957/+Z/z/Z//7/zO7/x9wWCwV0fsQvoE8+8oeKi/p8OrSPcvrX1iNU5Sr/hZPyiDoUqZ1sXF4iXUB+cgA5KVDK3zeUloISxUgY4la12hV4Tmwr4wM+fTa7leEHo4Tm06XeiQCH7o0zae8NFOt24j1B9jkO9DsQjWwnCLW6RNJZyAa9AWdfyLZmdC4FiKNbDCCOa2cdIZ6DOchVNQY7szRRSKuAEUeVAA4+BnrG/CMKePAByDSwj+FJNQBGZR5MMSSOlEf26HH3ARTiP4UUShiEulWA7rNMGIx+xFO8uSyByH84h+95dQBE7k91ZYoD6XnOBF/kt9+joUI7jKma1y6BuvBCIO5kyURJY5snAdvwt4SKR7VwuYcXQKDPJorP8QdRy1yPCjNts46g8xsCys7TAG6uAknV1xtZFgvw3mati6C0XQEmIMyfZ3QA58hRuwF767+lxNsRKGQRXsZtzn4cKTuMAD6K2xLUUvbeKmA9rGr+eiLF2ZQRUrvjRZxTg2GB7DSFeouwOz5V6ZUfos5vcWveaM2youyfWaUElJsYpcD7KfT9Mtr4jOBmqbPBVZqbOVqjMqu9YqV38FKvKyroERsm3CTH0bIjKNYjM0Q6ZGn53QH3aFy56k4Xue4gi0QwX/XxqixaZCrSQYXG/S133IuN80x4HlVX+BBrivdcuM06rU36S/apAYukd3rMxwQhvldfGU5oA1WtZr+Q3StXPHZmhZ5+rPaZNj1AW0fKFlm/bX4uovyRjzH6ElGrsqELvRcuGWq399hDOua6X6YPvhlmUUkTPWbfcRJskVKkr11CjTP95SaDY8g1nqEqZJ/Xzdv7Mt+5sEkknlo+dq2PDExYM81dEoNoA0dZlwdg9GazsbWwxN6qv/z/BpJCGiybLjRst2DZYbwNuew12P0B6hCRb6GqqNZKNe/7fGOGaz3v/GyDerzV2ow+f6ROaj3ebVh5xRZqkkRCbUVfaUWd5g++0p08iIPP2RbF4XfngI9SGi+y6mP0IT7JcR/dXvZb807bcAAwDfPxRf4libHQAAAABJRU5ErkJggg=="); }
  @media screen and (min-resolution: 1.5dppx), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi) {
    .icon-small-campus {
      background-image: url('/sites/all/themes/harvard/a/images/icon-campus@2x.png');
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RURCNkM3NDZDQTVBMTFFNDhDODNGN0I1RDBCRjg3MkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RURCNkM3NDdDQTVBMTFFNDhDODNGN0I1RDBCRjg3MkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFREI2Qzc0NENBNUExMUU0OEM4M0Y3QjVEMEJGODcyRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFREI2Qzc0NUNBNUExMUU0OEM4M0Y3QjVEMEJGODcyRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkJtp9kAAAaLSURBVHja7FxrbBVFFB6wARWEimB98CgBNSo+Kj98EPWqqa3aqKg0ikZIfBBMtD4TiCQEldgoBiG+goqSVOILeRgSU21AiYRGDVFRQQkWWwtKS6UEKWBbv5M91ekwuzt777a9j3OSL/fO7uzZs9+dmXPmzOzt19nZqVKR5aOKVA9KP2A+8BCXFwNPAp0qTWRq/eZu5TyV3jIHmK2V6ftB4Ol0Nbh/GpN5AzDPcnwenxNCI8h4oIq7vG0YqOI6QqiDDAJWAfkBdfK5zmAhNNwJLQXOdahLdd70acVCKMvjQHmE+uV8jRBqkWuAyiSuq+RrhVBNCoH3k7SnP19bKIT+72A+BoaloGMY68gXQpV6DJgQg54JrCvnCT07TXVlLKF5aaor66aeGSlCqBAqhAqhIplHKCU0EspLw5XGqLeUdSZUHyVNepvQU4BZwC/AOuBOYGCM+geyznV8j1l8z6wi9BigTHn5y3rgWWBcL9x3HN+rnu9dxrZkTFBtCiUr7gGmAyP7eOJwE6MBeFt5edS6TGihA5SXo6wGdihvka0vyTRlJNu0g20sZ5vTroWew61xGnBSBjhjcljFjGZgGbfaH1NWnOy6/PJRRbT2MwW4F5iUJVHPl8AbwAfAAZcLzHX5yISCyIn4uI90ASdkaTi5nx4VeB34JnZCQSIlbu/i1nhBjsXq33Krpfj2r6QJBYk0zlzOrfFW4LgcnwTRjpUV3Go3KN4OFEooiCxg50JO5kyZTFrlZ3Ziy0DoH1ZCQeRwfCziUCJPOHOSf5S3QFgBYpvMsOkd4FrhKHLYSc6ZGmOJGdgXCz9JS7FtprRVeElattoIJSe0U7iJLDuZu6O9PBwTEXyaOKVITqkRDqkj5amn9iPkNKNmHCpLIDGLENoDcZRr16ZtLjcrb6MrTUN3AeuBtTwtiyKXKW+fPGXVaYr7m/LykzVAR5LPMoB1Xg2cCrQBPykvW/9DRF1DgcnApcDJQAvP6Wnq2RB0YegYCiJPxMfLwB0+VegGFcBHDobSvvilnCPwS0RQ7uCriASUsY2jfc6TbTOAJgddDyrvLZOhlnNHgJeUt1Z1OFJyRJvXUyLgDAdDHgUWBpy/iFtg2JbDQ9wTPnEkcybwimN4Qz2jMaDOa0x8mGzgWWVbVKf0roXMvcpbUTS75gvAVT566OWC1RYy6eHqjGO0cvmecls6uYRbjC6dbF+zcXwMt1S/5eUZFjIPcyJkv3GcetiLkZwSWid1o4RB5C3ACPwqlIU6nR/8v9YOPO+j7mGDoG1MBukYq7wllE3a+SHAXAdCnzOeYSXfh+wbwUPBHu38xcBtFj3HAs8YxxbwHP0s5S3rzOQu3yX38znnFjrVKJeDyJVdQSw+dytvDfwLrc5EJidI1wHuLrXaMXIepUZ3nBLiNEcbY3EtX9OotdS1PHzoMt1nLj5cK1NC+QmtZR7h4aDCaEC3RyFUz8xvAYE1lqC2HR9rjMMPGGVqbfpG2Gr26qbsA94yPG1hgH3mqzc0jrZb6m1U3TPttp0qCYsum5BD/VsrnxeF0EHa9z8D6n1tlH81ygVGeVeALvM+xwfUNcfj3QF1v9O+20K8Akvk4ucwW4zG4kyo3v2KMKb6LYHsM8rNllBDlz0h8akr+b8b5aCV1xZj/m1KU4jNXTKWx30/GwIJ1bs4xaILeJ2pp+R61f2lry0h5Nca3pfCtvN70D6aOLwawFEooUt4tqGPjTUg9W5eBY1LbuQBf40R0ixyiFeXGKEZravTfqYrYrRvDIdTNLSVGK1zhTOhcDj1PCPQheJM2mVxYYwGr2aD9Y1cnxkOyk+eUt0T44PZ5sUx2jeZf3DdAXWwzQcjJUdAKrWSOb2cX/iUY8V2h7qt7LW/70X7qGdM45AserYJpM7nJEG1z4Ael1AsShsprrM4urApJQXss33CsbikjWeO1DurUso2gVSaxZRg7BzCs5DtMRo6iYloSEEHdb1KxngV73v0H3JWbZtLVi3SUgeIbbXEnanKxpj1bY9ZX0OUH1sSzDGLECqECqFCqIgQKoQKoSJCqBAqhIoIoUJoZkkcG2tp3UdfrjDfl2w1zm/qg+ekfx2r4++2FNznRvlQsjeSDbcpimy4lTFUCBWn5DhW0mB5ZY7yRE5rc9xenshcmKOEPuJKqHR5GUOzJ7CnvZGrcpSnvRLYS2AvY6iIyxiKLpxQR+85F7HLekagUyIy5wpXkUiVLi9jaIbIvwIMAJ72jFvLBRunAAAAAElFTkSuQmCC"); } }

.icon-small-credential {
  background-image: url('/sites/all/themes/harvard/a/images/icon-book.png');
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDZGMUREODNDQTVBMTFFNDhDODNGN0I1RDBCRjg3MkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDZGMUREODRDQTVBMTFFNDhDODNGN0I1RDBCRjg3MkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENkYxREQ4MUNBNUExMUU0OEM4M0Y3QjVEMEJGODcyRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENkYxREQ4MkNBNUExMUU0OEM4M0Y3QjVEMEJGODcyRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnN7WacAAADsSURBVHjaYvz//z/DUABMDEMEjDp0xDqUhZCCS0kstMptjCBCb94f6jgUCn4A8U0qOVALiFmpHqJQcBPocwMcIU6qnQ+AWH7IpVGgR3mBWGAoZKbDQPyeWlGPHALSQEqURG2g9P2dprkeCygF4nwS9RgC8YXRAn/UoXRKo+uhZSEp4CndHQos+A8CqYMUFPijaXTUoaMOHXXoqENHHTrq0FGHjjp00LRHtYDNuQdUslOGVg79CKUFqOTQLzRxKLChLECg+zyaRsnuigBDTwpIbaOyG9Rp0WdiA2L9gQhRxtHJhlGHjjqUOgAgwAA75yuGpncC7AAAAABJRU5ErkJggg=="); }
  @media screen and (min-resolution: 1.5dppx), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi) {
    .icon-small-credential {
      background-image: url('/sites/all/themes/harvard/a/images/icon-book@2x.png');
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTVDRUYzRDFDQTVCMTFFNDhDODNGN0I1RDBCRjg3MkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTVDRUYzRDJDQTVCMTFFNDhDODNGN0I1RDBCRjg3MkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFREI2Qzc0Q0NBNUExMUU0OEM4M0Y3QjVEMEJGODcyRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNUNFRjNEMENBNUIxMUU0OEM4M0Y3QjVEMEJGODcyRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pjrtp3EAAAFDSURBVHja7N1BSgJhGIBhDXHRIkJw5UZaR3iDTtCuVTu7gG7cehQ7S9AB0nVQXSDItsX0CS4GceXo8P/M88JH0MLBh/8bJxBqF0XR0vE6QwAUKFABBQpUQIHmX6fqC6weOzn9qfUdc1n+xc3i1wm18lb+4F5jnhN7j3cxV7mCbjCniYEO6wS18kCbdQ/Nrnjs68WPi9Jj1IcTWq15zHtprLx7qHtopboxDzVc5yXmrQmg5zFPNVxnnAKolQcKFKiAAgWqZJ5D/2KWNVznqymgPzEjKy+gQIEKKFCgAgoUKFABBQpUQIECFVCgQAUUKFCgAgoUqIACBar9HfvrjPet9L66eJ0z6GA7Vl7pnNDPjN7vOgfQoXNp5YEC9aF0kjaPULPEDW5zAu3HTKy8gKZS239acEKBAhVQoEAFFChQ7fQvwAD2wiI8tTm+AgAAAABJRU5ErkJggg=="); } }

img {
  display: block;
  max-width: 100%;
  height: auto; }
  img.right-thumb {
    padding-left: 1.25rem;
    padding-bottom: 1.25rem; }

.img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%; }
  .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0; }
  @media print {
    .img-wrap {
      padding-bottom: 0 !important;
      height: auto !important; } }

.img--shadow {
  position: relative;
  overflow: visible; }
  .img--shadow:after, .img--shadow:before {
    content: '';
    display: block;
    background: #bac5c6;
    position: absolute; }
  .img--shadow:after {
    width: 3px;
    height: 100%;
    bottom: -6px;
    right: -6px; }
  .img--shadow:before {
    height: 3px;
    width: 100%;
    bottom: -6px;
    right: -6px; }

[data-img-ratio="1-1"] {
  padding-bottom: 100%; }

[data-img-ratio="3-2"] {
  padding-bottom: 66.66667%; }

[data-img-ratio="4-3"] {
  padding-bottom: 75%; }

[data-img-ratio="5-4"] {
  padding-bottom: 80%; }

[data-img-ratio="4-5"] {
  padding-bottom: 125%; }

[data-img-ratio="3-4"] {
  padding-bottom: 133.33333%; }

[data-img-ratio="2-3"] {
  padding-bottom: 150%; }

[data-img-ratio="2_5-1"] {
  padding-bottom: 40%; }

.input-full {
  width: 100%; }

.input-3-4 {
  width: 75%; }

.input-2-3 {
  width: 66.6666667%; }

.input-1-2 {
  width: 50%; }

.input-1-3 {
  width: 33.3333333%; }

.input-1-4 {
  width: 25%; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

input:invalid,
button:invalid,
a.button:invalid,
a.button-link:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none; }

input:focus,
button:focus,
a.button:focus,
a.button-link:focus,
select:focus,
textarea:focus {
  box-shadow: #06f 0 0 5px 0;
  z-index: 1; }

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  box-shadow: none; }

.form-type-radio {
  margin-top: 0.5rem; }

.form-required {
  color: #a51c30; }

input[type="radio"] {
  float: left;
  margin-right: .5rem;
  height: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    input[type="radio"] {
      height: 1.53333rem; } }

button,
a.button,
a.button-link,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  background-color: #a51c30;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
  color: white;
  display: inline-block;
  outline: 0;
  overflow: visible;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  font-weight: bold;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  transition: background 0.2s ease;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.01;
  padding: 0.75rem 0.9375rem 0.6875rem;
  font-size: 0.75rem; }
  @media screen and (min-width: 31.25em) {
    button,
    a.button,
    a.button-link,
    input[type="reset"],
    input[type="submit"],
    input[type="button"] {
      padding: 0.625rem 0.9375rem 0.5625rem;
      font-size: 0.8125rem; } }
  @media screen and (min-width: 59.375em) {
    button,
    a.button,
    a.button-link,
    input[type="reset"],
    input[type="submit"],
    input[type="button"] {
      padding: 0.3125rem 0.9375rem;
      font-size: 0.9375rem; } }
  @media screen and (min-width: 59.375em) {
    button,
    a.button,
    a.button-link,
    input[type="reset"],
    input[type="submit"],
    input[type="button"] {
      line-height: 1.75; } }
  button:hover,
  a.button:hover,
  a.button-link:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background-color: #64111d;
    text-color: white;
    text-decoration: none; }
  button:active,
  a.button:active,
  a.button-link:active,
  input[type="reset"]:active,
  input[type="submit"]:active,
  input[type="button"]:active {
    background-color: #a51c30;
    box-shadow: none; }
  button[disabled],
  a.button[disabled],
  a.button-link[disabled],
  input[type="reset"][disabled],
  input[type="submit"][disabled],
  input[type="button"][disabled] {
    background-color: gray;
    color: white; }
    button[disabled]:hover,
    a.button[disabled]:hover,
    a.button-link[disabled]:hover,
    input[type="reset"][disabled]:hover,
    input[type="submit"][disabled]:hover,
    input[type="button"][disabled]:hover {
      background-color: gray;
      color: white; }
  button::-moz-focus-inner,
  a.button::-moz-focus-inner,
  a.button-link::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0; }

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  box-sizing: border-box;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: none;
  border-color: #e1e1e1;
  color: black;
  outline: 0;
  text-align: left;
  vertical-align: top;
  box-shadow: inset 1px 1px 3px 0 rgba(30, 30, 30, 0.3);
  padding: 0.3125rem 0.5rem;
  font-size: 1rem;
  height: 2.375rem; }
  @media screen and (min-width: 31.25em) {
    textarea,
    select,
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"] {
      padding: 0.3125rem 0.5rem;
      font-size: 1.1875rem;
      height: 2.375rem; } }
  @media screen and (min-width: 59.375em) {
    textarea,
    select,
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"] {
      padding: 0.3125rem 0.5rem;
      font-size: 1.1875rem;
      height: 2.375rem; } }
  textarea[disabled],
  select[disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="email"][disabled],
  input[type="month"][disabled],
  input[type="number"][disabled],
  input[type="password"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="text"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  input[type="week"][disabled] {
    background-color: #eee;
    color: #888; }

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  cursor: default; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888; }

input.placeholder_text,
textarea.placeholder_text {
  color: #888; }

select {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #bebebf;
  border-right: 1px solid #cfd0d1; }

textarea,
select[size],
select[multiple] {
  height: auto; }

select[size="0"],
select[size="1"] {
  height: 1.8em; }

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px; }
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }
  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px; }
  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666;
    border-color: #666; } }

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%; }

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif; }
  optgroup::-moz-focus-inner {
    border: 0;
    padding: 0; }

.description {
  clear: both;
  margin: 0;
  font-style: italic;
  font-size: 1rem;
  line-height: 1;
  font-size: 0.75rem;
  line-height: 1.25; }
  @media screen and (min-width: 59.375em) {
    .description {
      font-size: 1.1875rem;
      line-height: 1.21053; } }
  @media screen and (min-width: 59.375em) {
    .description {
      font-size: 0.9375rem;
      line-height: 1.53333; } }

.select2-container--default .select2-selection--multiple {
  background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px; }

select {
  font-size: 0.75rem;
  line-height: 1.41667;
  box-shadow: none; }
  @media screen and (min-width: 59.375em) {
    select {
      font-size: 1rem;
      line-height: 1.4375; } }
  select option {
    margin: 0; }

.ft-courses-by-degree-search-select-facet label {
  font-size: 0.75rem;
  line-height: 1.41667;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 59.375em) {
    .ft-courses-by-degree-search-select-facet label {
      font-size: 0.8125rem;
      line-height: 1.15385; } }
  .ft-courses-by-degree-search-select-facet label + select {
    margin-top: 0.3125rem; }
    @media screen and (min-width: 59.375em) {
      .ft-courses-by-degree-search-select-facet label + select {
        margin-top: 0.4375rem; } }

.ft-courses-by-degree-search-select-facet select {
  font-size: 0.75rem;
  line-height: 1.41667;
  width: 100%; }
  @media screen and (min-width: 59.375em) {
    .ft-courses-by-degree-search-select-facet select {
      font-size: 0.8125rem;
      line-height: 1.15385; } }

.ft-courses-by-degree-search-select-facet .chosen-container-single .chosen-single {
  font-size: 0.75rem;
  line-height: 1.41667; }
  @media screen and (min-width: 59.375em) {
    .ft-courses-by-degree-search-select-facet .chosen-container-single .chosen-single {
      font-size: 0.8125rem;
      line-height: 1.15385; } }
  .ft-courses-by-degree-search-select-facet .chosen-container-single .chosen-single span {
    line-height: 2; }

.ft-courses-by-degree-search-select-facet .chosen-container .chosen-results li.active-result {
  font-size: 0.75rem;
  line-height: 1.41667; }
  @media screen and (min-width: 59.375em) {
    .ft-courses-by-degree-search-select-facet .chosen-container .chosen-results li.active-result {
      font-size: 0.8125rem;
      line-height: 1.15385; } }

@media print {
  button,
  a.button,
  a.button-link,
  input[type="reset"],
  input[type="submit"],
  input[type="button"] {
    padding: 0 !important; } }

.button--standard {
  background-color: #a51c30;
  color: white; }

.button--reverse {
  background: #fff;
  color: #4177b9; }

.button--link {
  padding: 0;
  text-transform: none; }
  .button--link:focus, .button--link:hover {
    background-color: transparent !important; }

a.button-secondary,
.button-secondary {
  background-color: #4e80ae; }
  a.button-secondary:hover,
  .button-secondary:hover {
    background-color: #3e668b; }

.button.btn-outline-primary {
  background-color: transparent;
  border: 2px solid #4e84c4;
  color: #4e84c4;
  margin: 1rem auto; }
  .button.btn-outline-primary:hover, .button.btn-outline-primary:active, .button.btn-outline-primary:focus {
    background-color: transparent !important;
    border: 2px solid #386ba7;
    color: #386ba7; }

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    table {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem; } }

thead {
  border-bottom: 1px solid #a5b2bc; }
  thead td {
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.25;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.01em;
    font-style: normal;
    padding: 0.5rem; }
    @media screen and (min-width: 59.375em) {
      thead td {
        font-size: 0.9375rem;
        line-height: 1.53333; } }
    @media screen and (min-width: 59.375em) {
      thead td {
        padding: 0.75rem; } }

caption {
  font-size: 0.875rem;
  line-height: 1.35714;
  font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
  font-style: italic;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: none;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    caption {
      font-size: 1.1875rem;
      line-height: 1.36842; } }
  @media screen and (min-width: 59.375em) {
    caption {
      margin-top: 0.875rem; } }

tbody tr:nth-child(even) {
  background-color: #ebebeb; }

tbody td {
  text-align: left;
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.41667; }
  @media screen and (min-width: 59.375em) {
    tbody td {
      font-size: 1rem;
      line-height: 1.4375; } }
  tbody td p,
  tbody td ul,
  tbody td ol {
    font-size: 0.75rem;
    line-height: 1.41667; }
    @media screen and (min-width: 59.375em) {
      tbody td p,
      tbody td ul,
      tbody td ol {
        font-size: 1rem;
        line-height: 1.4375; } }
  @media screen and (min-width: 59.375em) {
    tbody td {
      padding: 0.75rem; } }

.skip {
  position: absolute;
  display: inline-block;
  top: -1000px;
  left: -1000px;
  z-index: 10000; }
  .skip:active, .skip:focus, .skip:hover {
    top: 0;
    left: 0; }
  @media print {
    .skip {
      display: none; } }

.skip {
  padding: 0.25em 0.5em;
  background: #a51c30;
  color: white;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none; }
  .skip:hover, .skip:focus {
    color: white;
    text-decoration: none; }

#main-content + * {
  margin-top: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto; }
  img.right-thumb {
    padding-left: 1.25rem;
    padding-bottom: 1.25rem; }

.img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%; }
  .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0; }
  @media print {
    .img-wrap {
      padding-bottom: 0 !important;
      height: auto !important; } }

.img--shadow {
  position: relative;
  overflow: visible; }
  .img--shadow:after, .img--shadow:before {
    content: '';
    display: block;
    background: #bac5c6;
    position: absolute; }
  .img--shadow:after {
    width: 3px;
    height: 100%;
    bottom: -6px;
    right: -6px; }
  .img--shadow:before {
    height: 3px;
    width: 100%;
    bottom: -6px;
    right: -6px; }

[data-img-ratio="1-1"] {
  padding-bottom: 100%; }

[data-img-ratio="3-2"] {
  padding-bottom: 66.66667%; }

[data-img-ratio="4-3"] {
  padding-bottom: 75%; }

[data-img-ratio="5-4"] {
  padding-bottom: 80%; }

[data-img-ratio="4-5"] {
  padding-bottom: 125%; }

[data-img-ratio="3-4"] {
  padding-bottom: 133.33333%; }

[data-img-ratio="2-3"] {
  padding-bottom: 150%; }

[data-img-ratio="2_5-1"] {
  padding-bottom: 40%; }

.field-a, .field-c {
  position: relative;
  z-index: 2;
  background-color: #f5f5f8;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 4px solid #bac5c6; }
  .field-a:after, .field-c:after, .field-a:before, .field-c:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #f5f5f8;
    z-index: 1; }
  .field-a:after, .field-c:after {
    left: 100%; }
  .field-a:before, .field-c:before {
    right: 100%; }
  .field-a:before, .field-c:before, .field-a:after, .field-c:after {
    border-top: 4px solid #bac5c6;
    top: -4px; }
  @media screen and (min-width: 59.375em) {
    .field-a, .field-c {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem; } }
  .field-a + *, .field-c + * {
    margin-top: 0; }

.field-b {
  position: relative;
  z-index: 2;
  background-color: #e5e6e7;
  margin-top: 0;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }
  .field-b:after, .field-b:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #e5e6e7;
    z-index: 1; }
  .field-b:after {
    left: 100%; }
  .field-b:before {
    right: 100%; }
  @media screen and (min-width: 59.375em) {
    .field-b {
      padding-top: 2.625rem;
      padding-bottom: 2.625rem; } }
  .field-b + * {
    margin-top: 0; }

.field-c {
  position: relative;
  z-index: 2;
  background-color: #f5f5f8;
  border-top: none;
  z-index: 3; }
  .field-c:after, .field-c:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #f5f5f8;
    z-index: 1; }
  .field-c:after {
    left: 100%; }
  .field-c:before {
    right: 100%; }
  .field-c:before, .field-c:after {
    border: none;
    top: 0; }
  .page-academics-courses-courses-by-degree .field-c {
    border-top: 4px solid #bac5c6; }
    .page-academics-courses-courses-by-degree .field-c:before, .page-academics-courses-courses-by-degree .field-c:after {
      border-top: 4px solid #bac5c6;
      top: -4px; }
  .faculty-insights > .pane-entity-view:first-child + .field-c,
  .student-success > .pane-entity-view:first-child + .field-c {
    margin-top: 0; }

.field-d {
  position: relative;
  z-index: 2;
  background-color: #e0e8ea;
  margin-top: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  .field-d:after, .field-d:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #e0e8ea;
    z-index: 1; }
  .field-d:after {
    left: 100%; }
  .field-d:before {
    right: 100%; }
  @media screen and (min-width: 59.375em) {
    .field-d {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem; } }

.field-e {
  position: relative;
  z-index: 2;
  background-color: #384653;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  .field-e:after, .field-e:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #384653;
    z-index: 1; }
  .field-e:after {
    left: 100%; }
  .field-e:before {
    right: 100%; }
  @media screen and (min-width: 59.375em) {
    .field-e {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem; } }

.field-f {
  position: relative;
  z-index: 2;
  background-color: #e6e7e9;
  margin-top: 0;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }
  .field-f:after, .field-f:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #e6e7e9;
    z-index: 1; }
  .field-f:after {
    left: 100%; }
  .field-f:before {
    right: 100%; }
  @media screen and (min-width: 59.375em) {
    .field-f {
      padding-top: 2.625rem;
      padding-bottom: 2.625rem; } }
  .field-f + * {
    margin-top: 0; }

.field-g {
  position: relative;
  z-index: 2;
  background: #384653;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative; }
  .field-g:after, .field-g:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #384653;
    z-index: 1; }
  .field-g:after {
    left: 100%; }
  .field-g:before {
    right: 100%; }
  @media screen and (min-width: 59.375em) {
    .field-g {
      padding-top: 5.25rem;
      padding-bottom: 5.25rem; } }
  .field-g h1 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .field-g[data-imgbg] .layout-centered-focus {
    position: relative;
    z-index: 2; }
  .field-g[data-imgbg]:after {
    content: '';
    z-index: 1;
    background: transparent;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
    @media screen and (min-width: 31.25em) {
      .field-g[data-imgbg]:after {
        top: 20%; } }
  .field-g + * {
    margin-top: 0; }
  @media print {
    .field-g picture {
      display: none !important; } }
  .faculty-insights .field-g,
  .student-success .field-g,
  .student-impact-story .field-g,
  .professional-development-article .field-g {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: -1rem;
    margin-right: -1rem;
    position: relative; }
    @media screen and (min-width: 31.25em) {
      .faculty-insights .field-g,
      .student-success .field-g,
      .student-impact-story .field-g,
      .professional-development-article .field-g {
        min-height: 21.875rem; } }
    @media screen and (min-width: 46.875em) {
      .faculty-insights .field-g,
      .student-success .field-g,
      .student-impact-story .field-g,
      .professional-development-article .field-g {
        min-height: 21.875rem; } }
    @media screen and (min-width: 59.375em) {
      .faculty-insights .field-g,
      .student-success .field-g,
      .student-impact-story .field-g,
      .professional-development-article .field-g {
        min-height: 31.25rem;
        margin-left: -1.5rem;
        margin-right: -1.5rem; } }
    .faculty-insights .field-g.field--shield-dark, .faculty-insights .field-g.field--shield, .faculty-insights .field-g.field--shield-alt, .faculty-insights .field-g.field--shield-dark,
    .student-success .field-g.field--shield-dark,
    .student-success .field-g.field--shield,
    .student-success .field-g.field--shield-alt,
    .student-success .field-g.field--shield-dark,
    .student-impact-story .field-g.field--shield-dark,
    .student-impact-story .field-g.field--shield,
    .student-impact-story .field-g.field--shield-alt,
    .student-impact-story .field-g.field--shield-dark,
    .professional-development-article .field-g.field--shield-dark,
    .professional-development-article .field-g.field--shield,
    .professional-development-article .field-g.field--shield-alt,
    .professional-development-article .field-g.field--shield-dark {
      background-size: 50%;
      background-position: 1.875rem 1.875rem; }
      @media screen and (min-width: 31.25em) {
        .faculty-insights .field-g.field--shield-dark, .faculty-insights .field-g.field--shield, .faculty-insights .field-g.field--shield-alt, .faculty-insights .field-g.field--shield-dark,
        .student-success .field-g.field--shield-dark,
        .student-success .field-g.field--shield,
        .student-success .field-g.field--shield-alt,
        .student-success .field-g.field--shield-dark,
        .student-impact-story .field-g.field--shield-dark,
        .student-impact-story .field-g.field--shield,
        .student-impact-story .field-g.field--shield-alt,
        .student-impact-story .field-g.field--shield-dark,
        .professional-development-article .field-g.field--shield-dark,
        .professional-development-article .field-g.field--shield,
        .professional-development-article .field-g.field--shield-alt,
        .professional-development-article .field-g.field--shield-dark {
          min-height: 14.375rem; } }
      @media screen and (min-width: 46.875em) {
        .faculty-insights .field-g.field--shield-dark, .faculty-insights .field-g.field--shield, .faculty-insights .field-g.field--shield-alt, .faculty-insights .field-g.field--shield-dark,
        .student-success .field-g.field--shield-dark,
        .student-success .field-g.field--shield,
        .student-success .field-g.field--shield-alt,
        .student-success .field-g.field--shield-dark,
        .student-impact-story .field-g.field--shield-dark,
        .student-impact-story .field-g.field--shield,
        .student-impact-story .field-g.field--shield-alt,
        .student-impact-story .field-g.field--shield-dark,
        .professional-development-article .field-g.field--shield-dark,
        .professional-development-article .field-g.field--shield,
        .professional-development-article .field-g.field--shield-alt,
        .professional-development-article .field-g.field--shield-dark {
          min-height: 15.125rem; } }
      @media screen and (min-width: 59.375em) {
        .faculty-insights .field-g.field--shield-dark, .faculty-insights .field-g.field--shield, .faculty-insights .field-g.field--shield-alt, .faculty-insights .field-g.field--shield-dark,
        .student-success .field-g.field--shield-dark,
        .student-success .field-g.field--shield,
        .student-success .field-g.field--shield-alt,
        .student-success .field-g.field--shield-dark,
        .student-impact-story .field-g.field--shield-dark,
        .student-impact-story .field-g.field--shield,
        .student-impact-story .field-g.field--shield-alt,
        .student-impact-story .field-g.field--shield-dark,
        .professional-development-article .field-g.field--shield-dark,
        .professional-development-article .field-g.field--shield,
        .professional-development-article .field-g.field--shield-alt,
        .professional-development-article .field-g.field--shield-dark {
          min-height: 21.375rem;
          margin-left: -1.5rem;
          margin-right: -1.5rem; } }
      @media screen and (min-width: 68.75em) {
        .faculty-insights .field-g.field--shield-dark, .faculty-insights .field-g.field--shield, .faculty-insights .field-g.field--shield-alt, .faculty-insights .field-g.field--shield-dark,
        .student-success .field-g.field--shield-dark,
        .student-success .field-g.field--shield,
        .student-success .field-g.field--shield-alt,
        .student-success .field-g.field--shield-dark,
        .student-impact-story .field-g.field--shield-dark,
        .student-impact-story .field-g.field--shield,
        .student-impact-story .field-g.field--shield-alt,
        .student-impact-story .field-g.field--shield-dark,
        .professional-development-article .field-g.field--shield-dark,
        .professional-development-article .field-g.field--shield,
        .professional-development-article .field-g.field--shield-alt,
        .professional-development-article .field-g.field--shield-dark {
          min-height: 31.25rem; } }
      @media screen and (min-width: 31.25em) {
        .faculty-insights .field-g.field--shield-dark .layout-centered-focus .hero-b, .faculty-insights .field-g.field--shield .layout-centered-focus .hero-b, .faculty-insights .field-g.field--shield-alt .layout-centered-focus .hero-b, .faculty-insights .field-g.field--shield-dark .layout-centered-focus .hero-b,
        .student-success .field-g.field--shield-dark .layout-centered-focus .hero-b,
        .student-success .field-g.field--shield .layout-centered-focus .hero-b,
        .student-success .field-g.field--shield-alt .layout-centered-focus .hero-b,
        .student-success .field-g.field--shield-dark .layout-centered-focus .hero-b,
        .student-impact-story .field-g.field--shield-dark .layout-centered-focus .hero-b,
        .student-impact-story .field-g.field--shield .layout-centered-focus .hero-b,
        .student-impact-story .field-g.field--shield-alt .layout-centered-focus .hero-b,
        .student-impact-story .field-g.field--shield-dark .layout-centered-focus .hero-b,
        .professional-development-article .field-g.field--shield-dark .layout-centered-focus .hero-b,
        .professional-development-article .field-g.field--shield .layout-centered-focus .hero-b,
        .professional-development-article .field-g.field--shield-alt .layout-centered-focus .hero-b,
        .professional-development-article .field-g.field--shield-dark .layout-centered-focus .hero-b {
          float: left;
          display: block;
          margin-right: 0%;
          width: 60%;
          padding-right: 1rem;
          float: none; }
          .faculty-insights .field-g.field--shield-dark .layout-centered-focus .hero-b:last-child, .faculty-insights .field-g.field--shield .layout-centered-focus .hero-b:last-child, .faculty-insights .field-g.field--shield-alt .layout-centered-focus .hero-b:last-child, .faculty-insights .field-g.field--shield-dark .layout-centered-focus .hero-b:last-child,
          .student-success .field-g.field--shield-dark .layout-centered-focus .hero-b:last-child,
          .student-success .field-g.field--shield .layout-centered-focus .hero-b:last-child,
          .student-success .field-g.field--shield-alt .layout-centered-focus .hero-b:last-child,
          .student-success .field-g.field--shield-dark .layout-centered-focus .hero-b:last-child,
          .student-impact-story .field-g.field--shield-dark .layout-centered-focus .hero-b:last-child,
          .student-impact-story .field-g.field--shield .layout-centered-focus .hero-b:last-child,
          .student-impact-story .field-g.field--shield-alt .layout-centered-focus .hero-b:last-child,
          .student-impact-story .field-g.field--shield-dark .layout-centered-focus .hero-b:last-child,
          .professional-development-article .field-g.field--shield-dark .layout-centered-focus .hero-b:last-child,
          .professional-development-article .field-g.field--shield .layout-centered-focus .hero-b:last-child,
          .professional-development-article .field-g.field--shield-alt .layout-centered-focus .hero-b:last-child,
          .professional-development-article .field-g.field--shield-dark .layout-centered-focus .hero-b:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 59.375em) {
        .faculty-insights .field-g.field--shield-dark .layout-centered-focus .hero-b, .faculty-insights .field-g.field--shield .layout-centered-focus .hero-b, .faculty-insights .field-g.field--shield-alt .layout-centered-focus .hero-b, .faculty-insights .field-g.field--shield-dark .layout-centered-focus .hero-b,
        .student-success .field-g.field--shield-dark .layout-centered-focus .hero-b,
        .student-success .field-g.field--shield .layout-centered-focus .hero-b,
        .student-success .field-g.field--shield-alt .layout-centered-focus .hero-b,
        .student-success .field-g.field--shield-dark .layout-centered-focus .hero-b,
        .student-impact-story .field-g.field--shield-dark .layout-centered-focus .hero-b,
        .student-impact-story .field-g.field--shield .layout-centered-focus .hero-b,
        .student-impact-story .field-g.field--shield-alt .layout-centered-focus .hero-b,
        .student-impact-story .field-g.field--shield-dark .layout-centered-focus .hero-b,
        .professional-development-article .field-g.field--shield-dark .layout-centered-focus .hero-b,
        .professional-development-article .field-g.field--shield .layout-centered-focus .hero-b,
        .professional-development-article .field-g.field--shield-alt .layout-centered-focus .hero-b,
        .professional-development-article .field-g.field--shield-dark .layout-centered-focus .hero-b {
          padding-right: 1.5rem; } }
      @media screen and (min-width: 59.375em) and (max-width: 68.75em) {
        .faculty-insights .field-g.field--shield-dark .layout-centered-focus h1, .faculty-insights .field-g.field--shield .layout-centered-focus h1, .faculty-insights .field-g.field--shield-alt .layout-centered-focus h1, .faculty-insights .field-g.field--shield-dark .layout-centered-focus h1,
        .student-success .field-g.field--shield-dark .layout-centered-focus h1,
        .student-success .field-g.field--shield .layout-centered-focus h1,
        .student-success .field-g.field--shield-alt .layout-centered-focus h1,
        .student-success .field-g.field--shield-dark .layout-centered-focus h1,
        .student-impact-story .field-g.field--shield-dark .layout-centered-focus h1,
        .student-impact-story .field-g.field--shield .layout-centered-focus h1,
        .student-impact-story .field-g.field--shield-alt .layout-centered-focus h1,
        .student-impact-story .field-g.field--shield-dark .layout-centered-focus h1,
        .professional-development-article .field-g.field--shield-dark .layout-centered-focus h1,
        .professional-development-article .field-g.field--shield .layout-centered-focus h1,
        .professional-development-article .field-g.field--shield-alt .layout-centered-focus h1,
        .professional-development-article .field-g.field--shield-dark .layout-centered-focus h1 {
          font-size: 2.875rem; } }
      @media screen and (min-width: 31.25em) {
        .faculty-insights .field-g.field--shield-dark .layout-centered-focus picture, .faculty-insights .field-g.field--shield .layout-centered-focus picture, .faculty-insights .field-g.field--shield-alt .layout-centered-focus picture, .faculty-insights .field-g.field--shield-dark .layout-centered-focus picture,
        .student-success .field-g.field--shield-dark .layout-centered-focus picture,
        .student-success .field-g.field--shield .layout-centered-focus picture,
        .student-success .field-g.field--shield-alt .layout-centered-focus picture,
        .student-success .field-g.field--shield-dark .layout-centered-focus picture,
        .student-impact-story .field-g.field--shield-dark .layout-centered-focus picture,
        .student-impact-story .field-g.field--shield .layout-centered-focus picture,
        .student-impact-story .field-g.field--shield-alt .layout-centered-focus picture,
        .student-impact-story .field-g.field--shield-dark .layout-centered-focus picture,
        .professional-development-article .field-g.field--shield-dark .layout-centered-focus picture,
        .professional-development-article .field-g.field--shield .layout-centered-focus picture,
        .professional-development-article .field-g.field--shield-alt .layout-centered-focus picture,
        .professional-development-article .field-g.field--shield-dark .layout-centered-focus picture {
          float: left;
          display: block;
          margin-right: 0%;
          width: 33.33333%;
          position: absolute;
          bottom: 0;
          right: 0;
          max-height: 390px; }
          .faculty-insights .field-g.field--shield-dark .layout-centered-focus picture:last-child, .faculty-insights .field-g.field--shield .layout-centered-focus picture:last-child, .faculty-insights .field-g.field--shield-alt .layout-centered-focus picture:last-child, .faculty-insights .field-g.field--shield-dark .layout-centered-focus picture:last-child,
          .student-success .field-g.field--shield-dark .layout-centered-focus picture:last-child,
          .student-success .field-g.field--shield .layout-centered-focus picture:last-child,
          .student-success .field-g.field--shield-alt .layout-centered-focus picture:last-child,
          .student-success .field-g.field--shield-dark .layout-centered-focus picture:last-child,
          .student-impact-story .field-g.field--shield-dark .layout-centered-focus picture:last-child,
          .student-impact-story .field-g.field--shield .layout-centered-focus picture:last-child,
          .student-impact-story .field-g.field--shield-alt .layout-centered-focus picture:last-child,
          .student-impact-story .field-g.field--shield-dark .layout-centered-focus picture:last-child,
          .professional-development-article .field-g.field--shield-dark .layout-centered-focus picture:last-child,
          .professional-development-article .field-g.field--shield .layout-centered-focus picture:last-child,
          .professional-development-article .field-g.field--shield-alt .layout-centered-focus picture:last-child,
          .professional-development-article .field-g.field--shield-dark .layout-centered-focus picture:last-child {
            margin-right: 0; }
          .faculty-insights .field-g.field--shield-dark .layout-centered-focus picture * + *, .faculty-insights .field-g.field--shield .layout-centered-focus picture * + *, .faculty-insights .field-g.field--shield-alt .layout-centered-focus picture * + *, .faculty-insights .field-g.field--shield-dark .layout-centered-focus picture * + *,
          .student-success .field-g.field--shield-dark .layout-centered-focus picture * + *,
          .student-success .field-g.field--shield .layout-centered-focus picture * + *,
          .student-success .field-g.field--shield-alt .layout-centered-focus picture * + *,
          .student-success .field-g.field--shield-dark .layout-centered-focus picture * + *,
          .student-impact-story .field-g.field--shield-dark .layout-centered-focus picture * + *,
          .student-impact-story .field-g.field--shield .layout-centered-focus picture * + *,
          .student-impact-story .field-g.field--shield-alt .layout-centered-focus picture * + *,
          .student-impact-story .field-g.field--shield-dark .layout-centered-focus picture * + *,
          .professional-development-article .field-g.field--shield-dark .layout-centered-focus picture * + *,
          .professional-development-article .field-g.field--shield .layout-centered-focus picture * + *,
          .professional-development-article .field-g.field--shield-alt .layout-centered-focus picture * + *,
          .professional-development-article .field-g.field--shield-dark .layout-centered-focus picture * + * {
            margin: 0; } }
      .faculty-insights .field-g.field--shield-dark .layout-centered-focus picture img, .faculty-insights .field-g.field--shield .layout-centered-focus picture img, .faculty-insights .field-g.field--shield-alt .layout-centered-focus picture img, .faculty-insights .field-g.field--shield-dark .layout-centered-focus picture img,
      .student-success .field-g.field--shield-dark .layout-centered-focus picture img,
      .student-success .field-g.field--shield .layout-centered-focus picture img,
      .student-success .field-g.field--shield-alt .layout-centered-focus picture img,
      .student-success .field-g.field--shield-dark .layout-centered-focus picture img,
      .student-impact-story .field-g.field--shield-dark .layout-centered-focus picture img,
      .student-impact-story .field-g.field--shield .layout-centered-focus picture img,
      .student-impact-story .field-g.field--shield-alt .layout-centered-focus picture img,
      .student-impact-story .field-g.field--shield-dark .layout-centered-focus picture img,
      .professional-development-article .field-g.field--shield-dark .layout-centered-focus picture img,
      .professional-development-article .field-g.field--shield .layout-centered-focus picture img,
      .professional-development-article .field-g.field--shield-alt .layout-centered-focus picture img,
      .professional-development-article .field-g.field--shield-dark .layout-centered-focus picture img {
        max-height: 390px;
        object-fit: contain;
        width: 100%; }
      .faculty-insights .field-g.field--shield-dark.no-img .layout-centered-focus .hero-b, .faculty-insights .field-g.field--shield.no-img .layout-centered-focus .hero-b, .faculty-insights .field-g.no-img.field--shield-alt .layout-centered-focus .hero-b, .faculty-insights .field-g.no-img.field--shield-dark .layout-centered-focus .hero-b,
      .student-success .field-g.field--shield-dark.no-img .layout-centered-focus .hero-b,
      .student-success .field-g.field--shield.no-img .layout-centered-focus .hero-b,
      .student-success .field-g.no-img.field--shield-alt .layout-centered-focus .hero-b,
      .student-success .field-g.no-img.field--shield-dark .layout-centered-focus .hero-b,
      .student-impact-story .field-g.field--shield-dark.no-img .layout-centered-focus .hero-b,
      .student-impact-story .field-g.field--shield.no-img .layout-centered-focus .hero-b,
      .student-impact-story .field-g.no-img.field--shield-alt .layout-centered-focus .hero-b,
      .student-impact-story .field-g.no-img.field--shield-dark .layout-centered-focus .hero-b,
      .professional-development-article .field-g.field--shield-dark.no-img .layout-centered-focus .hero-b,
      .professional-development-article .field-g.field--shield.no-img .layout-centered-focus .hero-b,
      .professional-development-article .field-g.no-img.field--shield-alt .layout-centered-focus .hero-b,
      .professional-development-article .field-g.no-img.field--shield-dark .layout-centered-focus .hero-b {
        width: 100%; }
    .faculty-insights .field-g .layout-centered-focus,
    .student-success .field-g .layout-centered-focus,
    .student-impact-story .field-g .layout-centered-focus,
    .professional-development-article .field-g .layout-centered-focus {
      margin-left: 1rem;
      margin-right: 1rem; }
      @media screen and (min-width: 46.875em) {
        .faculty-insights .field-g .layout-centered-focus,
        .student-success .field-g .layout-centered-focus,
        .student-impact-story .field-g .layout-centered-focus,
        .professional-development-article .field-g .layout-centered-focus {
          position: absolute;
          left: 0;
          bottom: 0;
          right: 0;
          padding-bottom: 2.5rem; } }
      .faculty-insights .field-g .layout-centered-focus > .column,
      .student-success .field-g .layout-centered-focus > .column,
      .student-impact-story .field-g .layout-centered-focus > .column,
      .professional-development-article .field-g .layout-centered-focus > .column {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%;
        position: relative; }
        .faculty-insights .field-g .layout-centered-focus > .column:last-child,
        .student-success .field-g .layout-centered-focus > .column:last-child,
        .student-impact-story .field-g .layout-centered-focus > .column:last-child,
        .professional-development-article .field-g .layout-centered-focus > .column:last-child {
          margin-right: 0; }
      @media screen and (min-width: 31.25em) {
        .faculty-insights .field-g .layout-centered-focus > .column,
        .student-success .field-g .layout-centered-focus > .column,
        .student-impact-story .field-g .layout-centered-focus > .column,
        .professional-development-article .field-g .layout-centered-focus > .column {
          float: left;
          display: block;
          margin-right: 0%;
          width: 89.47368%;
          margin-left: 5.26316%; }
          .faculty-insights .field-g .layout-centered-focus > .column:last-child,
          .student-success .field-g .layout-centered-focus > .column:last-child,
          .student-impact-story .field-g .layout-centered-focus > .column:last-child,
          .professional-development-article .field-g .layout-centered-focus > .column:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 46.875em) {
        .faculty-insights .field-g .layout-centered-focus > .column,
        .student-success .field-g .layout-centered-focus > .column,
        .student-impact-story .field-g .layout-centered-focus > .column,
        .professional-development-article .field-g .layout-centered-focus > .column {
          float: left;
          display: block;
          margin-right: 0%;
          width: 78.94737%;
          margin-left: 10.52632%; }
          .faculty-insights .field-g .layout-centered-focus > .column:last-child,
          .student-success .field-g .layout-centered-focus > .column:last-child,
          .student-impact-story .field-g .layout-centered-focus > .column:last-child,
          .professional-development-article .field-g .layout-centered-focus > .column:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 59.375em) {
        .faculty-insights .field-g .layout-centered-focus > .column,
        .student-success .field-g .layout-centered-focus > .column,
        .student-impact-story .field-g .layout-centered-focus > .column,
        .professional-development-article .field-g .layout-centered-focus > .column {
          float: left;
          display: block;
          margin-right: 0%;
          width: 84.21053%;
          margin-left: 10.52632%; }
          .faculty-insights .field-g .layout-centered-focus > .column:last-child,
          .student-success .field-g .layout-centered-focus > .column:last-child,
          .student-impact-story .field-g .layout-centered-focus > .column:last-child,
          .professional-development-article .field-g .layout-centered-focus > .column:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 68.75em) {
        .faculty-insights .field-g .layout-centered-focus > .column,
        .student-success .field-g .layout-centered-focus > .column,
        .student-impact-story .field-g .layout-centered-focus > .column,
        .professional-development-article .field-g .layout-centered-focus > .column {
          float: left;
          display: block;
          margin-right: 0%;
          width: 84.21053%;
          margin-left: 10.52632%; }
          .faculty-insights .field-g .layout-centered-focus > .column:last-child,
          .student-success .field-g .layout-centered-focus > .column:last-child,
          .student-impact-story .field-g .layout-centered-focus > .column:last-child,
          .professional-development-article .field-g .layout-centered-focus > .column:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 59.375em) {
        .faculty-insights .field-g .layout-centered-focus,
        .student-success .field-g .layout-centered-focus,
        .student-impact-story .field-g .layout-centered-focus,
        .professional-development-article .field-g .layout-centered-focus {
          padding-bottom: 5.25rem; } }
      @media screen and (min-width: 68.75em) {
        .faculty-insights .field-g .layout-centered-focus,
        .student-success .field-g .layout-centered-focus,
        .student-impact-story .field-g .layout-centered-focus,
        .professional-development-article .field-g .layout-centered-focus {
          padding-left: 0;
          padding-right: 0;
          margin-left: auto;
          margin-right: auto; } }
    @media screen and (min-width: 31.25em) {
      .faculty-insights .field-g.no-img,
      .student-success .field-g.no-img,
      .student-impact-story .field-g.no-img,
      .professional-development-article .field-g.no-img {
        min-height: 0; } }
    @media screen and (min-width: 46.875em) {
      .faculty-insights .field-g.no-img,
      .student-success .field-g.no-img,
      .student-impact-story .field-g.no-img,
      .professional-development-article .field-g.no-img {
        min-height: 0; } }
    @media screen and (min-width: 59.375em) {
      .faculty-insights .field-g.no-img,
      .student-success .field-g.no-img,
      .student-impact-story .field-g.no-img,
      .professional-development-article .field-g.no-img {
        min-height: 0; } }
    @media screen and (min-width: 31.25em) {
      .faculty-insights .field-g.no-img .layout-centered-focus,
      .student-success .field-g.no-img .layout-centered-focus,
      .student-impact-story .field-g.no-img .layout-centered-focus,
      .professional-development-article .field-g.no-img .layout-centered-focus {
        position: static;
        padding: 0; } }
    @media screen and (min-width: 31.25em) {
      .faculty-insights .field-g.no-img .layout-centered-focus h1,
      .faculty-insights .field-g.no-img .layout-centered-focus p,
      .student-success .field-g.no-img .layout-centered-focus h1,
      .student-success .field-g.no-img .layout-centered-focus p,
      .student-impact-story .field-g.no-img .layout-centered-focus h1,
      .student-impact-story .field-g.no-img .layout-centered-focus p,
      .professional-development-article .field-g.no-img .layout-centered-focus h1,
      .professional-development-article .field-g.no-img .layout-centered-focus p {
        float: left;
        display: block;
        margin-right: 0%;
        width: 80%;
        float: none;
        padding: 0; }
        .faculty-insights .field-g.no-img .layout-centered-focus h1:last-child,
        .faculty-insights .field-g.no-img .layout-centered-focus p:last-child,
        .student-success .field-g.no-img .layout-centered-focus h1:last-child,
        .student-success .field-g.no-img .layout-centered-focus p:last-child,
        .student-impact-story .field-g.no-img .layout-centered-focus h1:last-child,
        .student-impact-story .field-g.no-img .layout-centered-focus p:last-child,
        .professional-development-article .field-g.no-img .layout-centered-focus h1:last-child,
        .professional-development-article .field-g.no-img .layout-centered-focus p:last-child {
          margin-right: 0; } }

@media print {
  .layout-centered-focus {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

.field--collapse {
  padding: 0 !important; }

.field--cancel-bleed:before, .field--cancel-bleed:after {
  display: none !important; }

.field--shield, .field--shield-alt, .field--shield-dark {
  position: relative;
  z-index: 2;
  background-color: #f5f5f8;
  background-position: 1.875rem 1.875rem;
  background-repeat: no-repeat; }
  .field--shield:after, .field--shield-alt:after, .field--shield-dark:after, .field--shield:before, .field--shield-alt:before, .field--shield-dark:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #f5f5f8;
    z-index: 1; }
  .field--shield:after, .field--shield-alt:after, .field--shield-dark:after {
    left: 100%; }
  .field--shield:before, .field--shield-alt:before, .field--shield-dark:before {
    right: 100%; }
  .field--shield > *:first-child, .field--shield-alt > *:first-child, .field--shield-dark > *:first-child {
    margin-top: 1.25rem; }
  @media screen and (min-width: 31.25em) {
    .field--shield, .field--shield-alt, .field--shield-dark {
      background-image: url('/sites/all/themes/harvard/a/images/svg/background-shield.svg'); } }
  @media screen and (min-width: 59.375em) {
    .field--shield > *:first-child, .field--shield-alt > *:first-child, .field--shield-dark > *:first-child {
      margin-top: 1.75rem; } }

.field--shield-only {
  background-image: url('/sites/all/themes/harvard/a/images/svg/background-shield.svg');
  background-size: 35%;
  background-position: center center;
  background-repeat: no-repeat; }

.field--shield-home {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  background-color: #e6e7e9;
  background-position: 1.875rem 1.875rem;
  background-repeat: no-repeat; }
  .field--shield-home:after {
    content: "";
    display: table;
    clear: both; }
  .field--shield-home:after, .field--shield-home:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #e6e7e9;
    z-index: 1; }
  .field--shield-home:after {
    left: 100%; }
  .field--shield-home:before {
    right: 100%; }
  .field--shield-home > *:first-child {
    margin-top: 1.25rem; }
  @media screen and (min-width: 31.25em) {
    .field--shield-home {
      background-image: url('/sites/all/themes/harvard/a/images/svg/background-shield-home.svg'); } }
  @media screen and (min-width: 59.375em) {
    .field--shield-home > *:first-child {
      margin-top: 1.75rem; } }

.field--shield-alt {
  background-position: 1.875rem 1.875rem;
  background-color: #e5e6e7; }
  .field--shield-alt > *:first-child {
    margin-top: 0; }
  @media screen and (min-width: 31.25em) {
    .field--shield-alt {
      background-image: url('/sites/all/themes/harvard/a/images/svg/background-shield-dark.svg'); } }
  .field--shield-alt:before, .field--shield-alt:after {
    background-color: #e5e6e7; }

.field--shield-dark {
  position: relative;
  z-index: 2;
  background-image: url('/sites/all/themes/harvard/a/images/svg/background-shield-dark-alt.svg');
  background-position: 0 1.875rem;
  background-color: #67717a; }
  .field--shield-dark:after, .field--shield-dark:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #67717a;
    z-index: 1; }
  .field--shield-dark:after {
    left: 100%; }
  .field--shield-dark:before {
    right: 100%; }

.field-content-area-right {
  border-top: 4px solid #bac5c6;
  background-color: #f5f5f8;
  position: relative;
  z-index: 2;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  .field-content-area-right:after, .field-content-area-right:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #f5f5f8;
    z-index: 1; }
  .field-content-area-right:after {
    left: 100%; }
  .field-content-area-right:before {
    right: 100%; }
  .field-content-area-right:before, .field-content-area-right:after {
    border-top: 4px solid #bac5c6;
    top: -4px; }
  @media screen and (min-width: 59.375em) {
    .field-content-area-right {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem; }
      .field-content-area-right:before {
        display: none; } }
  .section-search .field-content-area-right {
    padding-bottom: 0; }

.field-home-seperator {
  position: relative;
  z-index: 2;
  background: #f5f5f8;
  margin: 0; }
  .field-home-seperator:after, .field-home-seperator:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #f5f5f8;
    z-index: 1; }
  .field-home-seperator:after {
    left: 100%; }
  .field-home-seperator:before {
    right: 100%; }
  .field-home-seperator + * {
    margin-top: 0; }
  .field-home-seperator + .field-c {
    padding-top: 1.25rem !important; }
    @media screen and (min-width: 59.375em) {
      .field-home-seperator + .field-c {
        padding-top: 1.75rem !important; } }
    @media print {
      .field-home-seperator + .field-c {
        padding-top: 0 !important;
        margin-top: 0 !important; } }
  .field-home-seperator .pane-bundle-alumni-story-card {
    position: relative;
    z-index: 2;
    margin: 0 0 1.25rem; }
    .field-home-seperator .pane-bundle-alumni-story-card:after, .field-home-seperator .pane-bundle-alumni-story-card:before {
      content: '';
      display: block;
      position: absolute;
      width: 62.5rem;
      top: 0;
      bottom: 0;
      background: #e6e7e9;
      z-index: 1; }
    .field-home-seperator .pane-bundle-alumni-story-card:after {
      left: 100%; }
    .field-home-seperator .pane-bundle-alumni-story-card:before {
      right: 100%; }
    @media screen and (min-width: 59.375em) {
      .field-home-seperator .pane-bundle-alumni-story-card {
        margin-bottom: 3.5rem; } }
    .field-home-seperator .pane-bundle-alumni-story-card:after, .field-home-seperator .pane-bundle-alumni-story-card:before {
      bottom: 50%; }
  .field-home-seperator .box--card {
    padding: 1.25rem; }
    @media screen and (min-width: 59.375em) {
      .field-home-seperator .box--card {
        min-height: 23.125rem;
        padding: 1.75rem; } }

.pane-bundle-ad-landing-page-what-is-the-hes {
  position: relative;
  z-index: 2;
  background: #fcfcfc; }
  .pane-bundle-ad-landing-page-what-is-the-hes:after, .pane-bundle-ad-landing-page-what-is-the-hes:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #020203;
    z-index: 1; }
  .pane-bundle-ad-landing-page-what-is-the-hes:after {
    left: 100%; }
  .pane-bundle-ad-landing-page-what-is-the-hes:before {
    right: 100%; }
  .pane-bundle-ad-landing-page-what-is-the-hes:before, .pane-bundle-ad-landing-page-what-is-the-hes:after {
    top: 50%; }

@media print {
  [class^="field-"] {
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important; }
    [class^="field-"]:before, [class^="field-"]:after {
      display: none !important; }
    [class^="field-"] + * {
      margin-top: 1.25rem !important; } }

.box--card {
  border-top: 4px solid #8996a0;
  background: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 0.83333rem;
  overflow: hidden; }
  @media print {
    .box--card {
      border: none; } }
  .box--card > * {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem; }
  .box--card > .pane-title:first-child {
    margin-top: 0.625rem; }
    .box--card > .pane-title:first-child + .pane-content {
      margin-top: 0.625rem; }
  .box--card > .pullquote {
    padding-left: 2.70833rem; }
    .box--card > .pullquote:before {
      left: 0.83333rem; }
  .box--card > picture,
  .box--card > img,
  .box--card > .img-wrap {
    padding-left: 0;
    padding-right: 0; }
  @media screen and (min-width: 59.375em) {
    .box--card {
      padding-bottom: 1.16667rem; }
      .box--card > * {
        padding-left: 1.16667rem;
        padding-right: 1.16667rem; }
      .box--card > .pane-title:first-child {
        margin-top: 0.875rem; }
        .box--card > .pane-title:first-child + .pane-content {
          margin-top: 0.875rem; }
      .box--card > .pullquote {
        padding-left: 3.04167rem; }
        .box--card > .pullquote:before {
          left: 1.16667rem; }
      .box--card > picture,
      .box--card > img,
      .box--card > .img-wrap {
        padding-left: 0;
        padding-right: 0; }
        .box--card > picture + *,
        .box--card > img + *,
        .box--card > .img-wrap + * {
          margin-top: 1.16667rem; } }
  @media print {
    .box--card {
      padding-bottom: 0; } }
  .box--card + .i-right-arrow-black {
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
    font-size: 0.75rem;
    line-height: 1.25;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding-right: 1.125rem;
    background-size: 0.75rem 0.75rem;
    background-position: right;
    text-decoration: none;
    color: #1e1e1e;
    display: inline; }
    @media screen and (min-width: 59.375em) {
      .box--card + .i-right-arrow-black {
        font-size: 0.9375rem;
        line-height: 1.53333; } }
    .box--card + .i-right-arrow-black:hover, .box--card + .i-right-arrow-black:focus {
      text-decoration: underline; }
    .box--card + .i-right-arrow-black:hover, .box--card + .i-right-arrow-black:focus {
      color: #1e1e1e; }
  .box--card.js-mh-academic-offerings {
    margin-bottom: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .box--card.js-mh-academic-offerings {
      margin-bottom: 0.875rem; }
    .box--card + .arrow-link {
      display: block;
      margin-top: 0.875rem;
      margin-bottom: 1.75rem; } }
  @media print {
    .box--card .img-wrap + * {
      margin-top: 1em !important; }
    .box--card + .arrow-link,
    .box--card + .i-right-arrow-black,
    .box--card + .i-right-arrow {
      display: none; } }
  .box--card h3 {
    font-size: 1.1875rem;
    line-height: 1.15789; }
    @media screen and (min-width: 59.375em) {
      .box--card h3 {
        font-size: 1.4375rem;
        line-height: 1.04348; } }
  .box--card h4 {
    font-size: 1.0625rem;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    font-style: normal; }
    @media screen and (min-width: 59.375em) {
      .box--card h4 {
        font-size: 1.375rem;
        line-height: 1.09091; } }
  .box--card .img-wrap + .box--card-body {
    margin-top: 0; }
  .box--card .box--card-body {
    padding-top: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .box--card .box--card-body {
        padding-top: 0.875rem; } }
    @media print {
      .box--card .box--card-body {
        padding-top: 0; } }
    .box--card .box--card-body .gamma {
      font-size: 1.1875rem;
      line-height: 1.15789;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: normal;
      font-style: normal; }
      @media screen and (min-width: 59.375em) {
        .box--card .box--card-body .gamma {
          font-size: 1.625rem;
          line-height: 1; } }
  .view-courses-per-secondary-instructor .box--card .epsilon {
    font-size: 0.875rem;
    line-height: 1.35714;
    font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
    font-style: italic;
    letter-spacing: normal;
    font-weight: normal;
    text-transform: none; }
    @media screen and (min-width: 59.375em) {
      .view-courses-per-secondary-instructor .box--card .epsilon {
        font-size: 1.1875rem;
        line-height: 1.36842; } }
  .view-courses-per-secondary-instructor .box--card p {
    font-size: 0.75rem;
    line-height: 1.41667; }
    @media screen and (min-width: 59.375em) {
      .view-courses-per-secondary-instructor .box--card p {
        font-size: 1rem;
        line-height: 1.4375; } }
  .box--card .card-footer {
    background-color: #EBEBEB;
    margin-bottom: -0.83333rem;
    padding-bottom: 0.83333rem;
    padding-top: 0.83333rem; }
    @media screen and (min-width: 59.375em) {
      .box--card .card-footer {
        margin-bottom: -1.16667rem;
        padding-bottom: 1.16667rem;
        padding-top: 1.16667rem; } }

.box--card-body h3 {
  font-size: 1rem;
  line-height: 1;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal; }
  @media screen and (min-width: 59.375em) {
    .box--card-body h3 {
      font-size: 1.1875rem;
      line-height: 1.21053; } }

.box--card-body > .epsilon {
  padding-top: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .box--card-body > .epsilon {
      padding-top: 0.875rem; } }
  .box--card-body > .epsilon + * {
    margin-top: 0.3125rem; }
    @media screen and (min-width: 59.375em) {
      .box--card-body > .epsilon + * {
        margin-top: 0.4375rem; } }

.box--card-body h3 + p {
  margin-top: 0.3125rem; }
  @media screen and (min-width: 59.375em) {
    .box--card-body h3 + p {
      margin-top: 0.4375rem; } }

@media screen and (min-width: 0) and (max-width: 31.25em), screen and (min-width: no-query), screen and (min-width: true) {
  .box--card-split {
    min-height: 8.6875rem;
    position: relative;
    padding-left: 40%; }
    .box--card-split .box--card-body h3.gamma {
      font-size: 1.0625rem;
      line-height: 1.05882; }
    .box--card-split .img-wrap {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 40%;
      padding: 0;
      height: auto;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .box--card-split .img-wrap img {
        display: none; } }

.box--card-split-large:after, .pane-bundle-alumni-story-card .box--card:after {
  content: "";
  display: table;
  clear: both; }

.box--card-split-large img, .pane-bundle-alumni-story-card .box--card img {
  float: left; }

.box--card .media-related {
  background: #f5f5f8;
  position: relative;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media screen and (min-width: 31.25em) {
    .box--card .media-related {
      padding-top: 0.875rem;
      padding-bottom: 0.875rem; } }
  .box--card .media-related:after {
    content: '';
    display: block;
    height: 10000px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: #f5f5f8; }
  .box--card .media-related .content-type {
    color: #617382; }
  .box--card .media-related .media {
    margin-top: 0; }
  .box--card .media-related .media--image .media-i {
    max-width: 5.125rem; }
  .box--card .media-related a {
    text-decoration: none; }
    .box--card .media-related a:focus, .box--card .media-related a:hover {
      text-decoration: underline; }
  @media print {
    .box--card .media-related {
      padding: 0; }
      .box--card .media-related:after {
        display: none; } }

.box-card--half-width {
  padding-bottom: 0; }
  .box-card--half-width h3 {
    font-size: 1rem;
    line-height: 1;
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal; }
    @media screen and (min-width: 59.375em) {
      .box-card--half-width h3 {
        font-size: 1.1875rem;
        line-height: 1.21053; } }
  .box-card--half-width.media--image > .media-i,
  .box-card--half-width.media--image > .media-b {
    padding-bottom: 1.25rem; }
    @media screen and (min-width: 31.25em) {
      .box-card--half-width.media--image > .media-i,
      .box-card--half-width.media--image > .media-b {
        padding-bottom: 1.75rem; } }
    @media print {
      .box-card--half-width.media--image > .media-i,
      .box-card--half-width.media--image > .media-b {
        padding-bottom: 0; } }
  .box-card--half-width.media--image > .media-i {
    margin: 0;
    min-width: 0;
    max-width: none;
    width: 100%;
    padding-bottom: 33.3333%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media screen and (min-width: 31.25em) {
      .box-card--half-width.media--image > .media-i {
        float: left;
        width: 50%; } }
    @media screen and (min-width: 46.875em) {
      .box-card--half-width.media--image > .media-i {
        width: 33.3333%;
        padding-bottom: 20%; } }
    @media screen and (min-width: 59.375em) {
      .box-card--half-width.media--image > .media-i {
        width: 50%;
        padding-bottom: 40%; } }
  .box-card--half-width.media--image > .media-b {
    padding-top: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .box-card--half-width.media--image > .media-b {
        padding-top: 0.875rem; } }
  .box-card--half-width .media-related {
    margin-top: 0;
    padding: 1.25rem 0.625rem;
    clear: left; }
    @media screen and (min-width: 59.375em) {
      .box-card--half-width .media-related {
        padding: 1.75rem 0.875rem; } }
    @media print {
      .box-card--half-width .media-related {
        margin-top: 1.25rem; } }
    .box-card--half-width .media-related .media-i,
    .box-card--half-width .media-related .media-b {
      margin-top: 0; }
    .box-card--half-width .media-related .epsilon {
      font-size: 0.875rem;
      line-height: 1.35714;
      font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
      font-style: italic;
      letter-spacing: normal;
      font-weight: normal;
      text-transform: none;
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
      @media screen and (min-width: 59.375em) {
        .box-card--half-width .media-related .epsilon {
          font-size: 1.1875rem;
          line-height: 1.36842; } }
      @media screen and (min-width: 59.375em) {
        .box-card--half-width .media-related .epsilon {
          margin-left: 0.75rem;
          margin-right: 0.75rem; } }
      @media print {
        .box-card--half-width .media-related .epsilon {
          margin-left: 0;
          margin-right: 0; } }
    .box-card--half-width .media-related hr {
      margin: 0.5rem; }
      @media screen and (min-width: 59.375em) {
        .box-card--half-width .media-related hr {
          margin: 0.75rem; } }
      .box-card--half-width .media-related hr + * {
        margin-left: 0.5rem;
        margin-right: 0.5rem; }
        @media screen and (min-width: 59.375em) {
          .box-card--half-width .media-related hr + * {
            margin-left: 0.75rem;
            margin-right: 0.75rem; } }
      @media print {
        .box-card--half-width .media-related hr {
          margin-left: 0;
          margin-right: 0; } }
    .box-card--half-width .media-related .media-i {
      max-width: 4.5rem; }
    .box-card--half-width .media-related .media-b > p:first-child {
      font-size: 0.75rem;
      line-height: 1.41667; }
      @media screen and (min-width: 59.375em) {
        .box-card--half-width .media-related .media-b > p:first-child {
          font-size: 1rem;
          line-height: 1.4375; } }
      .box-card--half-width .media-related .media-b > p:first-child a {
        text-decoration: none; }
        .box-card--half-width .media-related .media-b > p:first-child a:focus, .box-card--half-width .media-related .media-b > p:first-child a:hover {
          text-decoration: underline; }

.box-card--split .img-wrap {
  padding-bottom: 50%; }
  .box-card--split .img-wrap + .box--card-body {
    margin-top: 0; }
    @media print {
      .box-card--split .img-wrap + .box--card-body {
        margin-top: 1.25rem; } }

.box-card--split .box--card-body {
  margin-top: 0;
  padding-bottom: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .box-card--split .box--card-body {
      padding-bottom: 0.875rem; } }
  @media print {
    .box-card--split .box--card-body {
      padding-bottom: 0; } }

.box-card--wide {
  padding-top: 50%;
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;
  position: relative; }
  @media screen and (min-width: 25em) {
    .box-card--wide {
      padding-top: 1.25rem;
      padding-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .box-card--wide {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem; } }
  .box-card--wide.media--image {
    padding-left: 1.25rem; }
    @media print {
      .box-card--wide.media--image {
        padding-top: 1.25rem !important; }
        .box-card--wide.media--image .media-i {
          display: none !important; } }
    @media screen and (min-width: 25em) {
      .box-card--wide.media--image {
        padding-left: 36.5384615385%; } }
    .box-card--wide.media--image .media-i {
      width: 100% !important;
      padding: 0;
      margin: 0;
      height: 0;
      max-width: none;
      min-width: 0;
      padding-bottom: 50%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      .box-card--wide.media--image .media-i .img-wrap {
        padding-bottom: 69.1489361702128%; }
      @media screen and (min-width: 25em) {
        .box-card--wide.media--image .media-i {
          width: 36.5384615385% !important;
          height: auto;
          padding-bottom: 0;
          right: auto;
          bottom: 0; } }
    .box-card--wide.media--image .media-i,
    .box-card--wide.media--image .media-b {
      margin: 0; }
    .box-card--wide.media--image .media-i + .media-b {
      padding-left: 0;
      padding-right: 1.25rem; }
      @media screen and (min-width: 25em) {
        .box-card--wide.media--image .media-i + .media-b {
          padding-left: 1.25rem; } }
      @media screen and (min-width: 59.375em) {
        .box-card--wide.media--image .media-i + .media-b {
          padding-left: 1.75rem;
          padding-right: 1.75rem; } }
    .box-card--wide.media--image .media-i {
      margin-right: 1.25rem; }
      @media screen and (min-width: 59.375em) {
        .box-card--wide.media--image .media-i {
          margin-right: 1.75rem; } }
  .box-card--wide p {
    font-size: 0.75rem;
    line-height: 1.41667; }
    @media screen and (min-width: 59.375em) {
      .box-card--wide p {
        font-size: 1rem;
        line-height: 1.4375; } }
    .box-card--wide p.content-type {
      font-size: 0.75rem;
      line-height: 1.41667; }
      @media screen and (min-width: 59.375em) {
        .box-card--wide p.content-type {
          font-size: 0.8125rem;
          line-height: 1.15385; } }

.box-card--full-width {
  padding: 0;
  position: relative; }
  .box-card--full-width h2 {
    font-size: 1.25rem;
    line-height: 1;
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal; }
    @media screen and (min-width: 59.375em) {
      .box-card--full-width h2 {
        font-size: 2.125rem;
        line-height: 1.26471; } }
  .box-card--full-width .pullquote {
    padding-left: 1.875rem; }
    @media screen and (min-width: 59.375em) {
      .box-card--full-width .pullquote {
        padding-left: 2.1875rem; } }
  @media screen and (min-width: 46.875em) {
    .box-card--full-width {
      min-height: 15.625rem; } }
  .box-card--full-width.media--image {
    padding: 0; }
    .box-card--full-width.media--image > .media-i {
      width: 100%;
      max-width: none;
      padding: 0 0 50%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      @media print {
        .box-card--full-width.media--image > .media-i {
          padding: 0; } }
    @media screen and (min-width: 31.25em) {
      .box-card--full-width.media--image {
        overflow: hidden; }
        .box-card--full-width.media--image > .media-i {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 50%;
          margin: 0;
          padding: 0;
          background-color: #384653; }
        .box-card--full-width.media--image > .media-b {
          width: 50%;
          float: right;
          padding: 0;
          overflow: visible; } }
    @media screen and (min-width: 59.375em) {
      .box-card--full-width.media--image > .media-i,
      .box-card--full-width.media--image > .media-b {
        min-height: 23.125rem; } }
  .box-card--full-width .media-content h2 {
    font-size: 1.25rem;
    line-height: 1;
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
    @media screen and (min-width: 59.375em) {
      .box-card--full-width .media-content h2 {
        font-size: 2.125rem;
        line-height: 1.26471; } }
  .box-card--full-width .media-content blockquote.pullquote p {
    font-size: 1rem;
    line-height: 1.25; }
    @media screen and (min-width: 59.375em) {
      .box-card--full-width .media-content blockquote.pullquote p {
        font-size: 1.5rem;
        line-height: 1.375; } }
  .box-card--full-width .media-content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
    @media screen and (min-width: 31.25em) {
      .box-card--full-width .media-content {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    @media screen and (min-width: 59.375em) {
      .box-card--full-width .media-content {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        padding-top: 1.75rem;
        padding-bottom: 1.75rem; } }
  .box-card--full-width .media-related {
    padding: 1.25rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -1.25rem;
    margin-right: -1.25rem; }
    @media screen and (min-width: 31.25em) {
      .box-card--full-width .media-related {
        margin: 0; } }
    @media screen and (min-width: 59.375em) {
      .box-card--full-width .media-related {
        padding: 1.75rem; } }
  .box-card--full-width .media-related hr {
    margin: 0.625rem 0.5rem; }
    @media screen and (min-width: 59.375em) {
      .box-card--full-width .media-related hr {
        margin: 0.875rem 0.75rem; } }
  .box-card--full-width .media-related .layout-split-2 .epsilon {
    font-size: 0.875rem;
    line-height: 1.35714;
    font-style: italic;
    letter-spacing: normal;
    font-weight: normal;
    text-transform: none;
    font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
    margin-bottom: 0.625rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
    @media screen and (min-width: 59.375em) {
      .box-card--full-width .media-related .layout-split-2 .epsilon {
        font-size: 1.1875rem;
        line-height: 1.36842; } }
    @media screen and (min-width: 31.25em) {
      .box-card--full-width .media-related .layout-split-2 .epsilon {
        margin-bottom: 0.875rem;
        margin-left: 0.75rem;
        margin-right: 0.75rem; } }
  .box-card--full-width .img-wrap {
    padding-bottom: 66.666666%; }

.box--card-inline .box--card-body > * {
  flex: auto; }
  @media screen and (min-width: 59.375em) {
    .box--card-inline .box--card-body > * {
      margin-top: 0; } }

.box--card-inline .box--card-body h3 {
  text-transform: uppercase;
  font-size: 1.3125rem; }

.box--card-inline .box--card-body p {
  margin-top: 12px; }

.box--card-inline .box--card-body .card-inline-content {
  font-size: 1rem; }

.box--card-inline .box--card-body .field-label {
  display: none; }

@media screen and (min-width: 59.375em) {
  .box--card-inline .box--card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    .box--card-inline .box--card-body p {
      margin-top: 0; } }

@media screen and (min-width: 81.25em) {
  .box--card-inline .box--card-body a {
    margin-top: 0;
    float: right; } }

.pane-bundle-icon-cards .field-collection-view {
  padding: 0;
  padding-bottom: 0.625rem; }
  .pane-bundle-icon-cards .field-collection-view > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-icon-cards .field-collection-view > * {
        padding-left: 0.875rem;
        padding-right: 0.875rem; } }
  .pane-bundle-icon-cards .field-collection-view > .icon-card {
    padding-left: 0;
    padding-right: 0; }
    .pane-bundle-icon-cards .field-collection-view > .icon-card + * {
      margin-top: 0.625rem; }
      @media screen and (min-width: 59.375em) {
        .pane-bundle-icon-cards .field-collection-view > .icon-card + * {
          margin-top: 0.875rem; } }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-icon-cards .field-collection-view {
      padding-bottom: 0.875rem; } }

.icon-card {
  height: 0;
  background: #8996a0;
  width: 100%;
  padding-bottom: 32%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }
  @media screen and (min-width: 46.875em) {
    .icon-card {
      padding-bottom: 50%; } }
  @media print {
    .icon-card {
      display: none !important; } }
  .field-collection-view .icon-card + h3 {
    font-size: 1rem;
    line-height: 1; }
    @media screen and (min-width: 59.375em) {
      .field-collection-view .icon-card + h3 {
        font-size: 1.1875rem;
        line-height: 1.21053; } }

.icon-card-course-search-results {
  background-image: url('/sites/all/themes/harvard/a/images/graph-browse.gif');
  background-image: url("data:image/gif;base64,R0lGODlhdgF6ALMAANvnyNLiuuXu18PRrc3etbfFocfaqtrsvsvcr9XnusTYpoyfcN3wv9jruv///8PXpCwAAAAAdgF6AAAE//DJSau9OOvNu/9gKI5kaZ5oqq5s675wLM90bd94ru987//AoHBILBqPyKRyyWw6n9CodEqtWq/YrHbL7Xq/4LB4TC6bz+i0es1uu9/wuHxOr9vv+Lx+z+/7/4CBgoOEhYaHiImKi4yNjo+QkZKTlJWWl5iZmpucnZ46DqGiow4YAaeoqaqrrKw+CKSkBhcIrba3rASfXLGkGL3AwcKlPbDBsxYCw8vDArtbwxgA09TV1tfY2K/CyBUE2eDh2AHPWtFoxsDd5YHnZ+m96+x/7mbwsfLzffVl97L67YRhMECwoMGDCBMqXJivhb9RDRUwnEiRIsAl/CYw28hx1IyHov8aKutIMuNFIiYfCFjJsqXLlzBjynQmA2SohgFm6ty582QScWkMhFPgs6jRo0iTKl3KtKnTp1CjSp1KtarVq1izat36iYHXr2DDih1LtqzZs2jLcvWTtq3bt3DRru0Tt67du2rn7sHLt29cvXv9Ch5MFrAewogTGwaR0srZBAsiS558ILHlr4s/pCxJcsbjyaAXVBY7ILTp06gnF7ib2cNmzhw9m4WMenTY0qlz615tt3WHxlU+17582TcH4FSEn7ZNnLDxDcinKDfNvLng5xqiS5keurr1vtgzaI/CHbT373jD/xJ4AbZ7XyfKUx6LW7f9+5PPqm/P3sL7/8SYIJ//ZOfVh9+Buem3XwXjQTFgZOeh19uCbUhooVkUVnjhhmFlyAaHIHrl4RohgjiiGiVyeGIaKW644oswxijjjDTW+EQDOOao44489ujjj0AGKaSPNoYx5JFIJqlkkEWCseSTUEZJZJNeSGnllUpSWSWWXHbZo5ZdeCmmmGByEeQAaKap5gBjtpljCkKBQ1SZNQSZm48F5Knnnnz26aefUaZgkwM48WQoTAAUaWdqPiLoaKAoDCoSgMLQVOOiqPmYwKacdurpp6CCCukJkl4gUUWoJqQokHe62aag3NBZJ6uMujomrMfISgOmp9l6a6Sx6ioDr6b5SiawuQobA7Gh+bjmkbPQRivttGz+iKs6F3wjzrbcZnMis6A16ui4vVqLLLbJUArbt7Rm2iMB8MYr77z01mvvvQQAeW08tODi77+2sGvswEwqWwXBCJtr8BQJN7zjwlQ4LHEDEDM8ccMVS3Exxhl37PHHIIcs8sgkl2zyySinrPLKLLfs8sswxyzzzDTXbPPNOOes88489+zzz0AHHQEAOw==");
  background-color: #C3D7A4; }
  @media screen and (min-resolution: 1.5dppx), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi) {
    .icon-card-course-search-results {
      background-image: url('/sites/all/themes/harvard/a/images/graph-browse@2x.gif');
      background-image: url("data:image/gif;base64,R0lGODlh7AL0ALMAANvnyNLiuuXu18PRrc3etbfFocfaqtrsvsvcr9XnusTYpoyfcN3wv9jruv///8PXpCH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwMTQgNzkuMTU2Nzk3LCAyMDE0LzA4LzIwLTA5OjUzOjAyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMzExRDY4M0JCQUYxMUU0QUVFRkE4QzZDRjY3NzhDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyMzExRDY4NEJCQUYxMUU0QUVFRkE4QzZDRjY3NzhDMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjIzMTFENjgxQkJBRjExRTRBRUVGQThDNkNGNjc3OEMxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIzMTFENjgyQkJBRjExRTRBRUVGQThDNkNGNjc3OEMxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAOwC9AAABP/wyUmrvTjrzbv/YCiOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ikcslsOp/QqHRKrVqv2Kx2y+16v+CweEwum8/otHrNbrvf8Lh8Tq/b7/i8fs/v+/+AgYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqq6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+/wADChxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyD/Q4ocSbKkyZMoU6pcyZIQAgcwY8qcSdOAsJc0c+a02dIfTp1AYfLsgCCA0aNIkypdyrSp06dHCbD5GVTnUA5FoWrdynWr1J6nqFat+UHA2LNo06YVMFXtzKsbzLqdSxctW7CmxKqFq0Fu3b+AZd5Vozct3wx+AyumOxjvqMJoD2NIvLiy3bZ1JV+gbLkz0MaOQ0E+q9kCAQCoU6tezbq169ewY6cOgJlu6QqnZevezXs37dCP/96+NXrscODtilc9Xkt5UObI1TkHCn3WdKvR713feVN4dnvbyQYL//Z7PfIyq8tCH1O9+XHshXbP/H5efAfuYd3PX//b/vm29RfP/38eKGDAgQgmqOCCDDbo4IMQRijhFQR2YKCEGGao4YYZClhIhRxw5tmIlVHonQcikqjiXx66dGIHKa4oo1om0ofijDjW1eIgIMaV4480WtFjX0AWOdaOggyZQQACNOnkk1BGKeWUVFZp5ZVY1higB0xi6eWXYIb5JZKBKLmLmWSOY0BvqykgzJpspuZmmnTWaeedeOap55589unnn4AGKuighBZq6KGIJqrooow26uijkEYq6aSUVmrppZhmqummnHbq6aeghnoNA6SWauqpqKaq6qqsturqq7DGKuustJIqqju15qrrrrz26mutt7bz67DEFmvssbYGuw6yzDbr7P+zpSq7LLTUVmstrdKqc+223HYbbbboeCvuuM6CGy656Kbrq7nnqOvuu7Oyaw689Narqrzl2KuvvviSs++/8PYLgwIEFGzwwQgn3AqvXSUF8MOoCvwCmqPsmsACGGes8cYcHwDxxwxI7ALFFQQQ58ko62aFxRy37LLHsAYwwMw012zzzTjnrPPOPNOMwLYit0AyBTEaydjKul7s8tIZw/zqAExHLfXUVC9dANBBrzD0BEUb7RZoUbBc9cZOuwr12GinjfbV12at9Yshel0Z2FCIrXbZrZ6t9t58t8y2tW6rsLUECCRs+OGIJ6744oYjnavSd8faQMOUV94V1oGfMLj/J3anjTfI/GauOdyodI7256DXK/roNqpi+tiopx7w6iVs3snrVccuu7u01076KbhTrfvu6fZOgu2cBD/18MSTa/wIyG+ivNTMNy/u8yJEr8n0UVdvfbfYh6B9Jtwz7f33mIdP1O8ZFM74+/DHLz/8QZS/9PkMTG75/vz3j5Su6vvA5romNxzVL2l8w5/e+sbABqoNgAFcX+viVsACHvBxCYzVAh3IwQ4uDYIR3MAAK2hBINjvZRr0oApXqDEQhrB97MOAyVJGwxra8IK1gpznYiWznvnwh0AMohBp5sIXXmB8mDhhy/CHvmoZUQMEm1/BFrar/TVxdk9UxhW3mKss/y6Di2CUlRe1GMYytmqMyTCjGu+FxmOs8Y2maqMb4QhHORqDjnW0IzHw+EY97pGPavTjMAAZSEEGg5BmNKQiF8nIRjrykZCMpCQnSclKWvKSmMwkNxrAyU568pOgDKUoR0nKUprylKhMpSpXyUpOahIWrYylLGdJy1raspWvfMUtd8nLXvryl67MZSuAScxiGvOYnRTmMJHJzGY6k5XKZMUzp0nNaiYzmqqwpja3aUxsZpOb4AynLb2ZCnGa85yrJCcq0MnOdopSnadwpzzlCU9TzPOe6KxnKWaZgCHSDJ8ABaUQ4HSyOekzC7MMAN8SENCGNkAISDxoERK60FQioP8AGM2oRjfK0Y569KMgDWlGBzBNiMbwAl0Sk0pXWiUAvJKie2MoKgvAwppyrAAlDcIISfgXulESpmqT6SlpatOiLgCnzzTpBH3E07r4dJJATZtQTUlUo9YUqc5U6pZg1FSnvlSWCo2pKhNA1rKa9axoTata18rWtpo1p0DY3IU4RNe6QuirsQxrUB0aUK3OhT8SnShYK8pXfPrVLYAN7BCiirapFtadh92LYq/A2LE59rHsjKxhJmuFylbtspg9p2Yjw9kqeJZqoA2tOEdLmtJS4bRTS61qwcla47h2CrCVmmxnu83aLue2Usht1HbLW2v69jnAjYJwmUZcTxLAn9D/ja50dSbL41LnA7mxoXa3uxs9Lndpze1kVa1K3qpVV6cntQABu+oZ7w5WrDMtr3ypdt64prcC62WvZdybV8IOdb4AZlp9f7BT/eaIv63Uq1RTGQApOvjBEEbcgH2wuaz478IY3gqCWangxhY3n+hdanKX8OESz3LEmDCxiqGJYkus+MWobLGLYUzjUcq4EjXOsUBvPAkd+ziYPI7Ej30cZEkMWcdFFvKRa5xkSCyZyU12xJNpHGUpT/nFVc6ylrfM5S57+ctgDrOYx0zmMpv5zGhOs5rXzOY2u/nNcI6znOdM5zrb+c54zrOe98znPvv5z4AOtKAHTehCG/rQiE60I6IXzehGO/rRkI60pCdN6Upb+tKYzrSmN83pTnv606AOQwQAADs="); } }

.icon-card-course-path {
  background-color: #ffdb6d;
  background-image: url('/sites/all/themes/harvard/a/images/graph-paths.gif');
  background-image: url("data:image/gif;base64,R0lGODlhdgF6ALMAAPrnsP/llvXWd////+zcqMSnTtG3Z7ybN+POjv/iiP/229nBd/vZcsChQ//ww//bbSwAAAAAdgF6AAAE//DJSau9OOvNu/9gKI5kaZ5oqq5s675wLM90bd94ru987//AoHBILBqPyKRyyWw6n9CodEqtWq/YrHbL7Xq/4LB4TC6bz+i0es1uu9/wuHxOr9vv+Lx+z+/7/4CBgoOEhYaHiImKhw6Njo+QkZKTlJWWl5OLmjmYnZ6foJabozWhpqeomaSrMKmur6Cssi2wtbaqs7knt7y8ur8lvcKwwMUhlAfJyssIkwTP0NHS09TUrsbYHcjL3M2RANzh4uPjBdfZ6Bjb496R1e/w1efp9BPr4u3DwvX8D/fh+fT56kfvXzeBwwgWnETuQECEtRSmM8hsEoCLGDNq3Mixo0dMEv/RUVT20AG4hihTogQZEtvIZCUBIJhJs6bNmzhz6mTZshgljxch9uppTKhRUUSBHV0qKalSplAbOf0VNepUXVWhXs3VCVrWV1v7KQtL1sjYsmiDnE3LlsfatnBvvI1LV8bcunhb3M3LF8XevoBH/A1czIDKw4hVPlhGgfEExxIgL34rufKBAoTHJN7MmdvkZI0piwb9ePSB0KQjJ2uQOUzn14kNfD5dOvVs1LRV27a8e3DrK77pCAj+mwrx4siPI/+tfHnm5s4DQ38zPXqS6m2wWw/CuvYEBrLp5P5MAfP2Jge6k3/A4ED4OanXXj6Pfj759u7r7E1mnr4SZZgpg1//fuLNBaB/SyxTgDjvyeGZbvYhiMRw5KhXoIAPSpgEheFYSMeA4WjIBIfKeFgHiNqJmAOJJtqBoopOUNjiHQPC+IQAM+LRno089ujjj0AGKeSQRBZp5JFIDjHAkkw26cAdTUa5ZJI4SOnkBQxYqeWWXA7ARJcYdCmmmEZy+aQFWY6pppVfchnmmnAyWeaWZ9YBJpU2mAmlm3jWoKcdd/Y5w5928imoDITSEeihMCT6XZyQcplAEItSEOmlUgJgo6MSpInpp5MCUekEn5aqKYycxjEqo6y26uqrsMYq66y01mrrrbjmquuuvPbq66/ABivssMQWa+yxyCar7LLMNuvsELPQRivttNRWa+212Gb7WwQAOw=="); }
  @media screen and (min-resolution: 1.5dppx), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi) {
    .icon-card-course-path {
      background-image: url('/sites/all/themes/harvard/a/images/graph-paths@2x.gif');
      background-image: url("data:image/gif;base64,R0lGODlh7AL0ALMAAPrnsP/llvXWd////+zcqMSnTtG3Z7ybN+POjv/iiP/229nBd/vZcsChQ//ww//bbSH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwMTQgNzkuMTU2Nzk3LCAyMDE0LzA4LzIwLTA5OjUzOjAyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMzExRDY4N0JCQUYxMUU0QUVFRkE4QzZDRjY3NzhDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyMzExRDY4OEJCQUYxMUU0QUVFRkE4QzZDRjY3NzhDMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjIzMTFENjg1QkJBRjExRTRBRUVGQThDNkNGNjc3OEMxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIzMTFENjg2QkJBRjExRTRBRUVGQThDNkNGNjc3OEMxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAOwC9AAABP/wyUmrvTjrzbv/YCiOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ikcslsOp/QqHRKrVqv2Kx2y+16v+CweEwum8/otHrNbrvf8Lh8Tq/b7/i8fs/v+/+AgYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqq6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+/wADChxIsGAVBwgTKlzIsKHDhxAjSpxIsaLFixgdGNw4JqPHjyD/Q4ociZGjyS8kU6pcybKlxpMwtbicSbOmTYQxc165ybOnz5I6g0r5SbSoUZxCkzo5yrQpTaVQlzidSnVk1KtHqmrdahGr1yFcw4pt+LXsj7Fox5pduyOt261s4954S3eq3Lsz6uo9irfvC4wLDggeTLhwYQR7E7/0yzgFYMOQISOuSKCy5cuYM2vezLmz58tMG4s+8TiyacGTJwI4zbq169emC4QeTVtEadiDU0tcjbu3796y+dYe7uF2b90Ref9ezhxycKPEo28wjht5xM/Ys2vfPlu69wrUYVtXnPa7+QnhX48nr/a8+fSu17MP6/79xcC/5c+HW987/Nb67VdV/3/+3bdcgALaRWB0/7GGYIJNLciggflBiJaExDV42oMWQodhbRqaxiFCAJRo4okopqjiiiy26OKLMFr1IW0hRjaics3lqONvMs4oWo2SVYTjjkQWaVqPPjIGpGE3Gunkk4QhmWRfSx4mJAJYZqnlllx26eWXYIYp5phSTnlXlYSN2OFPZip5EYwsrklfm1TKaSdFdNZ5554P5YkXn4CS5adcgRaa0KCEGlooonEpuiijazkaKKSRSsonpWZZeimmX2m6J6edemonqF6plJmowpF6XgGFCaDqq36wSpirsNaah6yD0WrrrnTgKpiuvAb7hq8HACvssWoQayyyzJahbP+z0JrxbLTUhjFttdhycW223F6xbbfgSvFtuOQ2MW656CJxbrrsDrFuu/D68G689OYwb7340nBvvqIxIMC/AAcs8MAEF2zwwQgnrHDC0zLg8MMOYwAxxBJPHPEFFl9sQcYMVGyxxxPzOwwDBkBp8smvuSqAcxesbFgBLUPWQMyGzWyBy4XZXAEDkWHcswX4CVbAAiLTUjLKSCfd6gM4EwbzzSxDXTPNOVNNmM4U8AyZz1sDbRjRRcfSgNJkJ61y1BU0PdjTacts9WBYT6C2YHFLoLVhXOPtddVhw1L23yef/fLbQhN+QN1Muy013zv/3HjXFQRNWMd9uwL45UYaIMH/3AewTQHnnsuteNtTL3513oWhTtgFkudaueWYx85cAwZQDrrhoW8++ue7i17643oDn/reS7/OimGUp+Pv2LMaf3xhyauzgAHUUx+986cgj/32JmjP/fcheA/++ByIT/75F5iP/voSqM8++u6/T3785iAgAAILYHm9/JnQXw7zg9kf/y7hP3IA8FcD5EQBx3HAYiUwEgtYVvug1zKwYeN+GGigBB9gwQcSYgENkKD7GFAAzWUDAQ60gAYvYIDceRAQgQmhBdRHwgOY8IKoUWHxKFAyF77QD/iRIQXMV0MbagOFOaTACnlYuB8OImgFAJb4imjEbDQNATysnvWY2EQn/wZCclGcgPeoWEVsIDE3HThaF734h9aF8QHaI2MZrzE3LGpAjWtkYx9a1zlXIU+Oc7TGGdOUATzmUY974GMfDSMAYgnmhnS0EQvRhkg+KLJzL4sMJK3BOQRycXCV7EMjmyNEbJDMNLoyJGE6GEo9jPI3pdSGKnN1ysiwspWudGRrYrmNWT7SNLfEZS5xw8tt1BI2wRTmMF1TTG4cszXJVOYyT9PMbjwTmNIcxCsjU01vXPNr2SSEABoItw2C45uDiWY4+TDOmpkzHOhU5zrZecBujuOa8pwnPen2TnIcM5/6pKc9zXFKgAaUnf1Ehx0PytCGOvShEI2oRCdK0Ypa9P+iGM2oRjfK0Y569KMgDalIR7qzBJj0pChNqUq/odKWupSkXADAAGZK05ra1KaL2UYAbsrTnsJ0CzLtqVBnmlMOwOmoSE3qihCx06EKVQEgCIBSp0rVFyUgo0F1Kk+LqgEGaPWrYA2rWJkqVpuCQAFlTatawxoArK6Vqxnw6lrnStebklWtUP0AWuvK17m2FaNZLStcJdbXwqr1rofVq2EXC9a/XjSwYh0sBlxK2cpa9rKYbSliy5pXD2T2s6AN7UvdqlbJVqOpif0pFiAbVtNSA7WcVW0WWAtW104DtmWV7Wrf6g3chrWzuqUCbb9qW2n4NqzBtcJwtVrcaBz3q8D/TW4UluvU5kLjuV+VrnB52w3sOjW62nUCdYdq3Wd416nhlcJ4hVreALj3vfCNr3znS9/62ve++M3vHM77VBAkIL8ADrCABxzgqypzvT21rlwZy2AGGxgO/BXqWRtMYcMCQJoI3uoHFlzhDs/1wW+IME/Bq4G9evjEZb3wgbnbAQ6j+MVaBbEbRMzTCcP4xkNVsTAzfNP2EvjHQA4yfve7VhJn4L9CTrKSgSzjUPIYp72da3qnTOUqW/nKWM6ylrfM5S57+ctgDrOYx0zmMpv5zGhOs5rXzOY2u/nNcI6znOdM5zrb+c54zrOe98znPvv5z4AOtKAHTehCG/rQiE60N6IXzehGO/rRkI60pCdN6Upb+tKYzrSmN83pTnv606AOtahHTepSm/rUqE61qlfN6la7+tV7iAAAOw=="); } }

.icon-card-calendar {
  background-color: #4177b9;
  background-image: url('/sites/all/themes/harvard/a/images/graph-sml-calendar.png');
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAABACAMAAABsvNphAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTJFQzE2RjlDOUMyMTFFNDk0NEJBRDAyMDY1QjE3MDMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTJFQzE2RkFDOUMyMTFFNDk0NEJBRDAyMDY1QjE3MDMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MkVDMTZGN0M5QzIxMUU0OTQ0QkFEMDIwNjVCMTcwMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MkVDMTZGOEM5QzIxMUU0OTQ0QkFEMDIwNjVCMTcwMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgBalbcAAAAbUExURSZamVaEupa75lqHvpe7557B7B5UlP///////79VS3kAAAAJdFJOU///////////AFNPeBIAAAB1SURBVHja7NfRCoAgDIXhmZW9/xNHmtFuMkYZjf/cyEC+qzNBWZ6N4OHhGbyUmgee8uYjtzx1u49naQheV2+6iBsvlexeyK0NVRlKi/G+8qJsidUb8yie+veix/vn0DvtR3PE+5/Hfvj0bOnl8V/Fw9NZBRgAemWWrd9uMRIAAAAASUVORK5CYII="); }
  @media screen and (min-resolution: 1.5dppx), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi) {
    .icon-card-calendar {
      background-image: url('/sites/all/themes/harvard/a/images/graph-sml-calendar@2x.png');
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ4AAACACAMAAADNhyCiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTJFQzE2RkRDOUMyMTFFNDk0NEJBRDAyMDY1QjE3MDMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTJFQzE2RkVDOUMyMTFFNDk0NEJBRDAyMDY1QjE3MDMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MkVDMTZGQkM5QzIxMUU0OTQ0QkFEMDIwNjVCMTcwMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MkVDMTZGQ0M5QzIxMUU0OTQ0QkFEMDIwNjVCMTcwMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvTZh48AAAAbUExURZa75jVopMXT41iAsJe8557B7B5UlP///////0ouoagAAAAJdFJOU///////////AFNPeBIAAACwSURBVHja7NhJCoAwEEXBOHv/E+syGkEcaCLW20lDqOXHNFddwsPDw8PDw8PDw8PDq4M3rT3/wsPDw8O7wBvLuvYtXtsVj+Ph5byoVYKHh4eH9x/ecDM8PLwY3pS346V8W6bCsjnj4eHh4eFVzeubrL7gbc4WCx4enr8EeHh4eHh4wbzjMX94PTnj4eHh4eHhWSx4eHh4eHjxvMjw8GoLDw8PDw8PDw8PD++jvEWAAQBQqFuHTR2ghwAAAABJRU5ErkJggg=="); } }

.field-collection-view.view-mode-small {
  position: relative;
  padding: 0.625rem;
  padding-left: 6.25rem;
  background-color: #e5e6e7; }
  @media screen and (min-width: 59.375em) {
    .field-collection-view.view-mode-small {
      padding: 0.875rem;
      padding-left: 6.25rem; } }
  .field-collection-view.view-mode-small h3, .field-collection-view.view-mode-small p {
    display: inline-block;
    margin: 0; }
  .field-collection-view.view-mode-small h3 {
    margin-right: 1em; }
  .field-collection-view.view-mode-small .icon-card {
    position: absolute;
    right: auto;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5rem;
    height: auto;
    padding: 0; }
  .field-collection-view.view-mode-small .i-right-arrow {
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
    font-size: 0.75rem;
    line-height: 1.25;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding-right: 1.125rem;
    background-size: 0.75rem 0.75rem;
    background-position: right; }
    @media screen and (min-width: 59.375em) {
      .field-collection-view.view-mode-small .i-right-arrow {
        font-size: 0.9375rem;
        line-height: 1.53333; } }
    .field-collection-view.view-mode-small .i-right-arrow:hover, .field-collection-view.view-mode-small .i-right-arrow:focus {
      text-decoration: underline; }

.pane-bundle-pane-with-embedded-pane-at-the-bottom,
.pane-bundle-icon-cards-with-header-and-body-content {
  background: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 1.25rem; }
  .pane-bundle-pane-with-embedded-pane-at-the-bottom .pane-header h2,
  .pane-bundle-icon-cards-with-header-and-body-content .pane-header h2 {
    font-size: 1.1875rem;
    line-height: 1.15789; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-pane-with-embedded-pane-at-the-bottom .pane-header h2,
      .pane-bundle-icon-cards-with-header-and-body-content .pane-header h2 {
        font-size: 1.4375rem;
        line-height: 1.04348; } }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-pane-with-embedded-pane-at-the-bottom,
    .pane-bundle-icon-cards-with-header-and-body-content {
      margin-bottom: 1.75rem; } }

.card-content {
  background: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 1.25rem; }
  .card-content .pane-header h2 {
    font-size: 1.1875rem;
    line-height: 1.15789; }
    @media screen and (min-width: 59.375em) {
      .card-content .pane-header h2 {
        font-size: 1.4375rem;
        line-height: 1.04348; } }
  @media screen and (min-width: 59.375em) {
    .card-content {
      margin-bottom: 1.75rem; } }

.card-content--header {
  background: #293352;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 0.46875rem 1rem; }
  @media screen and (min-width: 59.375em) {
    .card-content--header {
      padding: 0.65625rem 1.5rem; } }
  .card-content--header + * {
    margin-top: 0; }

.card-content--body {
  padding: 1.25rem 1rem; }
  @media screen and (min-width: 59.375em) {
    .card-content--body {
      padding: 1.75rem 1.5rem; } }

.box--highlight * {
  -webkit-font-smoothing: antialiased; }

@media screen and (min-width: 59.375em) {
  .box--highlight {
    padding: 0.4375rem 1.75rem; } }

.pane-bundle-event {
  background-color: #fff; }
  @media print {
    .pane-bundle-event .event--header,
    .pane-bundle-event .event--date,
    .pane-bundle-event .event--body {
      margin: 0 !important;
      padding: 0 !important; }
    .pane-bundle-event .event--date span.date-display-single,
    .pane-bundle-event .event--date span.day {
      font-size: 0.75rem;
      line-height: 1.41667; } }

.panel-box {
  border-top: 4px solid #8996a0;
  background: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 0.83333rem;
  overflow: hidden; }
  @media print {
    .panel-box {
      border: none; } }

.media {
  _overflow: visible;
  zoom: 1; }
  .media:after {
    content: "";
    display: table;
    clear: both; }
  .media .media-i {
    float: left;
    max-width: 32%; }
    .media .media-i > img {
      display: block; }
  .media .media-b {
    margin-top: 0;
    overflow: hidden;
    _overflow: visible;
    zoom: 1; }
  .media + p {
    margin-top: 1.25rem; }
    @media screen and (min-width: 59.375em) {
      .media + p {
        margin-top: 1.75rem; } }
  .section-faculty-directory .pane-content .media .media-i {
    width: 3.25rem;
    margin-right: 1.25rem; }
    @media screen and (min-width: 31.25em) {
      .section-faculty-directory .pane-content .media .media-i {
        width: 4rem; } }
    @media screen and (min-width: 59.375em) {
      .section-faculty-directory .pane-content .media .media-i {
        margin-right: 1.75rem;
        width: 5.75rem; } }
    @media screen and (min-width: 68.75em) {
      .section-faculty-directory .pane-content .media .media-i {
        width: 6.5625rem; } }

.media-i {
  margin-right: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .media-i {
      margin-right: 0.875rem; } }

.media--stat .media-i {
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  font-weight: bold;
  width: 32%; }

.media--image .media-i {
  min-width: 3.125rem; }

@media print {
  .media {
    _overflow: visible !important;
    zoom: 1 !important; }
    .media:after {
      content: "";
      display: table;
      clear: both; }
    .media .media-i {
      float: left !important;
      max-width: none !important;
      min-width: 0 !important;
      width: auto !important; }
    .media .media-b {
      overflow: hidden !important;
      _overflow: visible !important;
      zoom: 1 !important; }
  .media.media--image .media-i {
    max-width: 25% !important;
    margin-right: 1em !important; }
    .media-related .media.media--image .media-i {
      max-width: 5em !important; }
  .media.media--stat .media-i {
    float: none !important; } }

.media_embed {
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .media_embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

figure {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  background: #e6e7e9;
  float: right;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem; }
  figure:last-child {
    margin-right: 0; }
  @media screen and (min-width: 25em) {
    figure {
      float: left;
      display: block;
      margin-right: 0%;
      width: 41.66667%;
      float: right; }
      figure:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 46.875em) {
    figure {
      float: left;
      display: block;
      margin-right: 0%;
      width: 41.66667%;
      float: right; }
      figure:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    figure {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%;
      float: right;
      margin-left: 1.75rem;
      margin-bottom: 1.75rem; }
      figure:last-child {
        margin-right: 0; } }
  figure img {
    margin: 0;
    width: 100%; }
  .node-type-ad-landing-page figure {
    margin-left: 0;
    margin-bottom: 0; }
    @media screen and (min-width: 25em) {
      .node-type-ad-landing-page figure {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%;
        margin-left: 0;
        margin-bottom: 0; }
        .node-type-ad-landing-page figure:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 46.875em) {
      .node-type-ad-landing-page figure {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%;
        margin-left: 0; }
        .node-type-ad-landing-page figure:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 59.375em) {
      .node-type-ad-landing-page figure {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%;
        margin-left: 0; }
        .node-type-ad-landing-page figure:last-child {
          margin-right: 0; } }
  figure.figure--full-width {
    margin-bottom: 1.25rem;
    margin-left: 0;
    clear: both; }
    @media screen and (min-width: 25em) {
      figure.figure--full-width {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%;
        float: none; }
        figure.figure--full-width:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 59.375em) {
      figure.figure--full-width {
        float: left;
        display: block;
        margin-right: 0%;
        width: 133.33333%;
        margin-left: -16.66667%;
        margin-bottom: 1.75rem; }
        figure.figure--full-width:last-child {
          margin-right: 0; } }
  figure.figure--large {
    margin-bottom: 1.25rem;
    float: left;
    display: block;
    margin-right: 0%;
    width: 83.33333%;
    margin-left: auto;
    margin-right: auto !important;
    clear: both;
    float: none; }
    figure.figure--large:last-child {
      margin-right: 0; }
  figure.figure--medium {
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 46.875em) {
      figure.figure--medium {
        width: 400px;
        margin-right: 1.75rem !important; }
        figure.figure--medium.pull-right {
          float: right;
          margin-left: 1.75rem !important; } }
  figure.figure--small {
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 31.25em) {
      figure.figure--small {
        width: 250px;
        margin-right: 1.75rem !important; }
        figure.figure--small.pull-right {
          float: right;
          margin-left: 1.75rem !important; } }
  figure.pull-right {
    float: right;
    margin-right: 0; }
  figure.figure--video {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-bottom: 1.25rem;
    margin-left: 0; }
    figure.figure--video:last-child {
      margin-right: 0; }
    @media screen and (min-width: 59.375em) {
      figure.figure--video {
        margin-bottom: 1.75rem;
        margin-left: 0; } }
    @media print {
      figure.figure--video {
        display: none !important; } }

figcaption {
  background: #e6e7e9;
  margin: 0;
  padding: 0.625rem 0.625rem; }
  @media screen and (min-width: 59.375em) {
    figcaption {
      padding: 1.25rem 1.25rem; } }
  .media_embed + figcaption {
    margin-top: 0; }
  figcaption p {
    font-size: 0.75rem;
    line-height: 1.41667; }
    @media screen and (min-width: 59.375em) {
      figcaption p {
        font-size: 1rem;
        line-height: 1.4375; } }

.tooltip {
  border-bottom: 1px dashed #a51c30;
  color: #a51c30;
  box-sizing: content-box; }
  .tooltip:after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: .25em;
    background-color: rgba(2, 2, 3, 0.05);
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23F3F3F1%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3Cpath%20fill%3D%22%23596973%22%20d%3D%22M11.8%2013.7c-.6%201.4-1.6%202.6-2.9%202.6-1%200-1.2-.8-1-1.8L9.4%209c.2-.6.1-.8-.4-.8L8.1%208l.1-.5%203.3-.5.1.1-1.9%207.1c-.2.6-.2%201%20.2%201%20.5%200%201.3-1.3%201.6-1.9l.3.4zm.5-9.3c0%20.7-.5%201.2-1.2%201.2-.6%200-1-.4-1-1s.4-1.2%201.2-1.2c.5%200%201%20.3%201%201z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat; }

.jBox-Tooltip {
  margin-top: 0; }

.jBox-content {
  font-size: 0.75rem;
  line-height: 1.41667; }
  @media screen and (min-width: 59.375em) {
    .jBox-content {
      font-size: 0.8125rem;
      line-height: 1.15385; } }

.messaging {
  background-color: #fff;
  border: 2px solid #596973;
  padding: 10px 10px 10px 57px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px !important; }
  .messaging .field-label {
    display: none; }
  .messaging p {
    display: inline; }
  .messaging.info:before {
    content: '';
    background-image: url('/sites/all/themes/harvard/a/images/svg/information.svg');
    width: 47px;
    background-color: #f3f3f1;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    background-size: 100%;
    background-repeat: no-repeat; }
  .messaging.with-title {
    padding: 0; }
    .messaging.with-title .messaging-title {
      -webkit-font-smoothing: antialiased;
      color: #000;
      background: #e5e6e7;
      height: 50px;
      padding: 9px 10px 10px 57px;
      font-size: 18px; }
      @media screen and (min-width: 37.5em) {
        .messaging.with-title .messaging-title {
          font-size: 24px; } }
    .messaging.with-title .messaging-body {
      padding: 10px;
      margin-top: 0; }
    .messaging.with-title:before {
      background-image: url('/sites/all/themes/harvard/a/images/svg/information-white.svg');
      background-color: #a51c30;
      height: 50px;
      min-height: 0;
      background-size: 35px 35px;
      background-position: center; }

.sidebar-pane .pane-content,
.sidebar-pane-alt .pane-content {
  margin-top: 1.25rem; }

.pane-fieldable-panels-pane > h2.pane-title {
  display: none; }
  .pane-fieldable-panels-pane > h2.pane-title + * {
    margin-top: 0; }

.pane-bundle-event.stickyed {
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
  display: none;
  width: 90%;
  left: 5%;
  z-index: 9999;
  color: #fff;
  background-color: transparent; }

.pane-bundle-event.stickyed a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold; }

@media (min-width: 768px) {
  .pane-bundle-event.stickyed {
    width: 90%;
    left: 5%; } }

#closePane {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 5px;
  margin-top: -10px; }

.event--date {
  background-color: #A51C2F !important; }

#closePane:hover {
  color: #eee; }

#paneParent {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10; }

.btn-red-right {
  background-color: #A51C30;
  padding: 7px 10px;
  float: right; }

.header-container {
  margin-top: 0;
  position: sticky;
  top: -30px;
  z-index: 5; }
  .header-container .container {
    height: 100%;
    max-width: 1304px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative; }
  @media screen and (min-width: 59.375em) {
    .header-container {
      top: -90px; } }

header.header {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0;
  position: sticky;
  z-index: 3;
  backface-visibility: hidden;
  top: 0;
  transform: translateZ(0);
  z-index: 1;
  transition: all .2s ease-out; }
  header.header:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 59.375em) {
    header.header {
      padding: 0;
      margin: 0;
      height: 7.75rem; }
      header.header hr {
        display: none;
        border-top: 1px solid #a5b2bc; } }
  @media screen and (min-width: 81.25em) {
    header.header {
      height: 8.75rem; } }
  header.header + main {
    margin-top: 0; }

@media screen and (min-width: 59.375em) {
  header.header:not(.top) .header__logo {
    height: 72px;
    top: 56px; } }

@media screen and (min-width: 68.75em) {
  header.header:not(.top) .header__logo {
    height: 72px; } }

@media screen and (min-width: 81.25em) {
  header.header:not(.top) {
    height: 7.5rem; }
    header.header:not(.top) .header__logo {
      height: 86px;
      top: 50px; } }

@media screen and (min-width: 59.375em) {
  body:not(professional-development) .node-type-ad-landing-page .header {
    height: 5.25rem; } }

@media screen and (min-width: 68.75em) {
  body:not(professional-development) .node-type-ad-landing-page .header {
    height: 5.25rem; } }

@media screen and (min-width: 81.25em) {
  body:not(professional-development) .node-type-ad-landing-page .header {
    height: 5.25rem; } }

.layout-header {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }
  .layout-header:after {
    content: "";
    display: table;
    clear: both; }
  .layout-header .column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .layout-header .column:last-child {
      margin-right: 0; }
  .layout-header .column + .column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .layout-header .column + .column:last-child {
      margin-right: 0; }
  @media screen and (min-width: 59.375em) {
    .layout-header .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 26.31579%; }
      .layout-header .column:last-child {
        margin-right: 0; }
    .layout-header .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 73.68421%; }
      .layout-header .column + .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .layout-header .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 26.31579%; }
      .layout-header .column:last-child {
        margin-right: 0; }
    .layout-header .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 73.68421%; }
      .layout-header .column + .column:last-child {
        margin-right: 0; } }

.header__logo {
  display: block;
  width: 10.125rem;
  height: 4.0625rem;
  margin: 0;
  margin-left: -0.5rem;
  background-size: contain;
  position: relative;
  top: 0.5rem;
  z-index: 5;
  transition: all .25s ease; }
  @media screen and (min-width: 31.25em) {
    .header__logo {
      width: 11.75rem;
      height: 4.6875rem; } }
  @media screen and (min-width: 46.875em) {
    .header__logo {
      margin-left: 0; } }
  @media screen and (min-width: 59.375em) {
    .header__logo {
      height: 6rem;
      width: 15rem;
      position: absolute;
      top: 2rem;
      left: 0.75rem; } }
  @media screen and (min-width: 68.75em) {
    .header__logo {
      height: 6.375rem;
      width: 16rem; } }
  @media screen and (min-width: 81.25em) {
    .header__logo {
      top: 3.125rem; } }
  .header__logo.dce {
    background-image: url('/sites/all/themes/harvard/a/images/dce-logo.png'); }
    @media screen and (min-width: 18.75em) {
      .header__logo.dce {
        width: 11.75rem;
        height: 4.0625rem;
        top: 1.25rem; } }
    @media screen and (min-width: 25em) {
      .header__logo.dce {
        width: 11.75rem;
        height: 4.0625rem;
        top: 1.125rem; } }
    @media screen and (min-width: 31.25em) {
      .header__logo.dce {
        width: 11.75rem;
        height: 4.0625rem;
        top: 0.9375rem; } }
    @media screen and (min-width: 46.875em) {
      .header__logo.dce {
        margin-left: 0; } }
    @media screen and (min-width: 59.375em) {
      .header__logo.dce {
        position: absolute;
        top: 1.875rem;
        left: 0.75rem; } }
    @media screen and (min-width: 68.75em) {
      .header__logo.dce {
        top: 2rem;
        height: 6.375rem;
        width: 16rem; } }
    @media screen and (min-width: 81.25em) {
      .header__logo.dce {
        top: 2.5rem; } }

@media screen and (min-width: 59.375em) {
  body:not(professional-development) .node-type-ad-landing-page .header__logo {
    width: 12.5rem;
    height: 5rem;
    top: 1.0625rem; } }

@media screen and (min-width: 68.75em) {
  body:not(professional-development) .node-type-ad-landing-page .header__logo {
    width: 12.5rem;
    height: 5rem;
    top: 1.0625rem; } }

@media screen and (min-width: 81.25em) {
  body:not(professional-development) .node-type-ad-landing-page .header__logo {
    width: 12.5rem;
    height: 5rem;
    top: 1.0625rem; } }

/* hiding logo because of HBS */
.section-harvard-executive-education #header {
  display: none; }

/* PD Site Logo */
.header__logo.i-pd-logo {
  width: 10.625rem;
  height: 4.25rem;
  background-size: contain;
  position: relative; }
  @media screen and (min-width: 31.25em) {
    .header__logo.i-pd-logo {
      width: 17.25rem;
      height: 6.375rem; } }
  @media screen and (min-width: 46.875em) {
    .header__logo.i-pd-logo {
      margin-left: 0; } }
  @media screen and (min-width: 59.375em) {
    .header__logo.i-pd-logo {
      position: absolute;
      top: 1.125rem;
      left: 0.75rem; } }
  @media screen and (min-width: 68.75em) {
    .header__logo.i-pd-logo {
      top: 1.125rem;
      height: 8rem;
      width: 20rem; } }
  @media screen and (min-width: 81.25em) {
    .header__logo.i-pd-logo {
      top: 1.5625rem; } }
  @media screen and (min-width: 59.375em) {
    .node-type-ad-landing-page .header__logo.i-pd-logo {
      width: 12.5rem;
      height: 5rem;
      top: 1.0625rem; } }
  @media screen and (min-width: 68.75em) {
    .node-type-ad-landing-page .header__logo.i-pd-logo {
      width: 12.5rem;
      height: 5rem;
      top: 1.0625rem; } }
  @media screen and (min-width: 81.25em) {
    .node-type-ad-landing-page .header__logo.i-pd-logo {
      width: 12.5rem;
      height: 5rem;
      top: 1.0625rem; } }

.header__mobile-menu {
  width: 2.75rem;
  height: 2.4375rem;
  background-size: contain;
  display: block;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  transition: top .2s ease; }
  .header__mobile-menu + * {
    margin-top: 0; }
  .header__mobile-menu path {
    transition: all .2s ease; }
  .header__mobile-menu.active {
    top: 1.75rem; }
    .header__mobile-menu.active path {
      fill: #1e1e1e; }
    .header__mobile-menu.active path + path {
      fill: #f5f5f8; }
    .header__mobile-menu.active path + path + path {
      fill: #f5f5f8; }
  @media screen and (min-width: 31.25em) {
    .header__mobile-menu {
      top: 1.375rem; }
      .header__mobile-menu.active {
        top: 2.375rem; } }
  @media screen and (min-width: 59.375em) {
    .header__mobile-menu {
      display: none; } }

.navigation-wrap {
  margin: 0 -1.5rem;
  padding: 0 1.5rem;
  background-color: #f5f5f8; }
  @media screen and (min-width: 59.375em) {
    .navigation-wrap {
      padding-top: 0;
      background-color: transparent;
      position: static; }
      .navigation-wrap:after, .navigation-wrap:before {
        display: none; } }

.menu-slide {
  margin-left: -1rem;
  margin-right: -1rem; }
  .menu-slide > *:first-child {
    padding-top: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    .menu-slide {
      padding-left: 0;
      padding-right: 0; }
      .menu-slide > *:first-child {
        padding-top: 0; } }

.js .menu-slide {
  display: none; }
  @media screen and (min-width: 59.375em) {
    .js .menu-slide {
      display: block; } }

.region-footer {
  display: block;
  background: #020203;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  z-index: 2; }
  .region-footer:after, .region-footer:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #020203;
    z-index: 1; }
  .region-footer:after {
    left: 100%; }
  .region-footer:before {
    right: 100%; }
  .region-footer > *:first-child {
    margin-top: 0; }
  .region-footer ul {
    text-align: center; }
  .region-footer a,
  .region-footer p,
  .region-footer ul,
  .region-footer li {
    font-size: 0.75rem;
    line-height: 1.41667;
    -webkit-font-smoothing: antialiased;
    color: #fff; }
    @media screen and (min-width: 59.375em) {
      .region-footer a,
      .region-footer p,
      .region-footer ul,
      .region-footer li {
        font-size: 1rem;
        line-height: 1.4375; } }
  .region-footer a {
    color: #e5e6e7; }
  .region-footer li {
    display: inline-block; }

.layout-footer {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }
  .layout-footer:after {
    content: "";
    display: table;
    clear: both; }

.footer--row-1 {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.625rem;
  padding-bottom: 1.25rem; }
  .footer--row-1:after {
    content: "";
    display: table;
    clear: both; }
  .footer--row-1 > div + div {
    margin-top: 0.625rem; }
  @media screen and (min-width: 31.25em) {
    .footer--row-1 > div {
      margin: 0;
      float: left;
      display: block;
      margin-right: 0%;
      width: 57.89474%; }
      .footer--row-1 > div:last-child {
        margin-right: 0; }
    .footer--row-1 > div + div {
      margin: 0;
      float: left;
      display: block;
      margin-right: 0%;
      width: 42.10526%; }
      .footer--row-1 > div + div:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 46.875em) {
    .footer--row-1 > div {
      float: left;
      display: block;
      margin-right: 0%;
      width: 76.31579%; }
      .footer--row-1 > div:last-child {
        margin-right: 0; }
    .footer--row-1 > div + div {
      float: left;
      display: block;
      margin-right: 0%;
      width: 23.68421%; }
      .footer--row-1 > div + div:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .footer--row-1 {
      padding-top: 0.875rem;
      padding-bottom: 1.75rem; }
      .footer--row-1 > div {
        margin: 0;
        float: left;
        display: block;
        margin-right: 0%;
        width: 78.94737%; }
        .footer--row-1 > div:last-child {
          margin-right: 0; }
      .footer--row-1 > div + div {
        float: left;
        display: block;
        margin-right: 0%;
        width: 21.05263%; }
        .footer--row-1 > div + div:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .footer--row-1 {
      padding-top: 0.875rem;
      padding-bottom: 1.75rem; }
      .footer--row-1 > div {
        margin: 0;
        float: left;
        display: block;
        margin-right: 0%;
        width: 81.57895%; }
        .footer--row-1 > div:last-child {
          margin-right: 0; }
      .footer--row-1 > div + div {
        float: left;
        display: block;
        margin-right: 0%;
        width: 18.42105%; }
        .footer--row-1 > div + div:last-child {
          margin-right: 0; } }

.footer--row-2 {
  background-color: #1e1e1e;
  position: relative;
  z-index: 2;
  margin: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  .footer--row-2:after, .footer--row-2:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #1e1e1e;
    z-index: 1; }
  .footer--row-2:after {
    left: 100%; }
  .footer--row-2:before {
    right: 100%; }
  @media screen and (min-width: 31.25em) {
    .footer--row-2 {
      padding-top: 0.875rem;
      padding-bottom: 0.875rem; } }
  .footer--row-2 > div + div {
    margin-top: 0; }
  .footer--row-2 p,
  .footer--row-2 ul {
    text-align: center; }
    @media screen and (min-width: 46.875em) {
      .footer--row-2 p,
      .footer--row-2 ul {
        text-align: left; } }

@media screen and (min-width: 31.25em) {
  .pane-menu-menu-media-and-archives ul,
  .pane-menu-menu-footer ul {
    text-align: left; } }

@media screen and (min-width: 46.875em) {
  .pane-menu-menu-media-and-archives ul,
  .pane-menu-menu-footer ul {
    text-align: right; } }

.pane-menu-menu-media-and-archives .menu__item,
.pane-menu-menu-footer .menu__item {
  font-size: 0.75rem;
  line-height: 1.25;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  padding-top: 0.3125rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .pane-menu-menu-media-and-archives .menu__item,
    .pane-menu-menu-footer .menu__item {
      font-size: 0.9375rem;
      line-height: 1.53333; } }
  @media screen and (min-width: 59.375em) {
    .pane-menu-menu-media-and-archives .menu__item,
    .pane-menu-menu-footer .menu__item {
      padding-top: 0; } }

@media screen and (min-width: 31.25em) {
  .pane-menu-menu-social-media ul {
    text-align: right; } }

.pane-menu-menu-social-media .menu__item .menu__link {
  vertical-align: middle;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  overflow: hidden; }
  @media screen and (min-width: 59.375em) {
    .pane-menu-menu-social-media .menu__item .menu__link {
      height: 1.25rem;
      width: 1.25rem; } }
  .pane-menu-menu-social-media .menu__item .menu__link:focus, .pane-menu-menu-social-media .menu__item .menu__link:hover {
    text-decoration: none; }

.pane-menu-menu-social-media .menu__item a {
  font: 0/0 a !important;
  text-shadow: none !important;
  color: transparent !important;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.pane-menu-menu-social-media .menu__item:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 1px;
  height: 1.875rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  background: #1e1e1e; }

.pane-menu-menu-social-media .menu__item:first-child {
  margin-left: 0; }
  .pane-menu-menu-social-media .menu__item:first-child:before {
    display: none; }

.pane-menu-menu-footer-links .menu__item + .menu__item:before {
  content: "|";
  display: inline-block;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  font-weight: normal; }

.topbar {
  margin-top: 0;
  background: #a51c30;
  height: 1.5625rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 4; }
  @media screen and (min-width: 31.25em) {
    .topbar {
      height: 1.875rem; } }
  @media screen and (min-width: 59.375em) {
    .topbar {
      height: 2.5rem; } }

.topbar__logo {
  background: url('/sites/all/themes/harvard/a/images/dce-inline-logo.png') no-repeat;
  width: 13.75rem;
  height: 1.25rem;
  background-size: contain;
  display: block;
  position: relative;
  top: 0.4375rem;
  z-index: 2; }
  @media screen and (min-width: 31.25em) {
    .topbar__logo {
      width: 20.625rem;
      height: 1.5625rem; } }
  @media screen and (min-width: 46.875em) {
    .topbar__logo {
      left: 0.5rem; } }
  @media screen and (min-width: 59.375em) {
    .topbar__logo {
      width: 26.875rem;
      height: 2.10625rem;
      top: 0.5625rem;
      left: 0.75rem; } }

.topbar a.topbar__link {
  position: absolute;
  top: 0.6875rem;
  right: 3.125rem;
  color: #bac5c6;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.41667;
  font-size: 10px;
  text-transform: uppercase; }
  @media screen and (min-width: 59.375em) {
    .topbar a.topbar__link {
      font-size: 0.8125rem;
      line-height: 1.15385; } }
  @media screen and (min-width: 31.25em) {
    .topbar a.topbar__link {
      right: 13.75rem; } }
  .csstransforms .topbar a.topbar__link {
    top: 48%;
    transform: translateY(-50%); }
  .topbar a.topbar__link:hover, .topbar a.topbar__link:focus {
    color: #f5f5f8; }

.site-dropdown {
  cursor: poiner;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 0.375rem;
  padding-left: 1.25rem;
  background-color: #7e1928;
  color: #fff;
  margin-top: 0;
  font-size: 0.75rem;
  text-indent: -9999px;
  width: 38px;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNiAxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fQoJLnN0MXtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJ6Ii8+CjxyZWN0IGNsYXNzPSJzdDEiIHdpZHRoPSIzIiBoZWlnaHQ9IjIiLz4KPHJlY3QgeT0iNSIgY2xhc3M9InN0MSIgd2lkdGg9IjMiIGhlaWdodD0iMiIvPgo8cmVjdCB5PSIxMCIgY2xhc3M9InN0MSIgd2lkdGg9IjMiIGhlaWdodD0iMiIvPgo8cmVjdCB4PSI1IiB5PSIxMCIgY2xhc3M9InN0MSIgd2lkdGg9IjExIiBoZWlnaHQ9IjIiLz4KPHJlY3QgeD0iNSIgeT0iNSIgY2xhc3M9InN0MSIgd2lkdGg9IjExIiBoZWlnaHQ9IjIiLz4KPHJlY3QgeD0iNSIgY2xhc3M9InN0MSIgd2lkdGg9IjExIiBoZWlnaHQ9IjIiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 16px 12px; }
  @media screen and (min-width: 31.25em) {
    .site-dropdown {
      width: 200px;
      text-indent: 0; } }
  @media screen and (min-width: 59.375em) {
    .site-dropdown {
      padding-top: 0.6875rem; } }
  .site-dropdown span {
    text-transform: uppercase; }
  .site-dropdown ul {
    max-height: 0;
    overflow: hidden;
    background-color: #a51c30;
    width: 280px;
    margin-left: -260px;
    padding: 0 10px; }
    .site-dropdown ul li {
      border-bottom: 2px solid #711523; }
    .site-dropdown ul li:last-child {
      border-bottom: none; }
    .site-dropdown ul li a {
      display: block;
      padding: 10px;
      color: #fff;
      font-weight: bold;
      font-size: 1rem;
      text-indent: 0; }
      .site-dropdown ul li a:hover {
        color: #c4961a; }
    @media screen and (min-width: 31.25em) {
      .site-dropdown ul {
        margin-left: -100px;
        margin-top: 6px; } }
    @media screen and (min-width: 59.375em) {
      .site-dropdown ul {
        margin-top: 11px; } }
  .site-dropdown:hover ul,
  .site-dropdown.open ul {
    max-height: 999px;
    transition: all .3s ease-out; }
  .site-dropdown.extension .extension {
    display: none; }

@media print {
  .topbar {
    display: none; } }

.header__main-menu {
  bottom: 0;
  position: relative;
  z-index: 3;
  transition: top .2s ease-out; }
  .header__main-menu a {
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
    color: #1e1e1e !important;
    font-size: 1.1875rem;
    line-height: 1.21053;
    transition: all .25s ease;
    display: inline-block;
    padding: 0.625rem 1rem;
    font-weight: bold;
    position: relative; }
    .header__main-menu a:hover {
      color: #a51c30 !important;
      text-decoration: none; }
      .header__main-menu a:hover path {
        fill: #a51c30; }
    @media screen and (min-width: 59.375em) {
      .header__main-menu a {
        padding: 0.875rem 0.875rem; } }
    @media screen and (min-width: 68.75em) {
      .header__main-menu a {
        font-size: 1.25rem;
        padding: 0.875rem 1.16667rem; } }
    @media screen and (min-width: 81.25em) {
      .header__main-menu a {
        font-size: 1.5625rem;
        padding: 0.875rem 1.4rem; } }
  .header__main-menu .active-trail a {
    color: #a51c30;
    background-color: #f5f5f8; }
  .header__main-menu li.last {
    margin: 0 .5rem 1rem 0; }
    .header__main-menu li.last a {
      background-color: #a51c30;
      color: #fff !important;
      font-size: 1rem;
      margin-top: 1rem;
      padding: 0.5rem 1.4rem;
      text-align: center;
      text-transform: uppercase;
      width: 100%; }
      .header__main-menu li.last a:hover, .header__main-menu li.last a:focus {
        background-color: #791523; }
      .header__main-menu li.last a::after {
        display: none; }
    @media screen and (min-width: 59.375em) {
      .header__main-menu li.last {
        margin-top: 0;
        width: auto; } }
    @media screen and (min-width: 68.75em) {
      .header__main-menu li.last a {
        font-size: 1.2rem; } }
  @media screen and (min-width: 59.375em) {
    .header__main-menu {
      margin-left: 0;
      margin-right: 0;
      text-align: right;
      white-space: nowrap;
      position: absolute;
      right: 1.5rem; }
      .header__main-menu li {
        display: inline-block;
        margin-right: -4px; }
      .header__main-menu li + li a {
        position: relative; }
        .header__main-menu li + li a:after {
          content: '';
          display: block;
          position: absolute;
          height: 40%;
          width: 1px;
          background: #737373;
          top: 50%;
          left: -1px;
          transform: translateY(-50%); }
      .header__main-menu a {
        background-color: #fff; } }

.header__secondary-menu {
  padding-bottom: 1.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  .header__secondary-menu a {
    font-size: 1rem;
    line-height: 1;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
    display: inline-block;
    padding: 0.3125rem 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .header__secondary-menu a {
        font-size: 1.1875rem;
        line-height: 1.21053; } }
    @media screen and (min-width: 59.375em) {
      .header__secondary-menu a {
        padding: 0.4375rem 0.875rem;
        font-size: 0.9375rem; } }
  .header__secondary-menu li {
    margin-bottom: 0.3125rem; }
    @media screen and (min-width: 59.375em) {
      .header__secondary-menu li {
        left: 0; } }
    .header__secondary-menu li.active a {
      color: #a51c30;
      background-color: #f5f5f8; }
  @media screen and (min-width: 59.375em) {
    .header__secondary-menu {
      display: flex;
      column-count: 2;
      padding-bottom: 0;
      position: absolute;
      top: 0.875rem;
      right: 1.5rem;
      margin: 0;
      padding: 0;
      column-count: auto;
      text-align: right;
      z-index: 3; }
      .header__secondary-menu li {
        display: inline-block; }
      .header__secondary-menu li + li {
        margin-left: 0; } }

body:not(.professional-development) .header__secondary-menu li.last {
  border: 2px solid #4177b9;
  margin-top: 1rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }
  body:not(.professional-development) .header__secondary-menu li.last a {
    padding: 0.5rem 1.4rem; }

@media screen and (min-width: 59.375em) {
  body:not(.professional-development) .header__secondary-menu li.last {
    margin-right: 1rem;
    margin-top: 0;
    width: auto; }
    body:not(.professional-development) .header__secondary-menu li.last a {
      padding: 0.2rem 1.4rem; } }

.js .aside-menu-wrap {
  display: none; }
  @media screen and (min-width: 59.375em) {
    .js .aside-menu-wrap {
      display: block; } }

.aside-menu-wrap:after {
  position: absolute;
  content: '';
  display: block;
  height: 4px;
  width: 10000px;
  top: 0;
  left: -5000px;
  background: #bac5c6;
  z-index: 20; }

.aside-menu-wrap .pane-title + .pane-content {
  margin-top: 0.3125rem; }
  @media screen and (min-width: 59.375em) {
    .aside-menu-wrap .pane-title + .pane-content {
      margin-top: 0.4375rem; } }

@media screen and (min-width: 59.375em) {
  .aside-menu-wrap:after {
    display: none; } }

.pane-main-menu,
.pane-menu-utility-nav {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    .pane-main-menu,
    .pane-menu-utility-nav {
      padding-top: 3.5rem;
      padding-bottom: 1.75rem; } }
  .pane-main-menu .pane-title,
  .pane-main-menu .block-title,
  .pane-menu-utility-nav .pane-title,
  .pane-menu-utility-nav .block-title {
    font-size: 1.1875rem;
    line-height: 1.15789;
    text-transform: none;
    font-weight: bold; }
    @media screen and (min-width: 59.375em) {
      .pane-main-menu .pane-title,
      .pane-main-menu .block-title,
      .pane-menu-utility-nav .pane-title,
      .pane-menu-utility-nav .block-title {
        font-size: 1.4375rem;
        line-height: 1.04348; } }
    .pane-main-menu .pane-title a,
    .pane-main-menu .block-title a,
    .pane-menu-utility-nav .pane-title a,
    .pane-menu-utility-nav .block-title a {
      color: #1e1e1e; }
      .pane-main-menu .pane-title a:hover, .pane-main-menu .pane-title a:focus,
      .pane-main-menu .block-title a:hover,
      .pane-main-menu .block-title a:focus,
      .pane-menu-utility-nav .pane-title a:hover,
      .pane-menu-utility-nav .pane-title a:focus,
      .pane-menu-utility-nav .block-title a:hover,
      .pane-menu-utility-nav .block-title a:focus {
        color: #1e1e1e;
        cursor: default; }

.menu-block-wrapper .menu {
  border-top: 4px solid #c4961a;
  background: rgba(255, 255, 255, 0.45);
  margin-top: 0.625rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem; }
  .menu-block-wrapper .menu li {
    font-size: 0.75rem;
    line-height: 1.41667;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.01em; }
    @media screen and (min-width: 59.375em) {
      .menu-block-wrapper .menu li {
        font-size: 0.8125rem;
        line-height: 1.15385; } }
    .menu-block-wrapper .menu li.is-active a {
      color: #1e1e1e;
      cursor: default; }
  .menu-block-wrapper .menu a {
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
    display: block;
    padding: 0.3125rem 0.3125rem;
    color: #4177b9;
    white-space: normal; }
    .menu-block-wrapper .menu a:hover, .menu-block-wrapper .menu a:focus {
      color: #26466e; }
  @media screen and (min-width: 59.375em) {
    .menu-block-wrapper .menu {
      margin-top: 0.875rem;
      padding-top: 0.4375rem;
      padding-bottom: 0.4375rem; }
      .menu-block-wrapper .menu a {
        padding: 0.4375rem 0.4375rem; } }

.aside-menu-toggle {
  position: absolute;
  transition: all .25s ease;
  right: 0;
  bottom: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #4177b9;
  padding: 0.1875rem 1.25rem 0.1875rem 0.4375rem;
  display: inline-block;
  background-image: none;
  min-width: 4.0625rem;
  bottom: 0.3125rem; }
  .aside-menu-toggle * + * {
    margin-top: 0; }
  .aside-menu-toggle b {
    font-size: 0.75rem;
    line-height: 1.25;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.01em;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.01em;
    font-style: normal; }
    @media screen and (min-width: 59.375em) {
      .aside-menu-toggle b {
        font-size: 0.9375rem;
        line-height: 1.53333; } }
  .aside-menu-toggle span {
    position: absolute;
    transition: all .25s ease;
    transform: translate3d(0, 0, 0) rotate(0deg);
    top: 0.5625rem;
    right: 0.25rem;
    display: block;
    height: 0.5625rem;
    width: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle; }
    .aside-menu-toggle span svg {
      position: absolute;
      top: 0;
      left: 0; }
  .aside-menu-toggle:focus, .aside-menu-toggle:hover {
    text-decoration: none; }
  .aside-menu-toggle b {
    color: #4177b9; }
  .aside-menu-toggle:focus b, .aside-menu-toggle:hover b {
    color: #4177b9; }
  .aside-menu-toggle.js-is-active {
    border-color: #bac5c6;
    color: #1e1e1e;
    padding-bottom: 0.1875rem;
    background-color: #bac5c6; }
    .csstransforms .aside-menu-toggle.js-is-active {
      bottom: 0; }
      .csstransforms .aside-menu-toggle.js-is-active span {
        transform: rotate(-180deg); }
    .aside-menu-toggle.js-is-active polygon {
      fill: #1e1e1e; }

.header__global-search {
  position: relative;
  margin-right: 1rem; }
  .header__global-search input[type="text"] {
    color: transparent;
    height: 34px;
    margin-right: 0;
    margin-top: 0;
    transition: all .2s ease-in-out;
    width: 100%; }
    .header__global-search input[type="text"]:active, .header__global-search input[type="text"]:focus {
      border-bottom: 2px solid #4177b9;
      color: #000; }
  .header__global-search * + * {
    margin-top: 0; }
  .header__global-search .views-submit-button {
    position: absolute;
    right: 0;
    top: 0; }
  .header__global-search .views-submit-button::after {
    content: '\f002';
    font-family: FontAwesome;
    pointer-events: none;
    position: absolute;
    right: .5rem;
    top: 5px; }
  .header__global-search input[type="submit"] {
    background: transparent;
    color: transparent;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0; }
  @media screen and (min-width: 59.375em) {
    .header__global-search {
      margin: 0;
      margin-left: .25rem; }
      .header__global-search input[type="text"] {
        box-shadow: none;
        width: 30px; }
        .header__global-search input[type="text"]:active, .header__global-search input[type="text"]:focus {
          width: 300px; } }

.breadcrumb {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  background: #e5e6e7;
  position: relative;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  min-height: 2.4375rem; }
  .breadcrumb:after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumb:after, .breadcrumb:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #e5e6e7;
    z-index: 1; }
  .breadcrumb:after {
    left: 100%; }
  .breadcrumb:before {
    right: 100%; }
  @media print {
    .breadcrumb {
      display: none !important; } }
  @media screen and (min-width: 59.375em) {
    .breadcrumb {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      min-height: 2.875rem; } }
  .breadcrumb a {
    text-decoration: none;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal;
    color: #1e1e1e; }
    .breadcrumb a:focus, .breadcrumb a:hover {
      color: #a51c30; }
  .breadcrumb li {
    font-size: 0.75rem;
    line-height: 1.25;
    display: none;
    text-transform: none; }
    @media screen and (min-width: 59.375em) {
      .breadcrumb li {
        font-size: 0.9375rem;
        line-height: 1.53333; } }
  .breadcrumb li:last-child {
    display: inline-block; }
  .breadcrumb li:after {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 0.5rem;
    width: 0.5rem;
    background-size: contain;
    background: url("/sites/all/themes/harvard/a/images/svg/breadcrumb-right-chevron.svg");
    background-repeat: no-repeat;
    position: relative;
    top: -3px; }
    @media screen and (min-width: 31.25em) {
      .breadcrumb li:after {
        top: 2px; } }
    @media screen and (min-width: 59.375em) {
      .breadcrumb li:after {
        top: 0; } }
  @media screen and (min-width: 31.25em) {
    .breadcrumb li {
      display: inline-block; }
      .breadcrumb li:after {
        height: 0.8125rem;
        width: 1rem; } }
  @media screen and (min-width: 59.375em) {
    .breadcrumb {
      padding-top: 0.58333rem;
      padding-bottom: 0.58333rem; }
      .breadcrumb li:after {
        height: 0.8125rem;
        width: 1rem; } }

/* Overrides for pages with Bootstrap installed */
.breadcrumb {
  background-color: #e5e6e7 !important;
  border-radius: 0;
  margin: 0 auto !important; }

.breadcrumb ol {
  margin: 0; }

.breadcrumb ol li::after {
  margin-right: 0; }

.breadcrumb ol li:last-child::after {
  display: none; }

@media screen and (min-width: 59.375em) {
  .breadcrumb {
    padding-top: 9px;
    padding-top: 0.58333rem !important;
    padding-bottom: 9px;
    padding-bottom: 0.58333rem !important; } }

.rfi,
.pane-bundle-rfi,
.pane-bundle-important-dates,
.sidebar-pane {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%; }
  .rfi:last-child,
  .pane-bundle-rfi:last-child,
  .pane-bundle-important-dates:last-child,
  .sidebar-pane:last-child {
    margin-right: 0; }
  .rfi + .pane-bundle-what-you-can-expect,
  .pane-bundle-rfi + .pane-bundle-what-you-can-expect,
  .pane-bundle-important-dates + .pane-bundle-what-you-can-expect,
  .sidebar-pane + .pane-bundle-what-you-can-expect {
    clear: both;
    margin-top: 0; }
    @media screen and (min-width: 31.25em) {
      .rfi + .pane-bundle-what-you-can-expect,
      .pane-bundle-rfi + .pane-bundle-what-you-can-expect,
      .pane-bundle-important-dates + .pane-bundle-what-you-can-expect,
      .sidebar-pane + .pane-bundle-what-you-can-expect {
        margin-top: 2.5rem; } }
    @media screen and (min-width: 59.375em) {
      .rfi + .pane-bundle-what-you-can-expect,
      .pane-bundle-rfi + .pane-bundle-what-you-can-expect,
      .pane-bundle-important-dates + .pane-bundle-what-you-can-expect,
      .sidebar-pane + .pane-bundle-what-you-can-expect {
        margin-top: 7rem; } }
  @media print {
    .rfi,
    .pane-bundle-rfi,
    .pane-bundle-important-dates,
    .sidebar-pane {
      display: none !important; } }
  .sidebar .rfi,
  .main-content-details .rfi, .sidebar
  .pane-bundle-rfi,
  .main-content-details
  .pane-bundle-rfi, .sidebar
  .pane-bundle-important-dates,
  .main-content-details
  .pane-bundle-important-dates, .sidebar
  .sidebar-pane,
  .main-content-details
  .sidebar-pane {
    background-color: #fff;
    border: 2px solid #8996a0;
    padding: 0.625rem;
    float: none; }
    @media screen and (min-width: 59.375em) {
      .sidebar .rfi,
      .main-content-details .rfi, .sidebar
      .pane-bundle-rfi,
      .main-content-details
      .pane-bundle-rfi, .sidebar
      .pane-bundle-important-dates,
      .main-content-details
      .pane-bundle-important-dates, .sidebar
      .sidebar-pane,
      .main-content-details
      .sidebar-pane {
        padding: 0.875rem; } }
    @media screen and (min-width: 46.875em) {
      .sidebar .rfi,
      .main-content-details .rfi, .sidebar
      .pane-bundle-rfi,
      .main-content-details
      .pane-bundle-rfi, .sidebar
      .pane-bundle-important-dates,
      .main-content-details
      .pane-bundle-important-dates, .sidebar
      .sidebar-pane,
      .main-content-details
      .sidebar-pane {
        text-align: left;
        padding: 0.625rem; } }
    @media screen and (min-width: 59.375em) {
      .sidebar .rfi,
      .main-content-details .rfi, .sidebar
      .pane-bundle-rfi,
      .main-content-details
      .pane-bundle-rfi, .sidebar
      .pane-bundle-important-dates,
      .main-content-details
      .pane-bundle-important-dates, .sidebar
      .sidebar-pane,
      .main-content-details
      .sidebar-pane {
        padding: 0.875rem; } }
    .sidebar .rfi:before, .sidebar .rfi:after,
    .main-content-details .rfi:before,
    .main-content-details .rfi:after, .sidebar
    .pane-bundle-rfi:before, .sidebar
    .pane-bundle-rfi:after,
    .main-content-details
    .pane-bundle-rfi:before,
    .main-content-details
    .pane-bundle-rfi:after, .sidebar
    .pane-bundle-important-dates:before, .sidebar
    .pane-bundle-important-dates:after,
    .main-content-details
    .pane-bundle-important-dates:before,
    .main-content-details
    .pane-bundle-important-dates:after, .sidebar
    .sidebar-pane:before, .sidebar
    .sidebar-pane:after,
    .main-content-details
    .sidebar-pane:before,
    .main-content-details
    .sidebar-pane:after {
      display: none; }
    .sidebar .rfi .pane-content,
    .main-content-details .rfi .pane-content, .sidebar
    .pane-bundle-rfi .pane-content,
    .main-content-details
    .pane-bundle-rfi .pane-content, .sidebar
    .pane-bundle-important-dates .pane-content,
    .main-content-details
    .pane-bundle-important-dates .pane-content, .sidebar
    .sidebar-pane .pane-content,
    .main-content-details
    .sidebar-pane .pane-content {
      padding: 0; }
      .sidebar .rfi .pane-content > *,
      .main-content-details .rfi .pane-content > *, .sidebar
      .pane-bundle-rfi .pane-content > *,
      .main-content-details
      .pane-bundle-rfi .pane-content > *, .sidebar
      .pane-bundle-important-dates .pane-content > *,
      .main-content-details
      .pane-bundle-important-dates .pane-content > *, .sidebar
      .sidebar-pane .pane-content > *,
      .main-content-details
      .sidebar-pane .pane-content > * {
        color: #1e1e1e; }
        @media screen and (min-width: 46.875em) {
          .sidebar .rfi .pane-content > *,
          .main-content-details .rfi .pane-content > *, .sidebar
          .pane-bundle-rfi .pane-content > *,
          .main-content-details
          .pane-bundle-rfi .pane-content > *, .sidebar
          .pane-bundle-important-dates .pane-content > *,
          .main-content-details
          .pane-bundle-important-dates .pane-content > *, .sidebar
          .sidebar-pane .pane-content > *,
          .main-content-details
          .sidebar-pane .pane-content > * {
            padding: 0; } }
    @media screen and (min-width: 46.875em) {
      .sidebar .rfi h2,
      .main-content-details .rfi h2, .sidebar
      .pane-bundle-rfi h2,
      .main-content-details
      .pane-bundle-rfi h2, .sidebar
      .pane-bundle-important-dates h2,
      .main-content-details
      .pane-bundle-important-dates h2, .sidebar
      .sidebar-pane h2,
      .main-content-details
      .sidebar-pane h2 {
        text-transform: none;
        font-weight: bold;
        letter-spacing: normal;
        font-style: normal;
        font-size: 1rem;
        line-height: 1; } }
  @media screen and (min-width: 46.875em) and (min-width: 59.375em) {
    .sidebar .rfi h2,
    .main-content-details .rfi h2, .sidebar
    .pane-bundle-rfi h2,
    .main-content-details
    .pane-bundle-rfi h2, .sidebar
    .pane-bundle-important-dates h2,
    .main-content-details
    .pane-bundle-important-dates h2, .sidebar
    .sidebar-pane h2,
    .main-content-details
    .sidebar-pane h2 {
      font-size: 1.1875rem;
      line-height: 1.21053; } }
    @media screen and (min-width: 46.875em) {
      .sidebar .rfi p.cta, .sidebar .rfi .field-collection-view p, .field-collection-view .sidebar .rfi p,
      .sidebar .rfi .rfi--button,
      .main-content-details .rfi p.cta,
      .main-content-details .rfi .field-collection-view p,
      .field-collection-view .main-content-details .rfi p,
      .main-content-details .rfi .rfi--button, .sidebar .pane-bundle-rfi p.cta, .sidebar .pane-bundle-rfi .field-collection-view p, .field-collection-view .sidebar .pane-bundle-rfi p,
      .sidebar
      .pane-bundle-rfi .rfi--button,
      .main-content-details .pane-bundle-rfi p.cta,
      .main-content-details .pane-bundle-rfi .field-collection-view p,
      .field-collection-view .main-content-details .pane-bundle-rfi p,
      .main-content-details
      .pane-bundle-rfi .rfi--button, .sidebar .pane-bundle-important-dates p.cta, .sidebar .pane-bundle-important-dates .field-collection-view p, .field-collection-view .sidebar .pane-bundle-important-dates p,
      .sidebar
      .pane-bundle-important-dates .rfi--button,
      .main-content-details .pane-bundle-important-dates p.cta,
      .main-content-details .pane-bundle-important-dates .field-collection-view p,
      .field-collection-view .main-content-details .pane-bundle-important-dates p,
      .main-content-details
      .pane-bundle-important-dates .rfi--button, .sidebar .sidebar-pane p.cta, .sidebar .sidebar-pane .field-collection-view p, .field-collection-view .sidebar .sidebar-pane p,
      .sidebar
      .sidebar-pane .rfi--button,
      .main-content-details .sidebar-pane p.cta,
      .main-content-details .sidebar-pane .field-collection-view p,
      .field-collection-view .main-content-details .sidebar-pane p,
      .main-content-details
      .sidebar-pane .rfi--button {
        margin-top: 0.625rem;
        padding: 0; } }
    @media screen and (min-width: 59.375em) {
      .sidebar .rfi p.cta, .sidebar .rfi .field-collection-view p, .field-collection-view .sidebar .rfi p,
      .sidebar .rfi .rfi--button,
      .main-content-details .rfi p.cta,
      .main-content-details .rfi .field-collection-view p,
      .field-collection-view .main-content-details .rfi p,
      .main-content-details .rfi .rfi--button, .sidebar .pane-bundle-rfi p.cta, .sidebar .pane-bundle-rfi .field-collection-view p, .field-collection-view .sidebar .pane-bundle-rfi p,
      .sidebar
      .pane-bundle-rfi .rfi--button,
      .main-content-details .pane-bundle-rfi p.cta,
      .main-content-details .pane-bundle-rfi .field-collection-view p,
      .field-collection-view .main-content-details .pane-bundle-rfi p,
      .main-content-details
      .pane-bundle-rfi .rfi--button, .sidebar .pane-bundle-important-dates p.cta, .sidebar .pane-bundle-important-dates .field-collection-view p, .field-collection-view .sidebar .pane-bundle-important-dates p,
      .sidebar
      .pane-bundle-important-dates .rfi--button,
      .main-content-details .pane-bundle-important-dates p.cta,
      .main-content-details .pane-bundle-important-dates .field-collection-view p,
      .field-collection-view .main-content-details .pane-bundle-important-dates p,
      .main-content-details
      .pane-bundle-important-dates .rfi--button, .sidebar .sidebar-pane p.cta, .sidebar .sidebar-pane .field-collection-view p, .field-collection-view .sidebar .sidebar-pane p,
      .sidebar
      .sidebar-pane .rfi--button,
      .main-content-details .sidebar-pane p.cta,
      .main-content-details .sidebar-pane .field-collection-view p,
      .field-collection-view .main-content-details .sidebar-pane p,
      .main-content-details
      .sidebar-pane .rfi--button {
        margin-top: 0.875rem; } }
    .sidebar .rfi .rfi--button a,
    .main-content-details .rfi .rfi--button a, .sidebar
    .pane-bundle-rfi .rfi--button a,
    .main-content-details
    .pane-bundle-rfi .rfi--button a, .sidebar
    .pane-bundle-important-dates .rfi--button a,
    .main-content-details
    .pane-bundle-important-dates .rfi--button a, .sidebar
    .sidebar-pane .rfi--button a,
    .main-content-details
    .sidebar-pane .rfi--button a {
      background-color: #a51c30;
      color: white; }
  @media screen and (min-width: 31.25em) {
    .rfi,
    .pane-bundle-rfi,
    .pane-bundle-important-dates,
    .sidebar-pane {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%;
      margin-bottom: 2.5rem; }
      .rfi:last-child,
      .pane-bundle-rfi:last-child,
      .pane-bundle-important-dates:last-child,
      .sidebar-pane:last-child {
        margin-right: 0; }
      .sidebar .rfi,
      .main-content-details .rfi, .sidebar
      .pane-bundle-rfi,
      .main-content-details
      .pane-bundle-rfi, .sidebar
      .pane-bundle-important-dates,
      .main-content-details
      .pane-bundle-important-dates, .sidebar
      .sidebar-pane,
      .main-content-details
      .sidebar-pane {
        margin-bottom: 1.25rem; } }
  @media screen and (min-width: 59.375em) {
    .rfi,
    .pane-bundle-rfi,
    .pane-bundle-important-dates,
    .sidebar-pane {
      margin-bottom: 3.5rem; }
      .sidebar .rfi,
      .main-content-details .rfi, .sidebar
      .pane-bundle-rfi,
      .main-content-details
      .pane-bundle-rfi, .sidebar
      .pane-bundle-important-dates,
      .main-content-details
      .pane-bundle-important-dates, .sidebar
      .sidebar-pane,
      .main-content-details
      .sidebar-pane {
        margin-bottom: 1.75rem; } }
  @media screen and (min-width: 68.75em) {
    .rfi,
    .pane-bundle-rfi,
    .pane-bundle-important-dates,
    .sidebar-pane {
      float: left;
      display: block;
      margin-right: 0%;
      width: 70%;
      margin-left: 15%; }
      .rfi:last-child,
      .pane-bundle-rfi:last-child,
      .pane-bundle-important-dates:last-child,
      .sidebar-pane:last-child {
        margin-right: 0; }
      .sidebar .rfi,
      .main-content-details .rfi, .sidebar
      .pane-bundle-rfi,
      .main-content-details
      .pane-bundle-rfi, .sidebar
      .pane-bundle-important-dates,
      .main-content-details
      .pane-bundle-important-dates, .sidebar
      .sidebar-pane,
      .main-content-details
      .sidebar-pane {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%;
        margin-left: 0%;
        float: none; }
        .sidebar .rfi:last-child,
        .main-content-details .rfi:last-child, .sidebar
        .pane-bundle-rfi:last-child,
        .main-content-details
        .pane-bundle-rfi:last-child, .sidebar
        .pane-bundle-important-dates:last-child,
        .main-content-details
        .pane-bundle-important-dates:last-child, .sidebar
        .sidebar-pane:last-child,
        .main-content-details
        .sidebar-pane:last-child {
          margin-right: 0; } }

.rfi,
.pane-bundle-rfi {
  background-color: #a51c30;
  padding: reem(5) 1.25rem;
  position: relative;
  z-index: 2;
  text-align: center; }
  .rfi:after, .rfi:before,
  .pane-bundle-rfi:after,
  .pane-bundle-rfi:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #a51c30;
    z-index: 1; }
  .rfi:after,
  .pane-bundle-rfi:after {
    left: 100%; }
  .rfi:before,
  .pane-bundle-rfi:before {
    right: 100%; }
  @media print {
    .rfi,
    .pane-bundle-rfi {
      display: none !important; } }
  @media screen and (min-width: 31.25em) {
    .rfi:before, .rfi:after,
    .pane-bundle-rfi:before,
    .pane-bundle-rfi:after {
      display: none; } }
  .rfi h2,
  .pane-bundle-rfi h2 {
    font-size: 1.0625rem;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    font-style: normal;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
    @media screen and (min-width: 59.375em) {
      .rfi h2,
      .pane-bundle-rfi h2 {
        font-size: 1.375rem;
        line-height: 1.09091; } }
    @media screen and (min-width: 46.875em) {
      .rfi h2,
      .pane-bundle-rfi h2 {
        font-size: 1rem;
        line-height: 1.4375;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.01em;
        font-style: normal; } }
  .rfi .pane-content,
  .pane-bundle-rfi .pane-content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
    @media screen and (min-width: 31.25em) {
      .rfi .pane-content,
      .pane-bundle-rfi .pane-content {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; } }
    @media screen and (min-width: 46.875em) {
      .rfi .pane-content,
      .pane-bundle-rfi .pane-content {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem; } }
    @media screen and (min-width: 59.375em) {
      .rfi .pane-content,
      .pane-bundle-rfi .pane-content {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem; } }
    .rfi .pane-content > *,
    .pane-bundle-rfi .pane-content > * {
      color: #fff;
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; }
      @media screen and (min-width: 59.375em) {
        .rfi .pane-content > *,
        .pane-bundle-rfi .pane-content > * {
          padding-left: 0.4375rem;
          padding-right: 0.4375rem; } }
    .rfi .pane-content > * + *,
    .pane-bundle-rfi .pane-content > * + * {
      margin-top: 0.625rem; }
      @media screen and (min-width: 59.375em) {
        .rfi .pane-content > * + *,
        .pane-bundle-rfi .pane-content > * + * {
          margin-top: 0.875rem; } }
  @media screen and (min-width: 31.25em) {
    .rfi p.cta, .rfi .field-collection-view p, .field-collection-view .rfi p,
    .rfi .rfi--button,
    .pane-bundle-rfi p.cta,
    .pane-bundle-rfi .field-collection-view p,
    .field-collection-view .pane-bundle-rfi p,
    .pane-bundle-rfi .rfi--button {
      display: inline-block;
      vertical-align: middle; } }
  @media screen and (min-width: 46.875em) {
    .rfi h2,
    .pane-bundle-rfi h2 {
      font-size: 0.75rem;
      line-height: 1.25;
      line-height: 1.41667; } }
  @media screen and (min-width: 46.875em) and (min-width: 59.375em) {
    .rfi h2,
    .pane-bundle-rfi h2 {
      font-size: 0.9375rem;
      line-height: 1.53333; } }
  @media screen and (min-width: 46.875em) {
    .rfi h2, .rfi p.cta, .rfi .field-collection-view p, .field-collection-view .rfi p,
    .rfi .rfi--button,
    .pane-bundle-rfi h2,
    .pane-bundle-rfi p.cta,
    .pane-bundle-rfi .field-collection-view p,
    .field-collection-view .pane-bundle-rfi p,
    .pane-bundle-rfi .rfi--button {
      margin: 0.4375rem 0;
      display: inline-block;
      vertical-align: middle; } }
  .rfi .rfi--button a,
  .pane-bundle-rfi .rfi--button a {
    background: #fff;
    color: #4177b9; }

.panel-home .pane-bundle-rfi {
  margin-bottom: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .panel-home .pane-bundle-rfi {
      margin-bottom: 3.5rem;
      padding-top: 0.875rem;
      padding-bottom: 0.875rem; } }

.main-content-details .rfi > * + * {
  margin-top: 0.625rem; }

@media screen and (min-width: 46.875em) {
  .main-content-details .rfi > *,
  .main-content-details .rfi > .rfi--button {
    margin-top: 0; } }

@media screen and (min-width: 59.375em) {
  .main-content-details .rfi > .rfi--button {
    margin-top: 0.875rem; } }

.pane-content .wFormContainer {
  font-family: "tablet-gothic", Tahoma, Geneva, sans-serif !important;
  background-color: transparent;
  font-size: 19px !important;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0 !important;
  max-width: 100%;
  /* Definitely not the best way to do this, but we have no control over the mark up here. */ }
  .pane-content .wFormContainer .wFormTitle,
  .pane-content .wFormContainer legend {
    display: none; }
  .pane-content .wFormContainer fieldset {
    margin: 0;
    border: none;
    padding: 0; }
  .pane-content .wFormContainer label.label {
    margin-bottom: 0; }
  .pane-content .wFormContainer .wForm {
    padding: 0;
    width: 100% !important;
    margin: 0 !important; }
    .pane-content .wFormContainer .wForm .preField {
      width: auto;
      display: block; }
    .pane-content .wFormContainer .wForm .inputWrapper {
      width: 100%; }
    .pane-content .wFormContainer .wForm .oneField {
      padding: 5px 0;
      border: none; }
    .pane-content .wFormContainer .wForm .htmlSection {
      padding: 0;
      border: none; }
    .pane-content .wFormContainer .wForm #tfa_1206 {
      display: none; }
  .pane-content .wFormContainer input[type=text], .pane-content .wFormContainer select {
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    background-clip: padding-box;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: white;
    border: none;
    border-color: #e1e1e1;
    color: black;
    outline: 0;
    text-align: left;
    vertical-align: top;
    box-shadow: inset 1px 1px 3px 0 rgba(30, 30, 30, 0.3);
    padding: 0.3125rem 0.5rem;
    font-size: 1rem;
    height: 2.375rem; }
    @media screen and (min-width: 31.25em) {
      .pane-content .wFormContainer input[type=text], .pane-content .wFormContainer select {
        padding: 0.3125rem 0.5rem;
        font-size: 1.1875rem;
        height: 2.375rem; } }
    @media screen and (min-width: 59.375em) {
      .pane-content .wFormContainer input[type=text], .pane-content .wFormContainer select {
        padding: 0.3125rem 0.5rem;
        font-size: 1.1875rem;
        height: 2.375rem; } }
    .pane-content .wFormContainer input[type=text][disabled], .pane-content .wFormContainer select[disabled] {
      background-color: #eee;
      color: #888; }
  .pane-content .wFormContainer .inputWrapper select {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #bebebf;
    border-right: 1px solid #cfd0d1;
    box-shadow: none;
    -webkit-box-shadow: none; }
  .pane-content .wFormContainer .htmlContent > span {
    background-color: transparent !important; }
  .pane-content .wFormContainer .actions {
    border: none; }
    .pane-content .wFormContainer .actions input.primaryAction {
      -webkit-appearance: none;
      background-image: none;
      background-color: #a51c30;
      background-clip: padding-box;
      border: none;
      border-radius: 0;
      box-shadow: none;
      text-shadow: none;
      cursor: pointer;
      color: white;
      display: inline-block;
      outline: 0;
      overflow: visible;
      text-decoration: none;
      vertical-align: top;
      width: auto;
      font-weight: bold;
      font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
      transition: background 0.2s ease;
      line-height: 1.25;
      text-transform: uppercase;
      letter-spacing: 0.01;
      padding: 0.75rem 0.9375rem 0.6875rem;
      font-size: 0.75rem; }
      @media screen and (min-width: 31.25em) {
        .pane-content .wFormContainer .actions input.primaryAction {
          padding: 0.625rem 0.9375rem 0.5625rem;
          font-size: 0.8125rem; } }
      @media screen and (min-width: 59.375em) {
        .pane-content .wFormContainer .actions input.primaryAction {
          padding: 0.3125rem 0.9375rem;
          font-size: 0.9375rem; } }
      @media screen and (min-width: 59.375em) {
        .pane-content .wFormContainer .actions input.primaryAction {
          line-height: 1.75; } }
      .pane-content .wFormContainer .actions input.primaryAction:hover {
        background-color: #64111d;
        text-color: white;
        text-decoration: none; }
      .pane-content .wFormContainer .actions input.primaryAction:active {
        background-color: #a51c30;
        box-shadow: none; }
      .pane-content .wFormContainer .actions input.primaryAction[disabled] {
        background-color: gray;
        color: white; }
        .pane-content .wFormContainer .actions input.primaryAction[disabled]:hover {
          background-color: gray;
          color: white; }
      .pane-content .wFormContainer .actions input.primaryAction::-moz-focus-inner {
        border: 0;
        padding: 0; }
  .pane-content .wFormContainer .supportInfo {
    display: none;
    font-size: 16px;
    border: none;
    padding: 0; }

.pane-bundle-event {
  position: relative; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-event picture {
      height: 200px;
      overflow: hidden;
      margin-top: -28px; } }
  .pane-bundle-event h2 {
    font-size: 1rem;
    line-height: 1;
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-event h2 {
        font-size: 1.1875rem;
        line-height: 1.21053; } }

.event--header {
  margin-left: 3.125rem;
  background-color: #e5e6e7;
  padding: 0.9375rem; }
  @media screen and (min-width: 46.875em) {
    .event--header {
      margin-left: 5rem; } }
  @media screen and (min-width: 59.375em) {
    .event--header {
      padding: 0.875rem; } }

.event--date {
  background-color: #4177b9;
  color: #fff;
  width: 3.125rem;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0; }
  @media screen and (min-width: 46.875em) {
    .event--date {
      width: 5rem; } }
  .event--date > * {
    font-size: 0.75rem;
    line-height: 1.25;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
    margin: 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 1; }
    @media screen and (min-width: 59.375em) {
      .event--date > * {
        font-size: 0.9375rem;
        line-height: 1.53333; } }
  .event--date > *:first-child {
    margin-top: 0.1875rem; }
    @media screen and (min-width: 46.875em) {
      .event--date > *:first-child {
        margin-top: 0.5625rem; } }
  .event--date > *:last-child {
    margin-bottom: 0.1875rem; }
    @media screen and (min-width: 46.875em) {
      .event--date > *:last-child {
        margin-bottom: 0.5625rem; } }
  .event--date .day {
    font-size: 1.125rem;
    line-height: 1; }
    @media screen and (min-width: 46.875em) {
      .event--date .day {
        font-size: 2.25rem;
        line-height: 1; } }

.event--body {
  margin-top: 0;
  padding: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .event--body {
      padding: 0.875rem; } }

.panel-sidebar-second .date-display-single {
  font-size: 1.1875rem;
  line-height: 1.15789;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  display: block; }
  @media screen and (min-width: 59.375em) {
    .panel-sidebar-second .date-display-single {
      font-size: 1.4375rem;
      line-height: 1.04348; } }
  .panel-sidebar-second .date-display-single + hr {
    display: none; }
  .panel-sidebar-second .date-display-single + hr + .date-display-single {
    font-size: 0.75rem;
    line-height: 1.41667;
    font-family: tablet-gothic, Tahoma, Geneva, sans-serif;
    font-weight: normal;
    margin-top: 0.3125rem;
    border-bottom: 1px solid #acb6bc;
    padding-bottom: 1.25rem; }
    @media screen and (min-width: 59.375em) {
      .panel-sidebar-second .date-display-single + hr + .date-display-single {
        font-size: 1rem;
        line-height: 1.4375; } }
    @media screen and (min-width: 59.375em) {
      .panel-sidebar-second .date-display-single + hr + .date-display-single {
        margin-top: 0.4375rem; } }
  @media print {
    .panel-sidebar-second .date-display-single {
      display: block !important;
      margin-bottom: 0 !important;
      border: none !important; } }

.pane-node-field-location h3 {
  font-size: 1.1875rem;
  line-height: 1.15789;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
  @media screen and (min-width: 59.375em) {
    .pane-node-field-location h3 {
      font-size: 1.4375rem;
      line-height: 1.04348; } }
  .pane-node-field-location h3 + * {
    margin-top: 0.3125rem; }
    @media screen and (min-width: 59.375em) {
      .pane-node-field-location h3 + * {
        margin-top: 0.4375rem; } }

.pane-node-field-location p {
  font-size: 0.75rem;
  line-height: 1.41667; }
  @media screen and (min-width: 59.375em) {
    .pane-node-field-location p {
      font-size: 1rem;
      line-height: 1.4375; } }

.accordion {
  border-top: 1px solid #bac5c6;
  border-bottom: 1px solid #bac5c6;
  margin-top: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .accordion {
      padding-top: 0.875rem;
      padding-bottom: 0.875rem; } }

.accordion--toggle {
  position: relative;
  background-image: none;
  display: block; }
  .accordion--toggle.i-accordion-plus, .accordion--toggle.i-accordion-minus {
    background-image: none; }
  .accordion--toggle:after {
    content: '';
    display: block;
    height: 0.75rem;
    width: 0.75rem;
    position: absolute;
    top: 0;
    right: -1.5625rem;
    background-position: center center;
    background-size: contain; }
    .csstransforms .accordion--toggle:after {
      top: 50%;
      transform: translateY(-50%); }
  .panel-sidebar-first .accordion--toggle {
    text-decoration: underline;
    text-decoration-color: rgba(165, 28, 48, 0.5);
    color: #a51c30;
    transition: color .25s ease; }
    .panel-sidebar-first .accordion--toggle:focus, .panel-sidebar-first .accordion--toggle:hover {
      color: #4e0d17;
      text-decoration: underline; }

.main-content-details--body .accordion--header,
.accordion--header {
  padding-right: 1.875rem;
  cursor: pointer; }
  .main-content-details--body .accordion--header h3,
  .accordion--header h3 {
    font-size: 1rem;
    line-height: 1;
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
    @media screen and (min-width: 59.375em) {
      .main-content-details--body .accordion--header h3,
      .accordion--header h3 {
        font-size: 1.1875rem;
        line-height: 1.21053; } }

.accordion--body {
  margin: 0; }
  .accordion--body a {
    color: #a51c30; }
    .accordion--body a:focus, .accordion--body a:hover {
      color: #4e0d17;
      text-decoration: underline; }
  .accordion--body > *:first-child {
    margin-top: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .accordion--body > *:first-child {
        margin-top: 0.875rem; } }
  .accordion--body > *:last-child {
    margin-bottom: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .accordion--body > *:last-child {
        margin-bottom: 0.875rem; } }
  @media print {
    .accordion--body {
      display: block !important; } }

.accordion--body-inner {
  padding-top: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .accordion--body-inner {
      padding-top: 0.875rem; } }

.section-academics .inset-layout--aside .panel-pane:first-child {
  margin-top: 0; }

.inset-layout--aside .expandable-pane-style {
  position: relative; }
  @media screen and (min-width: 59.375em) {
    .inset-layout--aside .expandable-pane-style {
      margin-left: 0;
      margin-right: 0; } }

.inset-layout--aside .expandable-pane-style + .expandable-pane-style {
  margin-top: 0; }

.inset-layout--aside .pane-2 + .expandable-pane-style {
  margin-top: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .inset-layout--aside .pane-2 + .expandable-pane-style {
      margin-top: 0.875rem; } }

.inset-layout--aside .expandable-pane-style .facetapi-facet {
  font-size: 0.75rem;
  line-height: 1.41667; }
  @media screen and (min-width: 59.375em) {
    .inset-layout--aside .expandable-pane-style .facetapi-facet {
      font-size: 1rem;
      line-height: 1.4375; } }

.inset-layout--aside .expandable-pane-style .facetapi-multiselect-checkboxes .form-item {
  font-size: 0.75rem;
  line-height: 1.41667;
  margin-top: 0; }
  @media screen and (min-width: 59.375em) {
    .inset-layout--aside .expandable-pane-style .facetapi-multiselect-checkboxes .form-item {
      font-size: 1rem;
      line-height: 1.4375; } }
  .inset-layout--aside .expandable-pane-style .facetapi-multiselect-checkboxes .form-item input[type="checkbox"] {
    margin-right: 0.5em; }
  .inset-layout--aside .expandable-pane-style .facetapi-multiselect-checkboxes .form-item label {
    text-transform: none;
    display: inline;
    font-weight: normal; }

.inset-layout--aside .expandable-pane-style .accordion--header .zeta {
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
  @media screen and (min-width: 59.375em) {
    .inset-layout--aside .expandable-pane-style .accordion--header .zeta {
      font-size: 0.9375rem;
      line-height: 1.53333; } }

.inset-layout--aside .expandable-pane-style .accordion--header a {
  text-decoration: none; }

.inset-layout--aside .expandable-pane-style .accordion--body a {
  color: #1e1e1e;
  text-decoration: none; }
  .inset-layout--aside .expandable-pane-style .accordion--body a:focus, .inset-layout--aside .expandable-pane-style .accordion--body a:hover {
    color: #1e1e1e; }

.inset-layout--aside .expandable-pane-style .accordion--body .pane-block:first-child {
  margin-top: 0.625rem; }

.inset-layout--aside .expandable-pane-style .accordion--body .pane-block + .pane-block {
  margin-top: 0.625rem; }

#find-matches-button {
  margin-left: 5px; }

.mobile-accordion {
  margin-top: -1.25rem; }
  @media screen and (min-width: 46.875em) {
    .mobile-accordion {
      margin-top: 0; } }
  .mobile-accordion .views-submit-button {
    margin-right: .5em; }
  .mobile-accordion .views-submit-button,
  .mobile-accordion .views-reset-button {
    display: inline-block; }
  @media print {
    .mobile-accordion {
      display: none !important; } }

.mobile-accordion--header {
  position: relative;
  z-index: 2;
  background: #4177b9;
  padding: 0.83333rem 0; }
  .mobile-accordion--header:after, .mobile-accordion--header:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #4177b9;
    z-index: 1; }
  .mobile-accordion--header:after {
    left: 100%; }
  .mobile-accordion--header:before {
    right: 100%; }
  @media screen and (min-width: 46.875em) {
    .mobile-accordion--header {
      background: transparent;
      padding: 0; }
      .mobile-accordion--header:before, .mobile-accordion--header:after {
        display: none; } }
  .mobile-accordion--header h2 a {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    background-image: none;
    position: relative;
    display: block; }
    .mobile-accordion--header h2 a:after {
      content: '';
      display: block;
      height: 0.75rem;
      width: 0.75rem;
      position: absolute;
      top: 50%;
      right: 0;
      background-size: contain;
      background-position: center center;
      transform: translateY(-50%); }
    .mobile-accordion--header h2 a:hover {
      text-decoration: none; }

.mobile-accordion--body-wrap {
  margin: 0;
  display: none; }

.js .mobile-accordion--body {
  padding: 1.25rem 0; }
  @media screen and (min-width: 46.875em) {
    .js .mobile-accordion--body {
      padding: 0; } }

.layout-explore-hero--main {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
  max-width: none; }
  .layout-explore-hero--main:after {
    content: "";
    display: table;
    clear: both; }
  .layout-explore-hero--main .column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    position: absolute;
    bottom: 2.5rem;
    left: 0; }
    .layout-explore-hero--main .column:last-child {
      margin-right: 0; }
    @media screen and (min-width: 59.375em) {
      .layout-explore-hero--main .column {
        float: left;
        display: block;
        margin-right: 0%;
        width: 52.63158%;
        margin-left: 10.52632%;
        bottom: 3.5rem; }
        .layout-explore-hero--main .column:last-child {
          margin-right: 0; } }

.layout-explore-hero--secondary {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  float: none; }
  .layout-explore-hero--secondary:last-child {
    margin-right: 0; }
  @media screen and (min-width: 59.375em) {
    .layout-explore-hero--secondary {
      float: left;
      display: block;
      margin-right: 0%;
      width: 31.57895%;
      z-index: 10;
      position: absolute;
      bottom: 0;
      right: 0; }
      .layout-explore-hero--secondary:last-child {
        margin-right: 0; }
      .csstransforms .layout-explore-hero--secondary {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%); } }

.explore-hero {
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
  background-color: #737373; }
  .explore-hero + * {
    margin-top: 0; }
  @media screen and (min-width: 31.25em) {
    .explore-hero {
      margin-left: -1rem;
      margin-right: -1rem; } }
  @media screen and (min-width: 59.375em) {
    .explore-hero {
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }
  @media print {
    .explore-hero {
      display: none; } }

.explore-hero--main {
  min-height: 15.625rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  .cssgradients .explore-hero--main:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); }
  .explore-hero--main * {
    color: #fff; }
  .explore-hero--main .alpha {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
    .explore-hero--main .alpha em {
      font-style: normal;
      position: relative;
      display: inline-block; }
      .explore-hero--main .alpha em:after {
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        width: 100%;
        height: 5px;
        background-color: #a51c30; }
  @media screen and (min-width: 31.25em) {
    .explore-hero--main {
      min-height: 21.875rem; } }

.explore-hero--secondary {
  background: #a51c30;
  margin: 0; }

.view-what-are-you-interested-in .ajax-progress .throbber {
  display: none; }

.explore {
  position: relative;
  display: none; }
  .js .explore {
    display: block; }
  @media print {
    .explore {
      display: none !important; } }

.explore--header {
  padding-top: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .explore--header + * {
    margin-top: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .explore--header {
      padding-top: 1.3125rem;
      padding-left: 1.3125rem;
      padding-right: 1.3125rem; }
      .explore--header + * {
        margin-top: 0.875rem; } }

.explore--body {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 0.9375rem; }
  @media screen and (min-width: 59.375em) {
    .explore--body {
      padding-left: 1.3125rem;
      padding-right: 1.3125rem;
      padding-bottom: 1.3125rem; } }
  .explore--body.explore--body--filters {
    margin-top: 0.4375rem; }

.explore--item .eta + p {
  margin-top: 0.3125rem; }
  @media screen and (min-width: 59.375em) {
    .explore--item .eta + p {
      margin-top: 0.4375rem; } }

.explore--item a {
  text-decoration: none; }
  .explore--item a:hover, .explore--item a:focus {
    text-decoration: underline; }

.layout-explore--body {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  .layout-explore--body:after {
    content: "";
    display: table;
    clear: both; }
  .layout-explore--body > .column + .column {
    margin-top: 1.25rem; }
  @media screen and (min-width: 31.25em) {
    .layout-explore--body {
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }
  @media screen and (min-width: 31.25em) and (max-width: 59.375em) {
    .layout-explore--body > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .layout-explore--body > .column:last-child {
        margin-right: 0; }
    .layout-explore--body > .column + .column {
      margin-top: 0; } }
  @media screen and (min-width: 59.375em) {
    .layout-explore--body {
      margin-left: -0.75rem;
      margin-right: -0.75rem; }
      .layout-explore--body > .column {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%; }
        .layout-explore--body > .column:last-child {
          margin-right: 0; }
      .layout-explore--body > .column + .column {
        margin-top: 1.75rem; } }

.explore--form {
  text-align: right; }

.explore--expanded {
  background: #fff;
  border-bottom: 10px solid #a51c30;
  margin: 0; }
  @media screen and (min-width: 59.375em) {
    .explore--expanded {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%; }
      .explore--expanded:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3.125rem;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); } }

.explore--expanded-inner {
  -webkit-overflow-scrolling: touch;
  padding: 0.9375rem; }
  @media screen and (min-width: 59.375em) {
    .explore--expanded-inner {
      max-height: 27.8125rem;
      overflow: auto;
      overflow-y: auto;
      padding: 1.3125rem 1.3125rem 4.4375rem; } }

.explore--toggle {
  font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
  font-weight: normal;
  text-align: right;
  font-style: italic;
  margin-top: 0.625rem;
  position: relative;
  background-image: none;
  padding-right: 1.5rem;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  background-image: none !important; }
  .explore--toggle.active:after {
    top: 50%;
    transform: rotate(-180deg); }
  .explore--toggle:after {
    transition: all .25s ease;
    display: block;
    content: '';
    height: 1rem;
    width: 1rem;
    position: absolute;
    margin-top: -0.5rem;
    top: 50%;
    right: 0;
    background-size: contain;
    transform: rotate(0deg); }
    @media screen and (min-width: 59.375em) {
      .explore--toggle:after {
        height: 1.125rem;
        width: 1.125rem;
        margin-top: -0.5625rem; } }
  @media screen and (min-width: 59.375em) {
    .explore--toggle {
      margin-top: 0.875rem; } }

.flexible-study-options {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%; }
  .flexible-study-options:last-child {
    margin-right: 0; }
  @media screen and (min-width: 31.25em) {
    .flexible-study-options {
      float: left;
      display: block;
      margin-right: 0%;
      width: 80%;
      margin-left: 10%; }
      .flexible-study-options:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .flexible-study-options {
      float: left;
      display: block;
      margin-right: 0%;
      width: 70%;
      margin-left: 15%; }
      .flexible-study-options:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .flexible-study-options {
      float: left;
      display: block;
      margin-right: 0%;
      width: 60%;
      margin-left: 20%; }
      .flexible-study-options:last-child {
        margin-right: 0; } }

.flexible-study-options {
  text-align: center;
  padding-bottom: 1.25rem; }
  .flexible-study-options .pane-title {
    margin-bottom: 0.625rem; }
  .flexible-study-options + * {
    clear: both; }
  @media screen and (min-width: 59.375em) {
    .flexible-study-options {
      padding-bottom: 1.75rem; }
      .flexible-study-options .pane-title {
        margin-bottom: 0.875rem; } }

.pane-bundle-what-you-can-expect {
  border-top: 4px solid #8996a0;
  padding: 1.25rem;
  background: #ebebeb;
  position: relative;
  z-index: 2; }
  .cssgradients .pane-bundle-what-you-can-expect {
    background: linear-gradient(to bottom, #e5e6e7 0%, #bac5c6 100%); }
  @media screen and (min-width: 59.375em) {
    * + .pane-bundle-what-you-can-expect {
      padding: 1.75rem 1.75rem 3.5rem 1.75rem;
      margin-top: 3.5rem; } }
  .pane-bundle-what-you-can-expect:after, .pane-bundle-what-you-can-expect:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #020203;
    z-index: 1; }
  .pane-bundle-what-you-can-expect:after {
    left: 100%; }
  .pane-bundle-what-you-can-expect:before {
    right: 100%; }
  .pane-bundle-what-you-can-expect:after, .pane-bundle-what-you-can-expect:before {
    top: 50%; }
  @media print {
    .pane-bundle-what-you-can-expect {
      margin-top: 1.75rem !important; } }

.pane-bundle-what-you-can-expect {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-what-you-can-expect {
      margin-left: 0;
      margin-right: 0; } }
  @media print {
    .pane-bundle-what-you-can-expect {
      margin-top: inherit;
      margin-left: 0;
      margin-right: 0; } }
  .pane-bundle-what-you-can-expect h2 {
    font-size: 1.1875rem;
    line-height: 1.15789;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    font-style: normal;
    text-align: center; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-what-you-can-expect h2 {
        font-size: 1.625rem;
        line-height: 1; } }
    @media screen and (min-width: 31.25em) {
      .pane-bundle-what-you-can-expect h2 + .layout-split-4 {
        margin-top: 0; } }
    @media screen and (min-width: 46.875em) {
      .pane-bundle-what-you-can-expect h2 + .layout-split-4 {
        margin-top: 1.25rem; } }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-what-you-can-expect h2 + .layout-split-4 {
        margin-top: 1.75rem; } }
  .pane-bundle-what-you-can-expect a {
    color: #a51c30; }
  .pane-bundle-what-you-can-expect h3,
  .pane-bundle-what-you-can-expect .epsilon {
    font-size: 1.1875rem;
    line-height: 1.15789;
    font-style: italic;
    letter-spacing: normal;
    font-weight: normal;
    text-transform: none;
    font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
    text-align: center; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-what-you-can-expect h3,
      .pane-bundle-what-you-can-expect .epsilon {
        font-size: 1.4375rem;
        line-height: 1.04348; } }
    @media screen and (min-width: 31.25em) {
      .pane-bundle-what-you-can-expect h3,
      .pane-bundle-what-you-can-expect .epsilon {
        text-align: left; } }
    .pane-bundle-what-you-can-expect h3 + *,
    .pane-bundle-what-you-can-expect .epsilon + * {
      margin-top: 0.625rem; }
      @media screen and (min-width: 59.375em) {
        .pane-bundle-what-you-can-expect h3 + *,
        .pane-bundle-what-you-can-expect .epsilon + * {
          margin-top: 0.875rem; } }
  @media screen and (min-width: 46.875em) {
    .pane-bundle-what-you-can-expect h3,
    .pane-bundle-what-you-can-expect .media {
      margin-left: 0.625rem;
      margin-right: 0.625rem; } }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-what-you-can-expect h3,
    .pane-bundle-what-you-can-expect .media {
      margin-left: 0.875rem;
      margin-right: 0.875rem; } }
  @media screen and (min-width: 46.875em) and (max-width: 68.75em) {
    .pane-bundle-what-you-can-expect h3 .media-i,
    .pane-bundle-what-you-can-expect .media .media-i {
      float: none; }
      .pane-bundle-what-you-can-expect h3 .media-i + .media-b,
      .pane-bundle-what-you-can-expect .media .media-i + .media-b {
        margin-top: 0.625rem; } }
  .pane-bundle-what-you-can-expect h3 .media-b p a,
  .pane-bundle-what-you-can-expect .media .media-b p a {
    text-decoration: none; }
    .pane-bundle-what-you-can-expect h3 .media-b p a:focus, .pane-bundle-what-you-can-expect h3 .media-b p a:hover,
    .pane-bundle-what-you-can-expect .media .media-b p a:focus,
    .pane-bundle-what-you-can-expect .media .media-b p a:hover {
      text-decoration: underline; }
  .pane-bundle-what-you-can-expect h3 .media-b p + p,
  .pane-bundle-what-you-can-expect .media .media-b p + p {
    margin-top: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-what-you-can-expect h3 .media-b p + p,
      .pane-bundle-what-you-can-expect .media .media-b p + p {
        margin-top: 0.875rem; } }
  .pane-bundle-what-you-can-expect h3 .media-b .delta,
  .pane-bundle-what-you-can-expect .media .media-b .delta {
    font-size: 1rem;
    line-height: 1;
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-what-you-can-expect h3 .media-b .delta,
      .pane-bundle-what-you-can-expect .media .media-b .delta {
        font-size: 1.1875rem;
        line-height: 1.21053; } }
  .pane-bundle-what-you-can-expect h3 .media-b .zeta,
  .pane-bundle-what-you-can-expect .media .media-b .zeta {
    font-size: 0.75rem;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.01em;
    font-style: normal; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-what-you-can-expect h3 .media-b .zeta,
      .pane-bundle-what-you-can-expect .media .media-b .zeta {
        font-size: 0.9375rem;
        line-height: 1.53333; } }
  .pane-bundle-what-you-can-expect h3 .media-b .label-inline,
  .pane-bundle-what-you-can-expect .media .media-b .label-inline {
    display: block; }
    @media screen and (min-width: 81.25em) {
      .pane-bundle-what-you-can-expect h3 .media-b .label-inline,
      .pane-bundle-what-you-can-expect .media .media-b .label-inline {
        display: inline; } }
  .pane-bundle-what-you-can-expect .media--image .media-i {
    margin-top: 0.41667rem;
    max-width: 20%; }
    @media screen and (min-width: 46.875em) {
      .pane-bundle-what-you-can-expect .media--image .media-i {
        max-width: 70%; } }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-what-you-can-expect .media--image .media-i {
        margin-top: 0.58333rem; } }
    @media screen and (min-width: 68.75em) {
      .pane-bundle-what-you-can-expect .media--image .media-i {
        max-width: 40%; } }
  .pane-bundle-what-you-can-expect .media--stat .media-i {
    max-width: none;
    float: none;
    width: auto;
    text-align: center; }
    .pane-bundle-what-you-can-expect .media--stat .media-i + .media-b {
      margin-top: 1.25rem; }
    @media screen and (min-width: 31.25em) {
      .pane-bundle-what-you-can-expect .media--stat .media-i {
        text-align: left; } }
    @media screen and (min-width: 81.25em) {
      .pane-bundle-what-you-can-expect .media--stat .media-i {
        float: left;
        width: 30%;
        margin-right: 1.5rem; } }
    .pane-bundle-what-you-can-expect .media--stat .media-i > div {
      line-height: 1; }
  .pane-bundle-what-you-can-expect .column {
    position: relative; }
    @media screen and (min-width: 31.25em) {
      .pane-bundle-what-you-can-expect .column {
        padding-top: 1.25rem;
        margin-top: 1.25rem;
        border-top: 1px solid #8996a0; } }
    @media screen and (min-width: 46.875em) {
      .pane-bundle-what-you-can-expect .column {
        padding-top: 0;
        margin-top: 0;
        border-top: none; } }
    .pane-bundle-what-you-can-expect .column + .column {
      padding-top: 1.25rem;
      margin-top: 1.25rem;
      border-top: 1px solid #8996a0; }
      @media screen and (min-width: 46.875em) {
        .pane-bundle-what-you-can-expect .column + .column {
          border-top: none;
          margin-top: 0;
          padding-top: 0; }
          .pane-bundle-what-you-can-expect .column + .column:after {
            content: '';
            display: block;
            width: 1px;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            background: #8996a0; } }
  .pane-bundle-what-you-can-expect .i-right-chevron {
    font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
    font-style: italic;
    letter-spacing: normal;
    font-weight: normal;
    text-transform: none;
    display: inline; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-what-you-can-expect .i-right-chevron {
        font-size: 1.0625rem;
        line-height: inherit; } }

.panel_field_apply_to_degree,
.panel_field_related_certificates {
  background: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 0.83333rem; }
  .panel_field_apply_to_degree .pane-header h2,
  .panel_field_related_certificates .pane-header h2 {
    font-size: 1.1875rem;
    line-height: 1.15789; }
    @media screen and (min-width: 59.375em) {
      .panel_field_apply_to_degree .pane-header h2,
      .panel_field_related_certificates .pane-header h2 {
        font-size: 1.4375rem;
        line-height: 1.04348; } }
  @media screen and (min-width: 59.375em) {
    .panel_field_apply_to_degree,
    .panel_field_related_certificates {
      padding: 1.16667rem; } }
  .panel_field_apply_to_degree .panel_field_apply_to_degree,
  .panel_field_apply_to_degree .panel_field_related_certificates,
  .panel_field_related_certificates .panel_field_apply_to_degree,
  .panel_field_related_certificates .panel_field_related_certificates {
    padding: 0;
    box-shadow: none; }
  .panel_field_apply_to_degree .teaser-wrapper p, .panel_field_apply_to_degree .teaser-wrapper a,
  .panel_field_related_certificates .teaser-wrapper p,
  .panel_field_related_certificates .teaser-wrapper a {
    display: inline; }

.field-collection-container {
  margin-bottom: 0;
  border: none !important; }

.field-collection-view {
  background: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  border: none !important;
  margin: 0;
  padding: 0.83333rem; }
  .field-collection-view .pane-header h2 {
    font-size: 1.1875rem;
    line-height: 1.15789; }
    @media screen and (min-width: 59.375em) {
      .field-collection-view .pane-header h2 {
        font-size: 1.4375rem;
        line-height: 1.04348; } }
  @media screen and (min-width: 59.375em) {
    .field-collection-view {
      padding: 1.16667rem; } }
  .field-collection-view h3 {
    font-size: 0.75rem;
    line-height: 1.25;
    margin: 0; }
    @media screen and (min-width: 59.375em) {
      .field-collection-view h3 {
        font-size: 0.9375rem;
        line-height: 1.53333; } }
    .field-collection-view h3 + p {
      margin-top: 0.625rem; }
      @media screen and (min-width: 59.375em) {
        .field-collection-view h3 + p {
          margin-top: 0.875rem; } }
  .field-collection-view p:last-child {
    margin-bottom: 0; }
  .field-collection-view .fineprint {
    margin-top: 0.75rem; }
    .field-collection-view .fineprint li {
      font-size: 0.75rem;
      line-height: 1.41667;
      margin-top: 0.3125rem; }
      @media screen and (min-width: 59.375em) {
        .field-collection-view .fineprint li {
          font-size: 0.8125rem;
          line-height: 1.15385; } }

.field-group-card {
  border-top: 4px solid #8996a0;
  background: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 0.83333rem;
  overflow: hidden; }
  @media print {
    .field-group-card {
      border: none; } }
  .field-group-card > * {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem; }
  .field-group-card > .pane-title:first-child {
    margin-top: 0.625rem; }
    .field-group-card > .pane-title:first-child + .pane-content {
      margin-top: 0.625rem; }
  .field-group-card > .pullquote {
    padding-left: 2.70833rem; }
    .field-group-card > .pullquote:before {
      left: 0.83333rem; }
  .field-group-card > picture,
  .field-group-card > img,
  .field-group-card > .img-wrap {
    padding-left: 0;
    padding-right: 0; }
  @media screen and (min-width: 59.375em) {
    .field-group-card {
      padding-bottom: 1.16667rem; }
      .field-group-card > * {
        padding-left: 1.16667rem;
        padding-right: 1.16667rem; }
      .field-group-card > .pane-title:first-child {
        margin-top: 0.875rem; }
        .field-group-card > .pane-title:first-child + .pane-content {
          margin-top: 0.875rem; }
      .field-group-card > .pullquote {
        padding-left: 3.04167rem; }
        .field-group-card > .pullquote:before {
          left: 1.16667rem; }
      .field-group-card > picture,
      .field-group-card > img,
      .field-group-card > .img-wrap {
        padding-left: 0;
        padding-right: 0; }
        .field-group-card > picture + *,
        .field-group-card > img + *,
        .field-group-card > .img-wrap + * {
          margin-top: 1.16667rem; } }
  @media print {
    .field-group-card {
      padding-bottom: 0; } }
  .field-group-card + .i-right-arrow-black {
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
    font-size: 0.75rem;
    line-height: 1.25;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding-right: 1.125rem;
    background-size: 0.75rem 0.75rem;
    background-position: right;
    text-decoration: none;
    color: #1e1e1e;
    display: inline; }
    @media screen and (min-width: 59.375em) {
      .field-group-card + .i-right-arrow-black {
        font-size: 0.9375rem;
        line-height: 1.53333; } }
    .field-group-card + .i-right-arrow-black:hover, .field-group-card + .i-right-arrow-black:focus {
      text-decoration: underline; }
    .field-group-card + .i-right-arrow-black:hover, .field-group-card + .i-right-arrow-black:focus {
      color: #1e1e1e; }
  .field-group-card.js-mh-academic-offerings {
    margin-bottom: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .field-group-card.js-mh-academic-offerings {
      margin-bottom: 0.875rem; }
    .field-group-card + .arrow-link {
      display: block;
      margin-top: 0.875rem;
      margin-bottom: 1.75rem; } }
  @media print {
    .field-group-card .img-wrap + * {
      margin-top: 1em !important; }
    .field-group-card + .arrow-link,
    .field-group-card + .i-right-arrow-black,
    .field-group-card + .i-right-arrow {
      display: none; } }

* + .pane-bundle-important-dates {
  margin-top: 2.5rem; }
  @media screen and (min-width: 59.375em) {
    * + .pane-bundle-important-dates {
      margin-top: 3.5rem; } }

.pane-bundle-important-dates + * {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid #bac5c6; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-important-dates + * {
      padding-top: 1.75rem;
      margin-top: 1.75rem; } }

.pane-bundle-important-dates .delta {
  font-size: 1rem;
  line-height: 1;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-important-dates .delta {
      font-size: 1.1875rem;
      line-height: 1.21053; } }
  .pane-bundle-important-dates .delta.i-calendar {
    padding-left: 1.5rem; }
    .pane-bundle-important-dates .delta.i-calendar:after {
      height: 1.125rem;
      width: 1.125rem; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-important-dates .delta.i-calendar {
        padding-left: 2rem; }
        .pane-bundle-important-dates .delta.i-calendar:after {
          height: 1.5rem;
          width: 1.5rem; } }

.pane-bundle-important-dates .delta + * {
  margin-top: 0.53125rem; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-important-dates .delta + * {
      margin-top: 0.74375rem; } }

.pane-bundle-important-dates p {
  font-size: 0.75rem;
  line-height: 1.41667; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-important-dates p {
      font-size: 1rem;
      line-height: 1.4375; } }

.pane-bundle-related-articles h2 {
  font-size: 1.0625rem;
  line-height: 1;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  font-style: normal; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-related-articles h2 {
      font-size: 1.375rem;
      line-height: 1.09091; } }
  .pane-bundle-related-articles h2 + * {
    margin-top: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-related-articles h2 + * {
        margin-top: 0.875rem; } }

.pane-bundle-related-articles .media {
  background-color: #dddfe2;
  padding: 20px;
  border-top: 4px solid #8996a0; }

.pane-bundle-related-articles .media-b h3 {
  font-size: 1rem;
  line-height: 1;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-related-articles .media-b h3 {
      font-size: 1.1875rem;
      line-height: 1.21053; } }
  .pane-bundle-related-articles .media-b h3 a {
    color: #4177b9; }
    .pane-bundle-related-articles .media-b h3 a:focus, .pane-bundle-related-articles .media-b h3 a:hover {
      color: #26466e;
      text-decoration: none; }

.pane-bundle-related-articles .media-b > *:first-child {
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-related-articles .media-b > *:first-child {
      margin-bottom: 0.875rem; } }

.pane-bundle-related-articles .media-f {
  margin: 0;
  padding: 0 20px 20px;
  background-color: #dddfe2; }
  .pane-bundle-related-articles .media-f p {
    font-size: 16px; }

.full-width.pane-bundle-related-articles {
  width: 100%; }
  .full-width.pane-bundle-related-articles .pane-content {
    display: flex;
    flex-wrap: wrap; }
    .full-width.pane-bundle-related-articles .pane-content h2 {
      width: 100%; }
    .full-width.pane-bundle-related-articles .pane-content .media, .full-width.pane-bundle-related-articles .pane-content .media-f {
      width: 50%; }
    .full-width.pane-bundle-related-articles .pane-content .media {
      margin-top: 0.875rem; }
    .full-width.pane-bundle-related-articles .pane-content .media-f {
      order: 2; }

.view-recent-articles .img-wrap {
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .view-recent-articles .img-wrap {
      margin-bottom: 0.875rem; } }

.view-recent-articles .layout-split-3 {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }
  .view-recent-articles .layout-split-3:after {
    content: "";
    display: table;
    clear: both; }
  .view-recent-articles .layout-split-3 > .column + .column {
    margin-top: 1.25rem; }
  @media screen and (min-width: 31.25em) {
    .view-recent-articles .layout-split-3 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .view-recent-articles .layout-split-3 > .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 46.875em) {
    .view-recent-articles .layout-split-3 > .column + .column {
      margin-top: 0; }
    .view-recent-articles .layout-split-3 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .view-recent-articles .layout-split-3 > .column:last-child {
        margin-right: 0; }
      .view-recent-articles .layout-split-3 > .column:nth-child(3n) {
        margin-right: 0; }
      .view-recent-articles .layout-split-3 > .column:nth-child(3n+1) {
        clear: left; } }

.pane-recent-articles-recent-articles h2 {
  font-size: 1.1875rem;
  line-height: 1.15789;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  font-style: normal; }
  @media screen and (min-width: 59.375em) {
    .pane-recent-articles-recent-articles h2 {
      font-size: 1.625rem;
      line-height: 1; } }

.pane-recent-articles-recent-articles .delta {
  font-size: 1rem;
  line-height: 1;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal; }
  @media screen and (min-width: 59.375em) {
    .pane-recent-articles-recent-articles .delta {
      font-size: 1.1875rem;
      line-height: 1.21053; } }

.main-content-details {
  background: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 1.25rem; }
  .main-content-details .pane-header h2 {
    font-size: 1.1875rem;
    line-height: 1.15789; }
    @media screen and (min-width: 59.375em) {
      .main-content-details .pane-header h2 {
        font-size: 1.4375rem;
        line-height: 1.04348; } }
  @media screen and (min-width: 59.375em) {
    .main-content-details {
      margin-bottom: 1.75rem; } }
  .main-content-details h2 {
    font-size: 1.1875rem;
    line-height: 1.15789;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    font-style: normal;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
    @media screen and (min-width: 59.375em) {
      .main-content-details h2 {
        font-size: 1.625rem;
        line-height: 1; } }

.ad-landing-page .main-content-details {
  margin-bottom: 0; }

.main-content-details--header {
  background: #293352;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 0.46875rem 1rem; }
  @media screen and (min-width: 59.375em) {
    .main-content-details--header {
      padding: 0.65625rem 1.5rem; } }
  .main-content-details--header h2 {
    font-size: 1.1875rem;
    line-height: 1.15789;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    font-style: normal;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
    @media screen and (min-width: 59.375em) {
      .main-content-details--header h2 {
        font-size: 1.625rem;
        line-height: 1; } }

.main-content-details--body {
  margin-top: 0;
  padding: 1.25rem 1rem; }
  @media screen and (min-width: 59.375em) {
    .main-content-details--body {
      padding: 1.75rem 1.5rem; } }
  @media print {
    .main-content-details--body {
      padding-bottom: 0 !important; } }

.main-content-details--footer {
  margin-top: 0; }
  @media print {
    .main-content-details--footer {
      margin-top: 1.25rem; } }

.main-content-details--body:after {
  content: "";
  display: table;
  clear: both; }

.main-content-details--body h3 {
  font-size: 1.1875rem;
  line-height: 1.15789;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
  @media screen and (min-width: 59.375em) {
    .main-content-details--body h3 {
      font-size: 1.4375rem;
      line-height: 1.04348; } }

.main-content-details--body h4 {
  font-size: 1rem;
  line-height: 1;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
  @media screen and (min-width: 59.375em) {
    .main-content-details--body h4 {
      font-size: 1.1875rem;
      line-height: 1.21053; } }

.main-content-details--body h5 {
  font-size: 0.875rem;
  line-height: 1.35714;
  font-style: italic;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: none;
  font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif; }
  @media screen and (min-width: 59.375em) {
    .main-content-details--body h5 {
      font-size: 1.1875rem;
      line-height: 1.36842; } }

.main-content-details--body h6 {
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
  @media screen and (min-width: 59.375em) {
    .main-content-details--body h6 {
      font-size: 0.9375rem;
      line-height: 1.53333; } }

.main-content-details--body p:last-child {
  margin-bottom: 0; }
  .panel-ad-landing-page .main-content-details--body p:last-child {
    margin-top: 1.25rem; }
    @media screen and (min-width: 59.375em) {
      .panel-ad-landing-page .main-content-details--body p:last-child {
        margin-top: 1.75rem; } }

.main-content-details--body .label-above.epsilon {
  font-size: 0.875rem;
  line-height: 1.35714;
  font-style: italic;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: none;
  font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif; }
  @media screen and (min-width: 59.375em) {
    .main-content-details--body .label-above.epsilon {
      font-size: 1.1875rem;
      line-height: 1.36842; } }

.main-content-details--body .rfi {
  background-color: #fff;
  border: 2px solid #8996a0;
  padding: 0.625rem;
  margin-bottom: 0; }
  @media screen and (min-width: 59.375em) {
    .main-content-details--body .rfi {
      padding: 0.875rem; } }
  .main-content-details--body .rfi > h2.zeta {
    font-size: 1rem;
    line-height: 1; }
    @media screen and (min-width: 59.375em) {
      .main-content-details--body .rfi > h2.zeta {
        font-size: 1.1875rem;
        line-height: 1.21053; } }
  @media screen and (min-width: 46.875em) and (max-width: 59.375em) {
    .main-content-details--body .rfi {
      text-align: center; }
      .main-content-details--body .rfi > h2.zeta {
        font-size: 0.75rem;
        line-height: 1.25;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.01em;
        font-style: normal; } }
    @media screen and (min-width: 46.875em) and (max-width: 59.375em) and (min-width: 59.375em) {
      .main-content-details--body .rfi > h2.zeta {
        font-size: 0.9375rem;
        line-height: 1.53333; } }
  @media screen and (min-width: 46.875em) and (max-width: 59.375em) {
        .main-content-details--body .rfi > h2.zeta + * {
          margin-top: 0; }
      .main-content-details--body .rfi > * {
        display: inline-block;
        margin-left: 0.625rem;
        margin-right: 0.625rem;
        margin-top: 0; } }

.main-content-details .pane-bundle-how-the-program-works--item + * {
  margin-top: 0.625rem;
  padding-top: 0.625rem; }
  @media screen and (min-width: 31.25em) {
    .main-content-details .pane-bundle-how-the-program-works--item + * {
      margin-top: 0;
      padding-top: 0;
      margin-bottom: 1.25rem; } }
  @media screen and (min-width: 59.375em) {
    .main-content-details .pane-bundle-how-the-program-works--item + * {
      margin-bottom: 0; } }

@media screen and (min-width: 46.875em) {
  .pane-bundle-how-the-program-works--item + .pane-bundle-how-the-program-works--item {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media screen and (min-width: 59.375em) {
  .pane-bundle-how-the-program-works--item + .pane-bundle-how-the-program-works--item {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

@media screen and (min-width: 31.25em) {
  .pane-bundle-how-the-program-works--item + .pane-bundle-how-the-program-works--item + .pane-bundle-how-the-program-works--item,
  .pane-bundle-how-the-program-works--item + .pane-bundle-how-the-program-works--item + .pane-bundle-how-the-program-works--item + * {
    margin-bottom: 0; } }

.pane-bundle-how-the-program-works--item + .pane-bundle-how-the-program-works--item {
  position: relative; }
  .pane-bundle-how-the-program-works--item + .pane-bundle-how-the-program-works--item:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #bac5c6; }
  @media screen and (min-width: 31.25em) and (max-width: 46.875em) {
    .pane-bundle-how-the-program-works--item + .pane-bundle-how-the-program-works--item:after {
      display: none; } }
  @media screen and (min-width: 46.875em) {
    .pane-bundle-how-the-program-works--item + .pane-bundle-how-the-program-works--item:after {
      bottom: 0;
      width: 1px;
      height: auto; } }

.main-content-details--body .layout-split-4 {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }
  .main-content-details--body .layout-split-4:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 31.25em) {
    .main-content-details--body .layout-split-4 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .main-content-details--body .layout-split-4 > .column:last-child {
        margin-right: 0; }
    .main-content-details--body .layout-split-4 > .column + .column + .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .main-content-details--body .layout-split-4 > .column + .column + .column + .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 46.875em) {
    .main-content-details--body .layout-split-4 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .main-content-details--body .layout-split-4 > .column:last-child {
        margin-right: 0; }
    .main-content-details--body .layout-split-4 > .column + .column + .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .main-content-details--body .layout-split-4 > .column + .column + .column + .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .main-content-details--body .layout-split-4 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%; }
      .main-content-details--body .layout-split-4 > .column:last-child {
        margin-right: 0; }
    .main-content-details--body .layout-split-4 > .column + .column + .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%; }
      .main-content-details--body .layout-split-4 > .column + .column + .column + .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .main-content-details--body .layout-split-4 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 23.52941%; }
      .main-content-details--body .layout-split-4 > .column:last-child {
        margin-right: 0; }
    .main-content-details--body .layout-split-4 > .column + .column + .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 23.52941%;
      margin-left: 5.88235%; }
      .main-content-details--body .layout-split-4 > .column + .column + .column + .column:last-child {
        margin-right: 0; } }

.pane-bundle-how-the-program-works--item h3 {
  font-size: 1rem;
  line-height: 1;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  margin-top: 0; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-how-the-program-works--item h3 {
      font-size: 1.1875rem;
      line-height: 1.21053; } }
  .pane-bundle-how-the-program-works--item h3 + * {
    margin-top: 0.625rem;
    clear: both; }
    @media screen and (min-width: 31.25em) {
      .pane-bundle-how-the-program-works--item h3 + * {
        margin-top: 0.875rem; } }

.main-content-details--body .mobile-show {
  display: none;
  margin: 0; }
  .js .main-content-details--body .mobile-show {
    display: block; }
    @media screen and (min-width: 31.25em) {
      .js .main-content-details--body .mobile-show {
        display: none; } }

.main-content-details--body .mobile-hide {
  display: block;
  margin: 0; }
  .js .main-content-details--body .mobile-hide {
    display: none; }
    @media screen and (min-width: 31.25em) {
      .js .main-content-details--body .mobile-hide {
        display: block; } }

.main-content-details--gray {
  box-shadow: none;
  margin-bottom: 0;
  background-color: #8996a0;
  padding: 0.3125rem 1rem; }
  @media screen and (min-width: 59.375em) {
    .main-content-details--gray {
      padding: 0.4375rem 1.5rem; } }
  .main-content-details--gray h2 {
    color: #fff;
    -webkit-font-smoothing: antialiased; }
  .main-content-details--gray + .main-content-details--body {
    background: #e5e6e7;
    margin-top: 0; }
    .main-content-details--gray + .main-content-details--body p {
      margin: 0; }
    .main-content-details--gray + .main-content-details--body .layout-split-2 > .column + .column {
      margin-top: 1.25rem; }
      @media screen and (min-width: 59.375em) {
        .main-content-details--gray + .main-content-details--body .layout-split-2 > .column + .column {
          margin-top: 1.75rem; } }
      @media screen and (min-width: 68.75em) {
        .main-content-details--gray + .main-content-details--body .layout-split-2 > .column + .column {
          margin-top: 0; } }
    @media screen and (min-width: 31.25em) and (max-width: 68.75em) {
      .main-content-details--gray + .main-content-details--body .layout-split-2 > .column {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%; }
        .main-content-details--gray + .main-content-details--body .layout-split-2 > .column:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 68.75em) {
      .main-content-details--gray + .main-content-details--body .layout-split-2 > .column {
        float: left;
        display: block;
        margin-right: 0%;
        width: 50%; }
        .main-content-details--gray + .main-content-details--body .layout-split-2 > .column:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 68.75em) {
      .main-content-details--gray + .main-content-details--body .column + .column {
        position: relative; }
        .main-content-details--gray + .main-content-details--body .column + .column > * {
          padding-left: 1.5rem; }
        .main-content-details--gray + .main-content-details--body .column + .column:before {
          position: absolute;
          content: '';
          display: block;
          background: #8996a0;
          height: 100%;
          width: 1px;
          top: 0;
          left: 0; } }
    .main-content-details--gray + .main-content-details--body .i-right-arrow {
      font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
      font-size: 0.75rem;
      line-height: 1.25;
      text-transform: uppercase;
      text-decoration: none;
      position: relative;
      padding-right: 1.125rem;
      background-size: 0.75rem 0.75rem;
      background-position: right; }
      @media screen and (min-width: 59.375em) {
        .main-content-details--gray + .main-content-details--body .i-right-arrow {
          font-size: 0.9375rem;
          line-height: 1.53333; } }
      .main-content-details--gray + .main-content-details--body .i-right-arrow:hover, .main-content-details--gray + .main-content-details--body .i-right-arrow:focus {
        text-decoration: underline; }
    .main-content-details--gray + .main-content-details--body .epsilon {
      margin-bottom: 0.625rem; }
      @media screen and (min-width: 59.375em) {
        .main-content-details--gray + .main-content-details--body .epsilon {
          margin-bottom: 0.875rem; } }

.view-all-fields-of-study .view-header {
  border-top: 1px solid #c6c6c5;
  border-bottom: 1px solid #c6c6c5;
  position: relative; }
  .view-all-fields-of-study .view-header:after {
    content: "";
    display: table;
    clear: both; }
  .view-all-fields-of-study .view-header h2 {
    font-size: 1.1875rem;
    line-height: 1.15789;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    font-style: normal;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .view-all-fields-of-study .view-header h2 {
        font-size: 1.625rem;
        line-height: 1; } }
    @media screen and (min-width: 31.25em) {
      .view-all-fields-of-study .view-header h2 {
        width: 50%; } }
    @media screen and (min-width: 59.375em) {
      .view-all-fields-of-study .view-header h2 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem; } }
  .view-all-fields-of-study .view-header p {
    padding-bottom: 0.625rem; }
    @media screen and (min-width: 31.25em) {
      .view-all-fields-of-study .view-header p {
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
        padding-bottom: 0; }
        .csstransforms .view-all-fields-of-study .view-header p {
          top: 50%;
          transform: translateY(-50%); }
        .no-csstransforms .view-all-fields-of-study .view-header p {
          top: 0.875rem; } }
  .view-all-fields-of-study .view-header a {
    display: inline-block;
    font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
    font-style: italic;
    text-decoration: none;
    position: relative; }
    @media print {
      .view-all-fields-of-study .view-header a {
        display: none; } }

@media screen and (min-width: 25em) {
  .csscolumns .view-all-fields-of-study .view-content {
    column-count: 3;
    column-width: 12.5rem;
    column-gap: 1rem; } }

@media screen and (min-width: 31.25em) {
  .csscolumns .view-all-fields-of-study .view-content {
    column-gap: 1rem; } }

@media screen and (min-width: 59.375em) {
  .csscolumns .view-all-fields-of-study .view-content {
    column-gap: 1.5rem; } }

.no-csscolumns .view-all-fields-of-study .view-content {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }
  .no-csscolumns .view-all-fields-of-study .view-content:after {
    content: "";
    display: table;
    clear: both; }

.no-csscolumns .view-all-fields-of-study .view-group {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%; }
  .no-csscolumns .view-all-fields-of-study .view-group:last-child {
    margin-right: 0; }
  .no-csscolumns .view-all-fields-of-study .view-group:nth-child(3n) {
    margin-right: 0; }
  .no-csscolumns .view-all-fields-of-study .view-group:nth-child(3n+1) {
    clear: left; }

.view-all-fields-of-study .view-content {
  padding-bottom: 1.875rem; }
  .view-all-fields-of-study .view-content h3 {
    font-size: 1.1875rem;
    line-height: 1.15789; }
    @media screen and (min-width: 59.375em) {
      .view-all-fields-of-study .view-content h3 {
        font-size: 1.4375rem;
        line-height: 1.04348; } }
    .view-all-fields-of-study .view-content h3 + ul {
      margin-top: 0.41667rem; }
      @media screen and (min-width: 59.375em) {
        .view-all-fields-of-study .view-content h3 + ul {
          margin-top: 0.58333rem; } }
  .view-all-fields-of-study .view-content ul a {
    text-decoration: none; }
    .view-all-fields-of-study .view-content ul a:focus, .view-all-fields-of-study .view-content ul a:hover {
      text-decoration: underline; }
  .view-all-fields-of-study .view-content ul li {
    break-inside: avoid; }
  .view-all-fields-of-study .view-content ul li + li {
    margin-top: 0.41667rem; }
    @media screen and (min-width: 59.375em) {
      .view-all-fields-of-study .view-content ul li + li {
        margin-top: 0.58333rem; } }
  @media screen and (min-width: 59.375em) {
    .view-all-fields-of-study .view-content {
      padding-bottom: 2.625rem; } }
  .view-all-fields-of-study .view-content > div {
    margin-top: 0;
    display: inline-block;
    /* Fixes bug with chrome and CSS columns */ }
  .view-all-fields-of-study .view-content > div + h3 {
    margin-top: 1.25rem; }
    @media screen and (min-width: 59.375em) {
      .view-all-fields-of-study .view-content > div + h3 {
        margin-top: 1.75rem; } }

.view-all-fields-of-study .view-group {
  break-inside: avoid;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    .view-all-fields-of-study .view-group {
      margin-bottom: 1.75rem; } }

.listing-alphabetical .view-content {
  display: none; }

.listing-alphabetical li {
  break-inside: avoid; }

@media print {
  .listing-alphabetical {
    display: none; } }

.pane-bundle-hes-person-quote-and-link {
  background: #e0e7e8;
  border: 1px solid #bac5c6;
  padding: 0.83333rem; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-hes-person-quote-and-link {
      padding: 1.16667rem; } }
  .pane-bundle-hes-person-quote-and-link h2 {
    font-size: 1.1875rem;
    line-height: 1.15789;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    font-style: normal; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-hes-person-quote-and-link h2 {
        font-size: 1.625rem;
        line-height: 1; } }
  .pane-bundle-hes-person-quote-and-link blockquote.pullquote,
  .pane-bundle-hes-person-quote-and-link blockquote.pullquote p {
    font-size: 1rem;
    line-height: 1.25; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-hes-person-quote-and-link blockquote.pullquote,
      .pane-bundle-hes-person-quote-and-link blockquote.pullquote p {
        font-size: 1.5rem;
        line-height: 1.375; } }
  .pane-bundle-hes-person-quote-and-link .name {
    font-size: 1rem;
    line-height: 1;
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-hes-person-quote-and-link .name {
        font-size: 1.1875rem;
        line-height: 1.21053; } }
  .pane-bundle-hes-person-quote-and-link .media {
    border-bottom: 1px solid #bac5c6;
    padding-bottom: 1.25rem; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-hes-person-quote-and-link .media {
        padding-bottom: 1.75rem; } }
    .pane-bundle-hes-person-quote-and-link .media .media-b {
      float: left;
      margin-top: 20px; }
  .pane-bundle-hes-person-quote-and-link .media-i {
    min-width: calc(20% - 30px);
    margin-right: 1.125rem; }
  .pane-bundle-hes-person-quote-and-link .img-wrap {
    min-width: 4.25rem; }
  .pane-bundle-hes-person-quote-and-link blockquote.pullquote {
    font-size: 0.875rem;
    line-height: 1.35714;
    float: right;
    width: 80%; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-hes-person-quote-and-link blockquote.pullquote {
        font-size: 1.1875rem;
        line-height: 1.36842; } }
    .pane-bundle-hes-person-quote-and-link blockquote.pullquote p {
      font-size: 0.875rem;
      line-height: 1.35714; }
      @media screen and (min-width: 59.375em) {
        .pane-bundle-hes-person-quote-and-link blockquote.pullquote p {
          font-size: 1.1875rem;
          line-height: 1.36842; } }
  .pane-bundle-hes-person-quote-and-link .i-right-arrow {
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
    font-size: 0.75rem;
    line-height: 1.25;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding-right: 1.125rem;
    background-size: 0.75rem 0.75rem;
    background-position: right;
    display: inline-block;
    margin-top: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-hes-person-quote-and-link .i-right-arrow {
        font-size: 0.9375rem;
        line-height: 1.53333; } }
    .pane-bundle-hes-person-quote-and-link .i-right-arrow:hover, .pane-bundle-hes-person-quote-and-link .i-right-arrow:focus {
      text-decoration: underline; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-hes-person-quote-and-link .i-right-arrow {
        margin-top: 0.875rem; } }
  @media print {
    .pane-bundle-hes-person-quote-and-link {
      border: none !important;
      padding: 0 !important; } }

.pane-apply-this-course-toward {
  border-top: 4px solid #8996a0;
  padding: 1.25rem;
  background: #ebebeb;
  padding: 0; }
  .cssgradients .pane-apply-this-course-toward {
    background: linear-gradient(to bottom, #e5e6e7 0%, #bac5c6 100%); }
  @media screen and (min-width: 59.375em) {
    * + .pane-apply-this-course-toward {
      padding: 1.75rem 1.75rem 3.5rem 1.75rem;
      margin-top: 3.5rem; } }
  .pane-apply-this-course-toward + .pane-bundle-rfi {
    margin: 0; }
  .pane-apply-this-course-toward h2 {
    font-size: 1.1875rem;
    line-height: 1.15789;
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal; }
    @media screen and (min-width: 59.375em) {
      .pane-apply-this-course-toward h2 {
        font-size: 1.625rem;
        line-height: 1; } }
  .pane-apply-this-course-toward h3 {
    font-size: 1.1875rem;
    line-height: 1.15789; }
    @media screen and (min-width: 59.375em) {
      .pane-apply-this-course-toward h3 {
        font-size: 1.4375rem;
        line-height: 1.04348; } }
  .pane-apply-this-course-toward .views-field-field-course-format,
  .pane-apply-this-course-toward .field-content {
    display: block;
    margin-top: 0.3125rem; }
    .pane-apply-this-course-toward .views-field-field-course-format > span,
    .pane-apply-this-course-toward .field-content > span {
      display: inline; }
    @media screen and (min-width: 59.375em) {
      .pane-apply-this-course-toward .views-field-field-course-format,
      .pane-apply-this-course-toward .field-content {
        margin-top: 0.4375rem; } }
    .pane-apply-this-course-toward .views-field-field-course-format .views-label,
    .pane-apply-this-course-toward .views-field-field-course-format strong,
    .pane-apply-this-course-toward .field-content .views-label,
    .pane-apply-this-course-toward .field-content strong {
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 0.01em;
      font-style: normal;
      font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
  .pane-apply-this-course-toward .pane-title {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .pane-apply-this-course-toward .pane-title {
        padding-top: 1.3125rem;
        padding-bottom: 1.3125rem;
        margin-left: 0.875rem;
        margin-right: 0.875rem; } }
  .pane-apply-this-course-toward .views-row {
    border-top: 1px solid #8996a0;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .pane-apply-this-course-toward .views-row {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
        padding-top: 1.3125rem;
        padding-bottom: 1.3125rem; } }
  .pane-apply-this-course-toward .field-content strong {
    font-size: 0.75rem;
    line-height: 1.25; }
    @media screen and (min-width: 59.375em) {
      .pane-apply-this-course-toward .field-content strong {
        font-size: 0.9375rem;
        line-height: 1.53333; } }
  .pane-apply-this-course-toward * + * {
    margin-top: 0; }

.pane-bundle-certificate-at-a-glance {
  border-top: 4px solid #8996a0;
  padding: 1.25rem;
  background: #ebebeb;
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.625rem; }
  .cssgradients .pane-bundle-certificate-at-a-glance {
    background: linear-gradient(to bottom, #e5e6e7 0%, #bac5c6 100%); }
  @media screen and (min-width: 59.375em) {
    * + .pane-bundle-certificate-at-a-glance {
      padding: 1.75rem 1.75rem 3.5rem 1.75rem;
      margin-top: 3.5rem; } }
  .pane-bundle-certificate-at-a-glance:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-certificate-at-a-glance {
      padding: 0.875rem; } }
  .pane-bundle-certificate-at-a-glance .panel-pane {
    margin: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
    @media screen and (min-width: 37.5em) {
      .pane-bundle-certificate-at-a-glance .panel-pane {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        float: left;
        display: block;
        margin-right: 0%;
        width: 33.33333%; }
        .pane-bundle-certificate-at-a-glance .panel-pane:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 46.875em) {
      .pane-bundle-certificate-at-a-glance .panel-pane {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
        .pane-bundle-certificate-at-a-glance .panel-pane:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-certificate-at-a-glance .panel-pane {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem; } }
  .pane-bundle-certificate-at-a-glance .panel-pane {
    border-top: 1px solid #bac5c6; }
  .pane-bundle-certificate-at-a-glance h2 {
    font-size: 1.0625rem;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    font-style: normal;
    padding-bottom: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-certificate-at-a-glance h2 {
        font-size: 1.375rem;
        line-height: 1.09091; } }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-certificate-at-a-glance h2 {
        padding-bottom: 0.875rem; } }
  .pane-bundle-certificate-at-a-glance h3 {
    font-size: 0.875rem;
    line-height: 1.35714;
    font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
    font-style: italic;
    letter-spacing: normal;
    font-weight: normal;
    text-transform: none; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-certificate-at-a-glance h3 {
        font-size: 1.1875rem;
        line-height: 1.36842; } }
  .pane-bundle-certificate-at-a-glance h3 + .media {
    margin-top: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-certificate-at-a-glance h3 + .media {
        margin-top: 0.875rem; } }
  .pane-bundle-certificate-at-a-glance .media--stat .media-i {
    font-size: 0.125rem;
    line-height: 1;
    max-width: none;
    text-align: center;
    margin-right: 1rem;
    width: 25%; }
    @media screen and (min-width: 25em) {
      .pane-bundle-certificate-at-a-glance .media--stat .media-i {
        width: 15%; } }
    @media screen and (min-width: 31.25em) {
      .pane-bundle-certificate-at-a-glance .media--stat .media-i {
        width: 18%; } }
    @media screen and (min-width: 37.5em) {
      .pane-bundle-certificate-at-a-glance .media--stat .media-i {
        width: 25%; } }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-certificate-at-a-glance .media--stat .media-i {
        font-size: 0.125rem;
        margin-right: 1.5rem; } }

.highlighted-people,
.sidebar-pane-alt {
  background: #e0e7e8;
  border: 1px solid #bac5c6;
  padding: 0.83333rem; }
  @media screen and (min-width: 59.375em) {
    .highlighted-people,
    .sidebar-pane-alt {
      padding: 1.16667rem; } }
  @media print {
    .page .highlighted-people, .page
    .sidebar-pane-alt {
      padding: 1rem !important; } }
  .highlighted-people h2,
  .sidebar-pane-alt h2 {
    font-size: 1.1875rem;
    line-height: 1.15789;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    font-style: normal; }
    @media screen and (min-width: 59.375em) {
      .highlighted-people h2,
      .sidebar-pane-alt h2 {
        font-size: 1.625rem;
        line-height: 1; } }
  .highlighted-people .media--image .media-i,
  .sidebar-pane-alt .media--image .media-i {
    min-width: 3.25rem;
    margin-right: 0.9375rem;
    margin-top: 0.3125rem; }
    @media screen and (min-width: 31.25em) {
      .highlighted-people .media--image .media-i,
      .sidebar-pane-alt .media--image .media-i {
        min-width: 4.5rem;
        margin-right: 1.5625rem; } }
    @media screen and (min-width: 46.875em) {
      .highlighted-people .media--image .media-i,
      .sidebar-pane-alt .media--image .media-i {
        min-width: 2.25rem;
        margin-right: 0.9375rem; } }
    @media screen and (min-width: 59.375em) {
      .highlighted-people .media--image .media-i,
      .sidebar-pane-alt .media--image .media-i {
        min-width: 3.25rem;
        margin-right: 0.9375rem;
        margin-top: 0.4375rem; } }
    @media screen and (min-width: 68.75em) {
      .highlighted-people .media--image .media-i,
      .sidebar-pane-alt .media--image .media-i {
        min-width: 4.5rem;
        margin-right: 1.5625rem; } }
  .highlighted-people .media-b h3,
  .sidebar-pane-alt .media-b h3 {
    font-size: 1.1875rem;
    line-height: 1.15789;
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal; }
    @media screen and (min-width: 59.375em) {
      .highlighted-people .media-b h3,
      .sidebar-pane-alt .media-b h3 {
        font-size: 1.4375rem;
        line-height: 1.04348; } }
    .highlighted-people .media-b h3 a,
    .sidebar-pane-alt .media-b h3 a {
      display: block; }
  .highlighted-people .hes-title,
  .sidebar-pane-alt .hes-title {
    margin-top: 0; }
  .highlighted-people h3 + .hes-title,
  .sidebar-pane-alt h3 + .hes-title {
    margin-top: 0.3125rem; }
    @media screen and (min-width: 59.375em) {
      .highlighted-people h3 + .hes-title,
      .sidebar-pane-alt h3 + .hes-title {
        margin-top: 0.4375rem; } }
  .highlighted-people p:last-child,
  .sidebar-pane-alt p:last-child {
    margin-top: 0.3125rem; }
    @media screen and (min-width: 59.375em) {
      .highlighted-people p:last-child,
      .sidebar-pane-alt p:last-child {
        margin-top: 0.4375rem; } }
    .highlighted-people p:last-child a,
    .sidebar-pane-alt p:last-child a {
      font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
      font-size: 0.75rem;
      line-height: 1.25;
      text-transform: uppercase;
      text-decoration: none;
      position: relative;
      padding-right: 1.125rem;
      background-size: 0.75rem 0.75rem;
      background-position: right; }
      @media screen and (min-width: 59.375em) {
        .highlighted-people p:last-child a,
        .sidebar-pane-alt p:last-child a {
          font-size: 0.9375rem;
          line-height: 1.53333; } }
      .highlighted-people p:last-child a:hover, .highlighted-people p:last-child a:focus,
      .sidebar-pane-alt p:last-child a:hover,
      .sidebar-pane-alt p:last-child a:focus {
        text-decoration: underline; }

.faculty-insight-large--body > .epsilon {
  font-size: 0.875rem;
  line-height: 1.35714;
  font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
  font-style: italic;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: none;
  margin-top: 0; }
  @media screen and (min-width: 59.375em) {
    .faculty-insight-large--body > .epsilon {
      font-size: 1.1875rem;
      line-height: 1.36842; } }
  .faculty-insight-large--body > .epsilon + .media {
    margin-top: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .faculty-insight-large--body > .epsilon + .media {
        margin-top: 0.875rem; } }

.faculty-insight-large--body .gamma {
  font-size: 1rem;
  line-height: 1; }
  @media screen and (min-width: 59.375em) {
    .faculty-insight-large--body .gamma {
      font-size: 1.1875rem;
      line-height: 1.21053; } }

.faculty-insight-large--body hr {
  margin: 1.25rem 0; }
  @media screen and (min-width: 59.375em) {
    .faculty-insight-large--body hr {
      margin: 1.75rem 0; } }

.view-id-faculty_directory {
  margin: 0 0 1rem; }
  @media screen and (min-width: 46.875em) {
    .inset-layout--main .view-id-faculty_directory .view-content {
      padding-left: 1rem; } }
  @media screen and (min-width: 59.375em) {
    .inset-layout--main .view-id-faculty_directory .view-content {
      padding-left: 1.5rem; } }
  .view-id-faculty_directory .view-content .layout-split-2 {
    display: flex;
    flex-wrap: wrap; }
    .view-id-faculty_directory .view-content .layout-split-2 .instructor {
      flex-basis: 100%;
      margin: 6px; }
      @media screen and (min-width: 59.375em) {
        .view-id-faculty_directory .view-content .layout-split-2 .instructor {
          flex-basis: 48%; } }
  .view-id-faculty_directory .field-collection-view {
    height: 100%; }
    .view-id-faculty_directory .field-collection-view h3 {
      font-size: 1.1875rem;
      line-height: 1.15789; }
      @media screen and (min-width: 59.375em) {
        .view-id-faculty_directory .field-collection-view h3 {
          font-size: 1.4375rem;
          line-height: 1.04348; } }
    .view-id-faculty_directory .field-collection-view h3 + .hes-title {
      margin-top: 0.3125rem; }
      @media screen and (min-width: 59.375em) {
        .view-id-faculty_directory .field-collection-view h3 + .hes-title {
          margin-top: 0.4375rem; } }
    .view-id-faculty_directory .field-collection-view .media-i {
      width: 20%;
      margin-right: 0.83333rem;
      margin-bottom: 0.625rem; }
      @media screen and (min-width: 59.375em) {
        .view-id-faculty_directory .field-collection-view .media-i {
          margin-right: 1.16667rem;
          margin-bottom: 0.875rem; } }
    .view-id-faculty_directory .field-collection-view .media + p {
      font-size: 0.75rem;
      line-height: 1.41667;
      border-top: 1px solid #bcc6c8;
      padding-top: 0.625rem;
      margin-top: 0.625rem; }
      @media screen and (min-width: 59.375em) {
        .view-id-faculty_directory .field-collection-view .media + p {
          font-size: 0.8125rem;
          line-height: 1.15385; } }
      @media screen and (min-width: 59.375em) {
        .view-id-faculty_directory .field-collection-view .media + p {
          padding-top: 0.875rem;
          margin-top: 0.875rem; } }

select#subject-list {
  width: 100%; }

.pager {
  margin: 0;
  padding: 1.25rem; }
  @media print {
    .pager {
      display: none !important; } }
  .section-search .pager,
  .page-promoted-search .pager,
  .inset-layout--main .pager {
    position: relative;
    z-index: 3;
    background: #2b3452;
    position: relative;
    z-index: 2; }
    .section-search .pager:after, .section-search .pager:before,
    .page-promoted-search .pager:after,
    .page-promoted-search .pager:before,
    .inset-layout--main .pager:after,
    .inset-layout--main .pager:before {
      content: '';
      display: block;
      position: absolute;
      width: 62.5rem;
      top: 0;
      bottom: 0;
      background: #2b3452;
      z-index: 1; }
    .section-search .pager:after,
    .page-promoted-search .pager:after,
    .inset-layout--main .pager:after {
      left: 100%; }
    .section-search .pager:before,
    .page-promoted-search .pager:before,
    .inset-layout--main .pager:before {
      right: 100%; }
    @media screen and (min-width: 31.25em) {
      .section-search .pager:before,
      .page-promoted-search .pager:before,
      .inset-layout--main .pager:before {
        display: none; } }
  .section-faculty-directory .pager {
    position: relative;
    z-index: 2; }
    .section-faculty-directory .pager:after, .section-faculty-directory .pager:before {
      content: '';
      display: block;
      position: absolute;
      width: 62.5rem;
      top: 0;
      bottom: 0;
      background: #2b3452;
      z-index: 1; }
    .section-faculty-directory .pager:after {
      left: 100%; }
    .section-faculty-directory .pager:before {
      right: 100%; }
    @media screen and (min-width: 46.875em) {
      .section-faculty-directory .pager:before {
        display: none; } }
  .view-courses-by-degree + .pager {
    padding-left: 0; }
    .view-courses-by-degree + .pager:before {
      display: block; }
    .view-courses-by-degree + .pager .pager:before, .view-courses-by-degree + .pager .pager:after {
      display: none; }
    @media screen and (min-width: 46.875em) {
      .view-courses-by-degree + .pager {
        padding-left: 1.25rem;
        margin-right: -1.5rem; }
        .view-courses-by-degree + .pager:before, .view-courses-by-degree + .pager:after {
          background-color: #f5f5f8; }
        .view-courses-by-degree + .pager:before {
          display: none; } }
    @media screen and (min-width: 59.375em) {
      .view-courses-by-degree + .pager {
        margin-right: -2.25rem; } }
  @media screen and (min-width: 59.375em) {
    .pager {
      padding: 1.75rem; } }
  .pager * + * {
    margin-top: 0; }

ul.pager {
  margin: 0;
  padding: 0; }
  ul.pager a {
    display: inline-block;
    text-align: center; }

ul.pager--alpha {
  border-top: 1px solid #bcc6c8;
  padding-top: 0.625rem;
  padding-bottom: 1.25rem; }
  ul.pager--alpha:before, ul.pager--alpha:after {
    display: none !important; }
  @media screen and (min-width: 59.375em) {
    ul.pager--alpha {
      padding-top: 0.875rem;
      padding-bottom: 1.75rem; } }
  ul.pager--alpha > li {
    display: inline-block;
    margin-right: 0.625rem; }
  ul.pager--alpha a {
    font-size: 0.75rem;
    line-height: 1.25;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
    font-weight: bold;
    text-decoration: none; }
    @media screen and (min-width: 59.375em) {
      ul.pager--alpha a {
        font-size: 0.9375rem;
        line-height: 1.53333; } }

.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-item,
.pager-ellipsis,
.pager-current {
  font-size: 0.75rem;
  line-height: 1.41667;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5); }
  @media screen and (min-width: 59.375em) {
    .pager-first,
    .pager-previous,
    .pager-next,
    .pager-last,
    .pager-item,
    .pager-ellipsis,
    .pager-current {
      font-size: 1rem;
      line-height: 1.4375; } }
  .pager-first a,
  .pager-previous a,
  .pager-next a,
  .pager-last a,
  .pager-item a,
  .pager-ellipsis a,
  .pager-current a {
    line-height: 2.3125rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 2.5rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    transition: all .25s ease; }
    .pager-first a:focus, .pager-first a:hover,
    .pager-previous a:focus,
    .pager-previous a:hover,
    .pager-next a:focus,
    .pager-next a:hover,
    .pager-last a:focus,
    .pager-last a:hover,
    .pager-item a:focus,
    .pager-item a:hover,
    .pager-ellipsis a:focus,
    .pager-ellipsis a:hover,
    .pager-current a:focus,
    .pager-current a:hover {
      background-color: #4177b9; }

.pager-ellipsis,
.pager-current {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center; }

.pager-item,
.pager-item.pager-current {
  display: inline-block; }
  .pager-item a,
  .pager-item.pager-current a {
    height: 2.5rem;
    width: 2.5rem; }

.pager-ellipsis,
.pager-item,
.pager-current {
  display: none; }
  @media screen and (min-width: 46.875em) {
    .pager-ellipsis,
    .pager-item,
    .pager-current {
      display: inline-block; } }
  @media screen and (min-width: 46.875em) {
    .section-faculty-directory .pager-ellipsis, .section-faculty-directory
    .pager-item, .section-faculty-directory
    .pager-current {
      display: none; } }
  @media screen and (min-width: 59.375em) {
    .section-faculty-directory .pager-ellipsis, .section-faculty-directory
    .pager-item, .section-faculty-directory
    .pager-current {
      display: inline-block; } }

.panel-inside-extension .pager .item-list,
.page-inside-extension-student-stories .pager .item-list,
.page-inside-extension-press-announcements .pager .item-list {
  text-align: center; }

.panel-inside-extension .pager .pager,
.page-inside-extension-student-stories .pager .pager,
.page-inside-extension-press-announcements .pager .pager {
  display: inline-block; }

.panel-inside-extension .pager .pager-first,
.panel-inside-extension .pager .pager-previous,
.panel-inside-extension .pager .pager-next,
.panel-inside-extension .pager .pager-last,
.panel-inside-extension .pager .pager-item,
.panel-inside-extension .pager .pager-ellipsis,
.panel-inside-extension .pager .pager-current,
.page-inside-extension-student-stories .pager .pager-first,
.page-inside-extension-student-stories .pager .pager-previous,
.page-inside-extension-student-stories .pager .pager-next,
.page-inside-extension-student-stories .pager .pager-last,
.page-inside-extension-student-stories .pager .pager-item,
.page-inside-extension-student-stories .pager .pager-ellipsis,
.page-inside-extension-student-stories .pager .pager-current,
.page-inside-extension-press-announcements .pager .pager-first,
.page-inside-extension-press-announcements .pager .pager-previous,
.page-inside-extension-press-announcements .pager .pager-next,
.page-inside-extension-press-announcements .pager .pager-last,
.page-inside-extension-press-announcements .pager .pager-item,
.page-inside-extension-press-announcements .pager .pager-ellipsis,
.page-inside-extension-press-announcements .pager .pager-current {
  color: #1e1e1e; }
  .panel-inside-extension .pager .pager-first a,
  .panel-inside-extension .pager .pager-previous a,
  .panel-inside-extension .pager .pager-next a,
  .panel-inside-extension .pager .pager-last a,
  .panel-inside-extension .pager .pager-item a,
  .panel-inside-extension .pager .pager-ellipsis a,
  .panel-inside-extension .pager .pager-current a,
  .page-inside-extension-student-stories .pager .pager-first a,
  .page-inside-extension-student-stories .pager .pager-previous a,
  .page-inside-extension-student-stories .pager .pager-next a,
  .page-inside-extension-student-stories .pager .pager-last a,
  .page-inside-extension-student-stories .pager .pager-item a,
  .page-inside-extension-student-stories .pager .pager-ellipsis a,
  .page-inside-extension-student-stories .pager .pager-current a,
  .page-inside-extension-press-announcements .pager .pager-first a,
  .page-inside-extension-press-announcements .pager .pager-previous a,
  .page-inside-extension-press-announcements .pager .pager-next a,
  .page-inside-extension-press-announcements .pager .pager-last a,
  .page-inside-extension-press-announcements .pager .pager-item a,
  .page-inside-extension-press-announcements .pager .pager-ellipsis a,
  .page-inside-extension-press-announcements .pager .pager-current a {
    color: #4177b9;
    background: #fff; }
    .panel-inside-extension .pager .pager-first a:focus, .panel-inside-extension .pager .pager-first a:hover,
    .panel-inside-extension .pager .pager-previous a:focus,
    .panel-inside-extension .pager .pager-previous a:hover,
    .panel-inside-extension .pager .pager-next a:focus,
    .panel-inside-extension .pager .pager-next a:hover,
    .panel-inside-extension .pager .pager-last a:focus,
    .panel-inside-extension .pager .pager-last a:hover,
    .panel-inside-extension .pager .pager-item a:focus,
    .panel-inside-extension .pager .pager-item a:hover,
    .panel-inside-extension .pager .pager-ellipsis a:focus,
    .panel-inside-extension .pager .pager-ellipsis a:hover,
    .panel-inside-extension .pager .pager-current a:focus,
    .panel-inside-extension .pager .pager-current a:hover,
    .page-inside-extension-student-stories .pager .pager-first a:focus,
    .page-inside-extension-student-stories .pager .pager-first a:hover,
    .page-inside-extension-student-stories .pager .pager-previous a:focus,
    .page-inside-extension-student-stories .pager .pager-previous a:hover,
    .page-inside-extension-student-stories .pager .pager-next a:focus,
    .page-inside-extension-student-stories .pager .pager-next a:hover,
    .page-inside-extension-student-stories .pager .pager-last a:focus,
    .page-inside-extension-student-stories .pager .pager-last a:hover,
    .page-inside-extension-student-stories .pager .pager-item a:focus,
    .page-inside-extension-student-stories .pager .pager-item a:hover,
    .page-inside-extension-student-stories .pager .pager-ellipsis a:focus,
    .page-inside-extension-student-stories .pager .pager-ellipsis a:hover,
    .page-inside-extension-student-stories .pager .pager-current a:focus,
    .page-inside-extension-student-stories .pager .pager-current a:hover,
    .page-inside-extension-press-announcements .pager .pager-first a:focus,
    .page-inside-extension-press-announcements .pager .pager-first a:hover,
    .page-inside-extension-press-announcements .pager .pager-previous a:focus,
    .page-inside-extension-press-announcements .pager .pager-previous a:hover,
    .page-inside-extension-press-announcements .pager .pager-next a:focus,
    .page-inside-extension-press-announcements .pager .pager-next a:hover,
    .page-inside-extension-press-announcements .pager .pager-last a:focus,
    .page-inside-extension-press-announcements .pager .pager-last a:hover,
    .page-inside-extension-press-announcements .pager .pager-item a:focus,
    .page-inside-extension-press-announcements .pager .pager-item a:hover,
    .page-inside-extension-press-announcements .pager .pager-ellipsis a:focus,
    .page-inside-extension-press-announcements .pager .pager-ellipsis a:hover,
    .page-inside-extension-press-announcements .pager .pager-current a:focus,
    .page-inside-extension-press-announcements .pager .pager-current a:hover {
      color: #fff;
      background: #4177b9; }

.section-search .pager,
.page-promoted-search .pager {
  margin-top: 1.25rem;
  margin-left: -1rem; }
  @media screen and (min-width: 31.25em) {
    .section-search .pager:before,
    .page-promoted-search .pager:before {
      display: block; } }
  @media screen and (min-width: 59.375em) {
    .section-search .pager,
    .page-promoted-search .pager {
      margin-top: 1.75rem;
      margin-left: -1.5rem; }
      .section-search .pager:before,
      .page-promoted-search .pager:before {
        display: none; } }

.section-search .pager .pager,
.page-promoted-search .pager .pager {
  margin-top: 0;
  margin-left: 0; }

.panel-footer {
  position: relative;
  z-index: 2;
  background: linear-gradient(to bottom, #fcfcfc 0%, #ebebeb 100%);
  margin-top: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: -1.25rem;
  margin-right: -2rem;
  margin-left: -2rem; }
  .panel-footer:after, .panel-footer:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #020203;
    z-index: 1; }
  .panel-footer:after {
    left: 100%; }
  .panel-footer:before {
    right: 100%; }
  .node-type-ad-landing-page .panel-footer {
    background-image: none;
    background-color: transparent; }
  @media print {
    .panel-footer {
      display: none !important; } }
  @media screen and (min-width: 31.25em) {
    .panel-footer {
      margin-top: 0;
      margin-right: -2rem;
      margin-left: -2rem; } }
  @media screen and (min-width: 46.875em) {
    .panel-footer {
      margin-left: 0;
      margin-right: 0;
      margin-top: 0; } }
  @media screen and (min-width: 59.375em) {
    .panel-footer {
      margin-top: 0; } }
  .panel-footer:after, .panel-footer:before {
    top: 50%; }
  .panel-footer:after, .panel-footer:before {
    display: none; }
    @media screen and (min-width: 31.25em) {
      .panel-footer:after, .panel-footer:before {
        display: block; } }
  @media screen and (min-width: 31.25em) {
    .panel-footer {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media screen and (min-width: 59.375em) {
    .panel-footer {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  .panel-footer .pane-bundle-homepage-featured-content-header {
    border-bottom: 3px solid #bac5c6;
    padding-top: 1.5rem;
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem; }
    .panel-footer .pane-bundle-homepage-featured-content-header h2, .panel-footer .pane-bundle-homepage-featured-content-header h4 {
      font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
      font-style: italic;
      letter-spacing: normal;
      font-weight: normal;
      text-transform: none;
      font-size: 0.875rem;
      line-height: 1.35714; }
      @media screen and (min-width: 59.375em) {
        .panel-footer .pane-bundle-homepage-featured-content-header h2, .panel-footer .pane-bundle-homepage-featured-content-header h4 {
          font-size: 1.1875rem;
          line-height: 1.36842; } }
    @media screen and (min-width: 59.375em) {
      .panel-footer .pane-bundle-homepage-featured-content-header {
        padding-top: 1.5rem;
        padding-bottom: 0.875rem;
        margin-bottom: 1.75rem; } }
    .panel-footer .pane-bundle-homepage-featured-content-header + * {
      margin-top: 0; }
  .panel-footer .column {
    padding-bottom: 1.25rem; }
    @media screen and (min-width: 59.375em) {
      .panel-footer .column {
        padding-bottom: 1.75rem; } }
  .panel-footer .column,
  .panel-footer .column + .column + .column {
    background: #fcfcfc; }
  .panel-footer .column + .column {
    background: #ebebeb; }
  @media screen and (min-width: 37.5em) {
    .panel-footer .column,
    .panel-footer .column + .column + .column {
      background: linear-gradient(to bottom, #fcfcfc 0%, #ebebeb 100%); }
    .panel-footer .column + .column {
      background: #ebebeb; } }
  .panel-footer .panel-panel {
    padding-right: 1rem;
    padding-left: 1rem; }
    @media screen and (min-width: 31.25em) {
      .panel-footer .panel-panel {
        padding-right: 1rem;
        padding-left: 1rem; } }
    @media screen and (min-width: 59.375em) {
      .panel-footer .panel-panel {
        padding-right: 1.5rem;
        padding-left: 1.5rem; } }
  .panel-footer .pane-bundle-important-dates .gamma {
    font-size: 1.1875rem;
    line-height: 1.15789; }
    @media screen and (min-width: 59.375em) {
      .panel-footer .pane-bundle-important-dates .gamma {
        font-size: 1.4375rem;
        line-height: 1.04348; } }
    .panel-footer .pane-bundle-important-dates .gamma + .longform {
      margin-top: 0.625rem; }
      @media screen and (min-width: 59.375em) {
        .panel-footer .pane-bundle-important-dates .gamma + .longform {
          margin-top: 0.875rem; } }
  .panel-footer .pane-bundle-important-dates .i-calendar {
    min-height: 2.625rem;
    background-size: 2.625rem;
    padding-left: 3.25rem; }
    @media screen and (min-width: 59.375em) {
      .panel-footer .pane-bundle-important-dates .i-calendar {
        min-height: 3rem;
        background-size: 3rem;
        padding-left: 3.625rem; } }
  .panel-footer .pane-bundle-event,
  .panel-footer .pane-bundle-homepage-featured-article {
    background: transparent; }
    .panel-footer .pane-bundle-event img,
    .panel-footer .pane-bundle-homepage-featured-article img {
      margin-top: -1.25rem;
      width: 100%; }
      @media screen and (min-width: 59.375em) {
        .panel-footer .pane-bundle-event img,
        .panel-footer .pane-bundle-homepage-featured-article img {
          margin-top: -1.75rem; } }
    .panel-footer .pane-bundle-event picture + .gamma,
    .panel-footer .pane-bundle-homepage-featured-article picture + .gamma {
      margin-top: 0.625rem; }
      @media screen and (min-width: 59.375em) {
        .panel-footer .pane-bundle-event picture + .gamma,
        .panel-footer .pane-bundle-homepage-featured-article picture + .gamma {
          margin-top: 0.875rem; } }
    .panel-footer .pane-bundle-event .gamma,
    .panel-footer .pane-bundle-homepage-featured-article .gamma {
      font-size: 1.1875rem;
      line-height: 1.15789;
      text-transform: none;
      font-weight: bold;
      letter-spacing: normal;
      font-style: normal; }
      @media screen and (min-width: 59.375em) {
        .panel-footer .pane-bundle-event .gamma,
        .panel-footer .pane-bundle-homepage-featured-article .gamma {
          font-size: 1.4375rem;
          line-height: 1.04348; } }
      .panel-footer .pane-bundle-event .gamma a,
      .panel-footer .pane-bundle-homepage-featured-article .gamma a {
        color: #4177b9; }
        .panel-footer .pane-bundle-event .gamma a:focus, .panel-footer .pane-bundle-event .gamma a:hover,
        .panel-footer .pane-bundle-homepage-featured-article .gamma a:focus,
        .panel-footer .pane-bundle-homepage-featured-article .gamma a:hover {
          color: #26466e;
          text-decoration: none; }
  .panel-footer .pane-bundle-homepage-featured-article .gamma {
    font-size: 1.1875rem;
    line-height: 1.15789; }
    @media screen and (min-width: 59.375em) {
      .panel-footer .pane-bundle-homepage-featured-article .gamma {
        font-size: 1.4375rem;
        line-height: 1.04348; } }
    .panel-footer .pane-bundle-homepage-featured-article .gamma a {
      color: #4177b9; }
      .panel-footer .pane-bundle-homepage-featured-article .gamma a:focus, .panel-footer .pane-bundle-homepage-featured-article .gamma a:hover {
        color: #26466e;
        text-decoration: none; }
    .panel-footer .pane-bundle-homepage-featured-article .gamma + .media {
      margin-top: 0.625rem; }
      @media screen and (min-width: 59.375em) {
        .panel-footer .pane-bundle-homepage-featured-article .gamma + .media {
          margin-top: 0.875rem; } }
  .panel-footer .pane-bundle-homepage-featured-article .delta {
    font-size: 1rem;
    line-height: 1;
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal; }
    @media screen and (min-width: 59.375em) {
      .panel-footer .pane-bundle-homepage-featured-article .delta {
        font-size: 1.1875rem;
        line-height: 1.21053; } }
  .panel-footer .pane-bundle-homepage-featured-article .media + * {
    margin-top: 0.625rem; }
    .panel-footer .pane-bundle-homepage-featured-article .media + * .media-i {
      margin-right: 1.25rem; }
    @media screen and (min-width: 59.375em) {
      .panel-footer .pane-bundle-homepage-featured-article .media + * {
        margin-top: 0.875rem; } }

.home-hero {
  position: relative;
  background-size: cover;
  background-color: #1e1e1e;
  background-repeat: no-repeat;
  background-position: center top;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1rem; }
  .home-hero .pane-custom h1 {
    text-align: center; }
  .home-hero:not(ad-landing) {
    background-image: url('/sites/all/themes/harvard/a/images/hero.jpg'); }
  .home-hero .layout-split-3 .box--card {
    border-color: #a51c30; }
  .home-hero .layout-split-3.second-row {
    margin-top: 0; }
  .home-hero .layout-split-3 + .panel-pane {
    position: absolute;
    z-index: 9;
    left: 50%;
    margin-left: -93px;
    margin-top: -4px; }
    @media screen and (min-width: 59.375em) {
      .home-hero .layout-split-3 + .panel-pane {
        margin-top: 0; } }
  .home-hero .column h2 {
    padding-left: 40px; }
  .home-hero .column h2:before {
    margin-left: -40px;
    margin-right: 11px; }
  .home-hero .column.degrees h2:before {
    content: '\f19d';
    font-family: FontAwesome; }
  .home-hero .column.certificates h2:before {
    content: '\f0a3';
    font-family: FontAwesome; }
  .home-hero .column.courses h2:before {
    content: '\f02d';
    font-family: FontAwesome; }
  .home-hero .column.premed h2:before {
    content: '\f21e';
    font-family: FontAwesome; }
  .home-hero .column.pd h2:before {
    content: '\f201';
    font-family: FontAwesome; }
  .home-hero .column.hilr h2:before {
    content: '\f19c';
    font-family: FontAwesome; }
  @media print {
    .home-hero {
      padding: 0;
      margin: 0; } }
  @media screen and (min-width: 46.875em) {
    .home-hero {
      background-size: cover;
      background-position: center; } }
  @media screen and (min-width: 59.375em) {
    .home-hero {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media screen and (min-width: 68.75em) {
    .home-hero {
      padding-top: 2.6875rem; } }
  .home-hero + * {
    margin-top: 0; }
  @media screen and (min-width: 46.875em) {
    .cssgradients .home-hero:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: -50px;
      width: 99999px;
      height: 50%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); } }
  .home-hero .alpha {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 46.875em) {
      .home-hero .alpha {
        font-size: 2.875rem;
        line-height: 1.1087; } }
    @media screen and (min-width: 68.75em) {
      .home-hero .alpha {
        font-size: 4.0625rem;
        line-height: 1.13846; } }
  @media screen and (min-width: 31.25em) {
    .home-hero {
      margin-left: -1rem;
      margin-right: -1rem; } }
  @media screen and (min-width: 59.375em) {
    .home-hero {
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }

.pane-bundle-card {
  position: relative; }
  .pane-bundle-card .box--card {
    position: relative;
    margin-bottom: 1.5rem; }
    .pane-bundle-card .box--card .card-footer br {
      margin-top: 0; }
    .pane-bundle-card .box--card .card-footer br + a {
      margin-top: 20px;
      display: inline-block; }
    .pane-bundle-card .box--card .box--card-body h2 + p {
      display: none; }
    .pane-bundle-card .box--card .box--card-body h3 + p {
      font-size: 0.875rem;
      display: none; }
      @media screen and (min-width: 59.375em) {
        .pane-bundle-card .box--card .box--card-body h3 + p {
          font-size: 1.0625rem; } }

.home-hero .box--card {
  height: 6.875rem; }
  .home-hero .box--card .card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    height: 65px;
    padding-top: 12px; }
    @media screen and (min-width: 59.375em) {
      .home-hero .box--card .card-footer {
        height: 80px; } }

@media screen and (min-width: 46.875em) {
  .home-hero .degrees .box--card, .home-hero .courses .box--card, .home-hero .certificates .box--card {
    height: 140px; } }

@media screen and (min-width: 31.25em) {
  .home-hero .premed .box--card, .home-hero .pd .box--card, .home-hero .hilr .box--card {
    height: 140px; } }

@media screen and (min-width: 59.375em) {
  .home-hero .premed .box--card, .home-hero .pd .box--card, .home-hero .hilr .box--card {
    height: 170px; } }

@media screen and (min-width: 81.25em) {
  .home-hero .premed .box--card, .home-hero .pd .box--card, .home-hero .hilr .box--card {
    height: 140px; } }

.layout-home-hero {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .layout-home-hero:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 46.875em) {
    .layout-home-hero {
      height: 21.875rem; } }
  @media screen and (min-width: 59.375em) {
    .layout-home-hero {
      height: 31.25rem; } }
  @media screen and (min-width: 46.875em) {
    .layout-home-hero > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 52.63158%;
      position: absolute;
      bottom: 25%;
      left: 0; }
      .layout-home-hero > .column:last-child {
        margin-right: 0; }
      .csstransforms .layout-home-hero > .column {
        transform: translateY(-33%);
        bottom: auto;
        top: 50%; }
    .layout-home-hero > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 47.36842%;
      position: absolute;
      left: auto;
      top: 1.75rem;
      right: 0; }
      .layout-home-hero > .column + .column:last-child {
        margin-right: 0; }
      .csstransforms .layout-home-hero > .column + .column {
        transform: translateY(-50%);
        top: 50%; } }
  @media screen and (min-width: 59.375em) {
    .layout-home-hero > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 52.63158%; }
      .layout-home-hero > .column:last-child {
        margin-right: 0; }
    .layout-home-hero > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 47.36842%; }
      .layout-home-hero > .column + .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .layout-home-hero > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 57.89474%; }
      .layout-home-hero > .column:last-child {
        margin-right: 0; }
    .layout-home-hero > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 42.10526%; }
      .layout-home-hero > .column + .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 81.25em) {
    .layout-home-hero > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 63.15789%; }
      .layout-home-hero > .column:last-child {
        margin-right: 0; }
    .layout-home-hero > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 36.84211%; }
      .layout-home-hero > .column + .column:last-child {
        margin-right: 0; } }

.layout-home-hero .home-hero--main {
  padding-top: 3.75rem;
  padding-bottom: 1.25rem;
  position: relative; }
  @media print {
    .layout-home-hero .home-hero--main {
      padding: 0; } }
  .layout-home-hero .home-hero--main .column {
    padding: 0; }
  @media screen and (min-width: 25em) {
    .layout-home-hero .home-hero--main {
      padding-top: 5rem; } }
  @media screen and (min-width: 600px) {
    .layout-home-hero .home-hero--main {
      padding-top: 10rem; } }
  @media screen and (min-width: 46.875em) {
    .layout-home-hero .home-hero--main {
      padding-top: 0;
      padding-bottom: 0; } }
  .layout-home-hero .home-hero--main .panel-pane {
    position: relative;
    z-index: 10; }
  .cssgradients .layout-home-hero .home-hero--main:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 1000px;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    z-index: 1; }
    @media screen and (min-width: 46.875em) {
      .cssgradients .layout-home-hero .home-hero--main:after {
        display: none; } }

.layout-home-hero .home-hero--secondary {
  background: #020203;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.25rem;
  padding-top: 0.625rem; }
  @media print {
    .layout-home-hero .home-hero--secondary {
      display: none !important; } }
  @media screen and (min-width: 31.25em) {
    .layout-home-hero .home-hero--secondary {
      margin-left: -1rem;
      margin-right: -1rem;
      padding-bottom: 1.25rem;
      padding-top: 0.625rem;
      padding-right: 1rem;
      padding-bottom: 1.25rem; } }
  @media screen and (min-width: 46.875em) {
    .layout-home-hero .home-hero--secondary {
      background: transparent;
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 59.375em) {
    .layout-home-hero .home-hero--secondary {
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }

.home-mission h2 {
  font-size: 1.5625rem;
  line-height: 1.08;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal; }
  @media screen and (min-width: 59.375em) {
    .home-mission h2 {
      font-size: 2.875rem;
      line-height: 1; } }

.home-mission .button-link {
  display: block;
  text-align: center;
  background: #4177b9;
  -webkit-font-smoothing: antialiased; }
  .home-mission .button-link:focus, .home-mission .button-link:hover {
    background: #345f93; }
  @media screen and (min-width: 46.875em) {
    .home-mission .button-link {
      display: inline-block;
      text-align: left; } }

.home-mission .rfi--button .button-link {
  background-color: #a51c30;
  color: white; }

.home-mission .pane-title + * {
  margin-top: 0.625rem; }
  @media screen and (min-width: 31.25em) {
    .home-mission .pane-title + * {
      margin-top: 0.875rem; } }

@media print {
  .home-mission {
    padding-bottom: 0 !important; } }

.layout-home-mission .home-mission--main + * {
  margin-top: 2.5rem; }
  @media screen and (min-width: 59.375em) {
    .layout-home-mission .home-mission--main + * {
      margin-top: 0; } }

@media print {
  .layout-home-mission .home-mission--secondary {
    display: none !important; } }

.front .pane-student-stories-landing-page {
  padding: 6rem 0; }
  .front .pane-student-stories-landing-page h2 {
    color: #293352;
    text-align: center; }
  .front .pane-student-stories-landing-page .view-footer {
    text-align: center; }

@media (min-width: 768px) {
  .front .view-student-stories-landing-page .view-header {
    width: 70%;
    margin: 1rem auto; } }

.front .view-student-stories-landing-page .card {
  padding: 0; }

.front .view-student-stories-landing-page .image-container {
  margin-bottom: 0; }

.front .view-student-stories-landing-page .image-container img {
  width: 100% !important;
  border-radius: 0 !important;
  height: 275px !important;
  margin: 0;
  object-fit: cover; }

.front .view-student-stories-landing-page .col-lg-4 {
  padding: 0; }

.front .view-student-stories-landing-page .col-lg-8 {
  padding: 0 1.5rem 1rem; }

.front .view-student-stories-landing-page h3 {
  margin-top: .5rem; }

.front .view-student-stories-landing-page h3 a.student-name {
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  color: #293352;
  font-size: 1.3125rem;
  margin-top: .5rem; }

.front .view-student-stories-landing-page ul.fa-ul {
  margin-left: 1.5rem;
  margin-top: .5rem; }

.front .view-student-stories-landing-page ul li {
  color: #67717b;
  font-size: .9rem; }

.front .view-student-stories-landing-page blockquote {
  line-height: 1.5;
  margin-top: 1rem; }

@media (max-width: 768px) {
  .front .view-student-stories-landing-page h3 {
    margin-bottom: 1rem; }
  .front .view-student-stories-landing-page .image-container {
    margin-bottom: 1rem; }
  .front .view-student-stories-landing-page .column {
    margin-bottom: 2rem; } }

.front .pane-bundle-important-dates {
  margin-left: 0;
  width: 100%; }

.home-urgent-announcement {
  color: #000;
  display: flex;
  position: relative;
  background-color: #eee;
  margin-left: -1rem;
  margin-right: -1rem; }
  .home-urgent-announcement .icon-container {
    display: flex;
    align-items: center;
    background-color: #a51c30;
    color: #fff;
    padding: 1rem; }
  .home-urgent-announcement .layout-urgent-announcement {
    padding: 1rem; }
  .home-urgent-announcement .field-type-date {
    font-weight: bold; }
  .home-urgent-announcement + * {
    margin-top: 0; }
  .home-urgent-announcement .alpha {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 46.875em) {
      .home-urgent-announcement .alpha {
        font-size: 2.875rem;
        line-height: 1.1087; } }
    @media screen and (min-width: 68.75em) {
      .home-urgent-announcement .alpha {
        font-size: 4.0625rem;
        line-height: 1.13846; } }
  @media screen and (min-width: 31.25em) {
    .home-urgent-announcement {
      margin-left: -1rem;
      margin-right: -1rem; } }
  @media screen and (min-width: 59.375em) {
    .home-urgent-announcement {
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }
  .home-urgent-announcement .node-urgent-announcement {
    padding: 5px 0; }
  .home-urgent-announcement div {
    margin-top: 0; }
  .home-urgent-announcement .field-name-field-message-template {
    margin-top: 20px; }

.next-steps {
  background-color: #f5f5f8; }
  @media print {
    .next-steps {
      display: none; } }

.next-steps--header h2 {
  -webkit-font-smoothing: antialiased;
  font-size: 1.1875rem;
  line-height: 1.15789;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal;
  background: #a51c30;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .next-steps--header h2 {
      font-size: 1.4375rem;
      line-height: 1.04348; } }
  @media screen and (min-width: 59.375em) {
    .next-steps--header h2 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 0.875rem;
      padding-bottom: 0.875rem; } }

.next-steps--header ul {
  background-color: #ebebeb;
  text-align: justify; }

.next-steps--header li {
  display: inline-block; }

.next-steps--header a {
  color: #4177b9;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0.9375rem 0.625rem; }
  .next-steps--header a:focus, .next-steps--header a:hover {
    color: #26466e;
    text-decoration: none; }
  @media screen and (min-width: 59.375em) {
    .next-steps--header a {
      font-size: 1.375rem;
      line-height: 1.09091; } }
  @media screen and (min-width: 59.375em) {
    .next-steps--header a {
      padding: 1.3125rem 0.875rem; } }
  .next-steps--header a.active {
    background-color: #f5f5f8;
    color: #1e1e1e; }
    .next-steps--header a.active:after {
      content: '';
      display: block;
      background: #c4961a;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      height: 4px; }

.next-steps--body {
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    .next-steps--body {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 1.75rem;
      padding-bottom: 1.75rem; } }
  .next-steps--body p:first-child + p {
    margin-top: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .next-steps--body p:first-child + p {
        margin-top: 0.875rem; } }
  .js .next-steps--body {
    display: none; }
  .js .next-steps--body.active {
    display: block; }

.next-steps--footer {
  background-color: #ebebeb;
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .next-steps--footer {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 0.875rem;
      padding-bottom: 0.875rem; } }
  .next-steps--footer .button-link {
    background-color: #a51c30;
    color: white; }

.pane-bundle-alumni-story-card *,
.pane-bundle-alumni-story-card img {
  margin: 0; }

.pane-bundle-alumni-story-card * + * {
  margin-top: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-alumni-story-card * + * {
      margin-top: 0.875rem; } }

.pane-bundle-alumni-story-card .field-group-card {
  position: relative;
  margin-bottom: 0.625rem;
  padding-top: 50%; }
  @media screen and (min-width: 25em) {
    .pane-bundle-alumni-story-card .field-group-card {
      padding-left: 50%;
      padding-top: 0; } }
  @media screen and (min-width: 46.875em) {
    .pane-bundle-alumni-story-card .field-group-card {
      padding-left: 0; } }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-alumni-story-card .field-group-card {
      margin-bottom: 0.875rem; } }

.pane-bundle-alumni-story-card h2,
.pane-bundle-alumni-story-card h2.beta {
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-alumni-story-card h2,
    .pane-bundle-alumni-story-card h2.beta {
      font-size: 1.375rem;
      line-height: 1.09091; } }
  .pane-bundle-alumni-story-card h2 + div,
  .pane-bundle-alumni-story-card h2.beta + div {
    font-size: 0.75rem;
    line-height: 1.41667; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-alumni-story-card h2 + div,
      .pane-bundle-alumni-story-card h2.beta + div {
        font-size: 1rem;
        line-height: 1.4375; } }

.pane-bundle-alumni-story-card h3 {
  font-size: 1.0625rem;
  line-height: 1;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-alumni-story-card h3 {
      font-size: 1.375rem;
      line-height: 1.09091; } }
  .pane-bundle-alumni-story-card h3 a {
    color: #4177b9; }
    .pane-bundle-alumni-story-card h3 a:focus, .pane-bundle-alumni-story-card h3 a:hover {
      color: #26466e;
      text-decoration: none; }

.pane-bundle-alumni-story-card .pullquote {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.42857; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-alumni-story-card .pullquote {
      font-size: 1.1875rem;
      line-height: 1.47368; } }
  .pane-bundle-alumni-story-card .pullquote p {
    font-size: 0.875rem;
    line-height: 1.42857; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-alumni-story-card .pullquote p {
        font-size: 1.1875rem;
        line-height: 1.47368; } }

.pane-bundle-alumni-story-card .alumni-story-picture-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 25em) {
    .pane-bundle-alumni-story-card .alumni-story-picture-wrap {
      width: 50%;
      bottom: 0;
      padding-bottom: 0; } }
  @media screen and (min-width: 46.875em) {
    .pane-bundle-alumni-story-card .alumni-story-picture-wrap {
      background: none;
      position: static;
      width: 100%; } }
  .pane-bundle-alumni-story-card .alumni-story-picture-wrap img {
    display: none; }
    @media screen and (min-width: 46.875em) {
      .pane-bundle-alumni-story-card .alumni-story-picture-wrap img {
        margin-bottom: 0.625rem;
        display: block;
        width: 100%; } }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-alumni-story-card .alumni-story-picture-wrap img {
        margin-bottom: 0.875rem; } }

.pane-bundle-alumni-story-card .i-right-arrow,
.pane-bundle-alumni-story-card .i-right-arrow-black {
  color: #1e1e1e; }

.pane-bundle-alumni-story-card picture {
  float: left; }
  @media screen and (min-width: 46.875em) {
    .pane-bundle-alumni-story-card picture {
      float: none; } }

.section-inside-extension .box--card .img-wrap {
  padding-bottom: 33.3333%; }
  @media screen and (min-width: 46.875em) {
    .section-inside-extension .box--card .img-wrap {
      padding-bottom: 50%; } }

.inside-extension-feature.media--image {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #a5b2bc;
  padding-bottom: 1.25rem; }
  .inside-extension-feature.media--image:after {
    content: "";
    display: table;
    clear: both; }
  .inside-extension-feature.media--image h2 a {
    color: #4177b9; }
    .inside-extension-feature.media--image h2 a:focus, .inside-extension-feature.media--image h2 a:hover {
      color: #26466e;
      text-decoration: none; }
  .inside-extension-feature.media--image .content-type {
    margin-top: 0.41667rem;
    color: #586976;
    font-size: 0.75rem;
    line-height: 1.41667; }
    @media screen and (min-width: 59.375em) {
      .inside-extension-feature.media--image .content-type {
        font-size: 1rem;
        line-height: 1.4375; } }
    @media screen and (min-width: 59.375em) {
      .inside-extension-feature.media--image .content-type {
        margin-top: 0.58333rem; } }
    .inside-extension-feature.media--image .content-type + * {
      margin-top: 0.41667rem; }
      @media screen and (min-width: 59.375em) {
        .inside-extension-feature.media--image .content-type + * {
          margin-top: 0.58333rem; } }
  @media screen and (min-width: 59.375em) {
    .inside-extension-feature.media--image {
      padding-bottom: 1.75rem; } }
  .inside-extension-feature.media--image + * {
    margin-top: 1.25rem; }
    @media screen and (min-width: 59.375em) {
      .inside-extension-feature.media--image + * {
        margin-top: 1.75rem; } }
  .inside-extension-feature.media--image .media-i {
    margin: 0;
    float: none;
    min-width: 0;
    max-width: none; }
    .inside-extension-feature.media--image .media-i + .media-b {
      margin-top: 1.25rem; }
    .inside-extension-feature.media--image .media-i img {
      width: 100%; }
    .inside-extension-feature.media--image .media-i .img-wrap {
      padding-bottom: 31.36%; }
    @media screen and (min-width: 46.875em) {
      .inside-extension-feature.media--image .media-i {
        width: 25%;
        float: left;
        margin-right: 1.25rem; }
        .inside-extension-feature.media--image .media-i + .media-b {
          margin-top: 0; }
        .inside-extension-feature.media--image .media-i .img-wrap {
          padding-bottom: 75%; } }
    @media screen and (min-width: 59.375em) {
      .inside-extension-feature.media--image .media-i {
        margin-right: 1.75rem; } }

body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form {
  background: #e6e7e9; }
  @media print {
    body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form {
      display: none !important; } }
  body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form * + .views-widget {
    margin-top: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form * + .views-widget {
        margin-top: 0.875rem; } }
  body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form a.form-toggle {
    background-color: #4177b9;
    background-image: none;
    padding: 0.625rem 1.25rem;
    display: block;
    color: #fff;
    text-decoration: none;
    transition: background .25s ease;
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    font-style: normal;
    font-size: 1.1875rem;
    line-height: 1.15789;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
    @media screen and (min-width: 59.375em) {
      body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form a.form-toggle {
        font-size: 1.625rem;
        line-height: 1; } }
    body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form a.form-toggle:after {
      content: '';
      display: block;
      height: 1rem;
      width: 1rem;
      position: absolute;
      top: 0.9375rem;
      right: 1rem;
      background-size: contain;
      background-position: center center; }
      .csstransforms body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form a.form-toggle:after {
        top: 50%;
        transform: translateY(-50%); }
      @media screen and (min-width: 59.375em) {
        body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form a.form-toggle:after {
          right: 1.5rem; } }
    body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form a.form-toggle:focus, body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form a.form-toggle:hover {
      background: #3a6ba6; }
    @media screen and (min-width: 59.375em) {
      body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form a.form-toggle {
        padding: 0.875rem 1.75rem; } }
    body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form a.form-toggle .ie_filter_labels {
      font-size: 0.75rem;
      line-height: 1.25;
      font-family: tablet-gothic, Tahoma, Geneva, sans-serif;
      display: inline-block;
      font-weight: normal;
      margin-right: 1rem;
      text-transform: none; }
      @media screen and (min-width: 59.375em) {
        body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form a.form-toggle .ie_filter_labels {
          font-size: 0.9375rem;
          line-height: 1.53333; } }
  body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .views-exposed-widgets {
    margin-top: 0;
    padding: 1rem;
    max-width: 1304px;
    margin-left: auto;
    margin-right: auto; }
    body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .views-exposed-widgets:after {
      content: "";
      display: table;
      clear: both; }
    .js body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .views-exposed-widgets {
      display: none; }
    body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .views-exposed-widgets > div {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .views-exposed-widgets > div:last-child {
        margin-right: 0; }
    @media screen and (min-width: 46.875em) {
      body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .views-exposed-widgets {
        padding: 1rem; }
        body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .views-exposed-widgets > div {
          float: left;
          display: block;
          margin-right: 0%;
          width: 25%;
          margin-top: 0;
          padding-right: 0.5rem;
          padding-left: 0; }
          body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .views-exposed-widgets > div:last-child {
            margin-right: 0; }
        body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .views-exposed-widgets > div + div {
          float: left;
          display: block;
          margin-right: 0%;
          width: 25%;
          margin-left: 8.33333%;
          padding-left: 0.5rem;
          padding-right: 0.5rem; }
          body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .views-exposed-widgets > div + div:last-child {
            margin-right: 0; }
        body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .views-exposed-widgets > div + div + div {
          float: left;
          display: block;
          margin-right: 0%;
          width: 25%;
          margin-left: 8.33333%;
          padding-left: 0.5rem;
          padding-right: 0; }
          body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .views-exposed-widgets > div + div + div:last-child {
            margin-right: 0; } }
    @media screen and (min-width: 59.375em) {
      body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .views-exposed-widgets {
        padding: 1.5rem; } }
  body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .form-checkboxes * + * {
    margin-top: 0; }
  body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .bef-checkboxes {
    max-width: 1304px;
    margin-left: auto;
    margin-right: auto; }
    body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .bef-checkboxes:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 68.75em) {
      body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .bef-checkboxes > .form-item {
        float: left;
        display: block;
        margin-right: 0%;
        width: 50%; }
        body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .bef-checkboxes > .form-item:last-child {
          margin-right: 0; } }
    body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .bef-checkboxes .form-item {
      position: relative; }
    body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .bef-checkboxes input {
      display: inline;
      position: absolute;
      top: 0;
      left: 0; }
    body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .bef-checkboxes label {
      font-size: 0.75rem;
      line-height: 1.41667;
      display: block;
      padding-left: 1.25rem;
      overflow: hidden;
      text-transform: none;
      letter-spacing: none;
      font-weight: normal;
      margin-bottom: 0.3125rem; }
      @media screen and (min-width: 59.375em) {
        body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .bef-checkboxes label {
          font-size: 0.8125rem;
          line-height: 1.15385; } }
      @media screen and (min-width: 59.375em) {
        body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .bef-checkboxes label {
          margin-bottom: 0.4375rem; } }
  body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-form .form-type-select select {
    width: 100%; }

body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-widget > label,
body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-widget legend {
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
  @media screen and (min-width: 59.375em) {
    body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-widget > label,
    body.page-inside-extension-student-stories .ctools-auto-submit-full-form .views-exposed-widget legend {
      font-size: 0.9375rem;
      line-height: 1.53333; } }

.course-path {
  position: relative;
  z-index: 2;
  background: #2b3452;
  padding: 1rem;
  margin-left: -1rem;
  margin-right: -1rem; }
  .course-path:after, .course-path:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #2b3452;
    z-index: 1; }
  .course-path:after {
    left: 100%; }
  .course-path:before {
    right: 100%; }
  .course-path:before, .course-path:after {
    display: none; }
  @media print {
    .course-path {
      margin-left: 0 !important;
      margin-right: 0 !important; } }
  @media screen and (min-width: 59.375em) {
    .course-path h2.mobile-show {
      display: none; } }
  @media screen and (min-width: 31.25em) {
    .course-path {
      padding: 1rem;
      margin-left: -1rem;
      margin-right: -1rem; } }
  @media screen and (min-width: 59.375em) {
    .course-path:after {
      display: block; } }
  @media screen and (min-width: 59.375em) {
    .course-path {
      padding: 1.5rem;
      margin-right: 0;
      margin-left: -1.5rem; }
      .course-path:after {
        display: block; } }

.year {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
  background: #dfe0e4;
  overflow: hidden; }
  .year:after {
    content: "";
    display: table;
    clear: both; }
  .year:after {
    content: "";
    display: table;
    clear: both; }
  .year > .column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    padding: 0; }
    .year > .column:last-child {
      margin-right: 0; }
  .year > .column + .column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    padding: 0; }
    .year > .column + .column:last-child {
      margin-right: 0; }
  @media screen and (min-width: 31.25em) {
    .year > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 62.5%; }
      .year > .column:last-child {
        margin-right: 0; }
    .year > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 37.5%;
      background-color: #ebebeb; }
      .year > .column + .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 46.875em) {
    .year > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 75%; }
      .year > .column:last-child {
        margin-right: 0; }
    .year > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%;
      background-color: #ebebeb;
      position: relative; }
      .year > .column + .column:last-child {
        margin-right: 0; }
      .year > .column + .column:after {
        content: '';
        display: block;
        background: #ebebeb;
        width: 100%;
        height: 9999em;
        position: absolute;
        top: 100%;
        left: 0; } }
  .year > .column > h3,
  .year > .column > h4 {
    padding: 0.41667rem 1.25rem; }
    @media screen and (min-width: 59.375em) {
      .year > .column > h3,
      .year > .column > h4 {
        padding: 0.58333rem 1.75rem; } }
  .year > .column > h3 {
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    font-style: normal;
    font-size: 1.1875rem;
    line-height: 1.15789;
    background: #677984;
    color: #fff; }
    @media screen and (min-width: 59.375em) {
      .year > .column > h3 {
        font-size: 1.625rem;
        line-height: 1; } }
    @media screen and (min-width: 59.375em) {
      .year > .column > h3 {
        min-height: 2.8125rem; } }
  .year > .column > h4 {
    background-color: #c4d7a7;
    font-size: 1.1875rem;
    line-height: 1.15789;
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal; }
    @media screen and (min-width: 59.375em) {
      .year > .column > h4 {
        font-size: 1.4375rem;
        line-height: 1.04348; } }
    @media screen and (min-width: 59.375em) {
      .year > .column > h4 {
        min-height: 2.8125rem; } }
    .year > .column > h4 span {
      display: block;
      position: relative;
      padding-left: 1.875rem; }
      .year > .column > h4 span:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        background-image: url('/sites/all/themes/harvard/a/images/svg/checkeredflag.svg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 1.25rem;
        width: 1.25rem;
        transform: translateY(-50%); }
        @media screen and (min-width: 59.375em) {
          .year > .column > h4 span:before {
            height: 1.5rem;
            width: 1.5rem; } }

.year--body {
  padding: 1.25rem;
  margin: 0; }
  @media screen and (min-width: 59.375em) {
    .year--body {
      padding: 1.75rem; } }
  .year--body * + .zeta {
    margin-top: 1.25rem; }
    @media screen and (min-width: 59.375em) {
      .year--body * + .zeta {
        margin-top: 1.75rem; } }
  .year--body .zeta {
    font-size: 0.75rem;
    line-height: 1.25; }
    @media screen and (min-width: 59.375em) {
      .year--body .zeta {
        font-size: 0.9375rem;
        line-height: 1.53333; } }
    .year--body .zeta + * {
      margin-top: 0.625rem; }
      @media screen and (min-width: 59.375em) {
        .year--body .zeta + * {
          margin-top: 0.875rem; } }

.paths-tabs {
  display: none;
  margin-bottom: -1.25rem; }
  @media screen and (min-width: 59.375em) {
    .paths-tabs {
      display: block;
      margin-bottom: -1.75rem; } }
  .paths-tabs li {
    display: inline-block; }
  .paths-tabs a {
    font-size: 1.1875rem;
    line-height: 1.15789;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    padding: 0.625rem 1.25rem;
    min-width: 10rem; }
    @media screen and (min-width: 59.375em) {
      .paths-tabs a {
        font-size: 1.625rem;
        line-height: 1; } }
    .paths-tabs a:focus, .paths-tabs a:hover {
      background-color: #fff; }
    @media screen and (min-width: 59.375em) {
      .paths-tabs a {
        padding: 0.875rem 1.75rem; } }
    .paths-tabs a.active {
      background: #2b3452;
      color: #fff; }

.sample-course-group {
  border-top: 4px solid #8996a0;
  background: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 0.83333rem;
  overflow: hidden;
  border: none;
  margin: 0;
  padding: 0.625rem; }
  @media print {
    .sample-course-group {
      border: none; } }
  .sample-course-group > * {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem; }
  .sample-course-group > .pane-title:first-child {
    margin-top: 0.625rem; }
    .sample-course-group > .pane-title:first-child + .pane-content {
      margin-top: 0.625rem; }
  .sample-course-group > .pullquote {
    padding-left: 2.70833rem; }
    .sample-course-group > .pullquote:before {
      left: 0.83333rem; }
  .sample-course-group > picture,
  .sample-course-group > img,
  .sample-course-group > .img-wrap {
    padding-left: 0;
    padding-right: 0; }
  @media screen and (min-width: 59.375em) {
    .sample-course-group {
      padding-bottom: 1.16667rem; }
      .sample-course-group > * {
        padding-left: 1.16667rem;
        padding-right: 1.16667rem; }
      .sample-course-group > .pane-title:first-child {
        margin-top: 0.875rem; }
        .sample-course-group > .pane-title:first-child + .pane-content {
          margin-top: 0.875rem; }
      .sample-course-group > .pullquote {
        padding-left: 3.04167rem; }
        .sample-course-group > .pullquote:before {
          left: 1.16667rem; }
      .sample-course-group > picture,
      .sample-course-group > img,
      .sample-course-group > .img-wrap {
        padding-left: 0;
        padding-right: 0; }
        .sample-course-group > picture + *,
        .sample-course-group > img + *,
        .sample-course-group > .img-wrap + * {
          margin-top: 1.16667rem; } }
  @media print {
    .sample-course-group {
      padding-bottom: 0; } }
  @media screen and (min-width: 59.375em) {
    .sample-course-group {
      padding: 0.875rem; } }
  .sample-course-group hr {
    margin: 0.625rem 0; }
    @media screen and (min-width: 59.375em) {
      .sample-course-group hr {
        margin: 0.875rem 0; } }
    .sample-course-group hr + div {
      font-size: 17px; }
  .sample-course-group > div {
    font-size: 0.875rem;
    line-height: 1.42857;
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 59.375em) {
      .sample-course-group > div {
        font-size: 1.1875rem;
        line-height: 1.47368; } }
  .sample-course-group a {
    text-decoration: none;
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal; }
  .sample-course-group + .sample-course-group {
    margin-top: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .sample-course-group + .sample-course-group {
        margin-top: 0.875rem; } }

h2.mobile-show {
  color: #fff;
  -webkit-font-smoothing: antialiased; }

.course-path div.mobile-show {
  background: #fff;
  padding: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .course-path div.mobile-show {
      display: none;
      padding: 0.875rem; }
      .course-path div.mobile-show + * {
        margin-top: 0; } }

.pane-more-with-instructor h2 {
  font-size: 1.1875rem;
  line-height: 1.15789;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  font-style: normal; }
  @media screen and (min-width: 59.375em) {
    .pane-more-with-instructor h2 {
      font-size: 1.625rem;
      line-height: 1; } }

.pane-more-with-instructor .pane-title {
  margin-top: 2.5rem;
  border-top: 1px solid #c6c6c5;
  border-bottom: 1px solid #c6c6c5;
  padding-top: 0.41667rem;
  padding-bottom: 0.41667rem; }
  @media screen and (min-width: 59.375em) {
    .pane-more-with-instructor .pane-title {
      margin-top: 3.5rem;
      padding-top: 0.58333rem;
      padding-bottom: 0.58333rem; } }

.directory-insights-details {
  position: relative;
  z-index: 2;
  background-color: #e0e8ea;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-image: url('/sites/all/themes/harvard/a/images/svg/background-shield-home.svg');
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 20px -60px; }
  .directory-insights-details:after, .directory-insights-details:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #e0e8ea;
    z-index: 1; }
  .directory-insights-details:after {
    left: 100%; }
  .directory-insights-details:before {
    right: 100%; }
  @media screen and (min-width: 46.875em) {
    .directory-insights-details {
      background-size: auto;
      background-position: -10px 60px; } }
  .directory-insights-details:before, .directory-insights-details:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    bottom: -1px; }
  @media screen and (min-width: 46.875em) {
    .directory-insights-details:before {
      display: none; } }

.directory-insights-details--header {
  background-color: #2b3452;
  position: relative;
  z-index: 2;
  padding: 1.25rem 0 0.625rem; }
  .directory-insights-details--header:after, .directory-insights-details--header:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #2b3452;
    z-index: 1; }
  .directory-insights-details--header:after {
    left: 100%; }
  .directory-insights-details--header:before {
    right: 100%; }
  @media screen and (min-width: 46.875em) {
    .directory-insights-details--header {
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
      .directory-insights-details--header:before {
        display: none; } }
  @media screen and (min-width: 59.375em) {
    .directory-insights-details--header {
      padding: 1.75rem 1.75rem 0.875rem; } }
  .directory-insights-details--header h2 {
    color: #fff;
    font-size: 1.1875rem;
    line-height: 1.15789;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased; }
    @media screen and (min-width: 59.375em) {
      .directory-insights-details--header h2 {
        font-size: 1.625rem;
        line-height: 1; } }
  .directory-insights-details--header + * {
    margin-top: 0; }

.directory-insights-details--body {
  padding: 1.25rem 0; }
  @media screen and (min-width: 46.875em) {
    .directory-insights-details--body {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 59.375em) {
    .directory-insights-details--body {
      padding: 1.75rem; } }
  .directory-insights-details--body h4.epsilon {
    font-size: 0.875rem;
    line-height: 1.35714;
    font-style: italic;
    letter-spacing: normal;
    font-weight: normal;
    text-transform: none;
    font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif; }
    @media screen and (min-width: 59.375em) {
      .directory-insights-details--body h4.epsilon {
        font-size: 1.1875rem;
        line-height: 1.36842; } }
  .directory-insights-details--body h3 {
    font-size: 1.1875rem;
    line-height: 1.15789; }
    @media screen and (min-width: 59.375em) {
      .directory-insights-details--body h3 {
        font-size: 1.4375rem;
        line-height: 1.04348; } }
  .directory-insights-details--body .media-b h3 + * {
    margin-top: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .directory-insights-details--body .media-b h3 + * {
        margin-top: 0.875rem; } }
  .directory-insights-details--body .media--image .media-i {
    width: 15%;
    margin-right: 1.25rem; }
    @media screen and (min-width: 59.375em) {
      .directory-insights-details--body .media--image .media-i {
        margin-right: 1.75rem; } }

.course-path-complete.column {
  position: relative;
  z-index: 2;
  background: #2b3452; }
  .course-path-complete.column:after, .course-path-complete.column:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #2b3452;
    z-index: 1; }
  .course-path-complete.column:after {
    left: 100%; }
  .course-path-complete.column:before {
    right: 100%; }
  .course-path-complete.column:before, .course-path-complete.column:after {
    display: none; }
  .course-path-complete.column > .column + .column {
    margin-top: 1.25rem; }
  .course-path-complete.column h2 {
    font-size: 1.25rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
    @media screen and (min-width: 59.375em) {
      .course-path-complete.column h2 {
        font-size: 2.125rem;
        line-height: 1.26471; } }
  @media screen and (min-width: 31.25em) {
    .course-path-complete.column {
      overflow: hidden; }
      .course-path-complete.column > .column {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%; }
        .course-path-complete.column > .column:last-child {
          margin-right: 0; }
      .course-path-complete.column > .column + .column {
        float: left;
        display: block;
        margin-right: 0%;
        width: 50%;
        clear: none; }
        .course-path-complete.column > .column + .column:last-child {
          margin-right: 0; }
      .course-path-complete.column > .column + .column + .column {
        float: left;
        display: block;
        margin-right: 0%;
        width: 50%;
        clear: none; }
        .course-path-complete.column > .column + .column + .column:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 31.25em) and (min-width: 59.375em) {
    .course-path-complete.column > .column,
    .course-path-complete.column > .column + .column,
    .course-path-complete.column > .column + .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .course-path-complete.column > .column:last-child,
      .course-path-complete.column > .column + .column:last-child,
      .course-path-complete.column > .column + .column + .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .course-path-complete.column {
      overflow: visible; }
      .course-path-complete.column:after {
        display: block; } }
  .field-content-area-right .layout-full .course-path-complete.column {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
    @media screen and (min-width: 59.375em) {
      .field-content-area-right .layout-full .course-path-complete.column {
        padding: 0 2.25rem 1.75rem 0.75rem;
        margin: 0 0 -1.75rem 0.75rem; } }
  .course-path-complete.column .pane-node-field-body h2,
  .course-path-complete.column .pane-node-field-body p {
    color: #fff; }

.inside-extension-feature--hero {
  border-bottom: 1px solid #bac5c6;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  z-index: 2;
  margin-top: -1.25rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem; }
  .inside-extension-feature--hero:before {
    content: '';
    display: block;
    width: 100%; }
  .inside-extension-feature--hero .hero-image {
    display: none; }
  .inside-extension-feature--hero .hero-b {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    @media screen and (min-width: 59.375em) {
      .inside-extension-feature--hero .hero-b {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
        padding-left: 2.25rem;
        padding-right: 2.25rem; } }
  .inside-extension-feature--hero h2 {
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
  .inside-extension-feature--hero h2,
  .inside-extension-feature--hero p {
    color: #fff; }
  .inside-extension-feature--hero .i-right-arrow {
    font-size: 0.75rem;
    line-height: 1.25;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    font-style: normal;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
    padding: 0.3125rem 2.1875rem 0.3125rem 0.625rem;
    color: #4177b9;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    position: relative;
    display: inline-block; }
    @media screen and (min-width: 59.375em) {
      .inside-extension-feature--hero .i-right-arrow {
        font-size: 0.9375rem;
        line-height: 1.53333; } }
    .inside-extension-feature--hero .i-right-arrow:before {
      content: '';
      background-size: contain;
      position: absolute;
      top: 0.5625rem;
      right: 0.625rem;
      display: block;
      height: 1em;
      width: 1em; }
    .inside-extension-feature--hero .i-right-arrow a {
      color: #4177b9;
      text-decoration: none; }
    .inside-extension-feature--hero .i-right-arrow a {
      text-decoration: none; }
  @media screen and (min-width: 31.25em) {
    .inside-extension-feature--hero {
      background-size: cover;
      background-position: center center;
      background-color: #020203;
      height: 15.625rem;
      border-bottom: none;
      position: relative;
      padding: 0; }
      .inside-extension-feature--hero .hero-image {
        z-index: 1; }
      .inside-extension-feature--hero .hero-b {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2; }
        .inside-extension-feature--hero .hero-b h2 + .content-type {
          margin-top: 0.625rem; } }
      @media screen and (min-width: 31.25em) and (min-width: 59.375em) {
        .inside-extension-feature--hero .hero-b h2 + .content-type {
          margin-top: 0.875rem; } }
  @media screen and (min-width: 31.25em) {
        .inside-extension-feature--hero .hero-b .content-type + * {
          margin-top: 0.625rem; } }
      @media screen and (min-width: 31.25em) and (min-width: 59.375em) {
        .inside-extension-feature--hero .hero-b .content-type + * {
          margin-top: 0.875rem; } }
  @media screen and (min-width: 46.875em) {
    .inside-extension-feature--hero .hero-inner {
      max-width: 1304px;
      margin: 0 auto; } }
  @media screen and (min-width: 59.375em) {
    .inside-extension-feature--hero {
      height: 31.25rem;
      margin-top: -1.75rem;
      margin-left: -2.25rem;
      margin-right: -2.25rem; }
      .inside-extension-feature--hero .hero-b {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
        padding-bottom: 1.75rem;
        padding-top: 1.75rem; } }

.view-courses-by-degree {
  position: relative;
  z-index: 2;
  position: relative;
  z-index: 2;
  margin-right: -1.5rem; }
  .view-courses-by-degree:after, .view-courses-by-degree:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #2b3452;
    z-index: 1; }
  .view-courses-by-degree:after {
    left: 100%; }
  .view-courses-by-degree:before {
    right: 100%; }
  @media screen and (min-width: 31.25em) {
    .view-courses-by-degree {
      margin-right: -1.5rem; } }
  @media screen and (min-width: 46.875em) {
    .view-courses-by-degree:before, .view-courses-by-degree:after {
      background-color: #f5f5f8; }
    .view-courses-by-degree:before {
      display: none; } }
  @media screen and (min-width: 59.375em) {
    .view-courses-by-degree {
      margin-right: -2.25rem;
      margin-left: 0; } }

.view-courses-per-subject-node .term-display-name {
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal; }

.faculty-insight-box,
.student-success-box {
  border-top: 4px solid #8996a0;
  background: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 0.83333rem;
  overflow: hidden;
  border-top: none;
  padding: 1.25rem;
  margin-top: -2.5rem; }
  @media print {
    .faculty-insight-box,
    .student-success-box {
      border: none; } }
  .faculty-insight-box > *,
  .student-success-box > * {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem; }
  .faculty-insight-box > .pane-title:first-child,
  .student-success-box > .pane-title:first-child {
    margin-top: 0.625rem; }
    .faculty-insight-box > .pane-title:first-child + .pane-content,
    .student-success-box > .pane-title:first-child + .pane-content {
      margin-top: 0.625rem; }
  .faculty-insight-box > .pullquote,
  .student-success-box > .pullquote {
    padding-left: 2.70833rem; }
    .faculty-insight-box > .pullquote:before,
    .student-success-box > .pullquote:before {
      left: 0.83333rem; }
  .faculty-insight-box > picture,
  .faculty-insight-box > img,
  .faculty-insight-box > .img-wrap,
  .student-success-box > picture,
  .student-success-box > img,
  .student-success-box > .img-wrap {
    padding-left: 0;
    padding-right: 0; }
  @media screen and (min-width: 59.375em) {
    .faculty-insight-box,
    .student-success-box {
      padding-bottom: 1.16667rem; }
      .faculty-insight-box > *,
      .student-success-box > * {
        padding-left: 1.16667rem;
        padding-right: 1.16667rem; }
      .faculty-insight-box > .pane-title:first-child,
      .student-success-box > .pane-title:first-child {
        margin-top: 0.875rem; }
        .faculty-insight-box > .pane-title:first-child + .pane-content,
        .student-success-box > .pane-title:first-child + .pane-content {
          margin-top: 0.875rem; }
      .faculty-insight-box > .pullquote,
      .student-success-box > .pullquote {
        padding-left: 3.04167rem; }
        .faculty-insight-box > .pullquote:before,
        .student-success-box > .pullquote:before {
          left: 1.16667rem; }
      .faculty-insight-box > picture,
      .faculty-insight-box > img,
      .faculty-insight-box > .img-wrap,
      .student-success-box > picture,
      .student-success-box > img,
      .student-success-box > .img-wrap {
        padding-left: 0;
        padding-right: 0; }
        .faculty-insight-box > picture + *,
        .faculty-insight-box > img + *,
        .faculty-insight-box > .img-wrap + *,
        .student-success-box > picture + *,
        .student-success-box > img + *,
        .student-success-box > .img-wrap + * {
          margin-top: 1.16667rem; } }
  @media print {
    .faculty-insight-box,
    .student-success-box {
      padding-bottom: 0; } }
  @media print {
    .faculty-insight-box,
    .student-success-box {
      margin-top: 1.25rem !important;
      padding: 0 !important; } }
  @media screen and (min-width: 59.375em) {
    .faculty-insight-box,
    .student-success-box {
      padding: 1.75rem;
      margin-top: -5.25rem;
      margin-left: -1.75rem;
      margin-right: -1.75rem; } }
  .faculty-insight-box .pane-content,
  .student-success-box .pane-content {
    padding: 0; }
  .faculty-insight-box h3,
  .student-success-box h3 {
    font-size: 1.1875rem;
    line-height: 1.15789; }
    @media screen and (min-width: 59.375em) {
      .faculty-insight-box h3,
      .student-success-box h3 {
        font-size: 1.4375rem;
        line-height: 1.04348; } }
    .faculty-insight-box h3 + p,
    .student-success-box h3 + p {
      font-size: 0.75rem;
      line-height: 1.41667; }
      @media screen and (min-width: 59.375em) {
        .faculty-insight-box h3 + p,
        .student-success-box h3 + p {
          font-size: 1rem;
          line-height: 1.4375; } }
    .faculty-insight-box h3 + p,
    .student-success-box h3 + p {
      margin-top: 0.3125rem; }
      @media screen and (min-width: 59.375em) {
        .faculty-insight-box h3 + p,
        .student-success-box h3 + p {
          margin-top: 0.4375rem; } }
  .faculty-insight-box .student-credential + p,
  .student-success-box .student-credential + p {
    margin-top: 0.3125rem; }
    @media screen and (min-width: 59.375em) {
      .faculty-insight-box .student-credential + p,
      .student-success-box .student-credential + p {
        margin-top: 0.4375rem; } }
  .faculty-insight-box .media .media-i,
  .student-success-box .media .media-i {
    width: 20%;
    margin-right: 1.25rem; }
    @media screen and (min-width: 31.25em) {
      .faculty-insight-box .media .media-i,
      .student-success-box .media .media-i {
        width: 20%; } }
    @media screen and (min-width: 59.375em) {
      .faculty-insight-box .media .media-i,
      .student-success-box .media .media-i {
        width: 14%;
        margin-right: 1.75rem; } }
  .faculty-insight-box .media .media-b *:last-child,
  .student-success-box .media .media-b *:last-child {
    margin-bottom: 0; }

.comment-wrapper {
  margin-top: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    .comment-wrapper {
      margin-top: 1.75rem; } }
  .comment-wrapper hr {
    display: none; }

.comments__title {
  border-top: 1px solid #c6c6c5;
  border-bottom: 1px solid #c6c6c5;
  padding: 0.625rem 0; }
  @media screen and (min-width: 59.375em) {
    .comments__title {
      padding: 0.875rem 0; } }

.comments__form-title {
  margin-top: 2.5rem; }
  @media screen and (min-width: 59.375em) {
    .comments__form-title {
      margin-top: 3.5rem; } }

.comments .indented {
  margin-left: 8.33333%; }

.comments * + * {
  margin-top: 1.0625rem; }
  @media screen and (min-width: 59.375em) {
    .comments * + * {
      margin-top: 1.3125rem; } }

.comment .submitted {
  font-size: 1.0625rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-style: normal; }
  @media screen and (min-width: 59.375em) {
    .comment .submitted {
      font-size: 1.375rem;
      line-height: 1.09091; } }

.comment .time:before {
  content: "|";
  margin-left: .5em;
  margin-right: .5em; }

.comment .longform p,
.comment .longform ul,
.comment .longform ol {
  font-size: 0.75rem;
  line-height: 1.41667; }
  @media screen and (min-width: 59.375em) {
    .comment .longform p,
    .comment .longform ul,
    .comment .longform ol {
      font-size: 1rem;
      line-height: 1.4375; } }
  .comment .longform p + *,
  .comment .longform ul + *,
  .comment .longform ol + * {
    margin-top: 1.0625rem; }
    @media screen and (min-width: 59.375em) {
      .comment .longform p + *,
      .comment .longform ul + *,
      .comment .longform ol + * {
        margin-top: 1.3125rem; } }

.field-name-comment-body.field {
  white-space: pre-line;
  margin-top: -50px !important; }

.pane-node-comment-wrapper > .pane-title {
  display: none; }

.grippie {
  margin: 0; }

.comment_forbidden {
  background: #e0e7e8;
  border: 1px solid #bac5c6;
  padding: 0.83333rem;
  padding: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .comment_forbidden {
      padding: 1.16667rem; } }
  @media screen and (min-width: 59.375em) {
    .comment_forbidden {
      padding: 0.875rem; } }
  .comment_forbidden span {
    font-size: 0.75rem;
    line-height: 1.41667; }
    @media screen and (min-width: 59.375em) {
      .comment_forbidden span {
        font-size: 1rem;
        line-height: 1.4375; } }

.comment-add {
  display: none; }

.secondary-content-details {
  background: #dddfe2; }
  @media print {
    .secondary-content-details {
      display: none !important; } }

.secondary-content-details--header {
  background: #5085c2;
  padding: 0.625rem 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .secondary-content-details--header {
      padding: 0.875rem 0.875rem; } }
  .secondary-content-details--header h2 {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1; }
    @media screen and (min-width: 59.375em) {
      .secondary-content-details--header h2 {
        font-size: 1.1875rem;
        line-height: 1.21053; } }

.secondary-content-details--body {
  margin: 0;
  padding: 0.625rem;
  padding-bottom: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    .secondary-content-details--body {
      padding: 0.875rem;
      padding-bottom: 3.5rem; } }
  .secondary-content-details--body h3 {
    font-size: 0.75rem;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.01em;
    font-style: normal; }
    @media screen and (min-width: 59.375em) {
      .secondary-content-details--body h3 {
        font-size: 0.9375rem;
        line-height: 1.53333; } }
    .secondary-content-details--body h3 + ul {
      margin-top: 0.625rem; }
      @media screen and (min-width: 59.375em) {
        .secondary-content-details--body h3 + ul {
          margin-top: 0.875rem; } }
  .secondary-content-details--body ul {
    font-size: 0.75rem;
    line-height: 1.41667; }
    @media screen and (min-width: 59.375em) {
      .secondary-content-details--body ul {
        font-size: 1rem;
        line-height: 1.4375; } }

h2.comments__form-title,
.comments__form-title {
  font-size: 1.1875rem;
  line-height: 1.15789;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
  @media screen and (min-width: 59.375em) {
    h2.comments__form-title,
    .comments__form-title {
      font-size: 1.625rem;
      line-height: 1; } }
  @media print {
    h2.comments__form-title,
    .comments__form-title {
      display: none !important; } }

.general-form,
.comment-form {
  background-color: #e5e6e7;
  padding: 1.25rem; }
  .field-b .general-form, .field-b
  .comment-form {
    background-color: #f5f5f8; }
  .general-form.title + *,
  .comment-form.title + * {
    margin-top: 0;
    padding-top: 0; }
  @media print {
    .general-form,
    .comment-form {
      display: none !important; } }
  .general-form label + input[type="text"],
  .comment-form label + input[type="text"] {
    margin-top: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .general-form label + input[type="text"],
      .comment-form label + input[type="text"] {
        margin-top: 0.875rem; } }
  .general-form input[type="text"],
  .comment-form input[type="text"] {
    width: 100%; }
    @media screen and (min-width: 46.875em) {
      .general-form input[type="text"],
      .comment-form input[type="text"] {
        width: 50%; } }

label {
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-style: normal; }
  @media screen and (min-width: 59.375em) {
    label {
      font-size: 0.9375rem;
      line-height: 1.53333; } }

.form-item label {
  margin: 0; }

.form-type-select label + *,
.form-type-textarea label + * {
  margin-top: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .form-type-select label + *,
    .form-type-textarea label + * {
      margin-top: 0.875rem; } }

.form-actions input[type="submit"] {
  background: #4177b9; }
  .form-actions input[type="submit"]:focus, .form-actions input[type="submit"]:hover {
    background: #3a6ba6; }

.ckeditor_links {
  font-size: 0.75rem;
  line-height: 1.41667;
  margin-top: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .ckeditor_links {
      font-size: 0.8125rem;
      line-height: 1.15385; } }
  @media screen and (min-width: 59.375em) {
    .ckeditor_links {
      margin-top: 0.875rem; } }

.tips {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding-left: 1.5em; }
  @media screen and (min-width: 59.375em) {
    .tips {
      font-size: 0.8125rem;
      line-height: 1.15385; } }
  .tips li {
    margin: 0;
    list-style-type: square; }

.cta-details {
  background: #e6e7e9; }
  @media screen and (min-width: 31.25em) {
    .cta-details {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%;
      margin-left: 1.25rem;
      margin-bottom: 1.25rem;
      float: right; }
      .cta-details:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .cta-details {
      float: left;
      display: block;
      margin-right: 0%;
      width: 41.66667%;
      float: right;
      margin-left: 1.75rem;
      margin-bottom: 1.75rem; }
      .cta-details:last-child {
        margin-right: 0; } }

.cta-details--header {
  -webkit-font-smoothing: antialiased;
  background: #a51c30;
  color: #fff;
  padding: 0.625rem; }
  .cta-details--header h3 {
    font-size: 1rem;
    line-height: 1; }
    @media screen and (min-width: 59.375em) {
      .cta-details--header h3 {
        font-size: 1.1875rem;
        line-height: 1.21053; } }
  @media screen and (min-width: 59.375em) {
    .cta-details--header {
      padding: 0.875rem; } }
  .cta-details--header + * {
    margin-top: 0; }

.cta--details--body,
.cta-details--body {
  padding: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .cta--details--body,
    .cta-details--body {
      padding: 0.875rem; } }

.pane-bundle-favorite-course,
.pane-bundle-favorite-professor {
  background: #e0e7e8;
  border: 1px solid #bac5c6;
  padding: 0.83333rem; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-favorite-course,
    .pane-bundle-favorite-professor {
      padding: 1.16667rem; } }
  @media screen and (min-width: 31.25em) {
    .pane-bundle-favorite-course,
    .pane-bundle-favorite-professor {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%;
      margin-right: 1.25rem;
      margin-bottom: 1.25rem;
      clear: left; }
      .pane-bundle-favorite-course:last-child,
      .pane-bundle-favorite-professor:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 46.875em) {
    .pane-bundle-favorite-course,
    .pane-bundle-favorite-professor {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%;
      margin-right: 1.25rem;
      margin-bottom: 1.25rem;
      clear: left; }
      .pane-bundle-favorite-course:last-child,
      .pane-bundle-favorite-professor:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-favorite-course,
    .pane-bundle-favorite-professor {
      margin-right: 1.75rem;
      margin-bottom: 1.75rem; } }
  @media print {
    .page .pane-bundle-favorite-course, .page
    .pane-bundle-favorite-professor {
      padding: 1.25rem !important; } }
  .pane-bundle-favorite-course h2,
  .pane-bundle-favorite-professor h2 {
    font-size: 1.0625rem;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    font-style: normal; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-favorite-course h2,
      .pane-bundle-favorite-professor h2 {
        font-size: 1.375rem;
        line-height: 1.09091; } }
    .pane-bundle-favorite-course h2 + *,
    .pane-bundle-favorite-professor h2 + * {
      margin-top: 0.625rem; }
      @media screen and (min-width: 59.375em) {
        .pane-bundle-favorite-course h2 + *,
        .pane-bundle-favorite-professor h2 + * {
          margin-top: 0.875rem; } }
    .pane-bundle-favorite-course h2 + h3,
    .pane-bundle-favorite-professor h2 + h3 {
      margin-top: 1.25rem; }
      @media screen and (min-width: 59.375em) {
        .pane-bundle-favorite-course h2 + h3,
        .pane-bundle-favorite-professor h2 + h3 {
          margin-top: 1.75rem; } }
  .pane-bundle-favorite-course h3,
  .pane-bundle-favorite-course .delta,
  .pane-bundle-favorite-professor h3,
  .pane-bundle-favorite-professor .delta {
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-favorite-course h3,
      .pane-bundle-favorite-course .delta,
      .pane-bundle-favorite-professor h3,
      .pane-bundle-favorite-professor .delta {
        font-size: 1.1875rem;
        line-height: 1.21053; } }
  .pane-bundle-favorite-course * + .hes-title,
  .pane-bundle-favorite-professor * + .hes-title {
    margin-top: 0.3125rem; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-favorite-course * + .hes-title,
      .pane-bundle-favorite-professor * + .hes-title {
        margin-top: 0.4375rem; } }

@media screen and (min-width: 31.25em) {
  .pane-bundle-more-with-faculty-member,
  .pane-bundle-more-on-topic,
  .pane-bundle-more-on-field-of-study,
  .pane-bundle-related-articles {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
    float: right;
    clear: right;
    margin-left: 1.25rem;
    margin-bottom: 1.25rem; }
    .pane-bundle-more-with-faculty-member:last-child,
    .pane-bundle-more-on-topic:last-child,
    .pane-bundle-more-on-field-of-study:last-child,
    .pane-bundle-related-articles:last-child {
      margin-right: 0; } }

@media screen and (min-width: 46.875em) {
  .pane-bundle-more-with-faculty-member,
  .pane-bundle-more-on-topic,
  .pane-bundle-more-on-field-of-study,
  .pane-bundle-related-articles {
    float: left;
    display: block;
    margin-right: 0%;
    width: 33.33333%;
    float: right;
    clear: right; }
    .pane-bundle-more-with-faculty-member:last-child,
    .pane-bundle-more-on-topic:last-child,
    .pane-bundle-more-on-field-of-study:last-child,
    .pane-bundle-related-articles:last-child {
      margin-right: 0; } }

@media screen and (min-width: 59.375em) {
  .pane-bundle-more-with-faculty-member,
  .pane-bundle-more-on-topic,
  .pane-bundle-more-on-field-of-study,
  .pane-bundle-related-articles {
    margin-left: 1.75rem;
    margin-bottom: 1.75rem; } }

.pane-bundle-more-with-faculty-member .epsilon,
.pane-bundle-more-on-topic .epsilon,
.pane-bundle-more-on-field-of-study .epsilon,
.pane-bundle-related-articles .epsilon {
  font-family: utopia-std, Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
  font-style: italic;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 0.875rem;
  line-height: 1.35714; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-more-with-faculty-member .epsilon,
    .pane-bundle-more-on-topic .epsilon,
    .pane-bundle-more-on-field-of-study .epsilon,
    .pane-bundle-related-articles .epsilon {
      font-size: 1.1875rem;
      line-height: 1.36842; } }
  .pane-bundle-more-with-faculty-member .epsilon a,
  .pane-bundle-more-on-topic .epsilon a,
  .pane-bundle-more-on-field-of-study .epsilon a,
  .pane-bundle-related-articles .epsilon a {
    text-decoration: underline; }

.pane-bundle-more-with-faculty-member .content-type,
.pane-bundle-more-on-topic .content-type,
.pane-bundle-more-on-field-of-study .content-type,
.pane-bundle-related-articles .content-type {
  color: #617382; }

.pane-bundle-more-with-faculty-member .more-content--item,
.pane-bundle-more-on-topic .more-content--item,
.pane-bundle-more-on-field-of-study .more-content--item,
.pane-bundle-related-articles .more-content--item {
  border-top: 1px solid #bac5c6;
  border-bottom: 1px solid #e6e7e9;
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  .pane-bundle-more-with-faculty-member .more-content--item + .more-content--item,
  .pane-bundle-more-on-topic .more-content--item + .more-content--item,
  .pane-bundle-more-on-field-of-study .more-content--item + .more-content--item,
  .pane-bundle-related-articles .more-content--item + .more-content--item {
    border-top: none;
    margin-top: 0; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-more-with-faculty-member .more-content--item,
    .pane-bundle-more-on-topic .more-content--item,
    .pane-bundle-more-on-field-of-study .more-content--item,
    .pane-bundle-related-articles .more-content--item {
      margin-top: 0.875rem;
      padding-top: 0.875rem;
      padding-bottom: 0.875rem; } }

.pane-bundle-more-with-faculty-member .media .media-i,
.pane-bundle-more-on-topic .media .media-i,
.pane-bundle-more-on-field-of-study .media .media-i,
.pane-bundle-related-articles .media .media-i {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  max-width: 100%;
  float: none;
  margin-right: 0; }

.pane-bundle-more-with-faculty-member .media .media-b,
.pane-bundle-more-on-topic .media .media-b,
.pane-bundle-more-on-field-of-study .media .media-b,
.pane-bundle-related-articles .media .media-b {
  font-size: 0.75rem;
  line-height: 1.41667; }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-more-with-faculty-member .media .media-b,
    .pane-bundle-more-on-topic .media .media-b,
    .pane-bundle-more-on-field-of-study .media .media-b,
    .pane-bundle-related-articles .media .media-b {
      font-size: 1rem;
      line-height: 1.4375; } }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.pane-bundle-newsletter-signup {
  padding-top: 0.41667rem; }
  @media print {
    .pane-bundle-newsletter-signup {
      display: none !important; } }
  @media screen and (min-width: 59.375em) {
    .pane-bundle-newsletter-signup {
      padding-top: 0.58333rem; } }
  .pane-bundle-newsletter-signup h3 {
    font-size: 1rem;
    line-height: 1; }
    @media screen and (min-width: 59.375em) {
      .pane-bundle-newsletter-signup h3 {
        font-size: 1.1875rem;
        line-height: 1.21053; } }
    .pane-bundle-newsletter-signup h3 + * {
      margin-top: 0.3125rem; }
      @media screen and (min-width: 59.375em) {
        .pane-bundle-newsletter-signup h3 + * {
          margin-top: 0.4375rem; } }

.sharethis-block {
  position: absolute;
  background-color: #fff;
  border: 2px solid #8996a0;
  padding: 24px;
  z-index: 10;
  width: 170px; }
  .sharethis-block.fixed {
    position: fixed;
    top: 96px;
    bottom: initial; }
  @media print {
    .sharethis-block {
      display: none !important; } }
  .sharethis-block h3 {
    font-size: 0.75rem;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.01em;
    font-style: normal;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
    @media screen and (min-width: 59.375em) {
      .sharethis-block h3 {
        font-size: 0.9375rem;
        line-height: 1.53333; } }
    .sharethis-block h3 + * {
      margin-top: 0.3125rem; }
      @media screen and (min-width: 59.375em) {
        .sharethis-block h3 + * {
          margin-top: 0.4375rem; } }
  @media screen and (min-width: 59.375em) {
    .sharethis-block {
      top: -85px;
      left: calc(50% + 360px); } }
  @media screen and (max-width: 1100px) {
    .sharethis-block {
      position: fixed;
      bottom: 0;
      right: 60px;
      top: initial;
      left: initial; }
      .sharethis-block.fixed {
        position: fixed;
        bottom: 0;
        right: 60px;
        top: initial;
        left: initial; } }

.st_facebook_custom:before {
  content: '\f230';
  font-family: 'FontAwesome';
  cursor: pointer;
  color: #a51c30; }

.st_facebook_custom:hover:before, .st_facebook_custom:focus:before {
  color: #888; }

.st_twitter_custom:before {
  content: '\f081';
  font-family: 'FontAwesome';
  cursor: pointer;
  margin-left: 12px;
  color: #a51c30; }

.st_twitter_custom:hover:before, .st_twitter_custom:focus:before {
  color: #888; }

.st_linkedin_custom:before {
  content: '\f08c';
  font-family: 'FontAwesome';
  cursor: pointer;
  margin-left: 12px;
  color: #a51c30; }

.st_linkedin_custom:hover:before, .st_linkedin_custom:focus:before {
  color: #888; }

.st_email_custom:before {
  content: '\f0e0';
  font-family: 'FontAwesome';
  cursor: pointer;
  margin-left: 12px;
  color: #a51c30; }

.st_email_custom:hover:before, .st_email_custom:focus:before {
  color: #888; }

.panel-sidebar-second .sharethis-wrapper span:before {
  font-size: 28px; }

.results-counter {
  position: relative;
  z-index: 2;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  font-style: normal;
  font-size: 1.1875rem;
  line-height: 1.15789;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background: #2b3452;
  padding: 1.25rem 1rem;
  margin-left: -1rem; }
  .results-counter:after, .results-counter:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #2b3452;
    z-index: 1; }
  .results-counter:after {
    left: 100%; }
  .results-counter:before {
    right: 100%; }
  @media screen and (min-width: 59.375em) {
    .results-counter {
      font-size: 1.625rem;
      line-height: 1; } }
  @media print {
    .results-counter {
      margin-left: 0 !important; } }
  @media screen and (min-width: 46.875em) {
    .results-counter:before {
      display: none; } }
  @media screen and (min-width: 59.375em) {
    .results-counter {
      padding: 1.75rem 1.5rem;
      margin-left: -1.5rem; } }

@media screen and (min-width: 68.75em) {
  .view-promoted-search .view-content {
    max-width: 1304px;
    margin-left: auto;
    margin-right: auto; }
    .view-promoted-search .view-content:after {
      content: "";
      display: table;
      clear: both; }
    .view-promoted-search .view-content .search-result-row {
      float: left;
      display: block;
      margin-right: 0%;
      width: 60%; }
      .view-promoted-search .view-content .search-result-row:last-child {
        margin-right: 0; } }

.search-result-row + .search-result-row {
  border-top: 1px solid #a5b2bc;
  margin-top: 1.25rem;
  padding-top: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    .search-result-row + .search-result-row {
      margin-top: 1.75rem;
      padding-top: 1.75rem; } }

.search-result-row h2 {
  font-size: 1.1875rem;
  line-height: 1.15789;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .search-result-row h2 {
      font-size: 1.4375rem;
      line-height: 1.04348; } }
  @media screen and (min-width: 59.375em) {
    .search-result-row h2 {
      margin-bottom: 0.875rem; } }

.search-result-row .field-views-image {
  float: right;
  margin: 0;
  margin-left: 1rem;
  margin-bottom: 1rem;
  max-width: 7.8125rem; }
  @media screen and (min-width: 31.25em) {
    .search-result-row .field-views-image {
      max-width: 10.3125rem; } }
  @media screen and (min-width: 46.875em) {
    .search-result-row .field-views-image {
      max-width: 7.8125rem; } }
  @media screen and (min-width: 59.375em) {
    .search-result-row .field-views-image {
      max-width: 11.5rem; } }
  @media screen and (min-width: 68.75em) {
    .search-result-row .field-views-image {
      max-width: 9.375rem; } }
  @media screen and (min-width: 81.25em) {
    .search-result-row .field-views-image {
      max-width: 11.5rem; } }
  @media screen and (min-width: 59.375em) {
    .search-result-row .field-views-image {
      margin-left: 0.75rem;
      margin-bottom: 0.75rem; } }
  .search-result-row .field-views-image + * {
    margin-top: 0; }

.search-result-row .views-field-excerpt {
  font-size: 0.75rem;
  line-height: 1.41667;
  vertical-align: middle; }
  @media screen and (min-width: 59.375em) {
    .search-result-row .views-field-excerpt {
      font-size: 1rem;
      line-height: 1.4375; } }

.search-result-row .views-field-abbr {
  margin-top: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .search-result-row .views-field-abbr {
      margin-top: 0.875rem; } }
  .search-result-row .views-field-abbr a {
    font-size: 0.75rem;
    line-height: 1.41667;
    display: inline-block;
    border: 1px solid transparent;
    margin: 0 0.5rem 0 0;
    text-decoration: none;
    vertical-align: middle; }
    @media screen and (min-width: 59.375em) {
      .search-result-row .views-field-abbr a {
        font-size: 0.8125rem;
        line-height: 1.15385; } }
    .search-result-row .views-field-abbr a:focus, .search-result-row .views-field-abbr a:hover {
      text-decoration: underline; }
  .search-result-row .views-field-abbr + * {
    margin-top: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .search-result-row .views-field-abbr + * {
        margin-top: 0.875rem; } }

.search-result-row .views-field-type {
  font-size: 0.75rem;
  line-height: 1.41667;
  display: inline-block;
  border: 1px solid #a5b2bc;
  padding: 0.1875rem 0.375rem;
  margin: 0;
  margin-right: 0.5rem; }
  @media screen and (min-width: 59.375em) {
    .search-result-row .views-field-type {
      font-size: 0.8125rem;
      line-height: 1.15385; } }
  @media print {
    .search-result-row .views-field-type {
      font-weight: bold;
      border: none !important;
      padding: 0 !important; } }
  @media screen and (min-width: 59.375em) {
    .search-result-row .views-field-type {
      padding: 0.3125rem 0.75rem; } }
  .search-result-row .views-field-type a {
    text-decoration: none; }
    .search-result-row .views-field-type a:focus, .search-result-row .views-field-type a:hover {
      text-decoration: underline; }
  .search-result-row .views-field-type.views-field-type-page {
    display: none; }

#views-exposed-form-promoted-search-main-search-panel-pane input[type="text"] {
  width: 100%; }

#views-exposed-form-promoted-search-main-search-panel-pane .views-submit-button {
  margin-top: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    #views-exposed-form-promoted-search-main-search-panel-pane .views-submit-button {
      margin-top: 0.875rem; } }

.pane-refine-by {
  margin-top: 1.875rem;
  padding-bottom: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    .pane-refine-by {
      margin-top: 2.625rem;
      padding-bottom: 1.25rem; } }
  .pane-refine-by h2 {
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #8996a0; }
    @media screen and (min-width: 59.375em) {
      .pane-refine-by h2 {
        padding-bottom: 0.875rem; } }
  .pane-refine-by label {
    font-size: 0.75rem;
    line-height: 1.25;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.01em;
    font-style: normal; }
    @media screen and (min-width: 59.375em) {
      .pane-refine-by label {
        font-size: 0.9375rem;
        line-height: 1.53333; } }

.panel-sidebar-first .panel-pane:first-child {
  margin-top: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    .panel-sidebar-first .panel-pane:first-child {
      margin-top: 1.75rem; } }
  .panel-sidebar-first .panel-pane:first-child.pane-faculty-directory {
    margin-top: 0; }

.panel-sidebar-first .panel-pane:last-child {
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    .panel-sidebar-first .panel-pane:last-child {
      margin-bottom: 1.75rem; } }

.panel-sidebar-first .pane-title + * {
  margin-top: 0.3125rem; }
  @media screen and (min-width: 59.375em) {
    .panel-sidebar-first .pane-title + * {
      margin-top: 0.4375rem; } }

.panel-sidebar-first .pane-faculty-directory .pane-title + * {
  margin-top: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .panel-sidebar-first .pane-faculty-directory .pane-title + * {
      margin-top: 0.875rem; } }

.view-promoted-search-promoted {
  border-top: 4px solid #8996a0;
  background: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 0.83333rem;
  overflow: hidden;
  position: relative;
  padding: 0;
  padding-top: 25%; }
  @media print {
    .view-promoted-search-promoted {
      border: none; } }
  .view-promoted-search-promoted > * {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem; }
  .view-promoted-search-promoted > .pane-title:first-child {
    margin-top: 0.625rem; }
    .view-promoted-search-promoted > .pane-title:first-child + .pane-content {
      margin-top: 0.625rem; }
  .view-promoted-search-promoted > .pullquote {
    padding-left: 2.70833rem; }
    .view-promoted-search-promoted > .pullquote:before {
      left: 0.83333rem; }
  .view-promoted-search-promoted > picture,
  .view-promoted-search-promoted > img,
  .view-promoted-search-promoted > .img-wrap {
    padding-left: 0;
    padding-right: 0; }
  @media screen and (min-width: 59.375em) {
    .view-promoted-search-promoted {
      padding-bottom: 1.16667rem; }
      .view-promoted-search-promoted > * {
        padding-left: 1.16667rem;
        padding-right: 1.16667rem; }
      .view-promoted-search-promoted > .pane-title:first-child {
        margin-top: 0.875rem; }
        .view-promoted-search-promoted > .pane-title:first-child + .pane-content {
          margin-top: 0.875rem; }
      .view-promoted-search-promoted > .pullquote {
        padding-left: 3.04167rem; }
        .view-promoted-search-promoted > .pullquote:before {
          left: 1.16667rem; }
      .view-promoted-search-promoted > picture,
      .view-promoted-search-promoted > img,
      .view-promoted-search-promoted > .img-wrap {
        padding-left: 0;
        padding-right: 0; }
        .view-promoted-search-promoted > picture + *,
        .view-promoted-search-promoted > img + *,
        .view-promoted-search-promoted > .img-wrap + * {
          margin-top: 1.16667rem; } }
  @media print {
    .view-promoted-search-promoted {
      padding-bottom: 0; } }
  @media screen and (min-width: 31.25em) {
    .view-promoted-search-promoted {
      padding: 0; } }
  @media screen and (min-width: 59.375em) {
    .view-promoted-search-promoted {
      padding: 0; } }
  .view-promoted-search-promoted h2 {
    font-size: 1.1875rem;
    line-height: 1.15789;
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
    @media screen and (min-width: 59.375em) {
      .view-promoted-search-promoted h2 {
        font-size: 1.4375rem;
        line-height: 1.04348; } }
  .view-promoted-search-promoted p {
    font-size: 0.75rem;
    line-height: 1.41667; }
    @media screen and (min-width: 59.375em) {
      .view-promoted-search-promoted p {
        font-size: 1rem;
        line-height: 1.4375; } }
  .view-promoted-search-promoted * + * {
    margin-top: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .view-promoted-search-promoted * + * {
        margin-top: 0.875rem; } }
  .view-promoted-search-promoted .view-content {
    padding: 1rem; }
    @media screen and (min-width: 59.375em) {
      .view-promoted-search-promoted .view-content {
        padding: 1.5rem; } }
  .view-promoted-search-promoted .views-field-type {
    display: inline-block;
    border: 1px solid #8996a0;
    padding: 0.1875rem 0.375rem;
    font-size: 0.75rem;
    line-height: 1.41667; }
    @media screen and (min-width: 59.375em) {
      .view-promoted-search-promoted .views-field-type {
        font-size: 0.8125rem;
        line-height: 1.15385; } }
    @media screen and (min-width: 59.375em) {
      .view-promoted-search-promoted .views-field-type {
        padding: 0.3125rem 0.75rem; } }
    .view-promoted-search-promoted .views-field-type + * {
      margin-top: 0.625rem; }
      @media screen and (min-width: 59.375em) {
        .view-promoted-search-promoted .views-field-type + * {
          margin-top: 0.875rem; } }
    @media print {
      .view-promoted-search-promoted .views-field-type {
        font-weight: bold;
        border: none !important;
        padding: 0 !important; } }
  @media screen and (min-width: 31.25em) {
    .view-promoted-search-promoted .media-b {
      float: left;
      display: block;
      margin-right: 0%;
      width: 60%; }
      .view-promoted-search-promoted .media-b:last-child {
        margin-right: 0; } }
  .view-promoted-search-promoted .media-i {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    padding-bottom: 25%;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0; }
    @media screen and (min-width: 31.25em) {
      .view-promoted-search-promoted .media-i {
        float: left;
        display: block;
        margin-right: 0%;
        width: 40%;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        padding: 0;
        height: auto; }
        .view-promoted-search-promoted .media-i:last-child {
          margin-right: 0; } }

.table-wrap-outside {
  position: relative; }
  .table-wrap-outside.pane-views-panes:after {
    display: none; }
  @media screen and (max-width: 68.75em) {
    .table-wrap-outside:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 30px;
      height: 100%;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
      background-size: 15px 200%;
      background-repeat: no-repeat;
      background-position: right;
      z-index: 20; } }
  .table-wrap-outside:after {
    top: 3.1875rem; }
    @media screen and (min-width: 59.375em) {
      .table-wrap-outside:after {
        top: 4.125rem; } }

.table-wrap {
  padding-top: 3.1875rem;
  overflow-x: auto;
  background: #2b3452; }
  @media screen and (min-width: 59.375em) {
    .table-wrap {
      padding-top: 4.0625rem; } }
  .table-wrap:after {
    display: none; }
  @media print {
    .table-wrap {
      padding-top: 0 !important; } }

.catalog-table {
  margin: 0;
  width: 100%;
  table-layout: auto; }
  @media print {
    .catalog-table {
      table-layout: fixed; }
      .catalog-table tr {
        border-bottom: 1px dotted lightgray !important; }
      .catalog-table td {
        padding: 0.5em 1em 0.5em 0 !important; } }
  .catalog-table caption {
    -webkit-font-smoothing: antialiased;
    font-size: 1.1875rem;
    line-height: 1.15789;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    font-style: normal;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
    caption-side: top;
    margin: 0;
    background: #2b3452;
    color: #fff;
    padding: 1.25rem 0.625rem 0.625rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media screen and (min-width: 59.375em) {
      .catalog-table caption {
        font-size: 1.4375rem;
        line-height: 1.04348; } }
    @media screen and (min-width: 59.375em) {
      .catalog-table caption {
        padding: 1.75rem 0.875rem 0.875rem; } }
  .catalog-table th {
    -webkit-font-smoothing: antialiased;
    font-size: 0.75rem;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.01em;
    font-style: normal;
    text-align: left;
    color: #fff;
    padding: 0.625rem 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .catalog-table th {
        font-size: 0.9375rem;
        line-height: 1.53333; } }
    .catalog-table th a {
      color: #fff;
      font-weight: bold;
      border-bottom: 1px dashed #fff; }
  .catalog-table th {
    min-width: 6.25rem; }
    @media screen and (min-width: 46.875em) {
      .catalog-table th {
        min-width: 9.375rem; } }
    .catalog-table th.views-field-field-course-display-name {
      min-width: 12.5rem;
      max-width: 15.625rem; }
      @media screen and (min-width: 46.875em) {
        .catalog-table th.views-field-field-course-display-name {
          min-width: 12.5rem;
          max-width: 18.75rem; } }
    .catalog-table th.views-field-field-crn {
      min-width: 6.25rem;
      max-width: 9.375rem; }
      @media screen and (min-width: 46.875em) {
        .catalog-table th.views-field-field-crn {
          min-width: 6.25rem;
          max-width: 12.5rem; } }
  .catalog-table .view-attributes-per-course li, .catalog-table .view-enrollment-data li {
    font-size: 0.75rem;
    line-height: 1.41667; }
    @media screen and (min-width: 59.375em) {
      .catalog-table .view-attributes-per-course li, .catalog-table .view-enrollment-data li {
        font-size: 0.8125rem;
        line-height: 1.15385; } }
  .catalog-table a {
    text-decoration: none;
    font-weight: normal; }
  .catalog-table p {
    font-size: 0.75rem;
    line-height: 1.41667; }
    @media screen and (min-width: 59.375em) {
      .catalog-table p {
        font-size: 1rem;
        line-height: 1.4375; } }
  .catalog-table td {
    font-size: 0.75rem;
    line-height: 1.41667;
    padding: 0.625rem 0.625rem;
    vertical-align: top; }
    @media screen and (min-width: 59.375em) {
      .catalog-table td {
        font-size: 1rem;
        line-height: 1.4375; } }
    @media screen and (min-width: 59.375em) {
      .catalog-table td {
        padding: 0.875rem 0.875rem; } }
    .catalog-table td.views-field-field-course-display-name {
      font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
      text-transform: none;
      font-weight: bold;
      letter-spacing: normal;
      font-style: normal; }
      .catalog-table td.views-field-field-course-display-name > .view {
        margin-top: 0.3125rem; }
        .catalog-table td.views-field-field-course-display-name > .view p {
          font-weight: normal;
          font-family: tablet-gothic, Tahoma, Geneva, sans-serif; }
        @media screen and (min-width: 59.375em) {
          .catalog-table td.views-field-field-course-display-name > .view {
            margin-top: 0.4375rem; } }
    .catalog-table td * + * {
      margin: 0; }
  .catalog-table thead {
    background-color: #677984; }
  .catalog-table tbody tr.odd {
    background: #DFE0E4; }
  .catalog-table tbody tr.even {
    background: #ebebeb; }

.page-academic-calendar .view-header {
  -webkit-font-smoothing: antialiased;
  margin: 1.25rem 0 0;
  background: #2b3452;
  color: #fff;
  padding: 0.625rem; }
  @media screen and (min-width: 59.375em) {
    .page-academic-calendar .view-header {
      padding: 0.875rem; } }

.page-academic-calendar .date-nav-wrapper .date-nav {
  margin-bottom: 0;
  padding-bottom: 0; }
  .page-academic-calendar .date-nav-wrapper .date-nav h3 {
    font-size: 1.1875rem;
    line-height: 1.15789;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    font-style: normal;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
    @media screen and (min-width: 59.375em) {
      .page-academic-calendar .date-nav-wrapper .date-nav h3 {
        font-size: 1.4375rem;
        line-height: 1.04348; } }

.page-academic-calendar .view-content {
  margin-top: 0; }

.page-academic-calendar ul.tabs-primary li a, .page-academic-calendar ul.tabs-primary li.active a {
  font-size: 0.75rem;
  line-height: 1.41667;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  -webkit-font-smoothing: antialiased;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-transform: uppercase;
  display: inline-block; }
  @media screen and (min-width: 59.375em) {
    .page-academic-calendar ul.tabs-primary li a, .page-academic-calendar ul.tabs-primary li.active a {
      font-size: 1rem;
      line-height: 1.4375; } }

.page-academic-calendar .views-exposed-form {
  margin-bottom: 1rem; }
  .page-academic-calendar .views-exposed-form .views-widget-filter-title, .page-academic-calendar .views-exposed-form .views-submit-button {
    display: inline-block; }

.section-academic-calendar .accordion,
.section-academic-calendar table {
  max-width: 650px; }

#main div.views-widget-filter-search_api_views_fulltext .views-submit-button, #views-exposed-form-course-catalog-results-panel-pane-1 .views-submit-button {
  height: -2.375rem;
  margin: -2.375rem 0 0;
  position: absolute;
  right: 0; }
  #main div.views-widget-filter-search_api_views_fulltext .views-submit-button input, #views-exposed-form-course-catalog-results-panel-pane-1 .views-submit-button input {
    color: #4177b9;
    background: transparent; }

#main div.views-widget-filter-search_api_views_fulltext {
  margin-top: -1rem;
  position: relative; }
  #main div.views-widget-filter-search_api_views_fulltext .form-type-textfield input {
    padding-right: 4.5rem; }
  #main div.views-widget-filter-search_api_views_fulltext .views-reset-button {
    margin-top: 3rem; }
  #main div.views-widget-filter-search_api_views_fulltext label {
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
    font-size: 0.75rem;
    line-height: 1.25; }
    @media screen and (min-width: 59.375em) {
      #main div.views-widget-filter-search_api_views_fulltext label {
        font-size: 0.9375rem;
        line-height: 1.53333; } }

#views-exposed-form-course-catalog-results-panel-pane-1 .views-submit-button {
  right: 15px; }

.pane-degree-requirements {
  margin-top: 0; }
  .pane-degree-requirements ul {
    font-size: 0.75rem;
    line-height: 1.41667;
    margin-top: 0; }
    @media screen and (min-width: 59.375em) {
      .pane-degree-requirements ul {
        font-size: 1rem;
        line-height: 1.4375; } }
  .pane-degree-requirements p:not(.intro) {
    margin: 1rem 0 0.5rem; }

.student-impact-story .field-g {
  background-color: #a51c30; }
  @media screen and (min-width: 31.25em) {
    .student-impact-story .field-g {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%), url('/sites/all/themes/harvard/a/images/svg/background-shield-light.svg');
      background-position: bottom center, 30px 30px !important;
      background-size: 100% 50%, 50% !important;
      background-repeat: no-repeat; } }

.student-impact-story .view-mode-student_biography {
  margin-top: -28px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); }
  .student-impact-story .view-mode-student_biography header {
    display: none; }
  .student-impact-story .view-mode-student_biography .layout-split-2:first-of-type {
    margin-top: 0; }
  .student-impact-story .view-mode-student_biography .column {
    margin-top: 0;
    font-size: 14px;
    padding-left: 60px;
    position: relative; }
    .student-impact-story .view-mode-student_biography .column:before {
      content: "";
      font-family: FontAwesome;
      color: #a51c30;
      position: absolute;
      left: 10px;
      font-size: 28px;
      width: 40px;
      text-align: center; }
    .student-impact-story .view-mode-student_biography .column.hometown:before {
      content: "\f041"; }
    .student-impact-story .view-mode-student_biography .column.prior-education:before {
      content: "\f19c"; }
    .student-impact-story .view-mode-student_biography .column.professional-field:before {
      content: "\f0b1"; }
    .student-impact-story .view-mode-student_biography .column.degree-program:before {
      content: "\f19d"; }
  .student-impact-story .view-mode-student_biography h3 {
    font-size: 16px; }

.student-impact-story .pane-node-field-student-quote {
  padding: 15px 10px;
  text-align: center;
  position: relative; }
  .student-impact-story .pane-node-field-student-quote blockquote {
    margin: 0;
    font-size: 21px; }
  .student-impact-story .pane-node-field-student-quote .pane-content:before {
    content: '';
    display: block;
    height: 1.3125rem;
    width: 1.3125rem;
    background-image: url('/sites/all/themes/harvard/a/images/svg/pullquote-yellow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 2rem;
    left: 2rem; }

.pane-node-field-video iframe {
  width: 100%; }

.admissions-step {
  padding: 10px;
  background-color: #fff;
  border-top: 4px solid #a51c30;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  height: 78px;
  position: relative; }
  .admissions-step a {
    color: #4177b9; }
    .admissions-step a:hover {
      color: #26466e; }

.when-to-apply table {
  border-top: 4px solid #c4961a; }

.when-to-apply th {
  text-align: left;
  background-color: #fff; }

.when-to-apply tr:nth-child(2n + 1) {
  background-color: #ebebeb; }

.when-to-apply tr:nth-child(even) {
  background-color: #fff; }

.when-to-apply th {
  padding: 10px; }

.when-to-apply td {
  padding: 20px !important; }

.dce-harvard.page-home .field-home-seperator, .dce-harvard.page-home .cta, .dce-harvard.page-home .field-collection-view p, .field-collection-view .dce-harvard.page-home p {
  padding: 1em 0; }

.dce-harvard.page-home .longform p {
  font-size: 1em; }

.dce-harvard.page-home main {
  padding-bottom: 1em; }

.dce-harvard.page-home h2.alpha {
  text-align: left; }

body.professional-development .share-btn .longform {
  border: none;
  padding: 0; }
  body.professional-development .share-btn .longform a {
    background-color: transparent !important;
    border: 2px solid #4e84c4;
    color: #4e84c4 !important;
    display: block;
    text-align: center;
    transition: all .2s ease-in-out; }
    body.professional-development .share-btn .longform a::before {
      content: '\f0e0';
      display: inline-block;
      font-family: FontAwesome;
      margin-right: .5rem; }
    body.professional-development .share-btn .longform a:hover, body.professional-development .share-btn .longform a:focus {
      background-color: #4e84c4 !important;
      color: #fff !important; }

.region-page-top {
  margin: 0; }

.page {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  @media screen and (min-width: 31.25em) {
    .page {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 59.375em) {
    .page {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.page > .topbar,
.page > header,
.page > footer {
  margin: 0 auto;
  max-width: 1304px; }

.column,
[class^="col-"] {
  margin: 0; }

.layout-full {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }
  .layout-full:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 59.375em) {
    .layout-full > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .layout-full > .column:last-child {
        margin-right: 0; }
      .field-content-area-right .layout-full > .column {
        padding-left: 1.875rem; }
    .field-content-area-right .layout-full > .column {
      padding-left: 2.25rem; } }
  @media screen and (min-width: 59.375em) {
    .node-type-ad-landing-page .layout-full > .column {
      margin-left: 5.26316%;
      float: left;
      display: block;
      margin-right: 0%;
      width: 89.47368%; }
      .node-type-ad-landing-page .layout-full > .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .node-type-ad-landing-page .layout-full > .column {
      margin-left: 10.52632%;
      float: left;
      display: block;
      margin-right: 0%;
      width: 78.94737%; }
      .node-type-ad-landing-page .layout-full > .column:last-child {
        margin-right: 0; } }
  .node-type-ad-landing-page .layout-full:last-child > .column {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .node-type-ad-landing-page .layout-full:last-child > .column:last-child {
      margin-right: 0; }

.column,
[class^="col-"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  @media screen and (min-width: 31.25em) {
    .column,
    [class^="col-"] {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 59.375em) {
    .column,
    [class^="col-"] {
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }
  @media print {
    .column,
    [class^="col-"] {
      padding-left: 0;
      padding-right: 0; } }
  .column [class^="layout-"],
  [class^="col-"] [class^="layout-"] {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
    @media screen and (min-width: 31.25em) {
      .column [class^="layout-"],
      [class^="col-"] [class^="layout-"] {
        margin-left: -0.5rem;
        margin-right: -0.5rem; } }
    @media screen and (min-width: 59.375em) {
      .column [class^="layout-"],
      [class^="col-"] [class^="layout-"] {
        margin-left: -0.75rem;
        margin-right: -0.75rem; } }
    @media print {
      .column [class^="layout-"],
      [class^="col-"] [class^="layout-"] {
        margin-left: 0;
        margin-right: 0; } }

.layout-a {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }
  .layout-a:after {
    content: "";
    display: table;
    clear: both; }
  .layout-a .column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .layout-a .column:last-child {
      margin-right: 0; }
  @media screen and (min-width: 46.875em) {
    .layout-a > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 63.15789%; }
      .layout-a > .column:last-child {
        margin-right: 0; }
    .layout-a > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 36.84211%; }
      .layout-a > .column + .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .layout-a > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 73.68421%; }
      .layout-a > .column:last-child {
        margin-right: 0; }
    .layout-a > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 26.31579%; }
      .layout-a > .column + .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .layout-a > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 73.68421%; }
      .layout-a > .column:last-child {
        margin-right: 0; }
    .layout-a > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 21.05263%;
      margin-left: 5.26316%; }
      .layout-a > .column + .column:last-child {
        margin-right: 0; } }
  @media print {
    .layout-a {
      margin-left: -1rem !important;
      margin-right: -1rem !important; }
      .layout-a > .column {
        float: left;
        display: block;
        margin-right: 0%;
        width: 73.68421%;
        padding-left: 1rem !important;
        padding-right: 1rem !important; }
        .layout-a > .column:last-child {
          margin-right: 0; }
      .layout-a > .column + .column {
        margin-top: 0 !important;
        float: left;
        display: block;
        margin-right: 0%;
        width: 21.05263%;
        margin-left: 5.26316%;
        padding-left: 1rem !important;
        padding-right: 1rem !important; }
        .layout-a > .column + .column:last-child {
          margin-right: 0; } }

.layout-b {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }
  .layout-b:after {
    content: "";
    display: table;
    clear: both; }
  .layout-b > .column + .column {
    margin-top: 1.25rem; }
    @media screen and (min-width: 46.875em) {
      .layout-b > .column + .column {
        margin-top: 0; } }
  .layout-b > .column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .layout-b > .column:last-child {
      margin-right: 0; }
  .layout-b > .column + .column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .layout-b > .column + .column:last-child {
      margin-right: 0; }
  @media screen and (min-width: 46.875em) {
    .layout-b > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 62.5%; }
      .layout-b > .column:last-child {
        margin-right: 0; }
    .layout-b > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 37.5%; }
      .layout-b > .column + .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .layout-b > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 62.5%; }
      .layout-b > .column:last-child {
        margin-right: 0; }
      .field-content-area-right .layout-b > .column {
        padding-left: 2.25rem; }
    .layout-b > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 37.5%; }
      .layout-b > .column + .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .layout-b > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 68.75%; }
      .layout-b > .column:last-child {
        margin-right: 0; }
    .layout-b > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 31.25%; }
      .layout-b > .column + .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 81.25em) {
    .layout-b > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 75%; }
      .layout-b > .column:last-child {
        margin-right: 0; }
    .layout-b > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%; }
      .layout-b > .column + .column:last-child {
        margin-right: 0; } }

.layout-c {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }
  .layout-c:after {
    content: "";
    display: table;
    clear: both; }
  .layout-c .column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .layout-c .column:last-child {
      margin-right: 0; }
  @media screen and (min-width: 46.875em) {
    .layout-c > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 68.42105%; }
      .layout-c > .column:last-child {
        margin-right: 0; }
    .layout-c > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 31.57895%; }
      .layout-c > .column + .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .layout-c > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 68.42105%; }
      .layout-c > .column:last-child {
        margin-right: 0; }
    .layout-c > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 31.57895%; }
      .layout-c > .column + .column:last-child {
        margin-right: 0; } }
  @media print {
    .layout-c {
      margin-left: -1rem !important;
      margin-right: -1rem !important; }
      .layout-c > .column {
        float: left;
        display: block;
        margin-right: 0%;
        width: 68.42105%;
        padding-left: 1rem !important;
        padding-right: 1rem !important; }
        .layout-c > .column:last-child {
          margin-right: 0; }
      .layout-c > .column + .column {
        margin-top: 0 !important;
        float: left;
        display: block;
        margin-right: 0%;
        width: 31.57895%;
        padding-left: 1rem !important;
        padding-right: 1rem !important; }
        .layout-c > .column + .column:last-child {
          margin-right: 0; } }
  .node-type-ad-landing-page .layout-c:first-child {
    margin-top: 0;
    padding-top: 1.25rem; }
    @media screen and (min-width: 59.375em) {
      .node-type-ad-landing-page .layout-c:first-child {
        padding-top: 1.75rem; } }
  @media screen and (min-width: 59.375em) {
    .node-type-ad-landing-page .layout-c > .column {
      margin-left: 5.26316%;
      float: left;
      display: block;
      margin-right: 0%;
      width: 63.15789%; }
      .node-type-ad-landing-page .layout-c > .column:last-child {
        margin-right: 0; }
    .node-type-ad-landing-page .layout-c > .column + .column {
      margin-left: 0%;
      float: left;
      display: block;
      margin-right: 0%;
      width: 26.31579%; }
      .node-type-ad-landing-page .layout-c > .column + .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .node-type-ad-landing-page .layout-c > .column {
      margin-left: 10.52632%;
      float: left;
      display: block;
      margin-right: 0%;
      width: 57.89474%; }
      .node-type-ad-landing-page .layout-c > .column:last-child {
        margin-right: 0; }
    .node-type-ad-landing-page .layout-c > .column + .column {
      margin-left: 0%;
      float: left;
      display: block;
      margin-right: 0%;
      width: 21.05263%; }
      .node-type-ad-landing-page .layout-c > .column + .column:last-child {
        margin-right: 0; } }

.layout-c > .column + .column {
  margin-top: 1.25rem; }
  @media screen and (min-width: 46.875em) {
    .layout-c > .column + .column {
      margin-top: 0; } }

.layout-c + .layout-c {
  margin-top: 1.25rem; }
  @media screen and (min-width: 59.375em) {
    .layout-c + .layout-c {
      margin-top: 1.75rem; } }

.layout-d {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }
  .layout-d:after {
    content: "";
    display: table;
    clear: both; }
  .layout-d > .column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .layout-d > .column:last-child {
      margin-right: 0; }
  .layout-d > .column + .column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .layout-d > .column + .column:last-child {
      margin-right: 0; }
  @media screen and (min-width: 59.375em) {
    .layout-d > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 15.78947%; }
      .layout-d > .column:last-child {
        margin-right: 0; }
    .layout-d > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 84.21053%; }
      .layout-d > .column + .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .layout-d > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 15.78947%; }
      .layout-d > .column:last-child {
        margin-right: 0; }
    .layout-d > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 84.21053%; }
      .layout-d > .column + .column:last-child {
        margin-right: 0; } }
  @media print {
    .layout-d > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 15.78947%; }
      .layout-d > .column:last-child {
        margin-right: 0; }
    .layout-d > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 84.21053%;
      margin-top: 0 !important; }
      .layout-d > .column + .column:last-child {
        margin-right: 0; } }

.layout-e {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }
  .layout-e:after {
    content: "";
    display: table;
    clear: both; }
  .layout-e > .column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .layout-e > .column:last-child {
      margin-right: 0; }
  .layout-e > .column + .column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .layout-e > .column + .column:last-child {
      margin-right: 0; }
  @media screen and (min-width: 46.875em) {
    .layout-e > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 31.57895%; }
      .layout-e > .column:last-child {
        margin-right: 0; }
    .layout-e > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 68.42105%; }
      .layout-e > .column + .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .layout-e > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 26.31579%; }
      .layout-e > .column:last-child {
        margin-right: 0; }
    .layout-e > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 73.68421%; }
      .layout-e > .column + .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .layout-e > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 21.05263%; }
      .layout-e > .column:last-child {
        margin-right: 0; }
    .layout-e > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 78.94737%; }
      .layout-e > .column + .column:last-child {
        margin-right: 0; } }

.layout-split-2 {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }
  .layout-split-2:after {
    content: "";
    display: table;
    clear: both; }
  .layout-split-2 > .column + .column {
    margin-top: 1.25rem; }
  @media screen and (min-width: 31.25em) {
    .layout-split-2 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .layout-split-2 > .column:last-child {
        margin-right: 0; }
      .layout-split-2 > .column:nth-child(2n) {
        margin-right: 0; }
      .layout-split-2 > .column:nth-child(2n+1) {
        clear: left; }
    .layout-split-2 > .column + .column {
      margin-top: 0; } }
  .year--body .layout-split-2 > .column + .column {
    margin-top: 1.25rem; }
  @media screen and (min-width: 31.25em) {
    .year--body .layout-split-2 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .year--body .layout-split-2 > .column:last-child {
        margin-right: 0; }
    .year--body .layout-split-2 > .column + .column {
      margin-top: 1.25rem; } }
  @media screen and (min-width: 59.375em) {
    .year--body .layout-split-2 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .year--body .layout-split-2 > .column:last-child {
        margin-right: 0; }
      .year--body .layout-split-2 > .column:nth-child(2n) {
        margin-right: 0; }
      .year--body .layout-split-2 > .column:nth-child(2n+1) {
        clear: left; }
    .year--body .layout-split-2 > .column + .column {
      margin-top: 0; } }
  @media print {
    .layout-split-2 {
      margin-left: -1rem !important;
      margin-right: -1rem !important; }
      .layout-split-2 > .column {
        margin-top: 0 !important;
        float: left;
        display: block;
        margin-right: 0%;
        width: 50%;
        padding-left: 1rem !important;
        padding-right: 1rem !important; }
        .layout-split-2 > .column:last-child {
          margin-right: 0; }
      .layout-split-2 > .column + .column + .column {
        margin-top: 1.25rem !important; } }
  @media print {
    .view-faculty-directory .layout-split-2 {
      margin-left: 0 !important;
      margin-right: 0 !important; }
      .view-faculty-directory .layout-split-2 > .column {
        width: 100% !important;
        float: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important; }
      .view-faculty-directory .layout-split-2 > .column + .column {
        margin-top: 1.25rem !important; } }

.layout-split-2-1 {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }
  .layout-split-2-1:after {
    content: "";
    display: table;
    clear: both; }
  .layout-split-2-1 > .column + .column {
    margin-top: 1.25rem; }
  @media screen and (min-width: 31.25em) {
    .layout-split-2-1 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 66.66667%; }
      .layout-split-2-1 > .column:last-child {
        margin-right: 0; }
      .layout-split-2-1 > .column:nth-child(2n) {
        margin-right: 0; }
      .layout-split-2-1 > .column:nth-child(2n+1) {
        clear: left; }
    .layout-split-2-1 > .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .layout-split-2-1 > .column + .column:last-child {
        margin-right: 0; }
    .layout-split-2-1 > .column + .column {
      margin-top: 0; } }

.layout-split-3 {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }
  .layout-split-3:after {
    content: "";
    display: table;
    clear: both; }
  .layout-split-3 .col-first,
  .layout-split-3 .col-last {
    padding: 0; }
  @media screen and (min-width: 37.5em) and (max-width: 46.875em) {
    .layout-split-3 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .layout-split-3 > .column:last-child {
        margin-right: 0; }
      .layout-split-3 > .column:nth-child(3n) {
        margin-right: 0; }
      .layout-split-3 > .column:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 46.875em) {
    .layout-split-3 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .layout-split-3 > .column:last-child {
        margin-right: 0; }
      .layout-split-3 > .column:nth-child(3n) {
        margin-right: 0; }
      .layout-split-3 > .column:nth-child(3n+1) {
        clear: left; } }
  .year--body .layout-split-3 > .column + .column {
    margin-top: 1.25rem; }
  @media screen and (min-width: 31.25em) and (max-width: 46.875em) {
    .year--body .layout-split-3 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .year--body .layout-split-3 > .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 46.875em) {
    .year--body .layout-split-3 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .year--body .layout-split-3 > .column:last-child {
        margin-right: 0; }
    .year--body .layout-split-3 > .column + .column {
      margin-top: 1.25rem; } }
  @media screen and (min-width: 59.375em) {
    .year--body .layout-split-3 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .year--body .layout-split-3 > .column:last-child {
        margin-right: 0; }
      .year--body .layout-split-3 > .column:nth-child(3n) {
        margin-right: 0; }
      .year--body .layout-split-3 > .column:nth-child(3n+1) {
        clear: left; }
    .year--body .layout-split-3 > .column + .column {
      margin-top: 0; } }
  @media print {
    .layout-split-3 {
      page-break-inside: avoid;
      margin-left: -1rem !important;
      margin-right: -1rem !important; }
      .layout-split-3 > .column {
        float: left;
        display: block;
        margin-right: 0%;
        width: 33.33333%;
        margin-top: 0 !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important; }
        .layout-split-3 > .column:last-child {
          margin-right: 0; } }

.layout-b .column:nth-child(1) .layout-split-3 {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }
  .layout-b .column:nth-child(1) .layout-split-3:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 31.25em) and (max-width: 46.875em) {
    .layout-b .column:nth-child(1) .layout-split-3 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .layout-b .column:nth-child(1) .layout-split-3 > .column:last-child {
        margin-right: 0; }
      .layout-b .column:nth-child(1) .layout-split-3 > .column:nth-child(2n) {
        margin-right: 0; }
      .layout-b .column:nth-child(1) .layout-split-3 > .column:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 46.875em) {
    .layout-b .column:nth-child(1) .layout-split-3 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .layout-b .column:nth-child(1) .layout-split-3 > .column:last-child {
        margin-right: 0; }
      .layout-b .column:nth-child(1) .layout-split-3 > .column:nth-child(3n) {
        margin-right: 0; }
      .layout-b .column:nth-child(1) .layout-split-3 > .column:nth-child(3n+1) {
        clear: left; } }

.layout-split-4 {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }
  .layout-split-4:after {
    content: "";
    display: table;
    clear: both; }
  .layout-split-4 > .column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .layout-split-4 > .column:last-child {
      margin-right: 0; }
  @media screen and (min-width: 31.25em) and (max-width: 46.875em) {
    .layout-split-4 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .layout-split-4 > .column:last-child {
        margin-right: 0; }
      .layout-split-4 > .column:nth-child(2n) {
        margin-right: 0; }
      .layout-split-4 > .column:nth-child(2n+1) {
        clear: left; }
    .layout-split-4 > .column.span-2 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .layout-split-4 > .column.span-2:last-child {
        margin-right: 0; }
    .layout-split-4 > .column + .column + .column {
      margin-top: 1.5625rem; } }
  @media screen and (min-width: 46.875em) and (max-width: 59.375em) {
    .layout-split-4 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%; }
      .layout-split-4 > .column:last-child {
        margin-right: 0; }
      .layout-split-4 > .column:nth-child(4n) {
        margin-right: 0; }
      .layout-split-4 > .column:nth-child(4n+1) {
        clear: left; }
    .layout-split-4 > .column.span-2 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .layout-split-4 > .column.span-2:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .layout-split-4 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%; }
      .layout-split-4 > .column:last-child {
        margin-right: 0; }
      .layout-split-4 > .column:nth-child(4n) {
        margin-right: 0; }
      .layout-split-4 > .column:nth-child(4n+1) {
        clear: left; }
    .layout-split-4 > .column.span-2 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .layout-split-4 > .column.span-2:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 46.875em) {
    .view-display-id-panel_pane_5 .layout-split-4 > .column + .column + .column + .column + .column {
      margin-top: 1.5625rem; } }
  @media screen and (min-width: 59.375em) {
    .view-display-id-panel_pane_5 .layout-split-4 > .column + .column + .column + .column + .column {
      margin-top: 1.75rem; } }
  @media print {
    .layout-split-4 {
      page-break-inside: avoid;
      margin-left: -1rem !important;
      margin-right: -1rem !important; }
      .layout-split-4 > .column {
        float: left;
        display: block;
        margin-right: 0%;
        width: 25%;
        padding-left: 1rem !important;
        padding-right: 1rem !important; }
        .layout-split-4 > .column:last-child {
          margin-right: 0; }
        .layout-split-4 > .column + .column {
          margin-top: 0 !important; }
      .main-content-details--body .layout-split-4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important; }
        .main-content-details--body .layout-split-4 > .column {
          float: left;
          display: block;
          margin-right: 0%;
          width: 33.33333%;
          padding-left: 1rem !important;
          padding-right: 1rem !important; }
          .main-content-details--body .layout-split-4 > .column:last-child {
            margin-right: 0; } }

[class*="pane-around-extension-panel-pane-"] + [class*="pane-around-extension-panel-pane-"] {
  margin-top: 1.5625rem; }
  @media screen and (min-width: 59.375em) {
    [class*="pane-around-extension-panel-pane-"] + [class*="pane-around-extension-panel-pane-"] {
      margin-top: 1.75rem; } }

.layout-split-5 {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }
  .layout-split-5:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 25em) and (max-width: 31.25em) {
    .layout-split-5 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .layout-split-5 > .column:last-child {
        margin-right: 0; }
      .layout-split-5 > .column:nth-child(2n) {
        margin-right: 0; }
      .layout-split-5 > .column:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 31.25em) and (max-width: 46.875em) {
    .layout-split-5 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .layout-split-5 > .column:last-child {
        margin-right: 0; }
      .layout-split-5 > .column:nth-child(2n) {
        margin-right: 0; }
      .layout-split-5 > .column:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 46.875em) and (max-width: 68.75em) {
    .layout-split-5 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .layout-split-5 > .column:last-child {
        margin-right: 0; }
      .layout-split-5 > .column:nth-child(3n) {
        margin-right: 0; }
      .layout-split-5 > .column:nth-child(3n+1) {
        clear: left; }
    .layout-split-5 > .column:nth-child(4n) {
      margin-left: 16.66667%; } }
  @media screen and (min-width: 68.75em) {
    .layout-split-5 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 20%; }
      .layout-split-5 > .column:last-child {
        margin-right: 0; }
      .layout-split-5 > .column:nth-child(5n) {
        margin-right: 0; }
      .layout-split-5 > .column:nth-child(5n+1) {
        clear: left; } }
  @media print {
    .layout-split-5 {
      margin-left: -1em !important;
      margin-right: -1em !important; }
      .layout-split-5 > .column {
        padding-left: 1em !important;
        padding-right: 1em !important;
        float: left;
        display: block;
        margin-right: 0%;
        width: 33.33333%; }
        .layout-split-5 > .column:last-child {
          margin-right: 0; }
        .layout-split-5 > .column:nth-child(3n) {
          margin-right: 0; }
        .layout-split-5 > .column:nth-child(3n+1) {
          clear: left; }
        .layout-split-5 > .column + .column {
          margin-top: 0 !important; }
        .layout-split-5 > .column + .column + .column + .column {
          margin-top: 2em !important; } }

.pane-bundle-academic-offerings .layout-split-5 .column + .column {
  margin-top: 1.25rem; }

@media screen and (min-width: 31.25em) {
  .pane-bundle-academic-offerings .layout-split-5 .column,
  .pane-bundle-academic-offerings .layout-split-5 .column + .column {
    margin-top: 0; }
  .pane-bundle-academic-offerings .layout-split-5 .column + .column + .column {
    margin-top: 1.25rem; } }

@media screen and (min-width: 46.875em) {
  .pane-bundle-academic-offerings .layout-split-5 .column,
  .pane-bundle-academic-offerings .layout-split-5 .column + .column,
  .pane-bundle-academic-offerings .layout-split-5 .column + .column + .column {
    margin-top: 0; }
  .pane-bundle-academic-offerings .layout-split-5 .column + .column + .column + .column {
    margin-top: 1.25rem; } }

@media screen and (min-width: 68.75em) {
  .pane-bundle-academic-offerings .layout-split-5 .column,
  .pane-bundle-academic-offerings .layout-split-5 .column + .column,
  .pane-bundle-academic-offerings .layout-split-5 .column + .column + .column,
  .pane-bundle-academic-offerings .layout-split-5 .column + .column + .column + .column {
    margin-top: 0; } }

.layout-split-6 {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }
  .layout-split-6:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 25em) and (max-width: 31.25em) {
    .layout-split-6 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 31.57895%; }
      .layout-split-6 > .column:last-child {
        margin-right: 0; }
      .layout-split-6 > .column:nth-child(2n) {
        margin-right: 0; }
      .layout-split-6 > .column:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 31.25em) and (max-width: 46.875em) {
    .layout-split-6 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 21.05263%; }
      .layout-split-6 > .column:last-child {
        margin-right: 0; }
      .layout-split-6 > .column:nth-child(3n) {
        margin-right: 0; }
      .layout-split-6 > .column:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 46.875em) and (max-width: 59.375em) {
    .layout-split-6 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 15.78947%; }
      .layout-split-6 > .column:last-child {
        margin-right: 0; }
      .layout-split-6 > .column:nth-child(4n) {
        margin-right: 0; }
      .layout-split-6 > .column:nth-child(4n+1) {
        clear: left; } }
  @media screen and (min-width: 59.375em) {
    .layout-split-6 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 10.52632%; }
      .layout-split-6 > .column:last-child {
        margin-right: 0; }
      .layout-split-6 > .column:nth-child(6n) {
        margin-right: 0; }
      .layout-split-6 > .column:nth-child(6n+1) {
        clear: left; } }

.layout-centered-focus {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }
  .layout-centered-focus:after {
    content: "";
    display: table;
    clear: both; }
  .layout-centered-focus > .column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .layout-centered-focus > .column:last-child {
      margin-right: 0; }
  @media screen and (min-width: 31.25em) {
    .layout-centered-focus > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 89.47368%;
      margin-left: 5.26316%; }
      .layout-centered-focus > .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 46.875em) {
    .layout-centered-focus > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 78.94737%;
      margin-left: 10.52632%; }
      .layout-centered-focus > .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .layout-centered-focus > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 73.68421%;
      margin-left: 10.52632%; }
      .layout-centered-focus > .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .layout-centered-focus > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 63.15789%;
      margin-left: 10.52632%; }
      .layout-centered-focus > .column:last-child {
        margin-right: 0; } }

.inset-layout--aside {
  position: relative;
  z-index: 2;
  padding-top: 0.625rem;
  position: relative;
  z-index: 2; }
  .inset-layout--aside:after, .inset-layout--aside:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #e5e6e7;
    z-index: 1; }
  .inset-layout--aside:after {
    left: 100%; }
  .inset-layout--aside:before {
    right: 100%; }
  .inset-layout--aside:before, .inset-layout--aside:after {
    z-index: 1; }
  @media screen and (min-width: 46.875em) {
    .inset-layout--aside {
      padding-right: 1rem; }
      .inset-layout--aside:after {
        display: none; } }
  @media screen and (min-width: 59.375em) {
    .inset-layout--aside {
      padding-top: 0.875rem;
      padding-right: 1.5rem; } }
  .field-f .inset-layout--aside {
    padding-top: 1.25rem; }
    @media screen and (min-width: 59.375em) {
      .field-f .inset-layout--aside {
        padding-top: 1.75rem; } }
  .inset-layout--aside .views-exposed-form * + * {
    margin-top: 0.625rem; }
    @media screen and (min-width: 59.375em) {
      .inset-layout--aside .views-exposed-form * + * {
        margin-top: 0.875rem; } }

.inset-layout--main {
  position: relative;
  z-index: 2;
  position: relative;
  z-index: 1;
  background: #bac5c6; }
  .inset-layout--main:after, .inset-layout--main:before {
    content: '';
    display: block;
    position: absolute;
    width: 62.5rem;
    top: 0;
    bottom: 0;
    background: #bac5c6;
    z-index: 1; }
  .inset-layout--main:after {
    left: 100%; }
  .inset-layout--main:before {
    right: 100%; }
  .field-f .inset-layout--main {
    background-color: #DFE0E4; }
    .field-f .inset-layout--main:after, .field-f .inset-layout--main:before {
      background-color: #DFE0E4; }
    @media screen and (min-width: 46.875em) {
      .field-f .inset-layout--main {
        border-left: 1px solid rgba(0, 0, 0, 0.1); } }
    .page-search .field-f .inset-layout--main {
      position: relative;
      z-index: 2;
      background-color: #f5f5f8; }
      .page-search .field-f .inset-layout--main:after, .page-search .field-f .inset-layout--main:before {
        content: '';
        display: block;
        position: absolute;
        width: 62.5rem;
        top: 0;
        bottom: 0;
        background: #f5f5f8;
        z-index: 1; }
      .page-search .field-f .inset-layout--main:after {
        left: 100%; }
      .page-search .field-f .inset-layout--main:before {
        right: 100%; }
      @media screen and (min-width: 46.875em) {
        .page-search .field-f .inset-layout--main {
          padding-left: 1rem; }
          .page-search .field-f .inset-layout--main:before {
            display: none; } }
      @media screen and (min-width: 59.375em) {
        .page-search .field-f .inset-layout--main {
          padding-left: 1.5rem; } }
  @media screen and (min-width: 46.875em) {
    .inset-layout--main {
      padding-left: 0; }
      .inset-layout--main:before {
        display: none; } }

.layout-home-mission {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 0; }
  .layout-home-mission:after {
    content: "";
    display: table;
    clear: both; }
  .field--shield-home .layout-home-mission {
    margin-top: 0; }
  .layout-home-mission .column + .column {
    margin-top: 1.25rem; }
  @media screen and (min-width: 37.5em) {
    .layout-home-mission .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 41.66667%; }
      .layout-home-mission .column:last-child {
        margin-right: 0; }
    .layout-home-mission .column + .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%;
      margin-left: 8.33333%; }
      .layout-home-mission .column + .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .layout-home-mission {
      padding: 3.5rem 0; }
      .layout-home-mission .column {
        float: left;
        display: block;
        margin-right: 0%;
        width: 57.89474%; }
        .layout-home-mission .column:last-child {
          margin-right: 0; }
      .layout-home-mission .column + .column {
        float: left;
        display: block;
        margin-right: 0%;
        width: 36.84211%;
        margin-left: 5.26316%;
        margin-top: 1.75rem; }
        .layout-home-mission .column + .column:last-child {
          margin-right: 0; } }

.panel-inside-extension .column + .column {
  margin-top: 1.25rem; }
  @media screen and (min-width: 31.25em) {
    .panel-inside-extension .column + .column {
      margin-top: 0; } }

.view-around-extension {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto; }

/* table style column align */
.views-align-left {
  text-align: left; }

.views-align-right {
  text-align: right; }

.views-align-center {
  text-align: center; }

.form-group > div {
  margin-bottom: 1.5em; }

label {
  display: block;
  margin-bottom: .5em; }

.section-harvard-executive-education .page__title {
  display: none; }

.executive-education .field-type-text-with-summary img {
  width: 100px;
  float: right;
  margin-left: 24px;
  margin-bottom: 12px; }
  .executive-education .field-type-text-with-summary img.large {
    width: 200px; }

.executive-education .field-type-text-with-summary .box--card {
  margin-bottom: 24px; }

.executive-education .field-type-text-with-summary .box--card h3 {
  margin-top: 0; }

.executive-education .layout-a > .column {
  width: 100%; }

.node-type-ad-landing-page h1.alpha {
  line-height: 1.3;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .node-type-ad-landing-page h1.alpha span {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    line-height: 1; }
  .node-type-ad-landing-page h1.alpha br {
    margin-top: 0; }

@media screen and (min-width: 59.375em) {
  .node-type-ad-landing-page h1.alpha {
    font-size: 55px; }
    .node-type-ad-landing-page h1.alpha span {
      font-size: 60px; } }

/* Hero RFI form */
.pane-bundle-ad-landing-page-rfi .field-a, .pane-bundle-ad-landing-page-rfi .field-c,
.ad-landing-page .field-a,
.ad-landing-page .field-c {
  background-color: #F5F5F8 !important; }

.pane-bundle-ad-landing-page-rfi .wForm,
.ad-landing-page .wForm {
  background-color: #f3f3f1; }

.pane-bundle-ad-landing-page-rfi .pane-content,
.ad-landing-page .pane-content {
  margin-top: 0; }

.pane-bundle-ad-landing-page-rfi form,
.ad-landing-page form {
  padding: 0 20px 10px 20px !important;
  display: flex;
  flex-wrap: wrap; }
  .pane-bundle-ad-landing-page-rfi form > div,
  .ad-landing-page form > div {
    flex-basis: 100%; }

.pane-bundle-ad-landing-page-rfi .htmlSection .htmlContent,
.ad-landing-page .htmlSection .htmlContent {
  font-size: 14px;
  line-height: 1.3; }

.pane-bundle-ad-landing-page-rfi #tfa_906-D,
.pane-bundle-ad-landing-page-rfi #tfa_909-D,
.ad-landing-page #tfa_906-D,
.ad-landing-page #tfa_909-D {
  flex-basis: 48%; }

.pane-bundle-ad-landing-page-rfi #tfa_908-D,
.pane-bundle-ad-landing-page-rfi #tfa_910-D,
.ad-landing-page #tfa_908-D,
.ad-landing-page #tfa_910-D {
  flex-basis: 48%;
  margin-left: 4%; }

.pane-bundle-ad-landing-page-rfi #tfa_0-WRPR,
.ad-landing-page #tfa_0-WRPR {
  margin-top: 0 !important; }

.pane-bundle-ad-landing-page-rfi .actions,
.ad-landing-page .actions {
  margin: 15px -20px -10px -20px !important;
  padding: 10px 20px !important;
  flex-basis: calc(100% + 40px);
  background-color: #ebebeb; }

.pane-bundle-ad-landing-page-rfi .select2-container .select2-selection--single,
.ad-landing-page .select2-container .select2-selection--single {
  height: 38px; }

.pane-bundle-ad-landing-page-rfi .select2-selection__placeholder,
.ad-landing-page .select2-selection__placeholder {
  font-size: 14px; }

.pane-bundle-ad-landing-page-rfi #tfa_1207-HTML span,
.ad-landing-page #tfa_1207-HTML span {
  font-size: 14px !important; }

.wform .section.column {
  float: none; }

.wFormContainer > div {
  margin-top: 0; }

label#tfa_1-L {
  width: auto !important; }
  label#tfa_1-L span {
    font-weight: bold !important; }

#tfa_0-WRPR {
  margin-top: 20px !important; }

.wFormContainer #tfa_906, .wFormContainer #tfa_908, .wFormContainer #tfa_909, .wFormContainer #tfa_1221, .wFormContainer #tfa_1222, .wFormContainer #tfa_1271, .wFormContainer #tfa_1273, .wFormContainer #tfa_1667, .wFormContainer #tfa_1668,
.wFormContainer #tfa_906-L, .wFormContainer #tfa_908-L, .wFormContainer #tfa_909-L, .wFormContainer #tfa_1221-L, .wFormContainer #tfa_1222-L, .wFormContainer #tfa_1271-L, .wFormContainer #tfa_1273-L, .wFormContainer #tfa_1274-L, .wFormContainer #tfa_1667-L, .wFormContainer #tfa_1668-L, .wFormContainer #tfa_1563-L, .wFormContainer #tfa_1565-L, .wFormContainer #tfa_1653-L, .wFormContainer #tfa_384 {
  width: 100% !important; }

.wFormContainer .select2-container {
  max-width: 500px;
  width: 100% !important; }

.wFormContainer .select2-selection {
  height: auto; }

.wFormContainer .select2-search {
  padding-left: 0; }

.wFormContainer select {
  width: 100% !important;
  max-width: none !important; }

.wFormContainer fieldset.section.inline {
  width: 100%; }

.wFormContainer .oneField {
  width: 100%; }

.home-hero--secondary {
  padding: 0 20px !important; }
  .home-hero--secondary .hero-tab-box {
    background-color: #fff; }
  .home-hero--secondary .pane-title {
    background-color: #3b7abd;
    color: #fff;
    padding: 10px 20px;
    font-size: 23px; }
  .home-hero--secondary .longform {
    padding: 0 20px 10px 20px;
    margin-top: 20px;
    font-size: 16px; }
  .home-hero--secondary .wFormContainer .select2-container,
  .home-hero--secondary .wFormContainer input {
    max-width: 100% !important; }

.hero-tab-box .longform p:last-child {
  margin: 20px -20px -10px -20px;
  padding: 10px 20px;
  background-color: #ebebeb; }

.hero-tab-box .longform p:first-child {
  font-size: 16px; }

.layout-ad-hero {
  padding: 24px 0;
  background-size: cover;
  background-repeat: no-repeat; }

@media screen and (min-width: 768px) {
  .layout-ad-hero .layout-split-2 {
    display: flex;
    align-items: center; }
  .home-hero.ad-landing {
    height: 530px !important; } }

@media screen and (max-width: 768px) {
  .layout-ad-hero .layout-split-2 .column {
    float: none;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px; } }

.page-node-64831 .layout-explore-hero--main {
  margin: 0 -24px -28px; }
  .page-node-64831 .layout-explore-hero--main .column {
    padding: 0 24px;
    width: 100%; }

.page-node-64831 h1.alpha span {
  color: #000;
  margin-top: 24px;
  display: inline-block; }

/* Hiding content we don't need */
#tfa_1208,
#tfa_1861,
#tfa_1449-D,
#tfa_1836-D {
  display: none; }

fieldset #tfa_9-L {
  width: 100% !important; }

.page-node-64831 .pane-bundle-event.stickyed {
  display: none !important; }

.section-2017-commencement .page,
.section-harvard-extension-2018-commencement .page,
.node-type-commencement .page {
  padding: 0;
  background-color: transparent; }

body.node-type-commencement,
.section-2017-commencement,
.section-harvard-extension-2018-commencement {
  background-color: #fff;
  position: relative;
  z-index: 0; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(-15px); } }

.commencement h2 {
  text-align: center;
  color: #fff;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.35); }

.commencement .hero {
  margin: 0;
  position: relative;
  max-height: calc(100vh - 180px);
  overflow: hidden; }
  .commencement .hero video {
    width: 100%;
    object-fit: cover; }
  .commencement .hero h1 {
    position: absolute;
    bottom: 48px;
    left: 48px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }
    @media screen and (min-width: 1500px) {
      .commencement .hero h1 {
        font-size: 8rem; } }
  .commencement .hero a {
    position: absolute;
    bottom: 48px;
    right: 120px;
    font-size: 1.5rem; }
  .commencement .hero .fa {
    display: none; }
  @media screen and (max-width: 800px) {
    .commencement .hero {
      background-image: url('/sites/all/themes/harvard/a/images/commencement-hero.jpg');
      background-size: cover;
      background-position: center center; } }
  @media screen and (min-width: 1024px) {
    .commencement .hero .fa {
      display: block;
      position: absolute;
      bottom: 40px;
      right: 40px;
      font-size: 4rem;
      color: #fff;
      -webkit-animation: bounce 2s infinite ease-in-out; } }

.commencement .social-media {
  background-color: #c4961a;
  margin-top: 0;
  /*h3 {
			margin-bottom: 12px;
		}*/ }
  .commencement .social-media h2 {
    padding: 24px 0 12px 0; }
  .commencement .social-media h3 {
    text-align: center;
    padding: 24px 0;
    color: #fff;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.35); }
  .commencement .social-media p {
    margin-bottom: 12px; }
  .commencement .social-media .social-media-inner {
    background-color: #E4E5E6;
    margin-top: 0;
    padding: 24px;
    position: relative;
    bottom: -24px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25); }
  .commencement .social-media iframe {
    width: 100% !important; }

.commencement .social-media-inner {
  background-color: #E4E5E6;
  margin-top: 0;
  padding: 24px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center; }
  .commencement .social-media-inner a {
    margin-top: 0;
    margin-right: 20px; }

.commencement .video-introduction {
  background-color: #EDEDEB;
  text-align: center;
  padding: 48px 0;
  margin: 0; }
  .commencement .video-introduction p {
    font-size: 19px;
    margin: 24px auto;
    width: 70%; }
  .commencement .video-introduction iframe {
    max-width: 90%; }

.commencement .spotlights {
  background-color: #a51c30;
  margin: 0; }
  .commencement .spotlights .dilorenzo:before {
    background-image: url('/sites/all/themes/harvard/a/images/commencement/leanne_dilorenzo.jpg'); }
  .commencement .spotlights .martins:before {
    background-image: url('/sites/all/themes/harvard/a/images/commencement/rafael_martins.jpg'); }
  .commencement .spotlights .girouard:before {
    background-image: url('/sites/all/themes/harvard/a/images/commencement/sol_girouard.jpg'); }
  .commencement .spotlights .lim:before {
    background-image: url('/sites/all/themes/harvard/a/images/commencement/pamela_lim.jpg');
    background-position: center; }
  .commencement .spotlights .venable:before {
    background-image: url('/sites/all/themes/harvard/a/images/commencement/james_venable.jpg'); }
  .commencement .spotlights .bhaskar:before {
    background-image: url('/sites/all/themes/harvard/a/images/commencement/kiron_bhaskar.jpg');
    background-position: center top; }
  .commencement .spotlights .riggs:before {
    background-image: url('/sites/all/themes/harvard/a/images/commencement/hannah_riggs.jpg'); }
  .commencement .spotlights .polcheira:before {
    background-image: url('/sites/all/themes/harvard/a/images/commencement/elias_polcheira.jpg'); }
  .commencement .spotlights .payne:before {
    background-image: url('/sites/all/themes/harvard/a/images/commencement/cathy_payne.jpg');
    background-position: center top !important; }
  .commencement .spotlights .hajjar:before {
    background-image: url('/sites/all/themes/harvard/a/images/commencement/lena_hajjar.jpg'); }
  .commencement .spotlights .merchant:before {
    background-image: url('/sites/all/themes/harvard/a/images/commencement/rahim_merchant.jpg');
    background-position: center top !important; }
  .commencement .spotlights .cohen:before {
    background-image: url('/sites/all/themes/harvard/a/images/commencement/emma_cohen.jpg'); }
  .commencement .spotlights .ohayon:before {
    background-image: url('/sites/all/themes/harvard/a/images/commencement/moshe_ohayon.jpg'); }
  .commencement .spotlights .neal:before {
    background-image: url('/sites/all/themes/harvard/a/images/commencement/diane_neal.jpg'); }
  .commencement .spotlights .hite {
    background: url('/sites/all/themes/harvard/a/images/commencement/2019/hite.jpg') no-repeat;
    background-size: cover;
    background-position: center; }
  .commencement .spotlights .taylor {
    background: url('/sites/all/themes/harvard/a/images/commencement/2019/taylor.jpg') no-repeat;
    background-size: cover;
    background-position: center; }
  .commencement .spotlights .harris {
    background: url('/sites/all/themes/harvard/a/images/commencement/2019/harris.jpg') no-repeat;
    background-size: cover;
    background-position: center; }
  .commencement .spotlights .colson {
    background: url('/sites/all/themes/harvard/a/images/commencement/2019/colson.jpg') no-repeat;
    background-size: cover;
    background-position: center; }
  .commencement .spotlights .arango-quiroga {
    background: url('/sites/all/themes/harvard/a/images/commencement/2019/arango-quiroga.jpg') no-repeat;
    background-size: cover;
    background-position: center; }
  .commencement .spotlights .oshea-evans {
    background: url('/sites/all/themes/harvard/a/images/commencement/2019/oshea-evans.jpg') no-repeat;
    background-size: cover;
    background-position: center; }
  .commencement .spotlights .tarkington {
    background: url('/sites/all/themes/harvard/a/images/commencement/2019/tarkington.jpg') no-repeat;
    background-size: cover;
    background-position: center; }
  .commencement .spotlights .hadley {
    background: url('/sites/all/themes/harvard/a/images/commencement/2019/hadley.jpg') no-repeat;
    background-size: cover;
    background-position: center; }
  .commencement .spotlights .onege {
    background: url('/sites/all/themes/harvard/a/images/commencement/2019/onege.jpg') no-repeat;
    background-size: cover;
    background-position: center; }
  .commencement .spotlights .samimi {
    background: url('/sites/all/themes/harvard/a/images/commencement/2019/samimi.jpg') no-repeat;
    background-size: cover;
    background-position: center; }
  .commencement .spotlights .jackson {
    background: url('/sites/all/themes/harvard/a/images/commencement/2019/jackson.jpg') no-repeat;
    background-size: cover;
    background-position: center; }
  @media (max-width: 768px) {
    .commencement .spotlights .column {
      background-position: center top; } }
  @media (min-width: 768px) {
    .commencement .spotlights .column {
      background-position: center top; }
    .commencement .spotlights .oshea-evans {
      background-position: center -50px; } }
  .commencement .spotlights .stinnet h3, .commencement .spotlights .stinnet p {
    color: #000; }
  .commencement .spotlights h2 {
    padding: 24px 0; }
  .commencement .spotlights .layout-split-3,
  .commencement .spotlights .layout-split-4 {
    max-width: 100%;
    margin-top: 0;
    background-color: #000; }
  .commencement .spotlights .layout-split-3 .column:before {
    background-position: center; }
    @media screen and (min-width: 1200px) {
      .commencement .spotlights .layout-split-3 .column:before {
        background-position: top; } }
  @media screen and (min-width: 2280px) {
    .commencement .spotlights .layout-split-3 .column.girouard:before {
      background-position: center -70px; } }
  .commencement .spotlights .column {
    height: 300px;
    position: relative;
    cursor: pointer;
    margin-top: 0 !important; }
    @media screen and (min-width: 1000px) {
      .commencement .spotlights .column {
        height: 350px; } }
    @media screen and (min-width: 1500px) {
      .commencement .spotlights .column {
        height: 473px; } }
    .commencement .spotlights .column::before {
      content: '';
      display: block;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      transition: all .3s ease-in-out;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      cursor: pointer;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-transform: translateZ(0);
      backface-visibility: hidden;
      perspective: 1000;
      transform: translate3d(0, 0, 0);
      transform: translateZ(0);
      /*@media screen and (min-width: 1200px) {
					background-position: center -90px;
				}

				@media screen and (min-width: 2280px) { 
					background-position: center -150px;
				}*/ }
    .commencement .spotlights .column a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      color: #fff;
      text-decoration: none;
      opacity: 0;
      transition: all .3s ease-in-out;
      position: relative; }
      .commencement .spotlights .column a p {
        margin: 12px 0; }
    .commencement .spotlights .column:hover::before {
      -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px);
      filter: blur(5px); }
    .commencement .spotlights .column:hover a {
      opacity: 1; }
    @media (max-width: 768px) {
      .commencement .spotlights .column a {
        opacity: 1; } }

.commencement .statistics {
  background-color: #c4961a;
  padding: 48px 0;
  margin: 0; }
  .commencement .statistics .column {
    border-left: 1px solid #EEE5CD;
    height: 140px;
    padding: 36px; }
    .commencement .statistics .column:first-child {
      border: none; }
  .commencement .statistics h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 12px; }
  .commencement .statistics a {
    display: block;
    width: 198px;
    margin: 24px auto 12px; }

.commencement .share-your-story {
  background-color: #4E80AF;
  background-image: url('/sites/all/themes/harvard/a/images/svg/background-shield-blue.svg');
  background-repeat: no-repeat;
  background-position: center 100px;
  background-size: 50%;
  padding: 48px 0;
  margin: 0; }
  .commencement .share-your-story p {
    margin-top: 24px; }
  .commencement .share-your-story button {
    margin-top: 20px; }
  .commencement .share-your-story .story-intro {
    text-align: center; }
    .commencement .share-your-story .story-intro p {
      color: #fff; }

.commencement .image-break {
  height: 500px;
  background: transparent;
  margin: 0; }

.commencement .view-id-stories .view-content > div {
  background-color: #D3DDE8;
  padding: 24px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25); }
  .commencement .view-id-stories .view-content > div h3 {
    margin-bottom: 12px; }
  .commencement .view-id-stories .view-content > div h4 {
    font-weight: 500;
    font-family: tablet-gothic, Tahoma, Geneva, sans-serif;
    text-transform: none; }

.section-2017-commencement .jBox-container {
  background-color: #E5E6E7;
  padding: 24px; }
  .section-2017-commencement .jBox-container h3 {
    text-align: center; }
  .section-2017-commencement .jBox-container form {
    margin-top: 0; }

.section-2017-commencement .form-item-first-name,
.section-2017-commencement .form-item-last-name,
.section-2017-commencement .form-item-email,
.section-2017-commencement .form-item-twitter {
  width: 49%;
  float: left;
  margin-top: 24px;
  margin-bottom: 24px; }

.section-2017-commencement .form-item-first-name,
.section-2017-commencement .form-item-email {
  margin-right: 2%; }

.section-2017-commencement #edit-degree {
  width: 100%;
  margin-top: 0; }

.section-2017-commencement #edit-submit--2,
.section-2017-commencement #edit-submit {
  width: 100%;
  margin-top: 24px; }

.parallax-mirror {
  margin-top: 0; }

.note {
  font-size: 1rem;
  margin-top: 12px; }

#story_form {
  width: 80vw;
  height: 80vh;
  overflow-y: scroll; }
  #story_form h3 {
    text-align: center; }
  #story_form .fa-check-circle {
    color: #8c9f70;
    text-align: center;
    font-size: 5rem;
    margin: 0 auto;
    display: block;
    margin-top: -20px;
    margin-bottom: 12px; }
  #story_form .form-item-degree {
    float: left;
    margin-right: 40px; }

.jBox-content {
  max-height: 90vh; }

@media (min-width: 768px) {
  #story_form {
    width: auto;
    height: auto; } }

.page-bottom-nav {
  background-color: #4e84c4;
  padding: 24px 0;
  position: relative;
  z-index: 1;
  margin-bottom: -27px;
  clear: both; }
  .page-bottom-nav:before {
    content: '';
    width: 9999px;
    background-color: #4e84c4;
    position: absolute;
    height: 100%;
    display: block;
    z-index: -1;
    left: -100%;
    top: 0; }
  .page-bottom-nav h3, .page-bottom-nav p {
    color: #fff; }
  .page-bottom-nav .button {
    margin-top: 0;
    margin-right: 24px;
    background-color: #F3F3F1;
    color: #1E1E1E;
    border: 2px solid #F3F3F1; }
    .page-bottom-nav .button.secondary {
      background-color: transparent;
      color: #F3F3F1; }
      .page-bottom-nav .button.secondary:hover {
        color: #1E1E1E; }
    .page-bottom-nav .button:hover {
      background-color: #e5e6e7; }

.page.infographic-page {
  padding: 0; }
  .page.infographic-page .breadcrumb {
    margin-top: 0; }
  .page.infographic-page .intro {
    background-color: #384653;
    color: #fff;
    padding: 20px;
    min-width: 620px; }
    .page.infographic-page .intro h1 {
      margin-bottom: 2rem; }
  .page.infographic-page .infographic-container {
    background-color: #f5f5f8;
    padding: 0 0 2em 0;
    background-image: url('/sites/all/themes/harvard/a/images/svg/background-shield.svg');
    background-position: 1.875rem 24.875rem;
    background-repeat: no-repeat;
    overflow-y: auto;
    margin-top: 0; }
  .page.infographic-page .container {
    margin-top: 0;
    min-width: 600px;
    width: 100%; }
  @media (min-width: 1200px) {
    .page.infographic-page .container {
      width: 1400px; } }
  .page.infographic-page section {
    margin-top: 80px;
    background-color: #e5e6e7;
    padding: 20px; }
  .page.infographic-page h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased; }
  .page.infographic-page hr {
    margin-top: 75px; }
  .page.infographic-page .row {
    margin-top: 20px;
    margin-bottom: 60px; }
  .page.infographic-page .big-text {
    font-size: 8rem;
    text-align: center;
    margin: 40px 0 20px 0; }
  .page.infographic-page .box--card > * {
    padding: 0; }
  .page.infographic-page .white-panel,
  .page.infographic-page .col-md-6 > div {
    background-color: #fff;
    padding: 20px;
    height: 100%; }
    .page.infographic-page .white-panel h4,
    .page.infographic-page .col-md-6 > div h4 {
      border-bottom: 4px solid #c4961a;
      padding-bottom: 5px;
      display: inline-block;
      font-size: 1.5rem;
      margin-bottom: 12px;
      text-transform: none;
      font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
      -webkit-font-smoothing: antialiased; }
    .page.infographic-page .white-panel ol,
    .page.infographic-page .col-md-6 > div ol {
      -moz-column-count: 2;
      -moz-column-gap: 20px;
      -webkit-column-count: 2;
      -webkit-column-gap: 20px;
      column-count: 2;
      column-gap: 60px;
      padding: 20px; }
      .page.infographic-page .white-panel ol li,
      .page.infographic-page .col-md-6 > div ol li {
        list-style: none;
        line-height: 2; }
        .page.infographic-page .white-panel ol li span,
        .page.infographic-page .col-md-6 > div ol li span {
          margin-right: 10px; }
  .page.infographic-page ul li {
    padding: 0;
    font-size: 1.5rem; }
    .page.infographic-page ul li:after {
      display: none; }
  .page.infographic-page .fa {
    display: inline-block;
    width: 30px;
    text-align: center; }
  .page.infographic-page .white-panel ul li {
    margin-bottom: 5px; }

.choose-degree {
  background-color: #f3f3f1;
  padding: 1.75rem;
  border: 2px solid #4e84c4; }
  .choose-degree select {
    width: 100%; }

ul.tab-nav {
  border-top: 4px solid #a51c30; }
  ul.tab-nav li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 25%; }
    ul.tab-nav li:after {
      display: none !important; }
    ul.tab-nav li a {
      display: block;
      color: #000;
      height: 100px;
      background-color: #e2e8e9;
      text-decoration: none;
      text-align: center;
      padding: 25px;
      font-size: 30px;
      font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif; }
      ul.tab-nav li a:hover {
        color: #a51c30; }
    ul.tab-nav li.active a {
      background-color: #fff;
      color: #a51c30; }

.tab-pane {
  background-color: #fff;
  padding: 1.75rem;
  margin-top: 100px; }
  .tab-pane svg {
    width: fit-content !important;
    height: 42px;
    margin: 0 auto;
    display: block; }
  .tab-pane h2 {
    font-size: 36px; }
    .tab-pane h2:first-of-type {
      margin: 20px 0; }

.panel {
  background-color: #efefef;
  padding: 0;
  margin-bottom: 0.875rem;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1); }
  .panel .panel-header {
    background-color: #4e84c4;
    color: #fff;
    padding: 0.875rem; }
    .panel .panel-header h3 {
      font-size: 1.1875rem;
      line-height: 1.15789;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: normal;
      font-style: normal;
      font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
      -webkit-font-smoothing: antialiased;
      line-height: 1.3; }
      @media screen and (min-width: 59.375em) {
        .panel .panel-header h3 {
          font-size: 1.625rem;
          line-height: 1; } }
    .panel .panel-header a {
      color: #fff; }
    .panel .panel-header .accordion--toggle {
      padding-right: 45px; }
    .panel .panel-header .accordion--toggle:after {
      background-image: none;
      font-family: FontAwesome;
      right: 20px;
      top: 30%; }
    .panel .panel-header .i-accordion-minus:after {
      content: '\f068'; }
    .panel .panel-header .i-accordion-plus:after {
      content: '\f067'; }
    .panel .panel-header svg {
      display: inline-block;
      width: auto !important;
      height: 28px;
      margin-right: 10px; }
    .panel .panel-header.bg-dark-blue {
      background-color: #293352; }
    .panel .panel-header.bg-gold {
      background-color: #c4961a; }
    .panel .panel-header.bg-crimson {
      background-color: #a51c30; }
  .panel .panel-body {
    padding: 1.75rem;
    padding-top: 0.875rem;
    margin-top: 0; }
    .panel .panel-body h4 {
      font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
      font-size: 1.5rem;
      font-weight: bold;
      font-style: normal;
      -webkit-font-smoothing: antialiased; }
    .panel .panel-body .button {
      margin-top: 0;
      color: #fff; }
    .panel .panel-body ul, .panel .panel-body ol {
      padding-left: 20px; }

.tab-controls {
  display: flex;
  margin-top: 0; }
  .tab-controls .next,
  .tab-controls .previous {
    background-color: #e2e8e9;
    padding: 30px;
    margin: 0;
    width: 50%;
    text-align: center;
    cursor: pointer;
    font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
    font-size: 1.2em;
    text-decoration: none;
    color: #000;
    display: block; }
    .tab-controls .next:hover,
    .tab-controls .previous:hover {
      color: #a51c30; }
    .tab-controls .next.disabled,
    .tab-controls .previous.disabled {
      pointer-events: none;
      color: #bbb;
      cursor: none; }

.courseExpiration {
  height: 511px; }

.micromasters-table {
  background-color: #fff; }
  .micromasters-table thead th {
    background-color: #293352;
    padding: 1rem; }
    .micromasters-table thead th h3 a {
      color: #fff; }
      .micromasters-table thead th h3 a:hover {
        color: #e6e6e6; }
  .micromasters-table th:first-child {
    padding-right: .5rem;
    text-align: right; }
  .micromasters-table th:only-child {
    padding: 1rem;
    text-align: center; }

.meet-the-dean {
  overflow-x: hidden; }
  .meet-the-dean p:empty {
    display: none; }
  .meet-the-dean * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .meet-the-dean header.header {
    padding-left: 24px;
    padidng-right: 24px; }
    .meet-the-dean header.header ul.links {
      margin-bottom: 0; }
  .meet-the-dean .jumbotron {
    border-radius: 0;
    margin-top: 0; }
    .meet-the-dean .jumbotron h1 {
      color: #22060a;
      display: flex;
      font-size: 1rem;
      font-weight: 400;
      text-transform: uppercase; }
      .meet-the-dean .jumbotron h1::after {
        background-color: #fff;
        content: '';
        flex: 1;
        height: 1px;
        margin-left: 1em;
        margin-right: 11%;
        margin-top: 9px; }
      @media (min-width: 768px) {
        .meet-the-dean .jumbotron h1 {
          margin-top: 25%; } }
    .meet-the-dean .jumbotron h2 {
      color: #fff;
      font-size: 2.875rem; }
    .meet-the-dean .jumbotron img {
      box-shadow: 0 0 30px rgba(56, 10, 16, 0.7); }
  .meet-the-dean main {
    background-color: #E5E6E7;
    margin-top: 0; }
  .meet-the-dean .content-area {
    background: #f5f5f8;
    border-top: 4px solid #bac5c6;
    padding: 2em;
    position: relative; }
    .meet-the-dean .content-area a {
      color: #a51c30;
      transition: all .3 ease-in-out; }
      .meet-the-dean .content-area a:hover {
        color: #791523;
        text-decoration: none; }
    .meet-the-dean .content-area::after {
      background: #f5f5f8;
      border-top: 4px solid #bac5c6;
      content: '';
      height: 100%;
      left: 100%;
      position: absolute;
      top: -4px;
      width: 100vw; }
  .meet-the-dean figure {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    .meet-the-dean figure iframe {
      width: 100%; }
    .meet-the-dean figure p {
      margin-bottom: .5em;
      font-size: 1rem; }
  @media (min-width: 768px) {
    .meet-the-dean aside {
      padding-right: 0; } }
  .meet-the-dean .card {
    border: none;
    border-top: 4px solid #c4961a;
    border-radius: 0;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1); }
    .meet-the-dean .card .card-header {
      background: none;
      border: none;
      padding-bottom: 0; }
      .meet-the-dean .card .card-header h2 {
        margin-bottom: 0; }
    .meet-the-dean .card svg {
      margin-right: .5em; }
    .meet-the-dean .card ul.publications li {
      margin-bottom: 1em; }
    .meet-the-dean .card:last-child {
      border-top: 4px solid #bac5c6; }

.front a {
  color: #a51c30; }
  .front a:hover {
    color: #791523; }
  .front a.button-link {
    color: #fff; }

.front footer.region-footer a {
  color: #e5e6e7; }

.front p {
  margin-bottom: 0; }

.front .links {
  margin-bottom: 0; }
  .front .links a {
    color: #fff; }
    @media (min-width: 768px) {
      .front .links a {
        color: #000; } }

.front .header__secondary-menu li a {
  color: #4e84c4; }
  .front .header__secondary-menu li a:hover {
    color: #386ba7; }

.front .home-hero a.button {
  color: #fff; }

.front .pane-press-announcements-panel-pane-1 h2.view-title,
.front .pane-press-announcements-panel-pane-1 .view-header {
  text-align: center; }

.front .pane-press-announcements-panel-pane-1 h2.view-title {
  color: #fff;
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.35); }

.front .pane-press-announcements-panel-pane-1 h2.pane-title,
.front .pane-press-announcements-panel-pane-1 .view-header {
  display: none; }

.front .pane-press-announcements-panel-pane-1 .view-header p {
  font-size: 1.2rem; }

.front .press-card {
  border-radius: 0;
  border-left: none;
  border-bottom: none;
  border-right: none;
  border-top: 4px solid #A9A9A9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 1rem 0;
  width: 100%; }

.front .press-card .row {
  height: 100%; }

.front .press-card .field--shield-only {
  height: 100%; }

.front .press-card a {
  color: #A51C30;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  margin: .5rem 0; }

.front .press-card p.h5 {
  font-size: .875rem;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase; }

.front .press-card p.date {
  font-size: .875rem; }

.front .press-card .image-column {
  padding-right: 0; }

.front .press-card .field--shield-only {
  background-color: #f2f2f2;
  background-image: url('/sites/all/themes/harvard/a/images/svg/background-shield-home.svg');
  background-size: 50%;
  height: 100%; }

.front .press-card img {
  height: 100%;
  object-fit: cover; }

.pane-press-announcements-panel-pane-1 {
  background-color: #4e84c4;
  margin: -1.5rem;
  padding: 3rem 0 20rem 0; }

.footer-cards {
  margin-top: -18rem; }

.front .student-success-card .row {
  display: block;
  margin: 0; }

.front .pane-student-stories-landing-page h2 {
  font-family: tablet-gothic-semi-condensed, Arial Narrow, Abadi MT Condensed, Franklin Gothic, sans-serif;
  font-weight: bold;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15); }

@media screen and (min-width: 59.375em) {
  .front .pane-student-stories-landing-page h2 {
    font-size: 2.5rem; } }

.front .student-success-card .col-lg-8 {
  max-width: 100%; }

.front .student-success-card .card-body {
  padding: 0 !important; }

/*
 *  Owl Carousel - Animate Plugin
 */
.carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.carousel .owl-animated-in {
  z-index: 0; }

.carousel .owl-animated-out {
  z-index: 1; }

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

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

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.carousel .owl-controls .owl-nav .owl-prev,
.carousel .owl-controls .owl-nav .owl-next,
.carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none; }

.carousel.owl-loaded {
  display: block; }

.carousel.owl-loading {
  opacity: 0;
  display: block; }

.carousel.owl-hidden {
  opacity: 0; }

.carousel .owl-refresh .owl-item {
  display: none; }

.carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  user-select: none; }

.carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.carousel.owl-text-select-on .owl-item {
  user-select: auto; }

.carousel .owl-grab {
  cursor: move;
  cursor: grab; }

.carousel.owl-rtl {
  direction: rtl; }

.carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease; }

.carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }

.carousel .owl-video-playing .owl-video-tn,
.carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/* Global */
.jBox-wrapper {
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.jBox-title,
.jBox-content,
.jBox-container {
  position: relative;
  word-break: break-word; }

.jBox-container {
  background: #fff; }

.jBox-content {
  padding: 8px 10px;
  overflow: auto;
  -webkit-transition: opacity .15s;
  transition: opacity .15s; }

/* jBox Tooltip */
.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
  padding: 8px 10px 0;
  font-weight: bold; }

.jBox-hasTitle.jBox-Tooltip .jBox-content,
.jBox-hasTitle.jBox-Mouse .jBox-content {
  padding-top: 5px; }

/* Pointer */
.jBox-pointer {
  position: absolute;
  overflow: hidden; }

.jBox-pointer-top {
  top: 0; }

.jBox-pointer-bottom {
  bottom: 0; }

.jBox-pointer-left {
  left: 0; }

.jBox-pointer-right {
  right: 0; }

.jBox-pointer-top,
.jBox-pointer-bottom {
  width: 30px;
  height: 12px; }

.jBox-pointer-left,
.jBox-pointer-right {
  width: 12px;
  height: 30px; }

.jBox-pointer:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.jBox-pointer-top:after {
  left: 5px;
  top: 6px;
  box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2); }

.jBox-pointer-right:after {
  top: 5px;
  right: 6px;
  box-shadow: 1px -1px 4px rgba(0, 0, 0, 0.2); }

.jBox-pointer-bottom:after {
  left: 5px;
  bottom: 6px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }

.jBox-pointer-left:after {
  top: 5px;
  left: 6px;
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.2); }

/* jBox Modal & jBox Confirm */
.jBox-Modal .jBox-container,
.jBox-Confirm .jBox-container {
  border-radius: 3px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4); }

.jBox-Modal .jBox-title,
.jBox-Confirm .jBox-title {
  border-radius: 3px 3px 0 0;
  padding: 10px 15px;
  background: #f4f5f6;
  border-bottom: 1px solid #ddd;
  text-shadow: 0 1px 1px #fff; }

.jBox-Modal.jBox-closeButton-title .jBox-title,
.jBox-Confirm.jBox-closeButton-title .jBox-title {
  padding-right: 55px; }

.jBox-Modal.jBox-closeButton-box:before,
.jBox-Confirm.jBox-closeButton-box:before {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4); }

/* jBox Modal */
.jBox-Modal .jBox-content {
  padding: 12px 15px; }

/* jBox Confirm */
.jBox-Confirm .jBox-content {
  text-align: center;
  padding: 45px 35px; }

.jBox-Confirm-footer {
  border-top: 1px solid #e2e2e2;
  background: #fafafa;
  border-radius: 0 0 3px 3px;
  text-align: center;
  padding: 10px 0; }

.jBox-Confirm-button {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  border-radius: 3px;
  padding: 0 20px;
  -webkit-transition: color .2s, background-color .2s;
  transition: color .2s, background-color .2s; }

.jBox-Confirm-button-cancel {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  background: #ddd;
  color: #999;
  margin-right: 25px; }

.jBox-Confirm-button-cancel:hover {
  background: #ccc;
  color: #666; }

.jBox-Confirm-button-submit {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  background: #5fc04c;
  color: #fff; }

.jBox-Confirm-button-submit:hover {
  background: #53a642; }

.jBox-Confirm-button-cancel:active,
.jBox-Confirm-button-submit:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.26); }

/* jBox Notice */
.jBox-Notice {
  -webkit-transition: margin .2s;
  transition: margin .2s; }

.jBox-Notice .jBox-container {
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-shadow: 0 -1px 1px #000;
  background: #333;
  background-image: linear-gradient(to bottom, #444, #222); }

.jBox-Notice .jBox-content {
  border-radius: 3px;
  padding: 12px 20px; }

.jBox-Notice .jBox-title {
  padding: 8px 20px 0;
  font-weight: bold; }

.jBox-hasTitle.jBox-Notice .jBox-content {
  padding-top: 5px; }

.jBox-Notice-color .jBox-container {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3); }

.jBox-Notice-gray .jBox-container {
  color: #666;
  text-shadow: 0 1px 1px #fff;
  background: #f4f4f4;
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0); }

.jBox-Notice-red .jBox-container {
  background: #b02222;
  background-image: linear-gradient(to bottom, #ee2222, #b02222); }

.jBox-Notice-green .jBox-container {
  background: #70a800;
  background-image: linear-gradient(to bottom, #95cc2a, #70a800); }

.jBox-Notice-blue .jBox-container {
  background: #2b91d9;
  background-image: linear-gradient(to bottom, #5abaff, #2b91d9); }

.jBox-Notice-yellow .jBox-container {
  color: #744700;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  background: #ffb11f;
  background-image: linear-gradient(to bottom, #ffd665, #ffb11f); }

/* jBox Image */
.jBox-Image {
  background: #fff;
  padding: 8px 8px 45px;
  border-radius: 5px; }

.jBox-Image .jBox-content {
  padding: 0;
  width: 100%;
  height: 100%; }

.jBox-image-container {
  border-radius: 5px;
  background: #fff center center no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0; }

.jBox-image-label {
  box-sizing: border-box;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  color: #333;
  margin-top: -35px;
  padding: 0 90px 5px 10px;
  border-radius: 0 0 5px 5px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0; }

.jBox-image-label.active {
  opacity: 1; }

.jBox-image-pointer-next,
.jBox-image-pointer-prev {
  position: absolute;
  bottom: 0px;
  width: 22px;
  height: 45px;
  background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=);
  background-size: 11px auto;
  cursor: pointer;
  opacity: .6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

.jBox-image-pointer-next:hover,
.jBox-image-pointer-prev:hover {
  opacity: 1; }

.jBox-image-pointer-next {
  right: 8px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.jBox-image-pointer-prev {
  right: 30px; }

.jBox-image-open #jBox-overlay {
  background-color: rgba(0, 0, 0, 0.86); }

.jBox-Image.jBox-loading .jBox-container:before {
  left: auto;
  top: auto;
  bottom: -33px;
  right: 55px;
  margin-top: -9px;
  margin-left: -9px; }

/* Close button */
.jBox-closeButton {
  cursor: pointer;
  position: absolute; }

.jBox-closeButton svg {
  position: absolute;
  top: 50%;
  right: 50%; }

.jBox-closeButton path {
  -webkit-transition: fill .2s;
  transition: fill .2s; }

.jBox-closeButton path {
  fill: #aaa; }

.jBox-closeButton:hover path {
  fill: #888; }

.jBox-closeButton:active path {
  fill: #666; }

/* Close button in overlay */
#jBox-overlay .jBox-closeButton {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px; }

#jBox-overlay .jBox-closeButton svg {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: -10px; }

#jBox-overlay .jBox-closeButton path {
  fill: #d2d4d6; }

#jBox-overlay .jBox-closeButton:hover path {
  fill: #fff; }

#jBox-overlay .jBox-closeButton:active path {
  fill: #b2b4b6; }

/* Close button in title */
.jBox-closeButton-title .jBox-closeButton {
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px; }

.jBox-closeButton-title .jBox-closeButton svg {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-right: -6px; }

/* Close button in box */
.jBox-closeButton-box .jBox-closeButton {
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%; }

.jBox-closeButton-box .jBox-closeButton svg {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-right: -5px; }

.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton {
  background: #f4f5f6; }

.jBox-closeButton-box:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.jBox-pointerPosition-top.jBox-closeButton-box:before {
  top: 4px; }

.jBox-pointerPosition-right.jBox-closeButton-box:before {
  right: 2px; }

/* Overlay */
#jBox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background-color: rgba(0, 0, 0, 0.6); }

/* Block scrolling */
body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"] {
  overflow: hidden; }

/* Draggable */
.jBox-draggable {
  cursor: move; }

/* Spinner */
@keyframes jBoxLoading {
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes jBoxLoading {
  to {
    -webkit-transform: rotate(360deg); } }

.jBox-loading .jBox-content {
  min-height: 32px;
  min-width: 38px;
  opacity: 0; }

.jBox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px; }

.jBox-spinner:before {
  content: 'Loading…';
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jBox-spinner:not(:required):before {
  content: '';
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-top-color: rgba(0, 0, 0, 0.6);
  animation: jBoxLoading .6s linear infinite;
  -webkit-animation: jBoxLoading .6s linear infinite; }

/* IE8 fixes */
.jBox-IE8.jBox-Tooltip .jBox-container,
.jBox-IE8.jBox-Mouse .jBox-container {
  border: 1px solid #aaa; }

.jBox-IE8 .jBox-pointer:after {
  display: none; }

.jBox-IE8 .jBox-pointer {
  border: 0;
  background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNq01l0OwyAIAGAlvY+n8ZJ6Gk/EqqkNtf7ApCQ+LM34iuCmRUQzihjj6FH+kjWL8N4/Ph9GHpiTnC9SwDbhLGyvspSScc71KkOa/HpuuRhIK+psE2pjONouCQg7kBSEXUgC2tHo52mTTBpnaEATWlaYK6MrhIAaceWpOcsCrYp6FV4H/90zTWjUQ/gSevVQq0ecHqoOxWpYoO7p5O9ku2fnVtp7QAik2rsK3fnpWfjynJWpbw+1BkghurrYDjiCptg/4AxaYhJwBbEwDsiB2NgM5EIirAdKIDFGQSmU1+NaIPjJYt2I25vxT4ABAMhWvtle2YvmAAAAAElFTkSuQmCC); }

.jBox-IE8 .jBox-pointer-top {
  background-position: center top; }

.jBox-IE8 .jBox-pointer-bottom {
  background-position: center bottom; }

.jBox-IE8 .jBox-pointer-left {
  background-position: left center; }

.jBox-IE8 .jBox-pointer-right {
  background-position: right center; }

.jBox-IE8.jBox-Modal .jBox-container {
  border: 3px solid #aaa; }

/* No SVG support fixes */
.jBox-nosvg .jBox-closeButton:before {
  font-family: Verdana, sans-serif;
  content: 'x';
  text-align: center;
  font-size: 18px;
  color: #888; }

/* Wrapper */
.jBox-ModalBorder {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
  padding: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }

/* Container */
.jBox-ModalBorder .jBox-container {
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

/* Close button */
.jBox-ModalBorder.jBox-closeButton-box {
  border-top-right-radius: 0; }

.jBox-ModalBorder.jBox-closeButton-box:before {
  display: none; }

.jBox-ModalBorder.jBox-hasTitle.jBox-closeButton-box .jBox-closeButton,
.jBox-ModalBorder.jBox-closeButton-box .jBox-closeButton {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0 50% 50% 0;
  right: -32px;
  top: -8px; }

.jBox-ModalBorder.jBox-closeButton-box .jBox-closeButton path {
  fill: #d2d4d6; }

.jBox-ModalBorder.jBox-closeButton-box .jBox-closeButton:hover path {
  fill: #fff; }

.jBox-ModalBorder.jBox-closeButton-box .jBox-closeButton:active path {
  fill: #b2b4b6; }

/* Container */
.jBox-TooltipBorder .jBox-container {
  border-radius: 5px;
  border: 2px solid #52a2cb; }

/* Pointer */
.jBox-TooltipBorder .jBox-pointer:after {
  border: 2px solid #52a2cb; }

.jBox-TooltipBorder .jBox-pointer-top,
.jBox-TooltipBorder .jBox-pointer-bottom {
  width: 34px;
  height: 12px; }

.jBox-TooltipBorder .jBox-pointer-left,
.jBox-TooltipBorder .jBox-pointer-right {
  width: 12px;
  height: 34px; }

/* Close button */
.jBox-TooltipBorder.jBox-closeButton-box:before {
  width: 28px;
  height: 28px;
  background: #52a2cb; }

.chosen-container {
  margin-top: 0;
  width: 100% !important; }
  .chosen-container.chosen-with-drop .chosen-single {
    border-bottom: 1px solid #fff !important; }

.chosen-container-single .chosen-single {
  background-image: none !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  border-top: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
  border-bottom: 1px solid #bebebf !important;
  border-right: 1px solid #cfd0d1 !important;
  background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  padding-right: 20px !important;
  height: 38px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  width: 100%; }

.chosen-container-single .chosen-single {
  font-size: 0.75rem;
  line-height: 1.41667; }
  @media screen and (min-width: 59.375em) {
    .chosen-container-single .chosen-single {
      font-size: 1rem;
      line-height: 1.4375; } }
  .chosen-container-single .chosen-single div {
    display: none !important; }

.chosen-container .chosen-drop {
  border-top: none !important;
  border-left: 1px solid #fff !important;
  border-bottom: 1px solid #bebebf !important;
  border-right: 1px solid #cfd0d1 !important;
  border-radius: 0 !important;
  box-shadow: none !important; }

.chosen-container .chosen-results li.active-result.highlighted {
  background-image: none !important;
  background-color: #4177b9 !important; }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.small-carousel {
  background-color: #677984; }
  .small-carousel * + * {
    margin-top: 0; }
  .small-carousel h4 {
    font-size: 1rem;
    line-height: 1;
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 59.375em) {
      .small-carousel h4 {
        font-size: 1.1875rem;
        line-height: 1.21053; } }
    @media screen and (min-width: 59.375em) {
      .small-carousel h4 {
        margin-bottom: 1.75rem; } }
  .small-carousel .media-i {
    width: 25%; }
  .small-carousel .media--stat .media-i {
    color: #b2bbc1;
    color: rgba(255, 255, 255, 0.5);
    vertical-align: top;
    line-height: 1; }
    @media screen and (min-width: 31.25em) and (max-width: 46.875em) {
      .small-carousel .media--stat .media-i {
        max-width: 5rem; } }
  .small-carousel .owl-item {
    padding: 1rem; }
    @media screen and (min-width: 31.25em) {
      .small-carousel .owl-item {
        padding: 1rem; } }
    @media screen and (min-width: 59.375em) {
      .small-carousel .owl-item {
        padding: 1.5rem; } }
  .small-carousel .owl-controls {
    padding: 1rem;
    padding-top: 0; }
    @media screen and (min-width: 31.25em) {
      .small-carousel .owl-controls {
        padding: 1rem;
        padding-top: 0; } }
    @media screen and (min-width: 59.375em) {
      .small-carousel .owl-controls {
        padding: 1.5rem;
        padding-top: 0; } }
  .small-carousel .owl-nav.disabled {
    display: none; }
  @media screen and (min-width: 31.25em) {
    .small-carousel .owl-dots {
      padding: 1rem;
      padding-top: 0; } }
  @media screen and (min-width: 59.375em) {
    .small-carousel .owl-dots {
      padding: 1.5rem;
      padding-top: 0; } }
  .small-carousel .owl-dot {
    height: 0.625rem;
    width: 0.625rem;
    cursor: pointer;
    background: #b2bbc1;
    background: rgba(255, 255, 255, 0.5);
    margin-right: 0.625rem;
    border-radius: 100%;
    display: inline-block;
    padding: 0; }
    .small-carousel .owl-dot.active {
      background: #fff; }

@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
    position: static !important; }
  body:before, body:after {
    display: none !important; }
  img {
    max-width: 100% !important;
    width: auto !important; }
  .page > * {
    display: none !important; }
  .page > main#main {
    display: block !important; }
  .page {
    padding-top: 1.25rem; }
    .page * {
      text-align: left !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      height: auto !important;
      min-height: 0 !important;
      max-height: none !important; }
    .page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page ul, .page ol, .page blockquote, .page p, .page li {
      display: block !important; }
    .page span, .page i, .page b, .page em, .page strong {
      display: inline !important; }
    .page h2.comments__form-title,
    .page .panel-sidebar-first,
    .page .mobile-show,
    .page ul.paths-tabs {
      display: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  iframe {
    display: none; } }
