@charset "UTF-8";
/* ======================================================================
Fonts
====================================================================== */
@font-face {
  font-family: 'yalenewbold';
  src: url("../fonts/yalenew/yalenew-bold-webfont.woff2") format("woff2"), url("../fonts/yalenew/yalenew-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'yalenewbold_italic';
  src: url("../fonts/yalenew/yalenew-bolditalic-webfont.woff2") format("woff2"), url("../fonts/yalenew/yalenew-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'yalenewitalic';
  src: url("../fonts/yalenew/yalenew-italic-webfont.woff2") format("woff2"), url("../fonts/yalenew/yalenew-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'yalenewregular';
  src: url("../fonts/yalenew/yalenew-roman-webfont.woff2") format("woff2"), url("../fonts/yalenew/yalenew-roman-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* ======================================================================
Utility
====================================================================== */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.social__list, .nav-utility__list, .nav-legal__list {
  list-style: none;
  padding-right: 0;
  padding-left: 0; }
  .social__list li, .nav-utility__list li, .nav-legal__list li {
    display: inline-block; }

.footer-cta__item--has-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/* ======================================================================
Vendor
====================================================================== */
/* ======================================================================
Base
====================================================================== */
/* =================================================================================
  12 column grid
  --------------
  Based on display: inline-block; and font-size: 0; + font-size: 1rem;
================================================================================= */
.container {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 10px; }

.columns {
  font-size: 0;
  margin-right: -1.8vw;
  margin-left: -1.8vw; }

.col {
  display: inline-block;
  width: calc(100% - 3.6vw);
  vertical-align: top;
  margin-right: 1.8vw;
  margin-left: 1.8vw;
  font-size: 1rem; }

.col-1 {
  width: calc(8.333% - 3.6vw); }

.col-2 {
  width: calc(16.666% - 3.6vw); }

.col-3 {
  width: calc(25% - 3.6vw); }

.col-4 {
  width: calc(33.333% - 3.6vw); }

.col-5 {
  width: calc(41.666% - 3.6vw); }

.col-6 {
  width: calc(50% - 3.6vw); }

.col-7 {
  width: calc(58.333% - 3.6vw); }

.col-8 {
  width: calc(66.666% - 3.6vw); }

.col-9 {
  width: calc(75% - 3.6vw); }

.col-10 {
  width: calc(83.333% - 3.6vw); }

.col-11 {
  width: calc(91.666% - 3.6vw); }

.col-12 {
  width: calc(100% - 3.6vw); }

.col-offset-0 {
  margin-left: 1.8vw; }

.col-offset-1 {
  margin-left: calc(8.333% + 1.8vw); }

.col-offset-2 {
  margin-left: calc(16.666% + 1.8vw); }

.col-offset-3 {
  margin-left: calc(25% + 1.8vw); }

.col-offset-4 {
  margin-left: calc(33.333% + 1.8vw); }

.col-offset-5 {
  margin-left: calc(41.666% + 1.8vw); }

.col-offset-6 {
  margin-left: calc(50% + 1.8vw); }

.col-offset-7 {
  margin-left: calc(58.333% + 1.8vw); }

.col-offset-8 {
  margin-left: calc(66.666% + 1.8vw); }

.col-offset-9 {
  margin-left: calc(75% + 1.8vw); }

.col-offset-10 {
  margin-left: calc(83.333% + 1.8vw); }

.col-offset-11 {
  margin-left: calc(91.666% + 1.8vw); }

@media only screen and (min-width: 350px) {
  .container {
    padding-left: 4vw;
    padding-right: 4vw; } }
@media only screen and (min-width: 480px) {
  .col-sm-1 {
    width: calc(8.333% - 3.6vw); }

  .col-sm-2 {
    width: calc(16.666% - 3.6vw); }

  .col-sm-3 {
    width: calc(25% - 3.6vw); }

  .col-sm-4 {
    width: calc(33.333% - 3.6vw); }

  .col-sm-5 {
    width: calc(41.666% - 3.6vw); }

  .col-sm-6 {
    width: calc(50% - 3.6vw); }

  .col-sm-7 {
    width: calc(58.333% - 3.6vw); }

  .col-sm-8 {
    width: calc(66.666% - 3.6vw); }

  .col-sm-9 {
    width: calc(75% - 3.6vw); }

  .col-sm-10 {
    width: calc(83.333% - 3.6vw); }

  .col-sm-11 {
    width: calc(91.666% - 3.6vw); }

  .col-sm-12 {
    width: calc(100% - 3.6vw); }

  .col-sm-offset-0 {
    margin-left: 1.8vw; }

  .col-sm-offset-1 {
    margin-left: calc(8.333% + 1.8vw); }

  .col-sm-offset-2 {
    margin-left: calc(16.666% + 1.8vw); }

  .col-sm-offset-3 {
    margin-left: calc(25% + 1.8vw); }

  .col-sm-offset-4 {
    margin-left: calc(33.333% + 1.8vw); }

  .col-sm-offset-5 {
    margin-left: calc(41.666% + 1.8vw); }

  .col-sm-offset-6 {
    margin-left: calc(50% + 1.8vw); }

  .col-sm-offset-7 {
    margin-left: calc(58.333% + 1.8vw); }

  .col-sm-offset-8 {
    margin-left: calc(66.666% + 1.8vw); }

  .col-sm-offset-9 {
    margin-left: calc(75% + 1.8vw); }

  .col-sm-offset-10 {
    margin-left: calc(83.333% + 1.8vw); }

  .col-sm-offset-11 {
    margin-left: calc(91.666% + 1.8vw); } }
@media only screen and (min-width: 768px) {
  .container {
    padding-left: 35px;
    padding-right: 35px; }

  .col-md-1 {
    width: calc(8.333% - 3.6vw); }

  .col-md-2 {
    width: calc(16.666% - 3.6vw); }

  .col-md-3 {
    width: calc(25% - 3.6vw); }

  .col-md-4 {
    width: calc(33.333% - 3.6vw); }

  .col-md-5 {
    width: calc(41.666% - 3.6vw); }

  .col-md-6 {
    width: calc(50% - 3.6vw); }

  .col-md-7 {
    width: calc(58.333% - 3.6vw); }

  .col-md-8 {
    width: calc(66.666% - 3.6vw); }

  .col-md-9 {
    width: calc(75% - 3.6vw); }

  .col-md-10 {
    width: calc(83.333% - 3.6vw); }

  .col-md-11 {
    width: calc(91.666% - 3.6vw); }

  .col-md-12 {
    width: calc(100% - 3.6vw); }

  .col-md-offset-0 {
    margin-left: 1.8vw; }

  .col-md-offset-1 {
    margin-left: calc(8.333% + 1.8vw); }

  .col-md-offset-2 {
    margin-left: calc(16.666% + 1.8vw); }

  .col-md-offset-3 {
    margin-left: calc(25% + 1.8vw); }

  .col-md-offset-4 {
    margin-left: calc(33.333% + 1.8vw); }

  .col-md-offset-5 {
    margin-left: calc(41.666% + 1.8vw); }

  .col-md-offset-6 {
    margin-left: calc(50% + 1.8vw); }

  .col-md-offset-7 {
    margin-left: calc(58.333% + 1.8vw); }

  .col-md-offset-8 {
    margin-left: calc(66.666% + 1.8vw); }

  .col-md-offset-9 {
    margin-left: calc(75% + 1.8vw); }

  .col-md-offset-10 {
    margin-left: calc(83.333% + 1.8vw); }

  .col-md-offset-11 {
    margin-left: calc(91.666% + 1.8vw); } }
@media only screen and (min-width: 991px) {
  .col-lg-1 {
    width: calc(8.333% - 3.6vw); }

  .col-lg-2 {
    width: calc(16.666% - 3.6vw); }

  .col-lg-3 {
    width: calc(25% - 3.6vw); }

  .col-lg-4 {
    width: calc(33.333% - 3.6vw); }

  .col-lg-5 {
    width: calc(41.666% - 3.6vw); }

  .col-lg-6 {
    width: calc(50% - 3.6vw); }

  .col-lg-7 {
    width: calc(58.333% - 3.6vw); }

  .col-lg-8 {
    width: calc(66.666% - 3.6vw); }

  .col-lg-9 {
    width: calc(75% - 3.6vw); }

  .col-lg-10 {
    width: calc(83.333% - 3.6vw); }

  .col-lg-11 {
    width: calc(91.666% - 3.6vw); }

  .col-lg-12 {
    width: calc(100% - 3.6vw); }

  .col-lg-offset-0 {
    margin-left: 1.8vw; }

  .col-lg-offset-1 {
    margin-left: calc(8.333% + 1.8vw); }

  .col-lg-offset-2 {
    margin-left: calc(16.666% + 1.8vw); }

  .col-lg-offset-3 {
    margin-left: calc(25% + 1.8vw); }

  .col-lg-offset-4 {
    margin-left: calc(33.333% + 1.8vw); }

  .col-lg-offset-5 {
    margin-left: calc(41.666% + 1.8vw); }

  .col-lg-offset-6 {
    margin-left: calc(50% + 1.8vw); }

  .col-lg-offset-7 {
    margin-left: calc(58.333% + 1.8vw); }

  .col-lg-offset-8 {
    margin-left: calc(66.666% + 1.8vw); }

  .col-lg-offset-9 {
    margin-left: calc(75% + 1.8vw); }

  .col-lg-offset-10 {
    margin-left: calc(83.333% + 1.8vw); }

  .col-lg-offset-11 {
    margin-left: calc(91.666% + 1.8vw); } }
@media only screen and (min-width: 1199px) {
  .columns {
    margin-right: -22px;
    margin-left: -22px; }

  .col {
    width: calc(100% - 44px);
    margin-right: 22px;
    margin-left: 22px; }

  .col-1 {
    width: calc(8.333% - 44px); }

  .col-2 {
    width: calc(16.666% - 44px); }

  .col-3 {
    width: calc(25% - 44px); }

  .col-4 {
    width: calc(33.333% - 44px); }

  .col-5 {
    width: calc(41.666% - 44px); }

  .col-6 {
    width: calc(50% - 44px); }

  .col-7 {
    width: calc(58.333% - 44px); }

  .col-8 {
    width: calc(66.666% - 44px); }

  .col-9 {
    width: calc(75% - 44px); }

  .col-10 {
    width: calc(83.333% - 44px); }

  .col-11 {
    width: calc(91.666% - 44px); }

  .col-12 {
    width: calc(100% - 44px); }

  .col-offset-0 {
    margin-left: 22px; }

  .col-offset-1 {
    margin-left: calc(8.333% + 22px); }

  .col-offset-2 {
    margin-left: calc(16.666% + 22px); }

  .col-offset-3 {
    margin-left: calc(25% + 22px); }

  .col-offset-4 {
    margin-left: calc(33.333% + 22px); }

  .col-offset-5 {
    margin-left: calc(41.666% + 22px); }

  .col-offset-6 {
    margin-left: calc(50% + 22px); }

  .col-offset-7 {
    margin-left: calc(58.333% + 22px); }

  .col-offset-8 {
    margin-left: calc(66.666% + 22px); }

  .col-offset-9 {
    margin-left: calc(75% + 22px); }

  .col-offset-10 {
    margin-left: calc(83.333% + 22px); }

  .col-offset-11 {
    margin-left: calc(91.666% + 22px); }

  .col-sm-1 {
    width: calc(8.333% - 44px); }

  .col-sm-2 {
    width: calc(16.666% - 44px); }

  .col-sm-3 {
    width: calc(25% - 44px); }

  .col-sm-4 {
    width: calc(33.333% - 44px); }

  .col-sm-5 {
    width: calc(41.666% - 44px); }

  .col-sm-6 {
    width: calc(50% - 44px); }

  .col-sm-7 {
    width: calc(58.333% - 44px); }

  .col-sm-8 {
    width: calc(66.666% - 44px); }

  .col-sm-9 {
    width: calc(75% - 44px); }

  .col-sm-10 {
    width: calc(83.333% - 44px); }

  .col-sm-11 {
    width: calc(91.666% - 44px); }

  .col-sm-12 {
    width: calc(100% - 44px); }

  .col-sm-offset-0 {
    margin-left: 22px; }

  .col-sm-offset-1 {
    margin-left: calc(8.333% + 22px); }

  .col-sm-offset-2 {
    margin-left: calc(16.666% + 22px); }

  .col-sm-offset-3 {
    margin-left: calc(25% + 22px); }

  .col-sm-offset-4 {
    margin-left: calc(33.333% + 22px); }

  .col-sm-offset-5 {
    margin-left: calc(41.666% + 22px); }

  .col-sm-offset-6 {
    margin-left: calc(50% + 22px); }

  .col-sm-offset-7 {
    margin-left: calc(58.333% + 22px); }

  .col-sm-offset-8 {
    margin-left: calc(66.666% + 22px); }

  .col-sm-offset-9 {
    margin-left: calc(75% + 22px); }

  .col-sm-offset-10 {
    margin-left: calc(83.333% + 22px); }

  .col-sm-offset-11 {
    margin-left: calc(91.666% + 22px); }

  .col-md-1 {
    width: calc(8.333% - 44px); }

  .col-md-2 {
    width: calc(16.666% - 44px); }

  .col-md-3 {
    width: calc(25% - 44px); }

  .col-md-4 {
    width: calc(33.333% - 44px); }

  .col-md-5 {
    width: calc(41.666% - 44px); }

  .col-md-6 {
    width: calc(50% - 44px); }

  .col-md-7 {
    width: calc(58.333% - 44px); }

  .col-md-8 {
    width: calc(66.666% - 44px); }

  .col-md-9 {
    width: calc(75% - 44px); }

  .col-md-10 {
    width: calc(83.333% - 44px); }

  .col-md-11 {
    width: calc(91.666% - 44px); }

  .col-md-12 {
    width: calc(100% - 44px); }

  .col-md-offset-0 {
    margin-left: 22px; }

  .col-md-offset-1 {
    margin-left: calc(8.333% + 22px); }

  .col-md-offset-2 {
    margin-left: calc(16.666% + 22px); }

  .col-md-offset-3 {
    margin-left: calc(25% + 22px); }

  .col-md-offset-4 {
    margin-left: calc(33.333% + 22px); }

  .col-md-offset-5 {
    margin-left: calc(41.666% + 22px); }

  .col-md-offset-6 {
    margin-left: calc(50% + 22px); }

  .col-md-offset-7 {
    margin-left: calc(58.333% + 22px); }

  .col-md-offset-8 {
    margin-left: calc(66.666% + 22px); }

  .col-md-offset-9 {
    margin-left: calc(75% + 22px); }

  .col-md-offset-10 {
    margin-left: calc(83.333% + 22px); }

  .col-md-offset-11 {
    margin-left: calc(91.666% + 22px); }

  .col-lg-1 {
    width: calc(8.333% - 44px); }

  .col-lg-2 {
    width: calc(16.666% - 44px); }

  .col-lg-3 {
    width: calc(25% - 44px); }

  .col-lg-4 {
    width: calc(33.333% - 44px); }

  .col-lg-5 {
    width: calc(41.666% - 44px); }

  .col-lg-6 {
    width: calc(50% - 44px); }

  .col-lg-7 {
    width: calc(58.333% - 44px); }

  .col-lg-8 {
    width: calc(66.666% - 44px); }

  .col-lg-9 {
    width: calc(75% - 44px); }

  .col-lg-10 {
    width: calc(83.333% - 44px); }

  .col-lg-11 {
    width: calc(91.666% - 44px); }

  .col-lg-12 {
    width: calc(100% - 44px); }

  .col-lg-offset-0 {
    margin-left: 22px; }

  .col-lg-offset-1 {
    margin-left: calc(8.333% + 22px); }

  .col-lg-offset-2 {
    margin-left: calc(16.666% + 22px); }

  .col-lg-offset-3 {
    margin-left: calc(25% + 22px); }

  .col-lg-offset-4 {
    margin-left: calc(33.333% + 22px); }

  .col-lg-offset-5 {
    margin-left: calc(41.666% + 22px); }

  .col-lg-offset-6 {
    margin-left: calc(50% + 22px); }

  .col-lg-offset-7 {
    margin-left: calc(58.333% + 22px); }

  .col-lg-offset-8 {
    margin-left: calc(66.666% + 22px); }

  .col-lg-offset-9 {
    margin-left: calc(75% + 22px); }

  .col-lg-offset-10 {
    margin-left: calc(83.333% + 22px); }

  .col-lg-offset-11 {
    margin-left: calc(91.666% + 22px); }

  .col-xl-1 {
    width: calc(8.333% - 44px); }

  .col-xl-2 {
    width: calc(16.666% - 44px); }

  .col-xl-3 {
    width: calc(25% - 44px); }

  .col-xl-4 {
    width: calc(33.333% - 44px); }

  .col-xl-5 {
    width: calc(41.666% - 44px); }

  .col-xl-6 {
    width: calc(50% - 44px); }

  .col-xl-7 {
    width: calc(58.333% - 44px); }

  .col-xl-8 {
    width: calc(66.666% - 44px); }

  .col-xl-9 {
    width: calc(75% - 44px); }

  .col-xl-10 {
    width: calc(83.333% - 44px); }

  .col-xl-11 {
    width: calc(91.666% - 44px); }

  .col-xl-12 {
    width: calc(100% - 44px); }

  .col-xl-offset-0 {
    margin-left: 22px; }

  .col-xl-offset-1 {
    margin-left: calc(8.333% + 22px); }

  .col-xl-offset-2 {
    margin-left: calc(16.666% + 22px); }

  .col-xl-offset-3 {
    margin-left: calc(25% + 22px); }

  .col-xl-offset-4 {
    margin-left: calc(33.333% + 22px); }

  .col-xl-offset-5 {
    margin-left: calc(41.666% + 22px); }

  .col-xl-offset-6 {
    margin-left: calc(50% + 22px); }

  .col-xl-offset-7 {
    margin-left: calc(58.333% + 22px); }

  .col-xl-offset-8 {
    margin-left: calc(66.666% + 22px); }

  .col-xl-offset-9 {
    margin-left: calc(75% + 22px); }

  .col-xl-offset-10 {
    margin-left: calc(83.333% + 22px); }

  .col-xl-offset-11 {
    margin-left: calc(91.666% + 22px); } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  min-height: 100%;
  overflow-x: hidden;
  /* mobile menu */
  background: #002852; }

html {
  height: 100%;
  font-size: 100%;
  font-family: "Gill Sans", "Gill Sans Nova", Arial, sans-serif;
  text-decoration-skip: ink;
  line-height: 1.85; }
  @media (min-width: 768px) {
    html {
      font-size: 106.3%; } }

body {
  margin: 0;
  overflow: hidden; }

.body-overlay {
  position: relative;
  background: #fff;
  transition: transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s; }

@media (min-width: 768px) {
  .site-columns {
    min-height: 45vh; } }

p {
  margin: 0.625em 0; }

h1, h2, h3, h4, h5, h6 {
  color: #00356B;
  font-family: "yalenewregular", serif;
  line-height: 1.25;
  font-weight: normal;
  font-style: normal; }

h1 {
  margin: 0.625em 0;
  font-size: 2em; }

.style-h1, .content h1 {
  font-size: 1.8rem; }
  @media (min-width: 768px) {
    .style-h1, .content h1 {
      font-size: 2.3rem; } }
  @media (min-width: 1199px) {
    .style-h1, .content h1 {
      font-size: 2.8rem; } }

h2 {
  margin: 0.625em 0;
  font-size: 1.5em; }

.style-h2, .content h2 {
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    .style-h2, .content h2 {
      font-size: 1.8rem; } }
  @media (min-width: 1199px) {
    .style-h2, .content h2 {
      font-size: 2.15rem; } }

h3 {
  margin: 0.625em 0;
  font-size: 1.25em; }

.style-h3, .content h3 {
  font-size: 1.2rem; }
  @media (min-width: 768px) {
    .style-h3, .content h3 {
      font-size: 1.4rem; } }
  @media (min-width: 1199px) {
    .style-h3, .content h3 {
      font-size: 1.7rem; } }

h4 {
  margin: 0.938em 0;
  font-size: 1.125em; }

.style-h4, .home-col--sm .article-header__title {
  font-size: 1rem; }
  @media (min-width: 768px) {
    .style-h4, .home-col--sm .article-header__title {
      font-size: 1.1rem; } }
  @media (min-width: 1199px) {
    .style-h4, .home-col--sm .article-header__title {
      font-size: 1.17rem; } }

h5 {
  margin: 0.938em 0;
  font-size: 1em;
  line-height: 1.125; }

h6 {
  margin: 0.938em 0;
  font-size: 1em;
  line-height: 1.125; }

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 1.875em; }

ul, ol {
  margin: 1.250em 0 0.625em; }

hr {
  height: 1px;
  margin: 2rem 0;
  border: none;
  background: rgba(0, 0, 0, 0.3); }
  @media (min-width: 768px) {
    hr {
      margin: 3rem 0; } }

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

figure {
  max-width: 100%; }

a:focus,
a img,
input:focus,
textarea:focus,
button:focus {
  outline: 0 none;
  /*Chrome Outline Fix*/ }

input:not([type='radio']):not([type='checkbox']),
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none; }

input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea {
  width: 100%;
  outline: none;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  padding: 0.4em 1em;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit; }

button {
  font-size: 1em;
  cursor: pointer; }

::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic; }

::-moz-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic; }

:-moz-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic; }

:-ms-input-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic; }

:placeholder-shown {
  color: #bbb;
  font-weight: 300;
  font-style: italic; }

.table__wrap {
  width: 100%;
  overflow-x: scroll;
  margin: 1rem 0 2rem; }
  .table__wrap table {
    width: auto !important;
    min-width: 100%;
    height: auto !important;
    border-collapse: collapse;
    font-size: 0.8rem;
    line-height: 1.4; }
  .table__wrap thead,
  .table__wrap tfoot {
    background: #00356B;
    color: #fff; }
  .table__wrap thead {
    font-weight: 700;
    text-transform: uppercase; }
  .table__wrap tfoot td,
  .table__wrap tfoot th {
    padding-top: 0.7em;
    padding-bottom: 0.7em; }
  .table__wrap td,
  .table__wrap th {
    border: 1px solid #ccc;
    padding: 1.1em 1.2em;
    text-align: left; }
  .table__wrap th {
    min-width: 150px;
    max-width: 300px; }
    @media (min-width: 768px) {
      .table__wrap th {
        min-width: 200px;
        max-width: 500px; } }
  .table__wrap td {
    min-width: 175px; }
  .table__wrap tbody tr:nth-child(even) {
    background: #f0efef; }
  .table__wrap tbody td,
  .table__wrap tbody th {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }

.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
  clear: both; }

.hidden-text {
  position: absolute;
  left: -99999px; }

.objectfit--contain {
  object-fit: contain; }
.objectfit--cover {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.objectfit-shiv--contain {
  background-size: contain;
  background-position: center; }
.objectfit-shiv--cover {
  background-size: cover;
  background-position: center; }

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  @page {
    margin: 0.5cm; }
  /* a, a:visited { text-decoration: underline; } */
  .content a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

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

  .site-header .header-logo a:after {
    content: ''; }

  .hidden-print {
    display: none !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print, td.visible-print {
    display: table-cell !important; }

  .visible-print-block {
    display: block !important; }

  .visible-print-inline {
    display: inline !important; }

  .visible-print-inline-block {
    display: inline-block !important; } }
/* ======================================================================
Components
====================================================================== */
.alignnone {
  margin-right: 1.5em; }

.aligncenter,
div.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

.alignright,
.alignleft {
  display: block;
  margin: 1rem auto; }

@media (min-width: 480px) {
  .alignright {
    display: inline;
    float: right;
    margin: .4em 0 .6em 1.5em; } }

@media (min-width: 480px) {
  .alignleft {
    display: inline;
    float: left;
    margin: .4em 1.5em .6em 0; } }

.wp-caption.alignleft {
  margin-bottom: 1em; }

.wp-caption.alignright {
  margin-bottom: 1em; }

.wp-caption.alignright img,
.wp-caption.alignleft img {
  display: block; }

.wp-caption .wp-caption-text {
  padding: .5em;
  font-size: .9em;
  text-align: center; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.content > *:first-child {
  margin-top: 0; }
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
  margin-top: 0.5em;
  margin-bottom: 0; }
.content li {
  margin-bottom: 0.5em;
  line-height: 1.333; }
.content .lead {
  font-size: 2em;
  font-style: italic;
  line-height: 1.25; }
.content .lead + h2,
.content .lead + h3,
.content .lead + h4,
.content .lead + h5,
.content .lead + h6 {
  margin-top: 0.938em; }
.content .callout {
  padding: 0.938em 3.125em;
  font-style: italic; }
.content .call-to-action {
  margin: 1.250em 0;
  font-weight: bold; }
.content .call-to-action a::after {
  content: '\f09b';
  position: relative;
  left: 0;
  display: inline-block;
  padding-left: 0.5em;
  font-size: 0.8em;
  font-family: "Black Tie";
  transition: left 0.3s; }
.content .call-to-action a:hover::after, .content .call-to-action a:focus::after {
  left: 0.3em; }
.content .footnote {
  margin-top: 3em;
  font-size: 0.85em;
  font-style: italic;
  line-height: 1.3; }

@media (min-width: 600px) {
  .page .wp-block-columns.has-2-columns .wp-block-column {
    flex-basis: calc(50% - 25px); }
  .page .wp-block-columns.has-2-columns .wp-block-column:not(:first-child) {
    margin-left: 50px; } }

figure.wp-block-table {
  margin-right: 0;
  margin-left: 0; }

a {
  color: #286DC0;
  text-decoration: none;
  transition: color 0.3s; }
  a:hover, a:focus {
    color: #63AAFF;
    text-decoration: none; }

a.link-passive,
a.link-passive:visited,
a.link-passive:hover,
a.link-passive:focus,
a.link-passive:active {
  color: inherit;
  text-decoration: inherit; }

.btn {
  display: inline-block;
  padding: 1.2em 2em 1.2em 2.2em;
  border: none;
  border-radius: 0;
  background-color: #00356B;
  color: #fff;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: color 0.3s, background 0.3s, border 0.3s; }
  .btn::after {
    content: '\f0da';
    position: relative;
    top: 0.05em;
    display: inline-block;
    margin-left: 0.6em;
    font-size: 0.9em;
    font-weight: 700;
    font-family: 'Font Awesome 5 Pro'; }
  .btn:hover, .btn:focus {
    background-color: #286DC0;
    color: #fff; }

.btn--sec {
  background-color: #286DC0; }
  .btn--sec:hover, .btn--sec:focus {
    background-color: #63AAFF; }

.btn--white {
  border: 2px solid rgba(255, 255, 255, 0);
  background-color: #fff;
  color: #286DC0; }
  .btn--white:hover, .btn--white:focus {
    border-color: white;
    background-color: rgba(255, 255, 255, 0);
    color: #fff; }

.btn-alt {
  display: inline-block;
  padding: 0.6em 1.2em;
  background-color: #00356B;
  color: #fff;
  line-height: 1.25;
  transition: color 0.3s, background 0.3s; }
  .btn-alt::after {
    content: '\f178';
    display: inline-block;
    margin-left: 1.2em;
    font-family: 'Font Awesome 5 Pro'; }
  .btn-alt:hover, .btn-alt:focus {
    background-color: #286DC0;
    color: #fff; }

.main-search {
  max-width: 400px;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .main-search {
      margin-bottom: 3rem; } }

.main-search__group {
  position: relative;
  border: 2px solid #286DC0; }

input.main-search__field {
  display: block;
  border: none;
  padding-right: 3em;
  color: #286DC0; }

.main-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 0.75em;
  padding-left: 0.75em;
  border: none;
  border-left: 2px solid #286DC0;
  border-radius: 0;
  background: transparent;
  color: #286DC0;
  transition: color 0.3s; }
  .main-search__btn:hover, .main-search__btn:focus {
    color: #63AAFF; }

.social__list {
  margin: 1rem 0; }
  @media (min-width: 1199px) {
    .social__list {
      margin: 0; } }

.social__item {
  margin-left: 0.3em; }
  .social__item a:hover, .social__item a:focus {
    color: #63AAFF; }

.social__link {
  padding: 0.2rem; }

.social-share .social-share__label,
.social-share .social__list {
  display: inline-block; }
.social-share .social-share__label {
  color: #666666;
  font-family: "yalenewregular", serif;
  text-transform: uppercase; }
.single .social-share {
  margin-top: -0.5rem;
  margin-bottom: 1rem; }

.site-header {
  position: relative;
  z-index: 100; }
  .site-header::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    background-image: linear-gradient(rgba(50, 50, 50, 0.15), rgba(50, 50, 50, 0)); }
    @media (min-width: 768px) {
      .site-header::after {
        height: 12px; } }
  .site-header .container {
    position: relative; }

.header-logo {
  display: inline-block;
  padding: 1.3rem 0 0.4rem; }
  @media (min-width: 768px) {
    .header-logo {
      padding-top: 1.3rem;
      padding-bottom: 0.4rem; } }
  .header-logo a {
    display: inline-block; }
  .header-logo img {
    width: 180px;
    height: auto; }
    @media (min-width: 768px) {
      .header-logo img {
        width: 240px; } }
    @media (min-width: 1199px) {
      .header-logo img {
        width: 290px; } }

.header-top-bar {
  display: none;
  background: #00356B; }
  @media (min-width: 900px) {
    .header-top-bar {
      display: block; } }
  .header-top-bar .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center; }

.header-utility {
  margin-right: 3rem; }

.nav-utility__list {
  margin: 0;
  padding: 0;
  font-size: 0.7rem; }
  .nav-utility__list .menu-item {
    margin: 0 1.75em; }
  .nav-utility__list a {
    color: #63AAFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.4; }
    .nav-utility__list a:hover, .nav-utility__list a:focus {
      color: #fff; }

.header-search {
  font-size: 0.7rem; }

.header-search--sm {
  position: relative;
  margin: 2rem 0 0;
  width: 100%; }
  .header-search--sm .header-search__group {
    border: 1px solid #63AAFF; }
  @media (min-width: 1199px) {
    .header-search--sm {
      display: none; } }

.header-search--lg {
  display: inline-block;
  width: 330px; }

.header-search__group {
  position: relative;
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #63AAFF;
  border-left: 1px solid #63AAFF; }

input.header-search__field {
  border: none;
  padding: 1.3em 2.8rem 1.3em 1.7em;
  background: transparent;
  font-weight: 400;
  color: #fff;
  font-style: normal; }

.header-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  border-left: none;
  border-radius: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  background: transparent;
  color: #63AAFF;
  transition: color 0.3s; }
  .header-search__btn:hover, .header-search__btn:focus {
    color: #fff; }
  .header-search__btn i {
    font-size: 1.1em; }

.header-search ::-webkit-input-placeholder {
  color: #63AAFF;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
.header-search ::-moz-placeholder {
  color: #63AAFF;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
.header-search :-moz-placeholder {
  color: #63AAFF;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
.header-search :-ms-input-placeholder {
  color: #63AAFF;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
.header-search :placeholder-shown {
  color: #63AAFF;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.social--header {
  position: static; }
  @media (min-width: 1199px) {
    .social--header {
      position: absolute;
      top: 4rem;
      right: 35px;
      display: inline-block; } }

.nav-main--active .body-overlay {
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  transform: translateX(-270px); }
  @media (min-width: 1199px) {
    .nav-main--active .body-overlay {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: none; } }

.nav-main {
  position: absolute;
  right: -270px;
  top: 0;
  z-index: 101;
  display: block;
  margin: 0;
  padding: .7rem;
  width: 270px;
  background: #002852;
  overflow-x: hidden; }
  @media (min-width: 900px) {
    .nav-main {
      margin-top: -3rem; } }
  @media (min-width: 1199px) {
    .nav-main {
      top: auto;
      bottom: 0;
      right: 35px;
      width: auto;
      padding: 0;
      background: transparent;
      overflow-x: visible; } }

.nav-main__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0; }

.nav-main__list--mobile {
  display: block; }
  @media (min-width: 1199px) {
    .nav-main__list--mobile {
      display: none; } }

.nav-main__list--primary {
  display: none; }
  @media (min-width: 1199px) {
    .nav-main__list--primary {
      display: block; } }

.nav-main__item {
  position: relative;
  display: block;
  font-size: 1.05rem; }
  .nav-main__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    @media (min-width: 1199px) {
      .nav-main__item {
        border-bottom: none; } }
  @media (min-width: 1199px) {
    .nav-main__item {
      display: inline-block;
      margin: 0 1.2rem; } }

.nav-main__item a {
  color: #fff;
  font-family: "yalenewregular", serif; }
  @media (min-width: 1199px) {
    .nav-main__item a {
      color: #00356B; } }

.nav-main__item > a {
  display: block;
  padding: 10px 0; }
  @media (min-width: 1199px) {
    .nav-main__item > a {
      position: relative;
      display: inline-block;
      padding: 0.5rem 0 1.7rem; } }
  @media (min-width: 1199px) {
    .nav-main__item > a::before {
      content: '';
      position: absolute;
      bottom: 1rem;
      left: 0;
      display: block;
      width: 0;
      height: 4px;
      background: #286DC0;
      transition: width 0.3s, bottom 0.3s; } }

@media (min-width: 1199px) {
  .nav-main__item > a:hover::before,
  .nav-main__item > a:focus::before,
  .current-menu-item.nav-main__item > a::before,
  .current_page_item.nav-main__item > a::before,
  .current-menu-ancestor.nav-main__item > a::before {
    width: 2.7em; } }

.nav-main__item--parent > a::after {
  content: '\f0d7';
  margin-left: 0.5em;
  font-size: 0.9em;
  font-weight: 700;
  font-family: 'Font Awesome 5 Pro';
  opacity: 0.2; }
  @media (min-width: 1199px) {
    .nav-main__item--parent > a::after {
      opacity: 1; } }

.nav-main__item--parent > a:hover::after,
.nav-main__item--parent.nav-main__item--active > a::after {
  opacity: 1; }

.nav-main__item--parent--mega {
  position: static; }

.nav-main__submenu {
  display: none;
  width: auto;
  height: auto;
  background: none;
  box-shadow: 0 0 0 0 transparent;
  opacity: 1; }
  @media (min-width: 1199px) {
    .nav-main__submenu {
      position: absolute;
      top: calc(100% - 1rem);
      left: 0;
      display: block;
      min-width: 14rem;
      height: 0;
      background: #286DC0;
      overflow: hidden;
      opacity: 0;
      transition: opacity 0.5s; } }

.nav-main__item--active .nav-main__submenu {
  height: auto;
  opacity: 1; }
  @media (min-width: 1199px) {
    .nav-main__item--active .nav-main__submenu {
      box-shadow: 0 4px 10px rgba(50, 50, 50, 0.3); } }

.nav-main__submenu--right {
  left: auto;
  right: 0; }

@media (min-width: 1199px) {
  .nav-main__submenu--mega {
    left: -1px;
    width: calc(100vw + 2px); } }
@media (min-width: 1270px) {
  .nav-main__submenu--mega {
    left: calc( (100vw - 1270px) / -2 - 1px ); } }

.nav-main__submenu ul {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0; }
  @media (min-width: 1199px) {
    .nav-main__submenu ul {
      margin-bottom: 0; } }

.nav-main__submenu li {
  display: inline; }

.nav-main__submenu a {
  display: block;
  padding: .7rem .7em .7em 1em;
  font-size: .9em;
  text-decoration: none; }
  @media (min-width: 1199px) {
    .nav-main__submenu a {
      padding: 0.75rem;
      color: #fff;
      transition: background 0.3s; }
      .nav-main__submenu a:hover, .nav-main__submenu a:focus {
        background: #00356B; } }

.toggle-nav-main {
  position: absolute;
  top: 50%;
  right: 2px;
  /* container padding and toggle padding */
  z-index: 9999;
  padding: 8px;
  transform: translateY(-50%);
  cursor: pointer; }
  @media (min-width: 350px) {
    .toggle-nav-main {
      right: calc(4vw - 8px); } }
  @media (min-width: 768px) {
    .toggle-nav-main {
      right: calc(35px - 8px); } }
  @media (min-width: 1199px) {
    .toggle-nav-main {
      display: none; } }

.toggle-nav-main__wrap {
  position: relative;
  width: 30px;
  height: 20px;
  transition: -webkit-transform 0.5s ease-out;
  transition: -ms-transform 0.5s ease-out;
  transition: transform 0.5s ease-out; }

.toggle-nav-main__bar {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 1000px;
  background: #00356B;
  transition: all 0.5s ease-out; }
  .toggle-nav-main__bar:nth-child(1) {
    top: 0; }
  .toggle-nav-main__bar:nth-child(2) {
    top: 50%;
    margin-top: -2px;
    opacity: 1; }
  .toggle-nav-main__bar:nth-child(3) {
    bottom: 1px; }

.nav-main--active .toggle-nav-main__wrap {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  /* spins the whole toggle */ }

.nav-main--active .toggle-nav-main__bar:nth-child(1) {
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.nav-main--active .toggle-nav-main__bar:nth-child(2) {
  opacity: 0; }
.nav-main--active .toggle-nav-main__bar:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.site-footer {
  margin-top: 3em; }
  @media (min-width: 768px) {
    .site-footer {
      margin-top: 4em; } }
  @media (min-width: 1199px) {
    .site-footer {
      margin-top: 5em; } }

.nav-footer__list {
  list-style: none;
  margin: 1 rem;
  padding: 0; }

.footer-secondary {
  padding: 1.1rem 0 1.4rem;
  background: #00356B;
  color: #fff;
  font-size: 0.82rem;
  font-family: "yalenewregular", serif; }
  @media (min-width: 768px) {
    .footer-secondary {
      padding: 1.6rem 0 1.8rem; } }
  .footer-secondary .container {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 768px) {
      .footer-secondary .container {
        flex-direction: row;
        justify-content: space-between; } }

.nav-legal__list {
  margin: 0;
  font-size: 0.8rem; }
  .nav-legal__list li:nth-child(n+2)::before {
    content: '•';
    margin-right: 0.6em;
    margin-left: 0.4em; }
  .nav-legal__list a {
    color: #fff; }
    .nav-legal__list a:hover, .nav-legal__list a:focus {
      text-decoration: underline; }

.site-headline {
  margin-top: 3rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .site-headline {
      margin-top: 3.5rem;
      margin-bottom: 2rem; } }
  @media (min-width: 1199px) {
    .site-headline {
      margin-top: 4rem;
      margin-bottom: 3rem; } }

.headline-title {
  margin: 0;
  color: #00356B;
  font-size: 1.8rem; }
  @media (min-width: 768px) {
    .headline-title {
      font-size: 2.3rem; } }
  @media (min-width: 1199px) {
    .headline-title {
      font-size: 2.8rem; } }

.nav-article-meta {
  margin-top: 0.5rem; }
  .single .nav-article-meta {
    margin-top: 1rem; }

.nav-article-meta__list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #595959;
  font-style: italic;
  line-height: 1.4; }

.nav-article-meta li {
  display: inline; }
  .nav-article-meta li::before {
    content: '\00a0\2013\00a0';
    /* &ndash; */ }
  .nav-article-meta li:first-child::before {
    content: ''; }
  .nav-article-meta li a:hover, .nav-article-meta li a:focus {
    color: #63AAFF; }

.nav-article-meta li.meta-topics {
  display: block;
  margin-top: 0.2em;
  color: #595959;
  font-style: normal; }
  .nav-article-meta li.meta-topics::before {
    display: none; }
  .nav-article-meta li.meta-topics a {
    color: inherit; }
    .nav-article-meta li.meta-topics a:hover, .nav-article-meta li.meta-topics a:focus {
      color: #63AAFF; }

.list-article:nth-of-type(n+2) {
  margin-top: 2.5em; }

.article-header__title {
  margin: 0; }

.article-header__title a {
  color: #00356B; }
  .article-header__title a:hover, .article-header__title a:focus {
    color: #63AAFF; }

.article-header__type {
  color: #63AAFF;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.25; }
  .article-header__type a {
    color: #63AAFF; }
    .article-header__type a:hover, .article-header__type a:focus {
      color: #286DC0; }

.article-download {
  display: inline-block;
  margin-top: 0.2em; }
  .article-download:hover, .article-download:focus {
    color: #63AAFF; }
  .article-download::before {
    content: '\f1c1';
    margin-right: 0.7em;
    font-weight: 700;
    font-family: 'Font Awesome 5 Pro'; }
  .article-download span {
    text-decoration: underline; }

.list-article__desc {
  margin-top: 1rem; }

.nav-pagination {
  margin: 3rem 0 0;
  overflow: hidden;
  font-size: 1.17rem;
  font-family: "yalenewregular", serif; }

.nav-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-pagination li {
  display: inline;
  margin: 0;
  padding: 0; }

.nav-pagination li a,
.nav-pagination li span {
  float: left;
  margin: 0.1em 0.25em;
  border-left-width: 0;
  padding: 2px 5px;
  color: #00356B;
  line-height: 1.2; }

.nav-pagination li a:hover, .nav-pagination li a:focus {
  color: #63AAFF; }

.nav-pagination li span.current {
  border-bottom: 1px solid; }

.nav-prevnext {
  margin: 3rem 0 0;
  overflow: hidden;
  font-size: 1.17rem;
  font-family: "yalenewregular", serif; }

.nav-prevnext ul {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none; }
  .nav-prevnext ul::after {
    content: '|';
    position: absolute;
    left: 50%;
    color: #00356B; }

.nav-prevnext li {
  width: 50%; }

.nav-prevnext li.nav-item-prev {
  padding-right: 3rem;
  text-align: right; }

.nav-prevnext li.nav-item-next {
  padding-left: 3rem; }

.nav-prevnext li a {
  color: #00356B; }
  .nav-prevnext li a:hover, .nav-prevnext li a:focus {
    color: #286DC0; }

.nav-prevnext li.nav-item-prev a:before,
.nav-prevnext li.nav-item-next a:after {
  position: relative;
  top: 0.1em;
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro'; }

.nav-prevnext li.nav-item-prev a:before {
  content: '\f30a\00a0\00a0'; }

.nav-prevnext li.nav-item-next a:after {
  content: '\00a0\00a0\f30b'; }

.nav-breadcrumbs__list {
  padding: 0;
  list-style: none; }

.breadcrumbs__item {
  display: inline-block; }
  .breadcrumbs__item::before {
    content: '\00a0\003E\00a0';
    /* &gt; */ }
  .breadcrumbs__item:first-child::before {
    content: ''; }

.sidebar {
  margin-top: 3rem; }
  @media (min-width: 991px) {
    .sidebar {
      margin-top: 4rem; } }

.sidebar-item {
  margin-top: 3rem;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (min-width: 768px) {
    .sidebar-item {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  .sidebar-item:first-child {
    margin-top: 0; }

.sidebar-item__heading {
  margin: 0;
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    .sidebar-item__heading {
      font-size: 1.7rem; } }

.sidebar-cta {
  padding: 2rem 1.5rem 1.5rem;
  background: #286DC0;
  color: #fff; }

.sidebar-cta__heading {
  margin: 0;
  color: #fff;
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    .sidebar-cta__heading {
      font-size: 1.7rem; } }

.sidebar-cta__desc {
  margin-top: 1rem; }

.sidebar-cta .btn {
  margin-top: 2rem; }

.nav-terms__heading {
  margin-bottom: 1.5rem; }

.nav-terms__list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.4; }
  .nav-terms__list li {
    margin-top: 0.9em; }
    .nav-terms__list li:first-child {
      margin-top: 0; }
  .nav-terms__list a {
    position: relative;
    display: block;
    padding-right: 1.5em; }
    .nav-terms__list a:hover, .nav-terms__list a:focus {
      color: #63AAFF; }
    .nav-terms__list a::after {
      content: '\f0da';
      position: absolute;
      top: 0.05em;
      right: 0;
      display: inline-block;
      font-size: 0.9em;
      font-weight: 700;
      font-family: 'Font Awesome 5 Pro'; }

.sidebar-item--select .wd-select-wrap,
.sidebar-item--select .wd-select-wrap select {
  width: 100%; }
.sidebar-item--select .wd-select-wrap {
  display: block; }

.footer-cta__item {
  background-color: #286DC0; }

.footer-cta__item--has-img {
  position: relative; }
  .footer-cta__item--has-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 109, 192, 0.9); }
  .footer-cta__item--has-img .footer-cta__inner {
    position: relative; }

.footer-cta__inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .footer-cta__inner {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media (min-width: 1199px) {
    .footer-cta__inner {
      padding-top: 4rem;
      padding-bottom: 4rem; } }

.footer-cta__heading {
  margin: 0;
  color: #fff;
  font-size: 1.7rem; }
  @media (min-width: 768px) {
    .footer-cta__heading {
      font-size: 2.17rem; } }

.footer-cta__desc {
  margin-top: 1.5rem;
  font-size: 1.17rem;
  font-family: "yalenewregular", serif;
  line-height: 1.5; }

.footer-cta__btn-group {
  margin-top: 2rem; }
  @media (min-width: 768px) {
    .footer-cta__btn-group {
      margin-top: 3rem; } }

.footer-cta--count-1 .footer-cta__inner {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .footer-cta--count-2 {
    display: flex;
    flex-direction: row; } }
.footer-cta--count-2 .footer-cta__item {
  padding-right: 2rem;
  padding-left: 2rem; }
  @media (min-width: 768px) {
    .footer-cta--count-2 .footer-cta__item {
      width: 50%;
      padding-right: 3rem;
      padding-left: 3rem; } }
@media (min-width: 1350px) {
  .footer-cta--count-2 .footer-cta__item--0 {
    padding-left: calc( (100vw - 1270px) / 2 ); } }
.footer-cta--count-2 .footer-cta__item--1 {
  background-color: #676767; }
  @media (min-width: 1350px) {
    .footer-cta--count-2 .footer-cta__item--1 {
      padding-right: calc( (100vw - 1270px) / 2 ); } }
  .footer-cta--count-2 .footer-cta__item--1.footer-cta__item--has-img::before {
    background: rgba(103, 103, 103, 0.8); }

body .gform_wrapper .gform_body img {
  margin: 0; }

body .gform_wrapper .gform_body label.gfield_label + div.ginput_container {
  margin-top: 0; }

.gform_wrapper .gform_body form li,
.gform_wrapper .gform_body li {
  margin-bottom: 0.7rem; }

.gform_wrapper .gform_body .gform_page_footer .button.gform_button,
.gform_wrapper .gform_body .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_body .gform_page_footer .button.gform_previous_button {
  cursor: pointer; }

.gform_wrapper .gform_body input[type=email],
.gform_wrapper .gform_body input[type=number],
.gform_wrapper .gform_body input[type=password],
.gform_wrapper .gform_body input[type=tel],
.gform_wrapper .gform_body input[type=text],
.gform_wrapper .gform_body input[type=url],
.gform_wrapper .gform_body textarea,
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0.32em 0.5em; }

.gform_wrapper li.hidden_label input,
.gform_wrapper li.hidden_label textarea {
  margin-top: 0.75em; }

.gform_wrapper .gform_body .top_label .gfield_label {
  margin: 0.65em 0 0.2em;
  font-size: 0.85rem;
  font-weight: 600; }

.gform_wrapper .gform_body .gfield_required {
  color: inherit; }

.gform_wrapper .gform_body .top_label .gfield_description {
  padding-top: 0.2em; }

.gform_wrapper .gform_body li.field_description_above .gfield_description {
  margin-bottom: 0.2em; }

.gform_wrapper .gform_body .description,
.gform_wrapper .gform_body .gfield_description,
.gform_wrapper .gform_body .gsection_description,
.gform_wrapper .gform_body .instruction {
  font-size: 0.8rem; }

.gform_wrapper form div.validation_error {
  color: #790000;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1.6em;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 0.8em 0; }

.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0; }

.gform_wrapper .gform_body .gfield_description + .gform_wrapper .gfield_description.validation_message,
.gform_wrapper .gform_body .ginput_container + .gfield_description.validation_message {
  margin-top: 0; }

.gform_wrapper .gform_body .gfield_description.validation_message,
.gform_wrapper .gform_body .top_label .gfield_description.validation_message {
  padding: 0.25em 0 0.65em !important; }

.gform_wrapper .gform_body li.gfield.gfield_error,
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #FFDFE0;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797; }

.location-map {
  width: 100%;
  height: 400px; }

.location__address {
  margin: 2rem 0 0;
  font-style: normal; }

.location__address__group:nth-child(2) {
  margin-top: 0.5rem; }

.address__item {
  display: block; }

.address__phone-label {
  display: inline-block; }
  .address__phone-label::after {
    content: ':'; }

.location__details {
  margin-top: 2rem; }

.hero {
  position: relative;
  margin-bottom: 3rem;
  background-color: #00356B; }

.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }

.hero__content {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 90%);
  text-align: center; }
  .hero__content .container {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 2rem; }
    @media (min-width: 768px) {
      .hero__content .container {
        padding-top: 5rem;
        padding-bottom: 2.5rem;
        text-align: left; } }
    @media (min-width: 991px) {
      .hero__content .container {
        padding-top: 6rem; } }

.hero__heading,
.hero__subheading {
  max-width: 950px; }

.hero__heading {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  font-family: "yalenewregular", serif;
  line-height: 1.1;
  font-style: normal;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.6); }
  @media (min-width: 480px) and (max-width: 1199px) {
    .hero__heading {
      font-size: calc(28px + (48 - 28) * (100vw - 480px) / (1199 - 480)); } }
  @media (min-width: 1199px) {
    .hero__heading {
      font-size: 48px; } }

.hero__subheading {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.6); }
  @media (min-width: 480px) and (max-width: 1199px) {
    .hero__subheading {
      font-size: calc(17px + (25 - 17) * (100vw - 480px) / (1199 - 480)); } }
  @media (min-width: 1199px) {
    .hero__subheading {
      font-size: 25px; } }

.hero__link {
  margin: 1rem; }
  @media (min-width: 768px) {
    .hero__link {
      margin: 1rem 0 0; } }
  @media (min-width: 768px) {
    .hero__link + .hero__link {
      margin-left: 1rem; } }

.hero__image__caption {
  position: absolute;
  bottom: 0.25em;
  right: 10px;
  color: #fff;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.8; }
  @media (min-width: 768px) {
    .hero__image__caption {
      right: 35px;
      font-size: 0.75rem; } }

.hero--contextual .hero__content {
  padding: 2.5rem 0;
  text-align: center; }
@media (min-width: 480px) and (max-width: 1199px) {
  .hero--contextual .hero__heading {
    font-size: calc(28px + (38.4 - 28) * (100vw - 480px) / (1199 - 480)); } }
@media (min-width: 1199px) {
  .hero--contextual .hero__heading {
    font-size: 38.4px; } }
@media (min-width: 480px) and (max-width: 1199px) {
  .hero--contextual .hero__subheading {
    font-size: calc(17px + (20 - 17) * (100vw - 480px) / (1199 - 480)); } }
@media (min-width: 1199px) {
  .hero--contextual .hero__subheading {
    font-size: 20px; } }

.megamenu {
  padding: 1rem 0; }

/* ======================================================================
Project
====================================================================== */
@media (min-width: 768px) {
  .columns--home-feed {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; } }
.columns--home-feed .col {
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .columns--home-feed .col {
      display: flex;
      flex-direction: column; } }
  @media (min-width: 991px) {
    .columns--home-feed .col {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .columns--home-feed .col:nth-child(2) {
      margin-bottom: 0; } }
  .columns--home-feed .col:last-child {
    margin-bottom: 0; }
.columns--home-feed .btn-alt {
  width: 100%; }
  @media (min-width: 768px) {
    .columns--home-feed .btn-alt {
      margin-top: auto; } }

.home-article-list {
  margin-bottom: 2rem; }
  @media (min-width: 991px) {
    .home-article-list {
      margin-bottom: 3rem; } }

.section--sponsor-footer {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .section--sponsor-footer {
      margin-bottom: 3rem; } }
  @media (min-width: 991px) {
    .section--sponsor-footer {
      margin-bottom: 3.5rem; } }

.sponsor-footer {
  border-top: 7px solid #63AAFF;
  border-bottom: 7px solid #63AAFF;
  padding: 1.5rem;
  background: #00356B;
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .sponsor-footer {
      padding: 2rem; } }

.sponsor-footer__heading {
  position: relative;
  margin: 0 0 1.1rem 0;
  padding-bottom: 1.5rem;
  color: #fff;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .sponsor-footer__heading {
      font-size: 1.17rem; } }
  .sponsor-footer__heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 170px;
    height: 2px;
    background: #63AAFF;
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      .sponsor-footer__heading::after {
        width: 200px; } }

.sponsor-footer__sponsor {
  margin: 0;
  color: #fff;
  font-size: 1.6rem; }
  @media (min-width: 480px) {
    .sponsor-footer__sponsor {
      font-size: 1.9rem; } }
  @media (min-width: 768px) {
    .sponsor-footer__sponsor {
      font-size: 2.8rem; } }

.section--sponsor-header {
  margin-top: 2rem;
  margin-bottom: -1rem; }

.sponsor-header {
  border-radius: 10px 10px 0 0;
  padding: 1rem;
  background: #000;
  color: #fff; }
  @media (min-width: 768px) {
    .sponsor-header {
      padding: 1rem 2rem; } }
  @media (min-width: 991px) {
    .sponsor-header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 2rem 3rem; } }

@media (min-width: 991px) {
  .sponsor-header__content {
    width: calc(100% - (175px + 3rem)); } }
@media (min-width: 1199px) {
  .sponsor-header__content {
    width: calc(100% - (175px + 4rem)); } }

.sponsor-header__nc {
  display: block;
  font-size: 1.7rem;
  font-family: "yalenewregular", serif;
  line-height: 1.25; }
  @media (min-width: 768px) {
    .sponsor-header__nc {
      font-size: 2.17rem; } }

.sponsor-header__heading,
.sponsor-header__subhead {
  margin: 0;
  color: #fff;
  font-family: "Gill Sans", "Gill Sans Nova", Arial, sans-serif; }

.sponsor-header__heading {
  margin-top: 0.5rem;
  font-size: 1.2rem; }
  @media (min-width: 768px) {
    .sponsor-header__heading {
      font-size: 1.5rem; } }

.sponsor-header__subhead {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    .sponsor-header__subhead {
      margin-top: 1.8rem;
      font-size: 1.17rem; } }

.sponsor-header__images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  @media (min-width: 991px) {
    .sponsor-header__images {
      align-items: flex-start;
      width: 175px; } }
  .sponsor-header__images img {
    width: 100px;
    height: auto;
    margin: 1rem 1em 0; }
    @media (min-width: 768px) {
      .sponsor-header__images img {
        width: 125px; } }
    @media (min-width: 991px) {
      .sponsor-header__images img {
        width: 100%;
        margin: 1rem 0 0; } }
    @media (min-width: 991px) {
      .sponsor-header__images img:first-child {
        margin-top: 0; } }

.wd-select-wrap select {
  display: inline-block;
  width: 250px;
  height: 50px;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 60px 0 1.25em;
  color: #286DC0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  @media (min-width: 991px) {
    .wd-select-wrap select {
      width: 300px;
      height: 60px;
      padding-right: 70px; } }

.wd-select-wrap select::-ms-expand {
  display: none; }

.wd-select-wrap select:hover,
.wd-select-wrap select:focus {
  outline: none; }

.wd-select-wrap {
  position: relative;
  display: inline-block;
  border: 2px solid #286DC0;
  background: #fff; }

.wd-select-wrap::after {
  content: "\025be";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-left: 2px solid #286DC0;
  background: #fff;
  color: #286DC0;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  font-family: serif;
  line-height: 50px;
  transition: color 0.3s; }
  @media (min-width: 991px) {
    .wd-select-wrap::after {
      width: 60px;
      line-height: 60px; } }

.wd-select-wrap:hover::after {
  color: #63AAFF; }

select.wd-select--wrapped {
  position: relative;
  z-index: 5;
  background-color: transparent; }

.citation__count-sup {
  color: #286DC0;
  font-family: "yalenewregular", serif;
  cursor: pointer; }

.citation {
  position: relative;
  display: none;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: 2px solid #286DC0;
  padding: 0.5em 2.75em;
  color: #00356B;
  font-family: "yalenewregular", serif; }
  .citation a:hover, .citation a:focus {
    color: #00356B; }

.citation--active {
  display: block; }

.citation__count {
  position: absolute;
  left: 1.25em; }

.citation__close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 33px;
  height: 33px;
  background: #286DC0;
  cursor: pointer;
  transition: background 0.3s; }
  .citation__close::before {
    content: '\f2d3';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% + 1px);
    color: #fff;
    font-size: 1.1em;
    font-family: 'Font Awesome 5 Pro';
    transform: translate(-50%, -50%); }
  .citation__close:hover, .citation__close:focus {
    background: #63AAFF; }

/*# sourceMappingURL=app.css.map */
