  @charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns, ul.row .row.collapse > li {
    padding-left: 0;
    padding-right: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row,
  ul.row .row.collapse > li > .row {
    margin-left: 0;
    margin-right: 0; }

.column, .columns, ul.row li {
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial; }
  @media screen and (min-width: 40em) {
    .column, .columns, ul.row li {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.column.row.row, .row.row.columns, ul.row li.row.row {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns, ul.row li.row.row {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns, ul.row .small-up-1 > li {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns, ul.row .small-up-2 > li {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns, ul.row .small-up-3 > li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns, ul.row .small-up-4 > li {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns, ul.row .small-up-5 > li {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns, ul.row .small-up-6 > li {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns, ul.row .small-up-7 > li {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns, ul.row .small-up-8 > li {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns, ul.row .small-collapse > li {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns, ul.row .small-uncollapse > li {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns, ul.row .medium-up-1 > li {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns, ul.row .medium-up-2 > li {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns, ul.row .medium-up-3 > li {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns, ul.row .medium-up-4 > li {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns, ul.row .medium-up-5 > li {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns, ul.row .medium-up-6 > li {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns, ul.row .medium-up-7 > li {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns, ul.row .medium-up-8 > li {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns, ul.row .row.medium-unstack > li {
  flex: 0 0 100%; }
  @media screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns, ul.row .row.medium-unstack > li {
      flex: 1 1 0px; } }

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns, ul.row .medium-collapse > li {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns, ul.row .medium-uncollapse > li {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns, ul.row .large-up-1 > li {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns, ul.row .large-up-2 > li {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns, ul.row .large-up-3 > li {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns, ul.row .large-up-4 > li {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns, ul.row .large-up-5 > li {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns, ul.row .large-up-6 > li {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns, ul.row .large-up-7 > li {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns, ul.row .large-up-8 > li {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns, ul.row .row.large-unstack > li {
  flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns, ul.row .row.large-unstack > li {
      flex: 1 1 0px; } }

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns, ul.row .large-collapse > li {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns, ul.row .large-uncollapse > li {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns, ul.row li.align-top {
  align-self: flex-start; }

.column.align-bottom, .align-bottom.columns, ul.row li.align-bottom {
  align-self: flex-end; }

.column.align-middle, .align-middle.columns, ul.row li.align-middle {
  align-self: center; }

.column.align-stretch, .align-stretch.columns, ul.row li.align-stretch {
  align-self: stretch; }

/*
 INTRUCTIONS FOR USE:
		nav > ul { rules }
		.parent nav > ul { rules }
		nav > ul .child { rules }
*/
/*
 * Solid color transition from left to right on hover
 * Credit: https://stackoverflow.com/a/17212432
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  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; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/_assets/fonts/vendor/font-awesome/fontawesome-webfont.eot?v=4.7.0);
  src: url(/_assets/fonts/vendor/font-awesome/fontawesome-webfont.eot) format("embedded-opentype"), url(/_assets/fonts/vendor/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(/_assets/fonts/vendor/font-awesome/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(/_assets/fonts/vendor/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(/_assets/fonts/vendor/font-awesome/fontawesome-webfont.svg?v=4.7.0) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  /*content: ""; */
    content:"𝕏";
	font-size:1.2em;
}
  

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

body, .tags__heading, .menu--main--wide:not(.menu--main--sticky) .nav--main .menu__children__list ul.menu li a {
  font-family: "IBM Plex Serif", Times, serif;
  color: #4B4C50;
  font-size: 1.125rem;
  line-height: calc(32 / 18); }

h1, h2, h3, h4, h5, h6, .home-hero__content__title {
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #464646;
  font-weight: 700;
  margin-top: 0px; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

h1, .h1 {
  font-size: 1.875rem;
  margin-bottom: 15px;
  line-height: 1.2; }
  @media screen and (min-width: 40em) {
    h1, .h1 {
      font-size: 2.0625rem; } }
  @media screen and (min-width: 64em) {
    h1, .h1 {
      font-size: 2.25rem; } }

.page--basic h1,
.page--no-hero h1 {
  font-size: 1.875rem;
  color: #4A4A4A; }
  @media screen and (min-width: 40em) {
    .page--basic h1,
    .page--no-hero h1 {
      font-size: 2.625rem; } }
  @media screen and (min-width: 64em) {
    .page--basic h1,
    .page--no-hero h1 {
      font-size: 3rem; } }

h2, .h2, .page--event-detail .events section.dottedline h1 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  line-height: 1.2; }
  @media screen and (min-width: 40em) {
    h2, .h2, .page--event-detail .events section.dottedline h1 {
      font-size: 1.875rem; } }
  @media screen and (min-width: 64em) {
    h2, .h2, .page--event-detail .events section.dottedline h1 {
      font-size: 2.25rem; } }

h3, .h3 {
  font-size: 1.3125rem;
  margin-bottom: 1.2rem;
  line-height: 1.2; }
  @media screen and (min-width: 40em) {
    h3, .h3 {
      font-size: 1.625rem; } }
  @media screen and (min-width: 64em) {
    h3, .h3 {
      font-size: 1.875rem; } }

h4, .h4, .section--listing--news h2, .page--event-detail .events section.dottedline section h2 {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  line-height: 1.2; }
  @media screen and (min-width: 40em) {
    h4, .h4, .section--listing--news h2, .page--event-detail .events section.dottedline section h2 {
      font-size: 1.3125rem; } }
  @media screen and (min-width: 64em) {
    h4, .h4, .section--listing--news h2, .page--event-detail .events section.dottedline section h2 {
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  line-height: 1.2; }
  @media screen and (min-width: 40em) {
    h5, .h5 {
      font-size: 1.3125rem; } }
  @media screen and (min-width: 64em) {
    h5, .h5 {
      font-size: 1.3125rem; } }

h6, .h6 {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  line-height: 1.2; }

* + h2,
* + .h2,
.page--event-detail .events section.dottedline * + h1,
* + h3,
* + .h3,
* + h4,
* + .h4,
.section--listing--news * + h2,
.page--event-detail .events section.dottedline section * + h2,
* + h5,
* + .h5,
* + h6,
* + .h6 {
  margin-top: 2.5rem; }

p {
  font-size: 0.9375rem;
  margin-top: 0;
  margin-bottom: 20px; }
  @media screen and (min-width: 40em) {
    p {
      font-size: 1.125rem; } }
  @media screen and (min-width: 64em) {
    p {
      font-size: 1.125rem; } }

.small {
  font-size: smaller; }

.big {
  font-size: larger; }

em {
  font-style: italic; }

b, strong {
  font-weight: 700; }

a {
  text-decoration: underline;
  color: #623F98; }
  a:hover {
    text-decoration: underline; }

ul, ol {
  padding-left: 1.75rem;
  margin-bottom: 1.25rem; }

li a:not(.btn) {
  text-decoration: underline; }

.nav--main ul li a {
  text-decoration: none; }

.intro-text {
  margin-bottom: 1.25rem; }

.intro-text,
.intro-text p {
  font-size: 1.125rem;
  font-family: "IBM Plex Serif", Times, serif;
  line-height: calc(40 / 24); }
  @media screen and (min-width: 40em) {
    .intro-text,
    .intro-text p {
      font-size: 1.3125rem; } }
  @media screen and (min-width: 64em) {
    .intro-text,
    .intro-text p {
      font-size: 1.5rem; } }

h1 + .intro-text {
  padding-top: 1.25rem; }
  @media screen and (min-width: 40em) {
    h1 + .intro-text {
      padding-top: 1.25rem; } }
  @media screen and (min-width: 64em) {
    h1 + .intro-text {
      padding-top: 1.25rem; } }

blockquote {
  color: #777A3E;
  text-align: center;
  font-size: 1rem;
  line-height: calc(40 / 24);
  font-weight: 400;
  max-width: 900px;
  padding: 30px 60px;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 40em) {
    blockquote {
      font-size: 1.25rem; } }
  @media screen and (min-width: 64em) {
    blockquote {
      font-size: 1.5rem; } }
  @media screen and (min-width: 40em) {
    blockquote {
      padding: 30px 100px; } }
  blockquote p, blockquote ul, blockquote ol {
    font-size: 1rem; }
    @media screen and (min-width: 40em) {
      blockquote p, blockquote ul, blockquote ol {
        font-size: 1.25rem; } }
    @media screen and (min-width: 64em) {
      blockquote p, blockquote ul, blockquote ol {
        font-size: 1.5rem; } }
  blockquote p:last-child strong {
    color: #4B4C50;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: calc(24 / 18);
    font-size: 1.125rem; }
  blockquote:before, blockquote:after {
    color: #4E2A6E;
    position: absolute;
    display: block;
    font-size: 6.25rem;
    line-height: 0; }
    @media screen and (min-width: 40em) {
      blockquote:before, blockquote:after {
        font-size: 9rem; } }
  blockquote:before {
    content: "\201C";
    top: 80px;
    left: 0; }
    @media screen and (min-width: 40em) {
      blockquote:before {
        top: 90px; } }
  blockquote:after {
    content: "\201D";
    bottom: 60px;
    right: 0; }
  blockquote.has-attribution:after {
    content: "\201D";
    bottom: 80px;
    right: 0; }
    @media screen and (min-width: 40em) {
      blockquote.has-attribution:after {
        bottom: 90px; } }

.btn--light, .btn, #user-login button, .profile button, .page--search .main-content .search-form button, .related-news__link a {
  padding: 0.9375rem 2.5rem;
  text-decoration: none;
  transition: all 300ms ease-out;
  color: #fff;
  background-color: #755BA2;
  background-image: linear-gradient(to right, #623F98, #623F98 48%, #755BA2 52%, #755BA2);
  background-size: 220% 100%;
  background-position: top right;
  display: inline-block;
  margin-bottom: 20px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px; }
  .btn--light:hover, .btn:hover, #user-login button:hover, .profile button:hover, .page--search .main-content .search-form button:hover, .related-news__link a:hover {
    background-position: top left;
    text-decoration: none; }
  .btn--light a, .btn a, #user-login button a, .profile button a, .page--search .main-content .search-form button a, .related-news__link a a {
    color: #fff;
    text-decoration: none !important; }

.btn--light {
  background: #fff;
  color: #64656a; }
  .btn--light:hover {
    color: #fff; }

.show-for-sr,
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.link-arrow:after {
  content: '\00BB';
  padding-left: 5px; }

.section--banded {
  margin-bottom: 40px; }

.link--underline-arrow {
  display: inline;
  border-bottom: 1px solid #F5A623;
  margin-bottom: 2.5rem;
  position: relative;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: calc(24 / 18);
  color: #4E2A6E;
  transition: all 300ms ease; }
  .link--underline-arrow:after {
    content: "\00a0\00a0\f178";
    font-family: FontAwesome;
    color: #F5A623; }
  .link--underline-arrow:hover {
    text-decoration: none;
    border-bottom-color: #4E2A6E; }
    .link--underline-arrow:hover:after {
      color: #4E2A6E; }

.link--external:after {
  content: "\00a0\00a0\f08e";
  font-family: FontAwesome; }

hr {
  border: 1px solid #F5A623 !important;
  height: 1px;
  border-width: 1px 0 0 !important; }

.intro-text a,
.wysiwyg a,
.ethereal-box a,
.checkerboard__item a,
.accordion-drop-down a,
p a {
  text-decoration: underline;
  font-weight: bold; }

/**
 * @file
 * Generic theme-independent base styles.
 */
/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100; }

#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
  zoom: 1;
  /* IE7 */ }

/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(/misc/throbber.gif);
  background-position: 100% 2px;
  /* LTR */
  background-repeat: no-repeat; }

html.js input.throbbing {
  background-position: 100% -18px;
  /* LTR */ }

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em; }

html.js fieldset.collapsed .fieldset-wrapper {
  display: none; }

fieldset.collapsible {
  position: relative; }

fieldset.collapsible .fieldset-legend {
  display: block; }

/**
 * Resizable textareas.
 *
 * @see textarea.js
 */
.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100%;
  box-sizing: border-box; }

.resizable-textarea .grippie {
  background: #eee url(../../misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden; }

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
body.drag {
  cursor: move; }

.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  /* LTR */
  height: 1.7em;
  margin-left: -1em;
  /* LTR */
  overflow: hidden;
  text-decoration: none; }

a.tabledrag-handle:hover {
  text-decoration: none; }

a.tabledrag-handle .handle {
  background: url(/misc/draggable.png) no-repeat 6px 9px;
  height: 13px;
  margin: -0.4em 0.5em;
  /* LTR */
  padding: 0.42em 0.5em;
  /* LTR */
  width: 13px; }

a.tabledrag-handle-hover .handle {
  background-position: 6px -11px; }

div.indentation {
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
  width: 20px; }

div.tree-child {
  background: url(/misc/tree.png) no-repeat 11px center;
  /* LTR */ }

div.tree-child-last {
  background: url(/misc/tree-bottom.png) no-repeat 11px center;
  /* LTR */ }

div.tree-child-horizontal {
  background: url(/misc/tree.png) no-repeat -11px center; }

.tabledrag-toggle-weight-wrapper {
  text-align: right;
  /* LTR */ }

/**
 * TableHeader behavior.
 *
 * @see tableheader.js
 */
table.sticky-header {
  background-color: #fff;
  margin-top: 0; }

/**
 * Progress behavior.
 *
 * @see progress.js
 */
/* Bar */
.progress .bar {
  background-color: #fff;
  border: 1px solid; }

.progress .filled {
  background-color: #000;
  height: 1.5em;
  width: 5px; }

.progress .percentage {
  float: right;
  /* LTR */ }

/* Throbber */
.ajax-progress {
  display: inline-block; }

.ajax-progress .throbber {
  background: transparent url(/misc/throbber.gif) no-repeat 0px -18px;
  float: left;
  /* LTR */
  height: 15px;
  margin: 2px;
  width: 15px; }

.ajax-progress .message {
  padding-left: 20px; }

tr .ajax-progress .throbber {
  margin: 0 2px; }

.ajax-progress-bar {
  width: 16em; }

/**
 * Inline items.
 */
.container-inline div,
.container-inline label {
  display: inline; }

/* Fieldset contents always need to be rendered as block. */
.container-inline .fieldset-wrapper {
  display: block; }

/**
 * Prevent text wrapping.
 */
.nowrap {
  white-space: nowrap; }

/**
 * For anything you want to hide on page load when JS is enabled, so
 * that you can use the JS to control visibility and avoid flicker.
 */
html.js .js-hide {
  display: none; }

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none; }

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto; }

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* IE6 */
* html .clearfix {
  height: 1%; }

/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%; }

/**
 * @file
 * Basic styling for common markup.
 */
/**
 * HTML elements.
 */
fieldset {
  margin-bottom: 1em;
  padding: 0.5em; }

form {
  margin: 0;
  padding: 0; }

hr {
  border: 1px solid gray;
  height: 1px; }

img {
  border: 0; }

table {
  border-collapse: collapse; }

th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  /* LTR */
  text-align: left;
  /* LTR */ }

tbody {
  border-top: 1px solid #ccc; }

tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em; }

/**
 * Markup generated by theme_tablesort_indicator().
 */
th.active img {
  display: inline; }

td.active {
  background-color: #ddd; }

/**
 * Markup generated by theme_item_list().
 */
.item-list .title {
  font-weight: bold; }

.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0; }

.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  /* LTR */
  padding: 0; }

/**
 * Markup generated by Form API.
 */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em; }

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap; }

.form-item .description {
  font-size: 0.85em; }

label {
  display: block;
  font-weight: bold; }

label.option {
  display: inline;
  font-weight: normal; }

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em; }

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em; }

input.form-checkbox,
input.form-radio {
  vertical-align: middle; }

.marker,
.form-required {
  color: #f00; }

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red; }

/**
 * Inline items.
 */
.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0; }

/**
 * Markup generated by theme_more_link().
 */
.more-link {
  text-align: right;
  /* LTR */ }

/**
 * Markup generated by theme_more_help_link().
 */
.more-help-link {
  text-align: right;
  /* LTR */ }

.more-help-link a {
  background: url(/misc/help.png) 0 50% no-repeat;
  /* LTR */
  padding: 1px 0 1px 20px;
  /* LTR */ }

/**
 * Markup generated by theme_pager().
 */
.item-list .pager {
  clear: both;
  text-align: center; }

.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em; }

.pager-current {
  font-weight: bold; }

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete li.selected {
  background: #0072b9;
  color: #fff; }

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js fieldset.collapsible .fieldset-legend {
  background: url(/misc/menu-expanded.png) 5px 65% no-repeat;
  /* LTR */
  padding-left: 15px;
  /* LTR */ }

html.js fieldset.collapsed .fieldset-legend {
  background-image: url(/misc/menu-collapsed.png);
  /* LTR */
  background-position: 5px 50%;
  /* LTR */ }

.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em; }

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fffff0; }

tr.drag-previous {
  background-color: #ffd; }

.tabledrag-toggle-weight {
  font-size: 0.9em; }

body div.tabledrag-changed-warning {
  margin-bottom: 0.5em; }

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
*/
tr.selected td {
  background: #ffc; }

td.checkbox,
th.checkbox {
  text-align: center; }

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold; }

.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  border-radius: 3px; }

.progress .filled {
  background: #0072b9 url(../../misc/progress.gif); }

/**
 * @file
 * Styles for system messages.
 */
div.messages {
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px;
  /* LTR */ }

div.status {
  background-image: url(/misc/message-24-ok.png);
  border-color: #be7; }

div.status,
.ok {
  color: #234600; }

div.status,
table tr.ok {
  background-color: #f8fff0; }

div.warning {
  background-image: url(/misc/message-24-warning.png);
  border-color: #ed5; }

div.warning,
.warning {
  color: #840; }

div.warning,
table tr.warning {
  background-color: #fffce5; }

div.error {
  background-image: url(/misc/message-24-error.png);
  border-color: #ed541d; }

div.error,
.error {
  color: #8c2e0b; }

div.error,
table tr.error {
  background-color: #fef5f1; }

div.error p.error {
  color: #333; }

div.messages ul {
  margin: 0 0 0 1em;
  /* LTR */
  padding: 0; }

div.messages ul li {
  list-style-image: none; }

/**
 * @file
 * Styles for menus and navigation markup.
 */
/**
 * Markup generated by theme_menu_tree().
 */
ul.menu {
  border: none;
  list-style: none;
  text-align: left;
  /* LTR */ }

ul.menu li {
  margin: 0 0 0 0.5em;
  /* LTR */ }

ul li.expanded {
  list-style-type: circle; }

ul li.collapsed {
  list-style-type: disc; }

ul li.leaf {
  list-style-type: square; }

li.expanded,
li.collapsed,
li.leaf {
  padding: 0.2em 0.5em 0 0;
  /* LTR */
  margin: 0; }

li a.active {
  color: #000; }

td.menu-disabled {
  background: #ccc; }

/**
 * Markup generated by theme_links().
 */
ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0; }

ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em; }

/**
 * Markup generated by theme_breadcrumb().
 */
.breadcrumb {
  padding-bottom: 0.5em; }

/**
 * Markup generated by theme_menu_local_tasks().
 */
ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em;
  /* LTR */
  white-space: nowrap; }

ul.primary li {
  display: inline; }

ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em;
  /* LTR */
  padding: 0 1em;
  text-decoration: none; }

ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff; }

ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee; }

ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px; }

ul.secondary li {
  border-right: 1px solid #ccc;
  /* LTR */
  display: inline;
  padding: 0 1em; }

ul.secondary a {
  padding: 0;
  text-decoration: none; }

ul.secondary a.active {
  border-bottom: 4px solid #999; }

/**
 * Update styles
 */
#update-results {
  margin-top: 3em;
  padding: 0.25em;
  border: 1px solid #ccc;
  background: #eee;
  font-size: smaller; }

#update-results h2 {
  margin-top: 0.25em; }

#update-results h4 {
  margin-bottom: 0.25em; }

#update-results li.none {
  color: #888;
  font-style: italic; }

#update-results li.failure strong {
  color: #b63300; }

/**
 * Authorize.php styles
 */
.connection-settings-update-filetransfer-default-wrapper {
  float: left; }

#edit-submit-connection {
  clear: both; }

.filetransfer {
  display: none;
  clear: both; }

#edit-connection-settings-change-connection-type {
  margin: 2.6em 0.5em 0em 1em; }

/**
 * Installation task list
 */
ol.task-list li.active {
  font-weight: bold; }

/**
 * Installation clean URLs
 */
#clean-url.install {
  display: none; }

.admin-menu .fixed {
  top: emCalc(29px); }

#status-messages.reveal-modal .alert-box {
  margin-bottom: 0; }

.reveal-modal {
  z-index: 999; }

.item-list .pager {
  clear: none; }

.item-list .pager li {
  padding: 0; }

.hidden {
  display: none; }

.field-collection-container {
  border-bottom: none;
  margin-bottom: 0; }
  .field-collection-container .field-items .field-item {
    margin-bottom: 0; }

.field-collection-view {
  margin: 0;
  padding: 0;
  border-bottom: none; }

/* Padded Rows are for rows that will not contain columns.
 * These instances are usually where normal columns are more
 * a hindrance than a help such as complex areas such as the header.
 */
.padded-row, #user-login, .profile {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .padded-row::before, #user-login::before, .profile::before, .padded-row::after, #user-login::after, .profile::after {
    content: ' ';
    display: table; }
  .padded-row::after, #user-login::after, .profile::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    .padded-row, #user-login, .profile {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

ul.row {
  padding: 0; }
  ul.row li {
    list-style: none; }

/*
 * Classes that represent max widths at the largest size of the grid
 * Can be used in situations where you have a single non-full size column in a row
 */
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0;
  overflow: hidden;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left; }
  .breadcrumbs > * {
    margin: 0;
    display: inline;
    font-size: 0.875rem;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500; }
    .breadcrumbs > *.current {
      color: #333; }
      .breadcrumbs > *.current a {
        color: #333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *:before {
      content: "▸";
      margin: 0 0.625rem;
      color: #F5A623;
      font-size: 1.375rem;
      position: relative;
      top: 2px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

.breadcrumb-strip {
  background-color: #EBECED; }
  .breadcrumb-strip .padded-row, .breadcrumb-strip #user-login, .breadcrumb-strip .profile {
    position: relative; }
    @media screen and (max-width: 39.9375em) {
      .breadcrumb-strip .padded-row, .breadcrumb-strip #user-login, .breadcrumb-strip .profile {
        text-align: center; } }
  .breadcrumb-strip ol.breadcrumbs {
    width: calc(100% - 60px); }
    .breadcrumb-strip ol.breadcrumbs a {
      color: #000;
      text-decoration: underline; }
      .breadcrumb-strip ol.breadcrumbs a:hover {
        color: #393243; }
    @media screen and (max-width: 39.9375em) {
      .breadcrumb-strip ol.breadcrumbs li:not(:nth-last-child(2)) {
        display: none; }
      .breadcrumb-strip ol.breadcrumbs li:nth-last-child(2):before {
        transform: rotate(180deg) translateY(-4px);
        display: inline-block; } }
    @media screen and (min-width: 64em) {
      .breadcrumb-strip ol.breadcrumbs {
        width: calc(100% - 300px); } }
  .breadcrumb-strip .btn--have-questions {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    padding: 1.5rem;
    line-height: 0.5; }
    .breadcrumb-strip .btn--have-questions span {
      display: none; }
    @media screen and (min-width: 64em) {
      .breadcrumb-strip .btn--have-questions {
        font-size: 1rem;
        padding: 1rem 2.5rem;
        line-height: 1.5; }
        .breadcrumb-strip .btn--have-questions span {
          display: inline; } }

/*
-------------------
GLOBAL ELEMENTS
-------------------
*/
* {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

button {
  cursor: pointer;
  font-size: 1rem; }

.featured-image {
  margin-bottom: 20px; }

figure {
  display: table;
  margin: 0 0 2.5rem 0; }

figcaption {
  margin-top: 5px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  color: #000;
  display: table-caption;
  caption-side: bottom; }

table[align="left"] {
  float: none; }
  @media (min-width: 768px) {
    table[align="left"] {
      margin-right: 35px;
      float: left; } }

table[align="right"] {
  float: none; }
  @media (min-width: 768px) {
    table[align="right"] {
      margin-left: 35px;
      float: right; } }

@media screen and (min-width: 40em) {
  .align-right {
    float: right;
    padding: 10px 0px 0 40px;
    margin: 0; }
    .align-right figcaption {
      padding: 0px 0px 39px 40px; } }

@media screen and (min-width: 40em) {
  .align-left {
    margin: 0;
    float: left;
    padding: 10px 40px 0 0px; }
    .align-left figcaption {
      padding: 0px 40px 39px 0px; } }

.landing-page-lead-in {
  padding: 0 0 40px; }

.landing-page-lead-in__title h1 {
  margin-bottom: 15px; }

.section--banded {
  padding: 40px;
  background: #4B4C50; }
  .section--banded h2, .section--banded h3, .section--banded h4, .section--banded h5, .section--banded h6,
  .section--banded p, .section--banded a, .section--banded span, .section--banded li {
    color: #fff; }

.section--global-spacing {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    .section--global-spacing {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .section--global-spacing {
      padding-top: 5.625rem;
      padding-bottom: 5.625rem; } }
  .section--global-spacing + .section--global-spacing {
    padding-top: 0; }

.section__lead-in {
  margin-bottom: 30px; }

.section__lead-in__title {
  margin-bottom: 10px; }

.section__lead-in__sub-title {
  font-size: 20px; }

.page--no-hero .main-content {
  padding-top: 1em; }
  @media (min-width: 1160px) {
    .page--no-hero .main-content {
      padding-top: 16rem; } }

.page--no-hero .alert--site-wide + .main-content {
  padding-top: 1em; }

.page--heroless .main-content {
  padding-top: 0; }
  @media (min-width: 1160px) {
    .page--heroless .main-content {
      padding-top: 9.5rem; } }

section [class*="block-grid-"] > li {
  padding-bottom: 40px; }

code {
  border: solid 1px #999;
  background-color: #F1F1F1;
  display: block; }

.base-key {
  border: solid 1px #fe5000;
  background-color: #f1f1f1;
  padding: 0.25rem 0.5rem;
  margin-bottom: 2rem;
  max-width: 600px;
  font-family: "Gotham A", "Gotham B", sans-serif; }
  .base-key::before, .base-key::after {
    content: ' ';
    display: table; }
  .base-key::after {
    clear: both; }
  .base-key dt {
    font-weight: 700;
    float: left;
    width: 5rem;
    clear: left; }
  .base-key dt, .base-key dd {
    margin-bottom: 0.25rem; }
  .base-key dd {
    font-family: monospace; }

.fixed-media-cover {
  background-color: #fff;
  position: relative;
  z-index: 2; }

.ethereal-box {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 1.25rem;
  margin-bottom: 1.25rem; }
  .ethereal-box__title {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: calc(26 / 20);
    margin-bottom: 1.875rem;
    color: #000; }
  .ethereal-box--contact {
    max-width: 100%; }
    .ethereal-box--contact .person__portrait {
      margin-bottom: 0; }
      .ethereal-box--contact .person__portrait,
      .ethereal-box--contact .person__portrait img {
        border-radius: 50%;
        max-width: 110px; }
    @media screen and (max-width: 39.9375em) {
      .ethereal-box--contact .shrink {
        display: none; } }
    .ethereal-box--contact .person__contact__name {
      color: #000;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-weight: 500;
      font-size: 1.25rem;
      line-height: calc(26 / 20);
      font-weight: 500; }
    .ethereal-box--contact .person__contact__phone, .ethereal-box--contact .person__contact__email {
      color: #623F98;
      font-size: 0.875rem;
      line-height: calc(20 / 14);
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-weight: 500; }
      .ethereal-box--contact .person__contact__phone i.fa, .ethereal-box--contact .person__contact__email i.fa {
        color: #CEDD49;
        font-size: 1.3125rem;
        line-height: calc(20 / 14);
        display: inline-block;
        margin-right: 2px; }
    .ethereal-box--contact .person__contact__email {
      overflow: hidden;
      white-space: nowrap;
      /* pre works as well */
      text-overflow: ellipsis; }
  .ethereal-box--links .ethereal-box__title {
    color: #000; }
  .ethereal-box ul {
    list-style: none;
    padding-left: 0; }
  .ethereal-box li {
    margin-bottom: 1.5rem; }

.campus-callout + .wysiwyg,
section.curriculum {
  padding-top: 1.875rem; }
  @media screen and (min-width: 40em) {
    .campus-callout + .wysiwyg,
    section.curriculum {
      padding-top: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .campus-callout + .wysiwyg,
    section.curriculum {
      padding-top: 5.625rem; } }

.video-frame {
  padding: 56.25% 0 0 0;
  position: relative;
  margin-bottom: 20px; }

.checkerboard .video-frame {
  margin-bottom: 0; }

figure.image {
  display: table;
  border: none;
  margin: 0 0 2.5rem 0;
  background: transparent; }
  figure.image figcaption {
    text-align: left; }

iframe[src*="vimeo"],
iframe[src*="youtube"]{
  width: 100%;
  height: 100%; }

iframe[src*="youtube"]{
    aspect-ratio: 16 / 9;
}

.no-bottom-margin {
  margin-bottom: 0; }

a:not(.btn) {
  text-decoration: underline; }

p.btn a {
  text-decoration: none; }

table {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 40px; }

thead {
  color: #000;
  font-size: 18px; }
  thead th {
    background: #e4dbec;
    border-bottom: 1px solid #fff; }

tbody tr th {
  background: #e4dbec;
  border-bottom: 1px solid #fff; }

tbody {
  border-top: 0px; }

tr {
  border-bottom: none; }
  tr:not(:last-child) {
    border-bottom: 1px solid #c9cacc; }

tbody tr:nth-child(odd) {
  background-color: #f5f5f5; }

th {
  background: #e4dbec;
  font-weight: 600;
  padding: 14px 20px;
  border-bottom: 0px; }

td {
  padding: 14px 20px; }

.mobile-table {
  margin-bottom: 2.5rem; }
  .mobile-table--scroll {
    overflow-y: scroll; }
  @media screen and (min-width: 64em) {
    .mobile-table {
      margin-bottom: 0; }
      .mobile-table--scroll {
        overflow-y: auto; } }

/*! Tablesaw - v2.0.2 - 2015-10-27 (Modified)
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

.tablesaw {
  border-collapse: collapse;
  width: 100%; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media screen and (max-width: 39.9375em) {
  table.tablesaw-stack {
    border-width: 0; }
    table.tablesaw-stack tbody, table.tablesaw-stack thead {
      border-width: 0; }
    table.tablesaw-stack tbody tr {
      display: block;
      margin-bottom: 20px;
      border: solid 1px #c9cacc; }
      table.tablesaw-stack tbody tr::before, table.tablesaw-stack tbody tr::after {
        content: ' ';
        display: table; }
      table.tablesaw-stack tbody tr::after {
        clear: both; }
    table.tablesaw-stack tbody td {
      border-width: 0; }
  /* Table rows have a gray bottom stroke by default */
  .tablesaw-stack tbody tr {
    border-bottom: 1px solid #dfdfdf; }
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%; }
  .tablesaw-cell-label {
    vertical-align: top; }
  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
    font-size: 14px; }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none; } }

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row; }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }

.admin-tabs {
  font-family: "Gotham A", "Gotham B", sans-serif;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px; }
  .admin-tabs ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px; }
    .admin-tabs ul::before, .admin-tabs ul::after {
      content: ' ';
      display: table; }
    .admin-tabs ul::after {
      clear: both; }
  .admin-tabs li {
    display: inline-block;
    list-style: none; }
  .admin-tabs li > a {
    background: #999;
    margin: 0;
    color: #fff;
    display: block;
    padding: 5px 20px;
    transition: all .2s ease-out, transform .2s ease-out;
    text-decoration: none;
    border-radius: 3px 3px 0px 0px;
    transform: translate(0, 5px); }
    .admin-tabs li > a.active {
      background: #222;
      transform: translate(0, 0);
      color: #fff; }
    .admin-tabs li > a:hover {
      background: #343434;
      transform: translate(0, 0); }

div.workbench-info-block {
  font-family: "Gotham A", "Gotham B", sans-serif;
  margin: 20px 0; }

#user-login button, .profile button {
  border: none; }

form[class*="webform"] label, [id="user-login"] label, [id="search-form"] label, .view-filters label {
  display: block; }

form[class*="webform"] .form-item, [id="user-login"] .form-item, [id="search-form"] .form-item, .view-filters .form-item {
  width: 100%;
  max-width: 25rem;
  margin-bottom: 1em; }

form[class*="webform"] input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
form[class*="webform"] textarea,
form[class*="webform"] select, [id="user-login"] input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
[id="user-login"] textarea,
[id="user-login"] select, [id="search-form"] input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
[id="search-form"] textarea,
[id="search-form"] select, .view-filters input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
.view-filters textarea,
.view-filters select {
  width: 100%;
  padding: 0.5em;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  color: #000;
  font: 1rem "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: none; }

form[class*="webform"] input::-webkit-input-placeholder, [id="user-login"] input::-webkit-input-placeholder, [id="search-form"] input::-webkit-input-placeholder, .view-filters input::-webkit-input-placeholder {
  color: #ccc;
  font: 1rem "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

form[class*="webform"] input::-moz-placeholder, [id="user-login"] input::-moz-placeholder, [id="search-form"] input::-moz-placeholder, .view-filters input::-moz-placeholder {
  color: #ccc;
  font: 1rem "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

form[class*="webform"] input:-ms-input-placeholder, [id="user-login"] input:-ms-input-placeholder, [id="search-form"] input:-ms-input-placeholder, .view-filters input:-ms-input-placeholder {
  color: #ccc;
  font: 1rem "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

form[class*="webform"] .addressfield-container-inline .form-item:last-child, [id="user-login"] .addressfield-container-inline .form-item:last-child, [id="search-form"] .addressfield-container-inline .form-item:last-child, .view-filters .addressfield-container-inline .form-item:last-child {
  margin-bottom: 0; }

form[class*="webform"] .form-type-radio,
form[class*="webform"] .form-type-checkbox, [id="user-login"] .form-type-radio,
[id="user-login"] .form-type-checkbox, [id="search-form"] .form-type-radio,
[id="search-form"] .form-type-checkbox, .view-filters .form-type-radio,
.view-filters .form-type-checkbox {
  margin-bottom: 0.16667em; }

form[class*="webform"] label + .form-checkboxes,
form[class*="webform"] label + .form-radios, [id="user-login"] label + .form-checkboxes,
[id="user-login"] label + .form-radios, [id="search-form"] label + .form-checkboxes,
[id="search-form"] label + .form-radios, .view-filters label + .form-checkboxes,
.view-filters label + .form-radios {
  margin-top: 0.5em; }

form[class*="webform"] [type="checkbox"],
form[class*="webform"] [type="radio"], [id="user-login"] [type="checkbox"],
[id="user-login"] [type="radio"], [id="search-form"] [type="checkbox"],
[id="search-form"] [type="radio"], .view-filters [type="checkbox"],
.view-filters [type="radio"] {
  float: left;
  margin: 0.1em 0.5em 0 0; }

form[class*="webform"] label, [id="user-login"] label, [id="search-form"] label, .view-filters label {
  margin-bottom: 0.333em;
  color: #0a0a0a;
  font: 500 0.875rem "Gotham A", "Gotham B", sans-serif; }

form[class*="webform"] label + .description, [id="user-login"] label + .description, [id="search-form"] label + .description, .view-filters label + .description {
  margin-bottom: 0.333em; }

form[class*="webform"] .description, [id="user-login"] .description, [id="search-form"] .description, .view-filters .description {
  margin-top: 0.333em;
  color: #aaa;
  font: italic 0.875rem "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  form[class*="webform"] .description + label, [id="user-login"] .description + label, [id="search-form"] .description + label, .view-filters .description + label {
    margin-top: 0.333em; }

form[class*="webform"] .form-number,
form[class*="webform"] .webform-component-number select, [id="user-login"] .form-number,
[id="user-login"] .webform-component-number select, [id="search-form"] .form-number,
[id="search-form"] .webform-component-number select, .view-filters .form-number,
.view-filters .webform-component-number select {
  width: auto !important; }

form[class*="webform"] .form-required, [id="user-login"] .form-required, [id="search-form"] .form-required, .view-filters .form-required {
  color: #d33c3c; }

form[class*="webform"] .error, [id="user-login"] .error, [id="search-form"] .error, .view-filters .error {
  border-color: #d33c3c !important; }
  form[class*="webform"] .error::-webkit-input-placeholder, [id="user-login"] .error::-webkit-input-placeholder, [id="search-form"] .error::-webkit-input-placeholder, .view-filters .error::-webkit-input-placeholder {
    color: #d33c3c !important; }
  form[class*="webform"] .error::-moz-placeholder, [id="user-login"] .error::-moz-placeholder, [id="search-form"] .error::-moz-placeholder, .view-filters .error::-moz-placeholder {
    color: #d33c3c !important; }
  form[class*="webform"] .error:-ms-input-placeholder, [id="user-login"] .error:-ms-input-placeholder, [id="search-form"] .error:-ms-input-placeholder, .view-filters .error:-ms-input-placeholder {
    color: #d33c3c !important; }

form[class*="webform"] select:not([multiple]), [id="user-login"] select:not([multiple]), [id="search-form"] select:not([multiple]), .view-filters select:not([multiple]) {
  min-width: 6.25rem; }

form[class*="webform"] .form-managed-file button, [id="user-login"] .form-managed-file button, [id="search-form"] .form-managed-file button, .view-filters .form-managed-file button {
  display: block;
  margin-top: 0.5em;
  font-size: 75%; }

form[class*="webform"] .captcha, [id="user-login"] .captcha, [id="search-form"] .captcha, .view-filters .captcha {
  margin: 0 0 1rem 0;
  padding: 0;
  transform: scale(0.93, 0.93);
  transform-origin: top left; }
  form[class*="webform"] .captcha legend,
  form[class*="webform"] .captcha .fieldset-description, [id="user-login"] .captcha legend,
  [id="user-login"] .captcha .fieldset-description, [id="search-form"] .captcha legend,
  [id="search-form"] .captcha .fieldset-description, .view-filters .captcha legend,
  .view-filters .captcha .fieldset-description {
    display: none; }

form[class*="webform"] .webform-datepicker .form-type-select, [id="user-login"] .webform-datepicker .form-type-select, [id="search-form"] .webform-datepicker .form-type-select, .view-filters .webform-datepicker .form-type-select {
  float: left;
  width: 30%; }
  form[class*="webform"] .webform-datepicker .form-type-select + .form-type-select, [id="user-login"] .webform-datepicker .form-type-select + .form-type-select, [id="search-form"] .webform-datepicker .form-type-select + .form-type-select, .view-filters .webform-datepicker .form-type-select + .form-type-select {
    margin-left: 5%; }

.ui-datepicker {
  position: relative;
  padding: 0.5em;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0; }
  .ui-datepicker table {
    margin: 0;
    font-size: 75%; }
  .ui-datepicker td,
  .ui-datepicker th {
    padding: 0.5em;
    text-align: center; }

.ui-datepicker-title {
  margin-bottom: 0.666em;
  font: 500 0.875rem "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  text-align: center; }

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 0.8325em;
  font: 500 0.875rem "Gotham A", "Gotham B", sans-serif; }

.ui-datepicker-prev {
  left: 0.666em; }
  .ui-datepicker-prev:before {
    content: "";
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.333em;
    text-decoration: none !important; }

.ui-datepicker-next {
  right: 0.666em; }
  .ui-datepicker-next:after {
    content: "";
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 0.333em;
    text-decoration: none !important; }

form[class*="webform"] input:not([type="checkbox"]):not([type="radio"]):not([type="image"]) {
  appearance: none;
  border-radius: 0;
  border: 1px solid #d8d8d8;
  font-weight: bold;
  padding: 10px 15px; }

form[class*="webform"] select {
  appearance: none;
  border-radius: 0;
  border: 1px solid #d8d8d8;
  background: #fff url(/_assets/img/select-triangle.svg) no-repeat 90% 50%;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: bold;
  padding: 10px 15px;
  height: 100%; }

input.form-checkbox,
input.form-radio {
  position: absolute;
  opacity: 0; }
  input.form-checkbox + label,
  input.form-radio + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
    input.form-checkbox + label:before,
    input.form-radio + label:before {
      content: "";
      margin-right: 12px;
      display: inline-block;
      vertical-align: text-top;
      width: 20px;
      height: 20px;
      background-color: #fff;
      border: 1px solid #bebebe;
      border-radius: 2px;
      box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2); }
  input.form-checkbox:checked + label:before,
  input.form-radio:checked + label:before {
    background-color: #623F98;
    box-shadow: none; }
  input.form-checkbox:disabled + label,
  input.form-radio:disabled + label {
    opacity: 0.33; }
    input.form-checkbox:disabled + label:before,
    input.form-radio:disabled + label:before {
      opacity: 0.66;
      background-color: #bebebe; }

input.form-radio + label:before {
  border-radius: 10px; }

input.form-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 3px;
  height: 3px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg); }

input.form-radio:checked + label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 8px #4E2A6E; }

button.webform-submit, button.form-submit {
  padding: 0.9375rem 2.5rem;
  text-decoration: none;
  transition: all 300ms ease-out;
  color: #fff;
  background-color: #755BA2;
  background-image: linear-gradient(to right, #623F98, #623F98 48%, #755BA2 52%, #755BA2);
  background-size: 220% 100%;
  background-position: top right;
  display: inline-block;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0; }
  button.webform-submit:hover, button.form-submit:hover {
    background-position: top left;
    text-decoration: none; }

button.webform-clear {
  padding: 0.9375rem 1.875rem;
  border: none;
  background-color: transparent;
  display: inline-block;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 600;
  color: #623F98;
  line-height: 1;
  margin-bottom: 0; }
  button.webform-clear:hover {
    color: #4E2A6E; }

form[class*="webform"] .webform-component > label {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
  color: #4A4A4A; }

form[class*="webform"] .webform-component-checkboxes {
  max-width: none; }
  form[class*="webform"] .webform-component-checkboxes::before, form[class*="webform"] .webform-component-checkboxes::after {
    content: ' ';
    display: table; }
  form[class*="webform"] .webform-component-checkboxes::after {
    clear: both; }

form[class*="webform"] .form-type-checkbox {
  width: auto;
  max-width: none;
  margin-right: 1em;
  float: left; }

@media screen and (max-width: 39.9375em) {
  .section--filters--listing h2 {
    margin-bottom: 50px !important; } }

@media screen and (max-width: 39.9375em) {
  .section--filters--listing form[class*="webform"] {
    padding-top: 20px; } }

@media (min-width: 1040px) {
  .section--filters--listing form[class*="webform"] > div {
    display: flex;
    flex-direction: row; } }

.section--filters--listing form[class*="webform"] .form-item {
  margin: 0; }
  @media (max-width: 1039px) {
    .section--filters--listing form[class*="webform"] .form-item {
      margin-bottom: 20px; } }

.section--filters--listing form[class*="webform"] .webform-component {
  margin-right: 20px; }

.section--filters--listing form[class*="webform"] .webform-component-textfield {
  max-width: 15.625rem;
  position: relative; }
  .section--filters--listing form[class*="webform"] .webform-component-textfield label {
    position: absolute;
    bottom: 75%;
    width: 200%; }
  .section--filters--listing form[class*="webform"] .webform-component-textfield input {
    height: 100%; }

.section--filters--listing form[class*="webform"] .webform-component-select {
  max-width: 15rem;
  position: relative; }
  .section--filters--listing form[class*="webform"] .webform-component-select label {
    position: absolute;
    font-size: 0; }
  .section--filters--listing form[class*="webform"] .webform-component-select input {
    height: 100%; }

.section--filters--listing button.webform-clear {
  padding: 0.9375rem; }

@media screen and (min-width: 40em) {
  .section--filters--story-types form[class*="webform"] > div {
    display: flex;
    flex-direction: row; } }

.section--filters--story-types form[class*="webform"] .form-item {
  margin: 0; }
  @media screen and (max-width: 39.9375em) {
    .section--filters--story-types form[class*="webform"] .form-item {
      margin-bottom: 20px; } }

.section--filters--story-types form[class*="webform"] .webform-component {
  margin-right: 20px; }

.section--filters--story-types form[class*="webform"] .webform-component-select {
  max-width: 15rem;
  position: relative; }
  .section--filters--story-types form[class*="webform"] .webform-component-select label {
    position: absolute;
    font-size: 0; }
  .section--filters--story-types form[class*="webform"] .webform-component-select input {
    height: 100%; }

form[class*="webform"] .form-item ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7B7975;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500; }

form[class*="webform"] .form-item ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7B7975;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500; }

form[class*="webform"] .form-item :-ms-input-placeholder {
  /* IE 10+ */
  color: #7B7975;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500; }

form[class*="webform"] .form-item :-moz-placeholder {
  /* Firefox 18- */
  color: #7B7975;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500; }

/*
---------------------
DRUPAL SEARCH PAGE
---------------------
*/
.page--search .main-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .page--search .main-content::before, .page--search .main-content::after {
    content: ' ';
    display: table; }
  .page--search .main-content::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    .page--search .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .page--search .main-content .search-form {
    max-width: 440px;
    width: 100%; }
    .page--search .main-content .search-form input[type="text"] {
      font-size: 1rem;
      max-width: calc(100% - 150px);
      width: 100%; }
    .page--search .main-content .search-form label {
      display: block; }

ol.search-results {
  list-style-type: none;
  padding-left: 0; }

/*
------------
FILTERS
------------
*/
.view-filters .views-exposed-widgets > div {
  display: inline-block; }
  .view-filters .views-exposed-widgets > div + div {
    margin-left: 0.625rem; }

.section--filters {
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .section--filters {
      margin-bottom: 3.125rem; } }
  @media screen and (min-width: 64em) {
    .section--filters {
      margin-bottom: 3.125rem; } }
  .section--filters__content {
    background-color: #EBECED;
    padding: 1.875rem 1.25rem; }
    @media screen and (min-width: 40em) {
      .section--filters__content {
        padding: 2.5rem; } }
  .section--filters h2 {
    position: relative;
    font-family: "IBM Plex Serif", Times, serif;
    font-weight: normal;
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 50px; }
    @media screen and (min-width: 40em) {
      .section--filters h2 {
        font-size: 1.75rem; } }
    @media screen and (min-width: 64em) {
      .section--filters h2 {
        font-size: 1.875rem; } }
    @media screen and (max-width: 39.9375em) {
      .section--filters h2 {
        padding-bottom: 20px;
        border-bottom: 1px solid #F5A623;
        margin-bottom: 20px; } }
    .section--filters h2:after {
      content: "";
      display: none;
      position: absolute;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 0;
      border-top: 1px solid #F5A623;
      z-index: 1; }
      @media screen and (min-width: 40em) {
        .section--filters h2:after {
          display: block; } }
    .section--filters h2 span {
      position: relative;
      z-index: 2;
      background-color: #EBECED;
      padding-right: 0.5em;
      display: inline-block; }

.section--filters--listing h2 {
  margin-bottom: 75px; }

.alert--site-wide {
  background-color: #B8A9C5;
  padding: 5.625rem 0 1.875rem;
  color: #333;
  position: relative;
  z-index: 1;
  border-top: 3.75rem solid #fff; }
  .alert--site-wide + .alert--site-wide {
    display: none; }
  @media (min-width: 1160px) {
    .alert--site-wide {
      border-top: 130px solid #fff; } }
  .alert--site-wide i.fa {
    color: #e50000;
    font-size: 2.5rem; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .alert--site-wide i.fa {
        float: right; } }

/* alert--site-wide.notification css changes from back end */
.alert--site-wide.notification {
  padding: 1.25rem 0.625rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.37); }

.alert--site-wide.notification i.fa {
  color: #623F98;
  font-size: 1.5625rem;
  margin-bottom: 0.875rem; }

.alert--site-wide.notification h2 {
  color: #4B4C50;
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-bottom: 0.4375rem; }

.alert--site-wide.notification p {
  color: #4B4C50;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  margin-bottom: 1.0625rem; }

.alert--site-wide.notification .btn {
  background-color: #623F98;
  background-image: none;
  padding: 0.5625rem 1.1875rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 700; }

@media (min-width: 1160px) {
  .alert--site-wide.notification {
    border-top: 0rem solid #fff; } }

@media screen and (min-width: 40em) {
  .alert--site-wide.notification {
    padding: 1.5rem 0; }
  .alert--site-wide.notification .row {
    flex-flow: nowrap; }
  .alert--site-wide.notification .columns, .alert--site-wide.notification ul.row li, ul.row .alert--site-wide.notification li {
    flex: 0 1 auto;
    max-width: none; }
  .alert--site-wide.notification .medium-8 {
    flex: 1 1 auto;
    margin-right: 3.75rem;
    display: flex;
    flex-direction: row; }
  .alert--site-wide.notification .medium-8 .alert--text {
    flex: 0 1 auto;
    margin-right: 40px; }
  .alert--site-wide.notification .medium-8 .alert--button {
    flex: 1 1 auto; }
  .alert--site-wide.notification i.fa {
    font-size: 2.25rem;
    margin-bottom: 0.5rem; }
  .alert--site-wide.notification h2 {
    font-size: 1.25rem;
    line-height: 1.5rem; }
  .alert--site-wide.notification p {
    font-size: 1rem;
    line-height: 1.5625rem;
    margin-bottom: 0; }
  .alert--site-wide.notification .btn {
    margin-top: 0.625rem;
    line-height: 1rem;
    white-space: nowrap; } }

/* ----------------------------
  OHO STAT BLOCK
------------------------------- */
.section--stat-block {
  text-align: center; }
  .section--stat-block .section__lead-in__sub-title {
    font-weight: 100;
    font-family: "Gotham A", "Gotham B", sans-serif; }

.oho-stat-block {
  padding: 20px 0 50px;
  text-align: center;
  width: 100%;
  float: left; }
  @media screen and (max-width: 39.9375em) {
    .oho-stat-block .oho-stat {
      padding: 20px 0; }
      .oho-stat-block .oho-stat:first-child {
        padding-top: 0px; }
      .oho-stat-block .oho-stat:last-child {
        padding-bottom: 0px; } }
  @media screen and (min-width: 40em) {
    .oho-stat-block .oho-stat {
      border-left: 1px solid #ccc; }
      .oho-stat-block .oho-stat:last-child {
        border-right: 1px solid #ccc; } }
  .oho-stat-block .oho-stat__title {
    font-size: 24px; }
  .oho-stat-block .oho-stat__value {
    font-size: 72px;
    line-height: 1;
    padding: 10px 0; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .oho-stat-block .oho-stat__value {
        font-size: 55px; } }
  .oho-stat-block .oho-stat__desc {
    font-size: 24px;
    line-height: 1.2; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .oho-stat-block .oho-stat__desc {
        font-size: 20px; } }
    .oho-stat-block .oho-stat__desc p {
      margin: 0;
      line-height: 1.4; }

.split-band-checkerboard .split-band__name {
  font-size: 42px;
  margin-bottom: 15px;
  color: #fff; }
  @media screen and (min-width: 64em) {
    .split-band-checkerboard .split-band__name {
      font-size: 42px;
      margin-bottom: 15px; } }

.split-band-checkerboard > div.split-band:nth-child(even) .split-band__content-container {
  right: 0; }

.split-band-checkerboard > div.split-band:nth-child(even) .split-band__photo {
  left: 0; }

.split-band-checkerboard > div.split-band:nth-child(even) .split-band__content {
  float: left; }

.split-band-checkerboard > div.split-band:nth-child(even) .split-band__photo {
  order: 2; }

.split-band-checkerboard > div.split-band:nth-child(even) .split-band__photo img {
  float: right; }

.split-band-checkerboard > div.split-band:nth-child(odd) .split-band__content {
  float: right; }

.split-band-checkerboard > div.split-band:nth-child(odd) .split-band__photo img {
  float: left; }

/*-- split-band --*/
.split-band__content-container {
  padding: 0px; }
  @media screen and (min-width: 64em) {
    .split-band__content-container {
      min-height: 447px; } }

.split-band {
  background: #fff;
  margin: 0px;
  padding: 0px;
  width: 100%;
  color: white;
  float: none;
  background: #4B4C50; }

.link-list {
  list-style: none;
  padding: 0px; }
  .link-list a:link {
    color: #0f4e66;
    text-decoration: none;
    font-size: 1.3125rem;
    line-height: 2rem; }

.split-band__company {
  font-weight: bold; }

.split-band__content {
  max-width: 600px;
  float: right; }
  @media screen and (min-width: 40em) {
    .split-band__content {
      padding: 25px; } }
  @media screen and (min-width: 64em) {
    .split-band__content {
      max-height: 470px;
      padding: 50px; } }
  @media (max-width: 768px) {
    .split-band__content {
      padding: 15px; } }
  @media screen and (max-width: 39.9375em) {
    .split-band__content {
      padding: 20px;
      max-width: none; } }

.split-band__label {
  text-transform: uppercase;
  margin: 0px; }

.split-band__title {
  margin-top: 0; }

.split-band__photo {
  margin: 0px;
  padding: 0px;
  max-height: 470px;
  overflow: hidden; }
  @media screen and (min-width: 40em) {
    .split-band__photo img {
      width: 700px;
      max-width: none; } }

.split-band__row {
  border-bottom: 2px solid #fff; }

.split-band__quote {
  color: #fff;
  font-size: 20px;
  margin-top: 0;
  font-weight: 200;
  margin-bottom: 30px; }
  @media screen and (min-width: 64em) {
    .split-band__quote {
      font-size: 21px; } }

.split-band__group .split-band__row:nth-child(n+1) {
  background-color: #0c6789; }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__content {
    /*padding:25px;*/ }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__quote {
    color: #fff;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 21px;
    line-height: 30px; }
  .split-band__group .split-band__row:nth-child(n+1) h1, .split-band__group .split-band__row:nth-child(n+1) h2, .split-band__group .split-band__row:nth-child(n+1) h3, .split-band__group .split-band__row:nth-child(n+1) h4, .split-band__group .split-band__row:nth-child(n+1) h5 {
    color: #fff; }
  .split-band__group .split-band__row:nth-child(n+1) h2 {
    font-size: 22px;
    line-height: 38px; }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__label {
    text-transform: uppercase;
    margin: 0px; }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__title {
    margin-top: 0;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: #fff; }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__minortitle {
    margin-top: 0;
    font-weight: 300;
    display: block;
    font-size: 0.9375rem;
    line-height: 1.375rem; }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__subtitle {
    margin-top: 0;
    font-weight: 200;
    font-size: 14px;
    font-style: italic;
    font-size: 0.9375rem;
    line-height: 1.25rem; }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__name {
    text-transform: uppercase;
    margin-top: 0;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.375rem; }

.split-band-checkerboard--student .split-band__name {
  margin-bottom: 0px; }

.split-band-checkerboard--student .split-band__title {
  display: block;
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: bold; }
  .split-band-checkerboard--student .split-band__title a {
    color: #fff; }

.split-band-checkerboard--student .split-band__name a {
  color: #623F98; }

.news-events__checkered-feature {
  background: none;
  margin-bottom: 15px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7; }
  .news-events__checkered-feature .split-band__content {
    padding: 0px 25px 0px 0px; }
  @media screen and (min-width: 40em) {
    .news-events__checkered-feature .split-band__photo img {
      width: 560px; } }
  @media screen and (min-width: 40em) {
    .news-events__checkered-feature h2 {
      margin-top: 0px; } }
  .news-events__checkered-feature p {
    color: #222;
    font-weight: normal;
    font-size: 16px; }
  .news-events__checkered-feature a {
    margin-bottom: 0px; }

@media (min-width: 501px) {
  span.tooltip {
    position: relative; } }

span.tooltip span {
  border-bottom: 2px dashed #F5A623;
  display: inline-block; }

span.tooltip span.tooltip__itself {
  display: none;
  position: absolute;
  background-color: #EBECED;
  border: 1px solid #9F9D9B;
  padding: 1.25rem;
  width: 450px;
  max-width: 75vw;
  left: calc(50% - 225px);
  bottom: 100%;
  font-family: "IBM Plex Serif", Times, serif;
  font-weight: normal;
  font-size: 0.9375rem;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1)); }
  @media (min-width: 501px) {
    span.tooltip span.tooltip__itself {
      bottom: 120%; } }
  @media (max-width: 450px) {
    span.tooltip span.tooltip__itself {
      max-width: 75vw;
      left: calc(50% - 37.5vw); } }
  span.tooltip span.tooltip__itself:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #EBECED;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 7px);
    transform: rotate(45deg);
    border: 1px solid #9F9D9B;
    border-width: 0 1px 1px 0; }
  span.tooltip span.tooltip__itself strong {
    display: block;
    text-transform: capitalize;
    font-family: "Gotham A", "Gotham B", sans-serif; }

@media (min-width: 501px) {
  .no-touchevents span.tooltip:focus span.tooltip__itself,
  .no-touchevents span.tooltip:hover span.tooltip__itself {
    display: block; } }

/*
//tooltip-box
.tooltip-box {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .3s ease, transform .3s ease;
  z-index: 10;
  max-width: rem-calc(300);
}
.tooltip-box--active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.tooltip-box__container {
  border: 1px solid $primary-color;
  border-top: 20px solid $primary-color;
  position: relative;
  i {
    position: absolute;
    color: #fff;
    right: 4px;
    top: -19px;
    cursor: pointer;
  }
  .tooltip-box__content {
    padding: 15px;
    background: #fff;
    display: block;
    font-size: 15px;
  }
}
.tooltip-box-toggle:after {
  font-family: "fontAwesome";
  content: "\f05a";
  color: #999;
  padding-left: 10px;
  cursor: pointer;
  transition: color .2s ease;
}
.tooltip-box-toggle--active:after {
  color: $primary-color;
}
#back-to-top {
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
  a:hover {
    text-decoration: none;
  }
  span {
    display: block;
  }
}
.has-tooltip-box {
  color: #000;
}
*/
/*
------------
LISTING ITEMS
------------
*/
.page--listing .padded-row h1, .page--listing #user-login h1, .page--listing .profile h1 {
  margin-bottom: 2rem; }
  @media screen and (min-width: 40em) {
    .page--listing .padded-row h1, .page--listing #user-login h1, .page--listing .profile h1 {
      margin-bottom: 2rem; } }
  @media screen and (min-width: 64em) {
    .page--listing .padded-row h1, .page--listing #user-login h1, .page--listing .profile h1 {
      margin-bottom: 4rem; } }

.listing-item {
  width: 100%;
  margin-bottom: 40px; }
  .listing-item:last-of-type {
    border-bottom: none; }
  .listing-item .row {
    position: relative;
    padding-bottom: 40px; }
  .listing-item .row:after {
    content: "";
    display: block;
    position: absolute;
    left: 0.9375rem;
    bottom: 0;
    right: 0.9375rem;
    border-bottom: 1px solid #F5A623; }
  .listing-item:last-of-type .listing-item__border:after {
    border-bottom: none; }
  .listing-item.hide-listing {
    display: none; }

.listing-item__image {
  margin-bottom: 20px; }
  @media screen and (min-width: 40em) {
    .listing-item__image {
      margin-bottom: 0px; } }

.listing-item__title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 30px;
  font-family: serif; }

.listing-item__timestamp {
  font-size: 13px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  text-transform: uppercase;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  display: block; }
  .listing-item__timestamp:before {
    padding-right: 5px;
    font-family: "FontAwesome"; }

.listing-item__publication {
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 600;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 10px; }

.listing-item__teaser {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0;
  font-family: "IBM Plex Serif", Times, serif;
  font-size: 0.9375rem;
  line-height: calc(25 / 15); }

.tags__heading {
  margin-bottom: 0px;
  display: inline-block; }

.tags ul {
  display: inline-block;
  padding: 0;
  margin: 0; }

.tags li {
  display: inline-block;
  list-style: none;
  margin-left: 3px; }
  .tags li:not(:last-child):after {
    content: ","; }

.listing--story .columns, .listing--story ul.row li, ul.row .listing--story li {
  position: relative;
  margin-bottom: 3.125rem; }
  @media screen and (min-width: 40em) {
    .listing--story .columns, .listing--story ul.row li, ul.row .listing--story li {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .listing--story .columns:nth-child(even):before, .listing--story ul.row li:nth-child(even):before, ul.row .listing--story li:nth-child(even):before {
      content: "";
      width: 1px;
      position: absolute;
      top: 12px;
      bottom: 6px;
      background-color: #F5A623;
      left: 0; } }
  @media screen and (min-width: 64em) {
    .listing--story .columns:nth-child(3n+2):before, .listing--story ul.row li:nth-child(3n+2):before, ul.row .listing--story li:nth-child(3n+2):before, .listing--story .columns:nth-child(3n):before, .listing--story ul.row li:nth-child(3n):before, ul.row .listing--story li:nth-child(3n):before {
      content: "";
      width: 1px;
      position: absolute;
      top: 12px;
      bottom: 6px;
      background-color: #F5A623;
      left: -5px; } }

.listing--story .columns.filtered:before, .listing--story ul.row li.filtered:before, ul.row .listing--story li.filtered:before {
  display: none; }

.listing--story .columns.hide-listing, .listing--story ul.row li.hide-listing, ul.row .listing--story li.hide-listing {
  display: none; }

.listing--story .padded-row, .listing--story #user-login, .listing--story .profile {
  text-align: center; }

.listing--story__item__image {
  margin-bottom: 2.25rem; }
  .listing--story__item__image img {
    border-radius: 50%; }

.listing--story__item__type {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  color: #000;
  margin-bottom: 1.25rem; }

.listing--story__item__desc,
.listing--story__item__desc p {
  font-family: "IBM Plex Serif", Times, serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: calc(25 / 15); }

.listing--story__item__tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

.listing--story__item__tags li {
  display: inline-block;
  font-family: "Gotham A", "Gotham B", sans-serif;
  padding: 0.0625rem 0.875rem;
  border: 1px solid #B8A9C5;
  font-size: 0.75rem;
  line-height: calc(14 / 12);
  background-color: rgba(248, 248, 248, 0.8); }

.section--listing--faculty ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px; }

.section--listing--faculty li {
  line-height: 1.2; }

.listing--programs {
  padding-top: 0; }
  @media screen and (min-width: 40em) {
    .listing--programs {
      padding-top: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .listing--programs {
      padding-top: 3.125rem; } }
  .listing--programs__program {
    padding-bottom: 1.125rem;
    border-bottom: 1px solid #CEDD49;
    margin-bottom: 1.125rem; }
    @media screen and (min-width: 40em) {
      .listing--programs__program {
        padding-bottom: 1.5rem; } }
    @media screen and (min-width: 64em) {
      .listing--programs__program {
        padding-bottom: 1.5rem; } }
    @media screen and (min-width: 40em) {
      .listing--programs__program {
        margin-bottom: 1.5rem; } }
    @media screen and (min-width: 64em) {
      .listing--programs__program {
        margin-bottom: 1.5rem; } }
    .listing--programs__program:last-child {
      margin-bottom: 0; }
    .listing--programs__program.hide-this {
      display: none; }
  .listing--programs__set {
    margin-bottom: 2.25rem; }
    @media screen and (min-width: 40em) {
      .listing--programs__set {
        margin-bottom: 3rem; } }
    @media screen and (min-width: 64em) {
      .listing--programs__set {
        margin-bottom: 5.5rem; } }
    .listing--programs__set.hide-set {
      margin-bottom: 0; }
  .listing--programs__set h2 {
    position: relative; }
    .listing--programs__set h2:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      right: 0.625rem;
      border: 1px solid #F5A623;
      border-width: 0 0 1px; }
      @media screen and (max-width: 39.9375em) {
        .listing--programs__set h2:after {
          left: 0.625rem; } }
    @media screen and (min-width: 40em) {
      .listing--programs__set h2 {
        margin-bottom: 0; }
        .listing--programs__set h2:after {
          top: 0;
          bottom: 0;
          right: 0.625rem;
          border-width: 0 1px 0 0; } }
    @media (min-width: 640px) and (max-width: 800px) {
      .listing--programs__set h2:after {
        right: 0; } }
    .listing--programs__set h2.hide-title {
      display: none; }
  .listing--programs__program__tags {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .listing--programs__program__tags li {
      display: inline-block;
      font-family: "Gotham A", "Gotham B", sans-serif;
      padding: 0.0625rem 0.875rem;
      border: 1px solid #B8A9C5;
      font-size: 0.75rem;
      line-height: calc(14 / 12);
      background-color: rgba(248, 248, 248, 0.8); }

.listing--no-result {
  margin-bottom: 4em; }
  .listing--no-result.hide-no-result {
    display: none; }

.tags--listing ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

.tags--listing li {
  display: inline-block;
  font-family: "Gotham A", "Gotham B", sans-serif;
  padding: 0.0625rem 0.875rem;
  border: 1px solid #B8A9C5;
  font-size: 0.75rem;
  line-height: calc(14 / 12);
  background-color: rgba(248, 248, 248, 0.8); }

.section--listing__button {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .section--listing__button {
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 64em) {
    .section--listing__button {
      margin-bottom: 5.625rem; } }

.section--listing--item--set {
  display: none; }
  .section--listing--item--set.display {
    display: block; }

.section--listing--news-listing .listing-item {
  display: none; }
  .section--listing--news-listing .listing-item.display {
    display: block; }

/*
----------------------
NEWS DETAIL
----------------------
*/
.page--news-detail .row .row {
  margin-left: 0;
  margin-right: 0; }

.news-detail h1 {
  color: #4E2A6E;
  margin-bottom: 1.5rem; }

.news-detail__details {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  color: #000;
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .news-detail__details {
      margin-bottom: 3rem; } }
  @media screen and (min-width: 64em) {
    .news-detail__details {
      margin-bottom: 3rem; } }
  .news-detail__details span + span {
    margin-left: 12px;
    border-left: 1px solid #979797;
    padding-left: 12px;
    display: inline-block; }

.page--news-detail .news__teasers {
  padding-top: 0; }
  @media screen and (min-width: 40em) {
    .page--news-detail .news__teasers {
      padding-top: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .page--news-detail .news__teasers {
      padding-top: 2.25rem; } }

.news-detail__content--detail {
  margin-bottom: 20px; }

.news-listing__details {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  color: #000;
  margin-bottom: 1.5rem; }
  .news-listing__details span + span {
    margin-left: 12px;
    border-left: 1px solid #979797;
    padding-left: 12px;
    display: inline-block; }

.list-detail .intro-text {
  margin-bottom: 30px;
  color: #333; }

.list-detail__body {
  margin-bottom: 40px;
  font-weight: normal; }
  .list-detail__body .tags {
    margin-bottom: 30px; }

.related {
  padding-top: 40px;
  border-top: 1px solid #ccc;
  margin-bottom: 50px; }
  .related article {
    margin-bottom: 50px; }
  .related .timestamp {
    color: #333;
    font-weight: normal;
    text-transform: none;
    font-size: 14px; }

.related-news__title {
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-family: "IBM Plex Serif", Times, serif; }

.related-news__teaser {
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal; }

/*
--------------------
ACCORDION DROPDOWN
--------------------
*/
.accordion-drop-down {
  margin-bottom: 30px;
  clear: both; }

button.accordion-drop-down__toggle {
  border: none;
  padding: 0;
  width: 100%; }

.accordion-drop-down__toggle h3 {
  margin: 0;
  padding: 12px 50px 12px 15px;
  text-align: left;
  background: #CEDD49;
  color: #000;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: calc(26 / 20);
  position: relative;
  cursor: pointer; }
  .accordion-drop-down__toggle h3:before, .accordion-drop-down__toggle h3:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    height: 2px;
    width: 21px;
    background-color: #4E2A6E; }
  .accordion-drop-down__toggle h3:after {
    transform-origin: center center;
    transform: rotate(90deg);
    transition: transform 300ms ease; }

.accordion-drop-down__toggle:hover h3 {
  color: #6f737d; }
  .accordion-drop-down__toggle:hover h3:before, .accordion-drop-down__toggle:hover h3:after {
    background-color: #6f737d; }

.accordion-drop-down__toggle--active h3:after {
  transform: rotate(0); }

.accordion-drop-down__toggled-content {
  padding: 30px 30px 10px;
  background: #f8f8f8;
  display: none; }
  .accordion-drop-down__toggled-content h4:first-of-type {
    margin-top: 0px;
    margin-bottom: 10px; }
  .accordion-drop-down__toggled-content p, .accordion-drop-down__toggled-content ul, .accordion-drop-down__toggled-content ol {
    font-size: 0.9375rem; }
  .accordion-drop-down__toggled-content table {
    width: 100%;
    max-width: 690px;
    margin-bottom: 15px; }
  .accordion-drop-down__toggled-content table th {
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-weight: bold; }
  .accordion-drop-down__toggled-content table td {
    border: none;
    font-size: 16px; }
  .accordion-drop-down__toggled-content__highlighted {
    border: 1px solid #755BA2;
    background-color: #E4DBEC;
    padding: 1.25rem 1.25rem 0;
    margin-bottom: 1.25rem; }

/*
-------------------
D7 PAGINATION  - D8 IS BELOW
-------------------
*/
.pagination-left {
  padding-bottom: 30px;
  border-top: 3px solid #ccc;
  padding-top: 30px;
  margin-top: 20px; }

ul.pagination {
  margin: 0px;
  padding: 0px; }
  ul.pagination li {
    margin-right: 15px;
    list-style-type: none;
    display: inline-block;
    vertical-align: top; }
    ul.pagination li a {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      text-decoration: none;
      padding: 0px;
      font-size: 16px;
      font-weight: bold;
      border-radius: 50%;
      border: 1px solid #4B4C50;
      padding: 2px;
      width: 30px;
      height: 30px;
      display: block; }
    ul.pagination li.current a {
      color: #fff;
      background: #4B4C50;
      border: none; }
  ul.pagination .pagination__last a, ul.pagination .pagination__first a {
    background: transparent;
    font-weight: normal;
    text-transform: uppercase;
    width: auto;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 0px;
    border: none;
    padding: 6.5px 0 0 0; }

ul.pagination .pagination__previous a, ul.pagination .pagination__next a {
  border-radius: 0px;
  border: none;
  padding: 5px 0 0 0; }

.pagination-left {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px; }

.pagination__next .pagination__text {
  font-weight: bold; }

.pagination__next a:after, .pagination__previous a:after {
  display: inline-block;
  overflow: hidden;
  font-weight: 600; }

.pagination__next a:after, .pagination__last a:after {
  content: '\f054';
  font-family: "FontAwesome"; }

.pagination__previous a:after, .pagination__first a:before {
  content: '\f053';
  font-family: "FontAwesome"; }

.pagination__last a:after {
  padding-left: 5px; }

.pagination__first a:before {
  padding-right: 5px; }

.pagination__next .pagination__text, .pagination__previous .pagination__text {
  position: absolute;
  left: -999px;
  overflow: hidden; }

/*
-------------------
D8 PAGINATION 
-------------------
*/
nav.pager {
  padding-bottom: 30px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 20px;
  text-align: center; }

ul.pager__items {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 1rem;
  line-height: 40px; }
  ul.pager__items li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top; }
    ul.pager__items li a {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      text-decoration: none;
      padding: 0 0.66em; }
      ul.pager__items li a:hover {
        color: #333; }
    ul.pager__items li.is-active a {
      color: #222;
      font-weight: 500; }

.pager__item--first span:last-child,
.pager__item--previous span:last-child,
.pager__item--next span:last-child,
.pager__item--last span:last-child {
  display: none; }

ul.pager__items .pager__item--first,
ul.pager__items .pager__item--previous {
  border-right: 1px solid #d3d3d3; }
  ul.pager__items .pager__item--first a,
  ul.pager__items .pager__item--previous a {
    padding: 0 30px 0 25px; }
  ul.pager__items .pager__item--first a:before,
  ul.pager__items .pager__item--previous a:before {
    font-family: FontAwesome; }

ul.pager__items .pager__item--previous {
  margin-right: 12px; }

ul.pager__items .pager__item--next,
ul.pager__items .pager__item--last {
  border-left: 1px solid #d3d3d3; }
  ul.pager__items .pager__item--next a,
  ul.pager__items .pager__item--last a {
    font-size: 1.125rem;
    padding: 0 25px 0 30px; }
  ul.pager__items .pager__item--next a:after,
  ul.pager__items .pager__item--last a:after {
    font-family: FontAwesome; }

ul.pager__items .pager__item--next {
  margin-left: 12px; }

.pager__item--first a:after {
  content: " First";
  display: none; }

.pager__item--first a:before {
  content: "\f100";
  font-size: 24px; }

.pager__item--previous a:after {
  content: " Previous";
  display: none; }

.pager__item--previous a:before {
  content: "\f104";
  font-size: 24px; }

.pager__item--next a:before {
  content: "Next ";
  display: none; }

.pager__item--next a:after {
  content: "\f105";
  font-size: 24px; }

.pager__item--last a:before {
  content: "Last ";
  display: none; }

.pager__item--last a:after {
  content: "\f101";
  font-size: 24px; }

@media screen and (max-width: 39.9375em) {
  ul.pager__items li a {
    padding: 0 1em !important; }
  ul.pager__items .pager__item--first a:after,
  ul.pager__items .pager__item--previous a:after {
    display: none; }
  ul.pager__items .pager__item--next a:before,
  ul.pager__items .pager__item--last a:before {
    display: none; }
  ul.pager__items .pager__item {
    display: none; }
  ul.pager__items .is-active,
  ul.pager__items .pager__item--first,
  ul.pager__items .pager__item--previous,
  ul.pager__items .pager__item--next,
  ul.pager__items .pager__item--last {
    display: inline-block; }
  ul.pager__items .is-active a:before {
    content: "Page "; } }

/*
--------------------
HERO IMAGE SECTION -- GLOBAL
--------------------
*/
.hero--interior {
  position: relative; }

.hero--interior__image {
  height: 120px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: table;
  width: 100%;
  position: relative;
  margin-top: 0px;
  display: block;
  margin-top: 0px; }
  @media screen and (min-width: 40em) {
    .hero--interior__image {
      height: 350px; } }
  @media screen and (min-width: 64em) {
    .hero--interior__image {
      height: 490px;
      background-attachment: fixed; } }
  @media (min-width: 1639px) {
    .hero--interior__image {
      background-size: 100% auto; } }

.hero--interior__overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1; }

.hero--interior__content {
  z-index: 2;
  bottom: 20px;
  position: absolute; }
  @media screen and (min-width: 40em) {
    .hero--interior__content {
      bottom: 25px; } }
  @media screen and (min-width: 64em) {
    .hero--interior__content {
      bottom: 45px; } }

.hero--interior__content__title {
  margin: 0px;
  line-height: 1;
  color: #fff;
  font-size: 36px;
  max-width: 315px; }
  @media screen and (min-width: 40em) {
    .hero--interior__content__title {
      font-size: 60px;
      max-width: 315px; } }
  @media screen and (min-width: 64em) {
    .hero--interior__content__title {
      font-size: 80px;
      max-width: 560px; } }

.hero--interior__content__description {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  display: block;
  background: #4B4C50;
  padding: 15px 20px; }
  @media screen and (min-width: 40em) {
    .hero--interior__content__description {
      margin-top: 10px;
      max-width: 290px;
      padding: 0px;
      background: none; } }
  @media screen and (min-width: 64em) {
    .hero--interior__content__description {
      font-size: 30px;
      line-height: 1.2;
      margin-top: 30px;
      max-width: 500px; } }

.home-hero {
  height: 250px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: table;
  width: 100%; }
  @media screen and (min-width: 40em) {
    .home-hero {
      height: 420px;
      margin-top: -1px; } }
  @media screen and (min-width: 64em) {
    .home-hero {
      height: 740px;
      background-attachment: fixed; } }
  @media (min-width: 1475px) {
    .home-hero {
      background-size: 100% auto; } }

.home-hero__content {
  text-align: center;
  max-width: 995px;
  margin: 0 auto;
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle; }
  .home-hero__content span {
    color: white;
    display: block; }

.home-hero__content__title {
  font-size: 72px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  margin: 0 auto;
  max-width: 260px; }
  @media screen and (min-width: 40em) {
    .home-hero__content__title {
      max-width: 430px; } }
  @media screen and (min-width: 64em) {
    .home-hero__content__title {
      font-size: 140px;
      max-width: 780px; } }
  @media screen and (max-width: 39.9375em) {
    .home-hero__content__title {
      font-size: 44px; } }

.home-hero__content__description {
  font-weight: 100;
  font-size: 18px;
  max-width: 420px;
  margin: 20px auto auto; }
  @media screen and (min-width: 64em) {
    .home-hero__content__description {
      max-width: 860px;
      font-size: 30px; } }

@media screen and (min-width: 40em) {
  .no-touchevents .hero--common {
    background-attachment: fixed; } }

.hero--common {
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  position: relative; }
  @media screen and (min-width: 40em) {
    .hero--common {
      min-height: 50vh; } }
  @media screen and (min-width: 64em) {
    .hero--common {
      min-height: 740px;
      padding: 240px 0 120px; } }
  .hero--common__text {
    position: relative;
    z-index: 2;
    flex: 1 0 auto;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    width: 100%; }
    @media screen and (min-width: 40em) {
      .hero--common__text {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem; } }
    @media screen and (min-width: 64em) {
      .hero--common__text {
        padding-top: 8.75rem;
        padding-bottom: 4.5rem; } }
  .hero--common__title, .hero--common__subtitle {
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.85);
    line-height: 1.05; }
  .hero--common__title {
    font-size: 2.5rem;
    line-height: calc(96 / 80); }
    @media screen and (min-width: 40em) {
      .hero--common__title {
        font-size: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .hero--common__title {
        font-size: 5rem; } }
  .hero--common__subtitle {
    font-size: 1.125rem;
    font-weight: 500;
    padding-top: 0.625rem;
    margin-top: 0; }
    @media screen and (min-width: 40em) {
      .hero--common__subtitle {
        font-size: 1.5rem; } }
    @media screen and (min-width: 64em) {
      .hero--common__subtitle {
        font-size: 2.25rem; } }
    @media screen and (min-width: 40em) {
      .hero--common__subtitle {
        padding-top: 0.9375rem; } }
    @media screen and (min-width: 64em) {
      .hero--common__subtitle {
        padding-top: 1.875rem; } }
  .hero--common__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .hero--common__video video {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media (max-width: 39.9375em) {
        .hero--common__video video {
          display: none; } }
    @media screen and (min-width: 40em) {
      .hero--common__video + .hero--common__text {
        position: absolute; } }
    @media (min-width: 1200px) {
      .hero--common__video + .hero--common__text {
        left: calc(50% - 580px); } }

.hero-arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #dddddd;
  position: absolute;
  margin-left: 42%;
  margin-top: -2rem; }
  @media screen and (min-width: 40em) {
    .hero-arrow {
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 20px solid #dddddd;
      position: absolute;
      margin-left: -4rem;
      margin-top: 0; } }

/*
-----------------
CTA FEATURE BOX
-----------------
*/
.section--cta-feature-box {
  margin-bottom: 0; }

.columns .cta-feature-box, ul.row li .cta-feature-box {
  margin-bottom: 40px; }

.cta-feature-box ul {
  padding-left: 0;
  margin-bottom: 0; }

.cta-feature-box li {
  list-style: none; }

.cta-feature-box__content__heading {
  margin-top: 10px;
  margin-bottom: 10px; }

.cta-feature-box--featured {
  display: flex;
  align-items: center; }
  .cta-feature-box--featured .cta-feature-box__content {
    transform: translateX(-60px);
    position: relative;
    z-index: 2;
    max-width: 25rem;
    padding: 1.875rem;
    background: #4B4C50;
    color: #fff; }

.scroll-to-play-timeline__scene {
  height: 15000px; }

.video-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  float: none; }
  @media screen and (max-width: 39.9375em) {
    .video-container {
      height: 200px; } }
  @media screen and (min-width: 64em) {
    .video-container {
      max-height: calc(100vh - 118px);
      height: 100%; } }
  .video-container video, .video-container source {
    width: 100%; }
  .video-container video {
    position: absolute;
    z-index: -1;
    display: none;
    top: -1px; }
    @media screen and (min-width: 40em) {
      .video-container video {
        display: block; } }
  .video-container .hero__content__text {
    margin: auto auto 45px; }
    @media screen and (min-width: 64em) {
      .video-container .hero__content__text {
        max-width: 647px;
        margin: auto auto 60px; } }

@media screen and (min-width: 40em) {
  .video-feature--placeholder {
    margin-top: auto; } }

.video-feature--mobile-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  width: 120%; }
  @media screen and (min-width: 40em) {
    .video-feature--mobile-img {
      display: none; } }

.page--home .video-container {
  overflow: hidden; }
  @media screen and (min-width: 64em) {
    .page--home .video-container {
      margin-top: -51px; } }

.page--home video {
  position: absolute; }

.page--home .video-feature--mobile-img {
  position: absolute; }

/*
---------------
SIDEBAR
---------------
*/
.sidebar {
  margin-bottom: 30px; }
  @media screen and (min-width: 40em) {
    .sidebar {
      margin-bottom: 0; } }

.sidebar-menu {
  border: 1px solid #ccc;
  margin-bottom: 20px; }
  @media (min-width: 769px) {
    .sidebar-menu {
      margin-bottom: 0px;
      border-bottom: 0;
      margin-bottom: 40px; } }
  .sidebar-menu > ul.menu {
    border-top: 1px solid #ccc; }
    @media (min-width: 769px) {
      .sidebar-menu > ul.menu {
        border: none; } }
  .sidebar-menu ul.menu {
    font-family: "Gotham A", "Gotham B", sans-serif;
    margin: 0;
    padding: 0; }
    .sidebar-menu ul.menu li {
      margin: 0;
      list-style-type: none; }
  .sidebar-menu ul.menu a {
    font-size: 15px;
    line-height: 1.4;
    padding: 14px 25px;
    display: block;
    transition: background .2s ease-out;
    border-bottom: 1px solid #ccc; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .sidebar-menu ul.menu a {
        font-size: 14px; } }
    .sidebar-menu ul.menu a:hover {
      background: #ebebeb;
      text-decoration: none; }
    .sidebar-menu ul.menu a.active-trail {
      font-weight: bold;
      background-color: #efefef; }
  .sidebar-menu ul.menu a.active,
  .sidebar-menu ul.menu li.menu-item--active-trail > a.is-active {
    background: #666;
    color: #fff;
    pointer-events: none; }
    .sidebar-menu ul.menu a.active:before,
    .sidebar-menu ul.menu li.menu-item--active-trail > a.is-active:before {
      content: "\f105";
      font-family: "fontAwesome";
      padding-right: 10px; }

/*
 * Sidebar Menu Variations
 */
.sidebar-menu--border-levels ul.menu a {
  border-left: 0 solid #ccc; }

.sidebar-menu--border-levels ul.menu > li a {
  /* level 0 */
  border-left-width: 0px; }

.sidebar-menu--border-levels ul.menu > li > ul > li a {
  /* level 1 */
  border-left-width: 4px; }

.sidebar-menu--border-levels ul.menu > li > ul > li > ul > li a {
  /* level 2 */
  border-left-width: 8px; }

.sidebar-menu--border-levels ul.menu > li > ul > li > ul > li > ul > li a {
  /* level 3 */
  border-left-width: 12px; }

.sidebar-menu--border-levels ul.menu > li > ul > li > ul > li > ul > li > ul > li a {
  /* level 4 */
  border-left-width: 16px; }

.sidebar-menu--padded-border-levels {
  border-width: 0; }
  .sidebar-menu--padded-border-levels ul.menu ul.menu li {
    margin-left: 10px; }
  .sidebar-menu--padded-border-levels ul.menu a.active {
    border-left-color: orange; }
  .sidebar-menu--padded-border-levels li:last-child > a {
    border-bottom-width: 0px; }
  .sidebar-menu--padded-border-levels a + ul.menu {
    border-top: solid 1px #ccc; }
  .sidebar-menu--padded-border-levels li.menu-item--expanded {
    border-bottom: solid 1px #ccc; }
    .sidebar-menu--padded-border-levels li.menu-item--expanded li.menu-item--expanded li.menu-item--expanded {
      border-bottom-width: 0; }
  .sidebar-menu--padded-border-levels ul.menu a {
    border-left: 0 solid #ccc; }
  .sidebar-menu--padded-border-levels ul.menu > li a {
    /* level 0 */
    border-left-width: 0px; }
  .sidebar-menu--padded-border-levels ul.menu > li > ul > li a {
    /* level 1 */
    border-left-width: 1px; }
  .sidebar-menu--padded-border-levels ul.menu > li > ul > li > ul > li a {
    /* level 2 */
    border-left-width: 2px; }
  .sidebar-menu--padded-border-levels ul.menu > li > ul > li > ul > li > ul > li a {
    /* level 3 */
    border-left-width: 3px; }
  .sidebar-menu--padded-border-levels ul.menu > li > ul > li > ul > li > ul > li > ul > li a {
    /* level 4 */
    border-left-width: 4px; }

/* More in this section functionality */
.sidebar-menu > ul.menu {
  display: none; }
  @media (min-width: 769px) {
    .sidebar-menu > ul.menu {
      display: block; } }
  .sidebar-menu > ul.menu > li:last-child a {
    border-bottom: none; }
    @media screen and (min-width: 40em) {
      .sidebar-menu > ul.menu > li:last-child a {
        border-bottom: 1px solid #ccc; } }

.more-in-this-section {
  display: block;
  position: relative;
  text-align: left;
  padding: 0.625rem;
  cursor: pointer;
  margin: 0;
  border: none;
  background-color: #623F98;
  box-shadow: none;
  width: 100%; }
  @media (min-width: 640px) {
    .more-in-this-section {
      display: none; } }
  .more-in-this-section h2 {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    color: #fff;
    margin: 0;
    padding: 0.9375rem; }
  .more-in-this-section:after {
    /* Down Arrow */
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    height: 0.75rem;
    bottom: 0;
    top: 0;
    margin: auto;
    transition: transform .2s ease-out; }

.more-in-this-section--active:after {
  transform: rotate(-180deg); }

/*
 * Sidebar Menu Streamlined variation
 */
.sidebar-menu--streamlined {
  background-color: #fff;
  margin-bottom: 2.5rem;
  /*
  & > ul.menu {
    @media screen and (max-width: 39.9375em) {
      display: none;
    }
  }
*/ }
  @media screen and (min-width: 40em) {
    .sidebar-menu--streamlined {
      position: relative;
      z-index: 2; } }
  .sidebar-menu--streamlined h2 {
    padding: 0.9375rem;
    margin: 0; }
  .sidebar-menu--streamlined ul.menu,
  .sidebar-menu--streamlined ul.menu li {
    margin: 0; }
  .sidebar-menu--streamlined ul.menu {
    font-family: "Gotham A", "Gotham B", sans-serif;
    line-height: 1.4;
    padding: 0;
    border-top: 1px solid #623F98;
    border-bottom: 1px solid #C7C8C9; }
    .sidebar-menu--streamlined ul.menu > li.menu-item--expanded > a {
      background-color: #e4dbec; }
      .sidebar-menu--streamlined ul.menu > li.menu-item--expanded > a.is-active {
        color: #000;
        padding: 0.9375rem 0 0.9375rem 1.875rem !important;
        position: relative;
        pointer-events: none; }
        .sidebar-menu--streamlined ul.menu > li.menu-item--expanded > a.is-active:before {
          content: "\25B8";
          font-size: 24px;
          color: #fff;
          position: absolute;
          top: 0;
          left: 0.25rem;
          line-height: 2.33; }
    .sidebar-menu--streamlined ul.menu ul.menu li.menu-item--expanded > a {
      background-color: #fff; }
    .sidebar-menu--streamlined ul.menu li {
      border-top: 1px solid #C7C8C9; }
    .sidebar-menu--streamlined ul.menu li a {
      font-weight: bold;
      font-size: 1rem;
      color: #623F98;
      display: block;
      padding: 0.9375rem 0 0.9375rem 0.9375rem;
      text-decoration: none; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .sidebar-menu--streamlined ul.menu li a {
          font-size: 0.875rem; } }
      .sidebar-menu--streamlined ul.menu li a.is-active {
        color: #000;
        padding: 0.9375rem 0 0.9375rem 1.875rem !important;
        position: relative;
        pointer-events: none; }
        .sidebar-menu--streamlined ul.menu li a.is-active:before {
          content: "\25B8";
          font-size: 24px;
          color: #F5A623;
          position: absolute;
          top: 0;
          left: 0;
          line-height: 2.33; }
    .sidebar-menu--streamlined ul.menu ul.menu {
      border-top: none;
      border-bottom: none; }
    .sidebar-menu--streamlined ul.menu ul.menu li a {
      padding: 0.9375rem 0 0.9375rem 1.875rem; }
    .sidebar-menu--streamlined ul.menu ul.menu li a.is-active {
      color: #000;
      padding: 0.9375rem 0 0.9375rem 1.875rem !important;
      position: relative; }
      .sidebar-menu--streamlined ul.menu ul.menu li a.is-active:before {
        content: "\25B8";
        font-size: 24px;
        color: #F5A623;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 2.33; }
    .sidebar-menu--streamlined ul.menu ul.menu ul.menu li a {
      padding: 0.9375rem 0 0.9375rem 2.8125rem;
      font-weight: normal; }
    .sidebar-menu--streamlined ul.menu ul.menu ul.menu li a.is-active {
      color: #000;
      padding: 0.9375rem 0 0.9375rem 3.75rem !important;
      position: relative; }
      .sidebar-menu--streamlined ul.menu ul.menu ul.menu li a.is-active:before {
        content: "\25B8";
        font-size: 24px;
        color: #F5A623;
        position: absolute;
        top: 0;
        left: 1.5625rem;
        line-height: 2.33; }
    .sidebar-menu--streamlined ul.menu ul.menu ul.menu ul.menu li a {
      padding: 0.9375rem 0 0.9375rem 4.6875rem;
      font-weight: normal; }
      .sidebar-menu--streamlined ul.menu ul.menu ul.menu ul.menu li a.is-active {
        padding: 0.9375rem 0 0.9375rem 5.625rem !important; }
  .sidebar-menu--streamlined .menu-item--expanded li.menu-item--expanded ul.menu {
    display: none; }
  .sidebar-menu--streamlined .menu-item--expanded li.menu-item--expanded.menu-item--active-trail ul.menu {
    display: block; }
  @media (min-width: 640px) and (max-width: 800px) {
    .sidebar-menu--streamlined ul.menu ul.menu li a {
      padding: 0.9375rem 0 0.9375rem 1.25rem; }
    .sidebar-menu--streamlined ul.menu ul.menu ul.menu li a {
      padding: 0.9375rem 0 0.9375rem 1.5625rem; }
    .sidebar-menu--streamlined ul.menu ul.menu ul.menu li a.is-active {
      padding: 0.9375rem 0 0.9375rem 1.875rem !important; }
      .sidebar-menu--streamlined ul.menu ul.menu ul.menu li a.is-active:before {
        left: 0.5625rem; }
    .sidebar-menu--streamlined ul.menu ul.menu ul.menu ul.menu li a {
      padding: 0.9375rem 0 0.9375rem 1.875rem; }
      .sidebar-menu--streamlined ul.menu ul.menu ul.menu ul.menu li a.is-active {
        padding: 0.9375rem 0 0.9375rem 2.1875rem !important; } }

/* end of streamlined */
.prospective-student-type__content .sidebar-menu--streamlined {
  padding-top: 0;
  padding-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .prospective-student-type__content .sidebar-menu--streamlined {
      padding-top: 5rem; } }
  @media screen and (min-width: 64em) {
    .prospective-student-type__content .sidebar-menu--streamlined {
      padding-top: 5.625rem; } }
  @media screen and (min-width: 40em) {
    .prospective-student-type__content .sidebar-menu--streamlined {
      padding-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .prospective-student-type__content .sidebar-menu--streamlined {
      padding-bottom: 5rem; } }

.streamlined--filter {
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 39.9375em) {
    .streamlined--filter .sidebar-menu--streamlined {
      display: none; } }
  @media screen and (min-width: 40em) {
    .streamlined--filter .sidebar-menu--streamlined {
      display: block !important; } }
  .streamlined--filter .accordion-drop-down__toggle {
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    text-align: left;
    position: relative; }
    @media screen and (min-width: 40em) {
      .streamlined--filter .accordion-drop-down__toggle {
        display: none; } }
    .streamlined--filter .accordion-drop-down__toggle__icon {
      position: absolute;
      right: 16px;
      top: 45%;
      transform: rotate(-180deg);
      transition: transform 300ms ease; }
    .streamlined--filter .accordion-drop-down__toggle--active .accordion-drop-down__toggle__icon {
      transform: rotate(0); }

/*
-----------------------
HORIZONTAL FEATURE BOX
-----------------------
*/
.section--horizontal-feature-box {
  font-family: "Gotham A", "Gotham B", sans-serif; }
  .section--horizontal-feature-box h2 {
    margin-top: 0; }

.horizontal-feature-box__img {
  margin-bottom: 20px; }
  @media screen and (min-width: 40em) {
    .horizontal-feature-box__img {
      margin-bottom: 0; } }

.offset-slider {
  overflow-x: hidden; }
  .offset-slider .slick-list {
    overflow: visible !important; }
  .offset-slider .slick-track {
    left: -3.5rem; }
  .offset-slider__item {
    width: calc(100vw - 8rem);
    margin: 0 1rem; }
    .offset-slider__item > img {
      width: 100%;
      height: 100%; }
  @media screen and (min-width: 40em) {
    .offset-slider .slick-track {
      left: 0; }
    .offset-slider__item {
      width: calc(50vw - 6rem); } }
  @media screen and (min-width: 64em) {
    .offset-slider--three {
      margin: 0 -1rem; }
      .offset-slider--three .offset-slider__item {
        float: left;
        width: calc(33.333% - 2rem); }
    .offset-slider--unlimited .offset-slider__item {
      width: calc(33.333vw - 4rem); } }

.picker {
  width: 64rem;
  max-width: 100%;
  margin: 0 auto 6rem;
  background: #fff;
  padding: 3rem; }
  .picker::before, .picker::after {
    content: ' ';
    display: table; }
  .picker::after {
    clear: both; }
  @media screen and (max-width: 29.99em) {
    .picker {
      padding: 1rem; } }

.picker--simple img {
  display: none; }
  @media screen and (min-width: 30em) {
    .picker--simple img {
      display: block;
      width: 43rem;
      max-width: 100%;
      margin: 0 auto 1rem; } }
  @media screen and (min-width: 58em) {
    .picker--simple img {
      width: 75%;
      float: right;
      margin: 0 0 0 3rem; } }

.picker--simple .summary h3 {
  font-weight: normal; }

.picker--simple .summary .description p {
  margin-bottom: 3rem; }

@media screen and (max-width: 29.99em) {
  .picker--simple .summary {
    text-align: center; }
    .picker--simple .summary .btn {
      width: 100%; } }

@media screen and (max-width: 57.99em) {
  .picker--simple .summary {
    width: 43rem;
    max-width: 100%;
    margin: 0 auto; } }

@media screen and (min-width: 58em) {
  .picker--simple .summary {
    width: calc(25% - 3rem); } }

.picker__tab[aria-hidden="true"] {
  display: none; }

.picker .white-box {
  border: 1px solid DarkRed;
  width: 260px;
  margin-right: 2rem;
  padding: 0; }
  .picker .white-box .summary {
    padding: 1.5rem; }
    .picker .white-box .summary p:last-child {
      margin-bottom: 0; }
  .picker .white-box h4 a {
    text-decoration: none;
    color: DarkRed; }

.picker__tab--text-n-boxes {
  position: relative; }
  .picker__tab--text-n-boxes .picker__white-boxes {
    display: flex;
    flex-flow: wrap;
    justify-content: center; }
    @media screen and (max-width: 1280px) {
      .picker__tab--text-n-boxes .picker__white-boxes {
        clear: left;
        width: 100%; } }
    @media screen and (max-width: 985px) {
      .picker__tab--text-n-boxes .picker__white-boxes {
        width: calc(100% + 6rem);
        position: relative;
        left: -3rem; } }
    .picker__tab--text-n-boxes .picker__white-boxes .slick-track {
      display: flex !important;
      /* used to enable flex within slack */ }
      .picker__tab--text-n-boxes .picker__white-boxes .slick-track .white-box {
        height: auto !important;
        /* used to enable flex within slack */ }
  .picker__tab--text-n-boxes .white-box:last-child {
    margin-right: 0; }

.picker__tab__summary,
.text-n-boxes__summary {
  width: 560px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 2rem; }
  .picker__tab__summary .btn,
  .text-n-boxes__summary .btn {
    margin: 0 auto; }
  @media screen and (min-width: 1281px) {
    .picker__tab__summary,
    .text-n-boxes__summary {
      width: 260px;
      float: left;
      text-align: left;
      margin-right: 2rem; } }

.picker--jumbo .story,
.picker--jumbo .links--important {
  margin-bottom: 4rem; }

.picker--jumbo .story__title {
  color: #000;
  font-size: 1rem; }

.picker--jumbo .story__left {
  padding: 0; }

@media screen and (min-width: 40em) {
  .picker--jumbo .story__right {
    padding-left: 2rem; } }

.picker--jumbo .story__photo {
  float: none;
  width: 100%;
  margin: 0 0 1rem; }

.picker--jumbo img {
  display: block; }

.text-n-boxes::before, .text-n-boxes::after {
  content: ' ';
  display: table; }

.text-n-boxes::after {
  clear: both; }

.text-n-boxes__summary {
  text-align: left; }
  @media screen and (min-width: 67em) {
    .text-n-boxes__summary {
      float: left;
      width: calc(100% - 30rem); } }

@media screen and (min-width: 48em) {
  .text-n-boxes--boxes {
    display: flex;
    justify-content: space-between;
    width: 28rem;
    margin: 0 auto; } }

@media screen and (min-width: 67em) {
  .text-n-boxes--boxes {
    float: right;
    margin: 0; } }

.text-n-boxes--boxes .white-box {
  margin: 0;
  width: 260px;
  margin-right: 2rem;
  padding: 0;
  background-color: #fff; }
  .text-n-boxes--boxes .white-box:last-child {
    margin-right: 0; }
  .text-n-boxes--boxes .white-box h4 a {
    text-decoration: none;
    color: DarkRed; }
  .text-n-boxes--boxes .white-box .summary {
    padding: 1.5rem; }
    .text-n-boxes--boxes .white-box .summary p:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 47.99em) {
    .text-n-boxes--boxes .white-box {
      width: 100%;
      margin-bottom: 1rem; }
      .text-n-boxes--boxes .white-box h3, .text-n-boxes--boxes .white-box h4 {
        margin-bottom: 0; }
      .text-n-boxes--boxes .white-box img,
      .text-n-boxes--boxes .white-box .description {
        display: none; } }

.picker--jumbo .text-n-boxes {
  margin-bottom: 2rem; }

.picker .text-n-boxes--boxes .white-box {
  border: 1px solid DarkRed; }

.tabs {
  margin-bottom: 20px; }
  .tabs__content__itself {
    display: none; }
  .tabs__content__itself__tabs {
    display: none; }
    @media (min-width: 640px) {
      .tabs__content__itself__tabs {
        display: block; } }
  @media (min-width: 640px) {
    .tabs__content__itself__content .tabs__filter__title {
      display: none; } }

.tabs__title {
  border: none;
  margin: 0;
  width: 100%;
  padding: 12px 50px 12px 15px;
  text-align: left;
  background: #CEDD49;
  color: 000;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: calc(26 / 20);
  position: relative;
  cursor: pointer; }
  .tabs__title:before, .tabs__title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    height: 2px;
    width: 21px;
    background-color: #4E2A6E; }
  .tabs__title:after {
    transform-origin: center center;
    transform: rotate(90deg);
    transition: transform 300ms ease; }
  .tabs__title.engaged:after {
    transform: rotate(0); }

.accordion-drop-down__toggle:hover h3,
.accordion-drop-down__toggle:focus h3 {
  color: #6f737d; }
  .accordion-drop-down__toggle:hover h3:before, .accordion-drop-down__toggle:hover h3:after,
  .accordion-drop-down__toggle:focus h3:before,
  .accordion-drop-down__toggle:focus h3:after {
    background-color: #6f737d; }

.tabs__filter__tab,
.tabs__filter__title {
  border: none;
  background-color: purple;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  padding: 0.6em; }

.tabs__filter__tab {
  text-align: center;
  max-width: 190px;
  border-radius: 4px; }
  .tabs__filter__tab[aria-selected="true"] {
    background-color: orange;
    color: #000; }

.tabs__filter__title {
  text-align: left;
  display: block;
  border-radius: 0;
  position: relative;
  margin: 0 3.125rem;
  width: calc(100% - 100px); }
  .tabs__filter__title:not(:first-child) {
    margin-top: 10px; }
  .tabs__filter__title:after {
    content: "\f063";
    font-family: FontAwesome;
    color: orange;
    display: inline-block;
    float: right; }
  .tabs__filter__title.engaged:after {
    content: "\f062"; }

.tabs__content__itself__tabs {
  text-align: center; }
  .tabs__content__itself__tabs .tabs__filter__title {
    display: inline-block; }

.tabs__content,
.tabs__filter__content {
  display: none; }
  .tabs__content[aria-hidden="true"],
  .tabs__filter__content[aria-hidden="true"] {
    display: none; }
  .tabs__content[aria-hidden="false"],
  .tabs__filter__content[aria-hidden="false"] {
    display: block; }

.section--tabs--event-listing button i.fa:before {
  font-family: FontAwesome;
  font-weight: normal;
  display: inline-block;
  padding-left: 0.5em; }

.section--tabs--event-listing .tabs__tabs__button:nth-of-type(1) i.fa:before,
.section--tabs--event-listing .tabs__content:nth-of-type(1) button i.fa:before {
  content: "\f0ca"; }

.section--tabs--event-listing .tabs__tabs__button:nth-of-type(2) i.fa:before,
.section--tabs--event-listing .tabs__content:nth-of-type(2) button i.fa:before {
  content: "\f133"; }

@media (min-width: 640px) {
  .section--tabs--event-listing .tabs__tabs {
    display: block; }
  .section--tabs--event-listing .tabs__content .tabs__title {
    display: none; }
  .section--tabs--event-listing .tabs__content__itself {
    display: block; } }

@media (max-width: 639px) {
  .section--tabs--event-listing .tabs__content[aria-hidden="true"], .section--tabs--event-listing .tabs__content[aria-hidden="false"] {
    display: block; } }

.section--tabs--event-listing .tabs__content__itself__tabs {
  padding: 2.5rem 0 0; }

.section--tabs--event-listing .tabs__content__itself__content {
  padding: 1.875rem 0; }

.section--tabs--event-listing .tabs__filter__content {
  padding: 0 1.25rem 0; }
  @media screen and (min-width: 40em) {
    .section--tabs--event-listing .tabs__filter__content {
      padding: 0 3.125rem 0; } }

.section--tabs--event-listing .filters__clear-link {
  text-align: center;
  padding: 0.5rem 0; }
  .section--tabs--event-listing .filters__clear-link a {
    color: purple;
    position: relative;
    font-size: 17px; }
  .section--tabs--event-listing .filters__clear-link i.fa:before {
    display: inline-block;
    background-color: purple;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 2px 4px;
    border-radius: 2px;
    position: relative;
    top: -3px; }
  @media (min-width: 640px) {
    .section--tabs--event-listing .filters__clear-link {
      text-align: right;
      padding: 0; } }

@media (min-width: 640px) {
  .section--tabs--tuition-fees .tabs__tabs {
    display: block;
    text-align: left;
    padding-left: 50px; }
  .section--tabs--tuition-fees .tabs__content .tabs__title {
    display: none; }
  .section--tabs--tuition-fees .tabs__content__itself {
    display: block; } }

@media (max-width: 639px) {
  .section--tabs--tuition-fees .tabs__content {
    display: block; }
    .section--tabs--tuition-fees .tabs__content .tabs__content__itself {
      display: none; } }

.section--tabs--tuition-fees .tabs__content__itself {
  background-color: transparent; }

.section--tabs--tuition-fees .tabs__content__toggle-space {
  background-color: #EEECF2;
  padding: 1.25rem 1.25rem 0; }
  @media screen and (min-width: 40em) {
    .section--tabs--tuition-fees .tabs__content__toggle-space {
      padding: 3.125rem 3.125rem 0; } }

.section--tabs--tuition-fees .slide-toggle__content__instance__intro {
  background-color: #EEECF2;
  padding: 1.25rem;
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .section--tabs--tuition-fees .slide-toggle__content__instance__intro {
      padding: 2.5rem 3.125rem 3.125rem;
      margin-bottom: 100px; } }
  .section--tabs--tuition-fees .slide-toggle__content__instance__intro p:last-child {
    margin-bottom: 0; }

.prospective-student-type__tabs {
  background-color: #F8F8F8;
  padding-top: 1.5625rem;
  padding-bottom: 1.3125rem;
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .prospective-student-type__tabs {
      padding-top: 3.125rem; } }
  @media screen and (min-width: 64em) {
    .prospective-student-type__tabs {
      padding-top: 5rem; } }
  @media screen and (min-width: 40em) {
    .prospective-student-type__tabs {
      padding-bottom: 2.625rem; } }
  @media screen and (min-width: 64em) {
    .prospective-student-type__tabs {
      padding-bottom: 5.25rem; } }
  @media screen and (min-width: 40em) {
    .prospective-student-type__tabs {
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .prospective-student-type__tabs {
      margin-bottom: 0; } }
  .prospective-student-type__tabs h2 {
    position: relative;
    font-family: "IBM Plex Serif", Times, serif;
    font-weight: normal;
    color: #000;
    font-size: 1.5rem; }
    @media screen and (min-width: 40em) {
      .prospective-student-type__tabs h2 {
        font-size: 1.75rem; } }
    @media screen and (min-width: 64em) {
      .prospective-student-type__tabs h2 {
        font-size: 1.875rem; } }
    @media screen and (max-width: 39.9375em) {
      .prospective-student-type__tabs h2 {
        border-bottom: 1px solid #F5A623; } }
    .prospective-student-type__tabs h2:after {
      content: "";
      display: none;
      position: absolute;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 0;
      border-top: 1px solid #F5A623;
      z-index: 1; }
      @media screen and (min-width: 40em) {
        .prospective-student-type__tabs h2:after {
          display: block; } }
    .prospective-student-type__tabs h2 span {
      position: relative;
      z-index: 2;
      background-color: #F8F8F8;
      padding-right: 0.5em;
      display: inline-block; }
  .prospective-student-type__tabs .padded-row.tabs-row, .prospective-student-type__tabs .tabs-row#user-login, .prospective-student-type__tabs .tabs-row.profile {
    text-align: center;
    display: flex;
    flex-direction: column; }
    @media (min-width: 681px) {
      .prospective-student-type__tabs .padded-row.tabs-row, .prospective-student-type__tabs .tabs-row#user-login, .prospective-student-type__tabs .tabs-row.profile {
        flex-direction: row;
        justify-content: space-between; } }
  .prospective-student-type__tabs .prospective-student-type__tabs__button {
    border: none;
    border-radius: 0;
    background: transparent;
    display: inline-block;
    position: relative;
    width: 19%; }
    @media (max-width: 680px) {
      .prospective-student-type__tabs .prospective-student-type__tabs__button {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        margin-bottom: 0.75rem; } }
    @media (min-width: 681px) {
      .prospective-student-type__tabs .prospective-student-type__tabs__button {
        padding-bottom: 40px; } }
    .prospective-student-type__tabs .prospective-student-type__tabs__button__icon {
      margin-bottom: 1.5rem; }
      @media (max-width: 680px) {
        .prospective-student-type__tabs .prospective-student-type__tabs__button__icon {
          width: 86px;
          margin: 0 18px; }
          .prospective-student-type__tabs .prospective-student-type__tabs__button__icon img {
            width: 75px;
            max-width: none; } }
      @media (max-width: 520px) {
        .prospective-student-type__tabs .prospective-student-type__tabs__button__icon img {
          width: 85px; } }
    .prospective-student-type__tabs .prospective-student-type__tabs__button__text {
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-weight: 500;
      font-size: 1.25rem;
      line-height: calc(26 / 20);
      color: #623F98;
      font-size: 1.25rem;
      text-align: left; }
      @media (min-width: 681px) {
        .prospective-student-type__tabs .prospective-student-type__tabs__button__text {
          font-size: 1rem;
          text-align: center; } }
      @media (min-width: 961px) {
        .prospective-student-type__tabs .prospective-student-type__tabs__button__text {
          font-size: 1.25rem; } }
    .prospective-student-type__tabs .prospective-student-type__tabs__button[aria-selected="true"] {
      pointer-events: none; }
      @media (max-width: 680px) {
        .prospective-student-type__tabs .prospective-student-type__tabs__button[aria-selected="true"]:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 8px;
          background-color: #9f9d9b; } }
      @media (min-width: 681px) {
        .prospective-student-type__tabs .prospective-student-type__tabs__button[aria-selected="true"] {
          background-image: url(/_assets/img/tab-border.svg);
          background-position: center bottom;
          background-repeat: no-repeat; } }
      .prospective-student-type__tabs .prospective-student-type__tabs__button[aria-selected="true"]:hover, .prospective-student-type__tabs .prospective-student-type__tabs__button[aria-selected="true"]:focus {
        text-decoration: none !important; }
    @media (min-width: 681px) {
      .prospective-student-type__tabs .prospective-student-type__tabs__button[aria-selected="false"]:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 20px;
        right: 50%;
        height: 8px;
        background-color: #9f9d9b;
        opacity: 0;
        transition: opacity 100ms ease, left 300ms ease, right 300ms ease; } }

.no-touchevents .prospective-student-type__tabs .prospective-student-type__tabs__button[aria-selected="false"]:hover, .no-touchevents .prospective-student-type__tabs .prospective-student-type__tabs__button[aria-selected="false"]:focus {
  text-decoration: none !important; }
  @media (max-width: 680px) {
    .no-touchevents .prospective-student-type__tabs .prospective-student-type__tabs__button[aria-selected="false"]:hover:after, .no-touchevents .prospective-student-type__tabs .prospective-student-type__tabs__button[aria-selected="false"]:focus:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 8px;
      background-color: #c0bfbe; } }

@media (min-width: 681px) {
  .no-touchevents .prospective-student-type__tabs .prospective-student-type__tabs__button[aria-selected="false"]:hover:after, .no-touchevents .prospective-student-type__tabs .prospective-student-type__tabs__button[aria-selected="false"]:focus:after {
    left: 10%;
    right: 10%;
    opacity: 1; } }

.prospective-student-type__content[aria-hidden="false"] {
  display: block; }

.prospective-student-type__content[aria-hidden="true"] {
  display: none; }

.prospective-student-type__intro {
  padding-top: 0;
  padding-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .prospective-student-type__intro {
      padding-top: 0; } }
  @media screen and (min-width: 64em) {
    .prospective-student-type__intro {
      padding-top: 0; } }
  @media screen and (min-width: 40em) {
    .prospective-student-type__intro {
      padding-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .prospective-student-type__intro {
      padding-bottom: 5rem; } }

.admissions-flow {
  padding-top: 0; }
  @media screen and (min-width: 40em) {
    .admissions-flow {
      padding-top: 5rem; } }
  @media screen and (min-width: 64em) {
    .admissions-flow {
      padding-top: 5.625rem; } }
  @media (min-width: 901px) {
    .admissions-flow .tabs__tabs {
      display: block; }
    .admissions-flow .tabs__content .tabs__title,
    .admissions-flow .for-accordions {
      display: none; }
    .admissions-flow .tabs__content {
      display: none; }
    .admissions-flow .tabs__content[aria-hidden="false"] {
      display: block; }
    .admissions-flow .tabs__content__itself {
      display: block !important;
      padding-bottom: 5rem; } }
  @media (max-width: 900px) {
    .admissions-flow .tabs__tabs,
    .admissions-flow .for-tabs {
      display: none; }
    .admissions-flow .tabs__content {
      display: block;
      margin-bottom: 10px;
      background: #f8f8f8; }
      .admissions-flow .tabs__content .tabs__content__itself {
        display: none;
        padding-top: 1em; } }
  .admissions-flow .tabs__tabs {
    width: 100%;
    padding: 0.5em;
    margin-bottom: 3.75rem;
    text-align: left;
    position: relative;
    z-index: 1; }
    .admissions-flow .tabs__tabs__button {
      border: none;
      border-radius: 0;
      background: transparent;
      display: inline-block;
      position: relative;
      margin: 0 1vw;
      outline: none; }
      @media (min-width: 1100px) {
        .admissions-flow .tabs__tabs__button {
          margin: 0 1.8vw; } }
      @media (min-width: 1400px) {
        .admissions-flow .tabs__tabs__button {
          margin: 0 27px; } }
      .admissions-flow .tabs__tabs__button__text {
        color: #000;
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-weight: 500;
        font-size: 1.125rem;
        line-height: calc(24 / 18);
        text-align: center;
        margin-bottom: 0.625rem; }
        @media (min-width: 1100px) and (max-width: 1120px) {
          .admissions-flow .tabs__tabs__button__text {
            font-size: 1rem; } }
      .admissions-flow .tabs__tabs__button__icon {
        display: block;
        width: 10.5vw;
        height: 10.5vw;
        border-radius: 50%;
        background-color: #CEDD49; }
        .admissions-flow .tabs__tabs__button__icon img {
          width: 50%;
          padding-top: 3vw;
          margin: auto; }
        .admissions-flow .tabs__tabs__button__icon .icon--white {
          display: none; }
        @media (min-width: 1120px) {
          .admissions-flow .tabs__tabs__button__icon {
            width: 115px;
            height: 115px; }
            .admissions-flow .tabs__tabs__button__icon img {
              padding-top: 30px;
              margin: auto; } }
      .admissions-flow .tabs__tabs__button:hover .tabs__tabs__button__icon, .admissions-flow .tabs__tabs__button:focus .tabs__tabs__button__icon {
        background-color: #F5A623; }
      .admissions-flow .tabs__tabs__button:not(:first-child):before {
        content: "\25B8";
        color: #F5A623;
        font-size: 50px;
        display: inline-block;
        position: absolute;
        left: -2.25vw;
        top: 40%; }
        @media (min-width: 1030px) and (max-width: 1099px) {
          .admissions-flow .tabs__tabs__button:not(:first-child):before {
            left: -18%; } }
        @media (min-width: 1100px) {
          .admissions-flow .tabs__tabs__button:not(:first-child):before {
            left: -30%; } }
        @media (min-width: 1400px) {
          .admissions-flow .tabs__tabs__button:not(:first-child):before {
            left: -32%; } }
      .admissions-flow .tabs__tabs__button :nth-child(2):before {
        left: -3vw; }
        @media (min-width: 1030px) and (max-width: 1099px) {
          .admissions-flow .tabs__tabs__button :nth-child(2):before {
            left: -20%; } }
        @media (min-width: 1100px) {
          .admissions-flow .tabs__tabs__button :nth-child(2):before {
            left: -30%; } }
        @media (min-width: 1400px) {
          .admissions-flow .tabs__tabs__button :nth-child(2):before {
            left: -32%; } }
    .admissions-flow .tabs__tabs__button[aria-selected="true"] .tabs__tabs__button__icon {
      background-color: #4E2A6E; }
      .admissions-flow .tabs__tabs__button[aria-selected="true"] .tabs__tabs__button__icon .icon--black {
        display: none; }
      .admissions-flow .tabs__tabs__button[aria-selected="true"] .tabs__tabs__button__icon .icon--white {
        display: inline; }
  @media (max-width: 900px) {
    .admissions-flow .tabs__content__next-step {
      display: none; } }
  .admissions-flow .tabs__content__next-step__title {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: calc(26 / 20);
    margin-bottom: 0.75rem; }

.prospective-student-type__tabs {
  margin-bottom: 5.625rem; }

.admissions-flow {
  padding-top: 0; }

.admissions-flow .tabs__tabs {
  padding: 0; }

.admissions-flow .tabs__tabs__button {
  margin: 0 .34vw; }
  @media (min-width: 1120px) {
    .admissions-flow .tabs__tabs__button {
      margin: 0 5px; } }
  @media (max-width: 940px) {
    .admissions-flow .tabs__tabs__button {
      margin: 0 .25vw; } }
  .admissions-flow .tabs__tabs__button__text {
    font-size: 14px; }
    @media (max-width: 1100px) {
      .admissions-flow .tabs__tabs__button__text {
        font-size: 12px; } }
  .admissions-flow .tabs__tabs__button:first-child .tabs__tabs__button__text {
    margin-left: -1.5vw; }
  .admissions-flow .tabs__tabs__button:not(:first-child):before {
    left: -1.5vw;
    top: 35%; }
    @media (min-width: 1200px) {
      .admissions-flow .tabs__tabs__button:not(:first-child):before {
        left: -20px; } }
  .admissions-flow .tabs__tabs__button__icon {
    width: 8.5vw;
    height: 8.5vw; }
    @media (min-width: 1200px) {
      .admissions-flow .tabs__tabs__button__icon {
        width: 108px;
        height: 108px; } }
    .admissions-flow .tabs__tabs__button__icon img {
      padding-top: 24px; }

.prospective-student-type__intro .padded-row:not(.tabs-row), .prospective-student-type__intro #user-login:not(.tabs-row), .prospective-student-type__intro .profile:not(.tabs-row) {
  padding-right: 20px;
  padding-left: 20px; }

.prospective-student-type__tabs h2 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  border-bottom: none; }
  .prospective-student-type__tabs h2:after {
    display: none; }

@media (min-width: 640px) {
  .section--program-faculty .section--program-faculty__tabs {
    display: block; }
  .section--program-faculty .tabs__content .tabs__title,
  .section--program-faculty .for-accordions {
    display: none; }
  .section--program-faculty .tabs__content {
    display: none; }
  .section--program-faculty .tabs__content[aria-hidden="false"] {
    display: block; }
  .section--program-faculty .tabs__content__itself {
    display: block !important;
    padding-bottom: 5rem; } }

@media (max-width: 639px) {
  .section--program-faculty .section--program-faculty__tabs,
  .section--program-faculty .for-tabs {
    display: none; }
  .section--program-faculty .tabs__content {
    display: block;
    margin-bottom: 10px; }
    .section--program-faculty .tabs__content .tabs__content__itself {
      display: none;
      padding-top: 1em; } }

.photo-box__teaser {
  float: left;
  width: calc(100vw - 6rem); }
  .photo-box__teaser + .photo-box__teaser {
    margin-left: 2rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .photo-box__teaser {
      width: calc(50vw - 4rem); } }
  @media screen and (min-width: 64em) {
    .photo-box__teaser {
      width: 360px; } }

@media screen and (min-width: 1025px) {
  .section--photo-boxes .listing-slick {
    display: flex; } }

.section--photo-boxes {
  overflow-x: hidden; }
  @media screen and (max-width: 39.9375em) {
    .section--photo-boxes .listing-slick {
      right: 1rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .section--photo-boxes .listing-slick {
      right: -1rem; } }
  .section--photo-boxes .slick-list {
    overflow: visible !important; }
  .section--photo-boxes .slick-track {
    display: flex; }
  .section--photo-boxes .btn {
    display: inline-block;
    margin: rem(60) auto 0; }

.photo-box__teaser a {
  text-decoration: none;
  text-align: center; }

.photo-box__teaser div {
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  -webkit-background-blend-mode: multiply; }

.photo-box__teaser h3, .photo-box__teaser p {
  color: #fff; }

.photo-box__teaser h3 {
  font-size: 1.4rem;
  line-height: 1.285;
  position: relative; }

.photo-box__teaser span {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 0.25rem;
  color: #fff; }

.photo-box__teaser a p {
  margin-bottom: 0;
  font-family: "IBM Plex Serif", Times, serif; }

.photo-box--small div {
  padding: 2rem; }

.photo-box--small h3 {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 2rem; }

.photo-box--large {
  max-width: 100%; }
  .photo-box--large div {
    padding: 3rem; }
  .photo-box--large h3 {
    font-size: 1.4rem;
    line-height: 1.285;
    margin-bottom: 3rem; }

.no-touch .photo-box__teaser a:hover div {
  background-color: rgba(149, 31, 36, 0.9); }

.no-touch .photo-box__teaser a:hover h3:after {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: 11rem;
  position: absolute;
  bottom: -1rem;
  left: calc((100% - 11rem)/2); }

.photo-box--large a:hover h3:after {
  width: 18rem;
  bottom: -1.5rem;
  left: calc((100% - 18rem)/2); }

.photo-box__teasers--small,
.photo-box__teasers--large {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (min-width: 42em) {
    .photo-box__teasers--small,
    .photo-box__teasers--large {
      margin-left: -1rem;
      margin-right: -1rem; } }

.photo-box__teasers--large {
  position: relative; }
  @media screen and (max-width: 39.99em) {
    .photo-box__teasers--large {
      margin-bottom: 4rem; }
      .photo-box__teasers--large:after {
        background-color: #999;
        bottom: -2rem;
        clear: both;
        content: "";
        height: 1px;
        left: 3rem;
        position: absolute;
        width: calc(100% - 6rem); } }

.photo-box--large {
  height: auto;
  margin: 1rem;
  flex: 0 auto;
  width: 100%; }
  @media screen and (min-width: 42em) and (max-width: 68.49em) {
    .photo-box--large {
      width: 60%; } }
  @media screen and (min-width: 68.5em) {
    .photo-box--large {
      width: 46.33%; } }

.photo-box__teaser.photo-box--large {
  margin-left: 1rem; }

.photo-box__teasers--small .photo-box--small {
  height: auto;
  margin: 1rem;
  flex: 0 auto;
  width: 100%; }
  @media screen and (min-width: 40em) and (max-width: 1079px) {
    .photo-box__teasers--small .photo-box--small {
      width: 44%; } }
  @media screen and (min-width: 1080px) and (max-width: 1159px) {
    .photo-box__teasers--small .photo-box--small {
      width: 28%; } }
  @media screen and (min-width: 1160px) {
    .photo-box__teasers--small .photo-box--small {
      width: 29.75%; } }

.more-or-less {
  margin-top: 24px;
  max-height: 37.5rem;
  overflow-y: hidden;
  position: relative;
  z-index: 1; }
  .more-or-less:after {
    content: "";
    display: block;
    z-index: 5;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(rgba(255, 255, 255, 0), white 50%); }
  .more-or-less.open {
    max-height: 6250rem; }
  .more-or-less.open:after {
    display: none; }
  .more-or-less__load-more {
    position: absolute;
    bottom: 1em;
    z-index: 6; }
  .more-or-less__fewer {
    background: #fff;
    position: relative;
    padding-top: em(20); }

.alpha-jump-links {
  background-color: #eeebf2;
  padding: 2.5rem; }
  @media (max-width: 400px) {
    .alpha-jump-links {
      padding: 1.25rem; } }
  .alpha-jump-links ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .alpha-jump-links li {
    display: inline-block;
    margin: 0 0.5em 0.5em 0;
    font-weight: 600;
    font-size: 1.5rem;
    color: gray; }

/*
------------
CHECKBOXES
------------
*/
.filters__checkbox {
  position: relative;
  margin-bottom: 2px; }
  .filters__checkbox input {
    position: absolute;
    opacity: 0; }
  .filters__checkbox label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 40px;
    font-size: 0.9375rem;
    line-height: 1.2;
    font-weight: 400; }
    .filters__checkbox label:before {
      content: "";
      display: inline-block;
      width: 18px;
      height: 18px;
      background-color: #dadada;
      border: 1px solid #B5B5B5;
      position: absolute;
      left: 8px;
      top: 4px; }
  .filters__checkbox input:checked + label:before {
    border-color: purple; }
  .filters__checkbox input:checked + label:after {
    content: "\f00c";
    color: #000;
    font-size: 17px;
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 9px;
    top: 3px; }

.slide-toggle {
  width: 320px;
  height: 50px;
  border-radius: 10px;
  background: purple;
  line-height: 50px;
  position: relative; }
  .slide-toggle a {
    display: inline-block;
    width: 48%;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    position: relative;
    top: -2px;
    z-index: 2;
    text-decoration: none;
    border: none; }
  .slide-toggle a[aria-selected="true"],
  .slide-toggle a:hover,
  .slide-toggle a.current,
  .slide-toggle a.active {
    color: #000; }
  .slide-toggle:hover a {
    color: #fff;
    text-shadow: 0 0 1px purple, -1px -1px 1px rgba(0, 0, 0, 0.5); }
  .slide-toggle hr {
    position: absolute;
    z-index: 1;
    height: 42px;
    margin: 0;
    border-radius: 7px;
    border: none;
    display: block;
    background-color: goldenrod;
    top: 4px;
    left: 4px;
    right: 50%;
    transition: all 300ms ease; }
  .slide-toggle a:nth-child(1)[aria-selected="true"] ~ hr {
    left: 4px;
    right: calc(48% + 4px);
    background: goldenrod; }
  .slide-toggle a:nth-child(2)[aria-selected="true"] ~ hr {
    left: calc(48% + 4px);
    right: 4px;
    background: goldenrod; }
  .slide-toggle a:nth-child(1):hover ~ hr {
    left: 4px;
    right: calc(48% + 4px);
    background-image: linear-gradient(#fec23c, goldenrod); }
  .slide-toggle a:nth-child(2):hover ~ hr {
    left: calc(48% + 4px);
    right: 4px;
    background-image: linear-gradient(#fec23c, goldenrod); }

@media (max-width: 400px) {
  .slide-toggle {
    width: 240px;
    height: 70px;
    line-height: 1.1; }
    .slide-toggle a:nth-child(1) {
      position: relative;
      top: -10px; }
    .slide-toggle a:nth-child(2) {
      padding-top: 20px; }
    .slide-toggle hr {
      height: 62px; } }

.slide-toggle__content__instance[aria-hidden="true"] {
  display: none; }

.directory__nav {
  position: relative;
  line-height: 1.5em; }
  .directory__nav div {
    width: 20em;
    position: relative; }
  .directory__nav:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #444;
    left: 0;
    right: 0;
    z-index: 1; }
  .directory__nav button {
    display: inline-block;
    border: none;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    width: 32%;
    text-align: left;
    padding: 0; }
    .directory__nav button span {
      display: inline-block;
      width: 5em;
      text-align: center; }
    .directory__nav button:hover, .directory__nav button.active {
      color: #000; }
  .directory__nav hr {
    height: 7px;
    background-color: aqua;
    border: none;
    position: relative;
    z-index: 3;
    top: 3px;
    width: 5em;
    margin-top: 0.5em;
    transition: all 0.2s ease; }
  .directory__nav button:first-child.active ~ hr {
    margin-left: 0; }
  .directory__nav button:nth-child(2).active ~ hr {
    margin-left: 33%; }
  .directory__nav button:nth-child(3).active ~ hr {
    margin-left: 66%; }
  .directory__nav button:first-child:hover ~ hr,
  .directory__nav button:first-child:focus ~ hr {
    margin-left: 0;
    background-color: #444; }
  .directory__nav button:nth-child(2):hover ~ hr,
  .directory__nav button:nth-child(2):focus ~ hr {
    margin-left: 33%;
    background-color: #444; }
  .directory__nav button:nth-child(3):hover ~ hr,
  .directory__nav button:nth-child(3):focus ~ hr {
    margin-left: 66%;
    background-color: #444; }

.office-listing--unit > div:last-child {
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative; }
  .office-listing--unit > div:last-child:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #444;
    left: 0.625rem;
    right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .office-listing--unit > div:last-child:after {
        left: 0.9375rem;
        right: 0.9375rem; } }

.checkerboard__single {
  display: flex;
  flex-direction: column; }
  @media (max-width: 799px) {
    .checkerboard__single .checkerboard__image {
      background-image: none !important; } }
  @media (min-width: 800px) {
    .checkerboard__single {
      flex-direction: row; }
      .checkerboard__single .checkerboard__image {
        width: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        margin-bottom: 0; }
        .checkerboard__single .checkerboard__image img {
          display: none; }
      .checkerboard__single .checkerboard__text {
        width: 50%; } }
    @media (min-width: 800px) and (min-width: 1160px) {
      .checkerboard__single .checkerboard__text {
        padding-top: rem(100);
        padding-bottom: rem(100); }
        .checkerboard__single .checkerboard__text__wrap {
          margin-left: 4.5rem;
          max-width: 460px; } }
  @media screen and (min-width: 600px) {
    .checkerboard__single .checkerboard__image figcaption {
      bottom: 0;
      height: inherit; } }
  .checkerboard__single .eyebrow {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 700;
    font-size: rem(18);
    margin-bottom: rem(40);
    color: navy; }
    .checkerboard__single .eyebrow:before {
      display: block;
      content: "";
      height: 2px;
      width: 34px;
      background-color: #d9d9d9;
      position: relative;
      left: 0;
      top: -20px;
      position: relative; }
      @media screen and (min-width: 40em) {
        .checkerboard__single .eyebrow:before {
          left: -40px;
          top: 15px; } }
      @media screen and (min-width: 40em) {
        .checkerboard__single .eyebrow:before {
          left: -48px; } }

@media (min-width: 800px) {
  .checkerboard__single:nth-child(even) .checkerboard__image {
    order: 2; }
  .checkerboard__single:nth-child(even) .checkerboard__text {
    order: 1; }
    .checkerboard__single:nth-child(even) .checkerboard__text__wrap {
      margin-left: 0;
      margin-right: 2.5rem;
      float: right; } }

.checkerboard__text__summary,
.checkerboard__text__button {
  margin-bottom: 40px; }

.checkerboard__text {
  padding: rem(50); }
  .checkerboard__text__links ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
  .checkerboard__text__links li {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 700; }
  .checkerboard__text__links li:not(:last-of-type) {
    margin-bottom: 1em; }
  .checkerboard__text__links a:after {
    font-family: FontAwesome;
    font-weight: normal;
    content: "\00a0\f054";
    color: goldenrod;
    display: inline-block;
    position: relative;
    right: -4px; }

.fade-up-in.sequence-anim-item {
  transition: transform 1.2s ease, opacity 0.6s ease;
  transform: translateY(1rem);
  opacity: 0; }
  .fade-up-in.sequence-anim-item.sequence-anim-item--active {
    transform: none;
    opacity: 1; }

.cta-feature-box--featured.anim-item .cta-feature-box__img {
  transition: transform 1.2s ease;
  transform: translateX(60px); }

.cta-feature-box--featured.anim-item .cta-feature-box__content {
  transition: transform 1.2s ease;
  transform: translateX(-120px); }

.cta-feature-box--featured.anim-item.anim-item--active .cta-feature-box__img {
  transform: none; }

.cta-feature-box--featured.anim-item.anim-item--active .cta-feature-box__content {
  transform: translateX(-60px); }

.slick-arrow {
  border: none;
  background-color: #fff;
  font-size: 0;
  padding: 0.9375rem 1rem; }
  .slick-arrow:after {
    content: "";
    display: block;
    width: 27px;
    height: 9px;
    background-image: url(/_assets/img/slick-arrow.svg); }
  @media screen and (min-width: 64em) {
    .slick-arrow {
      padding: 1.875rem 2.8125rem; } }

.slick-prev:after {
  background-image: url(/_assets/img/slick-arrow-left.svg); }

.hero--home__slider {
  width: 100%;
  height: 90vh;
  background-color: #333; }
  @media screen and (min-width: 40em) {
    .hero--home__slider {
      height: 100vh; } }
  .hero--home__slider__slide {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden; }
    @media screen and (min-width: 40em) {
      .hero--home__slider__slide {
        height: 100vh; } }
  .hero--home__slider__slide__media {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 90vh; }
    @media screen and (min-width: 40em) {
      .hero--home__slider__slide__media {
        height: 100vh; } }
  .hero--home__slider picture, .hero--home__slider img {
    z-index: 1; }
  .hero--home__slider video {
    z-index: 2; }
    @media screen and (max-width: 39.9375em) {
      .hero--home__slider video {
        display: none; } }
  .hero--home__slider video,
  .hero--home__slider picture, .hero--home__slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    object-fit: cover; }
    @media screen and (min-width: 40em) {
      .hero--home__slider video,
      .hero--home__slider picture, .hero--home__slider img {
        height: 100vh; } }
  .hero--home__slider__slide__text {
    position: relative;
    z-index: 3;
    padding-top: 120px; }
    @media screen and (max-width: 39.9375em) {
      .hero--home__slider__slide__text {
        padding-left: 1em;
        padding-right: 1em; } }
    @media screen and (min-width: 40em) {
      .hero--home__slider__slide__text {
        padding-top: 33vh; } }
    @media (max-height: 940px) {
      .hero--home__slider__slide__text {
        padding-top: 25vh; } }
    @media (max-height: 740px) {
      .hero--home__slider__slide__text {
        padding-top: 220px; }
        .hero--home__slider__slide__text__title h2 {
          max-width: 70%;
          font-size: 3rem; } }
    .hero--home__slider__slide__text__eyebrow {
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      color: #000;
      font-size: 0.875rem;
      background-color: #CEDD49;
      display: inline-block;
      padding-top: 0.5rem;
      padding-right: 2em;
      padding-bottom: 0.5rem;
      margin-bottom: 1.875rem;
      position: relative; }
      .hero--home__slider__slide__text__eyebrow:after {
        content: "\25E4";
        display: block;
        color: #777A3E;
        position: absolute;
        right: 0;
        top: 99%;
        line-height: 1;
        z-index: -1; }
      @media screen and (max-width: 39.9375em) {
        .hero--home__slider__slide__text__eyebrow {
          display: none; } }
      @media screen and (min-width: 40em) {
        .hero--home__slider__slide__text__eyebrow {
          padding-left: 40px; } }
    .hero--home__slider__slide__text__title h2 {
      font-size: 2.5rem;
      color: #fff;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.85);
      line-height: 1.05;
      text-align: center; }
      @media screen and (min-width: 40em) {
        .hero--home__slider__slide__text__title h2 {
          font-size: 3.75rem; } }
      @media screen and (min-width: 64em) {
        .hero--home__slider__slide__text__title h2 {
          font-size: 5rem; } }
      @media screen and (min-width: 40em) {
        .hero--home__slider__slide__text__title h2 {
          text-align: left;
          margin-left: 40px; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .hero--home__slider__slide__text__title h2 {
          margin-right: 40px; } }
      @media screen and (min-width: 64em) {
        .hero--home__slider__slide__text__title h2 {
          max-width: 60%; } }
    .hero--home__slider__slide__text__button a.btn {
      color: #fff; }
    @media screen and (max-width: 39.9375em) {
      .hero--home__slider__slide__text__button {
        text-align: center;
        margin-left: 1em;
        margin-right: 1em; } }
    @media screen and (min-width: 40em) {
      .hero--home__slider__slide__text__button {
        margin-left: 40px; } }

.hero--home__slider .slick-prev {
  display: none !important; }

.hero--home__slider .slick-next {
  position: absolute;
  right: 0;
  top: 40%; }

.hero--home__slider .slide-counter {
  position: absolute;
  bottom: 20%;
  width: 100%;
  text-align: center;
  display: block; }
  .hero--home__slider .slide-counter li.slick-active button {
    background-color: #F5A623; }

.hero--home__slider ul.slick-dots {
  padding-left: 0;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 10vh;
  left: 0;
  width: 100%;
  display: block; }
  .hero--home__slider ul.slick-dots li {
    display: inline-block;
    margin: 0 10px; }
  .hero--home__slider ul.slick-dots button {
    font-size: 0;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #676E75;
    border: none; }
  .hero--home__slider ul.slick-dots li.slick-active button {
    background-color: #F5A623; }

.hero--home__slider .slide-counter__count {
  display: none; }

.hero--home__slider .video-play-button {
  position: absolute;
  bottom: 80px;
  right: 80px;
  z-index: 3;
  background: none;
  border: none; }
  @media screen and (max-width: 39.9375em) {
    .hero--home__slider .video-play-button {
      display: none; } }
  .hero--home__slider .video-play-button:after {
    content: "\f28b";
    font-family: FontAwesome;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600; }
  .hero--home__slider .video-play-button.hero-video-paused::after {
    content: '\f144'; }

.hero--home__boxes {
  background-color: #f8f8f8;
  padding-bottom: 1em;
  position: relative;
  z-index: 3; }
  .hero--home__boxes__container {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
    padding: 2.25rem 0.625rem;
    /**** New Visit Container CSS ****/ }
    @media screen and (min-width: 40em) {
      .hero--home__boxes__container {
        padding: 2.5rem;
        margin-bottom: -180px;
        top: -180px;
        position: relative;
        z-index: 3; } }
    @media screen and (min-width: 64em) {
      .hero--home__boxes__container {
        padding: 3.75rem 6.25rem; } }
    @media (min-width: 640px) and (max-height: 940px) {
      .hero--home__boxes__container {
        margin-bottom: -40px;
        top: -40px; } }
    .hero--home__boxes__container .row {
      position: relative; }
      @media screen and (min-width: 64em) {
        .hero--home__boxes__container .row:after {
          content: "";
          display: block;
          width: 1px;
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          background-color: #CEDD49; } }
    .hero--home__boxes__container-alt {
      width: 100%;
      max-width: 1120px;
      margin-left: auto;
      margin-right: auto;
      background-color: #fff;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
      padding: 0; }
      @media screen and (min-width: 40em) {
        .hero--home__boxes__container-alt {
          margin-bottom: -180px;
          top: -180px;
          position: relative;
          z-index: 3; } }
      @media (min-width: 640px) and (max-height: 940px) {
        .hero--home__boxes__container-alt {
          margin-bottom: -40px;
          top: -40px; } }
      .hero--home__boxes__container-alt .row {
        position: relative; }
      .hero--home__boxes__container-alt .hero-icon-block {
        padding: 10px;
        background-color: #dddddd;
        text-align: center; }
        @media screen and (min-width: 40em) {
          .hero--home__boxes__container-alt .hero-icon-block {
            padding: 2rem 10px; } }
      .hero--home__boxes__container-alt .hero-link-block {
        padding: 2rem;
        background-color: #4E2A6E; }
        @media screen and (min-width: 40em) {
          .hero--home__boxes__container-alt .hero-link-block {
            padding: 2rem 4rem; } }
      .hero--home__boxes__container-alt .hero-title {
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-weight: bold;
        color: #ffffff;
        font-size: 1.875rem;
        padding-bottom: 0.5em;
        padding-top: 30px;
        line-height: 1; }
        @media screen and (min-width: 40em) {
          .hero--home__boxes__container-alt .hero-title {
            padding-top: 0; } }
      .hero--home__boxes__container-alt .hero-link {
        width: 100%;
        border-bottom: 1px solid #F5A623;
        padding-bottom: 5px;
        margin-bottom: 15px; }
        .hero--home__boxes__container-alt .hero-link a {
          font-family: "Gotham A", "Gotham B", sans-serif;
          font-weight: normal;
          color: #ffffff;
          font-size: 1.125rem;
          line-height: 1.2;
          text-decoration: none; }
          .hero--home__boxes__container-alt .hero-link a:hover {
            color: #F5A623; }
  .hero--home__boxes h2 {
    font-weight: normal;
    color: #4E2A6E;
    font-size: 1.875rem;
    padding-bottom: 0.5em;
    line-height: 1;
    position: relative;
    margin-left: 35px; }
    @media screen and (min-width: 40em) {
      .hero--home__boxes h2 {
        font-size: 1.875rem; } }
    @media screen and (min-width: 64em) {
      .hero--home__boxes h2 {
        font-size: 2.25rem; } }
    @media screen and (min-width: 40em) {
      .hero--home__boxes h2 {
        margin-left: 70px; } }
    .hero--home__boxes h2:before {
      content: "\25B2";
      color: #CEDD49;
      display: inline-block;
      position: absolute;
      width: 35px;
      left: -35px;
      transform: rotate(90deg); }
      @media screen and (min-width: 40em) {
        .hero--home__boxes h2:before {
          width: 70px;
          left: -70px;
          top: 16px; } }
    .hero--home__boxes h2:after {
      content: "";
      display: block;
      background-color: #F5A623;
      height: 1px;
      position: absolute;
      bottom: 0;
      right: 0;
      left: -35px; }
      @media screen and (min-width: 40em) {
        .hero--home__boxes h2:after {
          left: -70px; } }
  .hero--home__boxes ul {
    list-style: none;
    padding-left: 0; }
    @media screen and (min-width: 40em) {
      .hero--home__boxes ul {
        padding-left: 35px; } }
    .hero--home__boxes ul a {
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-weight: 700;
      color: #4a4a4a;
      font-size: 1.25rem;
      position: relative;
      margin-left: 0;
      transition: color 300ms ease; }
      @media screen and (min-width: 40em) {
        .hero--home__boxes ul a {
          font-size: 1.3125rem; } }
      @media screen and (min-width: 64em) {
        .hero--home__boxes ul a {
          font-size: 1.3125rem; } }
      .hero--home__boxes ul a:before {
        content: "\f178";
        font-family: FontAwesome;
        color: #F5A623;
        font-weight: normal;
        display: inline-block;
        width: 35px;
        position: relative;
        left: 0;
        transition: all 300ms ease; }
      .hero--home__boxes ul a:after {
        content: "\f178";
        font-family: FontAwesome;
        color: #F5A623;
        font-weight: normal;
        display: inline-block;
        opacity: 0;
        transition: all 300ms ease; }
      .hero--home__boxes ul a:hover {
        text-decoration: none;
        color: #F5A623; }
        .hero--home__boxes ul a:hover:before {
          opacity: 0;
          transform: translateX(35px); }
        .hero--home__boxes ul a:hover:after {
          opacity: 1;
          transform: translateX(18px); }

.hero--home__boxes {
  background-color: #fff; }

.brand-statement {
  text-align: center;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  /*padding-bottom: 2.5rem;*/
  /* override */
  padding-bottom: 0px; }
  @media screen and (min-width: 40em) {
    .brand-statement {
      padding-top: 5rem;
      /*padding-bottom: 5rem; */
        
    }
      }
  @media screen and (min-width: 64em) {
    .brand-statement {
      padding-top: 6.25rem;
      /*padding-bottom: 6.25rem;*/
      } }
  @media screen and (min-width: 40em) {
    .brand-statement {
      /*padding-bottom: 5rem; */
        
    } }
  @media screen and (min-width: 64em) {
    .brand-statement {
      /*padding-bottom: 6.25rem;*/
      } }
  .brand-statement h2 {
    color: #4E2A6E;
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 40em) {
      .brand-statement h2 {
        font-size: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .brand-statement h2 {
        font-size: 3rem; } }
    @media screen and (min-width: 40em) {
      .brand-statement h2 {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .brand-statement h2 {
        margin-bottom: 4.375rem; } }
  .brand-statement__paragraph {
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 40em) {
      .brand-statement__paragraph {
        margin-bottom: 3.125rem; } }
    @media screen and (min-width: 64em) {
      .brand-statement__paragraph {
        margin-bottom: 3.75rem; } }
  .brand-statement .btn {
    padding: 1.5rem 3.75rem; }

.page--home .brand-statement {
  background-color: #f8f8f8;
  font-size: 0.9375rem; }
  @media screen and (min-width: 40em) {
    .page--home .brand-statement {
      font-size: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .page--home .brand-statement {
      font-size: 1.125rem; } }

.section--nav {
  background-color: #f8f8f8;
  padding-top: 2.25rem;
  padding-bottom: 2.875rem; }
  @media screen and (min-width: 40em) {
    .section--nav {
      padding-top: 4.5rem; } }
  @media screen and (min-width: 64em) {
    .section--nav {
      padding-top: 4.5rem; } }
  @media screen and (min-width: 40em) {
    .section--nav {
      padding-bottom: 5.625rem; } }
  @media screen and (min-width: 64em) {
    .section--nav {
      padding-bottom: 5.625rem; } }
  .section--nav h2 {
    text-align: center; }
    @media screen and (min-width: 40em) {
      .section--nav h2 {
        margin-bottom: 1.875rem; } }
  .section--nav__links {
    list-style: none;
    padding-left: 0; }
    @media screen and (max-width: 39.9375em) {
      .section--nav__links {
        display: none; } }
    @media screen and (min-width: 40em) {
      .section--nav__links {
        display: flex !important;
        flex-wrap: wrap;
        padding: 0 5rem; } }
    @media screen and (min-width: 40em) {
      .section--nav__links li {
        flex: 0 0 calc(33.33333% - 10px);
        margin: 0 5px 10px; } }
    .section--nav__links a {
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-weight: bold;
      background-color: #fff;
      color: #755BA2;
      font-size: 1rem;
      line-height: calc(18 / 16);
      text-align: center;
      display: block;
      height: 100%;
      padding: 0.875rem 0.4375rem;
      transition: all 300ms ease; }
      @media screen and (max-width: 39.9375em) {
        .section--nav__links a {
          border: 1px solid #C7C8C9;
          border-width: 1px 0; } }
      @media screen and (min-width: 40em) {
        .section--nav__links a {
          background-color: #755BA2;
          background-image: linear-gradient(to right, #623F98, #623F98 48%, #755BA2 52%, #755BA2);
          background-size: 220% 100%;
          background-position: top right;
          color: #fff; } }
      @media screen and (max-width: 39.9375em) {
        .section--nav__links a:hover {
          background-color: #e7e7e7;
          color: #333;
          text-decoration: none; } }
      @media screen and (min-width: 40em) {
        .section--nav__links a:hover {
          background-color: #623F98;
          text-decoration: none;
          background-position: top left; } }
  .section--nav .accordion-drop-down__toggle {
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    text-align: left;
    position: relative; }
    @media screen and (min-width: 40em) {
      .section--nav .accordion-drop-down__toggle {
        display: none; } }
    .section--nav .accordion-drop-down__toggle__icon {
      position: absolute;
      right: 16px;
      top: 45%;
      transform: rotate(-180deg);
      transition: transform 300ms ease; }
    .section--nav .accordion-drop-down__toggle--active .accordion-drop-down__toggle__icon {
      transform: rotate(0); }

.ѳԹ-outcomes {
  padding-top: 0;
  padding-bottom: 2.8125rem; }
  @media screen and (min-width: 40em) {
    .ѳԹ-outcomes {
      padding-bottom: 4.5rem; } }
  @media screen and (min-width: 64em) {
    .ѳԹ-outcomes {
      padding-bottom: 6.25rem; } }

.section--nav + .ѳԹ-outcomes {
  padding-top: 0; }
  @media screen and (min-width: 40em) {
    .section--nav + .ѳԹ-outcomes {
      padding-top: 4.5rem; } }
  @media screen and (min-width: 64em) {
    .section--nav + .ѳԹ-outcomes {
      padding-top: 6.25rem; } }

.location-slider + .ѳԹ-outcomes {
  padding-top: 0; }
  @media screen and (min-width: 40em) {
    .location-slider + .ѳԹ-outcomes {
      padding-top: 0; } }
  @media screen and (min-width: 64em) {
    .location-slider + .ѳԹ-outcomes {
      padding-top: 6.25rem; } }

.ѳԹ-outcomes__title {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  border-top: 1px solid #CEDD49;
  text-align: center;
  line-height: 1; }
  @media screen and (max-width: 39.9375em) {
    .ѳԹ-outcomes__title {
      padding-top: 1.875rem; } }
  @media screen and (min-width: 40em) {
    .ѳԹ-outcomes__title {
      padding-top: 1.875rem;
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  @media (min-width: 800px) {
    .ѳԹ-outcomes__title {
      border-top: none;
      border-bottom: 1px solid #CEDD49;
      margin-bottom: 1.3125rem;
      position: relative;
      text-align: left; }
      .ѳԹ-outcomes__title h2 {
        display: inline-block;
        background-color: #fff;
        padding-right: 0.625rem;
        margin-bottom: 0;
        position: relative;
        bottom: -20px; } }
  @media screen and (min-width: 64em) {
    .ѳԹ-outcomes__title {
      width: calc(50% - 20px);
      text-align: right; } }

@media (min-width: 800px) {
  .ѳԹ-outcomes__grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto 70px auto;
    grid-template-areas: " one one two three" " one one six six " " four five six six ";
    max-width: 100%;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem; } }

@media screen and (min-width: 64em) {
  .ѳԹ-outcomes__grid {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 3fr 3fr 3fr 3fr 1fr;
    grid-template-rows: 70px auto 70px auto 70px;
    grid-template-areas: ". . . two three ." "one one one two three ." "one one one six six six" ". four five six six six" ". four five . . .";
    width: 100%;
    margin: -60px auto 0; } }

@media (min-width: 1250px) {
  .ѳԹ-outcomes__grid {
    grid-template-columns: 1fr 260px 260px 260px 260px 1fr; } }

.ѳԹ-outcome:nth-child(1) {
  grid-area: one; }

.ѳԹ-outcome:nth-child(2) {
  grid-area: two; }

.ѳԹ-outcome:nth-child(3) {
  grid-area: three; }

.ѳԹ-outcome:nth-child(4) {
  grid-area: four; }

.ѳԹ-outcome:nth-child(5) {
  grid-area: five; }

.ѳԹ-outcome:nth-child(6) {
  grid-area: six; }

.ѳԹ-outcome__story {
  position: relative; }
  @media (max-width: 799px) {
    .ѳԹ-outcome__story .featured-story__image,
    .ѳԹ-outcome__story .featured-story__image img {
      width: 100%; }
    .ѳԹ-outcome__story .featured-story__image img {
      margin-bottom: 1.875rem; }
    .ѳԹ-outcome__story .featured-story__text {
      margin-left: 0.9375rem;
      margin-right: 0.9375rem;
      padding-bottom: 0.9375rem;
      border-bottom: 1px solid #CEDD49; } }
  @media (min-width: 800px) {
    .ѳԹ-outcome__story .featured-story__image {
      position: relative;
      width: 100%;
      height: 100%; }
      .ѳԹ-outcome__story .featured-story__image img {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: middle; }
    .ѳԹ-outcome__story .featured-story__text {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0));
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 0 2.5rem 1.25rem 0; } }
  @media screen and (min-width: 800px) and (max-width: 39.9375em) {
    .ѳԹ-outcome__story .featured-story__text {
      padding-bottom: 2.8125rem; } }
  @media (min-width: 800px) and (max-width: 1215px) {
    .ѳԹ-outcome__story .featured-story__text {
      padding: 0 1em 1em 1em; } }
  @media (min-width: 800px) {
      .ѳԹ-outcome__story .featured-story__text * {
        color: #fff;
        max-width: 100%;
        align-self: flex-end; } }
    @media (min-width: 800px) and (min-width: 1220px) {
      .ѳԹ-outcome__story .featured-story__text * {
        width: 520px; } }
  @media (min-width: 800px) {
      .ѳԹ-outcome__story .featured-story__text h3 {
        font-size: 1.5rem; }
        .ѳԹ-outcome__story .featured-story__text h3 a {
          color: #fff;
          text-decoration: none; }
        .ѳԹ-outcome__story .featured-story__text h3 a:hover {
          text-decoration: underline; }
      .ѳԹ-outcome__story .featured-story__text p {
        font-size: 0.9375rem; } }
  @media (min-width: 800px) {
    .ѳԹ-outcome__story:last-child .featured-story__text {
      background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0));
      padding: 0 0 1.25rem 2.5rem; } }
  @media (min-width: 800px) and (max-width: 1215px) {
    .ѳԹ-outcome__story:last-child .featured-story__text {
      padding: 1em 1em 0 1em; } }
  @media (min-width: 800px) {
      .ѳԹ-outcome__story:last-child .featured-story__text * {
        align-self: flex-start; } }

.ѳԹ-outcome__story .featured-story__text h3 a,
.ѳԹ-outcome__story .featured-story__text a {
  text-decoration: underline; }
  .ѳԹ-outcome__story .featured-story__text h3 a:hover,
  .ѳԹ-outcome__story .featured-story__text a:hover {
    color: #CEDD49; }

div.differentiator .differentiator__item--image,
article.differentiator .differentiator__item--image,
.ѳԹ-outcome__differentiator .differentiator__item--image {
  margin-bottom: 1.6875rem; }
  div.differentiator .differentiator__item--image img,
  article.differentiator .differentiator__item--image img,
  .ѳԹ-outcome__differentiator .differentiator__item--image img {
    vertical-align: middle; }
    @media (max-width: 800px) {
      div.differentiator .differentiator__item--image img,
      article.differentiator .differentiator__item--image img,
      .ѳԹ-outcome__differentiator .differentiator__item--image img {
        margin-left: auto;
        margin-right: auto; } }
  @media (max-width: 800px) {
    div.differentiator .differentiator__item--image + .differentiator__desc,
    article.differentiator .differentiator__item--image + .differentiator__desc,
    .ѳԹ-outcome__differentiator .differentiator__item--image + .differentiator__desc {
      text-align: center; } }

div.differentiator .differentiator__item--text,
article.differentiator .differentiator__item--text,
.ѳԹ-outcome__differentiator .differentiator__item--text {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 2rem; }

div.differentiator .differentiator__item--icon,
article.differentiator .differentiator__item--icon,
.ѳԹ-outcome__differentiator .differentiator__item--icon {
  padding-top: 2em;
  margin-bottom: 1.6875rem; }
  div.differentiator .differentiator__item--icon img,
  article.differentiator .differentiator__item--icon img,
  .ѳԹ-outcome__differentiator .differentiator__item--icon img {
    margin: 0 auto; }

div.differentiator .differentiator__item--icon,
div.differentiator .differentiator__item--icon + .differentiator__desc,
div.differentiator .differentiator__item--text,
div.differentiator .differentiator__item--text + .differentiator__desc,
article.differentiator .differentiator__item--icon,
article.differentiator .differentiator__item--icon + .differentiator__desc,
article.differentiator .differentiator__item--text,
article.differentiator .differentiator__item--text + .differentiator__desc,
.ѳԹ-outcome__differentiator .differentiator__item--icon,
.ѳԹ-outcome__differentiator .differentiator__item--icon + .differentiator__desc,
.ѳԹ-outcome__differentiator .differentiator__item--text,
.ѳԹ-outcome__differentiator .differentiator__item--text + .differentiator__desc {
  text-align: center; }
  @media (min-width: 800px) and (max-width: 1249px) {
    div.differentiator .differentiator__item--icon p,
    div.differentiator .differentiator__item--icon + .differentiator__desc p,
    div.differentiator .differentiator__item--text p,
    div.differentiator .differentiator__item--text + .differentiator__desc p,
    article.differentiator .differentiator__item--icon p,
    article.differentiator .differentiator__item--icon + .differentiator__desc p,
    article.differentiator .differentiator__item--text p,
    article.differentiator .differentiator__item--text + .differentiator__desc p,
    .ѳԹ-outcome__differentiator .differentiator__item--icon p,
    .ѳԹ-outcome__differentiator .differentiator__item--icon + .differentiator__desc p,
    .ѳԹ-outcome__differentiator .differentiator__item--text p,
    .ѳԹ-outcome__differentiator .differentiator__item--text + .differentiator__desc p {
      font-size: 1rem; } }

.ѳԹ-outcome__differentiator a {
  text-decoration: underline; }
  .ѳԹ-outcome__differentiator a:hover {
    color: #777A3E; }

.ѳԹ-outcome__differentiator:nth-child(2) {
  background-color: #4E2A6E; }
  .ѳԹ-outcome__differentiator:nth-child(2) a {
    color: #fff;
    text-decoration: underline; }
    .ѳԹ-outcome__differentiator:nth-child(2) a:hover {
      color: #CEDD49; }
  .ѳԹ-outcome__differentiator:nth-child(2) .differentiator__item--text {
    padding-top: 1em;
    color: #fff; }
  .ѳԹ-outcome__differentiator:nth-child(2) .differentiator__desc {
    color: #fff;
    padding: 1em 1em 0; }

.ѳԹ-outcome__differentiator:nth-child(3) .differentiator__item--text {
  color: #777A3E;
  font-weight: 300;
  font-size: 5.625rem;
  letter-spacing: -4px; }

.ѳԹ-outcome__differentiator:nth-child(5) {
  background-color: #9D1360; }
  .ѳԹ-outcome__differentiator:nth-child(5) a {
    color: #fff;
    text-decoration: underline; }
    .ѳԹ-outcome__differentiator:nth-child(5) a:hover {
      color: #CEDD49; }
  .ѳԹ-outcome__differentiator:nth-child(5) .differentiator__item--text {
    padding-top: 1em;
    color: #fff; }
  .ѳԹ-outcome__differentiator:nth-child(5) .differentiator__desc {
    padding: 1em 1em 0;
    color: #fff; }

/*
.differentiator__desc {
  @media (max-width: 639px) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  @media (min-width: 640px) and (max-width: 800px) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
*/
.ѳԹ-outcomes__grid .slick-arrow {
  position: absolute;
  top: 33%;
  z-index: 1; }

.ѳԹ-outcomes__grid .slick-prev {
  left: 0; }

.ѳԹ-outcomes__grid .slick-next {
  right: 0; }

.ѳԹ-outcomes__grid .slick-disabled {
  display: none !important; }

@media screen and (max-width: 39.9375em) {
  .photo-slider + .ѳԹ-outcomes {
    margin-top: -3.75rem; } }

@media screen and (min-width: 40em) {
  .photo-slider + .ѳԹ-outcomes {
    margin-top: -2.5rem; } }

.ѳԹ-outcomes__grid p, .ѳԹ-outcomes__grid ul, .ѳԹ-outcomes__grid ol {
  font-size: 0.9375rem !important; }

/** General Wrapper Styles **/
.ѳԹ-outcomes.alternate-outcomes {
  padding-top: 0;
  padding-bottom: 2.8125rem; }

@media screen and (min-width: 40em) {
  .ѳԹ-outcomes.alternate-outcomes {
    padding-bottom: 4.5rem; } }

@media screen and (min-width: 64em) {
  .ѳԹ-outcomes.alternate-outcomes {
    padding-bottom: 6.25rem; } }

/** Section Title and Intro Paragraph **/
.alternate-outcomes .ѳԹ-outcomes__title {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  border-top: 1px solid #CEDD49;
  text-align: center;
  line-height: 1;
  width: calc(80%);
  margin: 0 auto; }

.alternate-outcomes .ѳԹ-outcomes__intro p {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
  line-height: calc(25 / 15); }

@media (min-width: 800px) {
  .alternate-outcomes .ѳԹ-outcomes__title {
    border-top: none;
    border-bottom: 1px solid #CEDD49;
    margin-bottom: 1.3125rem;
    position: relative; }
  .alternate-outcomes .ѳԹ-outcomes__title h2 {
    display: inline-block;
    background-color: #fff;
    padding-right: 0.625rem;
    margin-bottom: 0;
    position: relative;
    bottom: -20px; } }

/** Grid Layout styles **/
@media (min-width: 800px) {
  .alternate-outcomes .ѳԹ-outcomes__grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "one two" "three three" "four four" "five six";
    max-width: 100%;
    margin: 40px 20px 0; } }

@media (min-width: 1000px) {
  .alternate-outcomes .ѳԹ-outcomes__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: minmax(400px, auto) 150px minmax(400px, auto);
    grid-template-areas: "one two three three" "four four three three" "four four five six";
    max-width: 100%;
    margin: 40px 20px 0; } }

@media screen and (min-width: 64em) {
  .alternate-outcomes .ѳԹ-outcomes__grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: minmax(320px, auto) 150px minmax(320px, auto);
    grid-template-areas: "one two three three" "four four three three" "four four five six";
    width: 90%;
    margin: 40px auto 0; } }

.alternate-outcomes .ѳԹ-outcome:nth-child(1) {
  grid-area: one; }

.alternate-outcomes .ѳԹ-outcome:nth-child(2) {
  grid-area: two; }

.alternate-outcomes .ѳԹ-outcome:nth-child(3) {
  grid-area: three; }

.alternate-outcomes .ѳԹ-outcome:nth-child(4) {
  grid-area: four; }

.alternate-outcomes .ѳԹ-outcome:nth-child(5) {
  grid-area: five; }

.alternate-outcomes .ѳԹ-outcome:nth-child(6) {
  grid-area: six; }

/*/
/** Story Layout styles **/
/*/
.alternate-outcomes .ѳԹ-outcome__story {
  position: relative; }

/** Available Background Colors **/
.alternate-outcomes .ѳԹ-outcome__story.purple-bg {
  background: #4E2A6E; }

.alternate-outcomes .ѳԹ-outcome__story.red-bg {
  background: #9D1360; }

/** Video player button **/
.alternate-outcomes .ѳԹ-outcome__story .featured-story__text .fa-play-circle-o {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  align-self: center;
  text-align: center;
  font-size: 4rem;
  margin-bottom: 40px;
  text-decoration: none !important; }

.alternate-outcomes .ѳԹ-outcome__story.purple-bg .featured-story__text .fa-play-circle-o,
.alternate-outcomes .ѳԹ-outcome__story.red-bg .featured-story__text .fa-play-circle-o {
  text-shadow: none; }

.link--video::after {
  content: "\00a0\00a0\f04b";
  font-family: FontAwesome; }

@media (max-width: 800px) {
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text .fa-play-circle-o {
    text-shadow: none;
    color: #623F98;
    text-align: center;
    margin: 0px auto; } }

.alternate-outcomes .ѳԹ-outcome__story.purple-bg .featured-story__text a.fa-play-circle-o,
.alternate-outcomes .ѳԹ-outcome__story.red-bg .featured-story__text a.fa-play-circle-o {
  color: #fff; }

.alternate-outcomes .ѳԹ-outcome__story.purple-bg .featured-story__text a.fa-play-circle-o:hover,
.alternate-outcomes .ѳԹ-outcome__story.red-bg .featured-story__text a.fa-play-circle-o:hover {
  color: #CEDD49; }

/** Toggle Text/icon styles **/
.alternate-outcomes .ѳԹ-outcome__story .featured-story__text h3.toggle-link {
  margin-bottom: .2rem; }

.alternate-outcomes .ѳԹ-outcome__story .featured-story__text .toggle-link,
.alternate-outcomes .ѳԹ-outcome__story .featured-story__text h3 a {
  color: #623F98;
  text-decoration: none;
  cursor: pointer; }

.alternate-outcomes .ѳԹ-outcome__story .featured-story__text .toggle-link:hover {
  color: #CEDD49;
  text-decoration: underline; }

.alternate-outcomes .ѳԹ-outcome__story .featured-story__text .toggle-link::before {
  content: "\00a0\00a0\f056";
  font-family: FontAwesome;
  margin: 0 10px 0 -10px;
  display: none; }

.alternate-outcomes .ѳԹ-outcome__story .featured-story__text .toggle-link.open-toggle::before {
  content: "\00a0\00a0\f055";
  font-family: FontAwesome;
  margin: 0 10px 0 -10px;
  display: none; }

.alternate-outcomes .ѳԹ-outcome__story .featured-story__text .toggle-text {
  display: inline-block;
  margin-top: 10px;
  color: #4B4C50; }

@media (min-width: 800px) {
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text .toggle-link {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 30px;
    white-space: nowrap; }
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text .toggle-link::before {
    content: "\00a0\00a0\f055";
    font-family: FontAwesome;
    display: inline-block; }
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text .toggle-link.open-toggle::before {
    content: "\00a0\00a0\f056";
    font-family: FontAwesome;
    display: inline-block; }
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text .toggle-link,
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text h3 a {
    color: #fff; }
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text .toggle-text {
    color: #fff;
    display: none;
    overflow: hidden;
    max-height: 200px; }
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text .subtitle-text a {
    overflow: hidden;
    display: block;
    max-height: 30px; } }

/** Large Orange Text styles **/
.alternate-outcomes .ѳԹ-outcome__story .featured-story__text .large-text,
.alternate-outcomes .ѳԹ-outcome__story .featured-story__text .large-text a {
  color: #F5A623;
  font-weight: 400;
  font-size: 3.5rem;
  letter-spacing: -2px;
  line-height: 1.1em;
  padding-bottom: 15px; }

.alternate-outcomes .ѳԹ-outcome__story .featured-story__text .large-text a:hover {
  color: #ffffff; }

@media (max-width: 800px) {
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text .large-text {
    text-align: center; } }

/** Story gradient background styles **/
.alternate-outcomes .ѳԹ-outcome__story .featured-story__text.add-gradient {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); }

@media (max-width: 800px) {
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text.add-gradient {
    background: none; }
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text a {
    color: #623F98 !important; }
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text a:hover,
  .alternate-outcomes .ѳԹ-outcome__story.purple-bg .featured-story__text a.fa-play-circle-o:hover {
    color: #CEDD49 !important; }
  .alternate-outcomes .ѳԹ-outcome__story.red-bg .featured-story__text a,
  .alternate-outcomes .ѳԹ-outcome__story.purple-bg .featured-story__text a,
  .alternate-outcomes .ѳԹ-outcome__story.red-bg .featured-story__text .large-text a,
  .alternate-outcomes .ѳԹ-outcome__story.purple-bg .featured-story__text .large-text a {
    color: #F5A623 !important; }
  .alternate-outcomes .ѳԹ-outcome__story.red-bg .featured-story__text a:hover,
  .alternate-outcomes .ѳԹ-outcome__story.purple-bg .featured-story__text a:hover,
  .alternate-outcomes .ѳԹ-outcome__story.red-bg .featured-story__text .large-text a:hover,
  .alternate-outcomes .ѳԹ-outcome__story.purple-bg .featured-story__text .large-text a:hover,
  .alternate-outcomes .ѳԹ-outcome__story.purple-bg .featured-story__text a.fa-play-circle-o {
    color: #FFFFFF !important; }
  .alternate-outcomes .ѳԹ-outcome__story.purple-bg .featured-story__text p a,
  .alternate-outcomes .ѳԹ-outcome__story.red-bg .featured-story__text p a {
    color: #FFFFFF !important; }
  .alternate-outcomes .ѳԹ-outcome__story.purple-bg .featured-story__text p a:hover,
  .alternate-outcomes .ѳԹ-outcome__story.red-bg .featured-story__text p a:hover {
    color: #CEDD49 !important; } }

/** Story text area styles **/
.alternate-outcomes .ѳԹ-outcome__story .featured-story__text p {
  font-size: 14pt;
  line-height: 1.6rem;
  color: #4B4C50;
  margin-bottom: 10px; }

@media (min-width: 800px) {
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text p {
    color: #fff; } }

.alternate-outcomes .ѳԹ-outcome__story.purple-bg .featured-story__text,
.alternate-outcomes .ѳԹ-outcome__story.red-bg .featured-story__text {
  padding: 1.5em !important;
  position: unset !important; }

.alternate-outcomes .ѳԹ-outcome__story.purple-bg .featured-story__text p,
.alternate-outcomes .ѳԹ-outcome__story.red-bg .featured-story__text p {
  color: #fff; }

.alternate-outcomes .ѳԹ-outcome__story .featured-story__text h3,
.alternate-outcomes .ѳԹ-outcome__story .featured-story__text a {
  color: #fff; }

.alternate-outcomes .ѳԹ-outcome__story.purple-bg .featured-story__text h3,
.alternate-outcomes .ѳԹ-outcome__story.red-bg .featured-story__text h3 {
  text-align: center; }

.alternate-outcomes .ѳԹ-outcome__story .featured-story__text h3 a,
.alternate-outcomes .ѳԹ-outcome__story .featured-story__text a {
  text-decoration: underline; }

.alternate-outcomes .ѳԹ-outcome__story .featured-story__text h3 a:hover,
.alternate-outcomes .ѳԹ-outcome__story .featured-story__text a:hover {
  color: #CEDD49; }

@media (max-width: 799px) {
  .alternate-outcomes .ѳԹ-outcome__story.purple-bg .featured-story__text,
  .alternate-outcomes .ѳԹ-outcome__story.red-bg .featured-story__text {
    padding: 3em; }
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__image,
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__image img {
    width: 100%; }
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__image img {
    margin-bottom: 1.875rem; }
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #CEDD49; } }

@media (min-width: 800px) {
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    background: transparent; } }

@media (min-width: 800px) {
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__image {
    position: relative;
    width: 100%;
    height: 100%; }
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__image img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle; }
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem; } }

@media screen and (min-width: 800px) and (max-width: 39.9375em) {
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text {
    padding-bottom: 2.8125rem; } }

@media (min-width: 800px) and (max-width: 1215px) {
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text {
    padding: 0 1em 1em 1em; } }

@media (min-width: 800px) {
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text * {
    color: #fff;
    max-width: 100%;
    align-self: flex-start; } }

@media (min-width: 800px) and (min-width: 1220px) {
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text * {
    width: 100%; } }

.alternate-outcomes .ѳԹ-outcome__story .featured-story__text h3 a {
  color: #623F98; }

@media (min-width: 800px) {
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text h3 {
    font-size: 1.3rem;
    font-weight: 500; }
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text h3 a {
    color: #fff;
    text-decoration: none; }
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text h3 a:hover {
    text-decoration: underline; }
  .alternate-outcomes .ѳԹ-outcome__story .featured-story__text p {
    font-size: 0.9375rem; } }

@media (min-width: 800px) and (max-width: 1215px) {
  .alternate-outcomes .ѳԹ-outcome__story:last-child .featured-story__text {
    padding: 1em 1em 0 1em; } }

@media (min-width: 800px) {
  .alternate-outcomes .ѳԹ-outcome__story:last-child .featured-story__text * {
    align-self: flex-start; } }

//
/** slick slider styles **/
//
.alternate-outcomes .ѳԹ-outcomes__grid .slick-arrow {
  position: absolute;
  top: 33%;
  z-index: 1; }

.alternate-outcomes .ѳԹ-outcomes__grid .slick-prev {
  left: 0; }

.alternate-outcomes .ѳԹ-outcomes__grid .slick-next {
  right: 0; }

.alternate-outcomes .ѳԹ-outcomes__grid .slick-disabled {
  display: none !important; }

@media screen and (max-width: 39.9375em) {
  .photo-slider + .ѳԹ-outcomes.alternate-outcomes {
    margin-top: -3.75rem; } }

@media screen and (min-width: 40em) {
  .photo-slider + .ѳԹ-outcomes.alternate-outcomes {
    margin-top: -2.5rem; } }

.alternate-outcomes .ѳԹ-outcomes__grid p {
  font-size: 14pt !important; }

.alternate-outcomes .ѳԹ-outcomes__grid ul,
.alternate-outcomes .ѳԹ-outcomes__grid ol {
  font-size: 0.9375rem !important; }

/* .alternate-outcomes .ѳԹ-outcomes__grid p,
.alternate-outcomes .ѳԹ-outcomes__grid ul,
.alternate-outcomes .ѳԹ-outcomes__grid ol {
  font-size: 0.9375rem !important;
}
*/
/*.align-center {
 */
/* text-align: center;
 */
/*
}
*/
/** 4 Grid Layout styles **/
@media (min-width: 800px) {
  .alternate-outcomes .ѳԹ-outcomes__grid.quad-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: minmax(400px, auto) 150px minmax(400px, auto);
    grid-template-areas: "one two" "three two" "three four";
    max-width: 100%;
    margin: 40px 20px 0; } }

@media (min-width: 1000px) {
  .alternate-outcomes .ѳԹ-outcomes__grid.quad-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: minmax(400px, auto) 150px minmax(400px, auto);
    grid-template-areas: "one two" "three two" "three four";
    max-width: 100%;
    margin: 40px 20px 0; } }

@media screen and (min-width: 64em) {
  .alternate-outcomes .ѳԹ-outcomes__grid.quad-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: minmax(320px, auto) 150px minmax(320px, auto);
    grid-template-areas: "one two" "three two" "three four";
    width: 90%;
    margin: 40px auto 0; } }

section.differentiators {
  padding-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    section.differentiators {
      padding-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    section.differentiators {
      padding-bottom: 6.25rem; } }
  section.differentiators > .padded-row, section.differentiators > #user-login, section.differentiators > .profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (max-width: 39.9375em) {
      section.differentiators > .padded-row, section.differentiators > #user-login, section.differentiators > .profile {
        flex-direction: column; } }
  section.differentiators .slick-slider .row {
    border-top: 1px solid #CEDD49;
    border-bottom: 1px solid #CEDD49; }
  section.differentiators .slick-slider .hero-icon-block,
  section.differentiators .slick-slider .hero-link-block {
    padding-top: 30px;
    padding-bottom: 10px; }
    @media screen and (min-width: 40em) {
      section.differentiators .slick-slider .hero-icon-block,
      section.differentiators .slick-slider .hero-link-block {
        padding-top: 50px;
        padding-bottom: 30px; } }
  section.differentiators .slick-slider .hero-icon-block {
    padding-left: 5px;
    padding-right: 5px; }
  section.differentiators .slick-slider .hero-link-block {
    padding-right: 0px; }
  section.differentiators .slick-slider .differentiator__item--icon {
    margin: 0;
    padding: 0; }
    section.differentiators .slick-slider .differentiator__item--icon img {
      max-width: 130px; }
  section.differentiators .slick-slider .differentiator .differentiator__title,
  section.differentiators .slick-slider .differentiator .differentiator__desc {
    text-align: left; }
  section.differentiators .slick-slider .differentiator .differentiator__desc {
    font-size: 18pt;
    padding-right: 10px; }
  section.differentiators .slick-arrow {
    padding: 15px 10px;
    border-radius: 25px;
    position: absolute;
    top: calc(50% - 30px);
    border: 1px solid #dedede;
    z-index: 999; }
    section.differentiators .slick-arrow:hover {
      border: 1px solid #623F98; }
  section.differentiators .slick-prev {
    left: -5px; }
  section.differentiators .slick-next {
    right: -5px; }
  section.differentiators .slick-arrow::after {
    width: 19px;
    background-repeat: no-repeat; }
  section.differentiators .slick-next.slick-arrow::after {
    background-position: right top; }
  section.differentiators .slick-prev.slick-arrow::after {
    background-position: left top; }
  section.differentiators .slick-arrow.slick-disabled {
    display: none !important; }
  section.differentiators .differentiator {
    text-align: center;
    padding: 1.875rem;
    flex: 0 0 50%; }
    section.differentiators .differentiator:before {
      display: none !important; }
    section.differentiators .differentiator:not(:first-child) {
      border-left: none !important; }
    section.differentiators .differentiator:nth-child(n+3) {
      position: relative; }
      section.differentiators .differentiator:nth-child(n+3):before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 5px;
        right: 5px;
        border-top: 1px solid #CEDD49; }
    @media screen and (max-width: 39.9375em) {
      section.differentiators .differentiator:nth-child(n+2) {
        position: relative; }
        section.differentiators .differentiator:nth-child(n+2):before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 5px;
          right: 5px;
          border-top: 1px solid #CEDD49; } }
    @media screen and (min-width: 64em) {
      section.differentiators .differentiator {
        flex: 1 0 200px; }
        section.differentiators .differentiator:not(:first-child) {
          border-left: 1px solid #CEDD49; }
        section.differentiators .differentiator:nth-child(n+3):before {
          display: none; } }
    section.differentiators .differentiator__desc p {
      font-family: "IBM Plex Serif", Times, serif;
      font-weight: 400;
      font-size: 0.9375rem;
      line-height: calc(25 / 15); }
  section.differentiators .differentiator__item--icon,
  section.differentiators .differentiator__item--image {
    vertical-align: middle;
    margin-bottom: 1.6875rem; }
  section.differentiators .differentiator__title a:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    background-image: url(/_assets/img/external-link.svg); }

@media screen and (min-width: 40em) {
  section.differentiators.theresTwo .differentiator:not(:first-child) {
    border-left: 1px solid #CEDD49; } }

.page--home section.differentiators {
  background-color: #f8f8f8; }

section.program__differentiators .differentiator {
  text-align: left; }
  @media screen and (max-width: 39.9375em) {
    section.program__differentiators .differentiator {
      flex: 0 0 100%; } }
  section.program__differentiators .differentiator__eyebrow {
    color: #777A3E;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase; }
  section.program__differentiators .differentiator__title h2 {
    font-weight: 500;
    color: #777A3E;
    font-size: 1.875rem;
    line-height: calc(36 / 30); }
  section.program__differentiators .differentiator__title a:after {
    display: none; }
  section.program__differentiators .differentiator__desc,
  section.program__differentiators .differentiator__desc p,
  section.program__differentiators .differentiator__desc ul,
  section.program__differentiators .differentiator__desc ol {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: calc(24 / 18);
    font-weight: 400; }

.location-slider {
  position: relative; }
  .location-slider__nav {
    position: relative;
    max-width: 1160px;
    margin: -110px auto 0; }
    @media (max-width: 1160px) {
      .location-slider__nav {
        display: none; } }
    .location-slider__nav .slick-track {
      padding-top: 12px; }
  @media screen and (min-width: 40em) {
    .location-slider__main {
      background-color: #4B4C50; } }

.location-slide {
  position: relative; }
  .location-slide__image img {
    width: 100%; }
    @media screen and (max-width: 39.9375em) {
      .location-slide__image img {
        margin-bottom: 2.5rem; } }
  .location-slide__text {
    text-align: center; }
    .location-slide__text__title h2 {
      line-height: 1; }
    @media screen and (min-width: 40em) {
      .location-slide__text {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .location-slide__text__eyebrow {
          width: 100%;
          max-width: 400px;
          margin-left: auto;
          margin-right: auto;
          overflow: hidden;
          position: relative; }
          .location-slide__text__eyebrow span {
            display: inline-block;
            margin-left: auto;
            margin-right: auto;
            position: relative; }
            .location-slide__text__eyebrow span:before, .location-slide__text__eyebrow span:after {
              content: "";
              display: block;
              height: 1px;
              background-color: #F5A623;
              position: absolute;
              top: 50%; }
            .location-slide__text__eyebrow span:before {
              left: -300%;
              right: 110%; }
            .location-slide__text__eyebrow span:after {
              left: 110%;
              right: -300%; }
        .location-slide__text__title {
          width: 100%;
          max-width: calc(100% - 240px);
          margin-left: auto;
          margin-right: auto; }
        .location-slide__text__eyebrow,
        .location-slide__text__title h2 {
          color: #fff;
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
          line-height: 1; } }
    @media screen and (min-width: 64em) {
      .location-slide__text__eyebrow {
        max-width: 600px; }
      .location-slide__text__title h2 {
        font-size: 3rem; } }
  .location-slide__text__eyebrow {
    font-size: 1.125rem;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 40em) {
      .location-slide__text__eyebrow {
        font-size: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .location-slide__text__eyebrow {
        font-size: 1.5rem; } }
    @media screen and (min-width: 40em) {
      .location-slide__text__eyebrow {
        margin-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .location-slide__text__eyebrow {
        margin-bottom: 2.5rem; } }
  .location-slide__text__title {
    margin-bottom: 3.125rem; }
    @media screen and (min-width: 40em) {
      .location-slide__text__title {
        margin-bottom: 3.125rem; } }
    @media screen and (min-width: 64em) {
      .location-slide__text__title {
        margin-bottom: 1.5rem; } }

.location-slide__text__button .btn {
  padding: 1.5rem 3.75rem; }

@media screen and (max-width: 39.9375em) {
  .location-slide__text__button {
    margin-bottom: 2.5rem; } }

.location-slide__link {
  padding: 0 12px;
  transition: transform 300ms ease; }
  .location-slide__link:hover {
    transform: translateY(-6px); }
  .location-slide__link__image {
    position: relative;
    border: 6px solid #fff;
    background-color: #4E2A6E; }
    .location-slide__link__image img {
      vertical-align: middle;
      margin: 0 auto; }
    .location-slide__link__image:after {
      content: "\25E4";
      color: #fff;
      transform: rotate(45deg);
      z-index: 3;
      position: absolute;
      bottom: -18px;
      left: calc(50% - 6px); }
  .location-slide__link__text {
    text-align: center;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: bold;
    color: #623F98;
    padding-top: 0.75rem; }
  .location-slide__link.slick-current {
    transform: translateY(-8px); }
    .location-slide__link.slick-current .location-slide__link__image img {
      opacity: 0.5;
      filter: grayscale(1) brightness(2); }

.location-slider .slick-arrow {
  position: absolute;
  top: 25%;
  z-index: 1; }
  @media screen and (min-width: 40em) {
    .location-slider .slick-arrow {
      top: 50%; } }
  @media (min-width: 1161px) {
    .location-slider .slick-arrow {
      display: none !important; } }

.location-slider .slick-prev {
  left: 0; }
  @media screen and (max-width: 39.9375em) {
    .location-slider .slick-prev {
      display: none !important; } }

.location-slider .slick-next {
  right: 0; }

.hero-photo {
  width: 100%;
  max-width: 100%;
  max-height: 550px;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 0; }
  .hero-photo img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    margin-bottom: 0; }

.basic--title-area {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .basic--title-area {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .basic--title-area {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; } }

.checkerboard__item:not(:last-child) {
  margin-bottom: 3.75rem; }

.checkerboard__item a {
  text-decoration: none; }

.checkerboard h3 {
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 39.9375em) {
    .checkerboard h3 {
      font-size: 1.3125rem;
      margin-bottom: 1.3125rem; } }

.checkerboard p {
  font-family: "IBM Plex Serif", Times, serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: calc(25 / 15); }

@media screen and (max-width: 39.9375em) {
  .checkerboard .video-frame {
    margin-bottom: 1.25rem; } }

.checkerboard .video-frame video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: auto; }

.checkerboard img {
  width: 85%; }

.news__teaser__text__title h4 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: calc(26 / 20);
  margin-bottom: 0.75rem; }

.news__teaser__text__date {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  margin-bottom: 0.75rem; }

.news__teaser__text__desc p {
  font-family: "IBM Plex Serif", Times, serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: calc(25 / 15); }

.news__teaser__text:only-child {
  border-top: 1px solid #F5A623;
  padding-top: 1.5rem; }

.in-the-news .columns, .in-the-news ul.row li, ul.row .in-the-news li {
  margin-bottom: 2.5rem; }

.in-the-news__date, .in-the-news__source {
  color: #000;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: calc(20 / 14); }

.section--listing--news {
  position: relative;
  padding-bottom: 10px; }
  .section--listing--news__button {
    margin-bottom: 40px; }
  .section--listing--news p {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: calc(20 / 14); }
    .section--listing--news p.publishdate {
      margin-bottom: 10px; }

.section--listing--news-listing .listing-item__content h2 {
  font-size: 1.3125rem; }
  @media screen and (min-width: 40em) {
    .section--listing--news-listing .listing-item__content h2 {
      font-size: 1.875rem; } }
  @media screen and (min-width: 64em) {
    .section--listing--news-listing .listing-item__content h2 {
      font-size: 1.875rem; } }

.section--listing__news-button {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .section--listing__news-button {
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 64em) {
    .section--listing__news-button {
      margin-bottom: 5.625rem; } }

.photo-slider__slide__photo {
  position: relative;
  z-index: 1;
  border-bottom: 6px solid #fff; }
  .photo-slider__slide__photo img {
    width: 100%; }

.photo-slider__slide__text {
  background-color: #B8A9C5;
  border: 6px solid #fff;
  position: relative;
  z-index: 2;
  padding: 2.25rem 1.5rem; }
  @media screen and (max-width: 39.9375em) {
    .photo-slider__slide__text {
      margin: -80px 14px 0; } }
  @media screen and (min-width: 40em) {
    .photo-slider__slide__text {
      padding: 2.25rem 6.875rem 2.25rem 1.5rem;
      margin: -160px 0 0 10%;
      border-right-width: 0; } }
  @media screen and (min-width: 64em) {
    .photo-slider__slide__text {
      margin: -160px 0 0 30%; } }
  @media (min-width: 1400px) {
    .photo-slider__slide__text {
      padding-right: calc(50vw - 700px + 110px); } }
  .photo-slider__slide__text__title {
    padding-right: 110px; }
    @media (max-width: 640px) {
      .photo-slider__slide__text__title {
        margin-bottom: 20px; } }
  .photo-slider__slide__text__title h3 {
    font-family: "IBM Plex Serif", Times, serif;
    font-weight: normal;
    color: #000; }
    @media screen and (max-width: 39.9375em) {
      .photo-slider__slide__text__title h3 {
        margin-bottom: 0;
        font-size: 1.25rem; } }
    @media screen and (min-width: 40em) {
      .photo-slider__slide__text__title h3 {
        margin-bottom: 1.875rem; } }
  @media screen and (max-width: 39.9375em) {
    .photo-slider__slide__text__text {
      display: none; } }
  @media screen and (min-width: 40em) {
    .photo-slider__slide__text__text {
      margin-bottom: 20px; } }
  .photo-slider__slide__text__text p {
    color: #000;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: calc(26 / 20);
    font-weight: 400;
    font-size: 1rem;
    line-height: calc(26 / 16); }
    .photo-slider__slide__text__text p:last-child {
      margin-bottom: 0; }
  .photo-slider__slide__text__text a:not(.btn) {
    color: #000; }
  .photo-slider__slide__text__text ul li,
  .photo-slider__slide__text__text ol li {
    color: #000; }

.photo-slider__slide__text__headline {
  position: absolute;
  bottom: calc(100% - 4px);
  left: 0; }
  @media screen and (max-width: 39.9375em) {
    .photo-slider__slide__text__headline {
      padding-right: 110px;
      bottom: calc(100% + 12px); } }
  .photo-slider__slide__text__headline h2 {
    color: #fff;
    text-shadow: 0 -2px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    font-size: 2.125rem;
    line-height: calc(80 / 72); }
    @media screen and (min-width: 40em) {
      .photo-slider__slide__text__headline h2 {
        font-size: 3rem; } }
    @media screen and (min-width: 64em) {
      .photo-slider__slide__text__headline h2 {
        font-size: 3rem; } }

.photo-slider-single-slide .slide-counter {
  display: none; }

.photo-slider {
  margin-bottom: 3.75rem; }
  .photo-slider .slick-prev {
    display: none !important; }
  .photo-slider .slide-counter {
    background-color: #CEDD49;
    width: 80px;
    line-height: 72px;
    border: 6px solid #fff;
    border-width: 6px 0 6px 6px;
    text-align: center;
    position: absolute;
    right: 0;
    top: calc(46vw - 72px); }
    @media screen and (min-width: 40em) {
      .photo-slider .slide-counter {
        width: 100px;
        top: calc(46vw - 160px); } }
    @media (min-width: 1400px) {
      .photo-slider .slide-counter {
        top: calc(46vw - 120px); } }
    .photo-slider .slide-counter__count {
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-weight: bold;
      font-size: 18px;
      color: #000; }
      @media screen and (max-width: 39.9375em) {
        .photo-slider .slide-counter__count {
          font-size: 12px; } }
      .photo-slider .slide-counter__count:before {
        content: "/ ";
        font-size: 24px;
        font-weight: normal; }
  .photo-slider .slick-dots {
    list-style: none;
    padding-left: 0;
    display: inline; }
    .photo-slider .slick-dots li {
      display: inline; }
    .photo-slider .slick-dots button {
      border: none;
      background-color: transparent;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-weight: bold;
      font-size: 18px;
      color: #000; }
      @media screen and (max-width: 39.9375em) {
        .photo-slider .slick-dots button {
          font-size: 12px; } }
    .photo-slider .slick-dots li:not(.slick-active) {
      display: none; }
  .photo-slider .slick-next {
    border: none;
    background-color: #fff;
    font-size: 0;
    width: 80px;
    position: absolute;
    right: 0;
    padding: 24px 36px 20px;
    top: calc(46vw); }
    @media screen and (min-width: 40em) {
      .photo-slider .slick-next {
        top: calc(46vw - 80px);
        padding: 1.875rem 2.8125rem;
        width: 100px; } }
    @media (min-width: 1400px) {
      .photo-slider .slick-next {
        top: calc(46vw - 36px); } }
  @media screen and (min-width: 40em) {
    .photo-slider {
      margin-bottom: 5rem; } }
  @media screen and (min-width: 64em) {
    .photo-slider {
      margin-bottom: 6.25rem; } }

.page--home .photo-slider {
  margin-bottom: 0; }

.photo-slider__slide__title {
  display: none; }
  @media screen and (max-width: 39.9375em) {
    .photo-slider__slide__title {
      display: block;
      text-align: center; } }

.photo-slider__slide__text__headline {
  display: none; }
  @media screen and (min-width: 40em) {
    .photo-slider__slide__text__headline {
      display: block; } }

.page--pulse .photo-slider__slide__title {
  display: none; }

.visit-panel {
  background-repeat: no-repeat;
  background-color: #4E2A6E;
  background-size: cover;
  padding-bottom: 4.375rem;
  margin-bottom: 0.375rem; }
  @media screen and (min-width: 40em) {
    .visit-panel {
      padding-bottom: 12.5rem; } }
  @media screen and (min-width: 64em) {
    .visit-panel {
      padding-bottom: 12.5rem; } }
  .visit-panel h2 {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    text-align: right;
    font-size: 2.125rem;
    line-height: calc(80 / 72); }
    @media screen and (min-width: 40em) {
      .visit-panel h2 {
        font-size: 4.5rem; } }
    @media screen and (min-width: 64em) {
      .visit-panel h2 {
        font-size: 4.5rem; } }
  .visit-panel__links a {
    display: block;
    background-color: #755BA2;
    background-image: linear-gradient(to right, #623F98, #623F98 48%, #755BA2 52%, #755BA2);
    background-size: 220% 100%;
    background-position: top right;
    transition: all 300ms ease-out;
    color: #fff;
    height: 100%;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 0.9375rem;
    text-decoration: none; }
    @media screen and (min-width: 40em) {
      .visit-panel__links a {
        padding: 1.1875rem 1.5rem; } }
    .visit-panel__links a:hover {
      text-decoration: none;
      background-position: top left; }
  .visit-panel .columns:last-child .columns, .visit-panel ul.row li:last-child .columns, ul.row .visit-panel li:last-child .columns, .visit-panel .columns:last-child ul.row li, ul.row .visit-panel .columns:last-child li, .visit-panel ul.row li:last-child li, ul.row .visit-panel li:last-child li {
    padding-bottom: 0.625rem; }
    @media screen and (min-width: 40em) {
      .visit-panel .columns:last-child .columns, .visit-panel ul.row li:last-child .columns, ul.row .visit-panel li:last-child .columns, .visit-panel .columns:last-child ul.row li, ul.row .visit-panel .columns:last-child li, .visit-panel ul.row li:last-child li, ul.row .visit-panel li:last-child li {
        padding-bottom: 1.75rem; } }
    @media screen and (min-width: 64em) {
      .visit-panel .columns:last-child .columns, .visit-panel ul.row li:last-child .columns, ul.row .visit-panel li:last-child .columns, .visit-panel .columns:last-child ul.row li, ul.row .visit-panel .columns:last-child li, .visit-panel ul.row li:last-child li, ul.row .visit-panel li:last-child li {
        padding-bottom: 1.75rem; } }

.photo-slider + .visit-panel {
  margin-top: -100px;
  padding-top: 140px; }
  @media screen and (min-width: 40em) {
    .photo-slider + .visit-panel {
      margin-top: -400px;
      padding-top: 500px; } }

.key-dates {
  padding-bottom: 0.625rem; }
  @media screen and (min-width: 40em) {
    .key-dates {
      padding-bottom: 4.375rem; } }
  @media screen and (min-width: 64em) {
    .key-dates {
      padding-bottom: 6.25rem; } }
  .key-dates h2 {
    position: relative;
    font-family: "IBM Plex Serif", Times, serif;
    font-weight: normal;
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 40em) {
      .key-dates h2 {
        font-size: 1.75rem; } }
    @media screen and (min-width: 64em) {
      .key-dates h2 {
        font-size: 1.875rem; } }
    .key-dates h2:after {
      content: "";
      display: none;
      position: absolute;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 0;
      border-top: 1px solid #F5A623;
      z-index: 1; }
      @media screen and (min-width: 40em) {
        .key-dates h2:after {
          display: block; } }
    .key-dates h2 span {
      position: relative;
      z-index: 2;
      background-color: #fff;
      padding-right: 0.5em;
      display: inline-block; }

.key-dates {
  padding-bottom: 0.625rem;
  padding-top: 0.625rem; }
  @media screen and (min-width: 40em) {
    .key-dates {
      padding-bottom: 4.375rem;
      padding-top: 4.375rem; } }
  @media screen and (min-width: 64em) {
    .key-dates {
      padding-bottom: 6.25rem;
      padding-top: 6.25rem; } }
  @media (min-width: 640px) and (max-width: 760px) {
    .key-dates .event--teaser {
      align-items: flex-start !important; }
      .key-dates .event--teaser h3 {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; } }

@media screen and (max-width: 39.9375em) {
  .event--teaser {
    margin-bottom: 1.875rem; } }

.event--teaser__month, .event--teaser__number, .event--teaser__day {
  text-align: center;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1; }
  @media screen and (max-width: 39.9375em) {
    .event--teaser__month, .event--teaser__number, .event--teaser__day {
      min-width: 4.5rem; } }

.event--teaser__month {
  color: #676E75;
  font-size: 18px;
  line-height: 1.2; }

.event--teaser__number {
  color: #623F98;
  font-size: 36px; }

.event--teaser__day {
  color: #000;
  font-size: 14px; }

.event--teaser > .shrink {
  border-right: 1px solid #979797; }

.event--teaser h3 {
  margin-bottom: 0;
  line-height: calc(24 / 16); }
  @media screen and (max-width: 39.9375em) {
    .event--teaser h3 {
      padding-left: 0.75rem; } }
  .event--teaser h3 a {
    color: #623F98; }

.event--teaser__time, .event--teaser__location {
  color: #000;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  position: relative;
  margin-left: 1.5em; }
  .event--teaser__time i, .event--teaser__location i {
    width: 2em;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    line-height: calc(20 / 14);
    left: -2em;
    color: #CEDD49; }

.event--teaser h3 + .event--teaser__time {
  margin-top: 0.75rem; }

.section--listing--events {
  margin-top: 30px; }
  .section--listing--events #date-range {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: calc(20 / 14); }
    .section--listing--events #date-range br {
      display: none; }
    .section--listing--events #date-range span {
      display: inline-block;
      margin: 0 0.5em; }
  .section--listing--events #add {
    margin-bottom: 20px; }
  .section--listing--events .eventdetails {
    padding-bottom: 20px;
    border-bottom: 1px solid #F5A623;
    margin-bottom: 20px; }

.page--event-detail .events address {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: normal; }

.page--event-detail .events section#event-meta {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: calc(20 / 14); }

.page--event-detail .events section.dottedline {
  margin-top: 20px;
  border-top: 1px solid #F5A623;
  padding-top: 20px; }
  .page--event-detail .events section.dottedline section {
    margin-bottom: 40px; }

.addeventatc {
  margin-bottom: 0.9375rem;
  z-index: 1 !important; }
  .addeventatc .zonecode,
  .addeventatc .summary {
    display: none; }

/*
.addthisevent-drop {
    width: 75%;
    display: inline-block;
    position: relative;
    z-index: 999998;
    background: #c1c0cf;
    font-family: "proxima-nova",sans-serif;
    color: #fff!important;
    text-decoration: none;
    font-size: 12px;
    text-decoration: none;
    padding: 10px;
  }
*/
.flexible-story-feature {
  padding-bottom: 3.75rem; }
  @media screen and (min-width: 40em) {
    .flexible-story-feature {
      padding-bottom: 5rem; } }
  @media screen and (min-width: 64em) {
    .flexible-story-feature {
      padding-bottom: 6.25rem; } }
  .flexible-story-feature h2 {
    position: relative;
    color: #4a4a4a; }
    .flexible-story-feature h2:after {
      content: "";
      display: none;
      position: absolute;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 0;
      border-top: 1px solid #CEDD49;
      z-index: 1; }
      @media screen and (min-width: 40em) {
        .flexible-story-feature h2:after {
          display: block; } }
    .flexible-story-feature h2 span {
      position: relative;
      z-index: 2;
      background-color: #fff;
      padding-right: 0.5em;
      display: inline-block; }
  .flexible-story-feature__button {
    text-align: center;
    padding-top: 1.25rem; }
    @media screen and (min-width: 40em) {
      .flexible-story-feature__button {
        padding-top: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .flexible-story-feature__button {
        padding-top: 3.75rem; } }

.flexible-story-feature.singleton {
  padding-top: 100px; }

@media screen and (min-width: 64em) {
  .story-feature--set:not(.story-feature--set--multiple) {
    margin-top: -100px;
    position: relative;
    z-index: 3; }
    .story-feature--set:not(.story-feature--set--multiple) .story-feature__text {
      margin-top: 100px; }
    .story-feature--set:not(.story-feature--set--multiple) .story-feature__photo {
      position: relative; }
      .story-feature--set:not(.story-feature--set--multiple) .story-feature__photo:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
        bottom: 0;
        left: -40px;
        background-color: #fff; } }

.story-feature__photo img {
  vertical-align: middle; }
  @media screen and (max-width: 39.9375em) {
    .story-feature__photo img {
      margin-bottom: 1.125rem; } }

@media screen and (max-width: 39.9375em) {
  .story-feature__text__title h3 {
    font-size: 1.125rem;
    margin-bottom: 1.125rem; } }

@media screen and (max-width: 39.9375em) {
  .story-feature__text__name {
    margin-bottom: 1.125rem; } }

.story-feature__text__name {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: calc(24 / 18); }

.story-feature__text__desc, .story-feature__text__desc p {
  font-size: 0.9375rem; }

.story-feature__text__tags ul {
  list-style: none;
  padding-left: 0;
  display: inline;
  margin-right: 0.375rem; }

.story-feature__text__tags li {
  display: inline-block;
  font-family: "Gotham A", "Gotham B", sans-serif; }

.story-feature__tags {
  display: inline; }
  .story-feature__tags li {
    padding: 0.125rem 0.875rem;
    border: 1px solid #B8A9C5;
    font-size: 0.75rem;
    line-height: calc(14 / 12);
    background-color: rgba(248, 248, 248, 0.8); }

.story-feature__topics {
  display: inline; }
  .story-feature__topics li {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: calc(20 / 14); }
    .story-feature__topics li:not(:last-child):after {
      content: ", "; }

@media screen and (min-width: 40em) {
  .story-feature--set {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (max-width: 39.9375em) {
  .story-feature--set {
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }

@media (min-width: 440px) and (max-width: 639px) and (max-width: 1023px) {
  .story-feature--set:not(.story-feature--set--multiple) .story-feature {
    clear: left;
    margin-bottom: 2.5rem;
    position: relative; }
    .story-feature--set:not(.story-feature--set--multiple) .story-feature:after {
      content: "";
      clear: both;
      display: table; } }

@media (min-width: 440px) and (max-width: 639px) and (max-width: 1023px) {
  .story-feature--set:not(.story-feature--set--multiple) .story-feature .story-feature__photo {
    float: left;
    width: 33%;
    margin-right: 1.5rem; } }

@media (min-width: 440px) and (max-width: 639px) {
  .story-feature--set:not(.story-feature--set--multiple) .story-feature .story-feature__text__desc {
    font-size: 0.9375rem; } }

.story-feature--set + .row {
  padding-top: 1.875rem; }
  @media screen and (min-width: 40em) {
    .story-feature--set + .row {
      padding-top: 3.125rem; } }
  @media screen and (min-width: 64em) {
    .story-feature--set + .row {
      padding-top: 4.375rem; } }

@media screen and (max-width: 39.9375em) {
  .story-feature--set--multiple .story-feature {
    width: 260px;
    margin: 0 0.625rem; }
  .story-feature--set--multiple .slick-list:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 260px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white); } }

@media screen and (min-width: 40em) and (max-width: 1023px) {
  .story-feature {
    clear: left;
    margin-bottom: 2.5rem;
    position: relative; }
    .story-feature:after {
      content: "";
      clear: both;
      display: table; } }

@media screen and (min-width: 40em) and (max-width: 1023px) {
  .story-feature .story-feature__photo {
    float: left;
    width: 33%;
    margin-right: 1.5rem; } }

@media screen and (min-width: 40em) {
  .story-feature .story-feature__text__desc {
    font-size: 0.9375rem; } }

@media screen and (min-width: 64em) {
  .story-feature:first-child:only-child {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: " first second ";
    /*
  .story-feature__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
*/ }
    .story-feature:first-child:only-child .story-feature__text {
      grid-area: first; }
    .story-feature:first-child:only-child .story-feature__photo {
      grid-area: second; }
      .story-feature:first-child:only-child .story-feature__photo img {
        width: 100%; } }

@media screen and (min-width: 64em) {
  .story-feature--set--double {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: " first second "; }
    .story-feature--set--double .story-feature {
      position: relative; }
      .story-feature--set--double .story-feature .story-feature__photo {
        position: relative;
        width: 100%;
        height: 100%; }
        .story-feature--set--double .story-feature .story-feature__photo img {
          object-fit: cover;
          position: relative;
          width: 100%;
          height: 100%; }
      .story-feature--set--double .story-feature .story-feature__text {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 6.25rem 1.5rem 1.5rem;
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.9)); }
        .story-feature--set--double .story-feature .story-feature__text__title h3 {
          font-size: 1.5rem;
          margin-bottom: 1.5rem; }
        .story-feature--set--double .story-feature .story-feature__text__name {
          margin-bottom: 1.5rem; }
      .story-feature--set--double .story-feature:first-child:not(:only-child) {
        grid-area: first; }
      .story-feature--set--double .story-feature:last-child {
        grid-area: second; } }

@media screen and (min-width: 64em) {
  .story-feature--set--triple {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: " two three one one"; }
    .story-feature--set--triple .story-feature:first-child {
      grid-area: one;
      position: relative; }
      .story-feature--set--triple .story-feature:first-child .story-feature__photo {
        position: relative;
        width: 100%;
        height: 100%; }
        .story-feature--set--triple .story-feature:first-child .story-feature__photo img {
          object-fit: cover;
          position: relative;
          width: 100%;
          height: 100%; }
      .story-feature--set--triple .story-feature:first-child .story-feature__text {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 6.25rem 1.5rem 1.5rem;
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.9)); }
        .story-feature--set--triple .story-feature:first-child .story-feature__text__title h3 {
          font-size: 1.5rem;
          margin-bottom: 1.5rem; }
        .story-feature--set--triple .story-feature:first-child .story-feature__text__name {
          margin-bottom: 1.5rem; }
    .story-feature--set--triple .story-feature:nth-child(2) {
      grid-area: two; }
      .story-feature--set--triple .story-feature:nth-child(2) .story-feature__photo {
        margin-bottom: 1.125rem; }
      .story-feature--set--triple .story-feature:nth-child(2) .story-feature__text__title h3 {
        font-size: 1.125rem;
        margin-bottom: 1.125rem; }
      .story-feature--set--triple .story-feature:nth-child(2) .story-feature__text__name {
        margin-bottom: 1.125rem; }
      .story-feature--set--triple .story-feature:nth-child(2) .story-feature__text__desc {
        font-size: 0.9375rem; }
    .story-feature--set--triple .story-feature:last-child {
      grid-area: three; }
      .story-feature--set--triple .story-feature:last-child .story-feature__photo {
        margin-bottom: 1.125rem; }
      .story-feature--set--triple .story-feature:last-child .story-feature__text__title h3 {
        font-size: 1.125rem;
        margin-bottom: 1.125rem; }
      .story-feature--set--triple .story-feature:last-child .story-feature__text__name {
        margin-bottom: 1.125rem; }
      .story-feature--set--triple .story-feature:last-child .story-feature__text__desc {
        font-size: 0.9375rem; } }

.story-feature--set--multiple .slick-arrow {
  position: absolute;
  top: 105px;
  z-index: 5;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center; }
  .story-feature--set--multiple .slick-arrow:after {
    margin: auto; }

.story-feature--set--multiple .slick-prev {
  left: 4px;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1); }

.story-feature--set--multiple .slick-next {
  right: 4px;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1); }

.story-feature--set--multiple .slick-disabled {
  display: none !important; }

.row.align-middle + .flexible-story-feature {
  margin-top: 3.75rem; }
  @media screen and (min-width: 40em) {
    .row.align-middle + .flexible-story-feature {
      margin-top: 5rem; } }
  @media screen and (min-width: 64em) {
    .row.align-middle + .flexible-story-feature {
      margin-top: 5rem; } }

.campus-callout {
  position: relative;
  overflow: hidden;
  background-color: #333; }
  .campus-callout picture {
    position: absolute;
    z-index: 1; }
    .campus-callout picture:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.4); }
  .campus-callout picture,
  .campus-callout img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .campus-callout__text {
    position: relative;
    z-index: 2;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; }
    @media screen and (min-width: 40em) {
      .campus-callout__text {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem; } }
    @media screen and (min-width: 64em) {
      .campus-callout__text {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem; } }
  .campus-callout__title {
    color: #fff; }
  .campus-callout__statement {
    font-family: "IBM Plex Serif", Times, serif;
    font-size: 1.25rem;
    line-height: calc(32 / 20);
    margin-bottom: 2em;
    color: #fff; }
  .campus-callout .video-frame {
    padding-top: 0; }
    .campus-callout .video-frame video {
      max-width: 100%;
      border: 2px solid #755BA2;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.story-detail__person-info {
  padding-top: 3.125rem;
  margin-bottom: 3.75rem; }
  @media screen and (min-width: 40em) {
    .story-detail__person-info {
      padding-top: 4.6875rem; } }
  @media screen and (min-width: 64em) {
    .story-detail__person-info {
      padding-top: 6.25rem; } }
  .story-detail__person-info .person__portrait,
  .story-detail__person-info .person__portrait img {
    border-radius: 50%; }
  .story-detail__person-info .person__trait {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: calc(24 / 18);
    margin-bottom: 1.25rem; }
  .story-detail__person-info .person__label {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: calc(20 / 14); }

.story-detail__summary {
  font-family: "Gotham A", "Gotham B", sans-serif; }

.story-detail__person-info + .row.align-center .column, .story-detail__person-info + .row.align-center .columns, .story-detail__person-info + .row.align-center ul.row li, ul.row .story-detail__person-info + .row.align-center li {
  position: relative;
  padding-top: 1.5em; }
  .story-detail__person-info + .row.align-center .column:before, .story-detail__person-info + .row.align-center .columns:before, .story-detail__person-info + .row.align-center ul.row li:before, ul.row .story-detail__person-info + .row.align-center li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0.9375rem;
    right: 0.9375rem;
    border-top: 1px solid #F5A623; }

.people-slider {
  margin-top: 40px; }
  .people-slider .columns:first-child, .people-slider ul.row li:first-child, ul.row .people-slider li:first-child {
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 40em) {
      .people-slider .columns:first-child, .people-slider ul.row li:first-child, ul.row .people-slider li:first-child {
        margin-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .people-slider .columns:first-child, .people-slider ul.row li:first-child, ul.row .people-slider li:first-child {
        margin-bottom: 0; } }
  .people-slider h2 {
    line-height: calc(43 / 36); }
  .people-slider__itself {
    position: relative;
    z-index: 1; }
    .people-slider__itself:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
      bottom: 0;
      width: 260px;
      background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
      pointer-events: none; }
    @media (max-width: 600px) {
      .people-slider__itself {
        margin-left: -0.625em;
        margin-right: -0.625em; }
        .people-slider__itself:after {
          content: "";
          display: block;
          position: absolute;
          z-index: 2;
          top: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          pointer-events: none; } }
    .people-slider__itself__slide {
      width: 300px; }
      @media screen and (min-width: 40em) {
        .people-slider__itself__slide {
          border-left: 1px solid #F5A623; }
          .people-slider__itself__slide:last-child {
            border-right: 1px solid #F5A623; } }
  .people-slider__itself.no-more:after {
    background-image: none; }
  .people-slider__person {
    padding: 0 0.9375rem; }
    @media screen and (min-width: 40em) {
      .people-slider__person {
        padding: 0 2.4375rem; } }
    .people-slider__person img {
      border-radius: 50%;
      margin-bottom: 1.25rem;
      max-width: 220px; }
    .people-slider__person__name {
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-weight: 500;
      font-size: 1.25rem;
      line-height: calc(26 / 20);
      margin-bottom: 0.625rem; }
    .people-slider__person__class, .people-slider__person__title {
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-weight: 500;
      font-size: 0.875rem;
      line-height: calc(20 / 14);
      font-weight: 400; }
  .people-slider .slick-arrow {
    padding: 0;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    top: 100px; }
    .people-slider .slick-arrow:after {
      text-align: center;
      line-height: 49px;
      position: relative;
      left: 12px; }
  .people-slider .slick-prev {
    left: 18px;
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.25); }
  .people-slider .slick-next {
    right: 18px;
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.25); }
  .people-slider .slick-arrow.slick-disabled {
    display: none !important; }

.program__starter__title {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: calc(26 / 20);
  margin-bottom: 0.875rem; }

.program__starter__degrees, .program__starter__school {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  font-weight: 400; }

.program__starter__degrees ul {
  list-style: none; }
  .program__starter__degrees ul li {
    display: inline; }
    .program__starter__degrees ul li:not(:last-child):after {
      content: ","; }

.related-programs {
  padding-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    .related-programs {
      padding-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .related-programs {
      padding-bottom: 6.25rem; } }
  .related-programs h2 {
    position: relative;
    font-family: "IBM Plex Serif", Times, serif;
    font-weight: normal;
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .related-programs h2 {
        font-size: 1.75rem; } }
    @media screen and (min-width: 64em) {
      .related-programs h2 {
        font-size: 1.875rem; } }
    @media screen and (min-width: 40em) {
      .related-programs h2 {
        margin-bottom: 1.25rem; } }
    @media screen and (min-width: 64em) {
      .related-programs h2 {
        margin-bottom: 1.875rem; } }
    @media screen and (max-width: 39.9375em) {
      .related-programs h2 {
        border-bottom: 1px solid #F5A623; } }
    .related-programs h2:after {
      content: "";
      display: none;
      position: absolute;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 0;
      border-top: 1px solid #F5A623;
      z-index: 1; }
      @media screen and (min-width: 40em) {
        .related-programs h2:after {
          display: block; } }
    .related-programs h2 span {
      position: relative;
      z-index: 2;
      background-color: #fff;
      padding-right: 0.5em;
      display: inline-block; }
  .related-programs__degrees a {
    display: block;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: calc(20 / 14);
    margin-bottom: 1.25rem; }

.page--program-detail .fancybox-content {
  max-width: 75rem; }

.curriculum__header, .curriculum__table, .curriculum__tracks {
  font-family: "Gotham A", "Gotham B", sans-serif; }

@media screen and (min-width: 40em) {
  .curriculum__title, .curriculum__credits {
    display: inline-block; } }

.curriculum__credits {
  font-weight: 500;
  color: #7B7975; }
  @media screen and (min-width: 40em) {
    .curriculum__credits {
      margin-left: 1em; } }

.curriculum__header {
  margin-bottom: 1.5rem; }

.curriculum__table__label {
  color: #7B7975;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: calc(24 / 18);
  margin-bottom: 1.25rem; }

.curriculum__table__table {
  border: 1px solid #F5A623;
  border-width: 1px 0; }

.curriculum__tracks {
  margin-top: 1.125rem;
  padding-top: 0.5625rem; }

.curriculum__tracks__link {
  display: block;
  font-weight: 500; }

table.curriculum__table__table {
  width: 100%; }
  table.curriculum__table__table tr {
    background-color: transparent;
    border: none; }
    table.curriculum__table__table tr > td:last-child {
      font-weight: 700;
      text-align: left; }
  table.curriculum__table__table td {
    border: none;
    font-size: 16px;
    padding: 5px; }

.modal-content {
  max-width: 53.75rem;
  display: none; }

.cost-aid__breakdown {
  background-color: #f8f8f8; }
  .cost-aid__breakdown.section--global-spacing {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    margin-bottom: 2.8125rem; }
    @media screen and (min-width: 40em) {
      .cost-aid__breakdown.section--global-spacing {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .cost-aid__breakdown.section--global-spacing {
        padding-top: 5.625rem;
        padding-bottom: 5.625rem; } }
    @media screen and (min-width: 40em) {
      .cost-aid__breakdown.section--global-spacing {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .cost-aid__breakdown.section--global-spacing {
        margin-bottom: 5.625rem; } }
  .cost-aid__breakdown__title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem; }
  .cost-aid__breakdown__amount {
    font-family: "Gotham A", "Gotham B", sans-serif;
    color: #4A4A4A;
    font-size: 1.3125rem;
    margin-bottom: 0; }
  .cost-aid__breakdown__subtitle {
    font-family: "Gotham A", "Gotham B", sans-serif;
    color: #000;
    font-size: 0.875rem;
    font-weight: 500; }
  .cost-aid__breakdown hr {
    border-color: #CEDD49 !important;
    margin: 2.25rem 0; }

.cost-aid__breakdown__featured .cost-aid__breakdown__title {
  color: #000;
  font-size: 1.25rem; }

.cost-aid__breakdown__featured .cost-aid__breakdown__amount {
  font-size: 1.875rem; }

.cost-aid__highlighted {
  background-color: #4E2A6E;
  padding: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden; }
  .cost-aid__highlighted h2 {
    color: #CEDD49;
    position: relative;
    margin-left: -2.5rem;
    padding-left: 2.5rem; }
    .cost-aid__highlighted h2:before {
      content: "\25B2";
      display: inline-block;
      position: absolute;
      left: -8px;
      top: 0;
      transform: rotate(90deg); }
  .cost-aid__highlighted p {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: calc(24 / 18);
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.75rem; }
  .cost-aid__highlighted small {
    font-size: 0.875rem; }
  .cost-aid__highlighted hr {
    border-color: #CEDD49 !important;
    margin: 1.25rem 0; }

.questions-modal {
  background: #fff;
  max-width: 75rem;
  padding: 1.25rem; }
  @media screen and (min-width: 40em) {
    .questions-modal {
      padding: 3.125rem 2.1875rem; } }
  .questions-modal p {
    font-family: "IBM Plex Serif", Times, serif;
    font-size: 0.9375rem; }
  .questions-modal .columns:first-child, .questions-modal ul.row li:first-child, ul.row .questions-modal li:first-child {
    position: relative; }
    @media screen and (max-width: 39.9375em) {
      .questions-modal .columns:first-child, .questions-modal ul.row li:first-child, ul.row .questions-modal li:first-child {
        padding-bottom: 2.5rem;
        border-bottom: 1px solid #CEDD49;
        margin-bottom: 1.875rem; } }
    @media screen and (min-width: 40em) {
      .questions-modal .columns:first-child, .questions-modal ul.row li:first-child, ul.row .questions-modal li:first-child {
        padding-right: 2.5rem; }
        .questions-modal .columns:first-child:after, .questions-modal ul.row li:first-child:after, ul.row .questions-modal li:first-child:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          width: 1px;
          height: 100%;
          border-left: 1px solid #CEDD49; } }
  @media screen and (min-width: 40em) {
    .questions-modal .columns:last-child, .questions-modal ul.row li:last-child, ul.row .questions-modal li:last-child {
      padding-left: 2.5rem; } }
  .questions-modal__contact h3, .questions-modal__chat h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500; }
    .questions-modal__contact h3 i, .questions-modal__chat h3 i {
      color: #CEDD49;
      width: 1em;
      margin-right: 10px; }
      .questions-modal__contact h3 i.fa-phone:before, .questions-modal__contact h3 i.fa-mobile:before, .questions-modal__chat h3 i.fa-phone:before, .questions-modal__chat h3 i.fa-mobile:before {
        font-size: 24px; }
  .questions-modal__contact p, .questions-modal__chat p {
    color: #4B4C50; }
  .questions-modal__contact a {
    color: #4B4C50; }
  .questions-modal__chat {
    border-top: 1px solid #F5A623;
    padding-top: 1.25rem; }
    .questions-modal__chat a {
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-weight: 500;
      font-size: 0.875rem;
      line-height: calc(20 / 14); }
  .questions-modal form[class*="webform"] label {
    font-size: 0.875rem;
    margin-bottom: 0.875rem;
    font-weight: 500; }
  @media screen and (min-width: 64em) {
    .questions-modal form[class*="webform"] .webform-component-select {
      width: 49%;
      float: left; }
      .questions-modal form[class*="webform"] .webform-component-select + .webform-component-select {
        float: right; } }
  .questions-modal form[class*="webform"] .webform-component-textfield {
    margin-bottom: 0; }

.pardot-modal h2 {
  font-weight: 500; }

.pardot-modal .questions-modal__contact a {
  color: #4E2A6E;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400; }

.pardot-modal .questions-modal__chat a {
  font-weight: 400;
  color: #4E2A6E; }
  .pardot-modal .questions-modal__chat a:after {
    content: "\00a0\00a0\25BA";
    color: #CEDD49;
    font-size: 8px; }

.pardot-modal form[class*="webform"] input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
.pardot-modal form[class*="webform"] textarea,
.pardot-modal form[class*="webform"] select {
  font-weight: 400 !important;
  font-family: "Gotham A", "Gotham B", sans-serif; }

@media screen and (min-width: 64em) {
  .pardot-modal form[class*="webform"] .webform-component-select {
    width: 100%;
    float: none; }
    .pardot-modal form[class*="webform"] .webform-component-select + .webform-component-select {
      float: none; } }

form#pardot-form {
  max-width: 25rem; }
  form#pardot-form label {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 0.875rem;
    margin-bottom: 0;
    font-weight: 500; }
  form#pardot-form select,
  form#pardot-form textarea,
  form#pardot-form input:not([type=submit]) {
    width: 100%;
    padding: 0.5em;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #666;
    font: "Gotham A", "Gotham B", sans-serif;
    font-size: 16px;
    text-transform: none;
    font-weight: 400 !important; }
    form#pardot-form select:focus,
    form#pardot-form textarea:focus,
    form#pardot-form input:not([type=submit]):focus {
      border-color: #60A7E3;
      outline: none; }
  form#pardot-form select {
    appearance: none;
    border-radius: 0;
    border: 1px solid #d8d8d8;
    background: #fff url(/_assets/img/select-triangle.svg) no-repeat 95% 50%;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: bold;
    padding: 10px 15px;
    height: 100%; }
  form#pardot-form p.state {
    width: 10em; }
  form#pardot-form p.required label:after {
    content: "\00a0\002A";
    color: #4E2A6E;
    font-size: 20px; }
  form#pardot-form p.required span.value label:after {
    content: "";
    display: none; }
  form#pardot-form p.error label {
    color: #8c2e0b; }
    form#pardot-form p.error label:after {
      color: #8c2e0b; }
  form#pardot-form p.error select,
  form#pardot-form p.error textarea,
  form#pardot-form p.error input:not([type=submit]) {
    border-color: #8c2e0b; }
  form#pardot-form p.error.no-label {
    font-family: "Gotham A", "Gotham B", sans-serif;
    margin-top: -1em; }
  form#pardot-form .pd-radio .value span {
    position: relative; }
  form#pardot-form input[type="radio"] {
    position: absolute;
    opacity: 0; }
  form#pardot-form .pd-radio .value span label {
    position: relative;
    padding: 10px 0 10px 50px; }
    form#pardot-form .pd-radio .value span label:before {
      content: "";
      display: inline-block;
      width: 30px;
      height: 30px;
      border-radius: 15px;
      background-color: #fff;
      border: 1px solid #d8d8d8;
      position: absolute;
      top: 6px;
      left: 0;
      transition: all 0.3s ease; }
  form#pardot-form .pd-radio .value span input:checked + label:before {
    border-width: 6px;
    width: 18px;
    height: 18px;
    border-color: #4E2A6E;
    background-color: #CEDD49; }
  form#pardot-form .pd-checkbox .value span {
    position: relative; }
  form#pardot-form input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
  form#pardot-form .pd-checkbox .value span label {
    position: relative;
    padding: 10px 0 10px 50px; }
    form#pardot-form .pd-checkbox .value span label:before {
      content: "";
      display: inline-block;
      width: 30px;
      height: 30px;
      border-radius: 0;
      background-color: #fff;
      border: 1px solid #d8d8d8;
      position: absolute;
      top: 6px;
      left: 0;
      transition: all 0.3s ease; }
  form#pardot-form .pd-checkbox .value span input:checked + label:before {
    background-color: #4E2A6E; }
  form#pardot-form .pd-checkbox .value span input:checked + label:after {
    content: "";
    display: block;
    width: 8px;
    height: 20px;
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 7px;
    left: 11px;
    transform: rotate(45deg); }
  form#pardot-form .submit input[type=submit] {
    padding: 0.9375rem 2.5rem;
    text-decoration: none;
    transition: all 300ms ease-out;
    color: #fff;
    font-size: 1rem;
    background-color: #755BA2;
    background-image: linear-gradient(to right, #623F98, #623F98 48%, #755BA2 52%, #755BA2);
    background-size: 220% 100%;
    background-position: top right;
    display: inline-block;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0; }
    form#pardot-form .submit input[type=submit]:hover {
      background-position: top left;
      text-decoration: none; }

.form-shadow-wrapper {
  position: relative; }
  .form-shadow-wrapper .shadowContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .form-shadow-wrapper .shadow {
    position: absolute;
    z-index: 1; }
  .form-shadow-wrapper .radialShadowTop {
    top: 0;
    left: 0;
    Background: radial-gradient(farthest-side at 50% 0%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)) 100% 0;
    background-repeat: no-repeat;
    background-size: 100% 3px;
    width: inherit;
    height: 5px; }
  .form-shadow-wrapper .radialShadowBottom {
    bottom: 0;
    left: 0;
    Background: radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 3px;
    width: inherit;
    height: 5px; }
  .form-shadow-wrapper .linearShadowTop {
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.3) 10%, rgba(255, 255, 255, 0)) 100% 0;
    background-repeat: no-repeat;
    background-size: 100% 3px;
    width: inherit;
    height: 4px; }
  .form-shadow-wrapper .linearShadowBottom {
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3) 90%) 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 3px;
    width: inherit;
    height: 4px; }
  .form-shadow-wrapper .shadowCoverTop {
    height: 5px;
    width: 100%;
    background: linear-gradient(#fff 30%, rgba(255, 255, 255, 0)) 100% 0;
    background-size: 100% 12px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2; }
  .form-shadow-wrapper .shadowCoverBottom {
    height: 5px;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff 70%) 0 100%;
    background-size: 100% 12px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2; }

.main-content .questions-modal {
  display: none; }

.photo-slider + .view-all-link {
  text-align: center;
  margin-top: -2.5rem;
  margin-bottom: 3.125rem; }
  @media screen and (min-width: 40em) {
    .photo-slider + .view-all-link {
      margin-top: -3.75rem; } }
  @media screen and (min-width: 64em) {
    .photo-slider + .view-all-link {
      margin-top: -3.75rem; } }
  @media screen and (min-width: 40em) {
    .photo-slider + .view-all-link {
      margin-bottom: 4.6875rem; } }
  @media screen and (min-width: 64em) {
    .photo-slider + .view-all-link {
      margin-bottom: 6.25rem; } }

.page--pulse h1 {
  margin-bottom: 3rem;
  font-size: 1.875rem; }
  @media screen and (min-width: 40em) {
    .page--pulse h1 {
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .page--pulse h1 {
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 40em) {
    .page--pulse h1 {
      font-size: 3rem; } }
  @media screen and (min-width: 64em) {
    .page--pulse h1 {
      font-size: 3rem; } }

@media screen and (max-width: 39.9375em) {
  .pulse__contacts .ethereal-box .person__contact__name {
    margin-bottom: 1em; } }

@media screen and (min-width: 40em) {
  .pulse__contacts .ethereal-box .row {
    overflow: hidden; }
  .pulse__contacts .ethereal-box .columns:last-child, .pulse__contacts .ethereal-box ul.row li:last-child, ul.row .pulse__contacts .ethereal-box li:last-child {
    position: relative; }
    .pulse__contacts .ethereal-box .columns:last-child:before, .pulse__contacts .ethereal-box ul.row li:last-child:before, ul.row .pulse__contacts .ethereal-box li:last-child:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: -3em;
      bottom: -3em;
      border-left: 1px solid #CEDD49; } }

@media (max-width: 420px) {
  .pulse__contacts .row {
    flex-direction: column;
    align-items: stretch; } }

.section--social-media {
  background-color: #4E2A6E;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media screen and (min-width: 40em) {
    .section--social-media {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .section--social-media {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; } }
  .section--social-media * {
    color: #fff; }
  .section--social-media__subtitle {
    font-family: "Gotham A", "Gotham B", sans-serif;
    margin-top: 1.875rem; }
    @media screen and (min-width: 40em) {
      .section--social-media__subtitle {
        margin-top: 2.25rem; } }
    @media screen and (min-width: 64em) {
      .section--social-media__subtitle {
        margin-top: 2.25rem; } }
  .section--social-media__link {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: calc(20 / 14);
    line-height: 36px;
    position: relative;
    float: left;
    display: block;
    width: 160px; }
    .section--social-media__link i.fa {
      color: #CEDD49;
      font-size: 36px;
      position: relative;
      top: 6px;
      margin-right: 6px; }

.section--social-media__widget-space {
  position: relative; }
  .section--social-media__widget-space iframe {
    z-index: 1; }
  @media (min-width: 480px) {
    .section--social-media__widget-space__icon {
      pointer-events: none;
      display: block;
      position: absolute;
      z-index: 2;
      height: 36px;
      width: 33.3333%;
      top: 12px;
      left: 29px;
      background-image: url(/_assets/img/icon-insta.svg);
      background-repeat: no-repeat;
      background-position: top left; }
      .section--social-media__widget-space__icon:before, .section--social-media__widget-space__icon:after {
        pointer-events: none;
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        height: 36px;
        width: 33.3333%;
        top: 0;
        left: calc(100% - 12px);
        background-image: url(/_assets/img/icon-insta.svg);
        background-repeat: no-repeat;
        background-position: top left; }
      .section--social-media__widget-space__icon:after {
        left: calc(200% - 22px); } }

.event--teasers--pulse .event--teaser {
  margin-bottom: 1.25rem; }

.contact--contacts:last-of-type {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .contact--contacts:last-of-type {
      margin-bottom: 5rem; } }
  @media screen and (min-width: 64em) {
    .contact--contacts:last-of-type {
      margin-bottom: 6.25rem; } }

.contact--contacts .ethereal-box--contact {
  display: inline-block;
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 64em) {
    .contact--contacts .ethereal-box--contact {
      width: 100%; } }
  .contact--contacts .ethereal-box--contact + h2 {
    margin-top: 0; }

.contact--contacts > .column:last-child, .contact--contacts > .columns:last-child, ul.row .contact--contacts > li:last-child,
.contact--contacts > .columns:last-child,
ul.row .contact--contacts > li:last-child {
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 64em) {
    .contact--contacts > .column:last-child, .contact--contacts > .columns:last-child, ul.row .contact--contacts > li:last-child,
    .contact--contacts > .columns:last-child,
    ul.row .contact--contacts > li:last-child {
      margin-bottom: 3.75rem; } }

.contact--contacts .webform div label {
  font-size: 0;
  margin: 0; }

@media screen and (min-width: 64em) {
  .contact--contacts .webform div {
    display: flex;
    flex-direction: row; } }

.contact--contacts .webform div .form-item {
  margin: 0 0 1.25rem; }
  @media screen and (min-width: 64em) {
    .contact--contacts .webform div .form-item {
      margin: 0 1.25rem 0 0; } }

.contact--contacts button.webform-submit {
  background-color: #623F98;
  background-image: url(/_assets/img/search-icon-25.svg);
  background-repeat: no-repeat !important;
  background-position: 55% 50%;
  background-size: auto;
  font-size: 0;
  padding: 1.375rem 2.3125rem;
  border: none; }
  .contact--contacts button.webform-submit:hover {
    background-color: #755BA2; }

.page--faculty-listing #main-content > .padded-row, .page--faculty-listing #main-content > #user-login, .page--faculty-listing #main-content > .profile {
  padding-top: 1em; }

.page--faculty-detail .row .row,
.row .faculty-member .row {
  margin-left: 0;
  margin-right: 0; }

.page--faculty-detail #main-content > .row {
  padding-top: 1.25rem; }
  @media screen and (min-width: 40em) {
    .page--faculty-detail #main-content > .row {
      padding-top: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .page--faculty-detail #main-content > .row {
      padding-top: 6.25rem; } }

.faculty-member {
  padding-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    .faculty-member {
      padding-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .faculty-member {
      padding-bottom: 5.625rem; } }
  .faculty-member__portrait {
    border-radius: 50%; }
  .faculty-member__details {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 0.875rem;
    line-height: calc(20 / 14);
    font-weight: 400;
    margin-bottom: 1.25rem; }
    .faculty-member__details span:not(:last-child):not(:only-child) {
      display: inline-block;
      padding-right: 1em;
      border-right: 1px solid #676E75;
      margin-right: 1em; }
    .faculty-member__details span i.fa,
    .faculty-member__details div i.fa {
      display: inline-block;
      margin-right: 0.75rem; }
  .faculty-member__cv a {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 700; }

.faculty-listing {
  padding-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    .faculty-listing {
      padding-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .faculty-listing {
      padding-bottom: 5.625rem; } }
  .faculty-listing .faculty-member {
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem; }
    .faculty-listing .faculty-member:after {
      content: "";
      display: block;
      position: absolute;
      left: 0.9375rem;
      bottom: 0;
      right: 0.9375rem;
      border-bottom: 1px solid #F5A623; }
    .faculty-listing .faculty-member__details div {
      margin-bottom: 0.625rem; }
    .faculty-listing .faculty-member__details i.fa {
      color: #CEDD49;
      font-size: 1.3125rem;
      line-height: calc(20 / 14);
      display: inline-block;
      margin-right: 6px; }

.faculty-member__name {
  font-size: 1.3125rem;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 40em) {
    .faculty-member__name {
      font-size: 1.875rem; } }
  @media screen and (min-width: 64em) {
    .faculty-member__name {
      font-size: 1.875rem; } }
  @media screen and (min-width: 40em) {
    .faculty-member__name {
      margin-bottom: 2.25rem; } }
  @media screen and (min-width: 64em) {
    .faculty-member__name {
      margin-bottom: 2.25rem; } }

.faculty-member .ethereal-box--contact {
  font-family: "Gotham A", "Gotham B", sans-serif;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 40em) {
    .faculty-member .ethereal-box--contact {
      margin-bottom: 3rem; } }
  @media screen and (min-width: 64em) {
    .faculty-member .ethereal-box--contact {
      margin-bottom: 4.5rem; } }
  .faculty-member .ethereal-box--contact .person__contact__details, .faculty-member .ethereal-box--contact .person__contact__phone, .faculty-member .ethereal-box--contact .person__contact__email, .faculty-member .ethereal-box--contact .person__contact__office, .faculty-member .ethereal-box--contact .person__contact__download {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 0.875rem;
    line-height: calc(30 / 14); }
  .faculty-member .ethereal-box--contact .person__contact__phone, .faculty-member .ethereal-box--contact .person__contact__email, .faculty-member .ethereal-box--contact .person__contact__office, .faculty-member .ethereal-box--contact .person__contact__download {
    margin-left: 30px;
    position: relative;
    overflow: visible; }
    .faculty-member .ethereal-box--contact .person__contact__phone i.fa, .faculty-member .ethereal-box--contact .person__contact__email i.fa, .faculty-member .ethereal-box--contact .person__contact__office i.fa, .faculty-member .ethereal-box--contact .person__contact__download i.fa {
      color: #CEDD49;
      font-size: 1.3125rem;
      line-height: calc(30 / 14);
      display: inline-block;
      width: 30px;
      position: absolute;
      left: -30px;
      top: -8px; }
  @media (max-width: 580px) {
    .faculty-member .ethereal-box--contact .custom-breaking {
      width: 100%;
      flex: none; } }
  @media (min-width: 640px) and (max-width: 800px) {
    .faculty-member .ethereal-box--contact .custom-breaking {
      width: 100%;
      flex: none; } }
  .faculty-member .ethereal-box--contact .custom-breaking + .custom-breaking {
    position: relative; }
    @media screen and (min-width: 64em) {
      .faculty-member .ethereal-box--contact .custom-breaking + .custom-breaking:before {
        content: "";
        display: block;
        position: absolute;
        top: -6px;
        left: -12px;
        bottom: -6px;
        border-left: 1px solid #CEDD49; } }

.section--listing__faculty-button {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .section--listing__faculty-button {
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 64em) {
    .section--listing__faculty-button {
      margin-bottom: 5.625rem; } }

.section--program-faculty .section--program-faculty__tabs {
  background-color: #F8F8F8;
  padding: 1.25rem 1.875rem; }
  @media screen and (min-width: 40em) {
    .section--program-faculty .section--program-faculty__tabs {
      padding: 2.5rem 1.875rem; } }
  @media screen and (min-width: 64em) {
    .section--program-faculty .section--program-faculty__tabs {
      padding: 5rem 1.875rem; } }
  .section--program-faculty .section--program-faculty__tabs h2 span {
    background-color: #F8F8F8; }
  .section--program-faculty .section--program-faculty__tabs .columns, .section--program-faculty .section--program-faculty__tabs ul.row li, ul.row .section--program-faculty .section--program-faculty__tabs li {
    margin-bottom: 1.5625rem; }
  .section--program-faculty .section--program-faculty__tabs button {
    background-color: #ffffff;
    border: none;
    width: 100%;
    padding: 1rem 0;
    outline: none; }
    @media screen and (min-width: 40em) {
      .section--program-faculty .section--program-faculty__tabs button {
        padding: 3.75rem 0; } }
    .section--program-faculty .section--program-faculty__tabs button:hover, .section--program-faculty .section--program-faculty__tabs button[aria-selected="true"] {
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
    .section--program-faculty .section--program-faculty__tabs button[aria-selected="false"] .selected:after {
      border-top: none; }
    .section--program-faculty .section--program-faculty__tabs button[aria-selected="false"] .selected span {
      display: none; }
    .section--program-faculty .section--program-faculty__tabs button .icon {
      position: relative;
      display: block;
      width: 60px;
      height: 60px;
      margin-right: 10px; }
      .section--program-faculty .section--program-faculty__tabs button .icon:before {
        position: absolute;
        left: 0;
        bottom: 5px;
        width: 60px;
        height: 60px;
        content: ""; }
      .section--program-faculty .section--program-faculty__tabs button .icon.icon-undergrad:before {
        background-image: url(/_assets/img/undergrad.svg);
        background-repeat: no-repeat;
        background-size: contain; }
      .section--program-faculty .section--program-faculty__tabs button .icon.icon-grad:before {
        background-image: url(/_assets/img/grad.svg);
        background-repeat: no-repeat;
        background-size: contain; }
    .section--program-faculty .section--program-faculty__tabs button .button-text {
      display: block;
      width: 100%;
      margin: 0 auto; }
    .section--program-faculty .section--program-faculty__tabs button .selected {
      position: relative;
      display: block;
      height: 16px;
      width: 100%;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 0.875rem;
      text-transform: uppercase;
      color: #777A3E;
      text-align: left;
      padding-left: 1.25rem; }
      .section--program-faculty .section--program-faculty__tabs button .selected:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 6.25rem;
        bottom: 0;
        left: 0;
        margin-left: 1.25rem;
        border-top: 1px solid #CEDD49;
        z-index: 1; }
        @media screen and (min-width: 1024px) and (max-width: 1200px) {
          .section--program-faculty .section--program-faculty__tabs button .selected:after {
            right: 5rem; } }
      .section--program-faculty .section--program-faculty__tabs button .selected span {
        position: relative;
        background-color: #ffffff;
        z-index: 2;
        padding-right: 0.5em;
        display: inline-block; }
    .section--program-faculty .section--program-faculty__tabs button .h2, .section--program-faculty .section--program-faculty__tabs button .page--event-detail .events section.dottedline h1, .page--event-detail .events section.dottedline .section--program-faculty .section--program-faculty__tabs button h1,
    .section--program-faculty .section--program-faculty__tabs button .h4,
    .section--program-faculty .section--program-faculty__tabs button .section--listing--news h2,
    .section--listing--news .section--program-faculty .section--program-faculty__tabs button h2,
    .section--program-faculty .section--program-faculty__tabs button .page--event-detail .events section.dottedline section h2,
    .page--event-detail .events section.dottedline section .section--program-faculty .section--program-faculty__tabs button h2 {
      display: block;
      margin: 0;
      color: #623F98;
      font-weight: 700; }

.section--program-faculty .listing--programs__program__title {
  margin-bottom: 0; }

.meet-staff-group .staff-group-heading {
  padding-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .meet-staff-group .staff-group-heading {
      padding-bottom: 1.25rem; } }
  @media screen and (min-width: 64em) {
    .meet-staff-group .staff-group-heading {
      padding-bottom: 1.875rem; } }

.staff-member {
  padding-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    .staff-member {
      padding-bottom: 2.8125rem; } }
  @media screen and (min-width: 64em) {
    .staff-member {
      padding-bottom: 4.0625rem; } }
  .staff-member .staff-member__image {
    margin-bottom: 20px; }
    .staff-member .staff-member__image.photo img {
      border-radius: 50%; }
  .staff-member__name {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 1.125rem;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 0; }
    @media screen and (min-width: 40em) {
      .staff-member__name {
        font-size: 1.25rem; } }
    @media screen and (min-width: 64em) {
      .staff-member__name {
        font-size: 1.25rem; } }
    .staff-member__name a {
      text-decoration: none;
      color: #000000; }
      .staff-member__name a:hover {
        color: #623F98; }
  .staff-member__title {
    font-family: "IBM Plex Serif", Times, serif;
    font-size: 0.875rem;
    margin-bottom: 10px;
    font-weight: 400; }
    @media screen and (min-width: 40em) {
      .staff-member__title {
        font-size: 0.875rem; } }
    @media screen and (min-width: 64em) {
      .staff-member__title {
        font-size: 0.9375rem; } }
  .staff-member__email, .staff-member__phone {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 0.75rem;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 600;
    color: #623F98; }
    @media screen and (min-width: 40em) {
      .staff-member__email, .staff-member__phone {
        font-size: 0.75rem; } }
    @media screen and (min-width: 64em) {
      .staff-member__email, .staff-member__phone {
        font-size: 0.875rem; } }
  .staff-member div > i.fa {
    display: inline-block;
    width: 22px;
    color: #CEDD49;
    font-size: 1.3125rem;
    margin-right: 0.9375rem; }

.campus-callout + .people-slider,
.campus-callout + .expand-collapse {
  padding-top: 1.875rem; }
  @media screen and (min-width: 40em) {
    .campus-callout + .people-slider,
    .campus-callout + .expand-collapse {
      padding-top: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .campus-callout + .people-slider,
    .campus-callout + .expand-collapse {
      padding-top: 5.625rem; } }

.row.align-center + .people-slider,
.row.align-center + .flexible-story-feature {
  padding-top: 1.875rem; }
  @media screen and (min-width: 40em) {
    .row.align-center + .people-slider,
    .row.align-center + .flexible-story-feature {
      padding-top: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .row.align-center + .people-slider,
    .row.align-center + .flexible-story-feature {
      padding-top: 5.625rem; } }

.flexible-story-feature + .section--global-spacing {
  padding-top: 0; }

.photo-slider + .blockquote {
  margin-top: -1.875rem; }
  @media screen and (min-width: 40em) {
    .photo-slider + .blockquote {
      margin-top: -5.625rem; } }
  @media screen and (min-width: 64em) {
    .photo-slider + .blockquote {
      margin-top: -6.25rem; } }

.content-bottom {
  padding-top: 1.875rem; }
  @media screen and (min-width: 40em) {
    .content-bottom {
      padding-top: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .content-bottom {
      padding-top: 5.625rem; } }

.fixed-media-cover > .row.align-center:last-child {
  padding-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    .fixed-media-cover > .row.align-center:last-child {
      padding-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .fixed-media-cover > .row.align-center:last-child {
      padding-bottom: 5.625rem; } }

.wysiwyg + .photo-slider,
.row.align-center + .photo-slider {
  padding-top: 60px; }

.page--program-detail .wysiwyg {
  padding-bottom: 0.625rem; }
  @media screen and (min-width: 40em) {
    .page--program-detail .wysiwyg {
      padding-bottom: 1.25rem; } }
  @media screen and (min-width: 64em) {
    .page--program-detail .wysiwyg {
      padding-bottom: 1.875rem; } }
  .page--program-detail .wysiwyg p:last-of-type {
    margin-bottom: 0; }

.page--program-detail .blockquote ~ .people-slider {
  padding-top: 0; }

blockquote p:last-of-type {
  margin-bottom: 0; }

/* Homepage alert button start */
.small-alert-button {
  text-align: right;
  position: relative; }
  .small-alert-button a {
    background-color: #4E2A6E;
    color: #fff;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 7px 24px 7px;
    transition: all 300ms ease;
    text-decoration: none !important;
    border: 1px solid #fff;
    box-shadow: 0px 0px 3px #000000;
    position: absolute;
    top: 172px;
    right: 20px;
    z-index: 9; }
    .small-alert-button a:hover {
      background-color: #9B1360; }
    @media screen and (max-width: 74em) {
      .small-alert-button a {
        top: 72px; } }

/* Homepage alert button end */
/* Have a Question Row Start */
.row-container-qb {
  background-color: #EBECED;
  padding: 40px 0; }

.row-container-qb .questions-modal__contact h3 i {
  color: #623F98; }

.fw-divider {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px; }

.fw-divider > :first-child {
  margin-bottom: 0;
  margin-right: .5em;
  margin-left: .5em; }

.fw-divider::after, .fw-divider::before {
  content: "";
  border-top: 1px solid #CEDD49;
  flex: 1; }

@media (max-width: 800px) {
  .fw-divider {
    flex-direction: column; }
  .fw-divider::before {
    width: 100%;
    margin-bottom: 20px; }
  .fw-divider::after {
    display: none; } }

.offset-button-padding {
  margin-bottom: 80px;
  padding: 40px 0 0; }

.toggle-content, .hide-element {
  display: none !important;
  background-color: #EBECED; }

.show-flex-element {
  display: flex !important; }

.center-button-wrapper {
  position: relative;
  padding-top: 40px; }

#get-in-touch-btn {
  margin: 0;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%); }

.plus-sign {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: linear-gradient(#F5A623 0 0), linear-gradient(#F5A623 0 0);
  background-position: center;
  background-size: 100% 2px,2px 100%;
  background-repeat: no-repeat;
  margin: 0 0 -2px 10px; }

/* Have a Question Row End */
.menu--main {
  z-index: 20;
  position: absolute;
  width: 100%; }
  .menu--main .nav--main ul.menu li > a,
  .menu--main #search-block-form,
  .menu--main .nav--main,
  .menu--main .nav--main ul,
  .menu--main .nav--main ul li,
  .menu--main .nav--main ul li a,
  .menu--main .button--search,
  .menu--main .nav--utility,
  .menu--main .nav--infofor,
  .menu--main .nav--secondary {
    color: transparent; }
  .menu--main--child {
    position: relative; }
    .menu--main--child:before {
      content: "";
      position: absolute;
      height: 62px;
      width: 100%;
      left: 0;
      bottom: 0;
      background: #fff; }

.menu--main.menu--main--sticky .menu--main--child:before {
  height: 0px; }

.header__mobile-menu button {
  position: absolute;
  right: -9px;
  top: 10px;
  padding: 10px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  outline: none; }
  .header__mobile-menu button .hamburger-inner, .header__mobile-menu button .hamburger-inner:after, .header__mobile-menu button .hamburger-inner:before {
    background-color: #CEDD49;
    width: 28px;
    height: 3px;
    border-radius: 0; }
  .header__mobile-menu button.hamburger:hover {
    opacity: 1 !important; }
    .header__mobile-menu button.hamburger:hover .hamburger-inner, .header__mobile-menu button.hamburger:hover .hamburger-inner:after, .header__mobile-menu button.hamburger:hover .hamburger-inner:before {
      background-color: #F5A623; }
  .header__mobile-menu button.hamburger span.show-for-sr {
    color: #fff; }

.menu--main__collection .button--search {
  position: absolute;
  right: 42px;
  top: 42px;
  border: none;
  width: 20px;
  height: 20px;
  background: transparent url(/_assets/img/search-icon-20.svg) no-repeat center center;
  cursor: pointer; }

.header__search-toggle {
  position: absolute;
  right: 60px;
  top: 18px; }
  .header__search-toggle .button--search {
    display: block;
    border: none;
    width: 28px;
    height: 28px;
    background: transparent url(/_assets/img/search-icon-28.svg) no-repeat center center; }
    .header__search-toggle .button--search.engaged {
      background: transparent url(/_assets/img/search-x.svg) no-repeat center center; }

.menu--main--sticky .menu--main__collection .button--search {
  display: none; }

.search--space {
  display: none; }

.logo--menu--sticky {
  width: 240px;
  height: 39px; }
  @media (min-width: 360px) {
    .logo--menu--sticky {
      width: 260px;
      height: 42px; } }

.logo--menu--main,
.logo--menu--main img {
  width: 300px;
  height: 48px; }

.anchor:target {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
  visibility: hidden; }

.menu--main--wide:not(.menu--main--sticky) {
  background-color: rgba(78, 42, 110, 0.7);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
  .menu--main--wide:not(.menu--main--sticky) .padded-row, .menu--main--wide:not(.menu--main--sticky) #user-login, .menu--main--wide:not(.menu--main--sticky) .profile {
    position: relative; }
  .menu--main--wide:not(.menu--main--sticky) .logo--menu--main {
    display: block;
    width: 300px;
    height: 48px;
    margin: 21px 0; }
    .menu--main--wide:not(.menu--main--sticky) .logo--menu--main img {
      width: 300px;
      height: 48px;
      filter: drop-shadow(-1px 1px 3px rgba(0, 0, 0, 0.6)); }
  .menu--main--wide:not(.menu--main--sticky) .apply-visit {
    display: none; }
  .menu--main--wide:not(.menu--main--sticky) .nav--primary.nav--main {
    background-color: #fff;
    position: relative;
    /*  removed because it was causing horizontal scrolling
    &:before,
    &:after {
      content: "";
      display: block;
      position: absolute;
      background-color: #fff;
      top: 0;
      bottom: 0;
    }
    &:before {
      left: calc(580px - 50vw);
      right: 100%;
    }
    &:after {
      left: 100%;
      right: calc(580px - 50vw);
    }
    @media (min-width: 1160px) and (max-width: 1200px) {
      &:before {
        left: calc(565px - 50vw);
      }
      &:after {
        right: calc(565px - 50vw);
      }
    }
*/ }
  .menu--main--wide:not(.menu--main--sticky) .nav--main ul.menu {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative; }
  .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li:not(.has-mega) {
    position: relative; }
  .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li {
    display: inline-block;
    text-align: center;
    margin: 0; }
    .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li > a {
      color: #000;
      font-family: "Gotham A", "Gotham B", sans-serif;
      color: #4E2A6E;
      font-size: 1.125rem;
      font-weight: 500;
      display: block;
      width: 100%;
      padding: 0.9375rem 1.3125rem 0.6875rem; }
      @media (min-width: 1160px) and (max-width: 1200px) {
        .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li > a {
          padding: 0.9375rem 1.125rem 0.6875rem; } }
      .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li > a:hover {
        text-decoration: none; }
  .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li:not(:last-child) > a {
    border-bottom: 4px solid transparent; }
  .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li.active-trail:not(:last-child) > a,
  .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li:not(:last-child):hover > a {
    border-bottom: 4px solid #F5A623; }
  .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li:last-child a {
    background-color: #4E2A6E;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 24px 7px;
    transition: all 300ms ease; }
    .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li:last-child a:hover {
      color: #4E2A6E;
      background-color: #F5A623; }
  .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li button {
    position: absolute;
    width: 30px;
    height: 20px;
    bottom: 0;
    right: calc(50% - 15px);
    font-size: 0;
    opacity: 0;
    transition: opacity 150ms ease; }
    .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li button:after {
      content: "\f078";
      font-family: FontAwesome;
      font-size: 16px;
      color: #623F98;
      width: 100%; }
    .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li button:focus {
      opacity: 1; }
    .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li button.engaged {
      transform: rotateX(180deg); }
  .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li:nth-child(1) button {
    left: 0; }
  .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li:nth-child(2) button {
    left: 200px; }
  .menu--main--wide:not(.menu--main--sticky) .nav--main .menu__children {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 1.875rem;
    min-width: 265px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-top: 1px solid #F5A623; }
    .menu--main--wide:not(.menu--main--sticky) .nav--main .menu__children__list {
      /* Chrome, Safari */
      page-break-inside: avoid;
      /* Theoretically FF 20+ */
      break-inside: avoid-column;
      /* IE 11 */
      display: table;
      /* Actually FF 20+ */ }
    .menu--main--wide:not(.menu--main--sticky) .nav--main .menu__children__list ul.menu li {
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-weight: 400;
      font-size: 0.875rem;
      line-height: calc(17 / 14);
      margin: 0 0 0.875rem; }
      .menu--main--wide:not(.menu--main--sticky) .nav--main .menu__children__list ul.menu li a {
        position: relative;
        color: #676E75;
        text-align: left;
        font-size: 1.125rem;
        margin-bottom: 0.875rem;
        color: #623F98;
        line-height: calc(21 / 18); }
        .menu--main--wide:not(.menu--main--sticky) .nav--main .menu__children__list ul.menu li a:hover {
          color: #623F98;
          border-bottom: none; }
    .menu--main--wide:not(.menu--main--sticky) .nav--main .menu__children__list .menu__children__list__title + ul.menu li a {
      color: #4B4C50;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 0.875rem; }
      .menu--main--wide:not(.menu--main--sticky) .nav--main .menu__children__list .menu__children__list__title + ul.menu li a:hover {
        color: #623F98;
        text-decoration: none;
        border-bottom: none; }
    .menu--main--wide:not(.menu--main--sticky) .nav--main .menu__children__list__title {
      text-align: left;
      font-size: 1.125rem;
      margin-bottom: 0.875rem; }
      .menu--main--wide:not(.menu--main--sticky) .nav--main .menu__children__list__title a {
        color: #623F98; }
  .menu--main--wide:not(.menu--main--sticky) .nav--main .has-mega .menu__children {
    right: 0; }
    .menu--main--wide:not(.menu--main--sticky) .nav--main .has-mega .menu__children__list {
      margin-bottom: 1.375rem; }
  .menu--main--wide:not(.menu--main--sticky) .nav--main .has-mega.columns--four .menu__children {
    column-count: 4; }
  .menu--main--wide:not(.menu--main--sticky) .nav--main .has-mega.columns--three .menu__children {
    column-count: 3; }
  .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li:hover .menu__children {
    display: block; }
  .menu--main--wide:not(.menu--main--sticky) .menu__children__list__title button {
    display: none; }
  .menu--main--wide:not(.menu--main--sticky) .nav--utility,
  .menu--main--wide:not(.menu--main--sticky) .nav--infofor {
    position: absolute;
    top: 0;
    display: block; }
  .menu--main--wide:not(.menu--main--sticky) .nav--utility {
    right: 80px;
    top: 38px; }
    .menu--main--wide:not(.menu--main--sticky) .nav--utility ul.menu li {
      display: inline-block;
      position: relative; }
      .menu--main--wide:not(.menu--main--sticky) .nav--utility ul.menu li:not(:last-of-type):after {
        content: "/";
        color: #fff;
        font-size: 14px;
        position: relative;
        right: -7px; }
      .menu--main--wide:not(.menu--main--sticky) .nav--utility ul.menu li a {
        font-family: "Gotham A", "Gotham B", sans-serif;
        color: #fff;
        font-weight: 400;
        font-size: 0.875rem;
        text-transform: uppercase; }
        .menu--main--wide:not(.menu--main--sticky) .nav--utility ul.menu li a:hover {
          color: #CEDD49;
          text-decoration: none; }
  .menu--main--wide:not(.menu--main--sticky) .nav--infofor + .nav--utility {
    right: 187px;
    top: 38px; }
  .menu--main--wide:not(.menu--main--sticky) .nav--infofor {
    right: 88px;
    top: 36px; }
    .menu--main--wide:not(.menu--main--sticky) .nav--infofor > ul.menu {
      margin-bottom: 0; }
      .menu--main--wide:not(.menu--main--sticky) .nav--infofor > ul.menu li {
        position: relative; }
    .menu--main--wide:not(.menu--main--sticky) .nav--infofor a.nav--infofor__title {
      font-family: "Gotham A", "Gotham B", sans-serif;
      color: #fff;
      font-weight: 400;
      font-size: 0.875rem;
      text-transform: uppercase;
      position: relative;
      padding-bottom: 4px; }
      .menu--main--wide:not(.menu--main--sticky) .nav--infofor a.nav--infofor__title:before {
        content: "/";
        color: #fff;
        position: relative;
        left: -5px;
        bottom: -1px;
        transform: rotate(-12deg);
        display: inline-block; }
      .menu--main--wide:not(.menu--main--sticky) .nav--infofor a.nav--infofor__title:after {
        content: "\25B8";
        color: #CEDD49;
        font-size: 20px;
        display: inline-block;
        transform: rotate(90deg);
        transition: transform 300ms ease;
        position: relative;
        right: -8px;
        top: 0; }
      .menu--main--wide:not(.menu--main--sticky) .nav--infofor a.nav--infofor__title:hover {
        color: #CEDD49;
        text-decoration: none; }
    .menu--main--wide:not(.menu--main--sticky) .nav--infofor ul.menu.has-ul-active a.nav--infofor__title {
      border-bottom: 4px solid #CEDD49; }
      .menu--main--wide:not(.menu--main--sticky) .nav--infofor ul.menu.has-ul-active a.nav--infofor__title:after {
        transform: rotate(-90deg); }
    .menu--main--wide:not(.menu--main--sticky) .nav--infofor li.has-ul-active {
      position: relative; }
      .menu--main--wide:not(.menu--main--sticky) .nav--infofor li.has-ul-active a.nav--infofor__title:before {
        content: "";
        display: block;
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        right: 0;
        height: 4px;
        background-color: #CEDD49; }
      .menu--main--wide:not(.menu--main--sticky) .nav--infofor li.has-ul-active a.nav--infofor__title:after {
        transform: rotate(-90deg); }
    .menu--main--wide:not(.menu--main--sticky) .nav--infofor__panel {
      display: none;
      position: absolute;
      z-index: 21;
      top: 100%;
      border: 1px solid #CEDD49;
      background-color: #4E2A6E;
      padding: 1.25rem;
      width: 188px; }
      @media (min-width: 1160px) and (max-width: 1300px) {
        .menu--main--wide:not(.menu--main--sticky) .nav--infofor__panel {
          right: 0; } }
      @media (min-width: 1301px) {
        .menu--main--wide:not(.menu--main--sticky) .nav--infofor__panel {
          left: 0; } }
      .menu--main--wide:not(.menu--main--sticky) .nav--infofor__panel ul {
        list-style: none;
        padding-left: 0; }
        .menu--main--wide:not(.menu--main--sticky) .nav--infofor__panel ul li {
          margin: 0 0 0.5em;
          line-height: 1; }
        .menu--main--wide:not(.menu--main--sticky) .nav--infofor__panel ul a {
          font-size: 0.875rem;
          font-family: "Gotham A", "Gotham B", sans-serif;
          font-weight: normal;
          color: #fff; }
    .menu--main--wide:not(.menu--main--sticky) .nav--infofor button.nav--infofor__toggle {
      cursor: pointer;
      border: none;
      background: none;
      position: absolute;
      top: 1.875rem;
      right: 1.875rem; }
  .menu--main--wide:not(.menu--main--sticky) .nav--infofor li.has-ul-active .mega-menu ul,
  .menu--main--wide:not(.menu--main--sticky) .nav--infofor li.has-ul-active .mega-menu ul li {
    display: block; }
  .menu--main--wide:not(.menu--main--sticky) .search--space {
    display: none;
    position: fixed;
    z-index: 21;
    top: 0;
    height: 120px;
    left: 0;
    right: 0;
    background-color: #4E2A6E;
    padding: 1.125rem; }
    .menu--main--wide:not(.menu--main--sticky) .search--space button.search--space__toggle {
      border: none;
      background: none;
      position: absolute;
      top: 1.875rem;
      right: calc(50% - 440px);
      cursor: pointer;
      width: 40px;
      height: 40px; }
      .menu--main--wide:not(.menu--main--sticky) .search--space button.search--space__toggle .x {
        display: block;
        position: relative; }
        .menu--main--wide:not(.menu--main--sticky) .search--space button.search--space__toggle .x:before, .menu--main--wide:not(.menu--main--sticky) .search--space button.search--space__toggle .x:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          height: 3px;
          width: 26px;
          background-color: #CEDD49; }
        .menu--main--wide:not(.menu--main--sticky) .search--space button.search--space__toggle .x:before {
          transform-origin: center center;
          transform: rotate(-45deg); }
        .menu--main--wide:not(.menu--main--sticky) .search--space button.search--space__toggle .x:after {
          transform-origin: center center;
          transform: rotate(45deg); }
      .menu--main--wide:not(.menu--main--sticky) .search--space button.search--space__toggle:hover .x:before, .menu--main--wide:not(.menu--main--sticky) .search--space button.search--space__toggle:hover .x:after {
        background-color: #F5A623; }
    .menu--main--wide:not(.menu--main--sticky) .search--space #search-block-form {
      max-width: 800px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      /*
      border: 1px solid rgba(255,255,255,0.33);
      border-width: 0 1px 1px;
*/
      padding: 12px;
      position: relative; }
      .menu--main--wide:not(.menu--main--sticky) .search--space #search-block-form:after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: 0;
        right: 0;
        border-bottom: 1px solid #92AD9D; }
      .menu--main--wide:not(.menu--main--sticky) .search--space #search-block-form input {
        border: none;
        background: none; }
      .menu--main--wide:not(.menu--main--sticky) .search--space #search-block-form input.form-text {
        color: #fff;
        font-size: 18px;
        width: 100%;
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-weight: 500;
        font-style: italic; }
      .menu--main--wide:not(.menu--main--sticky) .search--space #search-block-form button#edit-submit {
        font-size: 0;
        background: none;
        border: none;
        position: relative;
        z-index: 3;
        top: 6px;
        width: 20px;
        height: 20px;
        background: transparent url(/_assets/img/search-icon-20.svg) no-repeat center center;
        cursor: pointer; }
    .menu--main--wide:not(.menu--main--sticky) .search--space .form-item-search-block-form {
      width: 100%;
      position: relative;
      z-index: 2;
      margin: 0; }
  .menu--main--wide:not(.menu--main--sticky) .button--search + .nav--cta {
    display: none; }
  .menu--main--wide:not(.menu--main--sticky) #search-block-form,
  .menu--main--wide:not(.menu--main--sticky) .menu--main__collection {
    display: block; }

.touchevents .menu--main--wide:not(.menu--main--sticky) .nav--main ul li.menu__overview-link {
  display: block !important; }

.menu--main .strip--sticky {
  position: absolute;
  top: 0;
  transform: translateY(-64px);
  transition: transform 300ms ease-out;
  background-color: #4E2A6E;
  height: 60px;
  position: fixed;
  left: 0;
  width: 100%;
  /*
    left: -0.625rem;
    width: calc(100% + 0.625rem);
    @media (min-width: 40em) {
      left: -0.9375rem;
      width: calc(100% + 0.9375rem);
    }
*/ }
  .menu--main .strip--sticky .padded-row, .menu--main .strip--sticky #user-login, .menu--main .strip--sticky .profile {
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .menu--main .strip--sticky .logo--menu--sticky {
    width: 138px;
    height: 24px;
    display: block;
    padding-top: 19px;
    margin-left: 3px; }
    .menu--main .strip--sticky .logo--menu--sticky img {
      width: 138px;
      height: 24px; }
    @media (min-width: 440px) {
      .menu--main .strip--sticky .logo--menu--sticky {
        width: 260px;
        height: 42px;
        padding-top: 9px;
        margin-left: 1em; }
        .menu--main .strip--sticky .logo--menu--sticky img {
          width: 260px;
          height: 42px; } }
  .menu--main .strip--sticky .nav--utility,
  .menu--main .strip--sticky .nav--infofor {
    display: block; }
  .menu--main .strip--sticky .header__apply-link {
    position: absolute;
    top: 14px;
    right: 112px; }
    .menu--main .strip--sticky .header__apply-link a {
      background-color: #623F98;
      color: #fff;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase;
      padding: 7px 24px 7px;
      transition: all 300ms ease;
      text-decoration: none; }
      .menu--main .strip--sticky .header__apply-link a:hover {
        color: #4E2A6E;
        background-color: #CEDD49;
        text-decoration: none; }
    @media (max-width: 560px) {
      .menu--main .strip--sticky .header__apply-link {
        display: none; } }

@media (max-width: 1159px) {
  .menu--main--sticky:not(.menu--main--wide) + .main-content {
    margin-top: 0px; } }

.menu--main--sticky .strip--sticky {
  transform: translateY(0); }

.menu--main--sticky .nav--main > ul.menu {
  border: none;
  display: block; }

.menu--main--sticky .nav--main > ul.menu li {
  margin: 0;
  display: block;
  text-align: left; }

.menu--main--sticky .padded-row > .logo--menu--main, .menu--main--sticky #user-login > .logo--menu--main, .menu--main--sticky .profile > .logo--menu--main {
  display: none; }

.menu--main--sticky .menu--main__collection {
  display: none;
  max-height: calc(100vh - 60px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
  overflow-y: auto;
  right: 0;
  top: 60px;
  width: 320px;
  background-color: #4E2A6E;
  padding-bottom: 80px;
  /* To allow for scrolling the the bottom on mobile, counteract top value */ }
  @media (min-width: 1216px) {
    .menu--main--sticky .menu--main__collection {
      right: calc(50% - 615px); } }
  @media (max-width: 600px) {
    .menu--main--sticky .menu--main__collection {
      width: 100%; } }
  .menu--main--sticky .menu--main__collection ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .menu--main--sticky .menu--main__collection ul a {
      color: #000;
      font-size: 1.125rem;
      display: block;
      position: relative; }
    .menu--main--sticky .menu--main__collection ul .mega-menu li {
      padding: 1.125rem; }
      .menu--main--sticky .menu--main__collection ul .mega-menu li:not(:first-child) {
        padding-top: 0; }
  .menu--main--sticky .menu--main__collection .nav--infofor ul {
    margin-bottom: 0; }
  .menu--main--sticky .menu--main__collection .nav--infofor ul:not(:first-of-type) li {
    padding-top: 0; }
  .menu--main--sticky .menu--main__collection ul#main-menu > li > a,
  .menu--main--sticky .menu--main__collection .nav--infofor ul.menu > li > a {
    padding: 1.125rem;
    display: block;
    position: relative;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase; }
    .menu--main--sticky .menu--main__collection ul#main-menu > li > a:hover,
    .menu--main--sticky .menu--main__collection .nav--infofor ul.menu > li > a:hover {
      color: #333;
      text-decoration: none; }
  .menu--main--sticky .menu--main__collection ul#main-menu > li.has-ul > a:after,
  .menu--main--sticky .menu--main__collection .nav--infofor ul.menu > li.has-ul > a:after {
    content: "\f103";
    color: #F5A623;
    position: absolute;
    right: 1.125rem;
    font-size: 1.875rem;
    font-family: FontAwesome;
    line-height: 1;
    transition: transform 300ms ease-out; }
  .menu--main--sticky .menu--main__collection ul#main-menu > li.has-ul-active > a,
  .menu--main--sticky .menu--main__collection .nav--infofor ul.menu > li.has-ul-active > a {
    background-color: #623F98; }
    .menu--main--sticky .menu--main__collection ul#main-menu > li.has-ul-active > a:after,
    .menu--main--sticky .menu--main__collection .nav--infofor ul.menu > li.has-ul-active > a:after {
      transform: rotateX(180deg); }

.menu--main--sticky .menu--main__collection .mega-menu ul,
.menu--main--sticky .menu--main__collection .mega-menu ul li,
.menu--main--sticky .menu--main__collection .mega-menu ul li a {
  display: block; }

.menu--main--sticky .search--space {
  display: none;
  position: fixed;
  z-index: 30;
  top: 60px;
  right: 0;
  background-color: #4E2A6E;
  width: 319px;
  padding: 18px; }
  @media (min-width: 1216px) {
    .menu--main--sticky .search--space {
      right: calc(50% - 615px); } }
  @media (max-width: 600px) {
    .menu--main--sticky .search--space {
      width: 100%; } }
  .menu--main--sticky .search--space .search--space__toggle {
    display: none; }
  .menu--main--sticky .search--space .form-item {
    margin: 0; }
  .menu--main--sticky .search--space .form-text {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    font-style: italic; }
  .menu--main--sticky .search--space #search-block-form {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #92AD9D;
    padding: 6px; }
    .menu--main--sticky .search--space #search-block-form input {
      border: none;
      max-width: 220px; }
    .menu--main--sticky .search--space #search-block-form button#edit-submit {
      font-size: 0;
      background: none;
      border: none;
      position: relative;
      z-index: 3;
      top: 8px;
      width: 20px;
      height: 20px;
      background: transparent url(/_assets/img/search-icon-20.svg) no-repeat center center;
      cursor: pointer; }

.menu--main--sticky .nav--primary {
  background-color: #fff; }
  .menu--main--sticky .nav--primary .mega-menu {
    background-color: #623F98; }

.menu--main--sticky .nav--infofor {
  background-color: transparent; }
  .menu--main--sticky .nav--infofor ul.menu a.nav--infofor__title {
    font-size: 14px !important;
    color: #fff;
    font-weight: 400 !important;
    font-family: "Gotham A", "Gotham B", sans-serif;
    display: block;
    padding-left: 0 !important;
    padding-top: 0 !important;
    position: relative;
    display: inline-block !important;
    padding-bottom: 4px; }
    .menu--main--sticky .nav--infofor ul.menu a.nav--infofor__title:after {
      content: "\25B8";
      color: #CEDD49;
      font-size: 20px;
      display: inline-block;
      transform: rotate(90deg);
      transition: transform 300ms ease;
      position: relative;
      right: -6px;
      top: 0; }
    .menu--main--sticky .nav--infofor ul.menu a.nav--infofor__title:hover {
      color: #CEDD49 !important;
      text-decoration: none; }
  .menu--main--sticky .nav--infofor ul.menu.has-ul-active a.nav--infofor__title {
    border-bottom: 4px solid #CEDD49; }
    .menu--main--sticky .nav--infofor ul.menu.has-ul-active a.nav--infofor__title:after {
      transform: rotate(-90deg); }
  .menu--main--sticky .nav--infofor .nav--infofor__panel {
    display: none;
    background-color: #623F98;
    border: 1px solid #CEDD49;
    padding: 1.3125rem 1.125rem;
    width: calc(100% - 12px); }
    .menu--main--sticky .nav--infofor .nav--infofor__panel ul li {
      font-family: "Gotham A", "Gotham B", sans-serif;
      color: #fff;
      font-size: 0.875rem;
      font-weight: 400;
      margin-bottom: 4px;
      padding-left: 0; }
      .menu--main--sticky .nav--infofor .nav--infofor__panel ul li a {
        color: #fff; }
        .menu--main--sticky .nav--infofor .nav--infofor__panel ul li a:hover {
          color: #CEDD49; }

.menu--main--sticky .mega-menu {
  display: none; }

.menu--main--sticky .nav--secondary {
  background-color: #4E2A6E; }
  .menu--main--sticky .nav--secondary ul {
    margin-bottom: 0;
    padding: 0.1875rem 0; }
  .menu--main--sticky .nav--secondary li {
    padding: 0.5625rem 1.125rem 0.5625rem 0; }
    .menu--main--sticky .nav--secondary li:not(:first-child) {
      padding-top: 0; }

.menu--main--sticky .nav--utility ul.menu a {
  font-size: 14px;
  color: #fff;
  font-family: "Gotham A", "Gotham B", sans-serif;
  display: block;
  text-transform: uppercase; }

.menu--main--sticky .nav--cta a {
  text-transform: uppercase;
  font-size: 0.875rem; }

.menu--main--sticky .nav--cta i.fa {
  color: #F5A623;
  display: inline-block;
  width: 1em;
  font-size: 1.125rem;
  padding-right: 2em; }

.menu--main--sticky .nav--infofor .h3,
.menu--main--sticky .nav--infofor__toggle {
  display: none; }

.nav--secondary.nav--utility ul li a {
  text-decoration: none; }

.menu--main--sticky .nav--main ul.menu, .menu--main--sticky .nav--main ul.menu li {
  margin: 0;
  padding: 0; }

.menu--main--sticky .nav--main a {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0.75rem;
  color: #676E75;
  line-height: calc(14 / 12);
  padding: 1rem 3.75rem 1rem 1rem;
  border-bottom: 1px solid #c7c7c7;
  position: relative; }
  .menu--main--sticky .nav--main a:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    top: 0;
    bottom: 0;
    right: 0;
    border-left: 1px solid #c7c7c7; }
  .menu--main--sticky .nav--main a.active {
    text-decoration: none;
    background-color: #E4DBEC; }

.menu--main--sticky .nav--main ul.menu > li > a {
  font-weight: 700;
  color: #000; }

.menu--main--sticky .nav--main .menu__children__list ul.menu > li > a {
  font-weight: 400;
  color: #676E75;
  padding-left: 36px; }

.menu--main--sticky .nav--main .menu__children {
  display: none; }

.menu--main--sticky .nav--main .menu__children__list ul.menu {
  display: none; }
  .menu--main--sticky .nav--main .menu__children__list ul.menu:first-child {
    display: block; }

.menu--main--sticky .nav--main .menu__children__list__title > a {
  padding-left: 26px; }

.menu--main--sticky .nav--main .has-ul,
.menu--main--sticky .nav--main .menu__children__list__title {
  position: relative; }
  .menu--main--sticky .nav--main .has-ul > a,
  .menu--main--sticky .nav--main .menu__children__list__title > a {
    color: #676E75; }
  .menu--main--sticky .nav--main .has-ul > button,
  .menu--main--sticky .nav--main .menu__children__list__title > button {
    border: none;
    background-color: transparent;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px; }
    .menu--main--sticky .nav--main .has-ul > button:before, .menu--main--sticky .nav--main .has-ul > button:after,
    .menu--main--sticky .nav--main .menu__children__list__title > button:before,
    .menu--main--sticky .nav--main .menu__children__list__title > button:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 15px;
      height: 2px;
      width: 21px;
      background-color: #F5A623; }
    .menu--main--sticky .nav--main .has-ul > button:after,
    .menu--main--sticky .nav--main .menu__children__list__title > button:after {
      transform-origin: center center;
      transform: rotate(90deg);
      transition: transform 300ms ease; }
    .menu--main--sticky .nav--main .has-ul > button:hover:before, .menu--main--sticky .nav--main .has-ul > button:hover:after,
    .menu--main--sticky .nav--main .menu__children__list__title > button:hover:before,
    .menu--main--sticky .nav--main .menu__children__list__title > button:hover:after {
      background-color: #623F98; }
    .menu--main--sticky .nav--main .has-ul > button.engaged:after,
    .menu--main--sticky .nav--main .menu__children__list__title > button.engaged:after {
      transform: rotate(0); }

.menu--main--sticky .nav--main .navigation > ul.menu > li:last-child {
  display: none; }

.menu--main--sticky .apply-visit {
  display: flex;
  flex-direction: row; }
  .menu--main--sticky .apply-visit a {
    display: block;
    padding: 1em;
    background-color: #623F98;
    color: #fff;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    flex: 1 0 auto;
    transition: all 300ms ease; }
    .menu--main--sticky .apply-visit a:first-child {
      margin-right: 1px; }
    .menu--main--sticky .apply-visit a:last-child {
      margin-left: 1px; }
    .menu--main--sticky .apply-visit a:hover {
      text-decoration: none;
      color: #4E2A6E;
      background-color: #CEDD49; }

@media (max-width: 899px) {
  .menu--main .nav--cta--top {
    display: none; } }

.menu--main--wide .nav--cta--top {
  display: none; }

@media (min-width: 900px) {
  .menu--main--sticky .strip--sticky .menu--main__collection .nav--secondary.nav--cta {
    display: none; }
  .menu--main--sticky .strip--sticky .nav--secondary.nav--cta {
    background-color: transparent;
    border: none;
    display: block;
    position: absolute;
    right: 136px;
    top: 0; }
    .menu--main--sticky .strip--sticky .nav--secondary.nav--cta ul.menu li {
      display: inline-block; }
      .menu--main--sticky .strip--sticky .nav--secondary.nav--cta ul.menu li a {
        color: #fff; }
        .menu--main--sticky .strip--sticky .nav--secondary.nav--cta ul.menu li a:hover {
          color: #F5A623; } }

.l-footer {
  background-color: #4E2A6E;
  color: #fff;
  position: relative;
  z-index: 2; }

.footer-main__logo {
  padding-top: 1.25rem; }
  @media screen and (min-width: 40em) {
    .footer-main__logo {
      padding-top: 3.125rem; } }
  @media screen and (min-width: 64em) {
    .footer-main__logo {
      padding-top: 4.375rem; } }
  .footer-main__logo img {
    width: 280px;
    height: 24px;
    margin: 0 auto 24px; }
    @media screen and (min-width: 40em) {
      .footer-main__logo img {
        width: 437px;
        height: 38px;
        margin-bottom: 48px; } }

.footer-main__first-section {
  text-align: center;
  font-family: "Gotham A", "Gotham B", sans-serif; }

.footer-main__cta {
  margin-bottom: 2.5rem; }
  .footer-main__cta a {
    display: block;
    font-family: "Gotham A", "Gotham B", sans-serif;
    color: #fff;
    font-size: 1.375rem;
    text-align: center;
    font-weight: bold;
    padding: 1.25rem 3.125rem;
    border: 2px solid #fff;
    transition: border-color 300ms ease, background-color 900ms ease;
    max-width: 255px;
    margin: 0 auto 1em; }
    @media screen and (min-width: 40em) {
      .footer-main__cta a {
        display: inline-block;
        min-width: 255px; } }
    .footer-main__cta a:nth-child(1) {
      border-color: #CEDD49; }
    .footer-main__cta a:nth-child(2) {
      border-color: #F5A623; }
      @media screen and (min-width: 40em) {
        .footer-main__cta a:nth-child(2) {
          margin: 0 1.25rem; } }
    .footer-main__cta a:nth-child(3) {
      border-color: #F8E71C; }
    .footer-main__cta a:nth-child(n):hover {
      border-color: #fff;
      background-color: #623F98;
      text-decoration: none; }

.footer-main__address {
  margin-bottom: 3.75rem; }
  .footer-main__address p {
    font-size: 1rem; }
  .footer-main__address span {
    display: inline-block;
    padding: 0 0.5rem; }
  @media screen and (max-width: 39.9375em) {
    .footer-main__address span.pipe {
      display: none; } }
  .footer-main__address a {
    color: #fff; }

.footer-main__links-list h2 a {
  color: #fff; }

.footer-main__links-list h3 {
  font-family: "IBM Plex Serif", Times, serif;
  font-weight: 400; }
  .footer-main__links-list h3 a {
    color: #fff; }

.footer-main__links-list ul {
  list-style: none;
  padding-left: 0;
  font-family: "Gotham A", "Gotham B", sans-serif; }

.footer-main__links-list li {
  font-size: 1rem; }

.footer-main__links-list li a {
  color: #fff; }

.footer-main__social ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.25rem; }
  @media screen and (min-width: 64em) {
    .footer-main__social ul {
      margin-right: 42px; } }

.footer-main__social li {
  display: inline-block;
  position: relative;
  margin: 0 13px; }
  @media screen and (min-width: 64em) {
    .footer-main__social li {
      margin: 0 0 0 26px; } }

.footer-main__social a.fa {
  background-color: rgba(255, 255, 255, 0.7);
  transition: background-color 300ms ease;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px; }
  .footer-main__social a.fa:hover {
    text-decoration: none;
    background-color: white; }
  .footer-main__social a.fa.fa-google-plus-official {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
    transition: color 300ms ease;
    font-size: 36px;
    position: relative;
    top: 7px; }
    .footer-main__social a.fa.fa-google-plus-official:hover {
      color: #fff; }

.footer-main__social, .footer-main__my-ѳԹ {
  text-align: center; }
  @media screen and (min-width: 64em) {
    .footer-main__social, .footer-main__my-ѳԹ {
      text-align: right; } }

.footer-main__my-ѳԹ {
  margin-bottom: 3.125rem; }
  .footer-main__my-ѳԹ a {
    font-family: "Gotham A", "Gotham B", sans-serif;
    color: #fff;
    font-weight: bold;
    padding: 0.75rem 3.125rem;
    border: 2px solid #F5A623;
    transition: border-color 300ms ease; }
    .footer-main__my-ѳԹ a:hover {
      border-color: #fff;
      text-decoration: none; }

.footer-main__footer {
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding-bottom: 3.125rem; }
  @media screen and (min-width: 64em) {
    .footer-main__footer .columns:first-child, .footer-main__footer ul.row li:first-child, ul.row .footer-main__footer li:first-child {
      text-align: left; } }
  @media screen and (min-width: 64em) {
    .footer-main__footer .columns:last-child, .footer-main__footer ul.row li:last-child, ul.row .footer-main__footer li:last-child {
      text-align: right; } }
  .footer-main__footer a {
    display: inline-block;
    padding: 0 1em;
    position: relative;
    color: #fff; }
    .footer-main__footer a:not(:last-child):after {
      content: "";
      display: block;
      width: 1px;
      color: #fff;
      position: absolute;
      top: 0.5em;
      right: 0;
      bottom: 0.5em; }
    @media screen and (min-width: 64em) {
      .footer-main__footer a:last-child {
        padding-right: 0; } }

.footer-main__my-ѳԹ a,
.footer-main__cta a {
  text-decoration: none; }

footer a {
  text-decoration: none !important; }

/*
.cta-menu {
  background-color: #999;
  text-align: center;

  ul.menu {
    padding: 0;
  }

  li {
    display: inline-block;
    padding: 0;
    margin: 0;

    &:first-child {
      margin-left: 0;
    }
  }

  a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }

}

.footer-main__address {
  text-align: center;
}

.footer-main__social-media {
  li {
    list-style: none;
    display: inline-block;
    font-size: 28px;
    line-height: 0;
    margin-bottom: 10px;
    &:not(:first-child) {
      margin-left: 15px;
    }
    a {
      color: #fff;
    }
  }
  span {
    @extend %show-for-sr;
  }
}
*/
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 1cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; }
  a[href]:after {
    display: none; } }

/* Slate Question Box */
.slate-modal form {
  max-width: 25rem;
  overflow: auto; }

.slate-modal .form_question {
  margin: 1rem 0; }

.slate-modal .form_question.required {
  background-color: transparent !important; }

.slate-modal .form_question.required label {
  color: #8c2e0b; }

.slate-modal .form_question.required label:after {
  color: #8c2e0b; }

.slate-modal .form_question.required select,
.slate-modal .form_question.required textarea,
.slate-modal .form_question.required input {
  border-color: #8c2e0b; }

.slate-modal .form_question.required:after {
  content: "This field is required";
  font-family: "Gotham A", "Gotham B", sans-serif;
  margin-top: -1em; }

.slate-modal form label {
  font-size: 0.875rem;
  margin-bottom: 0;
  font-weight: 500;
  color: #000000;
  font-family: "Gotham A", "Gotham B", sans-serif; }

.slate-modal .form_question[data-required="1"] label:after {
  content: "\00a0\002A";
  color: #4E2A6E;
  font-size: 20px; }

.slate-modal form select,
.slate-modal form textarea,
.slate-modal form input {
  width: 100%;
  padding: 0.5em;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  color: #666;
  font-size: 16px;
  text-transform: none;
  font-weight: 400 !important;
  font-family: "Gotham A", "Gotham B", sans-serif; }

.slate-modal form select {
  appearance: none;
  border-radius: 0;
  border: 1px solid #d8d8d8;
  background: #fff url(/_assets/img/select-triangle.svg) no-repeat 95% 50%;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: bold;
  padding: 10px 15px; }

.slate-modal form textarea {
  height: 12rem; }

.slate-modal form select:focus,
.slate-modal form textarea:focus,
.slate-modal form input:focus {
  border-color: #60A7E3;
  outline: none; }

.slate-modal .form_action button {
  padding: 0.9375rem 2.5rem;
  text-decoration: none;
  transition: all 300ms ease-out;
  color: #fff;
  font-size: 1rem;
  background-color: #755BA2;
  background-image: linear-gradient(to right, #623F98, #623F98 48%, #755BA2 52%, #755BA2);
  background-size: 220% 100%;
  background-position: top right;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  font-family: "Gotham A", "Gotham B", sans-serif; }

.slate-modal .form_action button:hover {
  background-position: top left;
  text-decoration: none; }

.dialog_host {
  z-index: 99999 !important; }

.dialog_host .dialog div[role="alert"] {
  font-family: "IBM Plex Serif", Times, serif !important;
  font-size: .9375rem !important;
  color: #4b4c50 !important;
  line-height: calc(32/18) !important; }

/* End Slate Question Box */

.mx-auto{
    margin-inline: auto;
}

/*# sourceMappingURL=../maps/app.css.map */