/*!
 * @client: Yale School of Management
 * @description: Yale SOM Faulty theme
 * @version: 1.1.0
 * @build: 2020-04-01 | 133737
 */
@import url(//hello.myfonts.net/count/31bff8);
@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, p, hr,
abbr, address, b, bdi, bdo, blockquote, cite, code, del, dfn, em, i, ins, kbd,
mark, meter, pre, progress, q, s, samp, small, strong, sub, sup, template, time,
u, var, wbr,
form, input, textarea, button, select, optgroup, option, label, fieldset, legend,
datalist, output,
iframe,
img, map, area, canvas, figcaption, .img-wrap .img-caption, .inline-image .img-caption, .captionedImage .img-caption, .cke_widget_wrapper .img-caption,
.img-wrap .img-credit,
.inline-image .img-credit,
.captionedImage .img-credit,
.cke_widget_wrapper .img-credit, figure, picture, svg,
audio, source, track, video,
a, nav,
ul, ol, li, dl, dt, dd,
table, caption, th, tr, td, thead, tbody, tfoot, col, colgroup,
div, span, header, footer, main, section, article, aside, details, dialog,
summary, data,
object, embed {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

header, footer, main, section, article, aside, details, summary, figcaption, .img-wrap .img-caption, .inline-image .img-caption, .captionedImage .img-caption, .cke_widget_wrapper .img-caption,
.img-wrap .img-credit,
.inline-image .img-credit,
.captionedImage .img-credit,
.cke_widget_wrapper .img-credit,
figure, nav {
  display: block; }

/**
 * Basic HTML
 * **************************************************
 */
/**
 * 1. Add the correct box sizing.
 * 2. Prevent adjustments of font size after orientation changes on mobile.
 * 3. Add the correct font weight, typically 400.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  /* 2 */
  font-weight: normal;
  /* 3 */ }

/**
 * 1. A better way to handle box-sizing for child elements.
 * 		https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 * 2. Inherit font weight for child elements.
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 1 */
  font-weight: inherit;
  /* 2 */ }

body {
  line-height: 1; }

/**
 * 1. Scaling the Y axis prevents the border size from doubling, which would 
 *    give a 2px hr.
 */
hr {
  border-width: 1px;
  border-style: solid;
  margin: 0.5em 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  /* 1 */
  border-color: threedface; }

/**
 * Formatting
 * **************************************************
 */
address, cite, dfn, em, i {
  font-style: italic; }

blockquote, q {
  quotes: none; }
  blockquote::before, blockquote::after, q::before, q::after {
    content: '';
    content: none; }

b, strong {
  font-weight: bold; }

small {
  font-size: 75%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/**
 * Forms and Input
 * **************************************************
 */
input, select {
  vertical-align: middle; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

label,
input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer; }

button,
input[type="button"],
input[type="submit"] {
  width: auto;
  overflow: visible; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0 0.5em;
  white-space: normal;
  /* 1 */ }

fieldset {
  border-width: 1px;
  border-style: solid;
  border-color: threedface;
  padding: 0.75em; }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Remove the extra space at the bottom.
 */
textarea {
  overflow: auto;
  /* 1 */
  display: block;
  /* 2 */ }

/**
 * Lists
 * **************************************************
 */
ul, ol {
  margin: 1em 0;
  padding-left: 2em; }

dl {
  margin: 1em 0; }
  dl dd {
    padding-left: 2em; }

/**
 * Tables
 * **************************************************
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }
  table th {
    font-weight: bold;
    vertical-align: bottom; }
  table td {
    vertical-align: top; }

/**
 * Programming
 * **************************************************
 */
pre {
  white-space: pre;
  word-wrap: break-word; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd "em" font sizing in all browsers.
 */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Responsive
 * **************************************************
 */
img, object, embed, video {
  max-width: 100%;
  height: auto; }

input[type="checkbox"]:not(.ignore-input-check) + label, input[type="radio"]:not(.ignore-input-check) + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

input[type="checkbox"]:not(.ignore-input-check) + label, input[type="radio"]:not(.ignore-input-check) + label {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

input[type="checkbox"]:not(.ignore-input-check), input[type="radio"]:not(.ignore-input-check), .home #site-main .entry-header {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

button[disabled], input[disabled][type="button"],
input[disabled][type="reset"],
input[disabled][type="submit"], input[disabled],
select[disabled],
select[disabled] optgroup,
select[disabled] option,
textarea[disabled] {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #f6f6f6;
  color: #6e6862;
  cursor: default; }
  button:-ms-input-placeholder[disabled], input:-ms-input-placeholder[disabled],
  select:-ms-input-placeholder[disabled],
  select[disabled] optgroup:-ms-input-placeholder,
  select[disabled] option:-ms-input-placeholder,
  textarea:-ms-input-placeholder[disabled] {
    color: transparent; }
  button:-moz-placeholder[disabled], input:-moz-placeholder[disabled],
  select:-moz-placeholder[disabled],
  select[disabled] optgroup:-moz-placeholder,
  select[disabled] option:-moz-placeholder,
  textarea:-moz-placeholder[disabled] {
    color: transparent; }
  button[disabled]::-moz-placeholder, input[type="button"][disabled]::-moz-placeholder,
  input[type="reset"][disabled]::-moz-placeholder,
  input[type="submit"][disabled]::-moz-placeholder, input[disabled]::-moz-placeholder,
  select[disabled]::-moz-placeholder,
  select[disabled] optgroup::-moz-placeholder,
  select[disabled] option::-moz-placeholder,
  textarea[disabled]::-moz-placeholder {
    color: transparent; }
  button[disabled]::-webkit-input-placeholder, input[type="button"][disabled]::-webkit-input-placeholder,
  input[type="reset"][disabled]::-webkit-input-placeholder,
  input[type="submit"][disabled]::-webkit-input-placeholder, input[disabled]::-webkit-input-placeholder,
  select[disabled]::-webkit-input-placeholder,
  select[disabled] optgroup::-webkit-input-placeholder,
  select[disabled] option::-webkit-input-placeholder,
  textarea[disabled]::-webkit-input-placeholder {
    color: transparent; }
  button:focus[disabled], input:focus[disabled],
  select:focus[disabled],
  select[disabled] optgroup:focus,
  select[disabled] option:focus,
  textarea:focus[disabled], button:hover[disabled], input:hover[disabled],
  select:hover[disabled],
  select[disabled] optgroup:hover,
  select[disabled] option:hover,
  textarea:hover[disabled] {
    background: #f6f6f6;
    color: #1f2021; }

input:checked[type="checkbox"]:not(.ignore-input-check) + label::before, input:checked[type="radio"]:not(.ignore-input-check) + label::before {
  background-color: #000440 !important;
  border-color: #000440 !important;
  color: #ffffff;
  font-weight: 700; }

input:focus[type="checkbox"]:not(.ignore-input-check) + label, input:focus[type="radio"]:not(.ignore-input-check) + label {
  color: #000440; }
  input:focus[type="checkbox"]:not(.ignore-input-check) + label::before, input:focus[type="radio"]:not(.ignore-input-check) + label::before {
    border-color: #000440;
    -webkit-box-shadow: 0 1px 3px rgba(31, 32, 33, 0.12), 0 1px 2px rgba(31, 32, 33, 0.24);
            box-shadow: 0 1px 3px rgba(31, 32, 33, 0.12), 0 1px 2px rgba(31, 32, 33, 0.24); }

input[type="checkbox"]:not(.ignore-input-check) + label, input[type="radio"]:not(.ignore-input-check) + label {
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0.5rem 0 0;
  min-height: calc(0.75rem + 2px);
  position: relative;
  text-transform: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  input[type="checkbox"]:not(.ignore-input-check) + label::before, input[type="radio"]:not(.ignore-input-check) + label::before {
    border: 0.0625em solid #7c756e;
    color: #000440;
    content: '';
    display: block;
    font-size: 0.875rem !important;
    line-height: 0.5em !important;
    margin-right: 0.5em !important;
    min-width: 0.75rem;
    height: 0.75rem;
    text-indent: 0.1875rem;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in;
    transition: -webkit-box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
    width: 0.75rem; }
  input[type="checkbox"]:not(.ignore-input-check) + label:hover, input[type="radio"]:not(.ignore-input-check) + label:hover {
    background: inherit; }
    input[type="checkbox"]:not(.ignore-input-check) + label:hover::before, input[type="radio"]:not(.ignore-input-check) + label:hover::before {
      border-color: #000440; }

input.error[type="checkbox"]:not(.ignore-input-check) + label, input.error[type="radio"]:not(.ignore-input-check) + label {
  color: #942d2d; }

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"],
textarea, select {
  font-family: "Yale", serif;
  font-size: 1.25rem; }
  @media (max-width: 44.9375em) {
    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"],
    textarea, select {
      font-size: 1.125rem !important; } }

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"],
textarea {
  background: transparent;
  border: #dddddd 1px solid;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0.375em;
  -webkit-transition: border-color 0.2s ease-in, border-width 0.1s ease-in 0.2s, margin 0.1s ease-in 0.2s;
  transition: border-color 0.2s ease-in, border-width 0.1s ease-in 0.2s, margin 0.1s ease-in 0.2s; }
  input:hover[type="date"],
  input:hover[type="datetime"],
  input:hover[type="datetime-local"],
  input:hover[type="email"],
  input:hover[type="month"],
  input:hover[type="number"],
  input:hover[type="password"],
  input:hover[type="search"],
  input:hover[type="tel"],
  input:hover[type="text"],
  input:hover[type="time"],
  input:hover[type="url"],
  input:hover[type="week"],
  textarea:hover {
    border-color: #7c756e; }
  input:focus[type="date"],
  input:focus[type="datetime"],
  input:focus[type="datetime-local"],
  input:focus[type="email"],
  input:focus[type="month"],
  input:focus[type="number"],
  input:focus[type="password"],
  input:focus[type="search"],
  input:focus[type="tel"],
  input:focus[type="text"],
  input:focus[type="time"],
  input:focus[type="url"],
  input:focus[type="week"],
  textarea:focus {
    border-left-color: #1069A0;
    border-left-width: 3px; }
  input[disabled][type="date"],
  input[disabled][type="datetime"],
  input[disabled][type="datetime-local"],
  input[disabled][type="email"],
  input[disabled][type="month"],
  input[disabled][type="number"],
  input[disabled][type="password"],
  input[disabled][type="search"],
  input[disabled][type="tel"],
  input[disabled][type="text"],
  input[disabled][type="time"],
  input[disabled][type="url"],
  input[disabled][type="week"],
  textarea[disabled] {
    background: #f6f6f6; }
  input[disabled][type="date"],
  input[disabled][type="datetime"],
  input[disabled][type="datetime-local"],
  input[disabled][type="email"],
  input[disabled][type="month"],
  input[disabled][type="number"],
  input[disabled][type="password"],
  input[disabled][type="search"],
  input[disabled][type="tel"],
  input[disabled][type="text"],
  input[disabled][type="time"],
  input[disabled][type="url"],
  input[disabled][type="week"],
  textarea[disabled], input[read-only][type="date"],
  input[read-only][type="datetime"],
  input[read-only][type="datetime-local"],
  input[read-only][type="email"],
  input[read-only][type="month"],
  input[read-only][type="number"],
  input[read-only][type="password"],
  input[read-only][type="search"],
  input[read-only][type="tel"],
  input[read-only][type="text"],
  input[read-only][type="time"],
  input[read-only][type="url"],
  input[read-only][type="week"],
  textarea[read-only] {
    color: #7c756e; }
  input:invalid[type="date"],
  input:invalid[type="datetime"],
  input:invalid[type="datetime-local"],
  input:invalid[type="email"],
  input:invalid[type="month"],
  input:invalid[type="number"],
  input:invalid[type="password"],
  input:invalid[type="search"],
  input:invalid[type="tel"],
  input:invalid[type="text"],
  input:invalid[type="time"],
  input:invalid[type="url"],
  input:invalid[type="week"],
  textarea:invalid {
    border: #942d2d 2px dashed !important; }
  input[type="date"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #A7A6A6; }
  input[type="date"]::-ms-input-placeholder,
  input[type="datetime"]::-ms-input-placeholder,
  input[type="datetime-local"]::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder,
  input[type="month"]::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  input[type="search"]::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder,
  input[type="text"]::-ms-input-placeholder,
  input[type="time"]::-ms-input-placeholder,
  input[type="url"]::-ms-input-placeholder,
  input[type="week"]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #A7A6A6; }
  input[type="date"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="email"]::placeholder,
  input[type="month"]::placeholder,
  input[type="number"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="text"]::placeholder,
  input[type="time"]::placeholder,
  input[type="url"]::placeholder,
  input[type="week"]::placeholder,
  textarea::placeholder {
    color: #A7A6A6; }
  input:focus[type="date"],
  input:focus[type="datetime"],
  input:focus[type="datetime-local"],
  input:focus[type="email"],
  input:focus[type="month"],
  input:focus[type="number"],
  input:focus[type="password"],
  input:focus[type="search"],
  input:focus[type="tel"],
  input:focus[type="text"],
  input:focus[type="time"],
  input:focus[type="url"],
  input:focus[type="week"],
  textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  input:-webkit-autofill[type="date"],
  input:-webkit-autofill[type="datetime"],
  input:-webkit-autofill[type="datetime-local"],
  input:-webkit-autofill[type="email"],
  input:-webkit-autofill[type="month"],
  input:-webkit-autofill[type="number"],
  input:-webkit-autofill[type="password"],
  input:-webkit-autofill[type="search"],
  input:-webkit-autofill[type="tel"],
  input:-webkit-autofill[type="text"],
  input:-webkit-autofill[type="time"],
  input:-webkit-autofill[type="url"],
  input:-webkit-autofill[type="week"],
  textarea:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 9999px #ffffff;
            box-shadow: inset 0 0 0 9999px #ffffff; }

select {
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 1; }

select {
  border: #dddddd 1px solid;
  background: transparent;
  height: 2.25rem;
  outline: none;
  padding: 0.75rem 2rem 0.75rem 0.5rem; }
  select:hover {
    border-color: #7c756e; }
  select:focus {
    border-left-color: #1069A0;
    border-left-width: 3px; }
  select:invalid {
    border-bottom: #942d2d 1px dashed !important; }
  
  select[disabled] {
    background: #f6f6f6; }
  
  select[disabled], select[read-only] {
    color: #7c756e; }
  select:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 9999px #ffffff;
            box-shadow: inset 0 0 0 9999px #ffffff; }
  select::-moz-focus-inner {
    /*Remove button padding in FF*/
    border: 0;
    padding: 0; }

button, input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #1069A0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Yale", serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.75em 1em;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  vertical-align: middle;
  border-radius: 3px;
  outline: none; }
  button:hover, input:hover[type="button"],
  input:hover[type="reset"],
  input:hover[type="submit"] {
    background: #4BA5D7;
    color: #ffffff; }
  button:focus, input:focus[type="button"],
  input:focus[type="reset"],
  input:focus[type="submit"] {
    -webkit-box-shadow: 0 3px 6px rgba(31, 32, 33, 0.16), 0 3px 6px rgba(31, 32, 33, 0.23);
            box-shadow: 0 3px 6px rgba(31, 32, 33, 0.16), 0 3px 6px rgba(31, 32, 33, 0.23); }

button.light {
  background: #4BA5D7;
  color: #ffffff; }
  button.light:hover {
    background: #75bae0;
    color: #ffffff; }

button.gray {
  background: #7c756e;
  color: #ffffff; }
  button.gray:hover {
    background: #A7A6A6; }

button.reverse {
  background: transparent;
  color: #1069A0; }
  button.reverse:hover {
    background: transparent;
    text-decoration: underline;
    color: #4BA5D7; }
  button.reverse[disabled] {
    background: transparent; }
    button.reverse[disabled]:hover {
      background: transparent;
      text-decoration: none;
      color: #A7A6A6; }

button.white {
  background: #ffffff;
  color: #1069A0; }
  button.white:hover {
    background: #f6f6f6;
    text-decoration: underline;
    color: #000440; }

button.large {
  font-size: 1.25rem; }

button.thin {
  padding: 0.5em 1em; }

button.no-padding {
  padding: 0; }

button.action, button.button-action {
  background: #C46D14; }
  button.action:hover, button.button-action:hover {
    background: #ae6112;
    text-decoration: none; }

button.outline {
  background: transparent;
  border: 1px solid #1069A0;
  color: #1069A0;
  text-decoration: none; }
  button.outline:hover {
    border-color: #4BA5D7;
    background: #4BA5D7;
    color: #ffffff;
    text-decoration: none; }

ul.link-list, ul.term-list.secondary-link-list, .read-more {
  position: relative; }
  ul.link-list::before, ul.term-list.secondary-link-list::before, .read-more::before {
    border-top: 1px solid #dddddd;
    content: '';
    display: block;
    height: 0;
    margin: 1em 0;
    position: relative;
    width: 3.75rem; }

ul.term-list.secondary-link-list a::after {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: 2em; }

ul.term-list.secondary-link-list a:hover::after {
  opacity: 1; }

ul.term-list.secondary-link-list p > a {
  margin: 0; }
  ul.term-list.secondary-link-list p > a::after {
    margin-left: 0.25rem !important;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    width: 1em; }


input:checked[type="checkbox"]:not(.ignore-input-check) + label::before,
input:checked[type="radio"]:not(.ignore-input-check) + label::before {
  margin-right: 0.5em; }

img[style="float: left;"], img[style="float:left"], img.align-left {
  margin-left: 0; }

img[style="float: right;"], img[style="float:right"], img.align-right {
  clear: right;
  margin-right: 0; }

img.align-center {
  margin: 0.75rem auto;
  min-width: 100%; }

a, .accordion .subheader, .bx-wrapper .bx-next::after,
.bx-wrapper .bx-prev::after {
  color: #1069A0;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in; }
  a:focus, .accordion .subheader:focus, .bx-wrapper .bx-next:focus::after,
  .bx-wrapper .bx-prev:focus::after, a:hover, .accordion .subheader:hover, .bx-wrapper .bx-next:hover::after,
  .bx-wrapper .bx-prev:hover::after {
    color: #4BA5D7;
    text-decoration: underline; }
  a:focus, .accordion .subheader:focus, .bx-wrapper .bx-next:focus::after,
  .bx-wrapper .bx-prev:focus::after {
    outline: 0.0625rem dotted; }

.accordion > .active .subheader {
  color: #000440; }
  .accordion > .active .subheader:focus, .accordion > .active .subheader:hover {
    color: #1069A0; }

#nav-primary a {
  color: #4BA5D7; }
  #nav-primary a:focus, #nav-primary a:hover {
    color: #75bae0; }

#nav-primary .nav__list > .current_page_item a,
#nav-primary .nav__list > .current_page_ancestor a {
  color: #ffffff; }
  #nav-primary .nav__list > .current_page_item a:focus,
  #nav-primary .nav__list > .current_page_ancestor a:focus, #nav-primary .nav__list > .current_page_item a:hover,
  #nav-primary .nav__list > .current_page_ancestor a:hover {
    color: #edf6fb; }

ul.secondary-link-list a, .accordion--expand {
  color: #7c756e; }
  ul.secondary-link-list a:focus, .accordion--expand:focus, ul.secondary-link-list a:hover, .accordion--expand:hover {
    color: #1069A0; }

ul.link-list a:focus, .read-more a:focus, a.arrow-right:focus, a:focus[class*=arrow], a.arrow-left:focus, #nav-primary a:focus, #site-header .faculty-nameplate__name a:focus, .bx-wrapper .bx-controls-direction a:focus::after, ul.link-list a:hover, .read-more a:hover, a.arrow-right:hover, a:hover[class*=arrow], a.arrow-left:hover, #nav-primary a:hover, #site-header .faculty-nameplate__name a:hover, .bx-wrapper .bx-controls-direction a:hover::after {
  text-decoration: none !important; }

p a:not([class*=button]) {
  background: transparent;
  border-bottom: #a5d2eb 0.1875rem solid;
  -webkit-box-shadow: inset 0 -0.125rem 0 #a5d2eb;
          box-shadow: inset 0 -0.125rem 0 #a5d2eb;
  color: inherit;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in; }
  p a:focus:not([class*=button]), p a:hover:not([class*=button]) {
    background: #a5d2eb;
    color: #1f2021;
    text-decoration: none; }

ul.link-list a, ul.secondary-link-list a, .read-more a {
  font-family: "NeueHaasUnicaPro", clean, sans-serif; }

ul.bullet-list, ul:not([class*=__list]) {
  font-size: 1.125rem;
  margin: 1em 0;
  padding-left: 0; }
  ul.bullet-list li, ul:not([class*=__list]) li {
    line-height: 1.5;
    list-style: none;
    margin: 0.75em 0; }
    ul.bullet-list li::before, ul:not([class*=__list]) li::before {
      color: #A7A6A6;
      content: '\2022';
      display: inline-block;
      float: left;
      margin-left: -1rem;
      position: relative;
      width: 1rem; }
  ul.bullet-list ul, ul:not([class*=__list]) ul {
    padding-left: 2rem; }

ul.column-list, ul.link-list, ul.secondary-link-list, ul.remove-bullet-list, ul.no-bullets:not([class*=__list]), #nav-primary .nav__list .menu-item .sub-menu {
  font-size: inherit;
  margin: inherit; }
  ul.column-list ul, ul.link-list ul, ul.secondary-link-list ul, ul.remove-bullet-list ul, ul.no-bullets:not([class*=__list]) ul, #nav-primary .nav__list .menu-item .sub-menu ul {
    padding: 0; }
  ul.column-list > li::before, ul.link-list > li::before, ul.secondary-link-list > li::before, ul.remove-bullet-list > li::before, ul.no-bullets:not([class*=__list]) > li::before, #nav-primary .nav__list .menu-item .sub-menu > li::before {
    content: '';
    display: none; }

ul.column-list li {
  -webkit-column-break-inside: avoid;
          break-inside: avoid-column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.25;
  list-style: none;
  margin: 0 !important;
  padding-right: 1.25rem;
  padding-bottom: 0.625rem; }

ul.link-list {
  clear: both; }
  ul.link-list li {
    margin: 0.5rem 0; }
  ul.link-list a {
    font-weight: 700; }

ul.secondary-link-list {
  clear: both; }
  ul.secondary-link-list li {
    display: inline-block;
    margin-right: 0.5rem;
    padding: 0; }
  ul.secondary-link-list a {
    font-size: 0.8125rem;
    font-weight: 700; }
  ul.term-list.secondary-link-list a::after {
    margin-left: 0.5em; }
  ul.term-list.secondary-link-list li {
    margin: 0; }

ul.column-list, ul.link-list, ul.secondary-link-list, ul.remove-bullet-list, ul.no-bullets:not([class*=__list]), #nav-primary .nav__list .menu-item .sub-menu, .semantic-list, #nav-primary ul {
  list-style: none;
  margin: 0;
  padding: 0; }

p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0.5em 0 1.75em;
  font-family: "Yale", serif; }

p.small {
  font-size: 0.8125rem;
  line-height: 1.5; }

p.medium {
  font-size: 1rem;
  line-height: 1.5; }

p.footnote {
  position: relative;
  padding-left: 0.3em;
  line-height: 1.25; }
  p.footnote:before {
    position: absolute;
    right: 100%;
    content: "*"; }

p.spacer {
  position: relative;
  min-height: 12pt; }
  p.spacer:empty {
    margin: 2.5rem 0; }
  p.spacer:empty::before,
  p.spacer br:only-child {
    content: url("data:image/svg+xml; charset=utf-8, %3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.000000pt%22%20%20height%3D%2212.000000pt%22%20viewBox%3D%220%200%20367.000000%20367.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cg%20transform%3D%22translate(0.000000%2C367.000000)%20scale(0.100000%2C-0.100000)%22%20%3E%3Cpath%20fill%3D%22rgb(128%2C122%2C115)%22%20d%3D%22M333%202933%20c2%20-406%207%20-763%2011%20-793%203%20-30%208%20-75%2011%20-100%2055%20-477%20223%20-907%20494%20-1265%2088%20-116%20289%20-322%20411%20-419%20120%20-97%20315%20-224%20453%20-295%20l118%20-62%20102%2054%20c345%20181%20628%20410%20861%20697%2029%2037%20162%20231%20183%20270%2044%2079%20103%20199%20133%20270%2017%2041%2035%2084%2040%2095%2022%2049%2091%20287%20104%20355%202%2014%207%2036%2010%2050%203%2014%208%2039%2010%2055%203%2017%207%2039%209%2050%203%2011%208%2043%2011%2070%208%2065%2016%20120%2023%20170%203%2022%208%20376%2010%20788%20l5%20747%20-1502%200%20-1501%200%204%20-737z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    display: block;
    height: 12pt;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 12pt;
    z-index: 1; }
  p.spacer:first-line,
  p.spacer + p:first-line {
    font-size: 1.25rem;
    font-weight: 700; }


table.table--plain tbody th[scope="row"],
table.table--plain thead th {
  font-weight: 300; }


table.table--plain thead td {
  padding: 0; }


table.table--plain thead th {
  text-transform: none;
  border: none;
  padding: 0 0 1em; }


table.table--plain tbody th[scope="row"] {
  border-right: none; }


table.table--plain tbody tr.even,
table.table--plain tbody tr.odd,
table.table--plain tbody tr:nth-child(even),
table.table--plain tbody tr:nth-child(odd) {
  background: transparent;
  border: none;
  padding: 0; }
  
  table.table--plain tbody tr.even td,
  table.table--plain tbody tr.odd td,
  table.table--plain tbody tr:nth-child(even) td,
  table.table--plain tbody tr:nth-child(odd) td {
    background: transparent;
    padding: 1rem 0; }


table.table--plain tbody tr:hover td {
  background: transparent; }

h1 {
  color: #000440;
  font-weight: 700;
  font-family: "NeueHaasUnicaPro", clean, sans-serif;
  font-size: 2.375rem;
  font-size: calc(2.375rem - 0.875rem + 2vw);
  letter-spacing: -0.1rem;
  line-height: 1.25; }

h2 {
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "NeueHaasUnicaPro", clean, sans-serif;
  line-height: 1.25; }

h3 {
  font-size: 0.75rem;
  font-family: "NeueHaasUnicaPro", clean, sans-serif;
  font-weight: 700;
  letter-spacing: 0.125rem;
  line-height: 1.1;
  text-transform: uppercase; }

h4 {
  color: #000440;
  font-family: "NeueHaasUnicaPro", clean, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25; }

h5 {
  font-family: "NeueHaasUnicaPro", clean, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25; }

h6, label {
  color: #000440;
  font-family: "NeueHaasUnicaPro", clean, sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 2px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 300; }

blockquote cite {
  margin: 0.625rem 0;
  color: #7c756e;
  font-size: 0.875rem;
  line-height: 1.25; }
  blockquote cite a:focus,
  blockquote cite a:hover {
    text-decoration: underline; }

@-webkit-keyframes fadeOutUpTooltip {
  0% {
    opacity: 1;
    margin-top: -10px; }
  100% {
    opacity: 0;
    margin-top: -30px; } }

@keyframes fadeOutUpTooltip {
  0% {
    opacity: 1;
    margin-top: -10px; }
  100% {
    opacity: 0;
    margin-top: -30px; } }

@-webkit-keyframes fadeInDownTooltip {
  0% {
    opacity: 0;
    margin-top: -30px; }
  100% {
    opacity: 1;
    margin-top: -10px; } }

@keyframes fadeInDownTooltip {
  0% {
    opacity: 0;
    margin-top: -30px; }
  100% {
    opacity: 1;
    margin-top: -10px; } }

caption, figcaption, .img-wrap .img-caption, .inline-image .img-caption, .captionedImage .img-caption, .cke_widget_wrapper .img-caption,
.img-wrap .img-credit,
.inline-image .img-credit,
.captionedImage .img-credit,
.cke_widget_wrapper .img-credit, .bx-wrapper .bx-caption, .embeddedContent p strong {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7c756e;
  font-family: "NeueHaasUnicaPro", clean, sans-serif;
  font-size: 0.875rem;
  margin: 1rem 0;
  text-align: left; }

@font-face {
  font-family: "linearicons";
  src: url(../fonts/linearicons.ttf) format("truetype"), url(../fonts/linearicons.woff) format("woff"), url(../fonts/linearicons.svg#linearicons) format("svg");
  font-weight: normal;
  font-style: normal; }

input:checked[type="checkbox"]:not(.ignore-input-check) + label::before, input:checked[type="radio"]:not(.ignore-input-check) + label::before, ul.term-list.secondary-link-list a::before, a.pdf::before, a[href$='.pdf']::before, a[href$='.docx']::before, a[href$='.xlsx']::before, a.icon-video::before, a.tag::before, a.arrow-right::before, a[class*=arrow]::before, a.arrow-left::before, .accordion .subheader::before, .accordion--expand::before, .accordion--expand.expanded::before, .bx-wrapper .bx-prev::before, .bx-wrapper .bx-next::before, input:checked[type="checkbox"]:not(.ignore-input-check) + label::after, input:checked[type="radio"]:not(.ignore-input-check) + label::after, ul.term-list.secondary-link-list a::after, a.pdf::after, a[href$='.pdf']::after, a[href$='.docx']::after, a[href$='.xlsx']::after, a.icon-video::after, a.tag::after, a.arrow-right::after, a[class*=arrow]::after, a.arrow-left::after, .accordion .subheader::after, .accordion--expand::after, .accordion--expand.expanded::after,
.bx-wrapper .bx-prev::after, .bx-wrapper .bx-next::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  font-family: "linearicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a.pdf::after, a[href$='.pdf']::after, a[href$='.docx']::after, a[href$='.xlsx']::after {
  content: "\E6B7"; }

ul.term-list.secondary-link-list a::after, a.tag::after {
  content: "\E756"; }

input:checked[type="checkbox"]:not(.ignore-input-check) + label.right::after, input:checked[type="radio"]:not(.ignore-input-check) + label.right::after, input:checked[type="checkbox"]:not(.ignore-input-check) + label::before, input:checked[type="radio"]:not(.ignore-input-check) + label::before {
  content: "\E934"; }

.accordion .subheader::after {
  content: "\E93A"; }

a.right.arrow-left::after, a.arrow-left::before {
  content: "\E93B"; }

a.arrow-right::after, a[class*=arrow]::after {
  content: "\E93C"; }

.accordion--expand::after {
  content: "\E93D"; }

.accordion--expand.expanded::after {
  content: "\E93F"; }


.bx-wrapper .bx-prev::after {
  content: "\E960"; }

.bx-wrapper .bx-next::after {
  content: "\E961"; }

a.icon-video::after {
  content: "\E96A"; }

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "NeueHaasUnicaPro";
  src: url(../fonts/3790C2_2_0.eot);
  src: url(../fonts/3790C2_2_0.woff2) format("woff2"), url(../fonts/3790C2_2_0.woff) format("woff"), url(../fonts/3790C2_2_0.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "NeueHaasUnicaPro";
  src: url(../fonts/3790C2_3_0.eot);
  src: url(../fonts/3790C2_3_0.woff2) format("woff2"), url(../fonts/3790C2_3_0.woff) format("woff"), url(../fonts/3790C2_3_0.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "NeueHaasUnicaPro";
  src: url(../fonts/3790C2_0_0.eot);
  src: url(../fonts/3790C2_0_0.woff2) format("woff2"), url(../fonts/3790C2_0_0.woff) format("woff"), url(../fonts/3790C2_0_0.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "NeueHaasUnicaPro";
  src: url(../fonts/3790C2_1_0.eot);
  src: url(../fonts/3790C2_1_0.woff2) format("woff2"), url(../fonts/3790C2_1_0.woff) format("woff"), url(../fonts/3790C2_1_0.ttf) format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Yale";
  src: url(../fonts/yaledesign-medium-webfont.eot) format("eot");
  src: url(../fonts/yaledesign-medium-webfont.woff) format("woff"), url(../fonts/yaledesign-medium-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Yale";
  src: url(../fonts/yaledesign-italic-webfont.eot) format("eot");
  src: url(../fonts/yaledesign-italic-webfont.woff) format("woff"), url(../fonts/yaledesign-italic-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Yale";
  src: url(../fonts/yaledesign-bold-webfont.eot) format("eot");
  src: url(../fonts/yaledesign-bold-webfont.woff) format("woff"), url(../fonts/yaledesign-bold-webfont.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Yale";
  src: url(../fonts/yaledesign-bolditalic-webfont.eot) format("eot");
  src: url(../fonts/yaledesign-bolditalic-webfont.woff) format("woff"), url(../fonts/yaledesign-bolditalic-webfont.ttf) format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Yale Small Caps";
  src: url(../fonts/yaledessmacap-webfont.eot) format("eot");
  src: url(../fonts/yaledessmacap-webfont.woff) format("woff"), url(../fonts/yaledessmacap-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

html, body {
  background: #ffffff; }

body {
  color: #1f2021;
  font-family: "Yale", serif;
  line-height: 1.25;
  text-rendering: optimizeLegibility; }

button.semantic {
  background: transparent;
  color: #1069A0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
  text-align: inherit; }
  button.semantic:hover {
    background: transparent;
    color: #4BA5D7; }
  button.semantic:focus {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #1f2021; }
  button.semantic:focus {
    outline: 0.0625rem dotted; }

fieldset {
  border: none;
  padding: 0; }

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

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

input[type="radio"]:not(.ignore-input-check) + label::before {
  height: 1rem;
  line-height: 0.75;
  width: 1rem;
  text-align: center;
  vertical-align: baseline;
  border-radius: 1rem; }

optgroup {
  color: #1f2021;
  font-style: normal;
  font-weight: normal; }
  optgroup::-moz-focus-inner {
    border: 0;
    padding: 0; }

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

h1 {
  margin: 0.75em 0 0.25em; }

h2 {
  margin: 0.75em 0 0.25em; }
  h2[class*=sub-title] {
    color: #959494;
    font-size: 1.875rem;
    font-size: calc(1.875rem - 0.875rem + 1vw);
    margin-bottom: 1.5em; }

h3 {
  margin: 1.25em 0 0.5em; }

h4 {
  margin: 1.5em 0 0.25em; }

h5 {
  margin: 1.25em 0 0.25em; }

h6 {
  margin: 1.5em 0 0.5rem; }

h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + * {
  margin-top: 0; }

img {
  max-width: 100%;
  height: auto; }
  img[src*="blank.gif"] {
    height: 1px !important;
    width: 1px !important; }

dl,
ol {
  counter-reset: li;
  font-size: 1.125rem;
  margin: 1em 0;
  padding-left: 0; }
  dl dt,
  ol dt {
    font-style: italic; }
  dl > li,
  dl dd,
  dl dt,
  ol > li,
  ol dd,
  ol dt {
    position: relative;
    margin: 0.5rem 0;
    list-style: none;
    line-height: 1.5; }
  dl > li::before,
  ol > li::before {
    color: #8f9090;
    content: counter(li);
    counter-increment: li;
    font-family: "NeueHaasUnicaPro", clean, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    margin: 0 0.5rem;
    position: absolute;
    right: 100%;
    text-align: right;
    top: 0.375rem; }

table {
  font-family: "NeueHaasUnicaPro", clean, sans-serif;
  table-layout: fixed;
  width: 100%;
  color: #5d6063; }
  table tbody th[scope="row"],
  table thead th {
    color: #383a3b;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.25; }
  table td,
  table th {
    padding: 1em; }
  table thead {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left; }
    table thead th {
      border-bottom: 2px #A7A6A6 solid;
      text-transform: uppercase; }
  table tbody td,
  table tbody th {
    border-top: 1px #dddddd solid; }
  table tbody tr.odd td, table tbody tr:nth-child(odd) td {
    background: #f6f6f6; }
  table tbody tr:hover td {
    background: #edf6fb;
    color: #1f2021; }
  table tbody th[scope="row"] {
    border-right: 1px #A7A6A6 dashed; }
  table tbody td {
    vertical-align: top;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-size: 0.875rem;
    line-height: 1.1; }

/**
* Drupal system partials
*/
.element-hidden {
  display: none; }

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }
  .element-invisible.element-focusable:active, .element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto; }

html.js input.form-autocomplete {
  background-image: url(../images/loader.svg);
  background-position: 100% 2px;
  /* LTR */
  background-repeat: no-repeat; }

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

.timestamp {
  font-size: 1rem;
  color: #7c756e;
  font-family: "Yale", serif; }
  .timestamp--medium {
    font-size: 0.875rem; }
  .timestamp--small {
    font-size: 0.8125rem; }

.ajax-progress {
  float: none;
  display: block;
  left: 50%;
  margin: -4rem 0 0 -4rem;
  position: fixed;
  top: 50%;
  z-index: 1000; }
  .ajax-progress .throbber {
    background: transparent url(../images/loader.svg) no-repeat;
    background-size: 8rem;
    float: none;
    height: 8rem;
    width: 8rem;
    display: inline-block; }

.ajax-progress-throbber {
  background: none !important; }

.header__wrapper, #site-main > article, .footer__wrapper {
  margin: 0 1.25rem; }
  @media (min-width: 45em) {
    .header__wrapper, #site-main > article, .footer__wrapper {
      margin-right: 8.33333%;
      margin-left: 8.33333%; } }

/* Helpers */
.center-text {
  text-align: center; }

.zero-top-space {
  margin-top: 0 !important; }

.zero-bottom-space {
  margin-bottom: 0 !important; }

.caps {
  text-transform: uppercase;
  letter-spacing: 1px; }

.read-more a {
  font-weight: 700; }

.field-name-field-intro,
.field-name-field-program-intro,
.intro {
  color: #7c756e;
  margin: 0 0 2rem;
  font-size: 1.5rem;
  line-height: 1.5; }
  .intro-sm.field-name-field-intro,
  .intro-sm.field-name-field-program-intro,
  .intro-sm.intro {
    font-size: 1rem; }
  .field-name-field-intro p, .field-name-field-program-intro p, .intro p {
    font-size: inherit;
    margin: inherit; }

/* Horizontal Rules */
.horz-rule {
  border: 0;
  height: 2px;
  margin-bottom: 3.125rem;
  border-bottom: 1px solid #c4c4c4;
  color: transparent;
  background: none; }

.horz-rule-sm {
  border: 0;
  height: 2px;
  margin: 1.25rem auto 3.125rem;
  border-bottom: 1px solid #c4c4c4;
  color: transparent;
  background: none;
  max-width: 230px; }

/* Content specific classes */
.post-date {
  border-top: 1px solid #dddddd;
  margin-bottom: 0.625rem;
  padding-top: 1.25rem; }


.datetime {
  color: #7c756e;
  display: inline-block; }

.hidden {
  display: none; }

.ajax-progress-throbber {
  background: none !important; }

a:focus {
  outline: 1px dotted; }

a.secondary {
  font-family: "NeueHaasUnicaPro", clean, sans-serif; }

a:focus, a:hover {
  color: #4BA5D7;
  text-decoration: underline; }

a[name]:not([href])::before {
  display: block;
  content: " ";
  padding-top: 3.75rem;
  margin-top: -3.75rem;
  visibility: hidden; }

a.arrow-right, a[class*=arrow] {
  -webkit-transition: background 0.2s ease-in, border-bottom-color 0.2s ease-in;
  transition: background 0.2s ease-in, border-bottom-color 0.2s ease-in; }
  a.arrow-right:hover, a[class*=arrow]:hover {
    background: transparent;
    border-bottom-color: transparent; }

a.arrow-left {
  -webkit-transition: background 0.2s ease-in, border-bottom-color 0.2s ease-in;
  transition: background 0.2s ease-in, border-bottom-color 0.2s ease-in; }
  a.arrow-left:hover {
    background: transparent;
    border-bottom-color: transparent; }

a.pdf::after, a[href$='.pdf']::after, a[href$='.docx']::after, a[href$='.xlsx']::after {
  margin-left: 0.5em; }

a.pdf::after, a[href$='.pdf']::after, a[href$='.docx']::after, a[href$='.xlsx']::after {
  margin-left: 0.25rem; }

a.icon-video::after {
  margin-left: 0.5em; }

a.tag::after {
  margin-left: 0.5em; }

a.tag::after {
  margin-left: 0.25rem; }

a.arrow-right, a[class*=arrow] {
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  z-index: 1;
  margin-bottom: 0.5rem; }
  a.arrow-right::after, a[class*=arrow]::after {
    margin-left: 0.5em; }
  a.arrow-right::before, a[class*=arrow]::before {
    background: #1069A0;
    bottom: -0.5rem;
    content: '';
    display: block;
    height: 100%;
    left: -0.5rem;
    padding: 0.5rem 0;
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    width: 0;
    -webkit-transition: width 0.15s ease-in, padding 0.15s ease-in;
    transition: width 0.15s ease-in, padding 0.15s ease-in;
    z-index: -1; }
  a.arrow-right::after, a[class*=arrow]::after {
    font-size: 0.8125rem;
    vertical-align: middle; }
  a.arrow-right:hover, a:hover[class*=arrow] {
    background: transparent !important;
    border-bottom-color: transparent !important;
    color: #ffffff !important;
    position: relative; }
    a.arrow-right:hover::before, a[class*=arrow]:hover::before {
      padding: 0.5rem;
      width: 100%; }

a.arrow-left {
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  z-index: 1; }
  a.arrow-left::before {
    margin-right: 0.5em; }
  a.arrow-left::before {
    font-size: 0.8125rem;
    vertical-align: middle; }
  a.arrow-left::after {
    background: #1069A0;
    bottom: -0.5rem;
    content: '';
    display: block;
    height: 100%;
    left: 106%;
    padding: 0.5rem 0;
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    width: 0;
    -webkit-transition: width 0.15s ease-in, padding 0.15s ease-in, left 0.15s ease-in;
    transition: width 0.15s ease-in, padding 0.15s ease-in, left 0.15s ease-in;
    z-index: -1; }
  a.arrow-left:hover {
    background: transparent !important;
    border-bottom-color: transparent !important;
    color: #ffffff !important;
    position: relative; }
    a.arrow-left:hover::after {
      left: -0.5rem;
      padding: 0.5rem;
      width: 100%; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 100%; }

body {
  background: #ffffff;
  color: #1f2021;
  font-size: 100%;
  font-family: "Yale", serif;
  line-height: 1.25;
  overflow-x: hidden;
  text-rendering: optimizeLegibility; }

hr {
  border: none;
  height: 1px;
  background: lightgray;
  margin: 1.9375rem 0; }

button {
  background: transparent;
  outline: 0;
  border: none;
  cursor: pointer; }

strong {
  font-weight: 700; }

.note,
em {
  font-style: italic; }

img {
  max-width: 100%; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: 0.625rem; }

small {
  font-size: 0.8125rem; }

blockquote {
  color: #1069A0;
  margin: 1rem 0 1rem;
  padding: 1rem 2rem 3rem;
  position: relative;
  overflow: hidden;
  *zoom: 1; }
  @media (min-width: 45em) {
    blockquote {
      padding: 1rem 0 3rem; } }
  @media (min-width: 45em) {
    blockquote > * {
      margin-left: 14.28571%;
      width: 71.42857%;
      float: left; } }
  blockquote p {
    color: inherit;
    font-size: 1.875rem;
    line-height: 1.25;
    position: relative; }
    blockquote p:last-of-type {
      margin-bottom: 0; }
    blockquote p::before {
      content: '\201C';
      display: block;
      left: -1rem;
      position: absolute;
      top: 0;
      z-index: 0; }
    blockquote p::after {
      content: '\201D';
      display: inline-block;
      margin: 0 -2rem 0 0; }
    blockquote p cite {
      position: absolute;
      width: 100%; }
  @media (min-width: 45em) {
    blockquote.longquote > * {
      margin-left: 8.33333%;
      width: 83.33333%;
      float: left; } }
  blockquote.longquote p {
    font-size: 1.125rem; }
    blockquote.longquote p::before {
      font-size: 1.875rem;
      left: -1.25rem;
      top: -0.5rem; }
    blockquote.longquote p::after {
      content: ''; }
  blockquote cite {
    font-style: normal;
    white-space: nowrap;
    display: block;
    text-align: right; }
    blockquote cite::before {
      content: '\2014   '; }
  blockquote img.align-right ~ cite {
    text-align: left; }

.pulledquote {
  width: 33.33333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  color: #D89D29;
  display: block;
  font-family: "NeueHaasUnicaPro", clean, sans-serif;
  font-size: 1.25rem;
  margin: 0.625rem;
  padding: 0.5rem 2rem 2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  *zoom: 1; }
  @media (min-width: 64em) {
    .pulledquote {
      margin-top: 0; }
      .pulledquote.pullquote-left {
        border-right: 1px solid #D89D29;
        float: left;
        margin-left: -rem(10px); }
      .pulledquote.pullquote-right {
        border-left: 1px solid #D89D29;
        float: right;
        margin-right: -rem(10px); } }

ul:not([class*=__list]) {
  margin: 1rem 0;
  font-size: 1.125rem; }
  ul:not([class*=__list]) li ul > li {
    margin: 0 0 0.25rem 1rem; }
  ul:not([class*=__list]).small {
    font-size: 0.6875rem; }


.img-wrap,
.inline-image {
  clear: both;
  display: block;
  margin: 0.75rem 0;
  max-width: 100%; }

.align-wide {
  text-align: center; }
  .align-wide figure,
  .align-wide img {
    display: block; }
  .align-wide img {
    display: inline-block;
    margin: 0.75rem auto;
    min-width: 100%; }

.img-wrap img, .inline-image img, .captionedImage img, .cke_widget_wrapper img {
  display: block; }
  @media (max-width: 44.9375em) {
    .img-wrap img, .inline-image img, .captionedImage img, .cke_widget_wrapper img {
      width: 100%; } }


.img-wrap-center.img-wrap,
.img-wrap-center.inline-image, .img-wrap-center.captionedImage,
.img-wrap-center.cke_widget_wrapper {
  border: none; }
  .img-wrap-center.img-wrap img.center, .img-wrap-center.inline-image img.center, .img-wrap-center.captionedImage img.center, .img-wrap-center.cke_widget_wrapper img.center {
    position: relative;
    left: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    max-width: 212px;
    margin-left: -106px; }

.img-wrap .img-credit, .inline-image .img-credit, .captionedImage .img-credit, .cke_widget_wrapper .img-credit {
  font-style: italic; }

main table {
  table-layout: fixed;
  width: 100%; }
  main table thead {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left; }
    main table thead th {
      border: none;
      padding-bottom: 1rem; }
      main table thead th p {
        font-size: inherit;
        line-height: inherit;
        margin: 0; }
  main table tbody tr,
  main table tbody tr.even,
  main table tbody tr.odd {
    background: transparent;
    border: 0;
    padding: 0; }
    main table tbody tr td, main table tbody tr th,
    main table tbody tr.even td,
    main table tbody tr.even th,
    main table tbody tr.odd td,
    main table tbody tr.odd th {
      border-top: 1px #dddddd solid;
      padding: 1rem 0;
      vertical-align: top; }
      main table tbody tr td p, main table tbody tr th p,
      main table tbody tr.even td p,
      main table tbody tr.even th p,
      main table tbody tr.odd td p,
      main table tbody tr.odd th p {
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        margin: 0; }
  main table caption {
    caption-side: bottom; }

main article table {
  color: #5d6063; }
  main article table thead th {
    border-bottom: 2px #A7A6A6 solid;
    color: #383a3b;
    font-size: 0.8125rem;
    padding: 1rem;
    text-transform: uppercase; }
  main article table tbody tr td {
    font-size: 1rem;
    line-height: 1.125rem;
    padding: 1rem;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  main article table tbody tr.odd td, main article table tbody tr:nth-child(odd) td {
    background: #f6f6f6; }
  main article table tbody tr th[scope="row"] {
    color: #383a3b;
    font-size: 0.8125rem;
    padding: 1rem;
    border-right: 1px #A7A6A6 dashed; }
  main article table tbody tr:hover td {
    background: #edf6fb;
    color: #1f2021; }

.table-wrapper {
  overflow-x: scroll;
  position: relative;
  margin: 1.875rem 0; }
  .table-wrapper .table-shadow {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .table-wrapper .table-shadow:after {
      content: "";
      position: absolute;
      display: block;
      z-index: 9;
      width: 5%;
      height: 100%;
      top: 0;
      left: 95%;
      -webkit-box-shadow: inset -5px 0 10px rgba(0, 0, 0, 0.07);
              box-shadow: inset -5px 0 10px rgba(0, 0, 0, 0.07); }
  .table-wrapper .table-wrap {
    overflow: hidden;
    *zoom: 1;
    position: relative;
    overflow: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch; }
    .table-wrapper .table-wrap > * {
      -webkit-transform: translateZ(0px); }

.animated,
#site-header figure,
#site-main > article,
#site-main + aside {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s; }
  .animated.hinge,
  #site-header figure.hinge,
  #site-main > article.hinge,
  #site-main + aside.hinge {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s; }

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

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

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadeInUp,
#site-header figure,
#site-main > article,
#site-main + aside {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

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

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

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

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); } }

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px); } }

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px); } }

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

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

#nav-primary {
  -webkit-transition: left 0.3s ease-in-out, padding 0s linear 0.3s, width 0s linear 0.3s;
  transition: left 0.3s ease-in-out, padding 0s linear 0.3s, width 0s linear 0.3s;
  font-family: "NeueHaasUnicaPro", clean, sans-serif;
  position: fixed;
  left: 100vw;
  top: 0;
  bottom: 0;
  background: #000440;
  overflow: hidden;
  padding: 0;
  width: 0;
  z-index: 1002; }
  #nav-primary[aria-hidden=true] {
    visibility: hidden; }
    @media (min-width: 45em) {
      [data-mobile-nav=false] #nav-primary[aria-hidden=true] {
        visibility: visible; } }
  .nav-open #nav-primary,
  [data-mobile-nav=false] #nav-primary {
    overflow: visible;
    padding: 1.875rem;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .nav-open #nav-primary {
    left: 20%;
    width: 80%; }
    @media (min-width: 30em) {
      .nav-open #nav-primary {
        left: 40%;
        width: 60%; } }
    @media (min-width: 45em) {
      .nav-open #nav-primary {
        left: 55%;
        width: 45%; } }
    @media (min-width: 64em) {
      .nav-open #nav-primary {
        left: 70%;
        width: 30%; } }
  @media (min-width: 45em) {
    [data-mobile-nav=false] #nav-primary {
      left: 70%;
      width: 30%; } }
  @media (min-width: 80em) {
    [data-mobile-nav=false] #nav-primary {
      left: 80%;
      width: 20%; } }
  #nav-primary a {
    font-size: 1.25rem;
    cursor: pointer; }
  #nav-primary .js-primary__navigation-wrap {
    height: calc(95vh - (1.875rem * 2)); }
  #nav-primary #primary__navigation {
    margin: 0;
    padding: 0 0 3rem; }
  #nav-primary .nav__list {
    margin: 0;
    padding-top: 1.25rem; }
    #nav-primary .nav__list .menu-item {
      margin: 1.25rem 0 0 0;
      border-top: 0.0625rem solid transparent;
      border-bottom: 0.0625rem solid transparent;
      -webkit-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
      #nav-primary .nav__list .menu-item .sub-menu {
        -webkit-transition: opacity 0.2s ease-in 0.5s, max-height 0.2s ease-in 0.5s;
        transition: opacity 0.2s ease-in 0.5s, max-height 0.2s ease-in 0.5s;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0; }
        #nav-primary .nav__list .menu-item .sub-menu > .menu-item {
          margin: 0.625rem 0 0 1.25rem; }
      #nav-primary .nav__list .menu-item:focus > ul, #nav-primary .nav__list .menu-item:hover > ul {
        max-height: 20rem;
        opacity: 1; }
      #nav-primary .nav__list .menu-item:focus-within > ul {
        max-height: 20rem;
        opacity: 1; }
    #nav-primary .nav__list > .current_page_item,
    #nav-primary .nav__list > .current_page_ancestor {
      border-color: #ffffff;
      margin: 1.25rem 0;
      padding: 1.25rem 0; }
      #nav-primary .nav__list > .current_page_item .sub-menu,
      #nav-primary .nav__list > .current_page_ancestor .sub-menu {
        max-height: none;
        opacity: 1; }
    #nav-primary .nav__list .current_page_item > a {
      font-weight: 700; }

#nav--toggle {
  width: 1.875rem;
  position: fixed;
  top: 1.25rem;
  right: 0.625rem;
  height: 1.25rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  cursor: pointer;
  z-index: 1003; }
  @media (min-width: 45em) {
    #nav--toggle {
      right: 1.25rem; }
      [data-mobile-nav=false] #nav--toggle {
        display: none; } }
  #nav--toggle:focus {
    outline: 1px dotted; }
  #nav--toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #1f2021;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    #nav--toggle span:nth-child(1) {
      top: 0; }
    #nav--toggle span:nth-child(2), #nav--toggle span:nth-child(3) {
      top: 8px; }
    #nav--toggle span:nth-child(4) {
      top: 16px; }
  .nav-open #nav--toggle span:nth-child(1) {
    top: 8px;
    width: 0;
    left: 50%; }
  .nav-open #nav--toggle span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .nav-open #nav--toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .nav-open #nav--toggle span:nth-child(4) {
    top: 8px;
    width: 0;
    left: 50%; }

body > footer,
body > header,
body > main,
body > aside {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

body.nav-open > footer,
body.nav-open > header,
body.nav-open > main,
body.nav-open > aside {
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%); }
  @media (min-width: 30em) {
    body.nav-open > footer,
    body.nav-open > header,
    body.nav-open > main,
    body.nav-open > aside {
      -webkit-transform: translateX(-60%);
              transform: translateX(-60%); } }
  @media (min-width: 45em) {
    body.nav-open > footer,
    body.nav-open > header,
    body.nav-open > main,
    body.nav-open > aside {
      -webkit-transform: translateX(-45%);
              transform: translateX(-45%); } }
  @media (min-width: 64em) {
    body.nav-open > footer,
    body.nav-open > header,
    body.nav-open > main,
    body.nav-open > aside {
      -webkit-transform: translateX(-30%);
              transform: translateX(-30%); } }

@media (min-width: 45em) {
  body[data-mobile-nav=false] > aside,
  body[data-mobile-nav=false] > header,
  body[data-mobile-nav=false] > main,
  body[data-mobile-nav=false] > footer {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 70%; } }

@media (min-width: 80em) {
  body[data-mobile-nav=false] > aside,
  body[data-mobile-nav=false] > header,
  body[data-mobile-nav=false] > main,
  body[data-mobile-nav=false] > footer {
    width: 80%; } }

#site-header {
  background: #f2f1f1;
  padding: 1.25rem 0 2rem 0;
  margin-bottom: 2rem; }
  #site-header .faculty-nameplate__name {
    font-size: 1.5rem;
    line-height: 1.25;
    margin: 0;
    position: relative;
    -webkit-transition: none;
    transition: none; }
    .home #site-header .faculty-nameplate__name {
      color: #4BA5D7; }
    @media (min-width: 45em) {
      #site-header .faculty-nameplate__name {
        font-size: calc(6rem - 0.875rem + 2vw);
        line-height: 1.1; }
        [data-mobile-nav=false] #site-header .faculty-nameplate__name {
          font-size: calc(3.75rem - 0.875rem + 2vw); } }
  #site-header .faculty-nameplate__title {
    color: #7c756e;
    margin: 0; }
  #site-header figure {
    min-width: 100%;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s; }
    @media (min-width: 45em) {
      #site-header figure {
        margin: 0 -1.25rem; } }
    #site-header figure img {
      margin-left: -8.33333%;
      display: block;
      width: calc(100% + (1 / 12 * 100%) + 0.625rem); }
      @media (min-width: 45em) {
        #site-header figure img {
          width: calc(100% + (1 / 12 * 100%) - 1.25rem); } }
      @media (min-width: 80em) {
        body:not(.home) #site-header figure img {
          max-height: 31.25rem;
          width: auto; } }
    @media (min-width: 45em) {
      #site-header figure.has-image + .header__faculty-nameplate .faculty-nameplate__name {
        margin: -1em 0 0; } }
  #site-header * {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.875rem; }
  @media (min-width: 45em) {
    .header__content {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .header__content .gamma {
    font-size: 0.625rem;
    letter-spacing: 0.25rem;
    line-height: 1.25;
    margin: 0;
    text-align: right;
    margin-left: 8.33333%; }

.header__yale-shield-logo {
  width: 3.875rem; }

.header__wrapper {
  position: relative; }

.header__faculty-nameplate {
  font-family: "NeueHaasUnicaPro", clean, sans-serif;
  font-weight: 700;
  margin-top: 1.875rem; }
  .header__faculty-nameplate + #header__banner {
    margin-top: 1rem;
    margin-bottom: -2rem; }

body:not(.home) #site-header .faculty-nameplate__name {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0;
  position: relative;
  bottom: 0;
  margin: 0 1rem 0 0;
  -webkit-transition: none;
  transition: none; }

body:not(.home) #site-header .faculty-nameplate__title {
  display: inline-block;
  margin: 0; }

body:not(.home) #site-header * {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

#site-main {
  padding: 0 0 2.5rem 0;
  overflow: hidden; }
  #site-main > article {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
    #site-main > article .entry-title,
    #site-main > article .sub-title {
      margin-top: 0; }
    #site-main > article .header {
      overflow: hidden; }
  #site-main + aside {
    margin-top: 2rem;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s; }
    @media (min-width: 45em) {
      #site-main + aside {
        margin-top: 0; } }
    @media (max-width: 63.9375em) {
      [data-mobile-nav=false] #site-main + aside {
        margin-top: 2rem; } }
    #site-main + aside p {
      font-size: 1rem; }
    #site-main + aside label {
      color: #7c756e;
      display: block; }
    #site-main + aside ol,
    #site-main + aside ul {
      padding: 0; }
    #site-main + aside li {
      margin-bottom: 0.5rem;
      font-size: 1rem; }
  #site-main article > h1:first-of-type,
  #site-main article h2:first-of-type,
  #site-main article h3:first-of-type,
  #site-main article h4:first-of-type,
  #site-main article h5:first-of-type,
  #site-main article h6:first-of-type,
  #site-main aside > h1:first-of-type,
  #site-main aside h2:first-of-type,
  #site-main aside h3:first-of-type,
  #site-main aside h4:first-of-type,
  #site-main aside h5:first-of-type,
  #site-main aside h6:first-of-type {
    margin-top: 0; }
  .ajax-loading #site-main article,
  .ajax-loading #site-main aside {
    opacity: 0; }

.footer__wrapper {
  overflow: hidden;
  border-top: 0.0625rem solid #dddddd;
  padding: 2.5rem 0; }

.footer__content {
  margin-bottom: 2rem; }
  @media (min-width: 45em) {
    .footer__content {
      width: 60%;
      float: left; } }

.footer__copyright {
  padding-right: 0.625rem;
  font-style: italic;
  color: #7c756e;
  font-size: 1rem; }

.footer__list li {
  display: inline-block;
  margin-right: 0.625rem;
  margin-top: 0.625rem; }

.footer__list a {
  font-family: "NeueHaasUnicaPro", clean, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700; }

.footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 45em) {
    .footer__logos {
      width: 40%;
      float: left;
      padding-left: 0.625rem; } }
  .footer__logos a {
    width: 50%; }
    .footer__logos a::after {
      content: '';
      margin: 0; }
  .footer__logos img {
    max-width: 100%; }
  .footer__logos .logos__yale-som {
    padding-right: 0.625rem; }

#wp-toolbar a:before {
  font-family: 'dashicons' !important; }

#wp-toolbar a:after {
  display: none; }

.accordion {
  margin-bottom: 1.5rem;
  overflow: hidden;
  *zoom: 1; }
  .accordion li {
    background: transparent;
    border: transparent 1px solid;
    margin-bottom: 1rem;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .accordion .subheader {
    cursor: pointer;
    margin-top: 0;
    position: relative; }
    .accordion .subheader::after {
      margin-left: 0.5em; }
    .accordion .subheader:after {
      color: #7c756e;
      display: inline-block;
      margin-left: 1rem;
      -webkit-transition: all 0.2s ease-in 0.2s;
      transition: all 0.2s ease-in 0.2s; }
  .accordion > .active {
    margin: 0 -0.625rem 1rem; }
    .accordion > .active .subheader:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .accordion > .active .content {
      max-height: none;
      overflow: visible;
      visibility: visible;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .accordion .content {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -webkit-transition-delay: 0.3s;
    -webkit-transition: opacity 0.2s ease-in 0.3s;
    transition: opacity 0.2s ease-in 0.3s; }
    .accordion .content p {
      margin-bottom: 0; }
    .accordion .content .horz-rule {
      margin-bottom: 10px; }

.accordion--expand {
  cursor: pointer;
  display: block;
  font-family: "NeueHaasUnicaPro", clean, sans-serif;
  font-size: 0.6875rem;
  margin: 0.25rem 0 0.5rem; }
  .accordion--expand::after {
    margin-left: 0.5em; }
  .accordion--expand.expanded::after {
    margin-left: 0.5em; }

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 3rem;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  left: 0; }

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -1.875rem;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  background: transparent url("/assets/distribution/images/loader.svg") no-repeat;
  background-size: 8rem;
  float: none;
  height: 8rem;
  width: 8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper + .pager,
.bx-wrapper .bx-pager {
  padding: 0.625rem 0 0;
  text-align: center; }
  .bx-wrapper + .pager a,
  .bx-wrapper .bx-pager a {
    background-color: transparent;
    border: 0;
    font-size: 0;
    color: transparent;
    overflow: hidden;
    border: #7c756e 1px solid;
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 5px;
    outline: 0;
    border-radius: 0.5rem;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .bx-wrapper + .pager a::before,
    .bx-wrapper .bx-pager a::before {
      content: "";
      display: block;
      width: 0;
      height: 100%; }
    .bx-wrapper + .pager a.active,
    .bx-wrapper .bx-pager a.active {
      background: #bebab7; }
    .bx-wrapper + .pager a:hover,
    .bx-wrapper .bx-pager a:hover {
      background: #88b4d0; }
  .bx-wrapper + .pager .bx-pager-item,
  .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
  background: transparent;
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .bx-wrapper .bx-next::after,
  .bx-wrapper .bx-prev::after {
    font-size: 3.75rem; }

.bx-wrapper .bx-prev {
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .bx-wrapper .bx-prev::after {
    margin-left: 0.5em; }

.bx-wrapper .bx-next {
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%); }
  .bx-wrapper .bx-next::after {
    margin-left: 0.5em; }

.bx-wrapper .bx-controls-direction {
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  visibility: hidden; }
  .bx-wrapper .bx-controls-direction a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -webkit-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    background-color: transparent;
    border: 0;
    font-size: 0;
    color: transparent;
    overflow: hidden;
    z-index: 9999; }
    .bx-wrapper .bx-controls-direction a::before {
      content: "";
      display: block;
      width: 0;
      height: 100%; }
    .bx-wrapper .bx-controls-direction a.disabled {
      display: none; }

.bx-wrapper:hover .bx-controls-direction {
  opacity: 1;
  visibility: visible; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.video:not(.field-name-field-landing-page-video) .content {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  margin-bottom: 1.9375rem; }
  .video:not(.field-name-field-landing-page-video) .content > * {
    display: block;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    margin: 0;
    padding: 0; }

.video-element {
  margin: 1rem 0; }
  .js .video-element > iframe {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .video-element span {
    display: block !important; }

.fluid-width-brightcove-wrapper,
.field-name-field-general-styles-video,
.field-name-field-blog-video {
  padding: 0 0 25px !important;
  position: relative;
  width: 100%; }
  .fluid-width-brightcove-wrapper .BrightcoveExperience,
  .fluid-width-brightcove-wrapper object,
  .fluid-width-brightcove-wrapper embed,
  .fluid-width-brightcove-wrapper iframe,
  .field-name-field-general-styles-video .BrightcoveExperience,
  .field-name-field-general-styles-video object,
  .field-name-field-general-styles-video embed,
  .field-name-field-general-styles-video iframe,
  .field-name-field-blog-video .BrightcoveExperience,
  .field-name-field-blog-video object,
  .field-name-field-blog-video embed,
  .field-name-field-blog-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.embeddedContent .fluid-width-video-wrapper {
  padding-top: 56.25% !important; }

.embeddedContent p strong {
  display: inline-block;
  font-weight: 300;
  font-size: 1rem;
  margin: 1rem 0; }

