@charset "UTF-8";
/* -------------------------------------------------------------- */
/*	 Variables
/* -------------------------------------------------------------- */
/* Colors
/* remember to turn off any unused swatches in atoms>global>colors.mustache
/* _______________________________________________________________ */
.bg-dark {
  background-color: #000;
  color: #fff; }

.bg-white {
  background-color: #fff; }

.bg-transparent {
  background-color: transparent;
  color: #fff; }

.bg-light {
  background-color: #f2f0e8; }

.bg-brand {
  background-color: #862633;
  color: #fff; }

.bg-gray {
  background-color: #696969;
  color: #000; }

.bg-complement {
  background-color: #a5884a;
  color: #fff; }

.bg-alpha.bg-dark {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff; }

.bg-alpha.bg-white {
  background-color: rgba(255, 255, 255, 0.8); }

.bg-alpha.bg-light {
  background-color: rgba(242, 240, 232, 0.8); }

.bg-alpha.bg-brand {
  background-color: rgba(134, 38, 51, 0.8);
  color: #fff; }

.bg-alpha.bg-gray {
  background-color: rgba(105, 105, 105, 0.8);
  color: #000; }

.bg-alpha.bg-complement {
  background-color: rgba(165, 136, 74, 0.8);
  color: #fff; }

/* Typography
/* _______________________________________________________________ */
/* Paths
/* _______________________________________________________________ */
/*------------------------------------*    $MIXINS
\*------------------------------------*/
/* Adds a short divider above an element */
/* Expands this item to cover a relatively-positioned parent container. */
/* Flexbox layout for grids */
/* Content wrappers provide some default spacing, padding for divs */
/* Constrain content to a specific width; often used in conjunction with
   the content wrapper */
.bg-dark,
.bg-brand {
  color: #fff; }
  .bg-dark label,
  .bg-brand label {
    color: #fff; }
  .bg-dark a,
  .bg-brand a {
    font-weight: bold; }
    .bg-dark a:link, .bg-dark a:visited,
    .bg-brand a:link,
    .bg-brand a:visited {
      color: #e9df97; }
    .bg-dark a:hover, .bg-dark a:active,
    .bg-brand a:hover,
    .bg-brand a:active {
      color: #f6f2d5; }
    .bg-dark a.aux-link:hover, .bg-dark a.aux-link:active,
    .bg-brand a.aux-link:hover,
    .bg-brand a.aux-link:active {
      color: #e9df97; }
  .bg-dark a.button,
  .bg-dark button,
  .bg-brand a.button,
  .bg-brand button {
    background-color: transparent;
    border: solid 1px #e9df97;
    color: #e9df97; }
    .bg-dark a.button:hover,
    .bg-dark button:hover,
    .bg-brand a.button:hover,
    .bg-brand button:hover {
      color: #000; }
    .bg-dark a.button::before,
    .bg-dark button::before,
    .bg-brand a.button::before,
    .bg-brand button::before {
      background-color: transparent; }
    .bg-dark a.button::after,
    .bg-dark button::after,
    .bg-brand a.button::after,
    .bg-brand button::after {
      background-color: #e9df97; }
  .bg-dark input.button,
  .bg-brand input.button {
    background-color: transparent; }
    .bg-dark input.button:hover,
    .bg-brand input.button:hover {
      background-color: #e9df97;
      text-decoration: underline; }
  .bg-dark .block,
  .bg-brand .block {
    color: #fff; }
  .bg-dark .subheading,
  .bg-brand .subheading {
    color: #d7d2cb;
    font-style: italic; }
  .bg-dark .pullquote,
  .bg-brand .pullquote {
    border-image-source: url("../images/design/quote_rectangle.png"); }
    .bg-dark .pullquote .quote-content,
    .bg-brand .pullquote .quote-content {
      color: #fff;
      font-family: "proxima-nova", sans-serif;
      font-size: rem-calc(16);
      font-style: normal;
      line-height: 1.25; }
    .bg-dark .pullquote cite,
    .bg-brand .pullquote cite {
      color: #fff;
      display: block;
      text-align: left; }
      .bg-dark .pullquote cite::before,
      .bg-brand .pullquote cite::before {
        background: none;
        content: none;
        display: none;
        width: initial; }
      .bg-dark .pullquote cite span,
      .bg-brand .pullquote cite span {
        padding-left: 0; }
      .bg-dark .pullquote cite a svg,
      .bg-brand .pullquote cite a svg {
        -webkit-transform: translateY(30%);
                transform: translateY(30%); }
  .bg-dark .block-system-breadcrumbs li:first-child a,
  .bg-brand .block-system-breadcrumbs li:first-child a {
    color: #fff; }

/*
* Foundation
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=81.25em&xxlarge=90em"; }

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0.25em; }

select {
  width: 100%;
  border-radius: 0.25em; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0.25em;
  line-height: 1; }

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

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

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 4.16667%; }

.small-push-1 {
  position: relative;
  left: 4.16667%; }

.small-pull-1 {
  position: relative;
  left: -4.16667%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 8.33333%; }

.small-push-2 {
  position: relative;
  left: 8.33333%; }

.small-pull-2 {
  position: relative;
  left: -8.33333%; }

.small-offset-1 {
  margin-left: 4.16667%; }

.small-3 {
  width: 12.5%; }

.small-push-3 {
  position: relative;
  left: 12.5%; }

.small-pull-3 {
  position: relative;
  left: -12.5%; }

.small-offset-2 {
  margin-left: 8.33333%; }

.small-4 {
  width: 16.66667%; }

.small-push-4 {
  position: relative;
  left: 16.66667%; }

.small-pull-4 {
  position: relative;
  left: -16.66667%; }

.small-offset-3 {
  margin-left: 12.5%; }

.small-5 {
  width: 20.83333%; }

.small-push-5 {
  position: relative;
  left: 20.83333%; }

.small-pull-5 {
  position: relative;
  left: -20.83333%; }

.small-offset-4 {
  margin-left: 16.66667%; }

.small-6 {
  width: 25%; }

.small-push-6 {
  position: relative;
  left: 25%; }

.small-pull-6 {
  position: relative;
  left: -25%; }

.small-offset-5 {
  margin-left: 20.83333%; }

.small-7 {
  width: 29.16667%; }

.small-push-7 {
  position: relative;
  left: 29.16667%; }

.small-pull-7 {
  position: relative;
  left: -29.16667%; }

.small-offset-6 {
  margin-left: 25%; }

.small-8 {
  width: 33.33333%; }

.small-push-8 {
  position: relative;
  left: 33.33333%; }

.small-pull-8 {
  position: relative;
  left: -33.33333%; }

.small-offset-7 {
  margin-left: 29.16667%; }

.small-9 {
  width: 37.5%; }

.small-push-9 {
  position: relative;
  left: 37.5%; }

.small-pull-9 {
  position: relative;
  left: -37.5%; }

.small-offset-8 {
  margin-left: 33.33333%; }

.small-10 {
  width: 41.66667%; }

.small-push-10 {
  position: relative;
  left: 41.66667%; }

.small-pull-10 {
  position: relative;
  left: -41.66667%; }

.small-offset-9 {
  margin-left: 37.5%; }

.small-11 {
  width: 45.83333%; }

.small-push-11 {
  position: relative;
  left: 45.83333%; }

.small-pull-11 {
  position: relative;
  left: -45.83333%; }

.small-offset-10 {
  margin-left: 41.66667%; }

.small-12 {
  width: 50%; }

.small-push-12 {
  position: relative;
  left: 50%; }

.small-pull-12 {
  position: relative;
  left: -50%; }

.small-offset-11 {
  margin-left: 45.83333%; }

.small-13 {
  width: 54.16667%; }

.small-push-13 {
  position: relative;
  left: 54.16667%; }

.small-pull-13 {
  position: relative;
  left: -54.16667%; }

.small-offset-12 {
  margin-left: 50%; }

.small-14 {
  width: 58.33333%; }

.small-push-14 {
  position: relative;
  left: 58.33333%; }

.small-pull-14 {
  position: relative;
  left: -58.33333%; }

.small-offset-13 {
  margin-left: 54.16667%; }

.small-15 {
  width: 62.5%; }

.small-push-15 {
  position: relative;
  left: 62.5%; }

.small-pull-15 {
  position: relative;
  left: -62.5%; }

.small-offset-14 {
  margin-left: 58.33333%; }

.small-16 {
  width: 66.66667%; }

.small-push-16 {
  position: relative;
  left: 66.66667%; }

.small-pull-16 {
  position: relative;
  left: -66.66667%; }

.small-offset-15 {
  margin-left: 62.5%; }

.small-17 {
  width: 70.83333%; }

.small-push-17 {
  position: relative;
  left: 70.83333%; }

.small-pull-17 {
  position: relative;
  left: -70.83333%; }

.small-offset-16 {
  margin-left: 66.66667%; }

.small-18 {
  width: 75%; }

.small-push-18 {
  position: relative;
  left: 75%; }

.small-pull-18 {
  position: relative;
  left: -75%; }

.small-offset-17 {
  margin-left: 70.83333%; }

.small-19 {
  width: 79.16667%; }

.small-push-19 {
  position: relative;
  left: 79.16667%; }

.small-pull-19 {
  position: relative;
  left: -79.16667%; }

.small-offset-18 {
  margin-left: 75%; }

.small-20 {
  width: 83.33333%; }

.small-push-20 {
  position: relative;
  left: 83.33333%; }

.small-pull-20 {
  position: relative;
  left: -83.33333%; }

.small-offset-19 {
  margin-left: 79.16667%; }

.small-21 {
  width: 87.5%; }

.small-push-21 {
  position: relative;
  left: 87.5%; }

.small-pull-21 {
  position: relative;
  left: -87.5%; }

.small-offset-20 {
  margin-left: 83.33333%; }

.small-22 {
  width: 91.66667%; }

.small-push-22 {
  position: relative;
  left: 91.66667%; }

.small-pull-22 {
  position: relative;
  left: -91.66667%; }

.small-offset-21 {
  margin-left: 87.5%; }

.small-23 {
  width: 95.83333%; }

.small-push-23 {
  position: relative;
  left: 95.83333%; }

.small-pull-23 {
  position: relative;
  left: -95.83333%; }

.small-offset-22 {
  margin-left: 91.66667%; }

.small-24 {
  width: 100%; }

.small-offset-23 {
  margin-left: 95.83333%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 4.16667%; }
  .medium-push-1 {
    position: relative;
    left: 4.16667%; }
  .medium-pull-1 {
    position: relative;
    left: -4.16667%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 8.33333%; }
  .medium-push-2 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-2 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-1 {
    margin-left: 4.16667%; }
  .medium-3 {
    width: 12.5%; }
  .medium-push-3 {
    position: relative;
    left: 12.5%; }
  .medium-pull-3 {
    position: relative;
    left: -12.5%; }
  .medium-offset-2 {
    margin-left: 8.33333%; }
  .medium-4 {
    width: 16.66667%; }
  .medium-push-4 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-4 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-3 {
    margin-left: 12.5%; }
  .medium-5 {
    width: 20.83333%; }
  .medium-push-5 {
    position: relative;
    left: 20.83333%; }
  .medium-pull-5 {
    position: relative;
    left: -20.83333%; }
  .medium-offset-4 {
    margin-left: 16.66667%; }
  .medium-6 {
    width: 25%; }
  .medium-push-6 {
    position: relative;
    left: 25%; }
  .medium-pull-6 {
    position: relative;
    left: -25%; }
  .medium-offset-5 {
    margin-left: 20.83333%; }
  .medium-7 {
    width: 29.16667%; }
  .medium-push-7 {
    position: relative;
    left: 29.16667%; }
  .medium-pull-7 {
    position: relative;
    left: -29.16667%; }
  .medium-offset-6 {
    margin-left: 25%; }
  .medium-8 {
    width: 33.33333%; }
  .medium-push-8 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-8 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-7 {
    margin-left: 29.16667%; }
  .medium-9 {
    width: 37.5%; }
  .medium-push-9 {
    position: relative;
    left: 37.5%; }
  .medium-pull-9 {
    position: relative;
    left: -37.5%; }
  .medium-offset-8 {
    margin-left: 33.33333%; }
  .medium-10 {
    width: 41.66667%; }
  .medium-push-10 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-10 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-9 {
    margin-left: 37.5%; }
  .medium-11 {
    width: 45.83333%; }
  .medium-push-11 {
    position: relative;
    left: 45.83333%; }
  .medium-pull-11 {
    position: relative;
    left: -45.83333%; }
  .medium-offset-10 {
    margin-left: 41.66667%; }
  .medium-12 {
    width: 50%; }
  .medium-push-12 {
    position: relative;
    left: 50%; }
  .medium-pull-12 {
    position: relative;
    left: -50%; }
  .medium-offset-11 {
    margin-left: 45.83333%; }
  .medium-13 {
    width: 54.16667%; }
  .medium-push-13 {
    position: relative;
    left: 54.16667%; }
  .medium-pull-13 {
    position: relative;
    left: -54.16667%; }
  .medium-offset-12 {
    margin-left: 50%; }
  .medium-14 {
    width: 58.33333%; }
  .medium-push-14 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-14 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-13 {
    margin-left: 54.16667%; }
  .medium-15 {
    width: 62.5%; }
  .medium-push-15 {
    position: relative;
    left: 62.5%; }
  .medium-pull-15 {
    position: relative;
    left: -62.5%; }
  .medium-offset-14 {
    margin-left: 58.33333%; }
  .medium-16 {
    width: 66.66667%; }
  .medium-push-16 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-16 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-15 {
    margin-left: 62.5%; }
  .medium-17 {
    width: 70.83333%; }
  .medium-push-17 {
    position: relative;
    left: 70.83333%; }
  .medium-pull-17 {
    position: relative;
    left: -70.83333%; }
  .medium-offset-16 {
    margin-left: 66.66667%; }
  .medium-18 {
    width: 75%; }
  .medium-push-18 {
    position: relative;
    left: 75%; }
  .medium-pull-18 {
    position: relative;
    left: -75%; }
  .medium-offset-17 {
    margin-left: 70.83333%; }
  .medium-19 {
    width: 79.16667%; }
  .medium-push-19 {
    position: relative;
    left: 79.16667%; }
  .medium-pull-19 {
    position: relative;
    left: -79.16667%; }
  .medium-offset-18 {
    margin-left: 75%; }
  .medium-20 {
    width: 83.33333%; }
  .medium-push-20 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-20 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-19 {
    margin-left: 79.16667%; }
  .medium-21 {
    width: 87.5%; }
  .medium-push-21 {
    position: relative;
    left: 87.5%; }
  .medium-pull-21 {
    position: relative;
    left: -87.5%; }
  .medium-offset-20 {
    margin-left: 83.33333%; }
  .medium-22 {
    width: 91.66667%; }
  .medium-push-22 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-22 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-21 {
    margin-left: 87.5%; }
  .medium-23 {
    width: 95.83333%; }
  .medium-push-23 {
    position: relative;
    left: 95.83333%; }
  .medium-pull-23 {
    position: relative;
    left: -95.83333%; }
  .medium-offset-22 {
    margin-left: 91.66667%; }
  .medium-24 {
    width: 100%; }
  .medium-offset-23 {
    margin-left: 95.83333%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 4.16667%; }
  .large-push-1 {
    position: relative;
    left: 4.16667%; }
  .large-pull-1 {
    position: relative;
    left: -4.16667%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 8.33333%; }
  .large-push-2 {
    position: relative;
    left: 8.33333%; }
  .large-pull-2 {
    position: relative;
    left: -8.33333%; }
  .large-offset-1 {
    margin-left: 4.16667%; }
  .large-3 {
    width: 12.5%; }
  .large-push-3 {
    position: relative;
    left: 12.5%; }
  .large-pull-3 {
    position: relative;
    left: -12.5%; }
  .large-offset-2 {
    margin-left: 8.33333%; }
  .large-4 {
    width: 16.66667%; }
  .large-push-4 {
    position: relative;
    left: 16.66667%; }
  .large-pull-4 {
    position: relative;
    left: -16.66667%; }
  .large-offset-3 {
    margin-left: 12.5%; }
  .large-5 {
    width: 20.83333%; }
  .large-push-5 {
    position: relative;
    left: 20.83333%; }
  .large-pull-5 {
    position: relative;
    left: -20.83333%; }
  .large-offset-4 {
    margin-left: 16.66667%; }
  .large-6 {
    width: 25%; }
  .large-push-6 {
    position: relative;
    left: 25%; }
  .large-pull-6 {
    position: relative;
    left: -25%; }
  .large-offset-5 {
    margin-left: 20.83333%; }
  .large-7 {
    width: 29.16667%; }
  .large-push-7 {
    position: relative;
    left: 29.16667%; }
  .large-pull-7 {
    position: relative;
    left: -29.16667%; }
  .large-offset-6 {
    margin-left: 25%; }
  .large-8 {
    width: 33.33333%; }
  .large-push-8 {
    position: relative;
    left: 33.33333%; }
  .large-pull-8 {
    position: relative;
    left: -33.33333%; }
  .large-offset-7 {
    margin-left: 29.16667%; }
  .large-9 {
    width: 37.5%; }
  .large-push-9 {
    position: relative;
    left: 37.5%; }
  .large-pull-9 {
    position: relative;
    left: -37.5%; }
  .large-offset-8 {
    margin-left: 33.33333%; }
  .large-10 {
    width: 41.66667%; }
  .large-push-10 {
    position: relative;
    left: 41.66667%; }
  .large-pull-10 {
    position: relative;
    left: -41.66667%; }
  .large-offset-9 {
    margin-left: 37.5%; }
  .large-11 {
    width: 45.83333%; }
  .large-push-11 {
    position: relative;
    left: 45.83333%; }
  .large-pull-11 {
    position: relative;
    left: -45.83333%; }
  .large-offset-10 {
    margin-left: 41.66667%; }
  .large-12 {
    width: 50%; }
  .large-push-12 {
    position: relative;
    left: 50%; }
  .large-pull-12 {
    position: relative;
    left: -50%; }
  .large-offset-11 {
    margin-left: 45.83333%; }
  .large-13 {
    width: 54.16667%; }
  .large-push-13 {
    position: relative;
    left: 54.16667%; }
  .large-pull-13 {
    position: relative;
    left: -54.16667%; }
  .large-offset-12 {
    margin-left: 50%; }
  .large-14 {
    width: 58.33333%; }
  .large-push-14 {
    position: relative;
    left: 58.33333%; }
  .large-pull-14 {
    position: relative;
    left: -58.33333%; }
  .large-offset-13 {
    margin-left: 54.16667%; }
  .large-15 {
    width: 62.5%; }
  .large-push-15 {
    position: relative;
    left: 62.5%; }
  .large-pull-15 {
    position: relative;
    left: -62.5%; }
  .large-offset-14 {
    margin-left: 58.33333%; }
  .large-16 {
    width: 66.66667%; }
  .large-push-16 {
    position: relative;
    left: 66.66667%; }
  .large-pull-16 {
    position: relative;
    left: -66.66667%; }
  .large-offset-15 {
    margin-left: 62.5%; }
  .large-17 {
    width: 70.83333%; }
  .large-push-17 {
    position: relative;
    left: 70.83333%; }
  .large-pull-17 {
    position: relative;
    left: -70.83333%; }
  .large-offset-16 {
    margin-left: 66.66667%; }
  .large-18 {
    width: 75%; }
  .large-push-18 {
    position: relative;
    left: 75%; }
  .large-pull-18 {
    position: relative;
    left: -75%; }
  .large-offset-17 {
    margin-left: 70.83333%; }
  .large-19 {
    width: 79.16667%; }
  .large-push-19 {
    position: relative;
    left: 79.16667%; }
  .large-pull-19 {
    position: relative;
    left: -79.16667%; }
  .large-offset-18 {
    margin-left: 75%; }
  .large-20 {
    width: 83.33333%; }
  .large-push-20 {
    position: relative;
    left: 83.33333%; }
  .large-pull-20 {
    position: relative;
    left: -83.33333%; }
  .large-offset-19 {
    margin-left: 79.16667%; }
  .large-21 {
    width: 87.5%; }
  .large-push-21 {
    position: relative;
    left: 87.5%; }
  .large-pull-21 {
    position: relative;
    left: -87.5%; }
  .large-offset-20 {
    margin-left: 83.33333%; }
  .large-22 {
    width: 91.66667%; }
  .large-push-22 {
    position: relative;
    left: 91.66667%; }
  .large-pull-22 {
    position: relative;
    left: -91.66667%; }
  .large-offset-21 {
    margin-left: 87.5%; }
  .large-23 {
    width: 95.83333%; }
  .large-push-23 {
    position: relative;
    left: 95.83333%; }
  .large-pull-23 {
    position: relative;
    left: -95.83333%; }
  .large-offset-22 {
    margin-left: 91.66667%; }
  .large-24 {
    width: 100%; }
  .large-offset-23 {
    margin-left: 95.83333%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
.alpha,
h2,
.beta,
h3,
.gamma,
h4,
.delta,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .alpha,
h2,
.beta,
h3,
.gamma,
h4,
.delta,
h5,
h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, .alpha small,
  h2 small, .beta small,
  h3 small, .gamma small,
  h4 small, .delta small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1, .alpha {
  font-size: 1.5rem; }

h2, .beta {
  font-size: 1.25rem; }

h3, .gamma {
  font-size: 1.1875rem; }

h4, .delta {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1, .alpha {
    font-size: 3rem; }
  h2, .beta {
    font-size: 2.5rem; }
  h3, .gamma {
    font-size: 1.9375rem; }
  h4, .delta {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  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; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  .beta,
  h3,
  .gamma {
    orphans: 3;
    widows: 3; }
  h2, .beta,
  h3,
  .gamma {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0.25em;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0.25em;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0.25em;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0.25em 0 0 0.25em; }
  .input-group > :last-child > * {
    border-radius: 0 0.25em 0.25em 0; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

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

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fafafa;
  border-radius: 0.25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 81.1875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 81.25em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr, .header-form .js-form-type-textfield label,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0.25em;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0.25em;
  display: block;
  font-size: 16rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
  top: 100%;
  left: 0;
  right: auto; }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .is-dropdown-submenu {
    top: 0;
    left: 100%; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .is-dropdown-submenu-parent.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 0.825rem;
    right: 5px; }
  .is-dropdown-submenu-parent.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
    right: 0;
    left: auto; }
  .is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
    left: 0;
    right: auto; }
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 1rem; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.no-js [data-responsive-menu] ul {
  display: none; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1; }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -200px;
    top: 0;
    width: 200px; }
    .is-open-left {
      -webkit-transform: translateX(200px);
              transform: translateX(200px); }
  .off-canvas.position-right {
    right: -200px;
    top: 0;
    width: 200px; }
    .is-open-right {
      -webkit-transform: translateX(-200px);
              transform: translateX(-200px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 200px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 200px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 200px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 200px; } }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0.25em;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0.25em; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: 0.5rem; }

body.is-reveal-open {
  overflow: hidden; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 6.25rem auto 0;
  background-color: #fefefe;
  border-radius: 0.25em;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0.25em; }
  thead, tbody, tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead, tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    thead tr, tfoot tr {
      background: transparent; }
    thead th, thead td, tfoot th, tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th, tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #2199e8; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0 !important; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

/*
* Icons
* don't directly reference bower-supplied iconsets in your objects, instead put
* includes and mapping in the below icon settings file
*/
.icon {
  display: inline-block;
  height: 1em;
  vertical-align: middle;
  width: 1em; }

#prince {
  fill: #868686; }

.on-dark #prince {
  fill: #efedea; }

/* Slick */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/fonts/slick.eot");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/fonts/slick.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/fonts/slick.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #0a0a0a;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 0.5rem;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*
 * Patterlab styles
 */
/* -------------------------------------------------------------- */
/*	 Atoms - Global
/* -------------------------------------------------------------- */
/* Colors
/* set color values in the vars file
/* ideally, none of these swatch classes should need to be touched
/* _______________________________________________________________ */
.sg-colors li {
  background-color: #fefefe; }

.bg-primary {
  background-color: #862633; }

.bg-secondary {
  background-color: #611e44; }

.bg-tertiary {
  background-color: #ff6a39; }

.bg-quaternary {
  background-color: #fec469; }

.bg-quinary {
  background-color: #f6f2d5; }

.bg-senary {
  background-color: #e9df97; }

.bg-septenary {
  background-color: #1e1a34; }

.bg-octonary {
  background-color: #3d3935; }

.bg-nonary {
  background-color: #b9975b; }

.bg-denary {
  background-color: #d7d2cb; }

.bg-alert {
  background-color: #ae1630; }

.bg-accent-primary {
  background-color: #AF1630; }

.bg-accent-secondary {
  background-color: #871640; }

.bg-accent-tertiary {
  background-color: #e31ace; }

.bg-accent-quaternary {
  background-color: #e31ace; }

.bg-accent-quinary {
  background-color: #e31ace; }

.bg-accent-senary {
  background-color: #e31ace; }

.bg-accent-septenary {
  background-color: #e31ace; }

.bg-accent-octonary {
  background-color: #e31ace; }

.bg-accent-nonary {
  background-color: #c5a96a; }

.bg-accent-denary {
  background-color: #e31ace; }

.bg-shade-lightest {
  background-color: #dedede; }

.bg-shade-lighter {
  background-color: #dedede; }

.bg-shade-light {
  background-color: #dedede; }

.bg-shade {
  background-color: #c2c2c2; }

.bg-shade-dark {
  background-color: #a1a1a1; }

.bg-shade-darker {
  background-color: #a1a1a1; }

.bg-shade-darkest {
  background-color: #a1a1a1; }

/* Fonts
/* _______________________________________________________________ */
.font-size-smallest {
  font-size: 0.65em; }

.font-size-smaller {
  font-size: 0.75em; }

.font-size-small {
  font-size: 0.875em; }

.font-size-default {
  font-size: 1em; }

.font-size-large {
  font-size: 1.25em; }

.font-size-larger {
  font-size: 1.5em; }

.font-size-largest {
  font-size: 2em; }

/*
 * !!! From original base.scss -- needs to be sorted into the appropriate locations.

 /*------------------------------------*	$GLOBAL CLASSES
 \*------------------------------------*/
body {
  background: #fefefe;
  color: #3d3935;
  font: 100%/1.5 "proxima-nova", sans-serif;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

main {
  display: block; }

/* Clearfix */
.clearfix {
  zoom: 1; }

.clearfix::before,
.cf::after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix::after {
  clear: both; }

.space-below {
  margin-bottom: 1em; }
  .space-below.more {
    margin-bottom: 2em; }
  .space-below.lots {
    margin-bottom: 4em; }

.space-above {
  margin-top: 1em; }
  .space-above.more {
    margin-top: 2em; }
  .space-above.lots {
    margin-top: 4em; }

a:focus {
  outline: 1px dotted #c2c2c2; }

.background-underlay {
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1; }

/*
 * animations
*/
.animate-fade {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .animate-fade:hover {
    opacity: 0; }

.animate-move > .demo-shape {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }

/*
 * colors
 */
/*
 * fonts
 */
/*
 * visibility
 */
.sample-div {
  border: 1px #868686 solid;
  margin: 1rem;
  padding: 1rem;
  position: relative; }

svg {
  max-height: 100%; }

/* -------------------------------------------------------------- */
/*	Atoms - Text
/*
/*	TODO:
/*		- From original base/_text.scss file, needs organization
/* -------------------------------------------------------------- */
/* Text Related Elements
/* _______________________________________________________________ */
p {
  line-height: inherit;
  margin-bottom: 1em; }
  p a {
    text-decoration: underline; }

abbr {
  border-bottom: 1px dotted #696969;
  cursor: help; }

.uppercase {
  text-transform: uppercase; }

.em {
  font-style: italic; }

/* Horizontal Rule
/* _______________________________________________________________ */
hr {
  background: #862633;
  border: 0;
  height: 1px;
  margin: 2em 0; }
  hr.space {
    background: transparent; }

/* Headings
/* _______________________________________________________________ */
/* Subheadings
/* _______________________________________________________________ */
.superheading {
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase; }
  .superheading + .heading::before {
    background-color: #d7d2cb;
    content: '';
    display: block;
    height: 2px;
    margin: 0.375rem 0;
    width: 20%; }

.heading {
  font-size: 1.125rem;
  font-weight: bold; }

.subheading {
  font-size: 1rem;
  font-weight: normal; }

.bignumber {
  color: #862633;
  font-size: 2.1875rem;
  font-weight: 900;
  line-height: 1em; }

.hgroup {
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .hgroup {
      max-width: 50%;
      padding: 0; } }
  .hgroup h1, .hgroup .alpha {
    line-height: 1em; }
  .hgroup h3, .hgroup .gamma {
    font-size: 1rem;
    font-weight: bold; }
  .hgroup p {
    margin-top: 1.5rem; }

[role="main"] > .hgroup {
  padding-top: 2rem; }

.hgroup-inline {
  margin-bottom: 2rem; }
  .hgroup-inline * {
    display: inline-block;
    vertical-align: middle; }
  .hgroup-inline h6 {
    color: #696969;
    font-size: 1rem;
    max-width: 18.75rem;
    padding: 0 3rem; }

/* Links
/* _______________________________________________________________ */
a {
  color: #ae1630;
  outline: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:hover, a:active, a:focus {
    color: #ae1630;
    text-decoration: underline; }
  a.aux-link {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    font-weight: bold; }
    a.aux-link svg {
      display: inline-block;
      height: 0.74em;
      position: relative;
      top: -0.1em;
      vertical-align: middle;
      width: 0.74em; }
    a.aux-link:hover, a.aux-link:focus {
      color: #ae1630;
      text-decoration: underline; }

.video-overlay {
  background-color: #0a0a0a;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .video-overlay:hover {
    background-color: rgba(0, 0, 0, 0.8); }
  .video-overlay .svg-overlay {
    color: #fefefe;
    height: 30%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 30%; }

.topline {
  position: relative;
  text-decoration: none; }
  .topline::before {
    border-top: 1px solid #862633;
    content: '';
    display: block;
    height: 0;
    left: 0;
    padding-bottom: 0.3125rem;
    position: relative;
    top: 0;
    width: 5rem; }
  .topline:hover::before {
    border-color: #852633; }

.loud {
  letter-spacing: 0.125rem;
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase; }

.underline {
  text-decoration: underline; }
  .underline::before, .underline:hover {
    text-decoration: none; }

.circle-around::before {
  background-color: #a5884a;
  border-radius: 50%;
  color: #fefefe;
  display: block;
  font-size: 1.25rem;
  height: 2rem;
  line-height: 2rem;
  width: 2rem; }

.circle-around.bg-white::before {
  background-color: #fefefe;
  color: #0a0a0a; }

/* Intro Text
/* _______________________________________________________________ */
.intro {
  font-size: 1.25em;
  font-weight: bold; }

.small-info {
  font-size: 0.6875rem;
  font-style: italic;
  margin: 0;
  text-transform: uppercase; }

/* Caption
/* _______________________________________________________________ */
.caption {
  font-style: italic; }

/* Passages of Text
/* _______________________________________________________________ */
.text a {
  text-decoration: underline; }

.text ul,
.text ol {
  margin-bottom: 1em;
  margin-left: 1.875rem; }

/* Text on dark backgrounds
/* _______________________________________________________________ */
.on-dark {
  color: #fefefe;
  background-color: #3d3935; }
  .on-dark label {
    color: #fefefe; }
  .on-dark a {
    font-weight: bold; }
    .on-dark a:link, .on-dark a:visited {
      color: #e9df97; }
    .on-dark a:hover, .on-dark a:active {
      color: #f6f2d5; }
    .on-dark a.aux-link:hover, .on-dark a.aux-link:active {
      color: #e9df97; }
  .on-dark a.button,
  .on-dark button {
    background-color: transparent;
    border: solid 1px #e9df97;
    color: #e9df97; }
    .on-dark a.button:hover,
    .on-dark button:hover {
      color: #0a0a0a; }
    .on-dark a.button::before,
    .on-dark button::before {
      background-color: transparent; }
    .on-dark a.button::after,
    .on-dark button::after {
      background-color: #e9df97; }
  .on-dark input.button {
    background-color: transparent; }
    .on-dark input.button:hover {
      background-color: #e9df97;
      text-decoration: underline; }
  .on-dark .block {
    color: #fefefe; }
  .on-dark .subheading {
    color: #d7d2cb;
    font-style: italic; }
  .on-dark .pullquote {
    border-image-source: url("../images/design/quote_rectangle.png"); }
    .on-dark .pullquote .quote-content {
      color: #fefefe;
      font-family: "proxima-nova", sans-serif;
      font-size: 1rem;
      font-style: normal;
      line-height: 1.25; }
    .on-dark .pullquote cite {
      color: #fefefe;
      display: block;
      text-align: left; }
      .on-dark .pullquote cite::before {
        background: none;
        content: none;
        display: none;
        width: initial; }
      .on-dark .pullquote cite span {
        padding-left: 0; }
      .on-dark .pullquote cite a svg {
        -webkit-transform: translateY(30%);
                transform: translateY(30%); }
  .on-dark .block-system-breadcrumbs li:first-child a {
    color: #fefefe; }

/* Text on lighter backgrounds
/* _______________________________________________________________ */
.on-light {
  background-color: #efedea; }
  .on-light .slick-arrow {
    background-color: #2d2d2d;
    color: #0a0a0a; }

@media screen and (min-width: 40em) {
  .multicolumns {
    -webkit-columns: 2;
            columns: 2; } }

table {
  display: block;
  width: 100%;
  overflow-x: auto;
  margin: 1em auto; }
  table caption {
    caption-side: bottom;
    text-transform: uppercase; }
  table thead {
    border-bottom: 2px #c2c2c2 solid; }
  table tfoot {
    border-top: 2px #c2c2c2 solid; }
  table tbody {
    background-color: transparent;
    border: 1px #efedea solid; }
    table tbody tr {
      background-color: #efedea; }
    table tbody tr:nth-child(even) {
      background-color: transparent; }
  table .icon-col {
    vertical-align: top; }
    table .icon-col svg {
      display: block;
      height: 1.25rem;
      width: 1.125rem; }
  table:not(.stack) tbody td {
    border: 1px #c2c2c2 solid;
    border-width: 0 1px 0 0; }
    table:not(.stack) tbody td:last-child {
      border-width: 0; }
  table:not(.stack) tbody th:first-child {
    border-right: 2px #c2c2c2 solid; }
  table:first-child {
    margin-top: 0; }
  table.headless thead,
  table.headless tfoot {
    position: absolute;
    top: -9999em; }

@media screen and (min-width: 64em) {
  table {
    display: table; }
    table tbody td {
      border: 1px #c2c2c2 solid;
      border-width: 0 1px 0 0; }
      table tbody td:last-child {
        border-width: 0; }
    table tbody th:first-child {
      border-right: 2px #c2c2c2 solid; } }

.search-results {
  margin: 0 auto;
  max-width: 58.8125rem; }
  .search-results .gs-webResult .gs-snippet,
  .search-results .gs-imageResult .gs-snippet,
  .search-results .gs-fileFormatType {
    color: #2d2d2d; }
  .search-results .gsc-control-cse {
    padding: 0; }
  .search-results .gsc-cursor-box {
    text-align: center; }
  .search-results .gsc-thumbnail-inside,
  .search-results .gsc-url-top {
    padding-left: 0; }
  .search-results .gsc-webResult {
    border-bottom: 1px #ccc solid; }
  .search-results .gs-webResult.gs-result a.gs-title:link,
  .search-results .gs-webResult.gs-result a.gs-title:link b,
  .search-results .gs-imageResult a.gs-title:link,
  .search-results .gs-imageResult a.gs-title:link b {
    color: #862633; }
  .search-results .gs-webResult.gs-result a.gs-title:visited,
  .search-results .gs-webResult.gs-result a.gs-title:visited b,
  .search-results .gs-imageResult a.gs-title:visited,
  .search-results .gs-imageResult a.gs-title:visited b {
    color: #862633; }
  .search-results .gs-webResult.gs-result a.gs-title:hover,
  .search-results .gs-webResult.gs-result a.gs-title:hover b,
  .search-results .gs-imageResult a.gs-title:hover,
  .search-results .gs-imageResult a.gs-title:hover b {
    color: #611e44; }
  .search-results .gs-webResult div.gs-visibleUrl,
  .search-results .gs-imageResult div.gs-visibleUrl {
    color: #3d3935; }
  .search-results .gsc-results .gsc-cursor-box .gsc-cursor-page:link, .search-results .gsc-results .gsc-cursor-box .gsc-cursor-page:visited, .search-results .gsc-results .gsc-cursor-box .gsc-cursor-page:active, .search-results .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #862633; }
  .search-results table {
    margin: 0; }
    .search-results table thead td, .search-results table tbody td {
      padding: 0; }
    .search-results table tbody {
      border-width: 0; }
      .search-results table tbody tr {
        background-color: transparent; }
    .search-results table:not(.stack) tbody td {
      border-width: 0; }
    .search-results table .gsc-table-cell-thumbnail {
      padding-left: 0;
      padding-top: 0; }

/* -------------------------------------------------------------- */
/*    Atoms - Lists
/* -------------------------------------------------------------- */
/* Definition Lists
 /* _______________________________________________________________ */
dl {
  margin: 0; }
  dl dt {
    margin: 0; }
    dl dt.no-definition {
      margin-bottom: 0.75rem; }

dd {
  margin-left: 0; }

/* Strip Unordered List
 /* to use a list for layout instead of editorial/text/content
 /* _______________________________________________________________ */
ul[class*="block-grid"],
.strip-list,
.menu {
  list-style: none;
  margin: 0; }
  ul[class*="block-grid"] > li,
  .strip-list > li, .menu > li {
    margin-left: 0;
    text-indent: 0; }
    ul[class*="block-grid"] > li::before,
    .strip-list > li::before, .menu > li::before {
      display: none; }

/* Loose UL Lists
 /* _______________________________________________________________ */
ul.loose-list li {
  margin-bottom: 0.625rem; }

/* Inline UL Lists
 /* _______________________________________________________________ */
ul.inline {
  list-style: none; }
  ul.inline li {
    display: inline-block;
    margin-left: 0;
    margin-right: 1.25rem;
    text-indent: 0; }
    ul.inline li:last-child {
      margin-right: 0; }
    ul.inline li::before {
      display: none; }
  ul.inline.spaced-more li {
    margin-right: 2.5rem; }
    ul.inline.spaced-more li:last-child {
      margin-right: 0; }

li a {
  text-decoration: underline; }

.list--wrapped {
  -webkit-column-count: 2;
          column-count: 2;
  display: block; }
  .list--wrapped li {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
    display: block;
    page-break-inside: avoid; }
  .list--wrapped.across {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .list--wrapped.across li {
      display: block;
      margin-bottom: 1em;
      width: 50%; }
      .list--wrapped.across li:nth-child(even) {
        padding-left: 1em; }

.delimited-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .delimited-list li {
    display: inline; }
    .delimited-list li::after {
      background-color: currentColor;
      content: '';
      display: inline-block;
      margin-left: 0.5em;
      margin-right: 0.3em;
      vertical-align: middle;
      border: transparent 1px solid;
      border-radius: 50%;
      height: 0.34em;
      margin-top: -2px;
      width: 0.34em; }
    .delimited-list li:last-child::after {
      display: none; }

.piped-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .piped-list li {
    display: inline; }
    .piped-list li::after {
      background-color: currentColor;
      content: '';
      display: inline-block;
      margin-left: 0.5em;
      margin-right: 0.3em;
      vertical-align: middle;
      height: 1em;
      width: 1px; }
    .piped-list li:last-child::after {
      display: none; }

.linked-list {
  line-height: 1.4;
  list-style: none;
  margin-left: 0; }
  .linked-list > li {
    padding-bottom: 0.8em;
    padding-left: 32px;
    position: relative; }
    .linked-list > li::before {
      background-color: #c2c2c2;
      bottom: 0;
      content: '';
      left: 15px;
      position: absolute;
      top: 0;
      width: 2px; }
    .linked-list > li::after {
      background-color: #b9975b;
      border: 1px #fefefe solid;
      border-radius: 100%;
      content: '';
      display: block;
      height: 8px;
      left: 12px;
      position: absolute;
      top: calc(0.7em - 5px);
      width: 8px; }
    .linked-list > li:first-child::before {
      top: 0.7em; }
    .linked-list > li:last-child::before {
      bottom: calc(100% - 0.7em); }

.column-list {
  list-style: none;
  margin-left: 0; }
  .column-list li {
    margin-bottom: 0.5rem; }

@media screen and (min-width: 40em) {
  .column-list {
    -webkit-column-count: 2;
            column-count: 2;
    margin-bottom: -0.5rem; }
    .column-list li {
      -webkit-column-break-inside: avoid;
              break-inside: avoid;
      margin-bottom: 0; }
      .column-list li::after {
        content: '';
        display: block;
        height: 0.5rem; } }

.section-title + ul::before,
.section-title + ol::before {
  background-color: #d7d2cb;
  content: '';
  display: block;
  height: 2px;
  margin: 0.375rem 0;
  width: 20%; }

.icon-wrapper svg {
  height: auto;
  width: 100%; }

/* Color styles for icons */
/*------------------------------------*		 $MEDIA ELEMENTS
\*------------------------------------*/
/* Flexible Media */
img,
video,
object {
  height: auto;
  max-width: 100%; }

iframe {
  margin-bottom: 1em; }

.desaturate {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

.right-caption {
  background-color: #0a0a0a; }
  .right-caption .columns {
    overflow-x: hidden; }
  .right-caption img {
    display: block;
    margin: 0;
    max-width: none;
    width: auto; }
  .right-caption figcaption {
    padding: 1rem; }
    .right-caption figcaption h4, .right-caption figcaption .delta {
      margin: 0; }
    .right-caption figcaption p:last-child {
      margin-bottom: 0; }

.figure-credit img {
  margin: 0;
  width: 100%; }

.figure-credit .credit-wrapper {
  position: relative; }

.figure-credit .credit {
  background-color: #862633;
  bottom: 0;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0; }
  .figure-credit .credit * {
    color: #fefefe; }
  .figure-credit .credit h2, .figure-credit .credit .beta,
  .figure-credit .credit h3,
  .figure-credit .credit .gamma,
  .figure-credit .credit h4,
  .figure-credit .credit .delta,
  .figure-credit .credit h5,
  .figure-credit .credit h6 {
    margin: 0; }
  .figure-credit .credit p:last-child {
    margin: 0; }

.embed-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 35px;
  position: relative; }
  .embed-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.embed-bleed {
  height: 560px;
  overflow: hidden;
  position: relative; }
  .embed-bleed .embed-wrapper {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .embed-bleed .embed-overlay {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .embed-bleed .embed-overlay * {
      color: #fefefe; }
    .embed-bleed .embed-overlay .hgroup {
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .embed-bleed .embed-overlay .circle-around::before {
      background-color: #fefefe;
      color: #0a0a0a; }

figure {
  margin: 0;
  padding: 0; }
  figure img {
    margin-bottom: 0.5em; }
  figure .bleed {
    position: relative; }
    figure .bleed .bleed-image {
      background-position: 50% 100%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 37.5rem;
      width: 100%; }
    @media screen and (min-width: 40em) {
      figure .bleed figcaption {
        height: 37.5rem;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
        figure .bleed figcaption::before {
          bottom: 0;
          content: '';
          left: 0;
          position: absolute;
          right: 50%;
          top: 0; } }
    figure .bleed.bg-complement figcaption::before {
      background: #a5884a; }
      @media screen and (min-width: 40em) {
        figure .bleed.bg-complement figcaption::before {
          background: -webkit-gradient(linear, left top, right top, from(#a5884a), color-stop(60%, #a5884a), to(rgba(165, 136, 74, 0.8)));
          background: linear-gradient(to right, #a5884a 0%, #a5884a 60%, rgba(165, 136, 74, 0.8) 100%); } }
    figure .bleed.bg-brand figcaption::before {
      background: #862633; }
      @media screen and (min-width: 40em) {
        figure .bleed.bg-brand figcaption::before {
          background: -webkit-gradient(linear, left top, right top, from(#862633), color-stop(60%, #862633), to(rgba(134, 38, 51, 0.8)));
          background: linear-gradient(to right, #862633 0%, #862633 60%, rgba(134, 38, 51, 0.8) 100%); } }

.logo-horizontal {
  display: block;
  height: 3rem;
  overflow: hidden;
  width: 19.125rem; }
  .logo-horizontal svg {
    height: 100%;
    width: 100%; }

.logo-vertical {
  display: block;
  height: 4.5rem;
  width: 13.3125rem; }
  .logo-vertical svg {
    height: 100%;
    width: 100%; }

/*
 * text-fields
 */
input[type="text"],
input[type="email"] {
  background-color: #f2f0e8;
  -webkit-box-shadow: inset 1px 2px 10px -5px #0a0a0a;
          box-shadow: inset 1px 2px 10px -5px #0a0a0a;
  color: #0a0a0a; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder {
    color: #0a0a0a; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder {
    color: #0a0a0a; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder {
    color: #0a0a0a; }

::-webkit-input-placeholder {
  color: #2d2d2d;
  font-style: italic; }

:-ms-input-placeholder {
  color: #2d2d2d;
  font-style: italic; }

::placeholder {
  color: #2d2d2d;
  font-style: italic; }

label.required::before {
  color: #862633;
  content: '*'; }

label.required.hide {
  display: inline;
  float: left;
  font-size: 0; }
  label.required.hide::before {
    display: inline-block;
    font-size: 1rem;
    margin-top: 0.5rem; }
  label.required.hide + input {
    margin-left: 1rem;
    width: 95%; }

/*
 * checkbox
 */
/*
 * radio-buttons
 */
/*
 * select-menu
 */
/*
	* html5-inputs
	*/
/*------------------------------------*	 $BUTTONS
\*------------------------------------*/
.button,
[type='button'] {
  background: #862633;
  border: 1px transparent solid;
  border-radius: 0 !important;
  color: #fefefe;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 1em 0 0;
  overflow: hidden;
  padding: 0.85em 1em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 1; }
  .button:focus,
  [type='button']:focus {
    background-color: #862633; }
  .button::after,
  [type='button']::after {
    background-color: #ae1630;
    content: '.';
    display: block;
    height: 100%;
    left: auto;
    position: absolute;
    right: -200%;
    text-indent: -9999em;
    top: 0;
    -webkit-transform: skewX(-45deg);
            transform: skewX(-45deg);
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    width: 200%;
    z-index: -1; }
  .button:hover,
  [type='button']:hover {
    background: #862633; }
    .button:hover::after,
    [type='button']:hover::after {
      right: -100%; }
  .button.button-ghost,
  [type='button'].button-ghost {
    background-color: transparent;
    background-color: transparent;
    border: solid 1px #e9df97;
    color: #e9df97; }
    .button.button-ghost:hover,
    [type='button'].button-ghost:hover {
      color: #0a0a0a; }
    .button.button-ghost::before,
    [type='button'].button-ghost::before {
      background-color: transparent; }
    .button.button-ghost::after,
    [type='button'].button-ghost::after {
      background-color: #e9df97; }
  .button.prev, .button.next, .button.up, .button.down,
  [type='button'].prev,
  [type='button'].next,
  [type='button'].up,
  [type='button'].down {
    font-size: 0;
    height: 3rem;
    margin-bottom: 0;
    padding: 0;
    width: 3rem; }
    .button.prev.dark, .button.next.dark, .button.up.dark, .button.down.dark,
    [type='button'].prev.dark,
    [type='button'].next.dark,
    [type='button'].up.dark,
    [type='button'].down.dark {
      background-color: #0a0a0a; }
      .button.prev.dark:hover, .button.prev.dark.active, .button.next.dark:hover, .button.next.dark.active, .button.up.dark:hover, .button.up.dark.active, .button.down.dark:hover, .button.down.dark.active,
      [type='button'].prev.dark:hover,
      [type='button'].prev.dark.active,
      [type='button'].next.dark:hover,
      [type='button'].next.dark.active,
      [type='button'].up.dark:hover,
      [type='button'].up.dark.active,
      [type='button'].down.dark:hover,
      [type='button'].down.dark.active {
        background-color: #3d3d3d; }
    .button.prev::before, .button.next::before, .button.up::before, .button.down::before,
    [type='button'].prev::before,
    [type='button'].next::before,
    [type='button'].up::before,
    [type='button'].down::before {
      font-size: 1rem;
      line-height: 3rem; }
  .button.prev::before,
  [type='button'].prev::before {
    content: "‣"; }
  .button.next::before,
  [type='button'].next::before {
    content: "‣"; }
  .button.up::before,
  [type='button'].up::before {
    content: "▾"; }
  .button.down::before,
  [type='button'].down::before {
    content: "▾"; }
  .button.right-arrow,
  [type='button'].right-arrow {
    position: relative; }
    .button.right-arrow::after,
    [type='button'].right-arrow::after {
      position: absolute;
      right: 1.5rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  li .button, li
  [type='button'] {
    margin-bottom: 0.125rem; }

input.button {
  background-color: #862633; }
  input.button:hover {
    background-color: #ae1630; }

.icon-button {
  display: inline-block;
  font-size: 1.125rem;
  text-decoration: none;
  text-transform: uppercase; }

/* Generic Placeholder Brick: REMOVE FOR PRODUCTION */
.brick {
  background: #c2c2c2;
  border-bottom: 1px solid #696969;
  font-weight: bold;
  padding: 2em;
  text-align: center; }

.block {
  margin-bottom: 1rem;
  text-align: left; }
  .block:last-of-type {
    margin-bottom: 0; }
  .block p:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 64em) {
  .block.contact-form .content-constrain {
    max-width: 60rem;
    margin: 0 auto; } }

.piped {
  border-left: 3px solid #862633;
  padding-left: 1.5rem; }
  .piped.complement {
    border-color: #ac9b7a; }

.block-imagelink .heading + a,
.block-imagelink .subheading + a {
  display: block;
  margin-top: 1rem; }

.questions {
  margin-top: 1rem;
  padding: 1.5rem;
  position: relative; }
  .questions:first-child {
    margin-top: 0; }
  .questions > .icon {
    height: 1.625rem;
    left: 1.5rem;
    position: absolute;
    top: 1.5rem;
    width: 1.625rem; }
  .questions h3, .questions .gamma {
    font-size: 1.25rem;
    text-transform: uppercase; }
  .questions .content {
    padding-left: 2.125rem; }

.heading-button {
  text-align: center; }
  .heading-button .call-to-action {
    margin: 0.5em; }
  .heading-button button,
  .heading-button .button {
    margin: 0; }

@media screen and (min-width: 64em) {
  .heading-button {
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .heading-button .heading-group {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin-bottom: 0;
      text-align: left;
      width: 100%; }
    .heading-button .call-to-action {
      -ms-flex-item-align: center;
          align-self: center;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      margin: 0; }
    .heading-button a.button,
    .heading-button button {
      display: block;
      white-space: nowrap;
      width: auto; } }

.block-page-reference .button {
  display: inline-block;
  margin-top: 1rem; }

.block-page-reference .field-subtitle {
  color: #868686; }

.block-page-reference img {
  display: block;
  height: auto;
  margin: 0 auto;
  margin-bottom: 0.875rem;
  width: 100%; }

.block-link {
  background-color: #efedea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  text-align: center; }

.block-searchgroup .flex-cols {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.block-searchgroup form {
  background-color: #0a0a0a;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2rem; }
  .block-searchgroup form label {
    color: #fefefe; }

.header-contact {
  color: #0a0a0a;
  padding: 1rem; }
  .header-contact a:link,
  .header-contact a:visited {
    color: #862633; }
  .header-contact a:hover,
  .header-contact a:active {
    color: #ff6a39; }
  .header-contact a:focus {
    color: #611e44; }
  .header-contact h2, .header-contact .beta {
    font-size: remcalc(26);
    font-weight: bold; }
  .header-contact p {
    font-size: remcalc(20); }
  .header-contact .social-list {
    margin-top: 0.5rem; }
    .header-contact .social-list a {
      text-decoration: none; }
    .header-contact .social-list .icon {
      height: 1.625rem;
      width: 1.625rem; }
  .header-contact.sidebar-layout {
    background-color: #fefefe; }
    .header-contact.sidebar-layout .sidebar {
      background-color: transparent;
      color: #0a0a0a; }
      .header-contact.sidebar-layout .sidebar a:link,
      .header-contact.sidebar-layout .sidebar a:visited {
        color: #862633; }
      .header-contact.sidebar-layout .sidebar a:hover,
      .header-contact.sidebar-layout .sidebar a:active {
        color: #ff6a39; }
      .header-contact.sidebar-layout .sidebar a:focus {
        color: #611e44; }

.block-half,
.block-block_content-basic---programs-introduction-text {
  margin: 1rem 0; }

.header-teaser {
  font-size: 1.25rem; }

.header-form input[type="text"] {
  background-color: #fefefe;
  border-radius: 0;
  border: 1px #c2c2c2 solid;
  -webkit-box-shadow: none;
          box-shadow: none; }

.header-form .js-form-type-radio {
  display: inline;
  white-space: nowrap; }

.header-form input[type="submit"] {
  color: #e9df97;
  border: 1px #e9df97 solid;
  display: block;
  margin: 0 auto; }
  .header-form input[type="submit"]:hover {
    background-color: #e9df97;
    color: black; }

@media screen and (min-width: 40em) {
  .block-half,
  .block-block_content-basic---programs-introduction-text {
    float: left;
    margin-right: 2rem;
    width: calc(50% - 1rem); }
    .block-half + .block-half,
    .block-block_content-basic---programs-introduction-text + .block-half {
      background-color: #2d2d2d;
      background-color: rgba(0, 0, 0, 0.3);
      margin-right: 0;
      padding: 2rem; } }

.accordion {
  border-width: 0; }
  .accordion:not(:last-child) {
    margin-bottom: 1rem; }

.accordion-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #862633;
  border-bottom-width: 0;
  color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  margin-bottom: 0.125rem;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .accordion-title .marker {
    height: 2rem;
    position: relative;
    width: 2rem; }
    .accordion-title .marker > svg {
      height: 0.9375rem;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      width: 0.5625rem; }
  .accordion-title h2, .accordion-title .beta,
  .accordion-title h3,
  .accordion-title .gamma {
    font-size: 1.25rem;
    font-weight: normal;
    margin: 0; }
  .accordion-title .accordion-title-text {
    -ms-flex-preferred-size: 0 1 auto;
        flex-basis: 0 1 auto;
    line-height: 1.4;
    overflow: hidden;
    padding: 0.125rem 0.3125rem 0.125rem 0;
    width: 100%; }
  .accordion-title:hover {
    background-color: #ae1630;
    color: #fefefe; }
  .accordion-title:focus {
    background-color: #862633;
    color: #fec469; }
  .accordion-title::before {
    display: none; }

.is-active .accordion-title .marker svg {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg); }

.is-active .accordion-content {
  display: block; }

@media screen and (min-width: 40em) {
  .accordion-title {
    font-size: 1.25rem;
    height: 3.625rem;
    margin-bottom: 0.25rem; }
    .accordion-title .accordion-title-text {
      text-overflow: ellipsis;
      white-space: nowrap; }
    .accordion-title .marker {
      background-color: #ae1630;
      height: 3.625rem;
      margin-right: 1rem;
      width: 3.625rem; } }

.accordion-content {
  margin: 0 auto;
  max-width: 75rem; }
  .accordion-content > .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }

.callout {
  margin-bottom: 2rem; }
  .callout.bg-dark {
    background-color: #862633; }
  .callout h3, .callout .gamma {
    color: #fefefe;
    font-size: 1.625rem;
    padding-bottom: 3rem; }
  .callout h5 {
    color: #862633; }
  .callout a {
    display: inline-block; }
  .callout p {
    font-size: 0.875rem; }
  .callout .callout-outer {
    background: transparent;
    padding: 1.3rem; }
  .callout.bg-light h3, .callout.bg-light .gamma,
  .callout.bg-light p {
    color: #0a0a0a; }
  .callout.bg-brand h5, .callout.bg-complement h5 {
    color: #fefefe; }
  .callout.bg-brand a, .callout.bg-complement a {
    border-color: #fefefe;
    color: #fefefe; }
  .callout.bg-alpha {
    position: relative; }
    .callout.bg-alpha .callout-inner {
      opacity: 1;
      position: relative;
      z-index: 2; }

.image-callout {
  background-color: #862633; }
  .image-callout img {
    width: 100%; }

.topline-callout {
  border-color: #862633;
  border-style: solid;
  border-width: 6px 0 0;
  margin-bottom: 1rem;
  padding: 0 1.5rem 2rem; }
  .topline-callout.bg-light {
    border-color: #e5d7aa; }
  .topline-callout .section-heading {
    margin-bottom: 1rem; }

.tabs .tab-title {
  position: relative; }

.tabs.expand {
  display: table;
  width: 100%; }
  .tabs.expand::before, .tabs.expand::after {
    display: none; }
  .tabs.expand .tab-title {
    display: table-cell;
    float: none; }

.tabs.block-tabs .tab-title:not(:last-child) {
  margin-right: 0.7rem; }

.tabs.block-tabs .tab-title::after {
  background-color: #852633;
  bottom: -0.3rem;
  content: '';
  display: block;
  height: 1rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 1rem; }

.tabs.block-tabs .tab-title a {
  background-color: #852633;
  color: #fefefe;
  font-size: 1rem;
  font-weight: 300;
  text-align: center; }

.tabs.block-tabs .tab-title.active a, .tabs.block-tabs .tab-title:hover a {
  background-color: #862633;
  color: #fefefe; }

.tabs.block-tabs .tab-title.active::after, .tabs.block-tabs .tab-title:hover::after {
  background-color: #862633;
  opacity: 1; }

.tabs.block-tabs.expand .tab-title:not(:first-child) a {
  margin-left: 0.35rem; }

.tabs.block-tabs.expand .tab-title:not(:last-child) a {
  margin-right: 0.35rem; }

.tabs.page-tabs .tab-title {
  position: relative; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .tabs.page-tabs .tab-title {
      background-color: #852633;
      display: block; } }
  @media screen and (min-width: 40em) {
    .tabs.page-tabs .tab-title::before {
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      background-color: rgba(133, 38, 51, 0.5);
      content: '';
      display: block;
      left: -9999px;
      right: -9999px;
      top: 0.4375rem;
      z-index: 1; } }
  .tabs.page-tabs .tab-title > a {
    padding: 1rem;
    position: relative;
    z-index: 2; }
  .tabs.page-tabs .tab-title.active > a {
    color: #862633; }
    @media screen and (min-width: 40em) {
      .tabs.page-tabs .tab-title.active > a {
        background-size: contain; } }

.tabs-content.block-tabs {
  padding-top: 0.7rem; }

.tabs-content.page-tabs .content {
  padding: 2rem 0; }

.social-links a {
  color: transparent;
  display: inline-block;
  font-size: 1em;
  letter-spacing: -1em; }
  .social-links a::before {
    color: #ff6a39;
    display: inline-block;
    font-size: 2em;
    height: 1em;
    line-height: 1;
    width: 1em; }

.alpha-section .strip-list, .alpha-section .menu {
  margin-left: 2.75rem;
  margin-top: 1em; }

.labeled-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 100%; }
  .labeled-icon .icon {
    color: #868686;
    height: 2.25rem;
    width: 2.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%; }
  .labeled-icon .icon-label {
    font-size: 1.25rem;
    margin-top: 0.625rem;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%; }

table.synopsis-table {
  border: 1px #a1a1a1 solid;
  border-radius: 0; }
  table.synopsis-table thead {
    border-bottom-color: #a1a1a1;
    border-bottom-width: 1px; }
    table.synopsis-table thead td,
    table.synopsis-table thead th {
      background-color: #efedea;
      color: #2d2d2d;
      font-family: "Knockout 50 A", "Knockout 50 B", "arial narrow", "trebuchet ms", sans-serif;
      font-size: 1.25rem;
      text-align: center;
      text-transform: uppercase; }
  table.synopsis-table tbody {
    border-width: 0; }
    table.synopsis-table tbody tr {
      background-color: #fefefe;
      border-bottom: 1px #a1a1a1 solid; }
      table.synopsis-table tbody tr:last-child {
        border-width: 0; }
    table.synopsis-table tbody td {
      border-width: 0; }

.icon-sheet {
  border: 1px #c2c2c2 solid;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 1rem;
  text-align: center; }
  .icon-sheet svg {
    height: 3rem;
    margin: 1rem;
    width: 3rem; }
  .icon-sheet .show-for-sr, .icon-sheet .header-form .js-form-type-textfield label, .header-form .js-form-type-textfield .icon-sheet label {
    display: block !important;
    position: static !important;
    height: auto;
    width: auto;
    clip: auto; }

.academics_program_list h2::after, .academics_program_list .beta::after {
  border-bottom: 2px black solid;
  display: block;
  width: 51px; }

/*
 * Button placement within text field
*/
form fieldset {
  position: relative; }

form legend {
  font-family: "Knockout 50 A", "Knockout 50 B", "arial narrow", "trebuchet ms", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase; }

form .flex-cols {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  form .flex-cols .col {
    white-space: nowrap;
    width: auto; }
  form .flex-cols input[type="radio"],
  form .flex-cols input[type="checkbox"] {
    height: auto; }
  form .flex-cols input + label {
    margin-right: 0; }

.inline-search {
  margin-bottom: .3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .inline-search input[type="text"] {
    font-size: 12px;
    height: 1.75rem;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .inline-search input[type="submit"] {
    font-size: 12px;
    height: 1.75rem;
    margin-bottom: 0;
    padding: 2px 4px;
    width: 30%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-right: 0; }

.off-canvas .inline-search {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-left: 1rem;
  padding-right: 1rem; }
  .off-canvas .inline-search input {
    width: 100%; }
    .off-canvas .inline-search input[type="submit"] {
      border: 1px #a1a1a1 solid;
      margin-top: 2px; }
      .off-canvas .inline-search input[type="submit"]:hover {
        background-color: #862633; }

.inner-button form {
  position: relative;
  width: 100%; }

.inner-button.search-form input[type="search"] {
  display: block;
  max-width: 100%;
  width: 100%; }

.inner-button button {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fefefe;
  display: block;
  margin: 0;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0;
  top: 0; }
  .inner-button button::before {
    font-size: 1.25rem; }

/*
 * search
 */
.search-bar {
  background-color: rgba(10, 10, 10, 0.3);
  overflow: hidden;
  padding: 1rem; }

.search-form {
  position: relative;
  width: 60vw; }
  .search-form fieldset > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100%; }
  .search-form input[type="search"] {
    background: #fefefe;
    color: #2d2d2d;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 3em;
            flex: 1 0 3em;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    width: auto; }
    .search-form input[type="search"]::-webkit-input-placeholder {
      color: rgba(45, 45, 45, 0.6); }
    .search-form input[type="search"]:-ms-input-placeholder {
      color: rgba(45, 45, 45, 0.6); }
    .search-form input[type="search"]::placeholder {
      color: rgba(45, 45, 45, 0.6); }
  .search-form .button-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .search-form input,
  .search-form button {
    height: 2.5rem; }

.search-submit {
  display: block;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0;
  width: auto; }
  .search-submit::before {
    content: '\2315'; }

.off-canvas-wrapper {
  background-color: #2d2d2d; }

.off-canvas {
  color: #fefefe;
  background-color: transparent; }
  .off-canvas label {
    color: #fefefe; }
  .off-canvas a {
    font-weight: bold; }
    .off-canvas a:link, .off-canvas a:visited {
      color: #e9df97; }
    .off-canvas a:hover, .off-canvas a:active {
      color: #f6f2d5; }
    .off-canvas a.aux-link:hover, .off-canvas a.aux-link:active {
      color: #e9df97; }
  .off-canvas a.button,
  .off-canvas button {
    background-color: transparent;
    border: solid 1px #e9df97;
    color: #e9df97; }
    .off-canvas a.button:hover,
    .off-canvas button:hover {
      color: #0a0a0a; }
    .off-canvas a.button::before,
    .off-canvas button::before {
      background-color: transparent; }
    .off-canvas a.button::after,
    .off-canvas button::after {
      background-color: #e9df97; }
  .off-canvas input.button {
    background-color: transparent; }
    .off-canvas input.button:hover {
      background-color: #e9df97;
      text-decoration: underline; }
  .off-canvas .block {
    color: #fefefe; }
  .off-canvas .subheading {
    color: #d7d2cb;
    font-style: italic; }
  .off-canvas .pullquote {
    border-image-source: url("../images/design/quote_rectangle.png"); }
    .off-canvas .pullquote .quote-content {
      color: #fefefe;
      font-family: "proxima-nova", sans-serif;
      font-size: 1rem;
      font-style: normal;
      line-height: 1.25; }
    .off-canvas .pullquote cite {
      color: #fefefe;
      display: block;
      text-align: left; }
      .off-canvas .pullquote cite::before {
        background: none;
        content: none;
        display: none;
        width: initial; }
      .off-canvas .pullquote cite span {
        padding-left: 0; }
      .off-canvas .pullquote cite a svg {
        -webkit-transform: translateY(30%);
                transform: translateY(30%); }
  .off-canvas .block-system-breadcrumbs li:first-child a {
    color: #fefefe; }

.item-grid > .cell {
  margin-bottom: 1em;
  position: relative; }

@media screen and (min-width: 27.5em) {
  .item-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 -0.5rem; }
    .item-grid.centered {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .item-grid .cell {
      margin-bottom: 0;
      padding: 0.5rem;
      width: 50%;
      max-width: 50%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -webkit-flex: 1 1 50%; }
    .item-grid.tight .cell {
      padding: 0; }
    .item-grid.closer {
      margin-left: -1px;
      margin-right: -1px; }
      .item-grid.closer .cell {
        padding: 1px; }
    .item-grid.three-up .cell {
      width: 100%;
      max-width: 100%;
      -webkit-flex: 1 1 100%; }
    .item-grid[data-equalizer] > .cell {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .item-grid[data-equalizer] > .cell > * {
        width: 100%;
        max-width: 100%; } }

@media screen and (min-width: 46.25em) {
  .item-grid:not(.not-odd) .cell {
    width: 33.3333%;
    max-width: 33.3333%;
    -webkit-flex: 1 1 33.3333%; } }

@media screen and (min-width: 64em) {
  .item-grid > .cell {
    width: 25%;
    max-width: 25%;
    -webkit-flex: 1 1 25%; }
  .item-grid.three-up > .cell {
    width: 33.3333%;
    max-width: 33.3333%;
    -webkit-flex: 1 1 33.3333%; } }

@media screen and (min-width: 81.25em) {
  .item-grid.five-up > .cell {
    width: 20%;
    max-width: 20%;
    -webkit-flex: 1 1 20%; } }

.content-wrapper {
  clear: both;
  overflow: hidden;
  padding: 1.5rem 1rem; }
  .content-wrapper + .on-dark,
  .content-wrapper + .on-light, .content-wrapper:first-child {
    margin-top: 0; }
  @media screen and (min-width: 64em) {
    .content-wrapper {
      padding-left: 4.375rem;
      padding-right: 4.375rem; } }
  @media screen and (min-width: 81.25em) {
    .content-wrapper {
      padding-left: 0;
      padding-right: 0; } }
  .content-wrapper.centered {
    text-align: center; }
  .content-wrapper .content-wrapper {
    margin-bottom: 0;
    margin-top: 0; }
  .content-wrapper.page-title {
    margin-top: 0; }

.content-constrain {
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 81.25em) {
    .content-constrain {
      max-width: 78.75rem; } }
  @media screen and (min-width: 81.25em) {
    .content-constrain.max-width {
      max-width: 78.75rem; } }
  @media screen and (min-width: 81.25em) {
    .content-constrain.content-width {
      max-width: 58.8125rem; } }

@media screen and (min-width: 40em) {
  .flex-cols {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
    .flex-cols > .col {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      max-width: 50%;
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }

@media screen and (min-width: 64em) {
  .flex-cols > .col {
    max-width: none;
    min-width: none;
    width: 25%; } }

@media screen and (min-width: 40em) {
  .flex-layout {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -1.5625rem;
    margin-right: -1.5625rem; }
    .flex-layout > .col {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      max-width: 50%;
      padding-left: 1.5625rem;
      padding-right: 1.5625rem; } }

@media screen and (min-width: 64em) {
  .flex-layout > .col {
    max-width: none;
    min-width: none;
    width: 25%; } }

.balanced-layout .col:first-child {
  margin-bottom: 1rem; }

@media screen and (min-width: 40em) {
  .balanced-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .balanced-layout > div {
      margin-left: 1rem;
      margin-right: 1rem;
      width: 50%; }
      .balanced-layout > div:first-child {
        margin-bottom: 0;
        margin-left: 0; }
      .balanced-layout > div:last-child {
        margin-right: 0; } }

.sidebar-layout .main {
  margin-bottom: 1rem; }

@media screen and (min-width: 40em) {
  .sidebar-layout {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sidebar-layout .main {
      margin-bottom: 0;
      margin-right: 1rem;
      width: 60%; }
    .sidebar-layout .sidebar {
      color: #fefefe;
      background-color: #611e44;
      margin-left: 1rem;
      padding: 1rem;
      width: 40%; }
      .sidebar-layout .sidebar label {
        color: #fefefe; }
      .sidebar-layout .sidebar a {
        font-weight: bold; }
        .sidebar-layout .sidebar a:link, .sidebar-layout .sidebar a:visited {
          color: #e9df97; }
        .sidebar-layout .sidebar a:hover, .sidebar-layout .sidebar a:active {
          color: #f6f2d5; }
        .sidebar-layout .sidebar a.aux-link:hover, .sidebar-layout .sidebar a.aux-link:active {
          color: #e9df97; }
      .sidebar-layout .sidebar a.button,
      .sidebar-layout .sidebar button {
        background-color: transparent;
        border: solid 1px #e9df97;
        color: #e9df97; }
        .sidebar-layout .sidebar a.button:hover,
        .sidebar-layout .sidebar button:hover {
          color: #0a0a0a; }
        .sidebar-layout .sidebar a.button::before,
        .sidebar-layout .sidebar button::before {
          background-color: transparent; }
        .sidebar-layout .sidebar a.button::after,
        .sidebar-layout .sidebar button::after {
          background-color: #e9df97; }
      .sidebar-layout .sidebar input.button {
        background-color: transparent; }
        .sidebar-layout .sidebar input.button:hover {
          background-color: #e9df97;
          text-decoration: underline; }
      .sidebar-layout .sidebar .block {
        color: #fefefe; }
      .sidebar-layout .sidebar .subheading {
        color: #d7d2cb;
        font-style: italic; }
      .sidebar-layout .sidebar .pullquote {
        border-image-source: url("../images/design/quote_rectangle.png"); }
        .sidebar-layout .sidebar .pullquote .quote-content {
          color: #fefefe;
          font-family: "proxima-nova", sans-serif;
          font-size: 1rem;
          font-style: normal;
          line-height: 1.25; }
        .sidebar-layout .sidebar .pullquote cite {
          color: #fefefe;
          display: block;
          text-align: left; }
          .sidebar-layout .sidebar .pullquote cite::before {
            background: none;
            content: none;
            display: none;
            width: initial; }
          .sidebar-layout .sidebar .pullquote cite span {
            padding-left: 0; }
          .sidebar-layout .sidebar .pullquote cite a svg {
            -webkit-transform: translateY(30%);
                    transform: translateY(30%); }
      .sidebar-layout .sidebar .block-system-breadcrumbs li:first-child a {
        color: #fefefe; }
    .sidebar-layout.sidebar-left .main {
      margin-left: 1rem;
      margin-right: 0; }
    .sidebar-layout.sidebar-left .sidebar {
      margin-left: 0;
      margin-right: 1rem;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }

@media screen and (min-width: 64em) {
  .sidebar-layout .main {
    width: 66%; }
  .sidebar-layout .sidebar {
    padding: 2.1875rem;
    width: 34%; } }

.ornament {
  height: 3.625rem;
  padding: 1.25rem;
  width: 3.625rem; }
  .ornament svg {
    height: 100%;
    width: 100%; }
  .ornament.orient-down svg, .ornament.orient-rot-90 svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .ornament.orient-right svg, .ornament.orient-rot-180 svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .ornament.orient-up svg, .ornament.orient-rot-270 svg {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  .ornament.frame-transparent {
    background-color: transparent; }
  .ornament.frame-white {
    background-color: #fefefe;
    color: #2d2d2d; }
  .ornament.frame-black {
    background-color: #0a0a0a;
    color: #fefefe; }
  .ornament.frame-light {
    background-color: #efedea;
    color: #2d2d2d; }
  .ornament.frame-dark {
    background-color: #2d2d2d;
    color: #fefefe; }
  .ornament.frame-brand {
    background-color: #862633;
    color: #fefefe; }
  .ornament.frame-secondary {
    background-color: #611e44;
    color: #fefefe; }

.ornament-above {
  margin-top: 1.8125rem;
  padding-top: 1.8125rem;
  position: relative; }
  .ornament-above .ornament {
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

.ornament-below {
  margin-bottom: 1.8125rem;
  padding-bottom: 1.8125rem;
  position: relative; }
  .ornament-below .ornament {
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%); }

.slick-slider {
  margin: 0; }

.slick-slide {
  margin: 0; }

.slick-arrow {
  background: #2d2d2d url("data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1heCIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OCIgaGVpZ2h0PSI1OCIgdmlld0JveD0iMCAwIDU4IDU4Ij48dGl0bGU+Y2hldnJvbi1ibG9jazwvdGl0bGU+PHBhdGggZmlsbD0ibm9uZSIgY2xhc3M9ImJhY2tncm91bmQiIGQ9Ik0wIDBoNTh2NThIMHoiLz48cGF0aCB2ZWN0b3ItZWZmZWN0PSJub24tc2NhbGluZy1zdHJva2UiIHN0cm9rZS13aWR0aD0iMnB0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIGNsYXNzPSJmb3JlZ3JvdW5kIiBkPSJNMjUuNDggMjEuOWw3LjA4IDcuMDgtNy4xMiA3LjEyIi8+PC9zdmc+") scroll no-repeat 50% 50%/contain;
  height: 2.5625rem;
  position: absolute;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
  width: 2.5625rem;
  z-index: 1;
  text-indent: -99999em;
  margin-right: 0; }
  .slick-arrow::before, .slick-arrow::after {
    display: none; }

.slick-prev {
  left: 0;
  -webkit-transform: translate(0, -50%) scaleX(-1);
          transform: translate(0, -50%) scaleX(-1); }

.slick-next {
  right: 0; }

.slick-next:hover,
.slick-prev:hover {
  background: #ff6a39 url("data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1heCIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OCIgaGVpZ2h0PSI1OCIgdmlld0JveD0iMCAwIDU4IDU4Ij48dGl0bGU+Y2hldnJvbi1ibG9jazwvdGl0bGU+PHBhdGggZmlsbD0ibm9uZSIgY2xhc3M9ImJhY2tncm91bmQiIGQ9Ik0wIDBoNTh2NThIMHoiLz48cGF0aCB2ZWN0b3ItZWZmZWN0PSJub24tc2NhbGluZy1zdHJva2UiIHN0cm9rZS13aWR0aD0iMnB0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIGNsYXNzPSJmb3JlZ3JvdW5kIiBkPSJNMjUuNDggMjEuOWw3LjA4IDcuMDgtNy4xMiA3LjEyIi8+PC9zdmc+") scroll no-repeat 50% 50%/contain; }

.slick-next:focus,
.slick-prev:focus {
  background: #2d2d2d url("data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1heCIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OCIgaGVpZ2h0PSI1OCIgdmlld0JveD0iMCAwIDU4IDU4Ij48dGl0bGU+Y2hldnJvbi1ibG9jazwvdGl0bGU+PHBhdGggZmlsbD0ibm9uZSIgY2xhc3M9ImJhY2tncm91bmQiIGQ9Ik0wIDBoNTh2NThIMHoiLz48cGF0aCB2ZWN0b3ItZWZmZWN0PSJub24tc2NhbGluZy1zdHJva2UiIHN0cm9rZS13aWR0aD0iMnB0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIGNsYXNzPSJmb3JlZ3JvdW5kIiBkPSJNMjUuNDggMjEuOWw3LjA4IDcuMDgtNy4xMiA3LjEyIi8+PC9zdmc+") scroll no-repeat 50% 50%/contain;
  outline: #fec469 solid; }

.slick-next::before,
.slick-prev::before {
  display: none; }

@media screen and (min-width: 40em) {
  .content-constrain .slick-slider {
    padding-left: 50px;
    padding-right: 50px; }
  .slick-prev {
    left: 0; }
  .slick-next {
    right: 0; } }

@media screen and (min-width: 58.8125em) {
  .content-constrain.content-width .slick-slider {
    padding-left: 0;
    padding-right: 0; }
    .content-constrain.content-width .slick-slider .slick-prev {
      left: -50px; }
    .content-constrain.content-width .slick-slider .slick-next {
      right: -50px; } }

@media screen and (min-width: 58.8125em) {
  .content-constrain.content-width .slick-slider {
    padding-left: 0;
    padding-right: 0; }
    .content-constrain.content-width .slick-slider .slick-prev {
      left: -50px; }
    .content-constrain.content-width .slick-slider .slick-next {
      right: -50px; } }

@media screen and (min-width: 82.5em) {
  .content-constrain.max-width .slides {
    padding-left: 0;
    padding-right: 0; }
    .content-constrain.max-width .slides .slick-prev {
      left: -50px; }
    .content-constrain.max-width .slides .slick-next {
      right: -50px; } }

@media screen and (min-width: 64em) {
  figure figcaption {
    padding: 1.25rem 0; } }

figure img {
  display: block;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%; }

figure figcaption {
  font-size: 1rem;
  line-height: 1.375;
  padding: 0.625rem 0 0.625rem 2.1875rem;
  position: relative; }
  figure figcaption .icon {
    color: #d7d2cb;
    height: 1.5rem;
    left: 0;
    position: absolute;
    top: 0.625rem;
    width: 1.5rem; }
  figure figcaption .aux-link .icon {
    position: relative;
    color: currentColor;
    height: 0.74em;
    left: auto;
    top: -0.1em;
    width: 0.74em; }

figure cite {
  display: block; }

figure.caption-overlay {
  position: relative; }
  figure.caption-overlay img {
    margin-bottom: 0;
    max-width: 100%;
    width: 100%; }
  figure.caption-overlay figcaption {
    width: 100%; }
    @media screen and (min-width: 40em) {
      figure.caption-overlay figcaption {
        background-color: rgba(0, 0, 0, 0.7);
        bottom: 0;
        color: #fefefe;
        left: 0;
        padding: 1rem 1rem 1rem 3.1875rem;
        position: absolute;
        right: 0; } }
    figure.caption-overlay figcaption .icon {
      left: 1rem;
      top: 1rem; }

[role='alert'] {
  background-color: #fee;
  border: 1px #faa solid;
  font-size: 0.75rem;
  margin: 0.75rem 0;
  max-height: 10vh;
  overflow: auto;
  padding: 0.75rem; }

.alert {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  min-height: 4em;
  padding: 1rem 1rem 1rem 6rem;
  position: relative; }
  .alert p:last-child {
    margin-bottom: 0; }
  .alert::before {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: solid 1px #2d2d2d;
    bottom: 0;
    content: '!';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3rem;
    left: 1rem;
    padding-right: 1rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 4rem; }
  .alert.error {
    background-color: #ae1630; }
    .alert.error::before {
      content: '!'; }

.block-system-breadcrumbs ol {
  font-size: 0.8125rem;
  font-weight: bold;
  list-style: none;
  margin: 0;
  text-transform: uppercase; }

.block-system-breadcrumbs li {
  display: block;
  line-height: 1.4;
  margin-bottom: 0.3em; }

.block-system-breadcrumbs a {
  color: #3d3935; }
  .block-system-breadcrumbs a .icon {
    margin-right: 0.375rem; }
  .block-system-breadcrumbs a:hover {
    text-decoration: underline; }

.block-system-breadcrumbs li:first-child a {
  color: #ae1630; }

@media screen and (min-width: 40em) {
  .block-system-breadcrumbs li {
    display: inline-block;
    margin-bottom: 0; }
  .block-system-breadcrumbs a {
    margin-right: 1.625rem; } }

.nav-section {
  border-bottom: 1px solid #862633; }
  .nav-section .nav-header {
    margin: 0;
    padding: 0.5rem 0; }
    .nav-section .nav-header::before {
      content: '\25be';
      position: static;
      width: 1rem; }
  .nav-section:first-child {
    border-top: 1px solid #862633; }
  .nav-section a {
    color: #862633; }
  .nav-section ul {
    border: 0;
    padding: 0 1rem; }
  .nav-section li::before {
    content: '\2023'; }

.nav-section-group {
  padding: 1em; }
  .nav-section-group.accordion {
    border: 0; }
    .nav-section-group.accordion .nav-header {
      color: #862633; }
      .nav-section-group.accordion .nav-header::before {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s; }
    .nav-section-group.accordion .nav-section.is-active .nav-header::before {
      -webkit-transform: none;
              transform: none; }
  .nav-section-group .accordion-title {
    border: 0; }
  .nav-section-group .accordion-item {
    padding: 0; }

.quicklook-stats + .secondary-nav {
  margin-top: -2rem; }
  .quicklook-stats + .secondary-nav ul.secondary-nav-list li:first-child {
    border-top: 0; }

.breadcrumbs {
  display: block;
  margin: 0;
  padding: 0.4375rem 0; }
  .breadcrumbs > * {
    color: #611e44; }
    .breadcrumbs > *::before {
      color: #611e44; }
  .breadcrumbs li {
    margin-left: 0;
    text-indent: 0; }
  .breadcrumbs li,
  .breadcrumbs span {
    display: inline-block;
    margin-right: 0.25em; }
    .breadcrumbs li:not(:first-child)::before,
    .breadcrumbs span:not(:first-child)::before {
      content: '/';
      font-size: 0.5em;
      margin-right: 1em; }
    .breadcrumbs li:first-child::before,
    .breadcrumbs span:first-child::before {
      content: ' ';
      margin-right: 0; }
    .breadcrumbs li:first-child a,
    .breadcrumbs span:first-child a {
      font-size: 0; }
      .breadcrumbs li:first-child a::before,
      .breadcrumbs span:first-child a::before {
        content: '\2302';
        vertical-align: middle; }

.menu-skip-links {
  display: none; }
  @media screen and (min-width: 40em) {
    .menu-skip-links {
      background-color: #862633;
      border-radius: 0 0 0.1875rem 0.1875rem;
      display: block;
      font-weight: bold;
      left: 50%;
      padding: 0.5rem;
      position: absolute;
      top: -5em;
      -webkit-transform: translate(-50%);
              transform: translate(-50%);
      -webkit-transition: top 0.3s;
      transition: top 0.3s;
      z-index: 1000; }
      .menu-skip-links .menu-item {
        display: inline-block;
        margin: 0 1rem; }
      .menu-skip-links a:link, .menu-skip-links a:visited {
        color: #f6f2d5; }
      .menu-skip-links a:active, .menu-skip-links a:hover, .menu-skip-links a:focus {
        color: #fefefe; } }

.menu-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.0625rem;
  font-weight: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase; }
  @media screen and (min-width: 64em) {
    .menu-primary {
      font-size: 1.4vw; } }
  @media screen and (min-width: 79.375em) {
    .menu-primary {
      font-size: 1.25rem; } }
  .menu-primary a:link, .menu-primary a:visited {
    color: #0a0a0a; }
  .menu-primary a:hover, .menu-primary a:active, .menu-primary a:focus {
    color: #862633;
    text-decoration: underline; }
  .menu-primary .menu-item {
    padding-left: 0.25em;
    padding-right: 0.25em; }
    .menu-primary .menu-item:last-of-type a {
      display: inline-block;
      text-transform: uppercase;
      text-decoration: none;
      position: relative; }
      .menu-primary .menu-item:last-of-type a svg {
        display: inline-block;
        height: 0.74em;
        position: relative;
        top: -0.1em;
        vertical-align: middle;
        width: 0.74em; }
      .menu-primary .menu-item:last-of-type a:hover, .menu-primary .menu-item:last-of-type a:active, .menu-primary .menu-item:last-of-type a:focus {
        text-decoration: underline; }

.menu-utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8125rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .menu-utility a:link, .menu-utility a:visited {
    color: #0a0a0a; }
  .menu-utility a:hover, .menu-utility a:active, .menu-utility a:focus {
    color: #862633;
    text-decoration: underline; }
  .menu-utility .menu-item {
    padding-left: 0.25em;
    padding-right: 0.25em; }

.navigation-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .navigation-social svg {
    height: auto;
    max-height: 2.25rem;
    max-width: 2.25rem;
    width: 2.25rem; }

.letter-pagination .letter-links {
  display: none;
  font-weight: bold;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

@media screen and (min-width: 40em) {
  .letter-pagination .letter-links {
    color: #868686;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .letter-pagination select {
    display: none; } }

ul.field-social-media {
  margin: 0;
  padding: 0;
  text-align: center; }
  ul.field-social-media li {
    margin-right: 1em; }
    ul.field-social-media li:last-child {
      margin-right: 0; }
  ul.field-social-media.inline li {
    margin-bottom: 1em; }
  ul.field-social-media .icon {
    height: 2.125rem;
    width: 2.125rem; }

.group-navigation-bar {
  padding: 1em; }
  .group-navigation-bar h2, .group-navigation-bar .beta {
    font-size: 1em;
    font-weight: bold;
    margin: 0; }
  .group-navigation-bar .cell {
    font-size: 1.25rem;
    margin-bottom: 0.5em;
    padding: 0.5em; }
  .group-navigation-bar .group-navigation-bar-header {
    color: #fefefe;
    background-color: #2d2d2d;
    font-weight: bold; }
    .group-navigation-bar .group-navigation-bar-header label {
      color: #fefefe; }
    .group-navigation-bar .group-navigation-bar-header a {
      font-weight: bold; }
      .group-navigation-bar .group-navigation-bar-header a:link, .group-navigation-bar .group-navigation-bar-header a:visited {
        color: #e9df97; }
      .group-navigation-bar .group-navigation-bar-header a:hover, .group-navigation-bar .group-navigation-bar-header a:active {
        color: #f6f2d5; }
      .group-navigation-bar .group-navigation-bar-header a.aux-link:hover, .group-navigation-bar .group-navigation-bar-header a.aux-link:active {
        color: #e9df97; }
    .group-navigation-bar .group-navigation-bar-header a.button,
    .group-navigation-bar .group-navigation-bar-header button {
      background-color: transparent;
      border: solid 1px #e9df97;
      color: #e9df97; }
      .group-navigation-bar .group-navigation-bar-header a.button:hover,
      .group-navigation-bar .group-navigation-bar-header button:hover {
        color: #0a0a0a; }
      .group-navigation-bar .group-navigation-bar-header a.button::before,
      .group-navigation-bar .group-navigation-bar-header button::before {
        background-color: transparent; }
      .group-navigation-bar .group-navigation-bar-header a.button::after,
      .group-navigation-bar .group-navigation-bar-header button::after {
        background-color: #e9df97; }
    .group-navigation-bar .group-navigation-bar-header input.button {
      background-color: transparent; }
      .group-navigation-bar .group-navigation-bar-header input.button:hover {
        background-color: #e9df97;
        text-decoration: underline; }
    .group-navigation-bar .group-navigation-bar-header .block {
      color: #fefefe; }
    .group-navigation-bar .group-navigation-bar-header .subheading {
      color: #d7d2cb;
      font-style: italic; }
    .group-navigation-bar .group-navigation-bar-header .pullquote {
      border-image-source: url("../images/design/quote_rectangle.png"); }
      .group-navigation-bar .group-navigation-bar-header .pullquote .quote-content {
        color: #fefefe;
        font-family: "proxima-nova", sans-serif;
        font-size: 1rem;
        font-style: normal;
        line-height: 1.25; }
      .group-navigation-bar .group-navigation-bar-header .pullquote cite {
        color: #fefefe;
        display: block;
        text-align: left; }
        .group-navigation-bar .group-navigation-bar-header .pullquote cite::before {
          background: none;
          content: none;
          display: none;
          width: initial; }
        .group-navigation-bar .group-navigation-bar-header .pullquote cite span {
          padding-left: 0; }
        .group-navigation-bar .group-navigation-bar-header .pullquote cite a svg {
          -webkit-transform: translateY(30%);
                  transform: translateY(30%); }
    .group-navigation-bar .group-navigation-bar-header .block-system-breadcrumbs li:first-child a {
      color: #fefefe; }
  .group-navigation-bar .group-navigation-bar-item {
    background-color: #fefefe; }
    .group-navigation-bar .group-navigation-bar-item a:link, .group-navigation-bar .group-navigation-bar-item a:visited {
      color: #862633; }
    .group-navigation-bar .group-navigation-bar-item a:hover, .group-navigation-bar .group-navigation-bar-item a:active {
      color: #ff6a39; }

@media screen and (min-width: 64em) {
  .group-navigation-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%; }
    .group-navigation-bar .cell {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 0.3em;
      width: 100%; }
      .group-navigation-bar .cell:first-child {
        margin-left: 0; }
      .group-navigation-bar .cell:last-child {
        margin-right: 0; }
      .group-navigation-bar .cell a,
      .group-navigation-bar .cell h2,
      .group-navigation-bar .cell .beta {
        text-align: center; } }

@media screen and (min-width: 40em) {
  .off-canvas {
    display: none; } }

.off-canvas .logo-horizontal,
.off-canvas .logo-vertical,
.off-canvas .off-canvas-control {
  display: none; }

.off-canvas hr {
  background-color: #868686;
  margin: 1rem; }

.off-canvas .menu-primary,
.off-canvas .menu-utility {
  display: block; }
  .off-canvas .menu-primary .menu-item,
  .off-canvas .menu-utility .menu-item {
    display: block;
    padding: 0.5rem 1rem; }
    .off-canvas .menu-primary .menu-item a:link, .off-canvas .menu-primary .menu-item a:visited,
    .off-canvas .menu-utility .menu-item a:link,
    .off-canvas .menu-utility .menu-item a:visited {
      color: #fefefe; }
    .off-canvas .menu-primary .menu-item a:hover, .off-canvas .menu-primary .menu-item a:active, .off-canvas .menu-primary .menu-item a:focus,
    .off-canvas .menu-utility .menu-item a:hover,
    .off-canvas .menu-utility .menu-item a:active,
    .off-canvas .menu-utility .menu-item a:focus {
      color: #f6f2d5; }
    .off-canvas .menu-primary .menu-item:last-of-type:link, .off-canvas .menu-primary .menu-item:last-of-type:visited,
    .off-canvas .menu-utility .menu-item:last-of-type:link,
    .off-canvas .menu-utility .menu-item:last-of-type:visited {
      color: #fefefe; }
    .off-canvas .menu-primary .menu-item:last-of-type:hover, .off-canvas .menu-primary .menu-item:last-of-type:active, .off-canvas .menu-primary .menu-item:last-of-type:focus,
    .off-canvas .menu-utility .menu-item:last-of-type:hover,
    .off-canvas .menu-utility .menu-item:last-of-type:active,
    .off-canvas .menu-utility .menu-item:last-of-type:focus {
      color: #f6f2d5; }

.pager {
  text-align: center; }
  .pager ul {
    list-style: none;
    margin: 0; }
  .pager li {
    margin: 0 .5em;
    padding: 0;
    display: inline-block; }

.paragraph {
  clear: both;
  overflow: hidden;
  padding: 1.5rem 1rem;
  clear: both;
  margin-bottom: 1rem;
  padding-bottom: 0; }
  .paragraph + .on-dark,
  .paragraph + .on-light, .paragraph:first-child {
    margin-top: 0; }
  @media screen and (min-width: 64em) {
    .paragraph {
      padding-left: 4.375rem;
      padding-right: 4.375rem; } }
  @media screen and (min-width: 81.25em) {
    .paragraph {
      padding-left: 0;
      padding-right: 0; } }
  .paragraph.body {
    margin-bottom: 1rem; }

.paragraph-content {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 81.25em) {
    .paragraph-content {
      max-width: 58.8125rem; } }

.aside-right .paragraph-content .editorial-wrapper {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

@media screen and (min-width: 81.25em) {
  .max-width .paragraph-content {
    max-width: 78.75rem; } }

@media screen and (min-width: 81.25em) {
  .parent-width .paragraph-content {
    max-width: 100%; } }

@media screen and (min-width: 40em) {
  .paragraph.aside-left aside, .paragraph.aside-right aside {
    max-width: 50%;
    width: 50%; }
  .paragraph.aside-left aside {
    float: left;
    margin: 0 1em 1em 0; }
  .paragraph.aside-right aside {
    float: right;
    margin: 0 0 1em 1em; }
  .paragraph.with-sidebar .paragraph-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .paragraph.with-sidebar .editorial-wrapper {
    -ms-flex-preferred-size: 0 0 auto;
        flex-basis: 0 0 auto;
    padding-right: 2rem;
    width: 60%; }
  .paragraph.with-sidebar .sidebar-wrapper {
    -ms-flex-preferred-size: 0 0 auto;
        flex-basis: 0 0 auto;
    width: 40%; }
  .paragraph.with-sidebar.sidebar-left .sidebar-wrapper {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .paragraph.with-sidebar.sidebar-left .editorial-wrapper {
    padding-left: 2rem;
    padding-right: 0; }
  .paragraph .paragraph-content {
    display: block; } }

@media screen and (min-width: 64em) {
  .paragraph.aside-left aside, .paragraph.aside-right aside {
    max-width: 50%;
    width: 50%; }
  .paragraph.with-sidebar .editorial-wrapper {
    width: 70%; }
  .paragraph.with-sidebar .sidebar-wrapper {
    width: 30%; } }

/* -------------------------------------------------------------- */
/*    Molecules - Text
/*
/*    TODO:
/*		- put_todo_items_here
/* -------------------------------------------------------------- */
.vcard abbr {
  border-bottom: 0;
  color: currentColor;
  text-decoration: none; }

.vcard .adr {
  margin-bottom: 1rem; }

.vcard .country-name {
  display: none; }

.vcard .tel {
  font-weight: bold; }

.contact .contact-label,
.contact .contact-value {
  display: inline-block; }

.contact .contact-label {
  font-weight: bold; }

.heading-group {
  margin-bottom: 1rem; }
  .heading-group.big-heading {
    text-align: center; }
    .heading-group.big-heading .heading,
    .heading-group.big-heading .field-title {
      font-size: 2.125rem; }
  .heading-group:last-child {
    margin-bottom: 0; }
  .heading-group h2, .heading-group .beta {
    display: inline;
    font-size: 2.125rem;
    font-weight: bold; }

a:hover .heading {
  text-decoration: underline; }

a .field-subtitle {
  color: #868686; }

.editorial-wrapper {
  font-size: 1.25rem;
  line-height: 1.4; }
  .editorial-wrapper ul,
  .editorial-wrapper ol {
    margin-left: 1em;
    overflow: hidden; }
    .editorial-wrapper ul li,
    .editorial-wrapper ol li {
      margin-left: 1em; }

.pullquote {
  border-image-repeat: stretch;
  border-image-slice: 136 2 2 82;
  border-image-source: url("../images/design/quote_corner.png");
  border-style: solid;
  border-width: 4.25rem 0.0625rem 0.0625rem 2.5625rem;
  padding: 0 1.5rem 1.5rem 0; }
  .pullquote .quote-content {
    color: #2d2d2d;
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.25;
    margin-top: -2.125rem; }
  .pullquote cite {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3d3935;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 0.5em;
    text-align: right;
    text-transform: uppercase; }
    .pullquote cite span {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding-left: 1em;
      white-space: nowrap; }
    .pullquote cite::before {
      background: transparent linear-gradient(to bottom, transparent, transparent calc(50% - 1px), #d7d2cb calc(50% - 1px), #d7d2cb calc(50% + 1px), transparent calc(50% + 1px));
      content: '';
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      height: 1em;
      width: 100%; }
  .pullquote p:last-child {
    margin-bottom: 0; }
  .pullquote a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    position: relative; }
    .pullquote a svg {
      display: inline-block;
      height: 0.74em;
      position: relative;
      top: -0.1em;
      vertical-align: middle;
      width: 0.74em; }

.dateline,
.byline,
.field-news-date {
  color: #3d3935;
  font-size: 1rem; }

article table {
  font-size: 1rem; }

.section-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase; }
  .section-title h2, .section-title .beta {
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit; }
  .section-title .link-wrapper {
    display: block;
    font-size: 0.5em; }

@media screen and (min-width: 40em) {
  .section-title .link-wrapper {
    display: inline;
    font-size: 0.8125rem; } }

.alpha-list {
  color: #868686;
  display: none;
  font-weight: bold;
  margin-left: 0; }
  .alpha-list a:link,
  .alpha-list a:visited,
  .alpha-list a:hover,
  .alpha-list a:active {
    color: #0a0a0a; }

@media screen and (min-width: 64em) {
  .alpha-list {
    display: block; } }

.alpha-heading {
  border-bottom: 2px #d7d2cb solid;
  color: #d7d2cb;
  font-size: 2.1875rem;
  line-height: 1.4;
  position: relative; }
  .alpha-heading span {
    font-weight: bold; }

@media screen and (min-width: 40em) {
  .alpha-heading {
    line-height: 1;
    height: 1.8125rem;
    margin-top: 2.75rem; }
    .alpha-heading span {
      background-color: #fefefe;
      display: block;
      left: 0;
      position: absolute;
      top: 0;
      width: 2.75rem; }
    .alpha-heading + .strip-list, .alpha-heading + .menu {
      margin-left: 2.75rem; } }

.ornamented-title {
  margin-bottom: 1.8125rem;
  padding-bottom: 1.8125rem;
  position: relative;
  border-top: 2px #d7d2cb solid;
  padding-bottom: 0.90625rem;
  padding-top: 2.0625rem; }
  .ornamented-title .ornament {
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%); }

.quickfact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  text-align: center; }
  .quickfact .stat {
    -webkit-box-flex: 0;
        -ms-flex: 0  auto;
            flex: 0  auto;
    font-size: 4.25rem;
    max-width: 100%; }
  .quickfact .desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 1rem;
    max-width: 100%; }

.gridheader {
  color: #fefefe;
  background: #b9975b url("../images/design/triangle-perspective.png") scroll no-repeat 50% 50%/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  text-align: center; }
  .gridheader label {
    color: #fefefe; }
  .gridheader a {
    font-weight: bold; }
    .gridheader a:link, .gridheader a:visited {
      color: #e9df97; }
    .gridheader a:hover, .gridheader a:active {
      color: #f6f2d5; }
    .gridheader a.aux-link:hover, .gridheader a.aux-link:active {
      color: #e9df97; }
  .gridheader a.button,
  .gridheader button {
    background-color: transparent;
    border: solid 1px #e9df97;
    color: #e9df97; }
    .gridheader a.button:hover,
    .gridheader button:hover {
      color: #0a0a0a; }
    .gridheader a.button::before,
    .gridheader button::before {
      background-color: transparent; }
    .gridheader a.button::after,
    .gridheader button::after {
      background-color: #e9df97; }
  .gridheader input.button {
    background-color: transparent; }
    .gridheader input.button:hover {
      background-color: #e9df97;
      text-decoration: underline; }
  .gridheader .block {
    color: #fefefe; }
  .gridheader .subheading {
    color: #d7d2cb;
    font-style: italic; }
  .gridheader .pullquote {
    border-image-source: url("../images/design/quote_rectangle.png"); }
    .gridheader .pullquote .quote-content {
      color: #fefefe;
      font-family: "proxima-nova", sans-serif;
      font-size: 1rem;
      font-style: normal;
      line-height: 1.25; }
    .gridheader .pullquote cite {
      color: #fefefe;
      display: block;
      text-align: left; }
      .gridheader .pullquote cite::before {
        background: none;
        content: none;
        display: none;
        width: initial; }
      .gridheader .pullquote cite span {
        padding-left: 0; }
      .gridheader .pullquote cite a svg {
        -webkit-transform: translateY(30%);
                transform: translateY(30%); }
  .gridheader .block-system-breadcrumbs li:first-child a {
    color: #fefefe; }
  .gridheader .heading-group {
    margin-bottom: 0; }
  .gridheader p {
    margin-bottom: 0;
    font-size: 1rem; }
    .gridheader p::before {
      background-color: #d7d2cb;
      content: '';
      display: block;
      height: 2px;
      margin: 0.375rem 0;
      width: 20%; }
    .gridheader p::before {
      background-color: #e9df97;
      margin: 1rem auto; }

.gridbutton {
  background-color: #2d2d2d;
  position: relative; }
  .gridbutton .overlay {
    color: #fefefe;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    padding: 2rem;
    position: absolute;
    right: 0;
    top: 0; }
    .gridbutton .overlay label {
      color: #fefefe; }
    .gridbutton .overlay a {
      font-weight: bold; }
      .gridbutton .overlay a:link, .gridbutton .overlay a:visited {
        color: #e9df97; }
      .gridbutton .overlay a:hover, .gridbutton .overlay a:active {
        color: #f6f2d5; }
      .gridbutton .overlay a.aux-link:hover, .gridbutton .overlay a.aux-link:active {
        color: #e9df97; }
    .gridbutton .overlay a.button,
    .gridbutton .overlay button {
      background-color: transparent;
      border: solid 1px #e9df97;
      color: #e9df97; }
      .gridbutton .overlay a.button:hover,
      .gridbutton .overlay button:hover {
        color: #0a0a0a; }
      .gridbutton .overlay a.button::before,
      .gridbutton .overlay button::before {
        background-color: transparent; }
      .gridbutton .overlay a.button::after,
      .gridbutton .overlay button::after {
        background-color: #e9df97; }
    .gridbutton .overlay input.button {
      background-color: transparent; }
      .gridbutton .overlay input.button:hover {
        background-color: #e9df97;
        text-decoration: underline; }
    .gridbutton .overlay .block {
      color: #fefefe; }
    .gridbutton .overlay .subheading {
      color: #d7d2cb;
      font-style: italic; }
    .gridbutton .overlay .pullquote {
      border-image-source: url("../images/design/quote_rectangle.png"); }
      .gridbutton .overlay .pullquote .quote-content {
        color: #fefefe;
        font-family: "proxima-nova", sans-serif;
        font-size: 1rem;
        font-style: normal;
        line-height: 1.25; }
      .gridbutton .overlay .pullquote cite {
        color: #fefefe;
        display: block;
        text-align: left; }
        .gridbutton .overlay .pullquote cite::before {
          background: none;
          content: none;
          display: none;
          width: initial; }
        .gridbutton .overlay .pullquote cite span {
          padding-left: 0; }
        .gridbutton .overlay .pullquote cite a svg {
          -webkit-transform: translateY(30%);
                  transform: translateY(30%); }
    .gridbutton .overlay .block-system-breadcrumbs li:first-child a {
      color: #fefefe; }
    .gridbutton .overlay a.button,
    .gridbutton .overlay button {
      margin-right: 0;
      background-color: #0a0a0a;
      background-color: rgba(0, 0, 0, 0.5); }

.main-header h1, .main-header .alpha {
  font-size: 2.75rem;
  font-weight: bold;
  line-height: 1.136;
  margin-bottom: 0; }

.main-header .subheading {
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase; }

.summary img,
.summary-list img {
  display: block;
  width: 100%; }

.summary .image-container,
.summary-list .image-container {
  border: 1px #d7d2cb solid;
  position: relative; }
  .summary .image-container span,
  .summary-list .image-container span {
    background-color: #ae1630;
    bottom: 0;
    color: #fefefe;
    display: block;
    font-weight: bold;
    padding: 0.375rem;
    position: absolute;
    right: 0;
    text-transform: uppercase; }
  .summary .image-container svg,
  .summary-list .image-container svg {
    display: block;
    height: 15px;
    width: 18px; }
  .summary .image-container + .summary-container,
  .summary-list .image-container + .summary-container {
    margin: 0.875rem 0; }

.summary .summary-container .field-news-date,
.summary-list .summary-container .field-news-date {
  margin-top: 0;
  padding-top: 0; }

.summary.balanced-layout,
.summary-list.balanced-layout {
  display: block;
  width: 100%; }

@media screen and (min-width: 64em) {
  .summary.balanced-layout {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .summary.balanced-layout .image-container {
      margin-right: 0.5rem;
      width: 50%; }
    .summary.balanced-layout .summary-container {
      margin-bottom: 0;
      margin-left: 0.5rem;
      margin-top: 0;
      width: 50%; } }

.rule-left,
.rule-right {
  fill: none;
  stroke: #0a0a0a;
  stroke-linecap: square;
  stroke-miterlimit: 10;
  stroke-width: 2px; }

.feature-image {
  height: auto;
  width: 100%; }
  .feature-image polygon {
    display: none; }

@media screen and (min-width: 40em) {
  .feature-image.show-lll rect {
    display: none; }
  .feature-image.show-lll .frame-lll {
    display: block; }
  .feature-image.show-llr rect {
    display: none; }
  .feature-image.show-llr .frame-llr {
    display: block; }
  .feature-image.show-lrl rect {
    display: none; }
  .feature-image.show-lrl .frame-lrl {
    display: block; }
  .feature-image.show-lrr rect {
    display: none; }
  .feature-image.show-lrr .frame-lrr {
    display: block; }
  .feature-image.show-rhl rect {
    display: none; }
  .feature-image.show-rhl .frame-rhl {
    display: block; }
  .feature-image.show-rhr rect {
    display: none; }
  .feature-image.show-rhr .frame-rhr {
    display: block; } }

.article-header h1, .article-header .alpha {
  font-size: 2.5em; }

.byline {
  font-size: 0.75em;
  font-style: italic;
  margin-bottom: 0.5em; }

.social-share {
  margin-bottom: 1em;
  overflow: hidden; }
  .social-share li {
    float: left;
    margin-right: 0.5em; }
  .social-share a {
    color: #fefefe;
    display: block;
    padding: 0.5em; }
    .social-share a:hover {
      background: #696969; }

.block.banner {
  margin-bottom: 0; }

.banner {
  color: #fefefe;
  background-color: #2d2d2d;
  padding-bottom: 3rem;
  padding-top: 2.375rem; }
  .banner label {
    color: #fefefe; }
  .banner a {
    font-weight: bold; }
    .banner a:link, .banner a:visited {
      color: #e9df97; }
    .banner a:hover, .banner a:active {
      color: #f6f2d5; }
    .banner a.aux-link:hover, .banner a.aux-link:active {
      color: #e9df97; }
  .banner a.button,
  .banner button {
    background-color: transparent;
    border: solid 1px #e9df97;
    color: #e9df97; }
    .banner a.button:hover,
    .banner button:hover {
      color: #0a0a0a; }
    .banner a.button::before,
    .banner button::before {
      background-color: transparent; }
    .banner a.button::after,
    .banner button::after {
      background-color: #e9df97; }
  .banner input.button {
    background-color: transparent; }
    .banner input.button:hover {
      background-color: #e9df97;
      text-decoration: underline; }
  .banner .block {
    color: #fefefe; }
  .banner .subheading {
    color: #d7d2cb;
    font-style: italic; }
  .banner .pullquote {
    border-image-source: url("../images/design/quote_rectangle.png"); }
    .banner .pullquote .quote-content {
      color: #fefefe;
      font-family: "proxima-nova", sans-serif;
      font-size: 1rem;
      font-style: normal;
      line-height: 1.25; }
    .banner .pullquote cite {
      color: #fefefe;
      display: block;
      text-align: left; }
      .banner .pullquote cite::before {
        background: none;
        content: none;
        display: none;
        width: initial; }
      .banner .pullquote cite span {
        padding-left: 0; }
      .banner .pullquote cite a svg {
        -webkit-transform: translateY(30%);
                transform: translateY(30%); }
  .banner .block-system-breadcrumbs li:first-child a {
    color: #fefefe; }
  .banner.banner-alert {
    background-color: #d40032; }
  .banner .content-constrain {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2em;
    padding-right: 2em; }
  .banner .icon-wrapper {
    margin-right: 1.625rem;
    max-width: 4.5rem; }
    .banner .icon-wrapper .icon {
      display: block;
      max-height: 4.5rem;
      max-width: 4.5rem; }
  .banner .editorial-wrapper {
    width: 100%; }
    .banner .editorial-wrapper h2, .banner .editorial-wrapper .beta {
      font-size: 2.5rem; }

.profile-header {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .profile-header::before, .profile-header::after {
    content: ' ';
    display: table; }
  .profile-header::after {
    clear: both; }
  .profile-header::before, .profile-header::after {
    content: ' ';
    display: table; }
  .profile-header::after {
    clear: both; }
  .profile-header .links a {
    display: block; }

table.people-list tbody th,
table.people-list tbody td {
  border-right-width: 0;
  max-width: 100%;
  padding: 0.5rem 1rem 0.75rem;
  vertical-align: middle; }

table.people-list tbody td:nth-child(2) {
  font-weight: bold;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

table.people-list figure {
  border: 1px #efedea solid; }

table.people-list .interests-group::before {
  background-color: #d7d2cb;
  content: '';
  display: block;
  height: 2px;
  margin: 0.375rem 0;
  width: 20%; }

table.people-list .interests-group ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  table.people-list .interests-group ul li {
    display: inline; }
    table.people-list .interests-group ul li::after {
      background-color: currentColor;
      content: '';
      display: inline-block;
      margin-left: 0.5em;
      margin-right: 0.3em;
      vertical-align: middle;
      border: transparent 1px solid;
      border-radius: 50%;
      height: 0.34em;
      margin-top: -2px;
      width: 0.34em; }
    table.people-list .interests-group ul li:last-child::after {
      display: none; }

table.people-list .contact-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .people-list thead {
    display: none; }
  .people-list tfoot {
    display: none; }
  .people-list tr,
  .people-list th,
  .people-list td {
    display: block; }
  .people-list td {
    border-top: 0; }
  .people-list td svg {
    display: none; }
  .people-list td:last-child {
    display: none; } }

@media screen and (min-width: 40em) {
  table.people-list figure {
    height: auto;
    width: 7.75rem; }
  table.people-list tbody td,
  table.people-list tbody th {
    padding: 1.75rem; }
  table.people-list tbody td:first-child {
    border-right-width: 1px; } }

.bio h3, .bio .gamma {
  font-weight: bold; }

.bio figure {
  margin: 0 auto 1rem;
  max-width: 19rem;
  width: 100%; }

.contact-bar a {
  font-weight: bold; }

.contact-bar .heading {
  font-weight: normal;
  margin: 0; }

@media screen and (min-width: 81.25em) {
  .bio-details .paragraph-content {
    max-width: 100%; } }

@media screen and (min-width: 40em) {
  .bio figure {
    float: right;
    height: auto;
    margin-left: 1rem;
    margin-right: 0; } }

/*
 * header
 */
.header-container {
  -webkit-box-shadow: #a1a1a1 0 0 3px;
          box-shadow: #a1a1a1 0 0 3px;
  padding: 1em;
  position: relative;
  z-index: 3; }

.header .logo-horizontal {
  display: none; }

.header .logo-vertical {
  height: 3.75rem;
  width: 100%; }

.header .off-canvas-control {
  margin: 1rem auto; }
  .header .off-canvas-control button {
    display: block;
    margin: 0 auto; }

.header .menu-primary {
  display: none; }

.header .menu-utility {
  display: none; }

@media screen and (min-width: 20em) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header .logo-horizontal {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      height: 2.5625rem;
      width: 15.9375rem; }
    .header .logo-vertical {
      display: none; }
    .header .off-canvas-control {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin: 0;
      padding-left: 1em;
      position: relative; }
      .header .off-canvas-control button {
        margin: 0 0 0 auto; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .header .logo-horizontal {
    display: none; }
  .header .logo-vertical {
    display: block; }
  .header .menu-primary {
    margin: 1rem 0 0; }
  .header .menu-utility {
    font-size: 1rem;
    margin: 0 0 1rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

@media screen and (min-width: 40em) {
  .header-container {
    padding: 1rem 4.375rem 1rem 4.375rem; }
  .header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .header .menu-primary {
      display: block;
      padding-left: 1rem; }
    .header .menu-utility {
      display: block;
      text-align: right; }
    .header .off-canvas-control {
      display: none; } }

@media screen and (min-width: 64em) {
  .header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto;
    max-width: 78.75rem; }
    .header .logo-horizontal {
      width: 20vw; } }

@media screen and (min-width: 81.25em) {
  .header .logo-horizontal {
    width: 15.9375rem; } }

.banner .single-banner {
  max-height: 30rem;
  overflow: hidden; }
  .banner .single-banner + .banner__text-overlay {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #fefefe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 2em;
    height: 30rem;
    margin: -30rem auto 0;
    padding: 1em;
    position: relative;
    width: 78.75rem; }

@media screen and (min-width: 40em) {
  .breadcrumb-wrapper {
    height: 2.1875rem;
    max-width: 100%; }
  .breadcrumb-inner-wrapper {
    height: 2.1875rem;
    position: relative;
    top: 0; }
    .breadcrumb-inner-wrapper::after {
      background-color: #852633;
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      right: -100%;
      top: 0;
      z-index: 0; }
  .breadcrumbs {
    padding-right: 1rem;
    position: relative;
    z-index: 1; } }

@media screen and (min-width: 64em) {
  .header.has-banner .header-banner {
    height: 23.375rem; } }

/*
 * footer
 */
.footer-wrapper {
  color: #fefefe;
  background-color: #3d3935;
  clear: both;
  padding-bottom: 1.5em;
  padding-top: 1.5em; }
  .footer-wrapper label {
    color: #fefefe; }
  .footer-wrapper a {
    font-weight: bold; }
    .footer-wrapper a:link, .footer-wrapper a:visited {
      color: #e9df97; }
    .footer-wrapper a:hover, .footer-wrapper a:active {
      color: #f6f2d5; }
    .footer-wrapper a.aux-link:hover, .footer-wrapper a.aux-link:active {
      color: #e9df97; }
  .footer-wrapper a.button,
  .footer-wrapper button {
    background-color: transparent;
    border: solid 1px #e9df97;
    color: #e9df97; }
    .footer-wrapper a.button:hover,
    .footer-wrapper button:hover {
      color: #0a0a0a; }
    .footer-wrapper a.button::before,
    .footer-wrapper button::before {
      background-color: transparent; }
    .footer-wrapper a.button::after,
    .footer-wrapper button::after {
      background-color: #e9df97; }
  .footer-wrapper input.button {
    background-color: transparent; }
    .footer-wrapper input.button:hover {
      background-color: #e9df97;
      text-decoration: underline; }
  .footer-wrapper .block {
    color: #fefefe; }
  .footer-wrapper .subheading {
    color: #d7d2cb;
    font-style: italic; }
  .footer-wrapper .pullquote {
    border-image-source: url("../images/design/quote_rectangle.png"); }
    .footer-wrapper .pullquote .quote-content {
      color: #fefefe;
      font-family: "proxima-nova", sans-serif;
      font-size: 1rem;
      font-style: normal;
      line-height: 1.25; }
    .footer-wrapper .pullquote cite {
      color: #fefefe;
      display: block;
      text-align: left; }
      .footer-wrapper .pullquote cite::before {
        background: none;
        content: none;
        display: none;
        width: initial; }
      .footer-wrapper .pullquote cite span {
        padding-left: 0; }
      .footer-wrapper .pullquote cite a svg {
        -webkit-transform: translateY(30%);
                transform: translateY(30%); }
  .footer-wrapper .block-system-breadcrumbs li:first-child a {
    color: #fefefe; }
  .footer-wrapper .block {
    text-align: center; }

.footer {
  margin: 0 auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (min-width: 81.25em) {
    .footer {
      max-width: 78.75rem; } }
  .footer .logo-springfield {
    margin: 0 auto; }
  .footer > div {
    margin-bottom: 1.5em;
    text-align: center; }
  .footer .navigation-social {
    margin-top: 1.5em; }
  .footer svg.facebook-icon rect {
    display: none; }
  .footer .heading-group h2, .footer .heading-group .beta {
    font-size: 1.125rem; }
  .footer .heading-group .subheading {
    font-size: 0.8125rem;
    font-style: italic; }

@media screen and (min-width: 40em) {
  .footer-wrapper {
    padding: 1rem 4.375rem; }
  .footer {
    padding-left: 1rem;
    padding-right: 1rem; }
    .footer .navigation-social {
      margin-left: auto;
      margin-right: auto;
      width: 30%; } }

@media screen and (min-width: 36.875em) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0.8125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto; }
    .footer > div {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      text-align: left; }
    .footer .region-footer-one {
      width: 60%; }
    .footer .region-footer-two {
      width: 50%; }
    .footer .region-footer-three {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      width: 40%; } }

@media screen and (min-width: 73em) {
  .footer-wrapper {
    padding: 1rem 0; }
    .footer-wrapper .block {
      text-align: left; }
  .footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer .region-footer-one {
      width: 25%; }
    .footer .region-footer-two {
      width: 51%; }
    .footer .region-footer-three {
      width: 15%; }
    .footer .navigation-social {
      width: 100%; } }

/*
 * ribbons
 */
.ribbon-container {
  background-color: #0a0a0a;
  color: #fefefe; }
  .ribbon-container a:link,
  .ribbon-container a:visited {
    color: #e9df97; }
  .ribbon-container a:hover,
  .ribbon-container a:active {
    color: #ff6a39; }
  .ribbon-container a:focus {
    color: #f6f2d5; }

.ribbon {
  text-align: center; }
  .ribbon .menu-item {
    border-right: 1px #868686 solid;
    margin-right: 0.4em;
    padding-right: 0.3em; }
    .ribbon .menu-item:last-child {
      border-right-width: 0;
      margin-right: 0;
      padding-right: 0; }
  @media screen and (min-width: 40em) {
    .ribbon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .ribbon > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        padding: 2px 5px;
        width: 50%; }
        .ribbon > *:nth-child(odd) {
          text-align: left; }
        .ribbon > *:nth-child(even) {
          text-align: right; } }
  @media screen and (min-width: 64em) {
    .ribbon {
      margin: 0 auto;
      width: 75rem; } }

/*
 * teaser.mustache
 */
.teaser {
  border: solid 1px #c2c2c2;
  padding: 1em;
  position: relative; }
  .teaser::before, .teaser::after {
    content: ' ';
    display: table; }
  .teaser::after {
    clear: both; }
  .teaser .superheading {
    font-size: 0.9em;
    text-transform: uppercase; }
  .teaser .headline {
    color: #862633;
    font: bold 1.6em "quatro-slab", serif; }
  .teaser .subhead {
    font: bold 1.2em "quatro-slab", serif;
    margin-top: 0.5em; }
  .teaser .blurb {
    font: normal 1em "Knockout 50 A", "Knockout 50 B", "arial narrow", "trebuchet ms", sans-serif;
    margin-top: 1em; }
  .teaser .teaser-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 200px; }
  .teaser .headgroup,
  .teaser .blurb {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .teaser .jumpline {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 1em; }
    .teaser .jumpline .button {
      bottom: 0;
      margin-bottom: 0; }
  .teaser.has-image .lead-image {
    float: left; }
  .teaser.has-image .teaser-content {
    margin-left: calc(200px + 1rem); }
  .teaser.has-icon .fa {
    float: left;
    font-size: 5em; }
  .teaser.has-icon .teaser-content {
    margin-left: 7em;
    min-height: 0; }
  .teaser.has-date .date {
    border-right: solid 2px #611e44;
    float: left;
    font-size: 2em;
    line-height: 1;
    padding-right: 1rem;
    text-align: left;
    width: 2.5em; }
    .teaser.has-date .date .month,
    .teaser.has-date .date .day {
      display: block; }
    .teaser.has-date .date .month {
      color: #611e44; }
      .teaser.has-date .date .month::after {
        content: '.'; }
    .teaser.has-date .date .day {
      color: #862633;
      font-size: 1.5em; }
  .teaser.has-date .teaser-content {
    margin-left: 6em;
    min-height: 0; }
  .teaser.image-overlay {
    height: 300px;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 400px;
    z-index: 0; }
    .teaser.image-overlay .teaser-content {
      background-color: rgba(134, 38, 51, 0.6);
      color: #fefefe;
      height: 300px;
      padding-bottom: 1em;
      padding-left: 1em;
      padding-right: 1em;
      padding-top: 1em;
      position: relative;
      -webkit-transform: translateY(60%);
              transform: translateY(60%);
      -webkit-transition: background-color 0.3s, padding-top 0.3s, -webkit-transform 0.3s, -webkit-box-pack 0.3s;
      transition: background-color 0.3s, padding-top 0.3s, -webkit-transform 0.3s, -webkit-box-pack 0.3s;
      transition: transform 0.3s, background-color 0.3s, justify-content 0.3s, padding-top 0.3s;
      transition: transform 0.3s, background-color 0.3s, justify-content 0.3s, padding-top 0.3s, -webkit-transform 0.3s, -webkit-box-pack 0.3s, -ms-flex-pack 0.3s;
      width: 100%;
      z-index: 10; }
      .teaser.image-overlay .teaser-content p,
      .teaser.image-overlay .teaser-content h1,
      .teaser.image-overlay .teaser-content .alpha,
      .teaser.image-overlay .teaser-content h2,
      .teaser.image-overlay .teaser-content .beta,
      .teaser.image-overlay .teaser-content h3,
      .teaser.image-overlay .teaser-content .gamma,
      .teaser.image-overlay .teaser-content h4,
      .teaser.image-overlay .teaser-content .delta,
      .teaser.image-overlay .teaser-content h5,
      .teaser.image-overlay .teaser-content h6,
      .teaser.image-overlay .teaser-content .headline,
      .teaser.image-overlay .teaser-content .subhead,
      .teaser.image-overlay .teaser-content .jumpline {
        color: inherit; }
    .teaser.image-overlay > a,
    .teaser.image-overlay .lead-image {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
    .teaser.image-overlay img {
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .teaser.image-overlay .jumpline,
    .teaser.image-overlay .subhead {
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .teaser.image-overlay:hover .teaser-content, .teaser.image-overlay:active .teaser-content, .teaser.image-overlay:focus .teaser-content {
      background-color: rgba(134, 38, 51, 0.8);
      padding-top: 3em;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .teaser.image-overlay:hover .jumpline,
    .teaser.image-overlay:hover .subhead, .teaser.image-overlay:active .jumpline,
    .teaser.image-overlay:active .subhead, .teaser.image-overlay:focus .jumpline,
    .teaser.image-overlay:focus .subhead {
      opacity: 1; }

.teaser-fullwidth .heading {
  font-family: "Knockout 50 A", "Knockout 50 B", "arial narrow", "trebuchet ms", sans-serif;
  font-weight: normal;
  margin-bottom: 1rem;
  text-transform: uppercase; }

.teaser-fullwidth figure {
  margin-bottom: 1rem; }

@media screen and (min-width: 40em) {
  .teaser-fullwidth .heading {
    font-size: 2rem;
    line-height: 1.2; }
  .teaser-fullwidth figure {
    margin-bottom: 0; }
  .teaser-fullwidth.image-right .text-col {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

.teaser-multilink .flex-cols {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.teaser-multilink .col:nth-child(2) {
  padding: 2rem; }

.teaser-multilink li a {
  font-weight: bold; }

.full-teaser .heading {
  margin-bottom: 0.5em;
  text-align: center; }

.full-teaser ul {
  margin-top: 1em; }
  .full-teaser ul a {
    font-weight: bold;
    text-transform: uppercase; }

.full-teaser figcaption {
  padding: 1rem; }

.teaser-icon .field-link {
  margin-top: 0.5em; }

.teaser-icon .field-icon .icon {
  color: #868686;
  height: 3.125rem;
  width: 3.125rem; }

.teaser-icon .heading {
  font-size: 1.375rem;
  font-weight: normal;
  margin-bottom: 0.3em;
  margin-top: 0.5em;
  text-transform: uppercase; }

.teaser-icon p {
  margin-bottom: 0; }

.home-hero {
  padding: 0;
  background-color: #862633; }
  .home-hero .content-constrain {
    overflow: hidden; }
  .home-hero figure {
    color: #fefefe; }
    .home-hero figure label {
      color: #fefefe; }
    .home-hero figure a {
      font-weight: bold; }
      .home-hero figure a:link, .home-hero figure a:visited {
        color: #e9df97; }
      .home-hero figure a:hover, .home-hero figure a:active {
        color: #f6f2d5; }
      .home-hero figure a.aux-link:hover, .home-hero figure a.aux-link:active {
        color: #e9df97; }
    .home-hero figure a.button,
    .home-hero figure button {
      background-color: transparent;
      border: solid 1px #e9df97;
      color: #e9df97; }
      .home-hero figure a.button:hover,
      .home-hero figure button:hover {
        color: #0a0a0a; }
      .home-hero figure a.button::before,
      .home-hero figure button::before {
        background-color: transparent; }
      .home-hero figure a.button::after,
      .home-hero figure button::after {
        background-color: #e9df97; }
    .home-hero figure input.button {
      background-color: transparent; }
      .home-hero figure input.button:hover {
        background-color: #e9df97;
        text-decoration: underline; }
    .home-hero figure .block {
      color: #fefefe; }
    .home-hero figure .subheading {
      color: #d7d2cb;
      font-style: italic; }
    .home-hero figure .pullquote {
      border-image-source: url("../images/design/quote_rectangle.png"); }
      .home-hero figure .pullquote .quote-content {
        color: #fefefe;
        font-family: "proxima-nova", sans-serif;
        font-size: 1rem;
        font-style: normal;
        line-height: 1.25; }
      .home-hero figure .pullquote cite {
        color: #fefefe;
        display: block;
        text-align: left; }
        .home-hero figure .pullquote cite::before {
          background: none;
          content: none;
          display: none;
          width: initial; }
        .home-hero figure .pullquote cite span {
          padding-left: 0; }
        .home-hero figure .pullquote cite a svg {
          -webkit-transform: translateY(30%);
                  transform: translateY(30%); }
    .home-hero figure .block-system-breadcrumbs li:first-child a {
      color: #fefefe; }
  .home-hero figcaption {
    padding: 1rem; }
  .home-hero h1, .home-hero .alpha {
    font-size: 1.5rem; }

@media screen and (min-width: 64em) {
  .home-hero h1, .home-hero .alpha {
    font-size: 2.5rem; }
  .home-hero figure {
    position: relative; }
  .home-hero figcaption {
    bottom: 0;
    padding-left: 4rem;
    padding-right: 1rem;
    position: absolute;
    right: 0;
    max-width: 80%; }
    .home-hero figcaption::before {
      background-color: #862633;
      bottom: 0;
      content: '';
      left: 0;
      opacity: 0.8;
      position: absolute;
      right: -2.1rem;
      top: 0;
      -webkit-transform: skewX(-30deg);
              transform: skewX(-30deg);
      z-index: 0; }
  .home-hero h2, .home-hero .beta {
    font-size: 2.5rem; }
  .home-hero cite {
    color: white;
    font-style: normal;
    font-weight: bold; }
  .home-hero .heading-group {
    margin-right: 2rem;
    z-index: 1; } }

@media screen and (min-width: 81.25em) {
  .home-hero .content-constrain {
    max-width: none; }
  .home-hero figcaption {
    max-width: 60%; } }

.vertical-hero {
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 40em) {
    .vertical-hero .fill::before {
      background: transparent url("../images/design/background-triangle-overlay-left.png");
      content: '';
      height: 316px;
      left: 0;
      position: absolute;
      top: 0;
      width: 183px; }
    .vertical-hero .fill::after {
      background: transparent url("../images/design/background-triangle-overlay-right.png") scroll no-repeat;
      bottom: 0;
      content: '';
      height: 634px;
      position: absolute;
      right: 0;
      width: 336px; }
    .vertical-hero .heading {
      font-size: 2.25rem;
      letter-spacing: -1px; }
    .vertical-hero .field-subtitle {
      font-size: 1.25rem;
      letter-spacing: -1px; } }
  @media screen and (min-width: 73.375em) {
    .vertical-hero .heading-group {
      padding: 2rem;
      text-align: center; }
    .vertical-hero .heading {
      font-size: 2.75rem;
      letter-spacing: -2px; }
    .vertical-hero .field-subtitle {
      font-size: 1.5rem;
      letter-spacing: -1px; } }
  .vertical-hero .fill {
    background-color: #611e44;
    bottom: 15%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .vertical-hero .hero-content {
    margin: 0 auto;
    max-width: 58.8125rem;
    position: relative;
    width: 100%;
    z-index: 2; }
  .vertical-hero .heading-group {
    padding: 1rem;
    text-align: center; }
    .vertical-hero .heading-group:last-child {
      margin-bottom: 0; }
  .vertical-hero .heading {
    color: #fefefe;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2; }
    .vertical-hero .heading + .field-subtitle::before {
      border-top: 2px #fefefe solid;
      content: '';
      display: block;
      margin: 2rem auto;
      text-indent: -9999em;
      width: 3em; }
  .vertical-hero .field-subtitle {
    color: #e9df97;
    font-size: 1.125rem;
    font-style: normal;
    line-height: 1.2; }

/* Summary Slideshow (items exposed sequentially in a slideshow) */
.heading-aux-link + .tiles,
.heading-aux-link + .slides {
  margin-top: 1.0625rem; }

.page-links {
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 81.25em) {
    .page-links {
      max-width: 58.8125rem; } }

@media screen and (min-width: 46.25em) {
  .teaser-icons .cell {
    padding: 0 2rem; }
    .teaser-icons .cell:first-child {
      padding-left: 0.5rem; }
    .teaser-icons .cell:last-child {
      padding-right: 0.5rem;
      border-right-width: 0; } }

@media screen and (min-width: 64em) {
  .teaser-icons .cell {
    border-right: 2px #dedede solid; } }

@media screen and (min-width: 40em) {
  .highlight-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .highlight-blocks .cell {
      margin: 0 1rem;
      max-width: 50%;
      min-width: 20%;
      width: 50%; }
      .highlight-blocks .cell:first-child {
        margin-left: 0; }
      .highlight-blocks .cell:last-child {
        margin-right: 0; } }

.block-core-tabs {
  background-color: #0a0a0a;
  margin-bottom: 0; }
  .block-core-tabs ul {
    font-weight: bold;
    list-style: none;
    margin: 0 auto;
    width: 78.75rem; }
    .block-core-tabs ul li {
      display: inline-block;
      margin: 0;
      padding: 0.125rem 0.5rem; }
    .block-core-tabs ul a.is-active {
      color: #fefefe; }

/* section-accordion */
/* Section header */
.section-header-wrapper {
  clear: both;
  overflow: hidden;
  padding: 1.5rem 1rem;
  background-color: #efedea;
  margin-top: 0;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem; }
  .section-header-wrapper .slick-arrow {
    background-color: #2d2d2d;
    color: #0a0a0a; }
  .section-header-wrapper + .on-dark,
  .section-header-wrapper + .on-light, .section-header-wrapper:first-child {
    margin-top: 0; }
  @media screen and (min-width: 64em) {
    .section-header-wrapper {
      padding-left: 4.375rem;
      padding-right: 4.375rem; } }
  @media screen and (min-width: 81.25em) {
    .section-header-wrapper {
      padding-left: 0;
      padding-right: 0; } }

.section-header-content {
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 81.25em) {
    .section-header-content {
      max-width: 75rem; } }
  .section-header-content .paragraph {
    background-color: #fefefe;
    border: 1px #d7d2cb solid;
    padding: 1rem; }

/* section page title */
.page-title,
.page-breadcrumbs {
  color: #fefefe;
  background-color: #ae1630;
  background-image: linear-gradient(-60deg, #ae1630 5%, transparent 5%, transparent 90%, #ae1630 90%), url("../images/design/pageheader_bkg.jpg");
  background-position: 50% 50%, 100% 20%;
  background-size: contain,cover;
  margin-top: 0;
  padding-bottom: 2.375rem;
  padding-top: 1.375rem; }
  .page-title label,
  .page-breadcrumbs label {
    color: #fefefe; }
  .page-title a,
  .page-breadcrumbs a {
    font-weight: bold; }
    .page-title a:link, .page-title a:visited,
    .page-breadcrumbs a:link,
    .page-breadcrumbs a:visited {
      color: #e9df97; }
    .page-title a:hover, .page-title a:active,
    .page-breadcrumbs a:hover,
    .page-breadcrumbs a:active {
      color: #f6f2d5; }
    .page-title a.aux-link:hover, .page-title a.aux-link:active,
    .page-breadcrumbs a.aux-link:hover,
    .page-breadcrumbs a.aux-link:active {
      color: #e9df97; }
  .page-title a.button,
  .page-title button,
  .page-breadcrumbs a.button,
  .page-breadcrumbs button {
    background-color: transparent;
    border: solid 1px #e9df97;
    color: #e9df97; }
    .page-title a.button:hover,
    .page-title button:hover,
    .page-breadcrumbs a.button:hover,
    .page-breadcrumbs button:hover {
      color: #0a0a0a; }
    .page-title a.button::before,
    .page-title button::before,
    .page-breadcrumbs a.button::before,
    .page-breadcrumbs button::before {
      background-color: transparent; }
    .page-title a.button::after,
    .page-title button::after,
    .page-breadcrumbs a.button::after,
    .page-breadcrumbs button::after {
      background-color: #e9df97; }
  .page-title input.button,
  .page-breadcrumbs input.button {
    background-color: transparent; }
    .page-title input.button:hover,
    .page-breadcrumbs input.button:hover {
      background-color: #e9df97;
      text-decoration: underline; }
  .page-title .block,
  .page-breadcrumbs .block {
    color: #fefefe; }
  .page-title .subheading,
  .page-breadcrumbs .subheading {
    color: #d7d2cb;
    font-style: italic; }
  .page-title .pullquote,
  .page-breadcrumbs .pullquote {
    border-image-source: url("../images/design/quote_rectangle.png"); }
    .page-title .pullquote .quote-content,
    .page-breadcrumbs .pullquote .quote-content {
      color: #fefefe;
      font-family: "proxima-nova", sans-serif;
      font-size: 1rem;
      font-style: normal;
      line-height: 1.25; }
    .page-title .pullquote cite,
    .page-breadcrumbs .pullquote cite {
      color: #fefefe;
      display: block;
      text-align: left; }
      .page-title .pullquote cite::before,
      .page-breadcrumbs .pullquote cite::before {
        background: none;
        content: none;
        display: none;
        width: initial; }
      .page-title .pullquote cite span,
      .page-breadcrumbs .pullquote cite span {
        padding-left: 0; }
      .page-title .pullquote cite a svg,
      .page-breadcrumbs .pullquote cite a svg {
        -webkit-transform: translateY(30%);
                transform: translateY(30%); }
  .page-title .block-system-breadcrumbs li:first-child a,
  .page-breadcrumbs .block-system-breadcrumbs li:first-child a {
    color: #fefefe; }
  .page-title .subheading,
  .page-breadcrumbs .subheading {
    color: #fff;
    font-style: normal; }
  .page-title .block-system-breadcrumbs,
  .page-breadcrumbs .block-system-breadcrumbs {
    margin-bottom: 1.875rem; }

.page-breadcrumbs {
  padding-bottom: 1.875rem; }
  .page-breadcrumbs .block-system-breadcrumbs {
    margin-bottom: 0; }

.page-headline h1, .page-headline .alpha {
  font-weight: bold;
  margin-bottom: 0; }

.page-headline .subheading {
  color: #fefefe;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase; }

/* Section Search */
.section-search-wrapper {
  clear: both;
  overflow: hidden;
  padding: 1.5rem 1rem;
  background-color: #efedea;
  margin-top: 0;
  padding-bottom: 1.875rem;
  padding-top: 2.5rem; }
  .section-search-wrapper .slick-arrow {
    background-color: #2d2d2d;
    color: #0a0a0a; }
  .section-search-wrapper + .on-dark,
  .section-search-wrapper + .on-light, .section-search-wrapper:first-child {
    margin-top: 0; }
  @media screen and (min-width: 64em) {
    .section-search-wrapper {
      padding-left: 4.375rem;
      padding-right: 4.375rem; } }
  @media screen and (min-width: 81.25em) {
    .section-search-wrapper {
      padding-left: 0;
      padding-right: 0; } }
  .section-search-wrapper form {
    margin: 1.375rem auto; }

.section-search-content {
  margin: 0 auto;
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 81.25em) {
    .section-search-content {
      max-width: 58.8125rem; } }

.section-alpha-list .letter-links {
  margin-bottom: 1rem;
  margin-left: 38px;
  margin-right: 45px; }

.section-icon-grid .section-title {
  text-align: center; }

.section-icon-grid .labeled-icon {
  padding: 1rem; }

@media screen and (min-width: 24.375em) {
  .icon-grid-icons {
    border: 2px #d7d2cb solid;
    border-width: 0 0 2px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .icon-grid-icons .labeled-icon {
      border: 2px #d7d2cb solid;
      border-width: 2px 2px 0 0;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      width: 50%; } }

@media screen and (min-width: 40em) {
  .icon-grid-icons .labeled-icon {
    width: 33%; } }

@media screen and (min-width: 64em) {
  .icon-grid-icons .labeled-icon {
    width: 25%; } }

@media screen and (min-width: 81.25em) {
  .icon-grid-icons .labeled-icon {
    width: 20%; } }

.section-column-list .content-constrain {
  border-top: 2px #d7d2cb solid;
  padding-top: 2rem; }

.section-column-list .section-title {
  font-size: 1.5rem;
  text-transform: none; }

.section-column-list .column-container::before {
  background-color: #d7d2cb;
  content: '';
  display: block;
  height: 2px;
  margin: 0.375rem 0;
  width: 20%; }

.section-column-list .column-list {
  margin-top: 1rem; }

.section-quickfacts .item-grid {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.section-quickfacts .quickfact {
  height: 100%;
  padding: 1rem; }

.section-social {
  text-align: center; }
  .section-social .heading {
    font-size: 2.125rem; }
  .section-social svg {
    display: block;
    height: 2.625rem;
    width: 2.625rem; }

.section-photobar {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative; }
  .section-photobar figure {
    background-color: #0a0a0a;
    margin-bottom: 1rem; }
  .section-photobar .text-teaser {
    margin-bottom: 2rem; }
  .section-photobar .slick-slide figure {
    max-height: 364px;
    overflow: hidden; }
  .section-photobar .slick-slide .text-teaser {
    margin-bottom: 0; }
  .section-photobar .slick-slide img {
    max-width: 100%;
    opacity: 0.5;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity; }
  .section-photobar .slick-slide.slick-active img {
    opacity: 1; }

@media screen and (min-width: 40.625em) {
  .section-photobar {
    padding-left: 0;
    padding-right: 0; }
    .section-photobar .slick-slide {
      max-width: 650px;
      position: relative; }
    .section-photobar .text-teaser {
      opacity: 0.3;
      padding-left: 1rem;
      padding-right: 1rem;
      -webkit-transition: 0.3s opacity;
      transition: 0.3s opacity; }
    .section-photobar .slick-active .text-teaser {
      opacity: 1; }
    .section-photobar .slick-next,
    .section-photobar .slick-prev {
      top: 11.375rem; } }

@media screen and (min-width: 64em) {
  .section-photobar .slick-track {
    -webkit-transform: translateX(106px);
            transform: translateX(106px); }
  .section-photobar .slick-slide {
    max-width: 786px; }
    .section-photobar .slick-slide figure {
      max-height: 442px; }
  .section-photobar .text-teaser {
    opacity: 0;
    background-color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 350px;
    -webkit-transition: 0.3s opacity, 0.3s -webkit-transform;
    transition: 0.3s opacity, 0.3s -webkit-transform;
    transition: 0.3s opacity, 0.3s transform;
    transition: 0.3s opacity, 0.3s transform, 0.3s -webkit-transform;
    padding: 1rem; }
    .section-photobar .text-teaser .heading {
      font-size: 2.125rem;
      margin-top: .3em;
      margin-bottom: .3em; }
      .section-photobar .text-teaser .heading::before {
        display: none; }
    .section-photobar .text-teaser .excerpt {
      font-size: 1rem; }
  .section-photobar .slick-active .text-teaser {
    opacity: 1;
    -webkit-transform: translate(-180px, -50%);
            transform: translate(-180px, -50%); } }

@media screen and (min-width: 78.75em) {
  .section-photobar .slick-track {
    -webkit-transform: translateX(164px);
            transform: translateX(164px); }
  .section-photobar .text-teaser {
    width: 432px; }
  .section-photobar .slick-active .text-teaser {
    opacity: 1;
    -webkit-transform: translate(-373px, -50%);
            transform: translate(-373px, -50%); } }

@media screen and (min-width: 40.625em) {
  .slideshow--feature,
  .slideshow--centered,
  .slideshow--aside,
  .slideshow--fourup,
  .slideshow--threeup {
    visibility: hidden; }
    .slideshow--feature.slick-initialized,
    .slideshow--centered.slick-initialized,
    .slideshow--aside.slick-initialized,
    .slideshow--fourup.slick-initialized,
    .slideshow--threeup.slick-initialized {
      visibility: visible; } }

.slideshow--aside {
  display: none; }
  .slideshow--aside.slick-initialized {
    display: block; }

.section-photogrid header {
  margin-bottom: 2rem; }

.academics-programs-list a {
  font-weight: bold; }
  .academics-programs-list a:link, .academics-programs-list a:visited {
    text-decoration: none; }
  .academics-programs-list a:hover, .academics-programs-list a:active {
    text-decoration: underline; }

.academics-programs-list h2 + .multicolumns::before, .academics-programs-list .beta + .multicolumns::before {
  background-color: #d7d2cb;
  content: '';
  display: block;
  height: 2px;
  margin: 0.375rem 0;
  width: 20%; }

.academics-programs-list h2 + .multicolumns::before, .academics-programs-list .beta + .multicolumns::before {
  margin-bottom: 0.7rem; }

.academics-programs-list .views-field-field-certificate-type {
  color: #3d3935;
  font-size: 0.875rem;
  margin-left: 0.2rem; }
  .academics-programs-list .views-field-field-certificate-type::before {
    content: '('; }
  .academics-programs-list .views-field-field-certificate-type::after {
    content: ')'; }

.academics-programs-list + .heading {
  margin-top: 1rem; }

@media screen and (min-width: 64em) {
  .program-head .flex-layout > .col:nth-child(odd) {
    width: 40%; }
  .program-head .flex-layout > .col:nth-child(even) {
    width: 60%; } }

/* styles shared by all in this group */
/* Default style based on version in the news comp */
.photo-feature {
  overflow: hidden;
  position: relative; }
  .photo-feature svg {
    display: block; }
  .photo-feature .photo-feature-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
  .photo-feature .editorial-wrapper {
    font-size: 1rem; }
  .photo-feature .feature-image {
    padding: 0;
    z-index: 2; }
  .photo-feature .image-col {
    margin-left: -1rem;
    margin-right: -1rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .photo-feature .teaser-col {
    max-height: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .photo-feature .pullquote {
    border-width: 0;
    margin: 1rem 0;
    padding: 0; }
    .photo-feature .pullquote p {
      font-family: "quatro-slab", serif; }
  .photo-feature .quote-content {
    margin-top: 0; }
  .photo-feature cite {
    text-align: left; }
  .photo-feature .field-link {
    margin-top: 0.5em; }
    .photo-feature .field-link .button {
      margin-bottom: 0.5em; }
  .photo-feature .rule-container {
    bottom: 0;
    display: none;
    left: 50%;
    margin: 0;
    max-width: 78.75rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    z-index: 3; }
  .photo-feature .rule-leftside {
    bottom: 0;
    height: 40%;
    left: 58%;
    position: absolute;
    width: auto;
    z-index: 3; }
    .photo-feature .rule-leftside line {
      stroke-width: 5; }
  .photo-feature .rule-rightside {
    height: 50%;
    position: absolute;
    right: -15px;
    top: 0;
    width: auto;
    z-index: 3; }
    .photo-feature .rule-rightside line {
      stroke-width: 5; }
  .photo-feature .teaser-frame {
    background-image: linear-gradient(-60deg, #efedea 5%, transparent 5%, transparent 88%, #efedea 88%);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .photo-feature line {
    stroke: #e9df97; }
  .photo-feature.color-brand {
    color: #fefefe; }
    .photo-feature.color-brand label {
      color: #fefefe; }
    .photo-feature.color-brand a {
      font-weight: bold; }
      .photo-feature.color-brand a:link, .photo-feature.color-brand a:visited {
        color: #e9df97; }
      .photo-feature.color-brand a:hover, .photo-feature.color-brand a:active {
        color: #f6f2d5; }
      .photo-feature.color-brand a.aux-link:hover, .photo-feature.color-brand a.aux-link:active {
        color: #e9df97; }
    .photo-feature.color-brand a.button,
    .photo-feature.color-brand button {
      background-color: transparent;
      border: solid 1px #e9df97;
      color: #e9df97; }
      .photo-feature.color-brand a.button:hover,
      .photo-feature.color-brand button:hover {
        color: #0a0a0a; }
      .photo-feature.color-brand a.button::before,
      .photo-feature.color-brand button::before {
        background-color: transparent; }
      .photo-feature.color-brand a.button::after,
      .photo-feature.color-brand button::after {
        background-color: #e9df97; }
    .photo-feature.color-brand input.button {
      background-color: transparent; }
      .photo-feature.color-brand input.button:hover {
        background-color: #e9df97;
        text-decoration: underline; }
    .photo-feature.color-brand .block {
      color: #fefefe; }
    .photo-feature.color-brand .subheading {
      color: #d7d2cb;
      font-style: italic; }
    .photo-feature.color-brand .pullquote {
      border-image-source: url("../images/design/quote_rectangle.png"); }
      .photo-feature.color-brand .pullquote .quote-content {
        color: #fefefe;
        font-family: "proxima-nova", sans-serif;
        font-size: 1rem;
        font-style: normal;
        line-height: 1.25; }
      .photo-feature.color-brand .pullquote cite {
        color: #fefefe;
        display: block;
        text-align: left; }
        .photo-feature.color-brand .pullquote cite::before {
          background: none;
          content: none;
          display: none;
          width: initial; }
        .photo-feature.color-brand .pullquote cite span {
          padding-left: 0; }
        .photo-feature.color-brand .pullquote cite a svg {
          -webkit-transform: translateY(30%);
                  transform: translateY(30%); }
    .photo-feature.color-brand .block-system-breadcrumbs li:first-child a {
      color: #fefefe; }
    .photo-feature.color-brand .teaser-frame {
      background-color: #862633;
      background-image: linear-gradient(-60deg, #AF1630 5%, #862633 5%, #862633 88%, #AF1630 88%); }
  .photo-feature.color-news {
    color: #fefefe; }
    .photo-feature.color-news label {
      color: #fefefe; }
    .photo-feature.color-news a {
      font-weight: bold; }
      .photo-feature.color-news a:link, .photo-feature.color-news a:visited {
        color: #e9df97; }
      .photo-feature.color-news a:hover, .photo-feature.color-news a:active {
        color: #f6f2d5; }
      .photo-feature.color-news a.aux-link:hover, .photo-feature.color-news a.aux-link:active {
        color: #e9df97; }
    .photo-feature.color-news a.button,
    .photo-feature.color-news button {
      background-color: transparent;
      border: solid 1px #e9df97;
      color: #e9df97; }
      .photo-feature.color-news a.button:hover,
      .photo-feature.color-news button:hover {
        color: #0a0a0a; }
      .photo-feature.color-news a.button::before,
      .photo-feature.color-news button::before {
        background-color: transparent; }
      .photo-feature.color-news a.button::after,
      .photo-feature.color-news button::after {
        background-color: #e9df97; }
    .photo-feature.color-news input.button {
      background-color: transparent; }
      .photo-feature.color-news input.button:hover {
        background-color: #e9df97;
        text-decoration: underline; }
    .photo-feature.color-news .block {
      color: #fefefe; }
    .photo-feature.color-news .subheading {
      color: #d7d2cb;
      font-style: italic; }
    .photo-feature.color-news .pullquote {
      border-image-source: url("../images/design/quote_rectangle.png"); }
      .photo-feature.color-news .pullquote .quote-content {
        color: #fefefe;
        font-family: "proxima-nova", sans-serif;
        font-size: 1rem;
        font-style: normal;
        line-height: 1.25; }
      .photo-feature.color-news .pullquote cite {
        color: #fefefe;
        display: block;
        text-align: left; }
        .photo-feature.color-news .pullquote cite::before {
          background: none;
          content: none;
          display: none;
          width: initial; }
        .photo-feature.color-news .pullquote cite span {
          padding-left: 0; }
        .photo-feature.color-news .pullquote cite a svg {
          -webkit-transform: translateY(30%);
                  transform: translateY(30%); }
    .photo-feature.color-news .block-system-breadcrumbs li:first-child a {
      color: #fefefe; }
    .photo-feature.color-news .teaser-frame {
      background-color: #611e44;
      background-image: linear-gradient(-60deg, #871640 5%, #611e44 5%, #611e44 88%, #871640 88%); }
  .photo-feature.color-alternate .teaser-frame {
    background-color: #b9975b;
    background-image: linear-gradient(-60deg, #c5a96a 5%, #b9975b 5%, #b9975b 88%, #c5a96a 88%); }
  .photo-feature.color-light .slick-arrow {
    background-color: #2d2d2d;
    color: #0a0a0a; }
  .photo-feature.color-light .teaser-frame {
    background-color: #dedede;
    background-image: linear-gradient(-60deg, #eee 5%, #dedede 5%, #dedede 88%, #eee 88%); }
  .photo-feature.color-light line {
    stroke: #862633; }
  .photo-feature.color-dark {
    color: #fefefe; }
    .photo-feature.color-dark label {
      color: #fefefe; }
    .photo-feature.color-dark a {
      font-weight: bold; }
      .photo-feature.color-dark a:link, .photo-feature.color-dark a:visited {
        color: #e9df97; }
      .photo-feature.color-dark a:hover, .photo-feature.color-dark a:active {
        color: #f6f2d5; }
      .photo-feature.color-dark a.aux-link:hover, .photo-feature.color-dark a.aux-link:active {
        color: #e9df97; }
    .photo-feature.color-dark a.button,
    .photo-feature.color-dark button {
      background-color: transparent;
      border: solid 1px #e9df97;
      color: #e9df97; }
      .photo-feature.color-dark a.button:hover,
      .photo-feature.color-dark button:hover {
        color: #0a0a0a; }
      .photo-feature.color-dark a.button::before,
      .photo-feature.color-dark button::before {
        background-color: transparent; }
      .photo-feature.color-dark a.button::after,
      .photo-feature.color-dark button::after {
        background-color: #e9df97; }
    .photo-feature.color-dark input.button {
      background-color: transparent; }
      .photo-feature.color-dark input.button:hover {
        background-color: #e9df97;
        text-decoration: underline; }
    .photo-feature.color-dark .block {
      color: #fefefe; }
    .photo-feature.color-dark .subheading {
      color: #d7d2cb;
      font-style: italic; }
    .photo-feature.color-dark .pullquote {
      border-image-source: url("../images/design/quote_rectangle.png"); }
      .photo-feature.color-dark .pullquote .quote-content {
        color: #fefefe;
        font-family: "proxima-nova", sans-serif;
        font-size: 1rem;
        font-style: normal;
        line-height: 1.25; }
      .photo-feature.color-dark .pullquote cite {
        color: #fefefe;
        display: block;
        text-align: left; }
        .photo-feature.color-dark .pullquote cite::before {
          background: none;
          content: none;
          display: none;
          width: initial; }
        .photo-feature.color-dark .pullquote cite span {
          padding-left: 0; }
        .photo-feature.color-dark .pullquote cite a svg {
          -webkit-transform: translateY(30%);
                  transform: translateY(30%); }
    .photo-feature.color-dark .block-system-breadcrumbs li:first-child a {
      color: #fefefe; }
    .photo-feature.color-dark .teaser-frame {
      background-color: #2d2d2d;
      background-image: linear-gradient(-60deg, #333 5%, #2d2d2d 5%, #2d2d2d 88%, #333 88%); }
    .photo-feature.color-dark line {
      stroke: #e9df97; }
  .photo-feature.lean-right-left .rule-leftside {
    bottom: auto;
    left: 60%;
    top: -15%; }
  .photo-feature.lean-right-left .rule-rightside {
    bottom: 0;
    top: auto; }
  .photo-feature.clip-top {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0; }
    .photo-feature.clip-top .rule-leftside {
      bottom: auto;
      left: 60%;
      top: -15%; }
    .photo-feature.clip-top .rule-rightside {
      bottom: 0;
      top: auto; }
  .photo-feature.clip-both {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0; }
    .photo-feature.clip-both .teaser-frame {
      bottom: 0;
      top: 0; }
    .photo-feature.clip-both .rule-leftside {
      bottom: auto;
      left: 60%;
      top: -15%; }
    .photo-feature.clip-both .rule-rightside {
      bottom: -25%;
      top: auto; }

@media screen and (min-width: 40em) {
  .photo-feature {
    padding-bottom: 1em;
    padding-right: 0;
    padding-top: 1em; }
    .photo-feature .photo-feature-content {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-left: 1rem;
      z-index: 2; }
      .photo-feature .photo-feature-content > div {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        width: 50%; }
    .photo-feature .image-col {
      -ms-flex-item-align: top;
          align-self: top;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      -webkit-box-ordinal-group: initial;
          -ms-flex-order: initial;
              order: initial; }
    .photo-feature .teaser-col {
      padding-top: 0;
      padding-bottom: 0; }
    .photo-feature .teaser-frame {
      bottom: 1em;
      top: 1em; }
    .photo-feature .pullquote p {
      font-size: 1.125rem; }
    .photo-feature.clip-top .teaser-frame {
      top: 0; } }

@media screen and (min-width: 64em) {
  .photo-feature {
    padding-bottom: 2.8125rem;
    padding-top: 2.8125rem; }
    .photo-feature .teaser-frame {
      bottom: 2.8125rem;
      top: 2.8125rem; }
    .photo-feature .photo-feature-content {
      margin: 0 auto;
      padding-left: 0; }
    .photo-feature .teaser-col {
      width: 34%; }
    .photo-feature .image-col {
      width: 66%; }
    .photo-feature .heading {
      font-size: 2.125rem; }
      .photo-feature .heading::before {
        display: none; }
    .photo-feature .excerpt {
      margin-bottom: 1rem;
      margin-top: 1rem; }
    .photo-feature .rule-container {
      display: block; }
    .photo-feature.clip-top .teaser-frame {
      top: 0; }
    .photo-feature.clip-top .photo-feature-content {
      max-width: 100%; }
    .photo-feature.clip-top .rule-container {
      max-width: 100%; } }

@media screen and (min-width: 64em) {
  .photo-feature .pullquote p {
    font-size: 1.75rem; }
  .photo-feature .field-link {
    margin-top: 0; } }

@media screen and (min-width: 81.25em) {
  .photo-feature {
    padding-left: 0;
    padding-right: 0; }
    .photo-feature.clip-top .photo-feature-content {
      max-width: 78.75rem; }
    .photo-feature.clip-top .rule-container {
      max-width: 78.75rem; }
  .photo-feature .pullquote p {
    font-size: 2.125rem; } }

.slick-slider .photo-feature {
  padding-left: 3.125rem;
  padding-right: 3.125rem; }

/* icon-table */
.aside-icon-list {
  background-color: #efedea;
  padding: 1rem; }
  .aside-icon-list .paragraph-icon-content {
    margin-bottom: 1em;
    padding-left: 2em;
    position: relative; }
    .aside-icon-list .paragraph-icon-content:last-child {
      margin-bottom: 0; }
  .aside-icon-list .icon-container {
    display: block;
    left: 0;
    margin-right: 0.3em;
    position: absolute;
    vertical-align: top; }
  .aside-icon-list p:last-child {
    margin-bottom: 0; }
  .aside-icon-list .content-container .heading {
    font: bold 1rem "proxima-nova", sans-serif;
    margin-bottom: 0; }

.aside-icon-table:not(.stack) thead {
  background-color: #efedea;
  border: 1px #c2c2c2 solid; }
  .aside-icon-table:not(.stack) thead th {
    font-family: "Knockout 50 A", "Knockout 50 B", "arial narrow", "trebuchet ms", sans-serif;
    font-size: 1.25rem;
    text-align: center;
    text-transform: uppercase; }
  .aside-icon-table:not(.stack) thead h3, .aside-icon-table:not(.stack) thead .gamma {
    font-size: 1.25rem; }

.aside-icon-table:not(.stack) tbody {
  border: 1px #dedede solid;
  border-width: 0 1px; }
  .aside-icon-table:not(.stack) tbody a {
    font-weight: bold; }
  .aside-icon-table:not(.stack) tbody tr:nth-child(even),
  .aside-icon-table:not(.stack) tbody tr:nth-child(odd) {
    background: transparent;
    border-bottom: 1px #dedede solid; }
  .aside-icon-table:not(.stack) tbody td {
    border-width: 0;
    padding: 1rem 0 1rem 1rem;
    vertical-align: top; }
    .aside-icon-table:not(.stack) tbody td:last-child {
      padding-right: 1rem; }
  .aside-icon-table:not(.stack) tbody p:last-child {
    margin-bottom: 0; }

.aside-icon-table:not(.stack) .heading {
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0.25em; }

.teaser-fullwidth .field-link {
  margin-top: .5rem; }
  .teaser-fullwidth .field-link div {
    display: inline-block;
    margin-bottom: 1rem; }

.news-events-teaser .main .summary {
  margin-bottom: 2rem; }

.news-events-teaser .sidebar figcaption {
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 40em) {
  .news-events-teaser .balanced-layout {
    display: block; }
    .news-events-teaser .balanced-layout .col {
      margin-left: 0;
      margin-right: 0;
      width: auto; } }

@media screen and (min-width: 64em) {
  .news-events-teaser .balanced-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .news-events-teaser .balanced-layout .col {
      margin-left: 1rem;
      margin-right: 1rem;
      width: 50%; }
      .news-events-teaser .balanced-layout .col:first-child {
        margin-left: 0; }
      .news-events-teaser .balanced-layout .col:last-child {
        margin-right: 0; } }

.cell .heading-button {
  color: #fefefe;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1e1a34;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em; }
  .cell .heading-button label {
    color: #fefefe; }
  .cell .heading-button a {
    font-weight: bold; }
    .cell .heading-button a:link, .cell .heading-button a:visited {
      color: #e9df97; }
    .cell .heading-button a:hover, .cell .heading-button a:active {
      color: #f6f2d5; }
    .cell .heading-button a.aux-link:hover, .cell .heading-button a.aux-link:active {
      color: #e9df97; }
  .cell .heading-button a.button,
  .cell .heading-button button {
    background-color: transparent;
    border: solid 1px #e9df97;
    color: #e9df97; }
    .cell .heading-button a.button:hover,
    .cell .heading-button button:hover {
      color: #0a0a0a; }
    .cell .heading-button a.button::before,
    .cell .heading-button button::before {
      background-color: transparent; }
    .cell .heading-button a.button::after,
    .cell .heading-button button::after {
      background-color: #e9df97; }
  .cell .heading-button input.button {
    background-color: transparent; }
    .cell .heading-button input.button:hover {
      background-color: #e9df97;
      text-decoration: underline; }
  .cell .heading-button .block {
    color: #fefefe; }
  .cell .heading-button .subheading {
    color: #d7d2cb;
    font-style: italic; }
  .cell .heading-button .pullquote {
    border-image-source: url("../images/design/quote_rectangle.png"); }
    .cell .heading-button .pullquote .quote-content {
      color: #fefefe;
      font-family: "proxima-nova", sans-serif;
      font-size: 1rem;
      font-style: normal;
      line-height: 1.25; }
    .cell .heading-button .pullquote cite {
      color: #fefefe;
      display: block;
      text-align: left; }
      .cell .heading-button .pullquote cite::before {
        background: none;
        content: none;
        display: none;
        width: initial; }
      .cell .heading-button .pullquote cite span {
        padding-left: 0; }
      .cell .heading-button .pullquote cite a svg {
        -webkit-transform: translateY(30%);
                transform: translateY(30%); }
  .cell .heading-button .block-system-breadcrumbs li:first-child a {
    color: #fefefe; }
  .cell .heading-button > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .cell .heading-button h2, .cell .heading-button .beta {
    font-size: 1.5rem; }
  .cell .heading-button .heading-group {
    text-align: center; }
  .cell .heading-button .heading + .field-subtitle,
  .cell .heading-button h2 + .subheading,
  .cell .heading-button .beta + .subheading {
    position: relative;
    margin-top: 1rem;
    padding-top: 1rem; }
    .cell .heading-button .heading + .field-subtitle::before,
    .cell .heading-button h2 + .subheading::before,
    .cell .heading-button .beta + .subheading::before {
      content: '';
      display: block;
      position: absolute;
      width: 30%;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 2px;
      background-color: #b9975b; }
  .cell .heading-button .call-to-action,
  .cell .heading-button .field-call-to-action {
    padding-top: 1rem;
    padding-bottom: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }

.font-primary {
  font-family: "proxima-nova", sans-serif; }

.font-secondary {
  font-family: "quatro-slab", serif; }

.font-tertiary {
  font-family: "Knockout 50 A", "Knockout 50 B", "arial narrow", "trebuchet ms", sans-serif; }

a.button,
button {
  font-family: "proxima-nova", sans-serif; }

table caption {
  font-family: "Knockout 50 A", "Knockout 50 B", "arial narrow", "trebuchet ms", sans-serif; }

table th {
  font-family: "quatro-slab", serif; }

table.synopsis-table thead td,
table.synopsis-table thead th {
  font-family: "Knockout 50 A", "Knockout 50 B", "arial narrow", "trebuchet ms", sans-serif; }

.icon-button {
  font-family: "quatro-slab", serif; }

.heading {
  font-family: "quatro-slab", serif; }

.subheading {
  font-family: "proxima-nova", sans-serif; }

.bignumber {
  font-family: "quatro-slab", serif; }

.small-info {
  font-family: "quatro-slab", serif; }

.questions h3, .questions .gamma {
  font-family: "Knockout 50 A", "Knockout 50 B", "arial narrow", "trebuchet ms", sans-serif; }

.header-contact h2, .header-contact .beta {
  font-family: "quatro-slab", serif; }

.labeled-icon .icon-label {
  font-family: "Knockout 50 A", "Knockout 50 B", "arial narrow", "trebuchet ms", sans-serif; }

.menu-primary {
  font-family: "Knockout 50 A", "Knockout 50 B", "arial narrow", "trebuchet ms", sans-serif; }

.menu-utility {
  font-family: "proxima-nova", sans-serif; }

.paragraph h1, .paragraph .alpha,
.paragraph h2,
.paragraph .beta,
.paragraph h3,
.paragraph .gamma,
.paragraph h4,
.paragraph .delta,
.paragraph h5,
.paragraph h6,
.paragraph .alpha,
.paragraph .beta,
.paragraph .gamma,
.paragraph .delta {
  font-family: "quatro-slab", serif;
  font-weight: bold; }

.heading-group h2, .heading-group .beta {
  font-family: "quatro-slab", serif; }

.pullquote .quote-content {
  font-family: "quatro-slab", serif; }

.pullquote cite {
  font-family: "proxima-nova", sans-serif; }

.section-title {
  font-family: "Knockout 50 A", "Knockout 50 B", "arial narrow", "trebuchet ms", sans-serif; }
  .section-title a {
    font-family: "proxima-nova", sans-serif; }

.alpha-heading {
  font-family: "quatro-slab", serif; }

.ornamented-title .section-title {
  font-family: "quatro-slab", serif; }

.quickfact .stat {
  font-family: "Knockout 50 A", "Knockout 50 B", "arial narrow", "trebuchet ms", sans-serif; }

.quickfact .desc {
  font-family: "quatro-slab", serif; }

.main-header h1, .main-header .alpha {
  font-family: "quatro-slab", serif; }

.main-header .subheading {
  font-family: "proxima-nova", sans-serif; }

.main-header + .block {
  margin-top: 1rem; }

.home-hero h1, .home-hero .alpha {
  font-family: "quatro-slab", serif; }

.vertical-hero .heading {
  font-family: "quatro-slab", serif; }

.vertical-hero .field-subtitle {
  font-family: "quatro-slab", serif; }

.bio h3, .bio .gamma {
  font-family: "quatro-slab", serif; }

.page-headine h1, .page-headine .alpha {
  font-family: "quatro-slab", serif; }

.page-headine .subheading {
  font-family: "proxima-nova", sans-serif; }

.section-column-list .section-title {
  font-family: "quatro-slab", serif; }

.section-quickfacts {
  font-family: "quatro-slab", serif; }

.teaser-fullwidth .heading {
  font-family: "Knockout 50 A", "Knockout 50 B", "arial narrow", "trebuchet ms", sans-serif; }

.full-teaser ul a {
  font-family: "proxima-nova", sans-serif; }

.teaser-icon .heading {
  font-family: "Knockout 50 A", "Knockout 50 B", "arial narrow", "trebuchet ms", sans-serif; }

@media screen and (min-width: 64em) {
  a.button,
  button {
    font-family: "proxima-nova", sans-serif; } }

@media only print {
  .off-canvas-control {
    display: none; }
  .button, button, [role="button"] {
    display: none; }
  #banner a::after {
    display: none; }
  .image-container, figure {
    max-width: 50%;
    margin: 0 auto; }
  .banner-layout * {
    color: black !important; }
  #main-footer {
    border-top: 3px black solid;
    padding-bottom: 1rem; }
    #main-footer .pullquote {
      display: none; }
    #main-footer .block {
      display: none; }
      #main-footer .block.vcard {
        display: block; } }

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