@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.align-center {
  -ms-flex-pack: center;
      justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-top {
  -ms-flex-align: start;
      align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-middle {
  -ms-flex-align: center;
      align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

@media screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

.row, .padded-row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .row .row, .padded-row .row, .row .padded-row, .padded-row .padded-row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row, .padded-row .row, .row .padded-row, .padded-row .padded-row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
  .row.expanded, .expanded.padded-row {
    max-width: none; }
  .row.collapse > .column, .collapse.padded-row > .column, .row.collapse > .columns, .collapse.padded-row > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.is-collapse-child, .is-collapse-child.padded-row,
  .row.collapse > .column > .row,
  .collapse.padded-row > .column > .row,
  .row.collapse > .columns > .row,
  .collapse.padded-row > .columns > .row,
  .row.collapse > .column > .padded-row,
  .collapse.padded-row > .column > .padded-row,
  .row.collapse > .columns > .padded-row,
  .collapse.padded-row > .columns > .padded-row {
    margin-left: 0;
    margin-right: 0; }

.column, .columns {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.column.row.row, .row.row.columns, .columns.padded-row, .column.padded-row {
  float: none;
  display: block; }

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

.small-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

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

.small-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.small-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

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

.small-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.small-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

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

.small-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.small-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.small-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

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

.small-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.small-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.small-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

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

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.medium-unstack > .column, .medium-unstack.padded-row > .column, .row.medium-unstack > .columns, .medium-unstack.padded-row > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 40em) {
    .row.medium-unstack > .column, .medium-unstack.padded-row > .column, .row.medium-unstack > .columns, .medium-unstack.padded-row > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.large-unstack > .column, .large-unstack.padded-row > .column, .row.large-unstack > .columns, .large-unstack.padded-row > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.large-unstack > .column, .large-unstack.padded-row > .column, .row.large-unstack > .columns, .large-unstack.padded-row > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.column.align-stretch, .align-stretch.columns {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.show-for-sr, .tabs__tabs-container input,
.tab-nav input, #form-story-listing legend, .filter--undergrad-listing .filter__form--undergrad-listing legend,
.filter--undergrad-listing .filter__form--grad-listing legend,
.filter--grad-listing .filter__form--undergrad-listing legend,
.filter--grad-listing .filter__form--grad-listing legend, .addthis .addthis__label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.link-arrow:after {
  content: '\00BB';
  padding-left: 5px; }

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  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("../fonts/vendor/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/vendor/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/vendor/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/vendor/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/vendor/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/vendor/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  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: ""; }

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

/*
    Flaticon icon font: Flaticon
    Creation date: 22/08/2017 13:16
    */
@font-face {
  font-family: 'Flaticon';
  src: url("../fonts/vendor/flaticon/Flaticon.eot");
  src: url("../fonts/vendor/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/vendor/flaticon/Flaticon.woff") format("woff"), url("../fonts/vendor/flaticon/Flaticon.ttf") format("truetype"), url("../fonts/vendor/flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Flaticon';
    src: url("../fonts/vendor/flaticon/Flaticon.svg#Flaticon") format("svg"); } }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  display: inline-block;
  font-family: 'Flaticon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-information-symbol:before {
  content: '\f100'; }

.flaticon-multimedia:before {
  content: '\f101'; }

.flaticon-university-campus:before {
  content: '\f102'; }

.flaticon-tag:after {
  content: '\f103'; }

.flaticon-information-button:before {
  content: '\f104'; }

.flaticon-right-arrow:after {
  content: '\f105'; }

.flaticon-left-arrow:before {
  content: '\f106'; }

.flaticon-mouse:before {
  content: '\f107'; }

.flaticon-placeholder:before {
  content: '\f108'; }

.flaticon-document:before {
  content: '\f109'; }

.flaticon-user:before {
  content: '\f10a'; }

.flaticon-hsu-alth:before {
  content: '\f10b'; }

.flaticon-giving-love:before {
  content: '\f10c'; }

.flaticon-search:before {
  content: '\f10d'; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    animation-duration: 2s; }
  .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.25, 1.25, 1.25); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

/* ======================================================= */
/*    GLOBAL - GS Styles                                   */
/* ======================================================= */
.wow {
  visibility: hidden; }

/*
* FooTable v3 - FooTable is a jQuery plugin that aims to make HTML tables on smaller devices look awesome.
* @version 3.1.5
* @link http://fooplugins.com
* @copyright Steven Usher & Brad Vincent 2015
* @license Released under the GPLv3 license.
*/
/* globals - instead we house them under the .footable.table class as the root of FooTable is always the table itself. */
.footable.table, .footable.table *,
.footable-details.table, .footable-details.table * {
  box-sizing: border-box; }

.footable.table th,
.footable-details.table th {
  text-align: left; }

/* tables */
.footable.table,
.footable-details.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.footable.table > caption + thead > tr:first-child > th,
.footable.table > colgroup + thead > tr:first-child > th,
.footable.table > thead:first-child > tr:first-child > th,
.footable.table > caption + thead > tr:first-child > td,
.footable.table > colgroup + thead > tr:first-child > td,
.footable.table > thead:first-child > tr:first-child > td,
.footable-details.table > caption + thead > tr:first-child > th,
.footable-details.table > colgroup + thead > tr:first-child > th,
.footable-details.table > thead:first-child > tr:first-child > th,
.footable-details.table > caption + thead > tr:first-child > td,
.footable-details.table > colgroup + thead > tr:first-child > td,
.footable-details.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.footable.table > thead > tr > th,
.footable.table > tbody > tr > th,
.footable.table > tfoot > tr > th,
.footable.table > thead > tr > td,
.footable.table > tbody > tr > td,
.footable.table > tfoot > tr > td,
.footable-details.table > thead > tr > th,
.footable-details.table > tbody > tr > th,
.footable-details.table > tfoot > tr > th,
.footable-details.table > thead > tr > td,
.footable-details.table > tbody > tr > td,
.footable-details.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.footable.table > thead > tr > th,
.footable.table > thead > tr > td,
.footable-details.table > thead > tr > th,
.footable-details.table > thead > tr > td {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.footable.table-condensed > thead > tr > th,
.footable.table-condensed > tbody > tr > th,
.footable.table-condensed > tfoot > tr > th,
.footable.table-condensed > thead > tr > td,
.footable.table-condensed > tbody > tr > td,
.footable.table-condensed > tfoot > tr > td,
.footable-details.table-condensed > thead > tr > th,
.footable-details.table-condensed > tbody > tr > th,
.footable-details.table-condensed > tfoot > tr > th,
.footable-details.table-condensed > thead > tr > td,
.footable-details.table-condensed > tbody > tr > td,
.footable-details.table-condensed > tfoot > tr > td {
  padding: 5px; }

.footable.table-bordered,
.footable-details.table-bordered {
  border: 1px solid #ddd; }

.footable.table-bordered > thead > tr > th,
.footable.table-bordered > tbody > tr > th,
.footable.table-bordered > tfoot > tr > th,
.footable.table-bordered > thead > tr > td,
.footable.table-bordered > tbody > tr > td,
.footable.table-bordered > tfoot > tr > td,
.footable-details.table-bordered > thead > tr > th,
.footable-details.table-bordered > tbody > tr > th,
.footable-details.table-bordered > tfoot > tr > th,
.footable-details.table-bordered > thead > tr > td,
.footable-details.table-bordered > tbody > tr > td,
.footable-details.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.footable.table-bordered > thead > tr > th,
.footable.table-bordered > thead > tr > td,
.footable-details.table-bordered > thead > tr > th,
.footable-details.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.footable.table-striped > tbody > tr:nth-child(odd),
.footable-details.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9; }

.footable.table-hover > tbody > tr:hover,
.footable-details.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

/* buttons */
.footable .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: visible;
  text-transform: none; }

.footable .btn:hover,
.footable .btn:focus,
.footable .btn.focus {
  color: #333;
  text-decoration: none; }

.footable .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.footable .btn-default:hover,
.footable .btn-default:focus,
.footable .btn-default.focus,
.footable .btn-default:active,
.footable .btn-default.active,
.footable .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.footable .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.footable .btn-primary:hover,
.footable .btn-primary:focus,
.footable .btn-primary.focus,
.footable .btn-primary:active,
.footable .btn-primary.active,
.footable .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

/* button groups */
.footable .btn-group, .footable .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.footable .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.footable .btn-group > .btn:first-child {
  margin-left: 0; }

.footable .btn-group-vertical > .btn,
.footable .btn-group > .btn {
  position: relative;
  float: left; }

.footable .btn-group-xs > .btn,
.footable .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.footable .btn-group-sm > .btn,
.footable .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.footable .btn-group-lg > .btn,
.footable .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

/* caret */
.footable .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.footable .btn .caret {
  margin-left: 0; }

/* form-group */
.form-group {
  margin-bottom: 15px; }

/* form-control */
.footable .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

/* input-group */
.footable .input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.footable .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.footable .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.footable .input-group-addon,
.footable .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.footable .input-group-addon,
.footable .input-group-btn,
.footable .input-group .form-control {
  display: table-cell; }

.footable .input-group-btn > .btn + .btn,
.footable .input-group-btn:last-child > .btn,
.footable .input-group-btn:last-child > .btn-group {
  margin-left: -1px; }

.footable .input-group-btn > .btn {
  position: relative; }

.footable .input-group-btn > .btn:hover,
.footable .input-group-btn > .btn:focus,
.footable .input-group-btn > .btn:active {
  z-index: 2; }

.footable .input-group .form-control:first-child,
.footable .input-group-addon:first-child,
.footable .input-group-btn:first-child > .btn,
.footable .input-group-btn:first-child > .btn-group > .btn,
.footable .input-group-btn:first-child > .dropdown-toggle,
.footable .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.footable .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.footable .input-group .form-control:last-child,
.footable .input-group-addon:last-child,
.footable .input-group-btn:last-child > .btn,
.footable .input-group-btn:last-child > .btn-group > .btn,
.footable .input-group-btn:last-child > .dropdown-toggle,
.footable .input-group-btn:first-child > .btn:not(:first-child),
.footable .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* checkboxes & radios */
.footable .radio,
.footable .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.footable .radio label,
.footable .checkbox label {
  max-width: 100%;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.footable .radio input[type=radio],
.footable .radio-inline input[type=radio],
.footable .checkbox input[type=checkbox],
.footable .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin: 4px 0 0 -20px;
  line-height: normal; }

/* dropdown-menu */
.footable .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.footable .open > .dropdown-menu {
  display: block; }

.footable .dropdown-menu-right {
  right: 0;
  left: auto; }

.footable .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.footable .dropdown-menu > li > a:hover,
.footable .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

/* pagination */
.footable .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.footable .pagination > li {
  display: inline; }

.footable .pagination > li:first-child > a,
.footable .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.footable .pagination > li > a,
.footable .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.footable .pagination > li > a:hover,
.footable .pagination > li > span:hover,
.footable .pagination > li > a:focus,
.footable .pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.footable .pagination > .active > a,
.footable .pagination > .active > span,
.footable .pagination > .active > a:hover,
.footable .pagination > .active > span:hover,
.footable .pagination > .active > a:focus,
.footable .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.footable .pagination > .disabled > span,
.footable .pagination > .disabled > span:hover,
.footable .pagination > .disabled > span:focus,
.footable .pagination > .disabled > a,
.footable .pagination > .disabled > a:hover,
.footable .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

/* labels */
.footable .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.footable .label-default {
  background-color: #777; }

/* wells */
.footable-loader.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

/* screen reader only */
.footable .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* form-inline */
@media (min-width: 768px) {
  .footable .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .footable .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .footable .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .footable .form-inline .input-group .input-group-addon,
  .footable .form-inline .input-group .input-group-btn,
  .footable .form-inline .input-group .form-control {
    width: auto; }
  .footable .form-inline .input-group > .form-control {
    width: 100%; } }

table.footable,
table.footable-details {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

table.footable-details {
  margin-bottom: 0; }

table.footable-hide-fouc {
  display: none; }

table > tbody > tr > td > span.footable-toggle {
  margin-right: 8px;
  opacity: 0.3; }

table > tbody > tr > td > span.footable-toggle.last-column {
  margin-left: 8px;
  float: right; }

table.table-condensed > tbody > tr > td > span.footable-toggle {
  margin-right: 5px; }

table.footable-details > tbody > tr > th:nth-child(1) {
  min-width: 40px;
  width: 120px; }

table.footable-details > tbody > tr > td:nth-child(2) {
  word-break: break-all; }

table.footable-details > thead > tr:first-child > th,
table.footable-details > thead > tr:first-child > td,
table.footable-details > tbody > tr:first-child > th,
table.footable-details > tbody > tr:first-child > td,
table.footable-details > tfoot > tr:first-child > th,
table.footable-details > tfoot > tr:first-child > td {
  border-top-width: 0; }

table.footable-details.table-bordered > thead > tr:first-child > th,
table.footable-details.table-bordered > thead > tr:first-child > td,
table.footable-details.table-bordered > tbody > tr:first-child > th,
table.footable-details.table-bordered > tbody > tr:first-child > td,
table.footable-details.table-bordered > tfoot > tr:first-child > th,
table.footable-details.table-bordered > tfoot > tr:first-child > td {
  border-top-width: 1px; }

div.footable-loader {
  vertical-align: middle;
  text-align: center;
  height: 300px;
  position: relative; }

div.footable-loader > span.fooicon {
  display: inline-block;
  opacity: 0.3;
  font-size: 30px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: fooicon-spin-r 2s infinite linear; }

table.footable > tbody > tr.footable-empty > td {
  vertical-align: middle;
  text-align: center;
  font-size: 30px; }

table.footable > tbody > tr > td,
table.footable > tbody > tr > th {
  display: none; }

table.footable > tbody > tr.footable-empty > td,
table.footable > tbody > tr.footable-empty > th,
table.footable > tbody > tr.footable-detail-row > td,
table.footable > tbody > tr.footable-detail-row > th {
  display: table-cell; }

@keyframes fooicon-spin-r {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fooicon {
  display: inline-block;
  font-size: inherit;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.fooicon:before,
.fooicon:after {
  box-sizing: border-box; }

.fooicon-loader:before {
  content: "\f01e"; }

.fooicon-plus:before {
  content: "\f067"; }

.fooicon-minus:before {
  content: "\f068"; }

.fooicon-search:before {
  content: "\f002"; }

.fooicon-remove:before {
  content: "\f00d"; }

.fooicon-sort:before {
  content: "\f0dc"; }

.fooicon-sort-asc:before {
  content: "\f160"; }

.fooicon-sort-desc:before {
  content: "\f161"; }

.fooicon-pencil:before {
  content: "\f040"; }

.fooicon-trash:before {
  content: "\f1f8"; }

.fooicon-eye-close:before {
  content: "\f070"; }

.fooicon-flash:before {
  content: "\f0e7"; }

.fooicon-cog:before {
  content: "\f013"; }

.fooicon-stats:before {
  content: "\f080"; }

table.footable > thead > tr.footable-filtering > th {
  border-bottom-width: 1px;
  font-weight: normal; }

.footable-filtering-external.footable-filtering-right,
table.footable > thead > tr.footable-filtering > th,
table.footable.footable-filtering-right > thead > tr.footable-filtering > th {
  text-align: right; }

.footable-filtering-external.footable-filtering-left,
table.footable.footable-filtering-left > thead > tr.footable-filtering > th {
  text-align: left; }

.footable-filtering-external.footable-filtering-center,
table.footable.footable-filtering-center > thead > tr.footable-filtering > th {
  text-align: center; }

table.footable > thead > tr.footable-filtering > th div.form-group {
  margin-bottom: 0; }

table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
  margin-top: 5px; }

table.footable > thead > tr.footable-filtering > th div.input-group {
  width: 100%; }

.footable-filtering-external ul.dropdown-menu > li > a.checkbox,
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox {
  margin: 0;
  display: block;
  position: relative; }

.footable-filtering-external ul.dropdown-menu > li > a.checkbox > label,
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox > label {
  display: block;
  padding-left: 20px; }

.footable-filtering-external ul.dropdown-menu > li > a.checkbox input[type="checkbox"],
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -20px; }

@media (min-width: 768px) {
  table.footable > thead > tr.footable-filtering > th div.input-group {
    width: auto; }
  table.footable > thead > tr.footable-filtering > th div.form-group {
    margin-left: 2px;
    margin-right: 2px; }
  table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
    margin-top: 0; } }

table.footable > thead > tr > td.footable-sortable,
table.footable > thead > tr > th.footable-sortable,
table.footable > tbody > tr > td.footable-sortable,
table.footable > tbody > tr > th.footable-sortable,
table.footable > tfoot > tr > td.footable-sortable,
table.footable > tfoot > tr > th.footable-sortable {
  position: relative;
  padding-right: 30px;
  cursor: pointer; }

td.footable-sortable > span.fooicon,
th.footable-sortable > span.fooicon {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px;
  opacity: 0;
  transition: opacity 0.3s ease-in; }

td.footable-sortable:hover > span.fooicon,
th.footable-sortable:hover > span.fooicon {
  opacity: 1; }

td.footable-sortable.footable-asc > span.fooicon,
th.footable-sortable.footable-asc > span.fooicon,
td.footable-sortable.footable-desc > span.fooicon,
th.footable-sortable.footable-desc > span.fooicon {
  opacity: 1; }

/* hides the sort icons when sorting is not allowed */
table.footable-sorting-disabled td.footable-sortable.footable-asc > span.fooicon,
table.footable-sorting-disabled td.footable-sortable.footable-desc > span.fooicon,
table.footable-sorting-disabled td.footable-sortable:hover > span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-asc > span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-desc > span.fooicon,
table.footable-sorting-disabled th.footable-sortable:hover > span.fooicon {
  opacity: 0;
  visibility: hidden; }

.footable-paging-external ul.pagination,
table.footable > tfoot > tr.footable-paging > td > ul.pagination {
  margin: 10px 0 0 0; }

.footable-paging-external span.label,
table.footable > tfoot > tr.footable-paging > td > span.label {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 4px 10px; }

.footable-paging-external.footable-paging-center,
table.footable > tfoot > tr.footable-paging > td,
table.footable-paging-center > tfoot > tr.footable-paging > td {
  text-align: center; }

.footable-paging-external.footable-paging-left,
table.footable-paging-left > tfoot > tr.footable-paging > td {
  text-align: left; }

.footable-paging-external.footable-paging-right,
table.footable-paging-right > tfoot > tr.footable-paging > td {
  text-align: right; }

ul.pagination > li.footable-page {
  display: none; }

ul.pagination > li.footable-page.visible {
  display: inline; }

td.footable-editing {
  width: 90px;
  max-width: 90px; }

table.footable-editing-no-edit td.footable-editing,
table.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-view td.footable-editing {
  width: 70px;
  max-width: 70px; }

table.footable-editing-no-edit.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-view td.footable-editing,
table.footable-editing-no-delete.footable-editing-no-view td.footable-editing {
  width: 50px;
  max-width: 50px; }

table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view th.footable-editing {
  width: 0;
  max-width: 0;
  display: none !important; }

table.footable-editing-right td.footable-editing,
table.footable-editing-right tr.footable-editing {
  text-align: right; }

table.footable-editing-left td.footable-editing,
table.footable-editing-left tr.footable-editing {
  text-align: left; }

table.footable-editing button.footable-add,
table.footable-editing button.footable-hide,
table.footable-editing-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-hide,
table.footable-editing.footable-editing-always-show.footable-editing-no-add tr.footable-editing {
  display: none; }

table.footable-editing.footable-editing-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-hide,
table.footable-editing.footable-editing-always-show button.footable-add {
  display: inline-block; }

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

body, .program__overview .listing--faculty__name {
  font-family: "proxima-nova", sans-serif;
  line-height: 2.1;
  color: #525252;
  font-size: 1.125rem;
  font-weight: 400; }
  @media (max-width: 40rem) {
    body, .program__overview .listing--faculty__name {
      font-size: 0.875rem; } }

.story--large-listing .story__excerpt,
.small-paragraph {
  font-size: 1rem;
  line-height: 1.75; }

h1, h2, h3, h4, h5, h6, .home-hero__content__title {
  font-family: "proxima-nova", sans-serif;
  color: #000;
  font-weight: 700;
  margin-top: 0px;
  line-height: 1.2; }

h1, .h1 {
  font-size: 1.875rem;
  margin-bottom: 2.1875rem;
  margin-top: 1.875rem;
  line-height: 1.2;
  font-weight: 800;
  display: block;
  width: 100%; }
  @media (min-width: 40.0625rem) {
    h1, .h1 {
      font-size: 3.125rem;
      margin-top: 5rem; } }

h2, .h2 {
  font-weight: 800;
  color: #581483;
  font-size: 1.375rem;
  margin-bottom: 1.25rem; }
  @media (min-width: 40.0625rem) {
    h2, .h2 {
      font-size: 1.875rem; } }

h3, .h3 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
  color: #000; }
  @media (min-width: 40.0625rem) {
    h3, .h3 {
      font-size: 1.75rem; } }

h4, .h4, .search-page h2, .accordion-drop-down__toggle h3, .faculty-staff__info {
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
  color: #000; }
  @media (min-width: 40.0625rem) {
    h4, .h4, .search-page h2, .accordion-drop-down__toggle h3, .faculty-staff__info {
      font-size: 1.5rem; } }

h5 {
  font-size: 1rem;
  color: #000;
  margin-bottom: 0.9375rem; }
  @media (min-width: 40.0625rem) {
    h5 {
      font-size: 1.3125rem; } }

h6, .h6 {
  font-size: 0.875rem;
  color: #000;
  margin-bottom: 0.9375rem; }
  @media (min-width: 40.0625rem) {
    h6, .h6 {
      font-size: 1.125rem; } }


.serif-body * {
  font-family: "Noto Serif", serif; }


.serif-body blockquote p,
.serif-body table,
.serif-body table * {
  font-family: "proxima-nova", sans-serif !important; }

.btn--gold, .btn--light, .btn, .filter__form .filter__button--submit,
.filter__form .filter-toggle__button, .tab-nav__link,
.btn {
  padding: 0.8125rem 1.25rem 0.625rem;
  font-size: 0.75rem;
  text-decoration: none;
  transition: background 0.2s ease-out;
  text-transform: uppercase;
  color: #fff;
  background: #581483;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  line-height: 1.0625rem;
  margin-bottom: 1.25rem;
  border-radius: 0.625rem;
  border: none; }
  @media (min-width: 48.0625rem) {
    .btn--gold, .btn--light, .btn, .filter__form .filter__button--submit,
    .filter__form .filter-toggle__button, .tab-nav__link,
    .btn {
      padding: 1.125rem 3.125rem 0.9375rem;
      font-size: 0.875rem; } }
  .btn--gold:hover, .btn--light:hover, .btn:hover, .filter__form .filter__button--submit:hover,
  .filter__form .filter-toggle__button:hover, .tab-nav__link:hover,
  .btn:hover {
    background: #9935D8;
    text-decoration: none; }

.btn--gold {
  background: #AD841F; }
  .btn--gold:hover {
    background: #d8a527; }

.btn--ghost,
.btn--ghost-container a {
  color: #AD841F;
  border: 0.0625rem solid #EFD38E;
  background: #fff; }
  .btn--ghost:hover,
  .btn--ghost-container a:hover {
    color: #fff;
    background: #AD841F; }

.btn--light {
  background: #fff;
  color: #761baf; }
  .btn--light:hover {
    color: #fff; }

p {
  margin-top: 0;
  margin-bottom: 1.5625rem;
  width: 100%; }
  p .btn {
    margin: 0; }

em {
  font-style: italic; }

a {
  text-decoration: none;
  color: #9935D8; }
  a:hover {
    text-decoration: underline; }

ul, ol {
  padding-left: 20px;
  margin-bottom: 30px; }

.intro-text {
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "proxima-nova", sans-serif;
  display: block;
  width: 100%;
  font-weight: 400; }
  @media (min-width: 40.0625rem) {
    .intro-text {
      font-size: 1.5rem; } }
  .intro-text p {
    max-width: 47.5rem; }

p.intro-text {
  max-width: 47.5rem; }

.tuition-intro .btn {
  margin-bottom: 0; }

.accordion-drop-down__toggled-content blockquote:before, .accordion-drop-down__toggled-content blockquote:after {
  background: #F4F4F4; }

blockquote {
  text-align: center;
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  padding: 1.25rem 0;
  border-top: 0.0625rem solid #EFD38E;
  border-bottom: 0.0625rem solid #EFD38E;
  position: relative; }
  @media (min-width: 40.0625rem) {
    blockquote {
      margin-top: 2.8125rem;
      margin-bottom: 2.8125rem;
      padding: 2.5rem 0; } }
  blockquote:before, blockquote:after {
    font-size: 4.0625rem;
    line-height: .8;
    background: #fff;
    padding: 0.125rem 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 2.1875rem;
    height: 1.25rem; }
  blockquote:before {
    content: "\201C";
    z-index: 1;
    top: 0;
    color: #AD841F;
    transform: translateY(-50%); }
  blockquote:after {
    content: "\201D";
    z-index: 1;
    bottom: 0;
    color: #AD841F;
    transform: translateY(50%); }
  blockquote p {
    color: #AD841F;
    max-width: 40.5rem;
    margin: 0 auto;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 300 !important;
    text-align: center;
    line-height: 1.2;
    font-weight: 300;
    font-size: 1.125rem; }
    @media (min-width: 40.0625rem) {
      blockquote p {
        font-size: 1.875rem; } }


.eyebrow-header {
  font-size: 0.6875rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #581483;
  display: block; }
  @media (min-width: 48.0625rem) {
    
    .eyebrow-header {
      font-size: 0.8125rem; } }

.arrow-link:hover,
.arrow-link-container a:hover {
  text-decoration: none; }
  .arrow-link:hover:after,
  .arrow-link-container a:hover:after {
    transform: translateX(4px); }

.arrow-link:after,
.arrow-link-container a:after {
  transition: transform .4s ease;
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 0.625rem;
  display: inline-block; }

.fa-list {
  line-height: 1.4; }
  .fa-list:before {
    content: none; }
  .fa-list span {
    display: block;
    position: relative;
    padding: 0.3125rem 0 0.3125rem 1.25rem; }
    @media (min-width: 40.0625rem) {
      .fa-list span {
        padding: 0.3125rem 0 0.3125rem 1.875rem; } }
  .fa-list i {
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0.5625rem;
    color: #9162AF; }

.tuition-cost-green {
  color: #4D6F21; }

.related-content__text {
  line-height: 1.3;
  font-size: 1.125rem; }

/* 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 {
  @include grid-row();
  padding: 0 20px;
  
  .row {
    margin: 0 -20px;
  }
​
  @media only screen and (max-width: 630px) {
    padding: 0 12px;
    
    .row {
      margin: 0 -12px;
    }
  }
}
*/
* {
  box-sizing: border-box; }

.padded-row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .padded-row::before, .padded-row::after {
    content: ' ';
    display: table; }
  .padded-row::after {
    clear: both; }

ul.row:not(.columns), ul.padded-row:not(.columns) {
  padding: 0; }
  ul.row:not(.columns) > li, ul.padded-row:not(.columns) > li {
    list-style: none; }

.columns {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

@media (min-width: 40.0625rem) {
  .medium-row-reverse,
  .related-stories .story--small-feature:nth-child(even) .row,
  .related-stories .story--small-feature:nth-child(even) .padded-row {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }

@media (max-width: 40rem) {
  .small-collapse,
  ul.row li.small-collapse,
  ul.padded-row li.small-collapse {
    padding-left: 0;
    padding-right: 0; } }

/* 
 * 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
 */
/*
-------------------
GLOBAL ELEMENTS
-------------------
*/
/*
#wpadminbar {
	z-index: 3001;
}
*/
.basic-page .site-main > .row, .basic-page .site-main > .padded-row,
.single-news .news--detail,
.faculty-staff-template-default .faculty-staff--detail {
  padding-top: 1.875rem; }
  @media (min-width: 40.0625rem) {
    .basic-page .site-main > .row, .basic-page .site-main > .padded-row,
    .single-news .news--detail,
    .faculty-staff-template-default .faculty-staff--detail {
      padding-top: 5rem; } }
  .basic-page .site-main > .row h1, .basic-page .site-main > .padded-row h1,
  .single-news .news--detail h1,
  .faculty-staff-template-default .faculty-staff--detail h1 {
    margin-top: 0; }

html {
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  overflow-x: hidden; }

.main-content {
  padding-top: 40px; }

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

button {
  border-radius: 0; }

.featured-image {
  margin-bottom: 20px; }

figure {
  display: table;
  margin: 0; }

figcaption,
.featured-media__caption {
  margin-top: 0;
  font-size: 0.8125rem;
  color: #525252;
  display: table-caption;
  caption-side: bottom;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem #D3D3D3 solid;
  line-height: 1.4; }

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

.alignright {
  margin-bottom: 1.25rem;
  display: table; }
  @media screen and (min-width: 40em) {
    .alignright {
      float: right;
      margin: 0.625rem 0 0.625rem 1.5625rem; }
      .alignright figcaption {
        margin: remn-calc(0 0 10 25); } }

.alignleft {
  margin-bottom: 1.25rem;
  display: table; }
  @media screen and (min-width: 40em) {
    .alignleft {
      margin: 0;
      float: left;
      margin: 0.625rem 1.5625rem 0.625rem 0; }
      .alignleft figcaption {
        margin: 0 1.5625rem 0.625rem 0; } }

.landing-page-lead-in {
  padding: 0 0 40px; }

.landing-page-lead-in__title h1 {
  margin-bottom: 15px; }

code {
  border: solid 1px #999;
  background-color: #F1F1F1; }

.base-key {
  border: solid 1px #999;
  background-color: #F1F1F1;
  padding: 0.25rem 0.5rem;
  max-width: 480px;
  font-family: "proxima-nova", 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; }

.parallax-overlay {
  position: relative;
  z-index: 4;
  background: #fff; }
  .parallax-overlay::before, .parallax-overlay::after {
    content: ' ';
    display: table; }
  .parallax-overlay::after {
    clear: both; }

.home-featured__heading:after,
.gray-heading-border {
  content: "";
  height: 0.0625rem;
  position: relative;
  display: block;
  width: 100%;
  max-width: 6.4375rem;
  background-color: #ccc;
  margin-top: 0.75rem; }
  @media (max-width: 40rem) {
    .home-featured__heading:after,
    .gray-heading-border {
      margin-top: 0.625rem;
      margin-bottom: 0.75rem; } }

.chevron-list {
  margin-left: 0;
  padding-left: 0; }
  .chevron-list li {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    line-height: 1.56; }
    .chevron-list li:before {
      content: "\f054";
      font-family: "FontAwesome";
      margin-right: 0.625rem;
      font-size: 70%;
      color: #EFD38E;
      transform: translateY(6px);
      position: relative; }

.preceeding-icon-list {
  margin: 0;
  padding: 0; }
  .preceeding-icon-list li {
    font-family: "proxima-nova", sans-serif;
    display: block;
    font-size: 0.6875rem;
    margin-bottom: 0.3125rem; }
    .preceeding-icon-list li:before {
      font-family: "FontAwesome";
      color: #581483;
      margin-right: 0.3125rem; }

.iframe-video-container,
.featured-media__video__item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 auto 2.8125rem auto; }
  .iframe-video-container iframe,
  .featured-media__video__item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (max-width: 40rem) {
  .mobile-hidden {
    display: none; } }

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

.scroll-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 4000;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: #581483;
  color: white;
  cursor: pointer;
  padding: 13px 15px 15px;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-family: "FontAwesome";
  transition: all .2s ease-in-out; }
  @media (max-width: 900px) {
    .scroll-button {
      display: none !important; } }

.scroll-button:hover {
  background-color: #AD841F;
  color: white; }

table {
  margin-bottom: 30px;
  font-family: "proxima-nova", sans-serif;
  color: #000;
  border-top: 1px solid #C9CACC;
  border-left: 1px solid #C9CACC;
  outline: none;
  border-collapse: collapse;
  line-height: 1.5; }
  table.borderless {
    border: none; }
    table.borderless th, table.borderless td, table.borderless tr, table.borderless tbody, table.borderless thead {
      border: none; }

thead {
  color: #000;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  border: none; }
  thead td, thead th {
    background: #BDACC8;
    margin: 0;
    border-bottom: 1px solid #C9CACC;
    padding: 1.25rem;
    font-size: 1.125rem;
    border-spacing: 0; }

tbody {
  border-top: 0px;
  border-left: 1px solid #C9CACC; }

tr {
  border-bottom: 1px solid #C9CACC; }

td, th {
  padding: 1.25rem;
  font-size: 1rem;
  border-right: 1px solid #C9CACC; }

th {
  font-weight: 700;
  background: #F4F4F4;
  text-align: left; }

/*! 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 th, table.tablesaw-stack thead th {
        min-width: 100%;
        padding: 0; }
    table.tablesaw-stack .tablesaw-cell-label,
    table.tablesaw-stack .tablesaw-cell-content {
      padding: 1.25rem; }
    table.tablesaw-stack tbody tr {
      display: block;
      margin-bottom: 20px;
      border: solid 1px #ccc; }
      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 tr .admissions-staff-entry {
        border: none; }
    table.tablesaw-stack tbody td {
      border-width: 0; }
    table.tablesaw-stack tbody tr > td,
    table.tablesaw-stack tbody tr > th {
      display: -ms-flexbox;
      display: flex; }
    table.tablesaw-stack tbody td .tablesaw-cell-label {
      margin: -20px 0 -20px -20px;
      width: calc(40% + 16px); }
    table.tablesaw-stack tbody td .tablesaw-cell-content {
      padding: 0 0 0 1.25rem; }
    table.tablesaw-stack .tablesaw-cell-label {
      background: #BDACC8;
      border-bottom: 1px solid #C9CACC; }
  /* 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;
    width: 40%;
    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; }
  .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: 60%;
    display: inline-block; }
  .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; } }

table.payment-plan-table *, table.payment-plan-table a {
  font-family: 'proxima-nova' !important; }

table.payment-plan-table tr.header {
  background-color: #eee; }

table.payment-plan-table td.input {
  width: 100%; }

.payment-plan-result {
  line-height: 150%; }

table[name="GPACalcForm"] input[type="text"] {
  width: 100%; }

/*
--------
FORMS
--------
*/
input[type="text"],
input[type="tel"],
input[type="email"] {
  height: 2.5rem;
  background-color: #fff;
  border: 0.0625rem solid #B5B5B5;
  padding-left: 1.25rem;
  font-size: 1rem; }

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 1rem;
  width: 1rem;
  padding: 0 0.4375rem;
  margin-right: 0.625rem;
  display: inline;
  /* Check Background: */
  background: #FFFFFF;
  border: 1px solid #979797;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px; }
  input[type="checkbox"]:checked {
    background-image: url("../img/blue-check.svg");
    background-repeat: no-repeat;
    background-position: 0.125rem 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 2.5rem;
  border: 0.0625rem solid #B5B5B5;
  padding-left: 1.25rem;
  font-size: 1rem;
  border-radius: 0 !important;
  background: url("../img/fa-select.svg") right 0.625rem center, linear-gradient(-180deg, #ffffff 0%, #d9d9d9 100%);
  background-repeat: no-repeat; }

.block {
  border-bottom: 1px solid #581483;
  margin-top: 1rem;
  padding-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .block:last-of-type {
    border-bottom: none; }
  .block select {
    padding-right: 1.5625rem;
    font-family: "proxima-nova", sans-serif; }
    .block select .grade-select {
      -ms-flex-positive: 0.3;
          flex-grow: 0.3; }

@media screen and (max-width: 760px) {
  input.course {
    width: 100%; }
  .block {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .block select {
      margin-right: 10px; } }

/*
-----------------
BREADCRUMBS
-----------------
*/
.breadcrumbs {
  padding: 0 1.25rem;
  background-color: #fff;
  box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 4; }
  @media (max-width: 56.25rem) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs ul,
  .breadcrumbs ol {
    padding: 1.5625rem 0;
    max-width: 75rem;
    margin: 0 auto;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    line-height: 1.5;
    font-family: "proxima-nova", sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04rem; }
  .breadcrumbs a {
    margin-right: 0.625rem; }
  .breadcrumbs li + li:before {
    content: "//";
    color: #c4c4c4;
    margin-right: 0.625rem;
    font-weight: 600; }

.tpl--landing-page .breadcrumbs ul,
.single-undergrad-program .breadcrumbs ul,
.single-grad-program .breadcrumbs ul,
.single-story .breadcrumbs ul {
  -ms-flex-pack: center;
      justify-content: center; }

/*
---------------
SECTION-BLOCKS
---------------
*/
.section--global-padding {
  padding: 3.125rem 0; }
  @media (min-width: 40.0625rem) {
    .section--global-padding {
      padding: 6.25rem 0; } }

.section--global-spacing,
.single-story .breadcrumbs,
#results-undergrad-listing,
#results-grad-listing {
  margin-bottom: 2.5rem; }
  @media (min-width: 40.0625rem) {
    .section--global-spacing,
    .single-story .breadcrumbs,
    #results-undergrad-listing,
    #results-grad-listing {
      margin-bottom: 3.75rem; } }
  @media (min-width: 48.0625rem) {
    .section--global-spacing,
    .single-story .breadcrumbs,
    #results-undergrad-listing,
    #results-grad-listing {
      margin-bottom: 6.25rem; } }

.section--landing--intro .padded-row {
  max-width: 46.25rem; }

section [class*="block-grid-"] > li {
  padding-bottom: 40px; }

.section--global-padding.section--global-spacing + .section--global-padding,
.section--global-padding + .section--flexboxes,
.section--checkerboard--alternate-overlap + .section--flexboxes {
  margin-top: -1.25rem; }
  @media (min-width: 40.0625rem) {
    .section--global-padding.section--global-spacing + .section--global-padding,
    .section--global-padding + .section--flexboxes,
    .section--checkerboard--alternate-overlap + .section--flexboxes {
      margin-top: -3.75rem; } }
  @media (min-width: 48.0625rem) {
    .section--global-padding.section--global-spacing + .section--global-padding,
    .section--global-padding + .section--flexboxes,
    .section--checkerboard--alternate-overlap + .section--flexboxes {
      margin-top: -6.25rem; } }

.section--basic-page {
  margin-bottom: 1.6875rem; }
  @media (min-width: 48.0625rem) {
    .section--basic-page {
      margin-bottom: 2.8125rem; } }
  @media (min-width: 40.0625rem) {
    .section--basic-page {
      margin-bottom: 4.125rem; } }
  .section--basic-page .accordion-drop-down:last-child {
    margin-bottom: 0; }
  .section--basic-page--wysiwyg p:not(.intro-text),
  .section--basic-page--wysiwyg a:not(.btn), .section--basic-page--wysiwyg ul, .section--basic-page--wysiwyg ol, .section--basic-page--wysiwyg dl {
    font-family: "Noto Serif", serif; }
  .section--basic-page--wysiwyg--wysiwyg blockquote p, .section--basic-page--wysiwyg--wysiwyg blockquote a {
    font-family: "proxima-nova", sans-serif; }
  .section--basic-page--wysiwyg p:last-child, .section--basic-page--wysiwyg table:last-child, .section--basic-page--wysiwyg ul:last-child, .section--basic-page--wysiwyg ol:last-child {
    margin-bottom: 0; }
    .section--basic-page--wysiwyg p:last-child .btn, .section--basic-page--wysiwyg table:last-child .btn, .section--basic-page--wysiwyg ul:last-child .btn, .section--basic-page--wysiwyg ol:last-child .btn {
      margin-bottom: 0; }

.section--related-content {
  margin-bottom: 1.25rem; }
  @media (min-width: 40.0625rem) {
    .section--related-content {
      margin-bottom: 3.75rem; } }
  .section--related-content h2 {
    margin-bottom: 0.9375rem; }
    @media (min-width: 40.0625rem) {
      .section--related-content h2 {
        margin-bottom: 2.1875rem; } }
  .section--related-content .columns {
    margin-bottom: rem-cal(20); }
    @media (min-width: 40.0625rem) {
      .section--related-content .columns {
        margin-bottom: 2.5rem; } }
  .section--related-content a {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    margin-top: 0.9375rem;
    margin-bottom: 0; }

.parallax-mask {
  position: relative;
  z-index: 4; }
  .parallax-mask::before, .parallax-mask::after {
    content: ' ';
    display: table; }
  .parallax-mask::after {
    clear: both; }

/*
----------
OHO ALERT
----------
*/
.oho-alert {
  background: #F4F4F4;
  position: relative;
  z-index: 9999; }
  @media (max-width: 56.25rem) {
    .oho-alert {
      padding-top: 3.75rem; } }
  .oho-alert .oho-alert__icon {
    position: relative;
    padding-left: 4.375rem; }
    .oho-alert .oho-alert__icon:before {
      font-family: "FontAwesome";
      content: "\f071";
      font-size: 2.5rem;
      position: absolute;
      left: 0;
      top: 0;
      line-height: 1.2;
      color: #AD841F; }
  .oho-alert h1 {
    margin-top: 1.875rem;
    margin-bottom: 0.625rem; }
  .oho-alert p {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 47.5rem;
    margin-bottom: 0.625rem; }
  .oho-alert .arrow-link {
    display: inline-block;
    margin-bottom: 1.875rem; }

.youtube-responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-right: 10px;
  height: 0;
  overflow: hidden;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
  .youtube-responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

div.why-hsu {
  display: block;
  padding-top: 0; }
  div.why-hsu h1 {
    margin-top: 0; }
  div.why-hsu ul {
    list-style: none; }
    div.why-hsu ul li:before {
      content: "\f058";
      font-family: FontAwesome;
      color: #FFC72C;
      margin-right: 1em; }

div.video-and-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between; }

div.ppc-form div.form-header {
  text-transform: uppercase;
  text-align: center;
  font-family: 'proxima-nova';
  font-size: 2em;
  line-height: 1.4;
  color: #fff;
  background: url(/wp-content/themes/hsu-theme/assets/img/form-badge.png) no-repeat;
  background-position: center;
  background-color: #D3D3D3;
  padding: 2em;
  padding-bottom: 2em;
  height: 256px; }
  div.ppc-form div.form-header span {
    padding-top: 0.9em; }

.graduation-cap {
  color: #581483;
  font-size: 200px;
  background: #D3D3D3;
  float: left;
  padding-right: 30px; }
  .graduation-cap i {
    vertical-align: middle; }

.ppc-landing-copy {
  font-family: 'Noto Serif';
  padding: 2em; }
  .ppc-landing-copy p:last-of-type {
    margin-bottom: 0; }

.black-on-gray {
  background: #D3D3D3;
  color: #525252; }

.white-on-black {
  background: #525252;
  color: #F4F4F4; }
  .white-on-black h2 {
    color: #F4F4F4; }

div.faculty-section img.staff-photo {
  float: left;
  padding: 1em; }

div.curriculum-section section {
  float: left;
  width: 50%;
  padding: 1em; }

div.ppc-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  grid-column-gap: 20px; }

div.ppc-grid-item {
  margin: 0 auto; }

@media screen and (max-width: 900px) {
  div.video-and-form {
    display: block; }
  .youtube-responsive-container {
    width: 100%; }
  div.ppc-form div.form-header {
    margin-top: 1em;
    padding: 3em; }
  .graduation-cap {
    width: 100%;
    float: none;
    text-align: center;
    padding-right: 0; }
  div.curriculum-section section {
    width: 100%;
    float: none;
    padding: 1em; } }

@media screen and (min-width: 300px) and (max-width: 640px) {
  div.ppc-form div.form-header {
    margin-top: 1em;
    font-size: 2.4em;
    padding: 2.5em; }
  div.ppc-grid {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%; } }

/*
---------------------
SEARCH PAGE
---------------------
*/
.search-page ul.search-page__results {
  padding: 0;
  max-width: 47.5rem; }
  .search-page ul.search-page__results li {
    list-style: none;
    margin-bottom: 1.875rem;
    border-bottom: 0.0625rem solid #AD841F; }

.search-page h2 {
  margin-bottom: 0.625rem; }

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

/*
------------
FILTERS
------------
*/
.filter--story-listing,
.filter--news-listing {
  width: 100%; }

.filter__button--reset {
  display: inline-block;
  vertical-align: middle; }
  .filter__button--reset:after {
    font-family: "FontAwesome";
    content: "\f2d3"; }

.filter__buttons--news-listing .filter__button--reset {
  display: inline-block;
  vertical-align: middle; }
  .filter__buttons--news-listing .filter__button--reset:after {
    content: "\f105"; }

.filter__form {
  background: #F4F4F4;
  max-width: 75rem;
  margin: 0 auto;
  padding: 1.875rem 1.875rem 0.625rem 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.filter__wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 56.3125rem) {
    .filter__wrap {
      width: calc(100% - 400px);
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .filter__wrap input {
    width: 100%;
    margin-bottom: 1.25rem; }
    @media (min-width: 40.0625rem) {
      .filter__wrap input {
        width: calc(100% - 160px); } }
  .filter__wrap label {
    width: 100%;
    margin-bottom: 0.625rem; }
    @media (min-width: 40.0625rem) {
      .filter__wrap label {
        width: 10rem; } }
  .filter__wrap .filter__label--checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    width: 100%; }

.filter__label {
  font-size: 1.5rem;
  font-family: "proxima-nova", sans-serif; }
  .filter__label[for*="--all"] {
    margin-bottom: 0; }

.filter .filter__checkbox {
  margin-bottom: 0; }

.filter .filter__form .filter__checkboxes li:not(:first-child) {
  margin-bottom: 0.25rem !important; }

.filter__form .filter__buttons {
  max-width: 25rem; }
  @media (min-width: 56.25rem) {
    .filter__form .filter__buttons {
      padding-left: 1.25rem; } }

.filter__form .filter__button--submit {
  display: inline-block;
  vertical-align: middle; }
  .filter__form .filter__button--submit:after {
    font-family: "FontAwesome";
    content: "\f105"; }

.filter__form .filter__button--submit,
.filter__form .filter-toggle__button {
  max-height: 2.5rem;
  padding-top: 0.6875rem;
  position: relative; }
  .filter__form .filter__button--submit:after,
  .filter__form .filter-toggle__button:after {
    right: 1.25rem;
    position: absolute; }
    @media (max-width: 48rem) {
      .filter__form .filter__button--submit:after,
      .filter__form .filter-toggle__button:after {
        right: 0.5rem; } }

.filter__form .filter__button--reset {
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  padding-left: 1.5625rem;
  font-weight: 600;
  margin-bottom: 1.25rem; }
  .filter__form .filter__button--reset:after {
    margin-left: 0.625rem; }

.filter__form .filter-toggle__button {
  background: #fff;
  border: 0.0625rem solid #EFD38E;
  color: #AD841F; }
  .filter__form .filter-toggle__button:hover {
    color: #fff;
    background: #525252;
    border-color: #525252; }
  .filter__form .filter-toggle__button:after {
    font-family: "FontAwesome";
    content: "\f107";
    margin-left: 0.625rem; }

.section--tuition-tab-upper {
  background: #F4F4F4; }

.tab-nav {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.tab-nav__tab {
  list-style: none;
  margin: 0; }

.tabs__tabs-container,
.tab-nav {
  background: #d8d8d8;
  height: 2.5rem; }
  @media (min-width: 40.0625rem) {
    .tabs__tabs-container,
    .tab-nav {
      height: 3.75rem; } }
  .tabs__tabs-container .btn,
  .tabs__tabs-container .tab-nav__link,
  .tab-nav .btn,
  .tab-nav .tab-nav__link {
    color: #525252;
    background: none;
    margin-bottom: 0;
    border-radius: 0;
    font-size: 1.1875rem;
    text-transform: none;
    padding: 0.71875rem 1.25rem;
    cursor: pointer; }
    @media (min-width: 40.0625rem) {
      .tabs__tabs-container .btn,
      .tabs__tabs-container .tab-nav__link,
      .tab-nav .btn,
      .tab-nav .tab-nav__link {
        font-size: 1.5rem;
        padding: 1.34375rem 2.5rem; } }
  .tabs__tabs-container input[checked="checked"] + .btn,
  .tabs__tabs-container .tab-nav__link--active,
  .tab-nav input[checked="checked"] + .btn,
  .tab-nav .tab-nav__link--active {
    transform: translateY(-5px);
    background-color: #AD841F;
    padding: 1.03125rem 1.25rem;
    color: #fff; }
    @media (min-width: 40.0625rem) {
      .tabs__tabs-container input[checked="checked"] + .btn,
      .tabs__tabs-container .tab-nav__link--active,
      .tab-nav input[checked="checked"] + .btn,
      .tab-nav .tab-nav__link--active {
        padding: 1.65625rem 2.5rem; } }

.tab-nav {
  height: 1.875rem;
  margin-top: 1.25rem; }
  @media (min-width: 40.0625rem) {
    .tab-nav {
      height: 3.125rem;
      margin-top: 2.5rem; } }
  .tab-nav .tab-nav__link {
    font-size: 1rem;
    padding: 0.5rem 0.9375rem; }
    @media (min-width: 40.0625rem) {
      .tab-nav .tab-nav__link {
        font-size: 1.3125rem;
        padding: 1.0625rem 2.1875rem; } }
    .tab-nav .tab-nav__link--active {
      padding: 0.75rem 0.9375rem; }
      @media (min-width: 40.0625rem) {
        .tab-nav .tab-nav__link--active {
          padding: 1.3125rem 2.1875rem; } }

.filter__alphabet {
  max-width: 75rem;
  margin: 0 auto;
  background: #F4F4F4;
  padding: 0 1.875rem;
  margin-bottom: 2.5rem; }
  @media (min-width: 40.0625rem) {
    .filter__alphabet {
      margin-bottom: 5rem; } }
  .filter__alphabet ul {
    padding: 2.1875rem 0 1.875rem;
    margin: 0;
    border-top: 0.0625rem solid #EFD38E;
    line-height: 1.5;
    font-weight: 700;
    color: #9b9b9b; }
  .filter__alphabet li {
    list-style: none;
    display: inline-block;
    font-size: 1.625rem; }
    @media (min-width: 48.0625rem) {
      .filter__alphabet li {
        font-size: 1.375rem; } }
    .filter__alphabet li:not(:last-child) {
      margin-right: 1.0625rem; }
      @media (min-width: 48.0625rem) {
        .filter__alphabet li:not(:last-child) {
          margin-right: 1.59097rem; } }

.filter__results-alphabet-anchor--row {
  margin-bottom: 0.3125rem; }
  .filter__results-alphabet-anchor--row h2 {
    color: #AD841F; }

.filter__results-alphabet-anchor--row.row, .filter__results-alphabet-anchor--row.padded-row {
  margin-left: 0;
  margin-right: 0; }

.filter--faculty-listing,
.filter--staff-listing {
  width: 100%; }
  .filter--faculty-listing .medium-row-reverse,
  .filter--staff-listing .medium-row-reverse {
    margin: 0; }

.filter__form--faculty-listing,
.filter__form--staff-listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .filter__form--faculty-listing .filter__wrap--search,
  .filter__form--faculty-listing .filter__wrap--school,
  .filter__form--faculty-listing .filter__wrap--office,
  .filter__form--staff-listing .filter__wrap--search,
  .filter__form--staff-listing .filter__wrap--school,
  .filter__form--staff-listing .filter__wrap--office {
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
    @media (min-width: 40.0625rem) {
      .filter__form--faculty-listing .filter__wrap--search,
      .filter__form--faculty-listing .filter__wrap--school,
      .filter__form--faculty-listing .filter__wrap--office,
      .filter__form--staff-listing .filter__wrap--search,
      .filter__form--staff-listing .filter__wrap--school,
      .filter__form--staff-listing .filter__wrap--office {
        max-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }
    .filter__form--faculty-listing .filter__wrap--search input, .filter__form--faculty-listing .filter__wrap--search select,
    .filter__form--faculty-listing .filter__wrap--school input,
    .filter__form--faculty-listing .filter__wrap--school select,
    .filter__form--faculty-listing .filter__wrap--office input,
    .filter__form--faculty-listing .filter__wrap--office select,
    .filter__form--staff-listing .filter__wrap--search input,
    .filter__form--staff-listing .filter__wrap--search select,
    .filter__form--staff-listing .filter__wrap--school input,
    .filter__form--staff-listing .filter__wrap--school select,
    .filter__form--staff-listing .filter__wrap--office input,
    .filter__form--staff-listing .filter__wrap--office select {
      width: 100%; }
  @media (min-width: 40.0625rem) {
    .filter__form--faculty-listing .filter__wrap--search,
    .filter__form--staff-listing .filter__wrap--search {
      padding-right: 3.75rem; } }
  .filter__form--faculty-listing .filter__wrap,
  .filter__form--staff-listing .filter__wrap {
    display: block;
    margin-bottom: 1.875rem; }
    .filter__form--faculty-listing .filter__wrap label,
    .filter__form--staff-listing .filter__wrap label {
      font-weight: 700;
      line-height: 1;
      width: 100%;
      font-size: 1.125rem;
      display: block; }
      @media (max-width: 40rem) {
        .filter__form--faculty-listing .filter__wrap label,
        .filter__form--staff-listing .filter__wrap label {
          font-size: 0.875rem; } }
    .filter__form--faculty-listing .filter__wrap input,
    .filter__form--staff-listing .filter__wrap input {
      margin-bottom: 0; }
  .filter__form--faculty-listing .filter__buttons,
  .filter__form--staff-listing .filter__buttons {
    max-width: none;
    width: 100%;
    padding-left: 0; }

#form-story-listing {
  margin-bottom: 2.5rem;
  width: 100%; }
  @media (min-width: 40.0625rem) {
    #form-story-listing {
      margin-bottom: 5rem; } }
  #form-story-listing .filter-toggle {
    width: 100%; }
  #form-story-listing .filter__checkbox {
    width: 1rem; }
  #form-story-listing .filter__label--checkbox {
    font-size: 0.875rem; }
  #form-story-listing fieldset {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none; }
  #form-story-listing ul {
    margin: 0;
    padding: 0;
    line-height: 1.0625rem; }
  #form-story-listing .filter__button--submit {
    background-color: #AD841F; }
  #form-story-listing li {
    list-style: none;
    margin-bottom: 0.8125rem; }
    #form-story-listing li:first-child {
      width: 100%;
      margin-bottom: 1.625rem;
      padding-bottom: 1.625rem;
      border-bottom: 0.0625rem solid #D3D3D3; }
  #form-story-listing .filter-toggle__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  #form-story-listing .filter__buttons--story-listing {
    margin-bottom: 0.5rem;
    width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding: 0; }
  #form-story-listing .filter__wrap--story-type {
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin-bottom: 1.5625rem; }
    @media (min-width: 40.0625rem) {
      #form-story-listing .filter__wrap--story-type {
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
        padding-right: 1.25rem;
        margin-bottom: 0; } }
  #form-story-listing .filter__wrap--story-topic {
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
    @media (min-width: 40.0625rem) {
      #form-story-listing .filter__wrap--story-topic {
        max-width: 66.66666%;
        -ms-flex: 0 0 66.66666%;
            flex: 0 0 66.66666%;
        padding-left: 1.25rem; } }
    @media (min-width: 40.0625rem) {
      #form-story-listing .filter__wrap--story-topic li:not(:first-child) {
        width: 100%;
        max-width: 18.75rem;
        display: inline-block;
        margin-right: 1.25rem; } }

.filter-toggle__content {
  display: none; }

.filter-toggle--open .filter-toggle__button:after {
  content: "\f106"; }

.filter-toggle--open .filter-toggle__content {
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 48rem) {
  .filter__alphabet--undergrad-listing {
    margin-bottom: 1.25rem; } }

.filter--undergrad-listing,
.filter--grad-listing {
  width: 100%; }
  .filter--undergrad-listing .filter__wrap,
  .filter--grad-listing .filter__wrap {
    width: 100%; }
  .filter--undergrad-listing .filter-toggle__content,
  .filter--grad-listing .filter-toggle__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .filter--undergrad-listing .filter__form--undergrad-listing .filter-toggle,
  .filter--undergrad-listing .filter__form--grad-listing .filter-toggle,
  .filter--grad-listing .filter__form--undergrad-listing .filter-toggle,
  .filter--grad-listing .filter__form--grad-listing .filter-toggle {
    width: 100%; }
  .filter--undergrad-listing .filter__form--undergrad-listing .filter__checkbox,
  .filter--undergrad-listing .filter__form--grad-listing .filter__checkbox,
  .filter--grad-listing .filter__form--undergrad-listing .filter__checkbox,
  .filter--grad-listing .filter__form--grad-listing .filter__checkbox {
    width: 1rem; }
  .filter--undergrad-listing .filter__form--undergrad-listing .filter__label--checkbox,
  .filter--undergrad-listing .filter__form--grad-listing .filter__label--checkbox,
  .filter--grad-listing .filter__form--undergrad-listing .filter__label--checkbox,
  .filter--grad-listing .filter__form--grad-listing .filter__label--checkbox {
    font-size: 0.875rem; }
  .filter--undergrad-listing .filter__form--undergrad-listing fieldset,
  .filter--undergrad-listing .filter__form--grad-listing fieldset,
  .filter--grad-listing .filter__form--undergrad-listing fieldset,
  .filter--grad-listing .filter__form--grad-listing fieldset {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none; }
  .filter--undergrad-listing .filter__form--undergrad-listing ul,
  .filter--undergrad-listing .filter__form--grad-listing ul,
  .filter--grad-listing .filter__form--undergrad-listing ul,
  .filter--grad-listing .filter__form--grad-listing ul {
    margin: 0;
    padding: 0;
    line-height: 1.0625rem; }
  .filter--undergrad-listing .filter__form--undergrad-listing .filter__button--submit,
  .filter--undergrad-listing .filter__form--grad-listing .filter__button--submit,
  .filter--grad-listing .filter__form--undergrad-listing .filter__button--submit,
  .filter--grad-listing .filter__form--grad-listing .filter__button--submit {
    background-color: #AD841F; }
  .filter--undergrad-listing .filter__form--undergrad-listing li,
  .filter--undergrad-listing .filter__form--grad-listing li,
  .filter--grad-listing .filter__form--undergrad-listing li,
  .filter--grad-listing .filter__form--grad-listing li {
    list-style: none;
    margin-bottom: 0.8125rem; }
    .filter--undergrad-listing .filter__form--undergrad-listing li:first-child,
    .filter--undergrad-listing .filter__form--grad-listing li:first-child,
    .filter--grad-listing .filter__form--undergrad-listing li:first-child,
    .filter--grad-listing .filter__form--grad-listing li:first-child {
      width: 100%;
      margin-bottom: 1.625rem;
      padding-bottom: 1.625rem;
      border-bottom: 0.0625rem solid #D3D3D3; }
  .filter--undergrad-listing .filter__form--undergrad-listing .filter__buttons,
  .filter--undergrad-listing .filter__form--undergrad-listing .filter__wrap--school,
  .filter--undergrad-listing .filter__form--grad-listing .filter__buttons,
  .filter--undergrad-listing .filter__form--grad-listing .filter__wrap--school,
  .filter--grad-listing .filter__form--undergrad-listing .filter__buttons,
  .filter--grad-listing .filter__form--undergrad-listing .filter__wrap--school,
  .filter--grad-listing .filter__form--grad-listing .filter__buttons,
  .filter--grad-listing .filter__form--grad-listing .filter__wrap--school {
    width: 100%;
    max-width: 100%;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
  .filter--undergrad-listing .filter__form--undergrad-listing .filter__buttons,
  .filter--undergrad-listing .filter__form--grad-listing .filter__buttons,
  .filter--grad-listing .filter__form--undergrad-listing .filter__buttons,
  .filter--grad-listing .filter__form--grad-listing .filter__buttons {
    padding-left: 0;
    margin-top: 0.625rem;
    margin-bottom: 0.9375rem; }
  .filter--undergrad-listing .filter__form--undergrad-listing .filter__wrap--school,
  .filter--undergrad-listing .filter__form--grad-listing .filter__wrap--school,
  .filter--grad-listing .filter__form--undergrad-listing .filter__wrap--school,
  .filter--grad-listing .filter__form--grad-listing .filter__wrap--school {
    max-width: 47.5rem;
    padding-bottom: 1.25rem; }
    @media (min-width: 40.0625rem) {
      .filter--undergrad-listing .filter__form--undergrad-listing .filter__wrap--school li:not(:first-child),
      .filter--undergrad-listing .filter__form--grad-listing .filter__wrap--school li:not(:first-child),
      .filter--grad-listing .filter__form--undergrad-listing .filter__wrap--school li:not(:first-child),
      .filter--grad-listing .filter__form--grad-listing .filter__wrap--school li:not(:first-child) {
        width: 100%;
        max-width: 21.875rem;
        display: inline-block;
        margin-right: 1.25rem; } }

/*
--------------------
OBJECT FIT POLYFILL
--------------------
*/
.compat-object-fit {
  background-size: cover;
  background-position: center center; }
  .compat-object-fit img {
    opacity: 0; }

/* ----------------------------
  OHO STAT BLOCK
------------------------------- */
.section--stat-block {
  text-align: center; }
  .section--stat-block .section__lead-in__sub-title {
    font-weight: 100;
    font-family: "proxima-nova", sans-serif; }

.oho-stat-block {
  padding: 20px 0 50px;
  text-align: center;
  width: 100%;
  float: left;
  /*
  .slick-slide {
    padding: 0 45px;
    
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      padding: 0 20px;
    }
    
    @media screen and (max-width: 39.9375em) {
      padding: 0 25px;
    }
    
  }
  
  .slick-list {
    padding: 0px !important; // overwrite slick js assigned styles
    margin: 0 50px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    
    @media screen and (max-width: 39.9375em) {
      border: none;
    }
    
    h2 {
      display: none;
    }
    
    .slick-slide {
      min-height: 160px;
    }
    
  }
  
  .slick-center {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    
    @media screen and (max-width: 39.9375em) {
      border: none;
    }
    
  }
  
  .slick-track .slick-active:first-child{
    background-color: blue;
  }
  
  .field-name-field-hc-statistic-link a {
    margin-top: 20px;
    background-position: 93% center;
    transition: .2s all ease;
    margin-top: 20px;
    font-size: 12px;
    padding: 8px 45px 8px 35px;
    background-color: #333333;
    color: white;
    text-transform: uppercase;
    background-image: url(../img/btn-arrow-white.png);
    background-repeat: no-repeat;  
    display: inline-block;
    
    &:hover{
      transition: .2s all ease;
      background-position: 95%;
    }
  }
 
 .slick-prev {
   left: -8px;
   @media screen {
     left: 8px;
   } 
 }
 
 .slick-next {
    right: -8px;
    
    @media screen {
     right: 8px;
    }
  }
*/ }
  @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; }

/*
---------------
CHECKERBOARD
---------------
*/
.section--basic-page--checkerboard .checkerboard {
  margin-bottom: 1.25rem; }

.checkerboard {
  position: relative;
  overflow: hidden; }
  @media (min-width: 48.0625rem) {
    .checkerboard:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      left: 40%;
      width: 200vh;
      top: 0;
      background: #F4F4F4;
      height: 100%; } }
  .checkerboard .small-12:not(.checkerboard__content-column) {
    min-height: 50vh; }
    @media (max-width: 48rem) {
      .checkerboard .small-12:not(.checkerboard__content-column) {
        min-height: 0;
        max-width: 100%;
        width: 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; } }
  @media (max-width: 40rem) {
    .checkerboard p {
      font-size: 1rem; } }
  .checkerboard .row, .checkerboard .padded-row {
    -ms-flex-align: center;
        align-items: center;
    max-width: 100rem;
    position: relative; }
  .checkerboard__img-column, .checkerboard__content-column {
    position: relative;
    z-index: 2; }
  .checkerboard img {
    max-width: none;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media (min-width: 48.0625rem) {
      .checkerboard img {
        position: absolute; } }
  .checkerboard__content-column {
    max-width: 37.5rem;
    padding: 1.875rem 1.25rem;
    background: #F4F4F4; }
    @media (min-width: 48.0625rem) {
      .checkerboard__content-column {
        padding: 0 1.25rem 0 3.75rem; } }
  .checkerboard .btn {
    margin-top: 1.25rem; }
  .checkerboard p:last-child {
    margin-bottom: 0; }
  @media (max-width: 48rem) {
    .checkerboard h2 {
      font-size: 1.25rem;
      color: #000; } }
  .checkerboard h2, .checkerboard p {
    display: block;
    width: 100%; }
  .checkerboard p {
    font-family: "proxima-nova", sans-serif;
    line-height: 1.55; }
  .checkerboard:nth-child(even):after {
    left: auto;
    right: 40%; }
  @media (min-width: 48.0625rem) {
    .checkerboard:nth-child(even) .row, .checkerboard:nth-child(even) .padded-row {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
  @media (min-width: 48.0625rem) {
    .checkerboard:nth-child(even) .checkerboard__content-column {
      padding-right: 3.75rem;
      padding-left: 1.875rem; } }

.checkerboard--alternate-overlap:after {
  display: none; }

.checkerboard--alternate-overlap .row, .checkerboard--alternate-overlap .padded-row {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.checkerboard--alternate-overlap:nth-child(odd) {
  right: auto;
  left: auto; }

.checkerboard--alternate-overlap .btn {
  margin-bottom: 0; }

.checkerboard--alternate-overlap .compat-object-fit-container {
  min-height: 25rem; }

@media (min-width: 48.0625rem) {
  .checkerboard--alternate-overlap__img-column {
    max-width: calc(100% - 415px);
    width: 100%;
    -ms-flex: 1 1 calc(100% - 415px);
        flex: 1 1 calc(100% - 415px);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; } }

.checkerboard--alternate-overlap__content-column {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  padding: 0 1.875rem; }
  @media (min-width: 48.0625rem) {
    .checkerboard--alternate-overlap__content-column {
      max-width: 25.9375rem;
      width: 100%;
      -ms-flex: 1 1 415px;
          flex: 1 1 415px;
      padding: 4.6875rem 0; } }

.checkerboard--alternate-overlap__content-column__color-extend {
  z-index: 3;
  position: relative;
  background: #fff;
  padding: 1.625rem 1.875rem;
  transform: translateY(-30px); }
  @media (min-width: 48.0625rem) {
    .checkerboard--alternate-overlap__content-column__color-extend {
      transform: translateX(-60px);
      padding: 3.75rem 1.25rem 3.75rem 3.75rem; } }

@media (max-width: 50.25rem) {
  .section--basic-page .checkerboard:not(:last-child) {
    margin-bottom: 1.25rem; } }

.section--basic-page .checkerboard p:last-child,
.section--basic-page .checkerboard p .btn:last-child {
  margin-bottom: 0; }

.section--basic-page .checkerboard p .btn {
  margin: 0; }

.section--basic-page .checkerboard:after {
  display: none; }

.section--basic-page .checkerboard .row, .section--basic-page .checkerboard .padded-row {
  background: #F4F4F4;
  margin: 0;
  -ms-flex-align: stretch;
      align-items: stretch; }

.section--basic-page .checkerboard__img-column {
  min-height: 0;
  max-width: none;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  width: 100%; }
  @media (min-width: 50.3125rem) {
    .section--basic-page .checkerboard__img-column {
      max-width: 20rem;
      width: 100%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%; } }
  .section--basic-page .checkerboard__img-column img {
    position: relative; }
    @media (min-width: 52.8125rem) {
      .section--basic-page .checkerboard__img-column img {
        position: absolute; } }

.section--basic-page .checkerboard .small-12 {
  min-height: 0; }

.section--basic-page .checkerboard:nth-child(odd) .checkerboard__content-column,
.section--basic-page .checkerboard .checkerboard__content-column {
  padding: 2.5rem 1.25rem;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: none; }
  @media (min-width: 50.3125rem) {
    .section--basic-page .checkerboard:nth-child(odd) .checkerboard__content-column,
    .section--basic-page .checkerboard .checkerboard__content-column {
      padding: 2.5rem;
      -ms-flex: 1 1 calc(100% - 320px);
          flex: 1 1 calc(100% - 320px);
      max-width: calc(100% - 320px); } }

.tooltip-box {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .3s ease, transform .3s ease;
  z-index: 10;
  max-width: 18.75rem; }

.tooltip-box--active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }

.tooltip-box__container {
  border: 1px solid #581483;
  border-top: 20px solid #581483;
  position: relative; }
  .tooltip-box__container i {
    position: absolute;
    color: #fff;
    right: 4px;
    top: -19px;
    cursor: pointer; }
  .tooltip-box__container .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: #581483; }

#back-to-top {
  width: 100%;
  text-align: center;
  margin-bottom: 45px; }
  #back-to-top a:hover {
    text-decoration: none; }
  #back-to-top span {
    display: block; }

.has-tooltip-box {
  color: #000; }

/*
--------------------
ACCORDION DROPDOWN
--------------------
*/
.accordion-drop-down {
  margin-bottom: 1.25rem;
  clear: both; }

.accordion-drop-down__toggle {
  padding: 0;
  border: none;
  box-shadow: none;
  display: block;
  width: 100%;
  text-align: left; }

.accordion-drop-down__toggle h3 {
  margin: 0;
  background: #9162AF;
  color: #fff;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  padding: 0.6875rem 2.5rem 0.625rem 1.25rem;
  transition: background .4s ease; }
  .accordion-drop-down__toggle h3:after {
    content: url("../img/accordion-plus.svg");
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1.3125rem;
    width: 1.25rem;
    right: 1.25rem;
    margin: auto;
    display: block;
    line-height: 0; }

.accordion-drop-down__toggle:hover h3 {
  background: #581483; }
  .accordion-drop-down__toggle:hover h3:after {
    color: #6f737d; }

.accordion-drop-down__toggled-content {
  padding: 1.25rem;
  background: #fff;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.5;
  display: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }
  .accordion-drop-down__toggled-content::before, .accordion-drop-down__toggled-content::after {
    content: ' ';
    display: table; }
  .accordion-drop-down__toggled-content::after {
    clear: both; }
  .accordion-drop-down__toggled-content a {
    font-family: "proxima-nova", sans-serif; }

.accordion-drop-down__toggle--active h3:after {
  content: url("../img/accordion-minus.svg");
  height: 0.25rem;
  transform: translateY(-5px); }

.accordion-drop-down__toggle--active .accordion-drop-down__toggled-content {
  display: block; }

.section--basic-page .accordion-drop-down__toggled-content {
  background: #F4F4F4;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5); }

/*
-------------------
PAGINATION
-------------------
*/
.pagination,
.filter__pagination {
  padding: 1.875rem 1.25rem 3.75rem;
  text-align: center; }
  @media (min-width: 40.0625rem) {
    .pagination,
    .filter__pagination {
      padding: 3.75rem 1.25rem; } }
  .pagination ul,
  .filter__pagination ul {
    margin: 0;
    padding: 0; }
  .pagination li,
  .filter__pagination li {
    margin-right: 1.25rem;
    list-style-type: none;
    display: inline-block;
    vertical-align: top; }
  .pagination a,
  .filter__pagination a {
    font-family: "proxima-nova", sans-serif;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 1rem; }
    .pagination a:before, .pagination a:after,
    .filter__pagination a:before,
    .filter__pagination a:after {
      font-family: "FontAwesome"; }
  .pagination__numbers,
  .filter__pagination__numbers {
    margin: 0;
    display: inline-block; }

ul.pagination__numbers {
  border-right: 0.0625rem solid #C9CACC;
  border-left: 0.0625rem solid #C9CACC; }

.filter__pagination-numbers--next {
  border-left: 0.0625rem solid #C9CACC;
  padding-left: 1.25rem; }
  .filter__pagination-numbers--next:after {
    content: "\f105";
    margin-left: 0.375rem; }

.filter__pagination-numbers--prev {
  border-right: 0.0625rem solid #C9CACC;
  padding-right: 1.25rem; }
  .filter__pagination-numbers--prev:before {
    content: "\f104";
    margin-right: 0.375rem; }

.filter__pagination-numbers--last {
  padding-left: 1.25rem;
  border-left: 0.0625rem solid #C9CACC; }
  .filter__pagination-numbers--last:after {
    content: "\f101";
    margin-left: 0.625rem; }

.filter__pagination-numbers--first {
  padding-right: 1.25rem;
  border-right: 0.0625rem solid #C9CACC; }
  .filter__pagination-numbers--first:before {
    content: "\f100";
    margin-right: 0.625rem; }

.filter__pagination-numbers--current {
  font-weight: 700; }

/*
--------------------
HERO IMAGE SECTION -- GLOBAL
--------------------
*/
.hero .featured-media__video__item {
  margin: 0; }

@media (min-width: 56.3125rem) {
  .home .home-hero {
    margin-top: -11.3125rem; } }

.home .home-hero .home-hero__background {
  position: fixed; }

.hero,
.home-hero,
.landing-hero {
  min-height: 25rem; }

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

.hero__controls {
  z-index: 3000;
  position: absolute !important;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: none; }
  .hero__controls__control-item {
    padding: 0;
    border: none;
    box-shadow: none;
    background: none;
    height: 3.375rem;
    width: 3.375rem;
    background-position: center;
    display: block;
    position: absolute;
    transition: opacity .4s ease; }
  .hero__controls__control-item--play {
    background: url("../img/play.svg");
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 3; }
    .hero__controls__control-item--play.pause {
      opacity: 0;
      z-index: 1; }
  .hero__controls__control-item--pause {
    opacity: 0;
    height: 2.5rem;
    width: 2.5rem;
    background: rgba(0, 0, 0, 0.73);
    color: #fff;
    bottom: 1.25rem;
    left: 1.25rem;
    z-index: 2; }
    .hero__controls__control-item--pause.play {
      opacity: 1; }

.hero:hover .hero__controls__control-item--pause.play {
  opacity: 1; }

.landing-hero {
  max-height: 50vh; }

.featured-media__video {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  position: relative; }
  .featured-media__video .featured-media__caption {
    display: block;
    margin-top: 0.5625rem; }
  .featured-media__video #iframe_bgndVideo {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important; }
  .featured-media__video .featured-media__video__item {
    margin: 0; }

.mb_YTPBar,
.mb_YTPBar span.mb_YTPUrl a {
  color: #fff; }

@font-face {
  font-family: ytpregular;
  src: url(font/ytp-regular.eot); }

@font-face {
  font-family: ytpregular;
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format("woff"), url(font/ytp-regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

.mb_YTPlayer:focus {
  outline: 0; }

.mbYTP_wrapper {
  display: block;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  animation: fade .1s infinite alternate; }

@keyframes fade {
  0% {
    opacity: .5; }
  100% {
    opacity: 1; } }

.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
  opacity: 1 !important; }

.mbYTP_wrapper iframe {
  max-width: 4000px !important; }

.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5); }

.inline_YTPlayer img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important; }

.mb_YTPBar,
.mb_YTPBar .buttonBar {
  box-sizing: border-box;
  left: 0;
  padding: 5px;
  width: 100%; }

.mb_YTPBar .ytpicon {
  font-size: 20px;
  font-family: ytpregular; }

.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px; }

.mb_YTPBar {
  transition: opacity .5s;
  display: block;
  height: 10px;
  background: #333;
  position: fixed;
  bottom: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  opacity: .1; }

.mb_YTPBar.visible,
.mb_YTPBar:hover {
  opacity: 1; }

.mb_YTPBar .buttonBar {
  transition: all .5s;
  background: 0 0;
  font: 12px/14px Calibri;
  position: absolute;
  top: -30px;
  height: 40px; }

.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4); }

.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px Calibri, sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle; }

.mb_YTPBar span.mb_YTPTime {
  width: 130px; }

.mb_YTPBar span.mb_OnlyYT,
.mb_YTPBar span.mb_YTPUrl {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer; }

.mb_YTPBar span.mb_YTPUrl img {
  width: 60px; }

.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto; }

.mb_YTPBar span.mb_OnlyYT img {
  width: 25px; }

.mb_YTPBar .mb_YTPMuteUnmute,
.mb_YTPBar .mb_YTPPlaypause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
  cursor: pointer; }

.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0; }

.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0; }

.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px; }

.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box; }

.YTPOverlay.raster {
  background: url(images/raster.png); }

.YTPOverlay.raster.retina {
  background: url(images/raster@2x.png); }

.YTPOverlay.raster-dot {
  background: url(images/raster_dot.png); }

.YTPOverlay.raster-dot.retina {
  background: url(images/raster_dot@2x.png); }

.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px; }

.mb_YTPBar.compact .simpleSlider {
  width: 40px; }

.mb_YTPBar .simpleSlider.muted {
  opacity: .3; }

.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box; }

.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0; }

.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%; }

.landing-hero {
  position: relative;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  max-height: none;
  height: 47vh;
  overflow: hidden;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 64.0625rem) {
    .landing-hero {
      height: 60vh; } }
  .landing-hero .featured-media__video {
    margin: 0; }
  .landing-hero .mbYTP_wrapper {
    z-index: 2 !important;
    position: fixed; }
  .landing-hero .featured-media__caption {
    bottom: 0;
    right: 0;
    border: none;
    margin: 0;
    padding: 0 1.25rem;
    z-index: 2;
    display: block;
    position: relative; }
    @media (min-width: 40.0625rem) {
      .landing-hero .featured-media__caption {
        max-width: 32.5rem;
        position: absolute;
        padding: 0;
        transform: none; } }
  .landing-hero p {
    padding: 1.0625rem 2.1875rem 0.8125rem 1.25rem;
    background: rgba(255, 255, 255, 0.85);
    font-size: 0.8125rem;
    line-height: 1.55;
    margin-bottom: 0; }
    @media (min-width: 40.0625rem) {
      .landing-hero p {
        padding: 1.0625rem 3.4375rem 0.8125rem 1.25rem; } }
    .landing-hero p:after {
      content: "\f05a";
      position: absolute;
      right: 1.875rem;
      font-size: 1.25rem;
      height: 1.5rem;
      bottom: 0;
      top: 0;
      margin: auto;
      color: #AD841F;
      font-family: "FontAwesome";
      line-height: 1; }
      @media (min-width: 40.0625rem) {
        .landing-hero p:after {
          font-size: 1.5rem;
          right: 1.25rem; } }
  .landing-hero .featured-media__figure {
    min-height: 67vh;
    display: block; }
  .landing-hero img {
    object-fit: cover;
    display: block;
    height: 47vh;
    object-position: 50% 0;
    min-height: 25rem; }
    @media (min-width: 64.0625rem) {
      .landing-hero img {
        height: 60vh; } }

.no-touchevents .landing-hero .featured-media__figure {
  position: absolute; }

.hero--click {
  height: auto;
  min-height: 0; }
  .hero--click iframe {
    height: 100% !important;
    margin-top: 0 !important; }
  .hero--click .featured-media__figure {
    position: absolute;
    min-height: 0;
    height: 100%;
    width: 100%; }

/*
-----------------
CTA FEATURE BOX
-----------------
*/
.section--cta-feature-box {
  margin-bottom: 0; }

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

/*
.scroll-to-play-timeline {
  min-height: 20000px;
}
*/
.video-container .scroll-to-play-video {
  position: fixed;
  top: 0;
  object-fit: cover;
  height: 100%; }

.scroll-to-play__title {
  font-size: 80px;
  text-align: center;
  margin: auto;
  width: 100%;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(0, 44, 94, 0.8);
  background-image: url("/assets/img/seal.png");
  background-position: center 37vh;
  background-repeat: no-repeat;
  padding: 50px;
  padding-top: 45vh;
  position: absolute; }

.scroll-to-play__info-box {
  margin-top: 300px;
  max-width: 33%;
  color: #fff;
  padding: 50px;
  position: fixed;
  z-index: 20;
  top: 0;
  opacity: 0;
  transition: transform .5s ease, opacity .8s ease;
  background: rgba(0, 44, 94, 0.8); }
  .scroll-to-play__info-box h2 {
    margin-bottom: 10px;
    color: #fff; }
  .scroll-to-play__info-box p {
    font-family: "Noto Serif", serif; }
  .scroll-to-play__info-box a {
    background: #fff;
    color: #002c5e;
    clear: both;
    display: block;
    text-align: center;
    margin-bottom: 0; }
    .scroll-to-play__info-box a + a {
      margin-top: 20px; }
    .scroll-to-play__info-box a:hover {
      background: rgba(255, 255, 255, 0.8);
      color: #002c5e; }

.scroll-to-play__info-box--from-right {
  transform: translateX(100vw);
  right: 60px; }

.scroll-to-play__info-box--from-left {
  transform: translateX(-100vw);
  left: 60px; }

.scroll-to-play__info-box--from-top {
  transform: translateY(-100vh);
  width: 100%;
  max-width: none;
  background: none;
  margin-top: 40px;
  text-align: center; }
  .scroll-to-play__info-box--from-top a {
    background: #002c5e;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
    font-size: 40px;
    padding: 40px 60px; }
    .scroll-to-play__info-box--from-top a + a {
      margin-left: 20px; }
    .scroll-to-play__info-box--from-top a:hover {
      background: rgba(255, 255, 255, 0.8);
      color: #002c5e; }

.scroll-to-play__info-box.active {
  transform: none;
  opacity: 1; }

.scroll-to-play-content-block {
  background: #fff;
  z-index: 21;
  position: relative; }

.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: 2.5rem; }
  @media (max-width: 40rem) {
    .sidebar .section-menu {
      display: none;
      margin-top: 0.3125rem; } }
  .sidebar ul {
    margin: 0;
    padding: 0; }
  .sidebar li {
    padding: 0;
    list-style: none;
    position: relative; }
  .sidebar .menu-item-has-children > a {
    padding-right: 2.8125rem; }
  .sidebar a {
    position: relative;
    font-size: 1rem;
    padding: 1.0625rem 1.25rem 0.8125rem;
    line-height: 1.5;
    color: #525252;
    font-weight: 600;
    display: block; }
  .sidebar nav > ul > li.menu-item-has-children > a {
    padding-right: 3.4375rem; }
  .sidebar nav > ul > li.menu-item-has-children .menu-item-expand {
    border: none;
    background: #eee;
    box-shadow: none;
    padding: 0;
    position: absolute;
    top: 0.4375rem;
    right: 0.4375rem;
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    z-index: 2; }
    .sidebar nav > ul > li.menu-item-has-children .menu-item-expand:after {
      height: 100%;
      width: 100%;
      content: "";
      background-image: url(../img/accordion-plus-dark.svg);
      display: block;
      line-height: 0;
      background-repeat: no-repeat;
      background-size: 1.375rem;
      background-position: center center; }
    .sidebar nav > ul > li.menu-item-has-children .menu-item-expand--active:after {
      background-image: url(../img/accordion-minus-dark.svg); }
  .sidebar nav > ul > li.menu-item-has-children.current-menu-item > .menu-item-expand,
  .sidebar nav > ul > li.menu-item-has-children.current-page-ancestor > .menu-item-expand {
    background: #9162af; }
    .sidebar nav > ul > li.menu-item-has-children.current-menu-item > .menu-item-expand:after,
    .sidebar nav > ul > li.menu-item-has-children.current-page-ancestor > .menu-item-expand:after {
      background-image: url(../img/accordion-plus-white.svg); }
    .sidebar nav > ul > li.menu-item-has-children.current-menu-item > .menu-item-expand--active:after,
    .sidebar nav > ul > li.menu-item-has-children.current-page-ancestor > .menu-item-expand--active:after {
      background-image: url(../img/accordion-minus-white.svg); }
  .sidebar nav > ul > li.menu-item-has-children .menu-item-expand--active + .sub-menu {
    display: block; }
  .sidebar nav > ul > li .sub-menu {
    display: none; }
  .sidebar nav > ul > li.current-menu-ancestor .menu-item-expand--active + .sub-menu {
    display: block; }
  .sidebar nav > ul > li.current_page_item > a,
  .sidebar nav > ul > li.current-page-ancestor > a {
    background: #581483;
    color: #fff;
    font-weight: 800; }
  .sidebar nav > ul > li > ul,
  .sidebar nav > ul > li > ul > li > ul {
    padding-left: 1.125rem; }
    .sidebar nav > ul > li > ul .current_page_item > a,
    .sidebar nav > ul > li > ul > li > ul .current_page_item > a {
      color: #581483; }
  .sidebar nav > ul > li > ul > li > a,
  .sidebar nav > ul > li > ul > li > ul > li > a {
    border-left: 0.125rem solid #D3D3D3; }
  .sidebar nav > ul > li > ul > li.current_page_item > a,
  .sidebar nav > ul > li > ul > li > ul > li.current_page_item > a {
    border-color: #581483; }

.more-in-this-section {
  border: none;
  box-shadow: none;
  text-align: left;
  padding: 0.9375rem 3.125rem 0.8125rem 1.25rem;
  border-top: 0.0625rem solid #581483;
  text-transform: uppercase;
  background: #F4F4F4;
  position: relative;
  cursor: pointer;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 700;
  width: 100%; }
  @media (min-width: 40.0625rem) {
    .more-in-this-section {
      display: none; } }
  .more-in-this-section:after {
    content: url(../img/accordion-plus.svg);
    line-height: 0;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.25rem;
    width: 1.875rem;
    right: 0.625rem;
    line-height: 1; }

.more-in-this-section--active:after {
  content: url(../img/accordion-minus.svg); }

/*
-----------------------
HORIZONTAL FEATURE BOX
-----------------------
*/
.section--horizontal-feature-box {
  font-family: "proxima-nova", 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); } }

.links--important {
  /*
  ul {
    @include list-not-wysiwyg;
  }
*/ }
  .links--important li,
  .links--important li a {
    font-size: rem(16);
    line-height: 1;
    margin-bottom: 1rem; }
  .links--important h3 button {
    display: block;
    font-size: rem(16);
    position: relative;
    background: none;
    border: none;
    font-weight: 700;
    outline: none;
    color: #000;
    padding: 0;
    text-align: left; }
  .links--important li a {
    color: red; }
    .links--important li a:hover {
      color: #000; }
  .links--important p {
    text-align: center;
    margin: 0; }
    .links--important p .btn {
      margin: 0 auto; }

@media screen and (max-width: 39.99em) {
  .links--important__container {
    margin: 0 1rem;
    width: calc(100% - 2rem); }
  .links--important__section {
    margin-bottom: 1.5rem; }
    .links--important__section h3 {
      margin-bottom: 0; }
      .links--important__section h3 button {
        display: block;
        background: DarkRed;
        color: #fff;
        padding: 1rem 2rem;
        margin-bottom: 0;
        position: relative;
        width: 100%;
        text-align: left; }
        .links--important__section h3 button:hover {
          color: PapayaWhip; }
        .links--important__section h3 button:before {
          content: "";
          display: block;
          background-color: DarkRed;
          height: 1px;
          width: calc(100% - 3rem);
          position: absolute;
          bottom: 0;
          left: 1.5rem; }
        .links--important__section h3 button:after {
          content: "\f107";
          font-family: "FontAwesome";
          font-weight: normal;
          font-size: 1.5rem;
          position: absolute;
          right: 1.5rem;
          top: 1rem;
          transition: all 1s ease; }
    .links--important__section div {
      display: none;
      background: #fff;
      padding: 1rem 2rem 0.5rem; }
  .links--important__section.engaged h3 button {
    background: #fff;
    color: DarkRed; }
    .links--important__section.engaged h3 button:before {
      content: "";
      display: block;
      background-color: #000;
      height: 1px;
      width: calc(100% - 3rem);
      position: absolute;
      bottom: 0.25rem;
      left: 1.5rem; }
    .links--important__section.engaged h3 button:after {
      transform: rotateX(180deg); } }

@media screen and (min-width: 40em) {
  .links--important__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .links--important__section {
    border-left: 1px solid #000;
    padding-left: 1rem;
    margin-right: 2rem;
    margin-bottom: 3rem;
    width: 21%;
    min-width: 11rem; }
    .links--important__section h3 button {
      pointer-events: none; }
    .links--important__section div {
      display: block !important; }
  .links--important li:last-child,
  .links--important li:last-child a {
    margin-bottom: 0; } }

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

.tabs__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: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -ms-flex-pack: center;
        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: -ms-flexbox !important;
      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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        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::before, .tabs::after {
  content: ' ';
  display: table; }

.tabs::after {
  clear: both; }

.tabs__tablist {
  text-align: center;
  margin-bottom: calc(3rem - 17px); }
  .tabs__tablist li {
    display: inline-block;
    margin: 0 0.5rem; }
    @media screen and (max-width: 42.99em) {
      .tabs__tablist li {
        display: block; } }
  .tabs__tablist button {
    display: block;
    position: relative;
    padding: 0 1.5rem 0.5rem;
    background: none;
    border: none;
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    outline: none; }
    @media screen and (max-width: 42.99em) {
      .tabs__tablist button {
        margin: 0 auto 0.25rem; } }
    .tabs__tablist button:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #999;
      visibility: hidden;
      transform: scaleX(0);
      transition: all 0.3s ease-in-out 0s;
      z-index: 1; }
      @media screen and (max-width: 42.99em) {
        .tabs__tablist button:after {
          width: 5rem;
          left: calc(50% - 2.5rem);
          bottom: 5px; } }
    .tabs__tablist button:hover:after {
      visibility: visible;
      transform: scaleX(1); }
    .tabs__tablist button[aria-selected="true"] {
      color: #000; }
    .tabs__tablist button[aria-selected="true"]:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #000;
      z-index: 2; }
      @media screen and (max-width: 42.99em) {
        .tabs__tablist button[aria-selected="true"]:before {
          width: 5rem;
          left: calc(50% - 2.5rem);
          bottom: 5px; } }

.tabs__tab[aria-hidden="true"] {
  display: none; }

.section--more {
  margin-bottom: 0; }
  .section--basic__title + .section--more {
    margin-top: -40px; }

.section--more .padded-row div {
  border: 0 solid #999;
  border-width: 4px 0;
  padding: 30px 0;
  margin-bottom: 72px; }
  .section--more .padded-row div::before, .section--more .padded-row div::after {
    content: ' ';
    display: table; }
  .section--more .padded-row div::after {
    clear: both; }
  .section--more .padded-row div h3 {
    margin-bottom: 30px; }
  .section--more .padded-row div ul {
    list-style: none;
    padding-left: 0; }

@media (min-width: 680px) {
  .child-links__item {
    width: 49.8%;
    float: left;
    padding-right: 1em; }
    .child-links__item:nth-child(2n+1) {
      clear: left; } }

@media (min-width: 920px) {
  .child-links__item {
    width: 24.8%;
    float: left;
    padding-right: 1em; }
    .child-links__item:nth-child(2n+1) {
      clear: none; }
    .child-links__item:nth-child(4n+1) {
      clear: left; } }

.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: -ms-flexbox;
    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: -ms-flexbox;
    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: "Noto Serif", 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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      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;
  -ms-flex: 0 auto;
      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;
  -ms-flex: 0 auto;
      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: rem(600);
  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: rem(100000); }
  .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); }

/*
----------------
PROGRAMS
----------------
*/
/*
// HOMEPAGE PROGRAM FINDER LINK SECTION
.section--program-finder {
	background-color: #fff;
	@media(max-width: rem-calc(860)) {
		border-bottom: rem-calc(10) solid #fbf2dd;
	}
	.row {
		padding: rem-calc(0 30);
		align-items: center;
	}
	.columns {
		flex: 1 1 100%;
		max-width: 100%;
		padding: 0;
		@media(min-width: rem-calc(861)) {
			padding: rem-calc(0 50);
			flex: 1 1 calc(100% - 598px);
			max-width: calc(100% - 598px);
		}
	}
	.heading-column {
		@media(min-width: rem-calc(861)) {
			flex: 1 1 598px;
			max-width: 598px;
		}
	}
}
.section--program-finder__heading {
	font-size: rem-calc(24);
	line-height: 1.6;
	color: #000;
	font-weight: $semibold;
	text-transform: uppercase;
	@media(min-width: rem-calc(641)) {
		font-size: rem-calc(48);
		line-height: 1.18;
	}
	&:after {
		@media(max-width: rem-calc(860)) {
			content: "";
			height: rem-calc(1);
			position: relative;
			display: block;
			width: 100%;
			max-width: rem-calc(103);
			background-color: #ccc;
			margin-top: rem-calc(12);
		}
		@media(max-width: rem-calc(640)) {
			margin-top: rem-calc(10);
			margin-bottom: rem-calc(12);
		}
	}
	em {
		color: $dusty-purple;
		font-style: normal;
	}
}
.section--program-finder__links {
	@media(min-width: rem-calc(861)) {
		border-top: 0;
		padding-top: 0;
		border-left: rem-calc(1) solid #ccc;
	}
	span, a {
		display: block;
		font-size: rem-calc(18);
		line-height: 1.6;
		color: $primary-gold;
		font-family: $sans-serif;
		font-weight: $light;;
		@media(min-width: rem-calc(641)) {
			font-size: rem-calc(32);
		}
		&:hover {
			text-decoration: none;
		}
	}
	.flaticon {
		display: flex;
		align-items: center;
		@media(min-width: rem-calc(861)) {
			position: relative;			
		}
		&:after {
			transition: transform .3s ease-out;
			padding-left: rem-calc(20);
			color: $primary-purple;
			@media(max-width: rem-calc(860)) {
				display: none;
			}
		}
		&:before {
			@media(max-width: rem-calc(860)) {
				content: url("../img/long-arrow.svg");
				left: 0;
		    position: absolute;
		    transform: translateY(-10px);
			}			
			@media(max-width: rem-calc(641)) {
		    transform: translateY(-3px);
			}
		}
	}
	span:hover {
		&:after {
			transform: translateX(10px);
		}
	}
}

// ------------------------ PROGRAMS LINKS ON LANDING PAGE
.section--program-links {
	background-color: $dark-gray;
	h2, p, a {
		color: #fff;
		font-family: $sans-serif;
	}
	h2 {
		margin-bottom: rem-calc(20);
	}
	ul {
		padding: 0;
	}
	a {
		font-weight: $bold;
		line-height: 1.5;
		padding: rem-calc(10 0);
		border-bottom: rem-calc(1) solid $soft-yellow;
		display: block;
	}
	.intro-text {
		max-width: rem-calc(860);
	}
}
*/
/*
---------------
HSU DIFFERENCE
---------------
*/
.section--home-differentiator {
  background: #fff;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  background-color: #581483;
  text-align: center; }
  @media (max-width: 40rem) {
    .section--home-differentiator {
      border-top: 0.625rem solid #9162AF; } }
  .section--home-differentiator .small-12 {
    position: relative; }
  .section--home-differentiator h2, .section--home-differentiator a {
    color: #fff; }
  .section--home-differentiator a {
    display: inline-block;
    font-size: 0.875rem;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    padding: 0.75rem 1.25rem 0.625rem;
    background-color: #9162AF;
    font-weight: 600;
    border-radius: 18px;
    transition: .4s background-color ease-out;
    letter-spacing: 0.06875rem;
    line-height: 1.2; }
    @media (min-width: 40.0625rem) {
      .section--home-differentiator a {
        font-size: 1.25rem;
        padding: 1.25rem 2.1875rem 1.125rem; } }
    .section--home-differentiator a:hover {
      text-decoration: none;
      background-color: #9935D8; }
      .section--home-differentiator a:hover:before {
        width: 80%; }
    .section--home-differentiator a:before {
      content: "";
      height: 0.0625rem;
      background: #9162AF;
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 100%;
      z-index: -1;
      transition: .4s width ease-out;
      display: none; }
      @media (min-width: 40.0625rem) {
        .section--home-differentiator a:before {
          display: block; } }

.section--home-differentiator__headline {
  font-size: 2.25rem;
  font-weight: 300;
  letter-spacing: -1.2px;
  margin-bottom: 1.25rem; }
  @media (min-width: 40.0625rem) {
    .section--home-differentiator__headline {
      margin-bottom: 3.125rem;
      font-size: 4.5rem; } }
  .section--home-differentiator__headline em {
    font-size: 1.5rem;
    color: #EFD38E;
    font-style: normal;
    letter-spacing: -.6px;
    font-family: "Noto Serif", serif;
    font-style: italic; }
    @media (min-width: 40.0625rem) {
      .section--home-differentiator__headline em {
        font-size: 3rem; } }

/*
--------------
FLEXBOXES
--------------
*/
.section--flexboxes .row, .section--flexboxes .padded-row {
  padding: 0 1.25rem;
  -ms-flex-pack: center;
      justify-content: center; }

.section--flexboxes p, .section--flexboxes a, .section--flexboxes h3 {
  color: #fff;
  font-family: "proxima-nova", sans-serif; }
  .section--flexboxes p:last-child, .section--flexboxes a:last-child, .section--flexboxes h3:last-child {
    margin-bottom: 0; }

.section--flexboxes h3 {
  font-size: 1.875rem;
  font-weight: 800;
  margin-bottom: 1.125rem; }

.section--flexboxes p {
  font-size: 1.125rem;
  line-height: 1.4; }
  @media (max-width: 40rem) {
    .section--flexboxes p {
      font-size: 1rem; } }

.section--flexboxes .arrow-link-container a {
  margin-top: 0.3125rem;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4; }

.section--flexboxes img {
  max-width: 6.25rem;
  display: block;
  margin-bottom: 1.25rem; }

.section--flexboxes .small-12 {
  padding: 2.8125rem 1.875rem 1.5625rem; }
  @media (min-width: 54.4375rem) {
    .section--flexboxes .small-12 {
      padding: 4.6875rem 3.125rem 2.8125rem; } }
  .section--flexboxes .small-12:first-child {
    background-color: #9162AF; }
  .section--flexboxes .small-12:nth-child(2) {
    background-color: #581483; }
  .section--flexboxes .small-12:last-child {
    background-color: #AD841F; }

.page--landing-page .section--flexboxes {
  background: #581483;
  padding: 1.875rem 0 0; }
  @media (max-width: 40.0625rem) {
    .page--landing-page .section--flexboxes {
      margin-top: -2.5rem; } }
  @media (min-width: 40.0625rem) {
    .page--landing-page .section--flexboxes {
      padding: 4.375rem 0 3.125rem; } }
  .page--landing-page .section--flexboxes h3 {
    font-size: 1.375rem;
    margin-bottom: 0.625rem; }
  .page--landing-page .section--flexboxes .small-12 {
    padding: 0;
    background: none;
    margin-bottom: 1.25rem; }
    @media (min-width: 40.0625rem) {
      .page--landing-page .section--flexboxes .small-12 {
        padding: 0 1.25rem; } }
  .page--landing-page .section--flexboxes img {
    max-width: none;
    width: 100%;
    height: auto; }

/*
--------------
TUITION COSTS
--------------
*/
.tabs__tabs-content > [aria-hidden="true"] {
  display: none; }

.tuition-quote__text {
  margin-bottom: 0; }

.tabs__content .padded-row .section--tuition-tab-intro > .row, .tabs__content .padded-row .section--tuition-tab-intro > .padded-row {
  margin: 0; }

.section--tuition-tab-intro {
  margin: 2.8125rem 0;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.5; }
  @media (min-width: 40.0625rem) {
    .section--tuition-tab-intro {
      margin: 4.6875rem 0; } }
  .section--tuition-tab-intro .section--tuition-tab-intro__text-column {
    width: 100%;
    max-width: none; }
    @media (min-width: 40.0625rem) {
      .section--tuition-tab-intro .section--tuition-tab-intro__text-column {
        width: 100%;
        padding-right: 2.8125rem;
        padding-left: 0;
        max-width: 43.75rem; } }
  .section--tuition-tab-intro .section--tuition-tab-intro__faculty-column {
    width: 100%;
    max-width: none; }
    @media (max-width: 40rem) {
      .section--tuition-tab-intro .section--tuition-tab-intro__faculty-column {
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; } }
    @media (min-width: 40.0625rem) {
      .section--tuition-tab-intro .section--tuition-tab-intro__faculty-column {
        width: 100%;
        max-width: 27.5rem;
        padding-left: 1.5625rem;
        border-left: 0.125rem #B5B5B5 solid;
        padding-right: 0; } }

.tuition-expandables {
  padding-bottom: 1.25rem; }
  @media (min-width: 40.0625rem) {
    .tuition-expandables {
      padding-bottom: 2.5rem; } }
  .tuition-expandables p {
    max-width: 47.5rem; }
  .tuition-expandables table {
    border: none;
    width: 100%;
    max-width: 28.75rem; }
    .tuition-expandables table th, .tuition-expandables table tr, .tuition-expandables table td, .tuition-expandables table tbody {
      border: none; }
  .tuition-expandables .btn {
    margin-bottom: 0; }
  .tuition-expandables tbody td {
    padding: 0.625rem 1.25rem; }
  .tuition-expandables th, .tuition-expandables thead td {
    margin-bottom: 0.625rem;
    background: #F4F4F4;
    font-size: 1rem; }

.section--tuition-quote {
  padding: 0 1.875rem; }

.tuition-quote__attribution {
  color: #AD841F;
  font-size: 1.875rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 1.25rem;
  margin-bottom: 0.3125rem; }
  .tuition-quote__attribution:before {
    content: "\2014";
    margin-right: 0.625rem; }

.tuition-quote__link {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 1.125rem; }

/*
------------
FOOTER CTAS
------------
*/
.footer-ctas .columns {
  padding: 0 0.3125rem; }

.footer-ctas .row, .footer-ctas .padded-row {
  padding: 0 0.9375rem; }

.footer-cta__content {
  background-color: #F4F4F4;
  padding: 1.5625rem 1.5625rem 2.3125rem;
  line-height: 1.5; }
  .footer-cta__content p:last-child, .footer-cta__content span:last-child, .footer-cta__content a:last-child {
    margin-bottom: 0; }
  .footer-cta__content p {
    margin-bottom: 1.25rem; }

.footer-cta__phone {
  font-weight: 700; }
  .footer-cta__phone:before {
    font-weight: normal; }

.footer-cta__image {
  display: block;
  margin-bottom: 1.25rem; }

.footer-cta__button {
  display: block;
  width: 100%;
  text-align: center;
  background: #525252;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  padding: 1.0625rem 1.25rem 0.9375rem;
  letter-spacing: 0.15937rem;
  font-size: 0.875rem;
  line-height: 1.5;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  transition: background .4s ease; }
  .footer-cta__button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    max-width: 0;
    margin: auto;
    bottom: 0;
    transform: 0;
    z-index: 1;
    border-left: 0.9375rem solid transparent;
    border-right: 0.9375rem solid transparent;
    border-top: 0.9375rem solid #525252;
    transition: transform .4s ease, border-color .4s ease; }
  .footer-cta__button.active {
    background: #581483; }
    .footer-cta__button.active:after {
      border-top-color: #581483;
      transform: translateY(100%); }
  .footer-cta__button:before {
    font-family: "FontAwesome";
    font-size: 0.9375rem;
    padding-right: 0.4375rem;
    font-weight: normal; }
  .footer-cta__button[data-label="Visit"]:before {
    content: '\f102';
    font-family: "Flaticon"; }
  .footer-cta__button[data-label="Request Info"]:before {
    content: "\f05a"; }
  .footer-cta__button[data-label="Apply"]:before {
    content: '\f0f6'; }

.footer-cta__content {
  display: none; }

@media (min-width: 900px) {
  .single .footer-ctas {
    position: fixed;
    bottom: -75px;
    z-index: 10000;
    width: 100%;
    background: transparent;
    padding: 10px 0;
    border-top: none;
    margin-bottom: 0;
    transition: all .5s linear; }
    .single .footer-ctas .row, .single .footer-ctas .padded-row {
      position: relative;
      z-index: 1; }
    .single .footer-ctas .columns {
      -ms-flex-item-align: end;
          align-self: flex-end; }
    .single .footer-ctas:after {
      content: '';
      display: block;
      width: 100%;
      height: 70px;
      position: absolute;
      bottom: 0;
      right: 0;
      background: #581483; } }

@media (min-width: 900px) {
  .single .footer-ctas.sticky-ctas {
    bottom: 0; } }

@media (min-width: 900px) {
  .single .footer-cta__button {
    background: #FFF;
    color: #581483;
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
    padding: .9rem 1rem .8rem; }
    .single .footer-cta__button:after {
      border-top: 0.9375rem solid #FFF; }
    .single .footer-cta__button.active {
      background: #581483;
      color: #FFF; }
      .single .footer-cta__button.active:after {
        border-top-color: #581483; } }

/*
---------------
OFFICE LISTING
---------------
*/
.office--large-listing {
  width: 100%; }
  .office--large-listing:first-of-type {
    margin-top: 2.5rem; }
  .office--large-listing .fa-list {
    margin-top: 0.875rem; }
  .office--large-listing h2 {
    margin-bottom: 0; }

/*
------------
LISTING ITEMS
------------
*/
.listing .fa {
  font-family: "proxima-nova", sans-serif; }
  .listing .fa:before, .listing .fa:after {
    font-family: "FontAwesome";
    color: #9935D8; }
  .listing .fa:before {
    margin-right: 0.9375rem; }

.lined-background-heading {
  border-top: 0.0625rem solid #EFD38E;
  display: -ms-flexbox;
  display: flex; }
  .lined-background-heading h2 {
    padding: 0.125rem 0.9375rem;
    letter-spacing: 0.15937rem;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    text-align: center;
    color: #AD841F;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
    transform: translateY(-50%);
    margin-bottom: 1.0625rem; }
    @media (min-width: 48.0625rem) {
      .lined-background-heading h2 {
        margin-bottom: 2.1875rem; } }
    @media (min-width: 40.0625rem) {
      .lined-background-heading h2 {
        margin-bottom: 3.5rem; } }

.story--large-listing,
.faculty-staff--large-listing {
  padding-bottom: 3.125rem;
  margin-bottom: 2.5rem;
  border-bottom: 0.0625rem solid #EFD38E; }
  @media (max-width: 40rem) {
    .story--large-listing,
    .faculty-staff--large-listing {
      padding-bottom: 1.875rem;
      margin-bottom: 1.5625rem; } }

.section--home-featured {
  background: #fff;
  position: relative;
  overflow-x: hidden; }
  @media (min-width: 48.0625rem) {
    .section--home-featured {
      border-top: 0.625rem solid #fff;
      border-bottom: 0.625rem solid #fff; } }
  .section--home-featured .row, .section--home-featured .padded-row {
    max-width: none;
    width: 100%; }
  @media (max-width: 48rem) {
    .section--home-featured .row .row, .section--home-featured .padded-row .row, .section--home-featured .row .padded-row, .section--home-featured .padded-row .padded-row {
      margin: 0; } }
  @media (max-width: 48rem) {
    .section--home-featured .medium-6 {
      max-width: 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
      width: 100%; } }
  .section--home-featured .news__content {
    background: #fff;
    z-index: 2;
    position: relative;
    padding-bottom: 4.6875rem;
    border-bottom: 0.5625rem solid #EFD38E;
    margin-bottom: 1.875rem; }
    @media (min-width: 48.0625rem) {
      .section--home-featured .news__content {
        min-width: calc(100% + 160px);
        transform: translateX(-160px) !important;
        -ms-flex-order: 3;
            order: 3;
        padding: 2.8125rem 3.125rem 2.5rem;
        margin-bottom: 3.125rem;
        float: right;
        border-bottom: none; } }
    .section--home-featured .news__content a {
      font-size: 1.25rem;
      font-weight: 300;
      color: #525252; }
      @media (min-width: 48.0625rem) {
        .section--home-featured .news__content a {
          font-size: 2.25rem;
          font-weight: 400; } }
  .section--home-featured a:hover {
    text-decoration: none; }
    .section--home-featured a:hover:after {
      color: #AD841F; }
  .section--home-featured .flaticon-tag:after {
    transition: color .4s ease-in;
    margin-left: 0.625rem;
    color: #EFD38E;
    font-size: 70%; }

.section--home-featured__img-column {
  position: relative; }
  @media (max-width: 48rem) {
    .section--home-featured__img-column {
      padding: 0px; } }
  .section--home-featured__img-column img {
    width: 100%;
    height: auto;
    display: block; }
    @media (min-width: 48.0625rem) {
      .section--home-featured__img-column img {
        position: absolute;
        max-width: none;
        height: 100%;
        object-fit: cover; } }

.news--large-feature {
  overflow: hidden;
  height: 100%; }
  .news--large-feature img {
    right: 0; }

.section--home-featured__list-column {
  margin-top: 1.5625rem;
  padding: 0 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 48.0625rem) {
    .section--home-featured__list-column {
      margin-top: 3.125rem;
      padding-left: 2.8125rem; } }
  .section--home-featured__list-column a {
    color: #525252;
    font-family: "Noto Serif", serif; }
  .section--home-featured__list-column ul {
    margin-bottom: 1.625rem; }
  .section--home-featured__list-column li:not(.fa) {
    margin-bottom: 1.125rem; }
    @media (min-width: 48.0625rem) {
      .section--home-featured__list-column li:not(.fa) {
        margin-bottom: 0.9375rem; } }

.home-featured__heading {
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
  color: #581483; }
  .home-featured__heading:after {
    max-width: none;
    margin-top: 1rem; }
    @media (min-width: 48.0625rem) {
      .home-featured__heading:after {
        max-width: 12.1875rem; } }

.section--home-featured__news,
.section--home-featured__events {
  margin-bottom: 1.5625rem; }
  .section--home-featured__news .btn, .section--home-featured__news .btn--gold,
  .section--home-featured__events .btn,
  .section--home-featured__events .btn--gold {
    font-family: "proxima-nova", sans-serif;
    color: #fff; }

.home-featured__heading--events {
  color: #AD841F;
  margin-bottom: 1.5625rem; }

.large-listing .large-listing__row-border {
  padding: 1.5625rem 0;
  border-bottom: 0.0625rem #EFD38E solid; }
  @media (min-width: 40.0625rem) {
    .large-listing .large-listing__row-border {
      padding: 3.125rem 0; } }

.large-listing__img-column {
  position: relative; }
  @media (min-width: 78.8125rem) {
    .large-listing__img-column {
      transform: translateX(5px); } }
  @media (max-width: 40rem) {
    .large-listing__img-column {
      display: block;
      margin-bottom: 1.25rem;
      margin-right: 0; } }

.large-listing__title {
  font-weight: 600;
  margin-bottom: 0.9375rem; }
  @media (min-width: 40.0625rem) {
    .large-listing__title {
      margin-top: 1.875rem; } }

.large-listing__info {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 0.1875rem; }

.large-listing__description {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.5;
  margin-bottom: 0; }

@media (max-width: 48rem) {
  .program__overview .section--tuition-tab-intro__text-column,
  .program__overview .section--tuition-tab-intro__faculty-column {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
    border: 0; } }

@media (max-width: 40rem) {
  .program__overview .section--tuition-tab-intro__text-column,
  .program__overview .section--tuition-tab-intro__faculty-column {
    padding: 0 1.25rem; } }

.addthis .at-resp-share-element .at-share-btn .at-icon-wrapper {
  float: none; }
  @media (max-width: 40rem) {
    .addthis .at-resp-share-element .at-share-btn .at-icon-wrapper {
      display: none; } }

.addthis .at-resp-share-element .at-share-btn {
  margin-top: 0 !important;
  margin-bottom: 0.625rem !important;
  border-radius: 1.0625rem !important;
  padding: 0.3125rem 0.9375rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 40.0625rem) {
    .addthis .at-resp-share-element .at-share-btn {
      padding: 0.5rem 1.875rem 0.5rem 1.25rem;
      max-width: 10.625rem; } }

.addthis .at-resp-share-element .at-share-btn .at-label {
  font-family: "proxima-nova", sans-serif;
  padding: 0;
  font-weight: 300;
  letter-spacing: 0.1125rem;
  display: block; }
  @media (min-width: 40.0625rem) {
    .addthis .at-resp-share-element .at-share-btn .at-label {
      margin: 0 0 0 1.25rem; } }

@media (max-width: 40rem) {
  .section--basic-page--add-this {
    margin: 3.125rem 0; } }

.section--basic-page--add-this .at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important; }

.section--basic-page--add-this .at-share-btn-elements {
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 40.0625rem) {
    .section--basic-page--add-this .at-share-btn-elements a {
      margin-right: 0.3125rem; } }

/*
------
STORY
------
*/
.single-story .video-slide-panel {
  margin-bottom: 0; }

.story__img-container {
  position: relative; }
  .story__img-container:after {
    content: "";
    line-height: 1;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-right: 1.25rem solid transparent;
    border-left: 1.25rem solid transparent;
    border-bottom: 1.25rem solid #fff;
    bottom: 0;
    left: 1.25rem; }
    @media (min-width: 40.0625rem) {
      .story__img-container:after {
        right: 0;
        left: auto;
        top: 1.25rem;
        border: none;
        border-top: 1.25rem solid transparent;
        border-bottom: 1.25rem solid transparent;
        border-right: 1.25rem solid #fff;
        bottom: auto; } }

@media (max-width: 40rem) {
  .story__img-container {
    margin-bottom: 1.25rem; } }

.story__img-container img {
  display: block; }

.story__terms {
  margin: 0;
  padding: 0; }
  .story__terms li {
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    font-size: 0.8125rem; }
    .story__terms li:not(:last-child) {
      margin-right: 1.25rem; }
    .story__terms li:before {
      content: "\2014";
      margin-right: 0.4375rem; }

.story__subheading {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700; }

.story__excerpt {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5; }

.story__img {
  max-width: none;
  width: 100%;
  height: auto; }

.story__content-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.story--large-listing .medium-row-reverse {
  -ms-flex-align: center;
      align-items: center; }

@media (min-width: 40.0625rem) {
  .story--large-listing .story__img-container:after {
    right: auto;
    left: 0;
    border-left: 1.25rem solid #fff;
    border-right: none; } }

.story--large-listing .story__heading {
  margin-bottom: 0.9375rem; }

.story--large-listing .story__subheading {
  line-height: 1.5;
  margin-bottom: 0.625rem; }
  .story--large-listing .story__subheading * {
    display: inline; }

.story--large-listing .story__name + .story__programs:before,
.story--large-listing .story__programs + .story__year:before,
.story--large-listing .story__name + .story__year:before,
.story--large-listing .story__program + .story__program:before {
  content: ',';
  margin-left: -.25em; }

.story--large-listing .story__program + .story__program:before {
  margin-right: 0.375rem; }

.story--large-listing .story__excerpt {
  line-height: 1.66;
  margin-bottom: 0.625rem; }

.story--large-listing ul {
  padding: 0;
  margin: 0; }

.story--large-listing li {
  list-style: none; }

.story__intro {
  /* Fusce et turpis euis: */
  font-weight: 700;
  font-size: 1rem;
  color: #AD841F;
  line-height: 1.8125rem;
  text-align: center; }
  @media (min-width: 40.0625rem) {
    .story__intro {
      font-size: 2.25rem;
      line-height: 3.4375rem; } }
  .story__intro:after {
    content: '';
    background-image: url("../img/breaker.svg");
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 3.4375rem;
    margin-top: 1.875rem;
    margin-bottom: 1.25rem; }
    @media (min-width: 40.0625rem) {
      .story__intro:after {
        margin-top: 3.75rem;
        margin-bottom: 3.4375rem; } }

.story-wysiwyg {
  background: #fff;
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 40.0625rem) {
    .story-wysiwyg {
      padding: 0 2.5rem; } }
  @media (min-width: 62.5625rem) {
    .story-wysiwyg {
      padding: 0 5rem; } }
  .story-wysiwyg--bottom {
    position: relative;
    z-index: 2;
    margin-top: 3.75rem; }
    @media (min-width: 48.0625rem) {
      .story-wysiwyg--bottom {
        margin-top: 6.25rem; } }
    @media (min-width: 60.0625rem) {
      .story-wysiwyg--bottom {
        padding-top: 4rem;
        margin-top: -3.75rem; } }

.story-detail-outdent {
  margin-bottom: 1.25rem; }
  @media (max-width: 56.1875rem) {
    .story-detail-outdent {
      font-size: 0.8125rem;
      line-height: 1.38;
      padding-bottom: 1.25rem;
      border-bottom: 0.125rem solid #B5B5B5;
      display: table-caption;
      color: #828282; } }
  @media (min-width: 56.25rem) {
    .story-detail-outdent {
      padding-right: 1.25rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      width: calc(100% + 110px);
      margin: 5rem 0 5rem -3.4375rem; }
      .story-detail-outdent::before, .story-detail-outdent::after {
        content: ' ';
        display: table; }
      .story-detail-outdent::after {
        clear: both; } }
  @media (min-width: 62.5625rem) {
    .story-detail-outdent {
      width: calc(100% + 220px);
      margin: 5rem 0 5rem -6.875rem; } }
  @media (min-width: 75.0625rem) {
    .story-detail-outdent {
      width: calc(100% + 440px);
      margin: 5rem 0 5rem -13.75rem; } }
  .story-detail-outdent img {
    max-width: 22.5rem;
    height: auto;
    display: block;
    margin-bottom: 0.625rem; }
    @media (min-width: 56.25rem) {
      .story-detail-outdent img {
        width: 100%;
        border-right: 0.0625rem solid #B5B5B5;
        border-bottom: none;
        float: left;
        max-width: 25rem;
        padding: 0 2.5rem 0 1.25rem;
        margin-right: 1.875rem; } }
    @media (min-width: 62.5625rem) {
      .story-detail-outdent img {
        max-width: 26.875rem; } }
    @media (min-width: 75.0625rem) {
      .story-detail-outdent img {
        max-width: 29.375rem;
        padding: 0 3.75rem 0 1.25rem;
        margin-right: 3.75rem; } }

@media (max-width: 58.75rem) {
  .related-stories__featured-column,
  .related-stories__checker-column {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }

.related-stories__featured-column {
  min-height: 31.75rem; }
  @media (max-width: 40rem) {
    .related-stories__featured-column {
      height: 100vh;
      max-height: 37.5rem; } }

@media (min-width: 56.25rem) {
  .related-stories .story-grid-row {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17); } }

.related-stories .small-12 {
  position: relative; }

.related-stories .row, .related-stories .padded-row {
  max-width: 87.5rem;
  height: 100%; }

.related-stories .padded-row {
  max-width: 90rem;
  width: 100%; }

.related-stories .row, .related-stories .padded-row {
  margin: 0 auto; }

@media (min-width: 40.0625rem) {
  .related-stories .story__img-container {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%; } }

.related-stories img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto; }

.related-stories .story__heading {
  font-size: 1.375rem;
  margin-bottom: 0.5rem; }

.related-stories .story__excerpt {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }

.related-stories .story__info {
  padding: 1.875rem; }

@media (min-width: 40.0625rem) {
  .related-stories .story__info:after {
    left: -1.25rem;
    top: 1.75rem; } }

.related-stories .story--wide-small-feature {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  overflow: hidden; }
  .related-stories .story--wide-small-feature .compat-object-fit-container {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    min-height: 30rem;
    height: 100%;
    width: 100%; }
  .related-stories .story--wide-small-feature img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .related-stories .story--wide-small-feature .gradient {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(88, 20, 131, 0.88) 88%);
    min-height: 15.625rem; }
    @media (max-width: 56.25rem) {
      .related-stories .story--wide-small-feature .gradient {
        background-image: linear-gradient(191deg, rgba(84, 41, 129, 0) 42%, rgba(84, 41, 129, 0.9) 68%);
        opacity: .83; } }
  .related-stories .story--wide-small-feature .story__info {
    padding-bottom: 0.9375rem;
    position: relative;
    z-index: 3;
    max-width: 24.6875rem; }
    .related-stories .story--wide-small-feature .story__info:after {
      display: none; }
  .related-stories .story--wide-small-feature .story__heading {
    color: #fff;
    font-size: 1.75rem; }
    .related-stories .story--wide-small-feature .story__heading a {
      color: #fff; }
  .related-stories .story--wide-small-feature .story__excerpt {
    color: #fff;
    font-size: 0.9375rem;
    line-height: 1.5; }
  .related-stories .story--wide-small-feature .story__term {
    color: #EFD38E !important; }

.related-stories .story--small-feature {
  width: 100%; }
  .related-stories .story--small-feature img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  @media (min-width: 40.0625rem) {
    .related-stories .story--small-feature:nth-child(even) .story__img-container:after {
      right: auto;
      left: 0;
      border-left: 1.25rem solid #fff;
      border-right: none; } }

.related-stories .btn--ghost-container {
  margin-top: 0.3125rem;
  margin-bottom: 0; }
  @media (min-width: 40.0625rem) {
    .related-stories .btn--ghost-container {
      margin-top: 2.8125rem;
      margin-bottom: 1.875rem; } }

.story--large-feature .story__heading a {
  color: #000; }

.story--large-feature .story__info:after:after {
  display: none; }

.story--large-feature p {
  clear: both;
  font-family: "Noto Serif", serif;
  font-style: italic; }

.story--large-feature .story__subheading {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.625rem; }
  .story--large-feature .story__subheading span {
    line-height: 1.5; }
  .story--large-feature .story__subheading ul {
    display: inline;
    padding: 0;
    line-height: 1.5; }
  .story--large-feature .story__subheading li {
    display: inline;
    list-style: none; }
  .story--large-feature .story__subheading .story__name:not(:last-child):after,
  .story--large-feature .story__subheading li:not(:last-child):after,
  .story--large-feature .story__subheading .story__programs:not(:last-child) li:after {
    content: ",";
    margin-right: 0.25rem; }

/*
-------
EVENTS
-------
*/
.event--small-listing {
  padding-top: 0.3125rem; }
  .event--small-listing .event__title,
  .event--small-listing .event__title a {
    font-size: 1.125rem;
    color: #525252;
    font-weight: 300; }
  .event--small-listing .event-title {
    margin-bottom: 0.1875rem; }

.event__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 1.875rem; }
  @media (min-width: 48.0625rem) {
    .event__flex {
      margin-bottom: 2.1875rem; } }

.event__content {
  padding-left: 1.5rem;
  border-left: 0.0625rem solid #EFD38E; }

.date-block {
  width: 4.5625rem;
  padding-top: 0.375rem; }

.date-block {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  display: block;
  line-height: 1; }
  .date-block__container {
    width: auto;
    display: inline-block;
    text-align: center; }
  .date-block__month {
    font-size: 1.5rem;
    color: #9162AF;
    display: block; }
  .date-block__day {
    font-size: 3rem;
    color: #581483;
    display: block;
    font-weight: 700; }

/*
-----
NEWS
-----
*/
.news--large-listing .medium-row-reverse {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.news__image {
  display: block;
  max-width: 100%;
  height: auto; }

.news__title {
  font-size: 1.375rem;
  margin-bottom: 0.625rem; }

.news__date {
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.625rem; }

.news__excerpt {
  line-height: 1.5; }

.news__content {
  padding: 0.9375rem 1.25rem 0; }

.news-related {
  text-align: center; }
  .news-related .padded-row {
    position: relative; }
  .news-related .row, .news-related .padded-row {
    text-align: left; }
  .news-related .btn {
    background: none;
    border: 0.0625rem solid #EFD38E;
    color: #AD841F;
    margin-top: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }
    .news-related .btn:hover {
      background: #AD841F;
      color: #fff; }

@media (min-width: 40.0625rem) {
  .news--detail .intro-text {
    margin-bottom: 2.8125rem; } }

.news--detail h1 {
  margin-bottom: 0.625rem; }

.news__meta {
  margin-bottom: 0.9375rem; }
  .news__meta::before, .news__meta::after {
    content: ' ';
    display: table; }
  .news__meta::after {
    clear: both; }
  .news__meta .news__date,
  .news__meta .news__author {
    display: inline;
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 600; }
  .news__meta .news__author {
    margin-left: 0.625rem; }
    .news__meta .news__author:before {
      content: "\2014";
      margin-right: 0.625rem; }

/*
-------------------
FACULTY AND STAFF
-------------------
*/
.listing--faculty span {
  display: block;
  line-height: 1.5; }

.tuition-contact__heading {
  margin-bottom: 1.5625rem; }
  .tuition-contact__heading .listing--faculty__name {
    margin-bottom: 0; }

.listing--faculty--tuition .listing--faculty__department {
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #D3D3D3;
  margin-bottom: 0.8125rem; }

.listing--faculty__img--circle img {
  border-radius: 50%;
  border: 0.1875rem solid #BDACC8;
  display: block;
  max-width: none;
  width: 100%; }

@media (max-width: 40rem) {
  .faculty-staff--large-listing .listing--faculty__img--circle {
    margin-bottom: 1.25rem;
    max-width: 10rem; } }

.faculty-staff--large-listing .row, .faculty-staff--large-listing .padded-row {
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.faculty-staff--large-listing .faculty-staff--large-listing__info .columns {
  padding-left: 0.9375rem; }
  @media (max-width: 40rem) {
    .faculty-staff--large-listing .faculty-staff--large-listing__info .columns {
      padding-left: 0.625rem; } }

.faculty-staff__info-item {
  display: block;
  line-height: 1.2;
  margin-bottom: 1rem; }

.faculty-staff__title {
  font-weight: 700; }

@media (max-width: 56.25rem) {
  .faculty-staff__personal > .row > .small-12, .faculty-staff__personal > .padded-row > .small-12 {
    width: 100%;
    max-width: 100%;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }

.faculty-staff--detail h1 {
  margin-bottom: 0.9375rem; }

.faculty-staff__intro {
  margin-bottom: 1.5625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .faculty-staff__intro .listing--faculty__img--circle {
    max-width: 12.5rem;
    margin: 0 0 0.9375rem;
    width: 50%;
    -ms-flex: 1 1 30%;
        flex: 1 1 30%;
    max-width: 30%; }
    @media (min-width: 56.3125rem) {
      .faculty-staff__intro .listing--faculty__img--circle {
        border-bottom: 0.0625rem solid #D3D3D3;
        padding-bottom: 3.125rem;
        margin-bottom: 1.5625rem;
        margin-bottom: 0.9375rem;
        width: 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
        max-width: 100%; } }
    .faculty-staff__intro .listing--faculty__img--circle img {
      max-width: none;
      width: 100%;
      height: auto;
      display: block; }

.faculty-staff__contact {
  -ms-flex: 1 1 70%;
      flex: 1 1 70%;
  max-width: 70%;
  padding-left: 1.25rem; }
  @media (min-width: 56.3125rem) {
    .faculty-staff__contact {
      margin-bottom: 1.875rem;
      width: 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
      max-width: 100%;
      padding: 0; } }

.faculty-staff__info {
  font-weight: 400;
  line-height: 1.5;
  color: #525252; }
  .faculty-staff__info span {
    display: block; }

.faculty--staff__courses {
  padding: 0 0.625rem; }
  .faculty--staff__courses .columns {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: #F4F4F4; }
  .faculty--staff__courses ul {
    margin: 0;
    padding: 0; }
  .faculty--staff__courses li {
    list-style: none;
    line-height: 1.38;
    margin-bottom: 0.3125rem; }

.page-contact__heading {
  padding-bottom: 0.9375rem;
  margin-bottom: 1.125rem;
  border-bottom: 0.0625rem solid #D3D3D3; }

.listing--faculty--contact + .listing--faculty--contact {
  margin-top: 2rem; }

.listing--faculty--contact .medium-2 {
  padding-right: 0; }
  @media (max-width: 60rem) {
    .listing--faculty--contact .medium-2 {
      -ms-flex: 1 1 33.3333%;
          flex: 1 1 33.3333%;
      width: 33.3333%;
      max-width: 33.3333%; } }

@media (max-width: 60rem) {
  .listing--faculty--contact .medium-4 {
    -ms-flex: 1 1 66.6666%;
        flex: 1 1 66.6666%;
    width: 66.6666%;
    max-width: 66.6666%; } }

.listing--faculty--contact .listing--faculty--contact__last-column {
  margin-top: 1.25rem; }
  @media (max-width: 60rem) {
    .listing--faculty--contact .listing--faculty--contact__last-column {
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
      width: 100%;
      max-width: none; } }
  @media (min-width: 60.0625rem) {
    .listing--faculty--contact .listing--faculty--contact__last-column {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.listing--faculty--contact .btn {
  margin-bottom: 0; }

.listing--faculty--contact .faculty-staff__hours {
  margin-bottom: 0.625rem; }

/*
---------
PROGRAMS
---------
*/
.section--program-finder {
  background-color: #fff; }
  @media (max-width: 53.75rem) {
    .section--program-finder {
      border-bottom: 0.625rem solid #fbf2dd; } }
  .section--program-finder .row, .section--program-finder .padded-row {
    padding: 0 1.875rem;
    -ms-flex-align: center;
        align-items: center; }
  .section--program-finder .columns {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    padding: 0; }
    @media (min-width: 53.8125rem) {
      .section--program-finder .columns {
        padding: 0 3.125rem;
        -ms-flex: 1 1 calc(100% - 598px);
            flex: 1 1 calc(100% - 598px);
        max-width: calc(100% - 598px); } }
  @media (min-width: 53.8125rem) {
    .section--program-finder .heading-column {
      -ms-flex: 1 1 598px;
          flex: 1 1 598px;
      max-width: 598px; } }

.section--program-finder__heading {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000;
  font-weight: 600;
  text-transform: uppercase; }
  @media (min-width: 40.0625rem) {
    .section--program-finder__heading {
      font-size: 3rem;
      line-height: 1.18; } }
  @media (max-width: 53.75rem) {
    .section--program-finder__heading:after {
      content: "";
      height: 0.0625rem;
      position: relative;
      display: block;
      width: 100%;
      max-width: 6.4375rem;
      background-color: #ccc;
      margin-top: 0.75rem; } }
  @media (max-width: 40rem) {
    .section--program-finder__heading:after {
      margin-top: 0.625rem;
      margin-bottom: 0.75rem; } }
  .section--program-finder__heading em {
    color: #9162AF;
    font-style: normal; }

@media (min-width: 53.8125rem) {
  .section--program-finder__links {
    border-top: 0;
    padding-top: 0;
    border-left: 0.0625rem solid #ccc; } }

.section--program-finder__links span, .section--program-finder__links a {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: #AD841F;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300; }
  @media (min-width: 40.0625rem) {
    .section--program-finder__links span, .section--program-finder__links a {
      font-size: 2rem; } }
  .section--program-finder__links span:hover, .section--program-finder__links a:hover {
    text-decoration: none; }

.section--program-finder__links .flaticon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 53.8125rem) {
    .section--program-finder__links .flaticon {
      position: relative; } }
  .section--program-finder__links .flaticon:after {
    transition: transform .3s ease-out;
    padding-left: 1.25rem;
    color: #581483; }
    @media (max-width: 53.75rem) {
      .section--program-finder__links .flaticon:after {
        display: none; } }
  @media (max-width: 53.75rem) {
    .section--program-finder__links .flaticon:before {
      content: url("../img/long-arrow.svg");
      left: 0;
      position: absolute;
      transform: translateY(-10px); } }
  @media (max-width: 40.0625rem) {
    .section--program-finder__links .flaticon:before {
      transform: translateY(-3px); } }

.section--program-finder__links span:hover:after {
  transform: translateX(10px); }

.section--program-links {
  background-color: #525252; }
  .section--program-links h2, .section--program-links p, .section--program-links a {
    color: #fff;
    font-family: "proxima-nova", sans-serif; }
  .section--program-links h2 {
    margin-bottom: 1.25rem; }
  .section--program-links ul {
    padding: 0; }
  .section--program-links a {
    font-weight: 700;
    line-height: 1.5;
    padding: 0.625rem 0;
    border-bottom: 0.0625rem solid #EFD38E;
    display: block; }
  .section--program-links .intro-text {
    max-width: 53.75rem; }

#filter-undergrad-listing,
#filter-grad-listing {
  margin-top: 1.875rem; }

#results-undergrad-listing,
#results-grad-listing {
  width: 100%;
  border-right: none;
  border-left: none;
  border-top: 0; }
  #results-undergrad-listing td, #results-undergrad-listing tr, #results-undergrad-listing th, #results-undergrad-listing tbody,
  #results-grad-listing td,
  #results-grad-listing tr,
  #results-grad-listing th,
  #results-grad-listing tbody {
    border-right: none;
    border-left: none; }
  @media (max-width: 40rem) {
    #results-undergrad-listing thead,
    #results-grad-listing thead {
      display: none; } }
  #results-undergrad-listing thead td,
  #results-grad-listing thead td {
    background: #581483;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.15937rem; }
  #results-undergrad-listing .filter-table__major,
  #results-undergrad-listing .filter-table__minor,
  #results-undergrad-listing .filter-table__certificate,
  #results-grad-listing .filter-table__major,
  #results-grad-listing .filter-table__minor,
  #results-grad-listing .filter-table__certificate {
    text-align: center; }
  #results-undergrad-listing tr,
  #results-grad-listing tr {
    border-color: #EFD38E;
    transition: background .4s ease; }
    @media (min-width: 48.0625rem) {
      #results-undergrad-listing tr:hover,
      #results-grad-listing tr:hover {
        background: #F4F4F4; } }
  #results-undergrad-listing .program-table__program__major,
  #results-undergrad-listing .program-table__program__minor,
  #results-undergrad-listing .program-table__program__certificate,
  #results-grad-listing .program-table__program__major,
  #results-grad-listing .program-table__program__minor,
  #results-grad-listing .program-table__program__certificate {
    font-size: 1.125rem;
    color: #AD841F;
    text-align: center; }
  #results-undergrad-listing .program-table__program__degree,
  #results-grad-listing .program-table__program__degree {
    font-size: 1.0625rem;
    font-weight: 700; }
  #results-undergrad-listing .program-table__program__title,
  #results-grad-listing .program-table__program__title {
    font-weight: 700;
    font-size: 0; }
    @media (max-width: 48rem) {
      #results-undergrad-listing .program-table__program__title,
      #results-grad-listing .program-table__program__title {
        font-size: 1.125rem;
        padding-left: 0;
        padding-right: 0; } }
    #results-undergrad-listing .program-table__program__title a,
    #results-grad-listing .program-table__program__title a {
      font-size: 1.125rem; }
      @media (max-width: 48rem) {
        #results-undergrad-listing .program-table__program__title a,
        #results-grad-listing .program-table__program__title a {
          display: block;
          margin-bottom: 0.625rem; } }
    @media (max-width: 48rem) {
      #results-undergrad-listing .program-table__program__title .program-table__program + .program-table__program:not(.program-table__program__degree) span,
      #results-grad-listing .program-table__program__title .program-table__program + .program-table__program:not(.program-table__program__degree) span {
        display: block;
        margin-left: -0.125rem; } }
    #results-undergrad-listing .program-table__program__title .program-table__program:not(.program-table__program__degree),
    #results-grad-listing .program-table__program__title .program-table__program:not(.program-table__program__degree) {
      text-transform: capitalize; }
      @media (max-width: 48rem) {
        #results-undergrad-listing .program-table__program__title .program-table__program:not(.program-table__program__degree),
        #results-grad-listing .program-table__program__title .program-table__program:not(.program-table__program__degree) {
          display: block; } }
    @media (max-width: 48rem) {
      #results-undergrad-listing .program-table__program__title .program-table__program__degree,
      #results-grad-listing .program-table__program__title .program-table__program__degree {
        display: block;
        width: 100%;
        margin-top: 0.1875rem; } }
    #results-undergrad-listing .program-table__program__title .program-table__program__major,
    #results-undergrad-listing .program-table__program__title .program-table__program__minor,
    #results-undergrad-listing .program-table__program__title .program-table__program__certificate,
    #results-undergrad-listing .program-table__program__title .program-table__program__mobile-type,
    #results-grad-listing .program-table__program__title .program-table__program__major,
    #results-grad-listing .program-table__program__title .program-table__program__minor,
    #results-grad-listing .program-table__program__title .program-table__program__certificate,
    #results-grad-listing .program-table__program__title .program-table__program__mobile-type {
      font-weight: 400;
      color: #525252; }
      @media (max-width: 48rem) {
        #results-undergrad-listing .program-table__program__title .program-table__program__major,
        #results-undergrad-listing .program-table__program__title .program-table__program__minor,
        #results-undergrad-listing .program-table__program__title .program-table__program__certificate,
        #results-undergrad-listing .program-table__program__title .program-table__program__mobile-type,
        #results-grad-listing .program-table__program__title .program-table__program__major,
        #results-grad-listing .program-table__program__title .program-table__program__minor,
        #results-grad-listing .program-table__program__title .program-table__program__certificate,
        #results-grad-listing .program-table__program__title .program-table__program__mobile-type {
          font-size: 1.0625rem; } }
  #results-undergrad-listing .program-table--mobile-only,
  #results-grad-listing .program-table--mobile-only {
    font-size: inherit; }
    @media (min-width: 48.0625rem) {
      #results-undergrad-listing .program-table--mobile-only,
      #results-grad-listing .program-table--mobile-only {
        font-size: 0; } }
  @media (max-width: 48rem) {
    #results-undergrad-listing .program-table--desktop-only,
    #results-grad-listing .program-table--desktop-only {
      display: none; } }

.tuition-contact__email,
.program-bio__email {
  position: relative;
  padding-left: 1.875rem; }
  .tuition-contact__email i,
  .program-bio__email i {
    position: absolute;
    left: 0;
    top: 0.25rem; }

@media (min-width: 40.0625rem) {
  .program__overview {
    padding: 0 1.25rem; } }

@media (max-width: 40rem) {
  .program__overview .listing--faculty__img--circle {
    padding-right: 0; } }

.program__overview h1 {
  margin-top: 0; }

.program__overview > .row, .program__overview > .padded-row {
  -ms-flex-align: start;
      align-items: flex-start; }

.program__overview h2 {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #D3D3D3; }

.program__overview .program-bio__text {
  font-size: 1.125rem; }
  @media (min-width: 40.0625rem) {
    .program__overview .program-bio__text {
      font-size: 1.25rem; } }

.program__overview .listing--faculty__department {
  padding-bottom: 0;
  border: 0; }

.program__overview .listing--faculty__name {
  font-weight: 700;
  margin-bottom: 0; }

.program__degrees .row, .program__degrees .padded-row {
  background: #F4F4F4;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem; }

.program__degrees ul {
  padding: 0; }
  @media (min-width: 64.0625rem) {
    .program__degrees ul {
      margin: 0; } }

.program__degrees h2 {
  margin-bottom: 0.625rem; }

.program__degrees li {
  list-style: none;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.625rem; }

.program-links__links li {
  width: 16.25rem;
  margin-bottom: 0; }
  @media (max-width: 40rem) {
    .program-links__links li {
      width: 100%;
      margin-bottom: 0.625rem; } }

/* ======================================================= */
/*    HOME HERO - Overrides                                */
/* ======================================================= */
.front-page .tooltip {
  background-color: #FFF;
  color: #581483;
  font-family: 'Proxima Nova Rg';
  font-weight: bold; }
  .front-page .tooltip::before {
    border-color: transparent transparent #FFF; }

.tooltip {
  z-index: 1000 !important; }

/* ======================================================= */
/*    HOME HERO                                            */
/* ======================================================= */
.home-hero {
  width: 100%;
  height: calc(100vh - 160px);
  position: relative;
  background: #581483; }

@media only screen and (min-width: 64rem) {
  .home-hero {
    height: 100vh; } }

/*Content Overlay*/
.home-hero__content-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 60px;
  z-index: 4; }

.home-hero__content-overlay--wrapper {
  width: 100%;
  padding: 0 1.875rem; }
  @media (min-width: 40.0625rem) {
    .home-hero__content-overlay--wrapper {
      max-width: 75rem;
      padding: rem-cal(0 20);
      margin: 0 auto; } }

.home-hero__content-overlay__cols {
  display: table;
  width: 100%;
  table-layout: fixed; }

@media only screen and (min-width: 64rem) {
  .home-hero__content-overlay {
    bottom: 10%; } }

/*------ Column: CTA*/
.home-hero__content-overlay__cols__cta {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 5;
  bottom: -1.09375rem;
  padding: 0 1.875rem; }
  @media (min-width: 40.0625rem) {
    .home-hero__content-overlay__cols__cta {
      bottom: -28px;
      padding: 0 10%; } }

.home-hero__content-overlay__cols__cta__icons {
  list-style: none;
  margin: 0;
  line-height: 1;
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0; }
  .home-hero__content-overlay__cols__cta__icons li {
    display: inline-block; }
    .home-hero__content-overlay__cols__cta__icons li a {
      width: 35px;
      height: 35px;
      line-height: 27px;
      font-size: 16px;
      border: 3px solid #FFF;
      display: block;
      background: #bababa;
      border-radius: 50%;
      text-align: center;
      color: #FFF;
      transition: all .2s ease-in-out; }
      @media (min-width: 40.0625rem) {
        .home-hero__content-overlay__cols__cta__icons li a {
          width: 50px;
          height: 50px;
          line-height: 40px;
          font-size: 18px;
          border: 5px solid #FFF; } }
      .home-hero__content-overlay__cols__cta__icons li a:hover {
        background: #fff;
        color: #542981; }
      .home-hero__content-overlay__cols__cta__icons li a.home-hero--apply {
        padding-left: 5px; }
      .home-hero__content-overlay__cols__cta__icons li a span.has-tip {
        display: block;
        border: none;
        cursor: pointer;
        font-weight: normal; }

@media only screen and (min-width: 64rem) {
  .home-hero__content-overlay__cols__cta {
    display: table-cell;
    vertical-align: top;
    width: 130px;
    position: relative;
    bottom: auto;
    padding: 0;
    z-index: 31; }
  .home-hero__content-overlay__cols__cta__icons {
    width: 30px;
    text-align: center; }
    .home-hero__content-overlay__cols__cta__icons li:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      border-top: 1px dotted #fff;
      border-top: 1px dotted rgba(255, 255, 255, 0.25);
      margin: 10px 0; }
    .home-hero__content-overlay__cols__cta__icons li:last-of-type:after {
      display: none; }
    .home-hero__content-overlay__cols__cta__icons li a {
      width: 30px;
      height: 30px;
      line-height: 30px;
      background: rgba(255, 255, 255, 0.7);
      font-size: 18px;
      color: rgba(51, 51, 51, 0.7);
      border: none; }
      .home-hero__content-overlay__cols__cta__icons li a:hover {
        background: #fff;
        color: #542981;
        transform: scale(1.5); }
        .home-hero__content-overlay__cols__cta__icons li a:hover .home-hero__cta-tip {
          display: block; }
      .home-hero__content-overlay__cols__cta__icons li a.home-hero--visit-campus {
        line-height: 28px; }
      .home-hero__content-overlay__cols__cta__icons li a.home-hero--apply {
        padding-left: 6px; } }

.home-hero__cta-tip {
  display: none;
  position: absolute;
  top: calc(100% + 0.625rem);
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 0.6875rem;
  z-index: 2;
  background: #fff;
  font-size: 0.5rem;
  font-weight: 600;
  line-height: normal;
  pointer-events: none;
  white-space: nowrap; }
  .home-hero__cta-tip:before {
    content: '';
    display: block;
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    border: 0.5rem solid transparent;
    border-bottom-color: #fff; }

.home-hero__content-overlay__cols__cta__trigger {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 30px;
  height: 100%;
  line-height: 1;
  text-align: center;
  display: none; }
  .home-hero__content-overlay__cols__cta__trigger a {
    display: block;
    font-size: 45px;
    color: #fff;
    color: rgba(255, 255, 255, 0.4);
    position: absolute;
    bottom: 0;
    transition: all .2s ease-in-out; }
    .home-hero__content-overlay__cols__cta__trigger a:hover {
      color: #fff;
      bottom: 5px; }
  .home-hero__content-overlay__cols__cta__trigger:before {
    position: absolute;
    content: '';
    display: block;
    height: calc(100% - 55px);
    top: 0;
    right: 15px;
    width: 1px;
    border-right: 1px dotted rgba(255, 255, 255, 0.25); }

@media only screen and (min-width: 64rem) {
  .home-hero__content-overlay__cols__cta__trigger {
    display: block; } }

/*------ Column: Message*/
.home-hero__content-overlay__cols__message {
  display: block;
  color: #fff;
  font-family: 'Noto Serif', serif;
  font-size: 1.875rem;
  line-height: 1.3;
  text-shadow: 0 2px 3px rgba(48, 12, 71, 0.35); }

.home-hero__content-overlay__cols__message--row {
  line-height: 1.3; }
  .home-hero__content-overlay__cols__message--row:first-of-type {
    margin: -18px 0 0; }
  .home-hero__content-overlay__cols__message--row span {
    color: #FFC72C; }

@media only screen and (min-width: 40rem) {
  .home-hero__content-overlay__cols__message {
    font-size: 50px; } }

@media only screen and (min-width: 64rem) {
  .home-hero__content-overlay__cols__message {
    display: table-cell;
    vertical-align: top;
    font-size: 60px; } }

/*Slide Background Image*/
.home-hero__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: none;
  background-size: cover;
  transition: opacity .2s linear;
  opacity: .7; }

@media only screen and (min-width: 64rem) {
  .home-hero__background {
    background-attachment: fixed; } }

.home-hero .mbYTP_wrapper {
  position: fixed !important;
  z-index: 1 !important; }

/*Gradient*/
.home-hero__gradient {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  mix-blend-mode: multiply;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#26003f+0,542981+34,542981+100&0.9+15,0+58 */
  background: linear-gradient(45deg, rgba(38, 0, 63, 0.9) 0%, rgba(58, 18, 92, 0.9) 15%, rgba(84, 41, 129, 0.5) 34%, rgba(84, 41, 129, 0) 58%, rgba(84, 41, 129, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e626003f', endColorstr='#00542981',GradientType=1 ); }

/* ======================================================= */
/*    Brand Panels                                         */
/* ======================================================= */
/*----------------------------------------------------------*/
@media only screen and (min-width: 64rem) {
  .bsp {
    position: relative;
    z-index: 2; } }

.bsp__nav-container {
  position: relative; }

.bsp__section__content--wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 33vh 0;
  position: relative;
  z-index: 1; }

.bsp__section__content__title {
  font-size: 30px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  padding: 2.5rem 1.875rem;
  line-height: 1;
  position: relative;
  z-index: 2; }
  @media (max-width: 63.9375rem) {
    .bsp__section__content__title {
      background: #fff; } }
  @media (min-width: 75rem) {
    .bsp__section__content__title {
      white-space: nowrap; } }

.bsp__section__content__cta {
  display: block;
  margin: 30px 0 0;
  position: relative;
  z-index: 2; }
  .bsp__section__content__cta a {
    color: #AD841F;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    letter-spacing: 0.09375rem;
    font-size: 15px;
    background: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 12px 25px;
    transition: all .2s ease-in-out; }
    .bsp__section__content__cta a:hover {
      text-decoration: none; }
  .bsp__section__content__cta:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    top: 50%;
    left: 0; }

.bsp__section__content__quote {
  position: relative;
  padding: 10%;
  text-align: center;
  z-index: 2; }

.bsp__section__content__quote__img {
  position: relative;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: -100px auto 30px;
  z-index: 1;
  box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5); }
  .bsp__section__content__quote__img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block; }

.bsp__section__content__quote--wrapper {
  padding: 0; }

.bsp__section__content__quote__message {
  position: relative;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-size: 20px;
  color: #fff;
  line-height: 1.8; }

.bsp__section__content__quote__attribute {
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  margin: 20px 0 0; }

/*-------- Color Options*/
.bsp__section em {
  font-style: normal; }

.bsp__section.color1 .bsp__section__content__title span, .bsp__section.color1 .bsp__section__content__title em {
  color: #AD841F; }

.bsp__section.color1 .bsp__section__content__cta a:hover {
  background: #FFC72C;
  color: #FFF; }

.bsp__section.color1 .bsp__section__content__quote {
  background: #542981; }

.bsp__section.color1 .bsp__section__content__quote__message {
  text-shadow: 0 2px 3px rgba(48, 12, 71, 0.35); }
  .bsp__section.color1 .bsp__section__content__quote__message:before {
    color: #FFC72C;
    text-shadow: 0 2px 3px rgba(48, 12, 71, 0.35); }

.bsp__section.color1 .bsp__section__content__quote__attribute {
  color: #FFC72C;
  text-shadow: 0 2px 3px rgba(48, 12, 71, 0.35); }

.bsp__section.color2 .bsp__section__content__title {
  color: #3f597b; }
  .bsp__section.color2 .bsp__section__content__title span, .bsp__section.color2 .bsp__section__content__title em {
    color: #AD841F; }

.bsp__section.color2 .bsp__section__content__cta a:hover {
  background: #FFC72C;
  color: #FFF; }

.bsp__section.color2 .bsp__section__content__quote {
  background: #3f597b; }

.bsp__section.color2 .bsp__section__content__quote__message {
  text-shadow: 0 2px 3px rgba(48, 12, 71, 0.35); }
  .bsp__section.color2 .bsp__section__content__quote__message:before {
    color: #FFC72C;
    text-shadow: 0 2px 3px rgba(48, 12, 71, 0.35); }

.bsp__section.color2 .bsp__section__content__quote__attribute {
  color: #FFC72C;
  text-shadow: 0 2px 3px rgba(48, 12, 71, 0.35); }

.bsp__section.color3 .bsp__section__content__title span, .bsp__section.color3 .bsp__section__content__title em {
  color: #AD841F; }

.bsp__section.color3 .bsp__section__content__cta a:hover {
  background: #FFC72C;
  color: #FFF;
  text-decoration: none; }

.bsp__section.color3 .bsp__section__content__quote {
  background: #AD841F; }

.bsp__section.color3 .bsp__section__content__quote__message {
  text-shadow: 0 2px 3px rgba(48, 12, 71, 0.35); }
  .bsp__section.color3 .bsp__section__content__quote__message:before {
    color: #FFC72C;
    text-shadow: 0 2px 3px rgba(48, 12, 71, 0.35); }

.bsp__section.color3 .bsp__section__content__quote__attribute {
  color: #FFC72C;
  text-shadow: 0 2px 3px rgba(48, 12, 71, 0.35); }

/*----------------------------------------------------------*/
/*Gradient*/
.bsp__section__gradient {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  mix-blend-mode: multiply; }

/*-------- Color Options*/
.bsp__section.left.color1 .bsp__section__gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#26003f+0,542981+40,542981+100&0.9+15,0+85 */
  background: linear-gradient(to right, rgba(38, 0, 63, 0.9) 0%, rgba(55, 15, 88, 0.9) 15%, rgba(84, 41, 129, 0.58) 40%, rgba(84, 41, 129, 0) 85%, rgba(84, 41, 129, 0) 100%); }

.bsp__section.right.color1 .bsp__section__gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#542981+0,542981+60,26003f+100&0+15,0.9+85 */
  background: linear-gradient(to right, rgba(84, 41, 129, 0) 0%, rgba(84, 41, 129, 0) 15%, rgba(84, 41, 129, 0.58) 60%, rgba(55, 15, 88, 0.9) 85%, rgba(38, 0, 63, 0.9) 100%); }

.bsp__section.left.color2 .bsp__section__gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0b1923+0,255275+40,255275+100&0.9+15,0+85 */
  background: linear-gradient(to left, rgba(11, 25, 35, 0.9) 0%, rgba(21, 46, 66, 0.9) 15%, rgba(37, 82, 117, 0.58) 40%, rgba(37, 82, 117, 0) 85%, rgba(37, 82, 117, 0) 100%);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8); }

.bsp__section.right.color2 .bsp__section__gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#255275+0,255275+60,0b1923+100&0+15,0.9+85 */
  background: linear-gradient(to right, rgba(37, 82, 117, 0) 0%, rgba(37, 82, 117, 0) 15%, rgba(37, 82, 117, 0.58) 60%, rgba(21, 46, 66, 0.9) 85%, rgba(11, 25, 35, 0.9) 100%);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8); }

.bsp__section.left.color3 .bsp__section__gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#231c03+0,896718+40,ad841f+100&0.9+15,0+85 */
  background: linear-gradient(to right, rgba(35, 28, 3, 0.9) 0%, rgba(73, 56, 11, 0.9) 15%, rgba(137, 103, 24, 0.58) 40%, rgba(164, 125, 29, 0) 85%, rgba(173, 132, 31, 0) 100%);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8); }

.bsp__section.right.color3 .bsp__section__gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ad841f+0,896718+60,231c03+100&0+15,0.9+85 */
  background: linear-gradient(to right, rgba(173, 132, 31, 0) 0%, rgba(164, 125, 29, 0) 15%, rgba(137, 103, 24, 0.58) 60%, rgba(73, 56, 11, 0.9) 85%, rgba(35, 28, 3, 0.9) 100%);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8); }

/*----------------------------------------------------------*/
/*Background Image*/
.bsp__section__background {
  position: relative; }
  .bsp__section__background img {
    width: 100%;
    max-width: 100%;
    height: auto; }

.bsp__section__background__image-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed !important;
  background-position: center center !important;
  background-repeat: none !important;
  top: 0; }

.bsp__section .bsp__section__background--gradient {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 70%; }

.bsp__section.color1 .bsp__section__background--gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#542981+0,542981+100&0+0,1+100 */
  background: linear-gradient(to bottom, rgba(84, 41, 129, 0) 0%, #542981 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00542981', endColorstr='#542981',GradientType=0 ); }

.bsp__section.color2 .bsp__section__background--gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f597b+0,3f597b+100&0+0,1+100 */
  background: linear-gradient(to bottom, rgba(63, 89, 123, 0) 0%, #3f597b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f597b', endColorstr='#3f597b',GradientType=0 ); }

.bsp__section.color3 .bsp__section__background--gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ad841f+0,ad841f+100&0+0,1+100 */
  background: linear-gradient(to bottom, rgba(173, 132, 31, 0) 0%, #ad841f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ad841f', endColorstr='#ad841f',GradientType=0 ); }

@media only screen and (min-width: 40rem) {
  .bsp__section__content__title {
    font-size: 44px; }
  .bsp__section__content__quote__img {
    width: 160px; } }

@media only screen and (min-width: 64rem) {
  .bsp__section__content__title {
    font-size: 75px;
    color: #fff;
    text-shadow: 0 2px 3px rgba(48, 12, 71, 0.35);
    padding: 0; }
  .bsp__section.color1 {
    background: #542981; }
  .bsp__section.color2 {
    background: #3f597b; }
  .bsp__section.color3 {
    background: #AD841F; }
  .bsp__section div.content-wrapper--inner {
    max-width: 60%; }
  .bsp__section.left div.content-wrapper--inner {
    padding: 10% 0 10% 10%; }
  .bsp__section:nth-of-type(even) div.content-wrapper--inner {
    padding: 10% 10% 10% 0;
    float: right; }
  .bsp__section.color1 .bsp__section__content__title, .bsp__section.color2 .bsp__section__content__title, .bsp__section.color3 .bsp__section__content__title {
    color: #FFF; }
  .bsp__section.color1 .bsp__section__content__title span, .bsp__section.color1 .bsp__section__content__title em, .bsp__section.color2 .bsp__section__content__title span, .bsp__section.color2 .bsp__section__content__title em, .bsp__section.color3 .bsp__section__content__title span, .bsp__section.color3 .bsp__section__content__title em {
    color: #ffc72c; }
  .bsp__section__content__quote {
    margin: 140px 0 0;
    padding: 0;
    background: none;
    text-align: left; }
  .bsp__section.color1 .bsp__section__content__quote, .bsp__section.color2 .bsp__section__content__quote, .bsp__section.color3 .bsp__section__content__quote {
    background: none; }
  .bsp__section__content__quote__img {
    position: absolute;
    top: -70px;
    width: 180px;
    height: 180px;
    margin: 0; }
  .bsp__section__content__quote--wrapper {
    border: 17px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 2px 14px -2px rgba(0, 0, 0, 0.2); }
  .bsp__section__content__quote__message {
    font-size: 36px;
    line-height: 1.5; }
    .bsp__section__content__quote__message:before {
      content: '\201C';
      display: inline-block;
      position: absolute;
      top: -25px;
      left: -45px;
      font-family: "Noto Serif", serif;
      font-size: 70px; }
  /*-------- Position-Right*/
  .bsp__section.right .bsp__section__content__title {
    text-align: right; }
  .bsp__section.right .bsp__section__content__quote--wrapper {
    padding: 70px 70px 70px 140px; }
  .bsp__section.right .bsp__section__content__quote__img {
    left: -80px; }
  .bsp__section.right .bsp__section__content__cta {
    text-align: right; }
  .bsp__section.left .bsp__section__content__title {
    text-align: left; }
  .bsp__section.left .bsp__section__content__quote--wrapper {
    padding: 70px 70px 70px 140px; }
  .bsp__section.left .bsp__section__content__quote__img {
    left: -80px; }
  .bsp__section.left .bsp__section__content__cta {
    text-align: left; }
  /*-------- Position-Left*/
  .bsp__section__gradient {
    display: block; }
  .bsp__section__background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; } }

/* --------------------------------

Vertical navigation

-------------------------------- */
.bsp__vertical-nav {
  position: absolute;
  z-index: 3;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: auto;
  transform: scale(0);
  transform-origin: right bottom;
  transition: transform 0.2s;
  border-radius: 0.25em;
  background-color: rgba(234, 242, 227, 0.9);
  overflow: hidden; }
  .bsp__vertical-nav.fixed {
    position: fixed; }
  .bsp__vertical-nav ul {
    list-style: none;
    margin: 0;
    line-height: 1; }
  .bsp__vertical-nav a {
    display: block;
    padding: 1em;
    color: #3a2c41;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    border-bottom: 1px solid rgba(58, 44, 65, 0.1); }
    .bsp__vertical-nav a:hover {
      text-decoration: none; }
    .bsp__vertical-nav a.active {
      color: #c0a672; }
  .bsp__vertical-nav.open {
    transform: scale(1);
    -webkit-overflow-scrolling: touch; }

@media only screen and (min-width: 64rem) {
  .bsp__vertical-nav {
    right: 0;
    top: 0;
    bottom: auto;
    height: 100vh;
    width: 90px;
    max-width: none;
    max-height: none;
    transform: scale(1);
    background-color: transparent;
    display: table; }
    .bsp__vertical-nav::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(33, 0, 54, 0.9);
      transform: translateX(100%);
      transition: transform 0.4s; }
  .no-touchevents .bsp__vertical-nav:hover::before, .touchevents .bsp__vertical-nav::before {
    transform: translateX(0); }
  .bsp__vertical-nav ul {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .bsp__vertical-nav a {
    position: relative;
    padding: 2.5em 0 0;
    margin: 1em auto 2.2em;
    border-bottom: none;
    font-size: 1.2rem;
    color: #eaf2e3; }
    .bsp__vertical-nav a.active {
      color: #eaf2e3; }
    .bsp__vertical-nav a::before, .bsp__vertical-nav a::after {
      content: '';
      position: absolute;
      left: 50%;
      /* Force Hardware Acceleration */
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0); }
    .bsp__vertical-nav a::before {
      top: 0;
      height: 32px;
      width: 32px;
      border-radius: 50%;
      background: #FFF;
      box-shadow: 0px 2px 14px -2px rgba(0, 0, 0, 0.75);
      border: 3px solid #fff;
      transform: translateX(-50%) scale(0.25);
      transition: transform 0.4s, background-color 0.2s; }
    .bsp__vertical-nav a::after {
      opacity: 0;
      top: 8px;
      height: 16px;
      width: 16px;
      background: url(../img/cd-nav-icons.svg) no-repeat;
      transform: translateX(-50%) scale(0);
      transition: transform 0.4s 0s, opacity 0.1s 0.3s; }
    .bsp__vertical-nav a.active::before {
      background-color: #c0a672; }
  .no-touchevents .bsp__vertical-nav a:hover::before {
    background-color: #c0a672; }
  .bsp__vertical-nav li:first-of-type a::after {
    background-position: 0px -48px;
    transform: translateX(-50%) translateY(4.5em) scale(0.01); }
  .bsp__vertical-nav li:first-of-type a::before {
    transform: translateX(-50%) translateY(4.5em) scale(0.5); }
  .bsp__vertical-nav li:nth-of-type(2) a::after {
    background-position: 0px -32px;
    transform: translateX(-50%) translateY(1.5em) scale(0.01); }
  .bsp__vertical-nav li:nth-of-type(2) a::before {
    transform: translateX(-50%) translateY(1.5em) scale(0.5); }
  .bsp__vertical-nav li:nth-of-type(3) a::after {
    background-position: 0px -16px;
    transform: translateX(-50%) translateY(-1.5em) scale(0.01); }
  .bsp__vertical-nav li:nth-of-type(3) a::before {
    transform: translateX(-50%) translateY(-1.5em) scale(0.5); }
  .bsp__vertical-nav .label {
    display: block;
    padding: 0;
    font-size: 0.7rem;
    background: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transform: translateX(100%);
    transition: transform 0.4s; }
  .no-touchevents .bsp__vertical-nav:hover a::before, .no-touchevents .bsp__vertical-nav:hover a::after {
    transform: translateX(-50%) scale(1); }
  .touchevents .bsp__vertical-nav li:nth-of-type(n) a::before, .touchevents .bsp__vertical-nav li:nth-of-type(n) a::after {
    transform: translateX(-50%) scale(1); }
  .no-touchevents .bsp__vertical-nav:hover a::after, .touchevents .bsp__vertical-nav a::after {
    opacity: 1;
    transition: transform 0.4s, opacity 0s; }
  .no-touchevents .bsp__vertical-nav:hover .label, .touchevents .bsp__vertical-nav .label {
    transform: translateX(0); } }

/* --------------------------------

Content Sections - basic style

-------------------------------- */
.bsp__section {
  display: table;
  width: 100%;
  height: 100%;
  background: #FFF;
  position: relative;
  overflow: hidden; }
  .bsp__section div.content-wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    overflow: hidden; }

.bsp__scroll-down {
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: 20px;
  width: 44px;
  height: 44px;
  background: url(../img/cd-arrow-bottom.svg) no-repeat center center; }

/* --------------------------------

no-js

-------------------------------- */
.no-js .bsp__vertical-nav {
  position: static;
  height: auto;
  width: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0;
  transform: scale(1); }
  .no-js .bsp__vertical-nav::before {
    display: none; }
  .no-js .bsp__vertical-nav ul::after {
    clear: both;
    content: "";
    display: table; }
  .no-js .bsp__vertical-nav li {
    display: inline-block;
    float: left; }
  .no-js .bsp__vertical-nav a {
    padding: 0 1em;
    margin: 1.5em 1em;
    color: #eaf2e3; }
    .no-js .bsp__vertical-nav a.active {
      color: #c0a672; }
    .no-js .bsp__vertical-nav a::after, .no-js .bsp__vertical-nav a::before {
      display: none; }
  .no-js .bsp__vertical-nav .label {
    transform: translateX(0); }

/* ======================================================= */
/*    FWC (FULL WIDTH CAROUSEL)                            */
/* ======================================================= */
.full-width-carousel {
  overflow: hidden;
  background: #581483; }
  .full-width-carousel--controller {
    padding: 1.25rem 0 6.25rem; }

@media only screen and (min-width: 960px) {
  .full-width-carousel {
    background: #FFF; }
    .full-width-carousel--controller {
      padding: 0; } }

/*Caption/Text*/
.full-width-carousel__img-element__text {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 0; }

.full-width-carousel__img-element__text--wrapper {
  color: #fff;
  width: 100%; }

.full-width-carousel__img-element__text__message {
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  margin-top: 1.5625rem;
  opacity: 0;
  transition: all .2s ease-in-out; }

@media only screen and (min-width: 960px) {
  .full-width-carousel__img-element {
    height: 50vh; }
  .full-width-carousel__img-element__text__message {
    font-size: 30px;
    padding: 0 100px;
    opacity: 1;
    margin: 0; } }

@media only screen and (min-width: 1200px) {
  .full-width-carousel__img-element__text__message {
    font-size: 44px;
    margin-bottom: 0; } }

/*Image*/
.full-width-carousel__img-element {
  position: relative;
  line-height: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }
  .full-width-carousel__img-element img {
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: all .2s ease-in-out; }

.full-width-carousel__img-element__image-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  top: 0; }

@media only screen and (min-width: 960px) {
  .full-width-carousel__img-element {
    background: #222; } }

/*Controls*/
.full-width-carousel .slick-slider {
  overflow: hidden; }

.slick-slide {
  outline: none !important; }
  .slick-slide * {
    outline: none !important; }

.full-width-carousel {
  position: relative; }
  .full-width-carousel .slick-slide img {
    width: 100%; }
  .full-width-carousel .slick-prev, .full-width-carousel .slick-next {
    position: absolute;
    bottom: 2.8125rem;
    z-index: 2;
    width: 40px;
    height: 30px;
    border: none;
    background: none;
    padding: 0;
    font-size: 0;
    color: #BDACC8; }
  .full-width-carousel .slick-prev {
    left: 40%; }
  .full-width-carousel .slick-next {
    right: 40%; }
  .full-width-carousel .slick-prev:before, .full-width-carousel .slick-next:before {
    font-family: 'Flaticon';
    font-size: 30px;
    line-height: 1; }
  .full-width-carousel .slick-prev:before {
    content: '\f106'; }
  .full-width-carousel .slick-next:before {
    content: '\f105'; }
  .full-width-carousel .slick-slide.slick-current.slick-active .full-width-carousel__img-element__text__message {
    opacity: 1; }
  .full-width-carousel .slick-slide img {
    opacity: .4;
    padding: 20px; }
  .full-width-carousel .slick-slide.slick-current.slick-active.slick-center img,
  .full-width-carousel .slick-slide.slick-current.slick-active img {
    opacity: 1;
    padding: 0; }

@media only screen and (min-width: 960px) {
  .full-width-carousel .slick-prev, .full-width-carousel .slick-next {
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff; }
  .full-width-carousel .slick-prev {
    left: 50px; }
  .full-width-carousel .slick-next {
    right: 50px; } }

/*Center Mode Overrides*/
/*Tint*/
.tint-5 .full-width-carousel__img-element__image-cover {
  opacity: .95; }

.tint-10 .full-width-carousel__img-element__image-cover {
  opacity: .90; }

.tint-15 .full-width-carousel__img-element__image-cover {
  opacity: .85; }

.tint-20 .full-width-carousel__img-element__image-cover {
  opacity: .80; }

.tint-25 .full-width-carousel__img-element__image-cover {
  opacity: .75; }

.tint-30 .full-width-carousel__img-element__image-cover {
  opacity: .70; }

.tint-35 .full-width-carousel__img-element__image-cover {
  opacity: .65; }

.tint-40 .full-width-carousel__img-element__image-cover {
  opacity: .60; }

.tint-45 .full-width-carousel__img-element__image-cover {
  opacity: .55; }

.tint-50 .full-width-carousel__img-element__image-cover {
  opacity: .50; }

.tint-55 .full-width-carousel__img-element__image-cover {
  opacity: .45; }

.tint-60 .full-width-carousel__img-element__image-cover {
  opacity: .40; }

.tint-65 .full-width-carousel__img-element__image-cover {
  opacity: .35; }

.tint-70 .full-width-carousel__img-element__image-cover {
  opacity: .30; }

.tint-75 .full-width-carousel__img-element__image-cover {
  opacity: .25; }

.tint-80 .full-width-carousel__img-element__image-cover {
  opacity: .20; }

.tint-85 .full-width-carousel__img-element__image-cover {
  opacity: .15; }

.tint-90 .full-width-carousel__img-element__image-cover {
  opacity: .10; }

.tint-95 .full-width-carousel__img-element__image-cover {
  opacity: .05; }

/* ======================================================= */
/*    SOCIAL SLIDER                                        */
/* ======================================================= */
.social-slider {
  position: relative;
  background: #fff;
  overflow: hidden; }
  @media (max-width: 56.25rem) {
    .social-slider {
      padding-bottom: 2.5rem; } }
  .social-slider .slick-track {
    display: -ms-flexbox;
    display: flex; }
  .social-slider .slick-slide {
    float: none;
    height: auto;
    display: -ms-flexbox;
    display: flex; }

.social-slider__ind-element {
  border: 1px solid #DDD; }

.social-slider__ind-element__image {
  display: block;
  line-height: 0;
  background: #581483; }
  .social-slider__ind-element__image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: all .2s ease-in-out; }
  .social-slider__ind-element__image:hover img {
    opacity: .4;
    filter: grayscale(100%); }

.social-slider__ind-element__post-content {
  padding: 40px 30px 30px;
  position: relative; }

/*----social icon*/
.social-slider__ind-element__post-content__icon {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%); }

.social-slider__ind-element__post-content__icon--wrapper {
  display: inline-block;
  text-align: center;
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px; }
  .social-slider__ind-element__post-content__icon--wrapper span {
    top: -4px;
    display: block;
    position: relative; }
    .social-slider__ind-element__post-content__icon--wrapper span.facebook, .social-slider__ind-element__post-content__icon--wrapper span.fa-facebook {
      color: #3b5998; }
    .social-slider__ind-element__post-content__icon--wrapper span.twitter, .social-slider__ind-element__post-content__icon--wrapper span.fa-twitter {
      color: #1da1f2; }
    .social-slider__ind-element__post-content__icon--wrapper span.youtube, .social-slider__ind-element__post-content__icon--wrapper span.fa-youtube-play {
      color: #FF0000; }
    .social-slider__ind-element__post-content__icon--wrapper span.linkedin .social-slider__ind-element__post-content__icon--wrapper span.fa-linkedin {
      color: #0073b0; }

.social-slider__ind-element__post-content__title {
  font-size: 16px;
  color: #581483;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 12px; }

.social-slider__ind-element__post-content__post {
  font-size: 16px;
  color: #444;
  font-family: "Noto Serif", serif; }

.social-slider__ind-element__post-content__more {
  text-align: center;
  margin: 20px 0 0; }
  .social-slider__ind-element__post-content__more a {
    color: #AD841F;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px; }
    .social-slider__ind-element__post-content__more a:hover {
      color: #581483; }

/*Controls*/
.slick-slide {
  outline: none !important; }
  .slick-slide * {
    outline: none !important; }

.social-slider .slick-slide {
  padding: 0 5px; }

/*Arrows*/
.social-slider__arrows {
  text-align: center;
  margin: 20px 0 0; }

.social-slider__prev, .social-slider__next {
  display: inline-block;
  padding: 0 5px; }

.social-slider__prev a, .social-slider__next a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #9162AF;
  border: 3px solid #9162af;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  font-size: 24px;
  color: #581483;
  opacity: .5;
  transition: all .2s ease-in-out; }

.social-slider__prev a:hover, .social-slider__next a:hover {
  opacity: 1;
  background: #fff; }

@media only screen and (min-width: 900px) {
  .social-slider__arrows {
    margin: 0; }
  .social-slider__prev {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 225px;
    padding: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.93+13,0+100 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.93) 13%, rgba(255, 255, 255, 0) 100%); }
  .social-slider__next {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 225px;
    padding: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.93+87 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 87%, rgba(255, 255, 255, 0.93) 100%); }
  .social-slider__prev a, .social-slider__next a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .social-slider .social-slider__prev a {
    left: -80px; }
  .social-slider .social-slider__next a {
    right: -80px; }
  .social-slider:hover .social-slider__prev a {
    left: 30px; }
  .social-slider:hover .social-slider__next a {
    right: 30px; } }

@media only screen and (min-width: 1200px) {
  .social-slider__prev a, .social-slider__next a {
    width: 70px;
    height: 70px;
    border: 4px solid #9162AF;
    border: 4px solid #9162af;
    font-size: 30px;
    line-height: 62px; } }

/* ======================================================= */
/*    VSP (VIDEO SLIDE PANEL)                              */
/* ======================================================= */
/*youtube video container*/
.video-slide-panel__video {
  position: relative;
  display: none; }

.video-slide-panel__video__close {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2; }
  .video-slide-panel__video__close a {
    display: block;
    color: #FFF;
    font-size: 24px;
    background: #581483;
    background: rgba(88, 20, 131, 0.6);
    padding: 10px 20px 10px 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    transition: all .2s ease-in-out; }
    .video-slide-panel__video__close a:hover {
      background: #9162AF;
      color: #FFF; }

/*content*/
.video-slide-panel__content {
  position: relative; }

.video-slide-panel__content__info {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #581483;
  padding: 10px 0 30px; }

.video-slide-panel__content__info__title {
  font-size: 30px;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 2px 3px rgba(48, 12, 71, 0.35); }

.video-slide-panel__content__info__container {
  margin: 30px 0 0; }

.video-slide-panel__content__info__headshot-trigger {
  position: relative;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0; }

.video-slide-panel__content__info__headshot {
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.5); }
  .video-slide-panel__content__info__headshot img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block; }

.video-slide-panel__content__info__trigger {
  margin: -10px 0 0; }
  .video-slide-panel__content__info__trigger a {
    display: block;
    transition: all .2s ease-in-out; }
    .video-slide-panel__content__info__trigger a .video-slide-panel__content__info__trigger--wrapper {
      width: 60px;
      height: 60px;
      background: #fff;
      line-height: 61px;
      text-align: center;
      border-radius: 50%;
      border: 2px solid #fff;
      padding: 0 0 0 5px;
      box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.5); }
    .video-slide-panel__content__info__trigger a i {
      color: #AD841F;
      font-size: 22px; }
    .video-slide-panel__content__info__trigger a:hover {
      transform: rotate(-8deg) scale(1.8); }
      .video-slide-panel__content__info__trigger a:hover .video-slide-panel__content__info__trigger--wrapper {
        background: #AD841F; }
      .video-slide-panel__content__info__trigger a:hover i {
        color: #FFF; }
    .video-slide-panel__content__info__trigger a .video-slide-panel__content__info__trigger--wrapper, .video-slide-panel__content__info__trigger a i {
      transition: all .2s ease-in-out; }

@media only screen and (min-width: 1100px) {
  .video-slide-panel__content__info__container {
    margin: 50px 0 0; }
  .video-slide-panel__content__info {
    position: absolute;
    bottom: 80px;
    background: none;
    padding: 0; }
  .video-slide-panel__content__info__title {
    font-size: 85px; }
  .video-slide-panel__content__info__headshot-trigger {
    margin: 0 30px 0 0; }
  .video-slide-panel__content__info__headshot {
    width: 125px; }
  .video-slide-panel__content__info__trigger {
    position: absolute;
    bottom: -8px;
    left: 0;
    margin: 0; }
    .video-slide-panel__content__info__trigger a .video-slide-panel__content__info__trigger--wrapper {
      width: 50px;
      height: 50px;
      line-height: 51px; } }

.video-slide-panel__content__info__author {
  display: inline-block;
  vertical-align: middle; }

.video-slide-panel__content__info__author--name {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFC72C; }
  .video-slide-panel__content__info__author--name span {
    color: #FFF; }

.video-slide-panel__content__info__author--programs {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-weight: bold;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0; }
  .video-slide-panel__content__info__author--programs:before {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    margin: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .video-slide-panel__content__info__author--programs a {
    color: rgba(255, 255, 255, 0.7); }
  .video-slide-panel__content__info__author--programs li {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px; }
    .video-slide-panel__content__info__author--programs li:before {
      content: '\2022';
      color: #EFD38E;
      display: inline-block;
      vertical-align: middle;
      padding: 0 10px; }
    .video-slide-panel__content__info__author--programs li:first-of-type:before {
      display: none; }

.video-slide-panel__content__info__author--hometown {
  font-family: "Noto Serif", serif;
  font-style: italic;
  color: #B5B5B5;
  font-size: 11px; }

@media only screen and (min-width: 600px) {
  .video-slide-panel__content__info__author--name {
    font-size: 20px; }
  .video-slide-panel__content__info__author--programs li {
    font-size: 14px; }
  .video-slide-panel__content__info__author--hometown {
    font-size: 12px; } }

/*Gradient*/
.video-slide-panel__content__gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#542981+0,542981+100&0.9+10,0+82 */
  background: linear-gradient(45deg, rgba(84, 41, 129, 0.9) 0%, rgba(84, 41, 129, 0.9) 10%, rgba(84, 41, 129, 0) 82%, rgba(84, 41, 129, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6542981', endColorstr='#00542981',GradientType=1 ); }

/*Main Image*/
.video-slide-panel__content__main-image {
  position: relative;
  width: 100%;
  line-height: 0; }
  .video-slide-panel__content__main-image img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .video-slide-panel__content__main-image:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 50%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#581483+0,581483+100&0+0,1+92 */
    background: linear-gradient(to bottom, rgba(88, 20, 131, 0) 0%, #581483 92%, #581483 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00581483', endColorstr='#581483',GradientType=0 ); }

@media only screen and (min-width: 1100px) {
  .video-slide-panel__content__main-image:before {
    display: none; } }

.site-header {
  top: 0;
  left: 0;
  position: relative;
  z-index: 6; }

.site-main {
  position: relative;
  z-index: 2; }

.utility-menu {
  width: 100%; }
  .utility-menu li {
    display: inline-block;
    vertical-align: bottom; }

.home .breadcrumbs {
  display: none; }

@media (max-width: 56.25rem) {
  .has-alert .site-header {
    min-height: 0; } }

.site-header {
  background-color: #fff;
  width: 100%; }
  .site-header__upper {
    padding: 1.875rem 1.875rem 0;
    position: relative; }
    .site-header__upper .row, .site-header__upper .padded-row {
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .site-header__nav-container {
    padding: 0 1.875rem;
    background-color: #581483; }

.site-header__upper__column--logo {
  margin-bottom: 1.875rem; }

.site-header__logo {
  line-height: 0;
  display: block;
  position: absolute;
  z-index: 99999; }

.menu-toggle-container {
  display: none; }

.main-menu {
  z-index: 9;
  width: 100%;
  position: relative; }
  .main-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 0; }
  .main-menu li {
    display: block;
    margin: 0;
    list-style: none; }
  .main-menu a {
    display: block;
    color: #fff;
    text-decoration: none; }

.no-touchevents nav > ul > li.menu-item-has-children:hover > a {
  text-decoration: none; }
  .no-touchevents nav > ul > li.menu-item-has-children:hover > a:after {
    display: block; }
  .no-touchevents nav > ul > li.menu-item-has-children:hover > a + ul {
    display: block; }

.touchevents .site-header__nav-container .menu__overview-link {
  display: inline-block; }

.site-header__nav-container {
  margin-top: 2.1875rem;
  width: 100%; }
  .site-header__nav-container:after {
    content: "";
    width: 100vw;
    bottom: 0;
    height: 3.6875rem;
    left: 0;
    background: #581483;
    position: absolute; }
  .site-header__nav-container nav > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 75rem;
    margin: 0 auto;
    font-family: "proxima-nova", sans-serif;
    line-height: 1.5;
    max-height: 3.6875rem; }
  @media (min-width: 66.6875rem) {
    .site-header__nav-container nav > ul > li {
      min-height: 3.75rem; } }
  .site-header__nav-container nav > ul > li:hover > a,
  .site-header__nav-container nav > ul > li.active > a,
  .site-header__nav-container nav > ul > li.current-page-ancestor > a,
  .site-header__nav-container nav > ul > li.current-menu-item > a {
    background-color: #995cb3; }
  .site-header__nav-container nav > ul > li > a {
    transition: background-color .4s ease;
    font-weight: 600;
    padding: 1.0625rem 0.625rem 1.125rem;
    text-transform: uppercase;
    font-size: 1rem; }
    @media (min-width: 66.6875rem) {
      .site-header__nav-container nav > ul > li > a {
        padding: 1.0625rem 1.25rem 0.9375rem;
        font-size: 1.0625rem; } }
    @media (min-width: 81.25rem) {
      .site-header__nav-container nav > ul > li > a {
        padding: 1.0625rem 1.25rem 0.9375rem;
        font-size: 1.125rem; } }
  .site-header__nav-container nav > ul > li:nth-child(n+4) > ul {
    right: 0; }
  .site-header__nav-container .menu__overview-link {
    display: none; }
  .site-header__nav-container nav > ul > li.menu-item-has-children {
    text-align: center;
    position: relative; }
    .site-header__nav-container nav > ul > li.menu-item-has-children a:hover {
      text-decoration: none; }
    .site-header__nav-container nav > ul > li.menu-item-has-children:after {
      content: "";
      display: none;
      height: 1.25rem;
      position: relative; }
    .site-header__nav-container nav > ul > li.menu-item-has-children:hover:after {
      display: block; }
    .site-header__nav-container nav > ul > li.menu-item-has-children.active > a {
      text-decoration: none; }
      .site-header__nav-container nav > ul > li.menu-item-has-children.active > a:after {
        display: block; }
      .site-header__nav-container nav > ul > li.menu-item-has-children.active > a + ul {
        display: block; }
    .site-header__nav-container nav > ul > li.menu-item-has-children > a:after {
      display: none;
      content: "\f0de";
      position: absolute;
      font-family: "FontAwesome";
      line-height: 1;
      transform: translateY(23px);
      font-size: 40px;
      color: #fff;
      z-index: 3001;
      margin: 0 auto;
      left: 0;
      right: 0;
      text-shadow: 0px -3px 7px rgba(150, 150, 150, 0.3); }
  .site-header__nav-container nav > ul > li > ul {
    background-color: #fff;
    position: absolute;
    z-index: 3000;
    text-align: left;
    display: none;
    padding: 0.9375rem;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    width: 37.5rem;
    transform: translateY(20px);
    letter-spacing: 0; }
  .site-header__nav-container nav > ul > li > ul > li {
    max-width: 49.5%;
    display: inline-block;
    vertical-align: text-top;
    padding: 0 0.9375rem;
    width: 100%; }
    .site-header__nav-container nav > ul > li > ul > li > a {
      position: relative;
      color: #525252;
      padding: 0.625rem 0;
      margin-bottom: 0.625rem;
      display: inline-block; }
      .site-header__nav-container nav > ul > li > ul > li > a:hover:after {
        width: 100%; }
      .site-header__nav-container nav > ul > li > ul > li > a:after {
        transition: width .4s ease;
        content: "";
        display: block;
        width: 0%;
        position: absolute;
        bottom: 0;
        height: 0.3125rem;
        background-color: #EFD38E; }

@media (min-width: 56.3125rem) {
  .site-header:not(.sticky) .utility-menu-container .menu__overview-link {
    display: none; }
  .site-header:not(.sticky) .utility-menu-container nav > ul > li.menu-item-has-children {
    text-align: center;
    position: relative; }
    .site-header:not(.sticky) .utility-menu-container nav > ul > li.menu-item-has-children a:hover {
      text-decoration: none; }
    .site-header:not(.sticky) .utility-menu-container nav > ul > li.menu-item-has-children:after {
      content: "";
      display: none;
      height: 1.25rem;
      position: relative; }
    .site-header:not(.sticky) .utility-menu-container nav > ul > li.menu-item-has-children:hover:after {
      display: block; }
    .site-header:not(.sticky) .utility-menu-container nav > ul > li.menu-item-has-children.active > a {
      text-decoration: none; }
      .site-header:not(.sticky) .utility-menu-container nav > ul > li.menu-item-has-children.active > a:after {
        display: block; }
      .site-header:not(.sticky) .utility-menu-container nav > ul > li.menu-item-has-children.active > a + ul {
        display: block; }
    .site-header:not(.sticky) .utility-menu-container nav > ul > li.menu-item-has-children > a:after {
      display: none;
      content: "\f0de";
      position: absolute;
      font-family: "FontAwesome";
      line-height: 1;
      transform: translateY(23px);
      font-size: 40px;
      color: #fff;
      z-index: 3001;
      margin: 0 auto;
      left: 0;
      right: 0;
      text-shadow: 0px -3px 7px rgba(150, 150, 150, 0.3); }
  .site-header:not(.sticky) .utility-menu-container nav > ul > li > ul {
    background-color: #fff;
    position: absolute;
    z-index: 3000;
    text-align: left;
    display: none;
    padding: 0.9375rem;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    width: 37.5rem;
    transform: translateY(20px);
    letter-spacing: 0; }
  .site-header:not(.sticky) .utility-menu-container nav > ul > li > ul > li {
    max-width: 49.5%;
    display: inline-block;
    vertical-align: text-top;
    padding: 0 0.9375rem;
    width: 100%; }
    .site-header:not(.sticky) .utility-menu-container nav > ul > li > ul > li > a {
      position: relative;
      color: #525252;
      padding: 0.625rem 0;
      margin-bottom: 0.625rem;
      display: inline-block; }
      .site-header:not(.sticky) .utility-menu-container nav > ul > li > ul > li > a:hover:after {
        width: 100%; }
      .site-header:not(.sticky) .utility-menu-container nav > ul > li > ul > li > a:after {
        transition: width .4s ease;
        content: "";
        display: block;
        width: 0%;
        position: absolute;
        bottom: 0;
        height: 0.3125rem;
        background-color: #EFD38E; }
  .site-header:not(.sticky) .utility-menu-container nav > ul > li.menu-item-has-children:after {
    width: 100%;
    position: absolute; }
  .site-header:not(.sticky) .utility-menu-container nav > ul > li.menu-item-has-children > a:after {
    bottom: -1.5625rem; }
  .site-header:not(.sticky) .utility-menu-container nav > ul > li > ul {
    width: 13rem;
    transform: translate(-20%, 20px);
    padding: 0.625rem 1.5625rem;
    line-height: 1.5; }
  .site-header:not(.sticky) .utility-menu-container nav > ul > li > ul > li {
    max-width: none;
    padding: 0; }
    .site-header:not(.sticky) .utility-menu-container nav > ul > li > ul > li a {
      margin-bottom: 0;
      z-index: 1;
      font-size: 1rem; }
      .site-header:not(.sticky) .utility-menu-container nav > ul > li > ul > li a:after {
        height: 0.25rem;
        bottom: 0.5rem;
        z-index: -1; } }

.site-header__upper__column--logo {
  -ms-flex-order: 1;
      order: 1; }

.site-header__upper__column--links.site-header__upper__column--links--ctas {
  display: none;
  -ms-flex-order: 1;
      order: 1; }

.site-header__upper__column--links--utility {
  -ms-flex-order: 2;
      order: 2; }

.site-header__upper__column--links--search {
  -ms-flex-order: 3;
      order: 3; }

.site-header__nav-container {
  -ms-flex-order: 4;
      order: 4; }

.site-header__logo {
  max-width: 19.3125rem;
  width: 100%;
  padding-right: 1.25rem; }

.site-header__upper__column--logo {
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto; }

.site-header__upper__column--links {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  font-family: "proxima-nova", sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700; }
  .site-header__upper__column--links a {
    color: #525252; }
    .site-header__upper__column--links a:after {
      color: #AD841F; }
  .site-header__upper__column--links > div {
    float: right; }
  .site-header__upper__column--links nav > ul {
    margin: 0;
    padding: 0; }

.header__cta a,
.utility-menu-container nav > ul > li > a,
.search-toggle {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #525252;
  text-transform: uppercase; }
  .header__cta a:after, .header__cta a:before,
  .utility-menu-container nav > ul > li > a:after,
  .utility-menu-container nav > ul > li > a:before,
  .search-toggle:after,
  .search-toggle:before {
    font-family: 'Flaticon';
    color: #AD841F;
    margin-left: 0.625rem;
    transition: opacity .4s ease; }
  .header__cta a:hover,
  .utility-menu-container nav > ul > li > a:hover,
  .search-toggle:hover {
    text-decoration: none; }
    .header__cta a:hover:after, .header__cta a:hover:before,
    .utility-menu-container nav > ul > li > a:hover:after,
    .utility-menu-container nav > ul > li > a:hover:before,
    .search-toggle:hover:after,
    .search-toggle:hover:before {
      opacity: .55; }

.header__cta-link {
  display: block;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2.5rem; }
  .header__cta-link:after {
    display: block; }

.header__cta {
  letter-spacing: 0.05rem; }
  .header__cta a:before {
    margin-right: 0.625rem;
    margin-left: 0; }
  .header__cta a:first-child:before {
    content: ""; }
  .header__cta a:nth-child(2):before {
    content: ""; }
  .header__cta a:nth-child(3):before {
    font-family: "FontAwesome";
    content: "\f15c"; }

.site-header__search {
  position: fixed;
  z-index: 99999;
  background: #581483;
  width: 100vw;
  height: 11.3125rem;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: flex;
  transform: translateY(-100%);
  padding: 0 1.875rem;
  transition: transform .5s ease; }
  .site-header__search form {
    max-width: 52.5rem;
    width: 100%;
    padding: 0 1.25rem;
    border-bottom: 0.0625rem #BDACC8 solid;
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: flex; }
    .site-header__search form:after, .site-header__search form:before {
      position: absolute;
      content: "";
      width: 0.0625rem;
      height: 50%;
      bottom: 0;
      background: #BDACC8; }
    .site-header__search form:after {
      right: 0; }
    .site-header__search form:before {
      left: 0; }
  .site-header__search label {
    width: calc(100% - 28px); }
  .site-header__search input {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border: 0;
    box-shadow: none;
    background: none;
    color: #fff;
    width: 100%;
    height: 2.5rem;
    font-family: "proxima-nova", sans-serif;
    font-size: 1.875rem; }
  .site-header__search .site-search__submit {
    border: none;
    box-shadow: none;
    background: none;
    padding: 0;
    font-size: 0;
    width: 1.75rem; }
    .site-header__search .site-search__submit:after {
      font-family: "Flaticon";
      content: "";
      color: #AD841F;
      font-size: 1.75rem; }
  .site-header__search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 1.875rem;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .site-header__search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-size: 1.875rem;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .site-header__search :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-size: 1.875rem;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .site-header__search :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-size: 1.875rem;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }

.search-toggle {
  border: none;
  box-shadow: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.09375rem;
  line-height: 1.1; }
  .search-toggle:after {
    content: ""; }

.search-container.active .site-header__search {
  transform: none; }

.search-container.active .search-toggle {
  position: fixed;
  top: 0.9375rem;
  z-index: 30003;
  right: 1.25rem;
  font-size: 0;
  z-index: 9999999; }
  .search-container.active .search-toggle:after {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f055";
    color: #AD841F;
    font-size: 1.25rem;
    transform: rotate(45deg);
    cursor: pointer;
    line-height: 1; }

.utility-menu-container ul {
  margin: 0; }

.utility-menu-container nav > ul > li > ul {
  display: none; }
  .utility-menu-container nav > ul > li > ul a {
    text-transform: none;
    font-weight: 400; }

.utility-menu-container nav > ul > li > a {
  display: block;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2.5rem; }
  .utility-menu-container nav > ul > li > a:before {
    display: block;
    margin-right: 0.625rem;
    margin-left: 0; }

.utility-menu-container nav > ul > li:first-child > a:before {
  content: ""; }

.utility-menu-container nav > ul > li:nth-child(2) > a:before {
  content: "";
  width: 1.8125rem; }

.utility-menu-container nav > ul > li:nth-child(3) > a:before {
  content: ""; }

.menu-toggle-container {
  display: none;
  position: relative;
  max-width: 12.8125rem;
  position: absolute;
  right: 0;
  width: 100%; }

.menu-toggle {
  margin: 0;
  box-shadow: none;
  border: none;
  background: #581483;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 2;
  padding: 2.1875rem 2.1875rem 2.25rem;
  width: 100%;
  text-align: left;
  line-height: 1; }
  .menu-toggle:after {
    color: #fff;
    font-size: 1.1875rem;
    font-family: "FontAwesome";
    content: "\f0c9";
    transition: transform .4s ease;
    display: inline-block; }
  .menu-toggle.open:after {
    content: "\f055";
    transform: rotate(45deg); }

.site-header__nav-row {
  letter-spacing: 0.09375rem; }

@keyframes sticky-animate {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }

.site-header.sticky {
  width: 100%;
  top: 0;
  left: 0; }
  .site-header.sticky .menu__overview-link {
    display: inline-block; }
  .site-header.sticky .sticky-container {
    z-index: 3001;
    animation-name: sticky-animate;
    animation-duration: .8s;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff; }
    .admin-bar .site-header.sticky .sticky-container {
      top: 32px; }
      @media screen and (max-width: 782px) {
        .admin-bar .site-header.sticky .sticky-container {
          top: 46px; } }
  .site-header.sticky .site-header__upper {
    padding-top: 0;
    min-height: 5.625rem; }
  .site-header.sticky .site-header__logo {
    max-width: 13.4375rem;
    margin-top: 1.5625rem; }
  .site-header.sticky .site-header__upper__column--logo {
    display: inline-block; }
  .site-header.sticky .site-header__upper .row, .site-header.sticky .site-header__upper .padded-row {
    display: block;
    height: 5.625rem; }
  .site-header.sticky .site-header__upper__column--links > div {
    float: none; }
  .site-header.sticky .site-header__nav-row {
    position: fixed;
    right: 0;
    top: 0; }
    .admin-bar .site-header.sticky .site-header__nav-row {
      position: absolute; }
  .site-header.sticky .site-header__upper__column--links--utility {
    width: 100%;
    clear: both;
    display: block;
    position: relative;
    right: auto;
    top: auto;
    float: right; }
    .site-header.sticky .site-header__upper__column--links--utility .utility-menu-container {
      max-width: 20rem;
      float: right; }
  .site-header.sticky .main-menu {
    position: relative; }
  .site-header.sticky .site-header__nav-container {
    margin-top: 5.625rem;
    padding: 0; }
    .site-header.sticky .site-header__nav-container:after {
      display: none; }
    .site-header.sticky .site-header__nav-container nav > ul {
      background: #581483;
      display: block;
      max-height: none;
      position: relative;
      z-index: 3; }
      @media screen and (max-width: 900px) {
        .site-header.sticky .site-header__nav-container nav > ul .hsu-active ul {
          display: block; } }
    @media screen and (max-width: 900px) {
      .site-header.sticky .site-header__nav-container nav > ul > li > ul .hsu_current_page_item {
        background: #9935D8; } }
  .site-header.sticky .site-header__upper__column--links.site-header__upper__column--links--ctas {
    width: 100%;
    position: fixed;
    top: 2rem;
    right: 17.1875rem;
    display: block;
    width: 27.5rem; }
    .admin-bar .site-header.sticky .site-header__upper__column--links.site-header__upper__column--links--ctas {
      position: absolute; }
  .site-header.sticky .header__cta {
    width: 100%;
    display: -ms-flexbox;
    display: flex; }
    .site-header.sticky .header__cta a {
      font-size: 0.75rem;
      margin-right: 1.875rem; }
  .site-header.sticky .utility-menu-container {
    width: 100%; }
  .site-header.sticky .utility-menu {
    background: #F4F4F4; }
    .site-header.sticky .utility-menu li:not(:first-child), .site-header.sticky .utility-menu li:not(:last-child) {
      width: 100%;
      border-bottom: 0.0625rem #D3D3D3 solid; }
    .site-header.sticky .utility-menu li:last-child {
      border-bottom: 0; }
    .site-header.sticky .utility-menu li:not(:first-child) a {
      padding: 0.5rem 1.25rem 0.375rem; }
  .site-header.sticky .site-header__upper__column--links--search {
    position: absolute;
    right: 15.1875rem;
    height: 1rem;
    width: 1rem;
    top: 2.1875rem; }
    .site-header.sticky .site-header__upper__column--links--search span {
      display: none; }
  .site-header.sticky .search-toggle {
    position: fixed;
    display: block;
    font-size: 1.125rem;
    right: 15.25rem; }
  .site-header.sticky .menu-toggle-container {
    display: block;
    -ms-flex-order: 2;
        order: 2; }
  .site-header.sticky .site-header__nav-container nav > ul > li,
  .site-header.sticky .utility-menu .menu-item-has-children {
    text-align: left;
    width: 100%; }
    .site-header.sticky .site-header__nav-container nav > ul > li:after,
    .site-header.sticky .utility-menu .menu-item-has-children:after {
      display: none; }
    .site-header.sticky .site-header__nav-container nav > ul > li:hover:after,
    .site-header.sticky .utility-menu .menu-item-has-children:hover:after {
      display: none; }
    .site-header.sticky .site-header__nav-container nav > ul > li:hover > a + ul,
    .site-header.sticky .utility-menu .menu-item-has-children:hover > a + ul {
      display: none; }
    .site-header.sticky .site-header__nav-container nav > ul > li.active > a,
    .site-header.sticky .utility-menu .menu-item-has-children.active > a {
      background-color: #995cb3; }
      .site-header.sticky .site-header__nav-container nav > ul > li.active > a:after,
      .site-header.sticky .utility-menu .menu-item-has-children.active > a:after {
        display: none; }
      .site-header.sticky .site-header__nav-container nav > ul > li.active > a:before,
      .site-header.sticky .utility-menu .menu-item-has-children.active > a:before {
        color: #fff;
        content: "\f106"; }
      .site-header.sticky .site-header__nav-container nav > ul > li.active > a + ul,
      .site-header.sticky .utility-menu .menu-item-has-children.active > a + ul {
        display: block; }
    .site-header.sticky .site-header__nav-container nav > ul > li > a,
    .site-header.sticky .utility-menu .menu-item-has-children > a {
      text-align: left;
      position: relative;
      font-size: 1rem;
      padding: 0.875rem 1.75rem;
      text-transform: uppercase;
      background-color: #581483;
      color: #fff;
      display: block;
      width: 100%;
      border: none;
      letter-spacing: 0.125rem;
      line-height: 1.5; }
    .site-header.sticky .site-header__nav-container nav > ul > li > a:after,
    .site-header.sticky .utility-menu .menu-item-has-children > a:after {
      display: none; }
    .site-header.sticky .site-header__nav-container nav > ul > li > a:before,
    .site-header.sticky .utility-menu .menu-item-has-children > a:before {
      font-family: "FontAwesome";
      content: "\f107";
      position: absolute;
      right: 1.25rem;
      color: #9162AF;
      margin: 0; }
  .site-header.sticky .site-header__nav-container nav > ul > li > ul,
  .site-header.sticky .utility-menu .menu-item-has-children ul {
    background: none;
    position: relative;
    z-index: 3000;
    display: block;
    padding: 0;
    box-shadow: none;
    width: 100%;
    transform: none;
    display: none; }
  .site-header.sticky .site-header__nav-container nav > ul > li > ul > li,
  .site-header.sticky .utility-menu .menu-item-has-children li {
    max-width: none;
    display: block;
    padding: 0;
    width: 100%;
    background: #581483;
    border: none;
    text-transform: none;
    font-weight: 400;
    line-height: 1.5; }
    .site-header.sticky .site-header__nav-container nav > ul > li > ul > li > a,
    .site-header.sticky .utility-menu .menu-item-has-children li > a {
      border: none;
      color: #fff;
      padding: 0.5rem 1.75rem;
      margin: 0;
      display: inline-block;
      font-size: 0.875rem; }
      .site-header.sticky .site-header__nav-container nav > ul > li > ul > li > a:after,
      .site-header.sticky .utility-menu .menu-item-has-children li > a:after {
        display: none; }
  .site-header.sticky .site-header__nav-row .site-header__nav-container,
  .site-header.sticky .site-header__nav-row .site-header__upper__column--links--utility {
    transition: transform .4s ease;
    transform: translateX(110%);
    opacity: 0; }
  .site-header.sticky .site-header__nav-row.active {
    max-height: 100vh;
    padding-left: 25rem;
    height: auto !important;
    overflow-y: auto;
    overflow-x: hidden; }
    .site-header.sticky .site-header__nav-row.active .site-header__nav-container,
    .site-header.sticky .site-header__nav-row.active .site-header__upper__column--links--utility {
      transform: none;
      opacity: 1;
      transition: all .4s ease; }
  .site-header.sticky .search-container.active .site-header__search {
    transform: none; }
  .site-header.sticky .search-container.active .search-toggle {
    position: fixed;
    top: 0.9375rem;
    z-index: 30003;
    right: 1.25rem;
    font-size: 0;
    z-index: 9999999; }
    .site-header.sticky .search-container.active .search-toggle:after {
      display: inline-block;
      font-family: "FontAwesome";
      content: "\f055";
      color: #AD841F;
      font-size: 1.25rem;
      transform: rotate(45deg);
      cursor: pointer;
      line-height: 1; }

@media (max-width: 56.25rem) {
  .menu__overview-link {
    display: inline-block; }
  .sticky-container {
    z-index: 3001;
    animation-name: sticky-animate;
    animation-duration: .8s;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff; }
    .admin-bar .sticky-container {
      top: 32px; } }
    @media screen and (max-width: 56.25rem) and (max-width: 782px) {
      .admin-bar .sticky-container {
        top: 46px; } }

@media (max-width: 56.25rem) {
  .site-header__upper {
    padding-top: 0;
    min-height: 5.625rem; }
  .site-header__logo {
    max-width: 13.4375rem;
    margin-top: 1.5625rem; }
  .site-header__upper__column--logo {
    display: inline-block; }
  .site-header__upper .row, .site-header__upper .padded-row {
    display: block;
    height: 5.625rem; }
  .site-header__upper__column--links > div {
    float: none; }
  .site-header__nav-row {
    position: fixed;
    right: 0;
    top: 0; }
    .admin-bar .site-header__nav-row {
      position: absolute; }
  .site-header__upper__column--links--utility {
    width: 100%;
    clear: both;
    display: block;
    position: relative;
    right: auto;
    top: auto;
    float: right; }
    .site-header__upper__column--links--utility .utility-menu-container {
      max-width: 20rem;
      float: right; }
  .main-menu {
    position: relative; }
  .site-header__nav-container {
    margin-top: 5.625rem;
    padding: 0; }
    .site-header__nav-container:after {
      display: none; }
    .site-header__nav-container nav > ul {
      background: #581483;
      display: block;
      max-height: none;
      position: relative;
      z-index: 3; } }
    @media screen and (max-width: 56.25rem) and (max-width: 900px) {
      .site-header__nav-container nav > ul .hsu-active ul {
        display: block; } }
  @media screen and (max-width: 56.25rem) and (max-width: 900px) {
    .site-header__nav-container nav > ul > li > ul .hsu_current_page_item {
      background: #9935D8; } }

@media (max-width: 56.25rem) {
  .site-header__upper__column--links.site-header__upper__column--links--ctas {
    width: 100%;
    position: fixed;
    top: 2rem;
    right: 17.1875rem;
    display: block;
    width: 27.5rem; }
    .admin-bar .site-header__upper__column--links.site-header__upper__column--links--ctas {
      position: absolute; }
  .header__cta {
    width: 100%;
    display: -ms-flexbox;
    display: flex; }
    .header__cta a {
      font-size: 0.75rem;
      margin-right: 1.875rem; }
  .utility-menu-container {
    width: 100%; }
  .utility-menu {
    background: #F4F4F4; }
    .utility-menu li:not(:first-child), .utility-menu li:not(:last-child) {
      width: 100%;
      border-bottom: 0.0625rem #D3D3D3 solid; }
    .utility-menu li:last-child {
      border-bottom: 0; }
    .utility-menu li:not(:first-child) a {
      padding: 0.5rem 1.25rem 0.375rem; }
  .site-header__upper__column--links--search {
    position: absolute;
    right: 15.1875rem;
    height: 1rem;
    width: 1rem;
    top: 2.1875rem; }
    .site-header__upper__column--links--search span {
      display: none; }
  .search-toggle {
    position: fixed;
    display: block;
    font-size: 1.125rem;
    right: 15.25rem; }
  .menu-toggle-container {
    display: block;
    -ms-flex-order: 2;
        order: 2; }
  .site-header__nav-container nav > ul > li,
  .utility-menu .menu-item-has-children {
    text-align: left;
    width: 100%; }
    .site-header__nav-container nav > ul > li:after,
    .utility-menu .menu-item-has-children:after {
      display: none; }
    .site-header__nav-container nav > ul > li:hover:after,
    .utility-menu .menu-item-has-children:hover:after {
      display: none; }
    .site-header__nav-container nav > ul > li:hover > a + ul,
    .utility-menu .menu-item-has-children:hover > a + ul {
      display: none; }
    .site-header__nav-container nav > ul > li.active > a,
    .utility-menu .menu-item-has-children.active > a {
      background-color: #995cb3; }
      .site-header__nav-container nav > ul > li.active > a:after,
      .utility-menu .menu-item-has-children.active > a:after {
        display: none; }
      .site-header__nav-container nav > ul > li.active > a:before,
      .utility-menu .menu-item-has-children.active > a:before {
        color: #fff;
        content: "\f106"; }
      .site-header__nav-container nav > ul > li.active > a + ul,
      .utility-menu .menu-item-has-children.active > a + ul {
        display: block; }
    .site-header__nav-container nav > ul > li > a,
    .utility-menu .menu-item-has-children > a {
      text-align: left;
      position: relative;
      font-size: 1rem;
      padding: 0.875rem 1.75rem;
      text-transform: uppercase;
      background-color: #581483;
      color: #fff;
      display: block;
      width: 100%;
      border: none;
      letter-spacing: 0.125rem;
      line-height: 1.5; }
    .site-header__nav-container nav > ul > li > a:after,
    .utility-menu .menu-item-has-children > a:after {
      display: none; }
    .site-header__nav-container nav > ul > li > a:before,
    .utility-menu .menu-item-has-children > a:before {
      font-family: "FontAwesome";
      content: "\f107";
      position: absolute;
      right: 1.25rem;
      color: #9162AF;
      margin: 0; }
  .site-header__nav-container nav > ul > li > ul,
  .utility-menu .menu-item-has-children ul {
    background: none;
    position: relative;
    z-index: 3000;
    display: block;
    padding: 0;
    box-shadow: none;
    width: 100%;
    transform: none;
    display: none; }
  .site-header__nav-container nav > ul > li > ul > li,
  .utility-menu .menu-item-has-children li {
    max-width: none;
    display: block;
    padding: 0;
    width: 100%;
    background: #581483;
    border: none;
    text-transform: none;
    font-weight: 400;
    line-height: 1.5; }
    .site-header__nav-container nav > ul > li > ul > li > a,
    .utility-menu .menu-item-has-children li > a {
      border: none;
      color: #fff;
      padding: 0.5rem 1.75rem;
      margin: 0;
      display: inline-block;
      font-size: 0.875rem; }
      .site-header__nav-container nav > ul > li > ul > li > a:after,
      .utility-menu .menu-item-has-children li > a:after {
        display: none; }
  .site-header__nav-row .site-header__nav-container,
  .site-header__nav-row .site-header__upper__column--links--utility {
    transition: transform .4s ease;
    transform: translateX(110%);
    opacity: 0; }
  .site-header__nav-row.active {
    max-height: 100vh;
    padding-left: 25rem;
    height: auto !important;
    overflow-y: auto;
    overflow-x: hidden; }
    .site-header__nav-row.active .site-header__nav-container,
    .site-header__nav-row.active .site-header__upper__column--links--utility {
      transform: none;
      opacity: 1;
      transition: all .4s ease; }
  .site-header__nav-container .menu__overview-link {
    display: inline-block; }
  .site-header {
    min-height: 3.75rem; }
  .site-header__upper__column--links.site-header__upper__column--links--ctas {
    display: none;
    -ms-flex-order: 4;
        order: 4; }
  .site-header__upper__column--links--utility {
    -ms-flex-order: 3;
        order: 3;
    display: block;
    float: none; }
  .site-header__upper__column--links--search {
    -ms-flex-order: 1;
        order: 1; }
  .site-header__nav-container {
    -ms-flex-order: 2;
        order: 2; }
  .site-header__upper {
    min-height: 3.75rem; }
    .site-header__upper .row, .site-header__upper .padded-row {
      min-height: 0;
      height: 3.75rem; }
  .site-header .site-header__upper__column--logo {
    margin-bottom: 0.9375rem; }
  .site-header .site-header__logo {
    max-width: 10.1875rem;
    margin-top: 0.625rem; }
  .site-header .menu-toggle {
    padding: 1.28125rem; }
  .site-header .menu-toggle-container {
    max-width: 3.75rem; }
  .site-header .site-header__nav-container {
    margin-top: 3.75rem; }
  .site-header .site-header__nav-container nav > ul > li.menu-item-has-children:after {
    content: none; }
  .site-header .site-header__nav-container nav > ul > li.menu-item-has-children > a:after {
    content: none; }
  .site-header .site-header__nav-container nav > ul > li.menu-item-has-children:hover > a:before {
    color: #fff; }
  .site-header .site-header__nav-container nav > ul > li.menu-item-has-children:hover > a + ul {
    display: none; }
  .site-header .site-header__upper__column--links.site-header__upper__column--links--ctas {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    display: block; }
  .site-header .site-header__upper__column--links--ctas {
    position: relative;
    display: block;
    transition: transform .4s ease;
    transform: translateX(100%); }
  .site-header .header__cta {
    display: block;
    width: 100%;
    background: #F4F4F4;
    border-top: 0.0625rem #D3D3D3 solid; }
    .site-header .header__cta a {
      padding: 0.5rem 1.25rem 0.375rem;
      display: block; }
      .site-header .header__cta a:not(:last-child) {
        width: 100%;
        border-bottom: 0.0625rem #D3D3D3 solid; }
  .site-header .sub-menu {
    border-bottom: 0.0625rem #BDACC8 solid; }
  .site-header .site-header__nav-row.active .site-header__upper__column--links--ctas {
    transform: none; }
  .site-header .site-header__upper__column--links--utility .utility-menu-container {
    float: none;
    max-width: none; }
  .site-header .utility-menu-container nav > ul > li:first-child > a:before {
    content: "\f107"; }
  .site-header .site-header__upper__column--links--search {
    top: 1.3125rem;
    right: 4.6875rem; }
  .site-header .site-header__search {
    max-height: 4.375rem;
    top: 3.75rem;
    transform: translate(100%, 0); }
    .site-header .site-header__search form {
      padding: 0 0.625rem; }
    .site-header .site-header__search ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-size: 1rem; }
    .site-header .site-header__search ::-moz-placeholder {
      /* Firefox 19+ */
      font-size: 1rem; }
    .site-header .site-header__search :-ms-input-placeholder {
      /* IE 10+ */
      font-size: 1rem; }
    .site-header .site-header__search :-moz-placeholder {
      /* Firefox 18- */
      font-size: 1rem; }
    .site-header .site-header__search .site-search__submit {
      right: 0; }
      .site-header .site-header__search .site-search__submit:after {
        font-size: 15px; }
  .site-header .search-toggle {
    right: 4.6875rem; }
  .site-header .search-container.active .search-toggle {
    transform: translate(-7px, 3px);
    display: block;
    position: static;
    right: auto;
    top: auto; } }

@media (max-width: 40rem) {
  .site-header__nav-row.active {
    padding-left: 0; } }

/*Home only override*/
.home .site-header,
.home .site-header.sticky {
  height: auto !important; }

.home .site-header.sticky .sticky-container {
  position: relative !important;
  overflow: hidden !important;
  height: 0 !important; }

.home .site-header.sticky .site-header__upper .row, .home .site-header.sticky .site-header__upper .padded-row,
.home .site-header.sticky .site-header__upper .padded-row {
  display: none !important; }

.site-footer {
  background-color: #581483;
  position: relative;
  z-index: 5;
  padding: 3.4375rem 1.25rem;
  color: #BDACC8;
  font-family: "proxima-nova", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5; }
  @media (min-width: 40.0625rem) {
    .site-footer {
      padding: 5rem 0 2.5rem; } }
  .site-footer .row .row, .site-footer .padded-row .row, .site-footer .row .padded-row, .site-footer .padded-row .padded-row {
    display: -ms-flexbox;
    display: flex; }
  .site-footer__upper {
    margin-bottom: 2rem; }
    @media (min-width: 40.0625rem) {
      .site-footer__upper {
        padding-bottom: 3.125rem;
        margin-bottom: 1rem;
        border-bottom: 0.0625rem solid #BDACC8; } }
  @media (max-width: 40rem) {
    .site-footer__upper > .columns, .site-footer__lower > .columns {
      padding: 0 0.625rem; } }

.site-footer__brand {
  font-weight: 700;
  max-width: 21.875rem;
  padding-right: 1.25rem;
  font-family: "Noto Serif", serif;
  font-style: italic; }

.site-footer__address a {
  color: #FFC72C; }

.site-footer__address p {
  margin-bottom: 0.3125rem;
  color: #fff; }

.site-footer__logo {
  line-height: 0;
  display: block;
  margin-bottom: 1.875rem; }
  @media (min-width: 40.0625rem) {
    .site-footer__logo {
      margin-bottom: 1.25rem; } }

.footer__copyright {
  color: #fff;
  font-size: 0.75rem;
  text-align: left; }
  @media (min-width: 40.0625rem) {
    .footer__copyright {
      text-align: center; } }
  .footer__copyright a {
    color: #fff;
    text-decoration: underline; }
  .footer__copyright p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0.25rem; }

.row .site-footer__nav-column__container, .padded-row .site-footer__nav-column__container {
  max-width: 25rem; }
  @media (min-width: 40.0625rem) {
    .row .site-footer__nav-column__container, .padded-row .site-footer__nav-column__container {
      padding: 0 0 0 1.25rem; } }
  @media (max-width: 40rem) {
    .row .site-footer__nav-column__container .small-6:first-child, .padded-row .site-footer__nav-column__container .small-6:first-child {
      padding-right: 0; } }
  @media (max-width: 40rem) {
    .row .site-footer__nav-column__container .small-6:nth-child(2), .padded-row .site-footer__nav-column__container .small-6:nth-child(2) {
      padding-left: 0; } }

.site-footer__nav-column {
  margin-top: 2.5rem;
  margin-bottom: 0.3125rem; }
  @media (min-width: 40.0625rem) {
    .site-footer__nav-column {
      margin-top: 0;
      margin-bottom: 0;
      border-left: 0.0625rem solid #BDACC8;
      border-right: 0.0625rem solid #BDACC8; } }
  .site-footer__nav-column ul {
    margin: 0;
    padding: 0; }
  .site-footer__nav-column li {
    list-style: none; }

.footer-main-menu a,
.footer-menu a {
  font-size: 0.8125rem;
  display: inline-block;
  transition: color .45s ease; }
  .footer-main-menu a:hover,
  .footer-menu a:hover {
    color: #FFC72C;
    text-decoration: none; }

.footer-main-menu a {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  margin-bottom: 1.4375rem; }

.footer-menu a {
  color: #BDACC8;
  margin-bottom: 0.8125rem; }

.social-media-container {
  margin: 0 auto; }
  @media (min-width: 40.0625rem) {
    .social-media-container {
      max-width: 6.25rem; } }
  .social-media-container ul {
    margin: 0;
    padding: 0; }
    @media (max-width: 40.0625rem) {
      .social-media-container ul {
        display: -ms-flexbox;
        display: flex; } }
  .social-media-container li {
    list-style: none; }
  .social-media-container a {
    display: block;
    position: relative;
    line-height: 1.5;
    height: 1.5625rem;
    padding-right: 1.25rem; }
    @media (min-width: 40.0625rem) {
      .social-media-container a {
        padding-left: 1.875rem;
        padding-left: 1.875rem;
        margin-right: 0;
        height: auto; } }
    .social-media-container a:hover {
      color: #FFC72C;
      text-decoration: none; }
      .social-media-container a:hover span {
        color: #FFC72C; }
      .social-media-container a:hover i:before {
        color: #FFC72C; }
  @media (min-width: 40.0625rem) {
    .social-media-container i {
      height: 0.9375rem;
      width: 0.9375rem;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto; } }
  .social-media-container span {
    padding-top: 0.25rem;
    display: block; }
  .social-media-container i, .social-media-container span {
    color: #BDACC8;
    font-family: "proxima-nova", sans-serif;
    font-size: 0.8125rem;
    transition: color .45s ease; }
    .social-media-container i:before, .social-media-container span:before {
      transition: color .45s ease;
      font-family: "FontAwesome";
      color: #9162AF;
      font-size: 1.125rem; }
      @media (min-width: 40.0625rem) {
        .social-media-container i:before, .social-media-container span:before {
          font-size: 1rem; } }
  @media (min-width: 40.0625rem) {
    .social-media-container ul .show-for-sr {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto; } }

.social-media__heading {
  color: #EFD38E;
  text-transform: uppercase;
  letter-spacing: 0.10562rem;
  font-size: 0.6875rem;
  font-weight: 800;
  margin-bottom: 0.625rem; }
  @media (min-width: 40.0625rem) {
    .social-media__heading {
      margin-bottom: 0.9375rem; } }

@media (min-width: 900px) {
  .single .site-footer {
    padding: 5rem 0 6.5rem; } }

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

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