@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 {
  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 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.row.expanded {
  max-width: none;
}

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

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-left: 0;
  margin-right: 0;
}

.column, .columns {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  min-width: initial;
}

@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

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

.row .column.row.row, .row .row.row.columns {
  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: 1.25rem;
  padding-right: 1.25rem;
}

@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, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .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: 1.25rem;
    padding-right: 1.25rem;
  }
}

@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, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .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: 1.25rem;
    padding-right: 1.25rem;
  }
}

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

/*
 INTRUCTIONS FOR USE:
		nav > ul { rules }
		.parent nav > ul { rules }
		nav > ul .child { rules }
*/
/*
 * Solid color transition from left to right on hover
 * Credit: https://stackoverflow.com/a/17212432
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -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;
}

body, .tags__heading {
  font-family: "miller-text", Georgia, serif;
  line-height: 1.3;
  color: #4a4a4a;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .lead-gen__wysiwyg h2, .h4, .h5, .h6 {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  color: #464646;
  font-weight: 700;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

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

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

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

h1, .h1 {
  font-size: 1.875rem;
  line-height: 1;
}

@media screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 4.375rem;
  }
}

h2, .h2 {
  font-size: 1.75rem;
  line-height: calc(33 / 30);
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 40em) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 64em) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 40em) {
  h2, .h2 {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  h2, .h2 {
    margin-bottom: 2.5rem;
  }
}

h3, .h3, .lead-gen__wysiwyg h2 {
  font-size: 1.5rem;
  color: #aaa808;
  line-height: calc(33 / 24);
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9d98e;
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  h3, .h3, .lead-gen__wysiwyg h2 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 64em) {
  h3, .h3, .lead-gen__wysiwyg h2 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 40em) {
  h3, .h3, .lead-gen__wysiwyg h2 {
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 64em) {
  h3, .h3, .lead-gen__wysiwyg h2 {
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 40em) {
  h3, .h3, .lead-gen__wysiwyg h2 {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 64em) {
  h3, .h3, .lead-gen__wysiwyg h2 {
    margin-bottom: 1rem;
  }
}

h4, .h4 {
  font-size: 1.5rem;
  color: #aaa808;
  line-height: 1;
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 64em) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 40em) {
  h4, .h4 {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 64em) {
  h4, .h4 {
    margin-bottom: 1rem;
  }
}

h5, .h5 {
  font-size: 1.3125rem;
  color: #f6881f;
  line-height: calc(33 / 21);
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  h5, .h5 {
    font-size: 1.3125rem;
  }
}

@media screen and (min-width: 64em) {
  h5, .h5 {
    font-size: 1.3125rem;
  }
}

@media screen and (min-width: 40em) {
  h5, .h5 {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 64em) {
  h5, .h5 {
    margin-bottom: 1rem;
  }
}

h6, .h6 {
  font-size: 1.125rem;
  color: #f6881f;
  line-height: calc(33 / 18);
  margin-bottom: 2.0625rem;
}

@media screen and (min-width: 40em) {
  h6, .h6 {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 64em) {
  h6, .h6 {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 40em) {
  h6, .h6 {
    margin-bottom: 2.0625rem;
  }
}

@media screen and (min-width: 64em) {
  h6, .h6 {
    margin-bottom: 2.0625rem;
  }
}

p {
  font-size: 1.125rem;
  line-height: calc(33 / 18);
  margin-bottom: 2.0625rem;
}

@media screen and (min-width: 40em) {
  p {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 64em) {
  p {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 40em) {
  p {
    margin-bottom: 2.0625rem;
  }
}

@media screen and (min-width: 64em) {
  p {
    margin-bottom: 2.0625rem;
  }
}

em {
  font-style: italic;
}

a {
  color: #7d002e;
}

a:hover {
  color: #F98427;
}

ul, ol {
  font-size: 1.125rem;
  line-height: calc(33 / 18);
  margin-bottom: 2.0625rem;
  list-style-position: inside;
}

@media screen and (min-width: 40em) {
  ul, ol {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 64em) {
  ul, ol {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 40em) {
  ul, ol {
    margin-bottom: 2.0625rem;
  }
}

@media screen and (min-width: 64em) {
  ul, ol {
    margin-bottom: 2.0625rem;
  }
}

.accordion-drop-down__toggled-content ul, .accordion-drop-down__toggled-content ol {
  list-style-position: unset;
  margin-left: 1em;
}

/*
.intro-text {
  font-size: 20px;
  font-weight: 200;
  font-family: $sans-serif;
  max-width: 960px;
}
*/
blockquote {
  font-size: 20px;
  font-style: italic;
  max-width: 745px;
  padding: 60px 100px;
  margin: 0 auto;
  position: relative;
}

blockquote:before {
  font-family: "FontAwesome";
  content: "\f10d";
  color: #eee;
  position: absolute;
  display: block;
  top: 55px;
  left: 45px;
  font-size: 45px;
  line-height: 0;
}

.show-for-sr, .filters .form-item-event-category label, .filters__faculty--listing .form-item label, .blog__social a .linkicon__text, .news--hub__rail__social .linkicon__text,
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

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

.section--banded {
  margin-bottom: 40px;
}

.link--squircle--solid > a, .btn--light > a, .btn > a, #user-login button > a, .profile button > a, .page-search #main .search-form button > a, .related-news__link a > a, .filters__faculty--listing .form-actions input:nth-of-type(1) > a, .filters__event--listing .form-actions input:nth-of-type(1) > a, .blog--comments input.form-submit > a, .page--comment input.form-submit > a,
a.link--squircle--solid,
a.btn--light,
a.btn,
.related-news__link a,
button.link--squircle--solid,
button.btn--light,
button.btn,
#user-login button,
.profile button,
.page-search #main .search-form button,
input.link--squircle--solid,
input.btn--light,
input.btn,
.filters__faculty--listing .form-actions input:nth-of-type(1),
.filters__event--listing .form-actions input:nth-of-type(1),
.blog--comments input.form-submit,
.page--comment input.form-submit,
.link--squircle--open > a,
.alert--site-wide a.btn > a,
a.link--squircle--open,
.alert--site-wide a.btn {
  padding: 1em 1.5em;
  border-radius: 2em;
  border: none;
  color: #fff;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

@media screen and (min-width: 40em) {
  .link--squircle--solid > a, .btn--light > a, .btn > a, #user-login button > a, .profile button > a, .page-search #main .search-form button > a, .related-news__link a > a, .filters__faculty--listing .form-actions input:nth-of-type(1) > a, .filters__event--listing .form-actions input:nth-of-type(1) > a, .blog--comments input.form-submit > a, .page--comment input.form-submit > a,
  a.link--squircle--solid,
  a.btn--light,
  a.btn,
  .related-news__link a,
  button.link--squircle--solid,
  button.btn--light,
  button.btn,
  #user-login button,
  .profile button,
  .page-search #main .search-form button,
  input.link--squircle--solid,
  input.btn--light,
  input.btn,
  .filters__faculty--listing .form-actions input:nth-of-type(1),
  .filters__event--listing .form-actions input:nth-of-type(1),
  .blog--comments input.form-submit,
  .page--comment input.form-submit,
  .link--squircle--open > a,
  .alert--site-wide a.btn > a,
  a.link--squircle--open,
  .alert--site-wide a.btn {
    padding: 1em 3em;
  }
}

@media screen and (min-width: 40em) {
  .link--squircle--solid > a, .btn--light > a, .btn > a, #user-login button > a, .profile button > a, .page-search #main .search-form button > a, .related-news__link a > a, .filters__faculty--listing .form-actions input:nth-of-type(1) > a, .filters__event--listing .form-actions input:nth-of-type(1) > a, .blog--comments input.form-submit > a, .page--comment input.form-submit > a,
  a.link--squircle--solid,
  a.btn--light,
  a.btn,
  .related-news__link a,
  button.link--squircle--solid,
  button.btn--light,
  button.btn,
  #user-login button,
  .profile button,
  .page-search #main .search-form button,
  input.link--squircle--solid,
  input.btn--light,
  input.btn,
  .filters__faculty--listing .form-actions input:nth-of-type(1),
  .filters__event--listing .form-actions input:nth-of-type(1),
  .blog--comments input.form-submit,
  .page--comment input.form-submit,
  .link--squircle--open > a,
  .alert--site-wide a.btn > a,
  a.link--squircle--open,
  .alert--site-wide a.btn {
    font-size: 1rem;
  }
}

@media screen and (min-width: 64em) {
  .link--squircle--solid > a, .btn--light > a, .btn > a, #user-login button > a, .profile button > a, .page-search #main .search-form button > a, .related-news__link a > a, .filters__faculty--listing .form-actions input:nth-of-type(1) > a, .filters__event--listing .form-actions input:nth-of-type(1) > a, .blog--comments input.form-submit > a, .page--comment input.form-submit > a,
  a.link--squircle--solid,
  a.btn--light,
  a.btn,
  .related-news__link a,
  button.link--squircle--solid,
  button.btn--light,
  button.btn,
  #user-login button,
  .profile button,
  .page-search #main .search-form button,
  input.link--squircle--solid,
  input.btn--light,
  input.btn,
  .filters__faculty--listing .form-actions input:nth-of-type(1),
  .filters__event--listing .form-actions input:nth-of-type(1),
  .blog--comments input.form-submit,
  .page--comment input.form-submit,
  .link--squircle--open > a,
  .alert--site-wide a.btn > a,
  a.link--squircle--open,
  .alert--site-wide a.btn {
    font-size: 1rem;
  }
}

.link--squircle--solid > a, .btn--light > a, .btn > a, #user-login button > a, .profile button > a, .page-search #main .search-form button > a, .related-news__link a > a, .filters__faculty--listing .form-actions input:nth-of-type(1) > a, .filters__event--listing .form-actions input:nth-of-type(1) > a, .blog--comments input.form-submit > a, .page--comment input.form-submit > a,
input.link--squircle--solid,
input.btn--light,
input.btn,
.filters__faculty--listing .form-actions input:nth-of-type(1),
.filters__event--listing .form-actions input:nth-of-type(1),
.blog--comments input.form-submit,
.page--comment input.form-submit,
button.link--squircle--solid,
button.btn--light,
button.btn,
#user-login button,
.profile button,
.page-search #main .search-form button,
a.link--squircle--solid,
a.btn--light,
a.btn,
.related-news__link a {
  background-color: #D51C29;
  font-weight: 600;
  transition: all 400ms ease-in-out;
}

.link--squircle--solid > a:focus, .btn--light > a:focus, .btn > a:focus, #user-login button > a:focus, .profile button > a:focus, .page-search #main .search-form button > a:focus, .related-news__link a > a:focus, .filters__faculty--listing .form-actions input:nth-of-type(1) > a:focus, .filters__event--listing .form-actions input:nth-of-type(1) > a:focus, .blog--comments input.form-submit > a:focus, .page--comment input.form-submit > a:focus, .link--squircle--solid > a:hover, .btn--light > a:hover, .btn > a:hover, #user-login button > a:hover, .profile button > a:hover, .page-search #main .search-form button > a:hover, .related-news__link a > a:hover, .filters__faculty--listing .form-actions input:nth-of-type(1) > a:hover, .filters__event--listing .form-actions input:nth-of-type(1) > a:hover, .blog--comments input.form-submit > a:hover, .page--comment input.form-submit > a:hover,
input.link--squircle--solid:focus,
input.btn--light:focus,
input.btn:focus,
.filters__faculty--listing .form-actions input:focus:nth-of-type(1),
.filters__event--listing .form-actions input:focus:nth-of-type(1),
.blog--comments input.form-submit:focus,
.page--comment input.form-submit:focus,
input.link--squircle--solid:hover,
input.btn--light:hover,
input.btn:hover,
.filters__faculty--listing .form-actions input:hover:nth-of-type(1),
.filters__event--listing .form-actions input:hover:nth-of-type(1),
.blog--comments input.form-submit:hover,
.page--comment input.form-submit:hover,
button.link--squircle--solid:focus,
button.btn--light:focus,
button.btn:focus,
#user-login button:focus,
.profile button:focus,
.page-search #main .search-form button:focus,
button.link--squircle--solid:hover,
button.btn--light:hover,
button.btn:hover,
#user-login button:hover,
.profile button:hover,
.page-search #main .search-form button:hover,
a.link--squircle--solid:focus,
a.btn--light:focus,
a.btn:focus,
.related-news__link a:focus,
a.link--squircle--solid:hover,
a.btn--light:hover,
a.btn:hover,
.related-news__link a:hover {
  background-color: #7d002e;
  text-decoration: none;
  outline: none;
}


.link--squircle--open > a,
.alert--site-wide a.btn > a,
a.link--squircle--open,
.alert--site-wide a.btn {
  border: 2px solid #ffe96b;
  text-transform: uppercase;
  transition: all 400ms ease-in-out;
}

.link--squircle--open > a:hover, .alert--site-wide a.btn > a:hover,
a.link--squircle--open:hover,
.alert--site-wide a.btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  text-decoration: none;
}

.link--round-arrow > a,
a.link--round-arrow {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all 300ms ease-out;
  position: relative;
  outline: none;
}

.link--round-arrow > a:after,
a.link--round-arrow:after {
  font-family: "FontAwesome";
  content: "\f18e";
  font-weight: normal;
  display: inline-block;
  position: relative;
  right: -6px;
  width: 24px;
  text-align: center;
  transition: all 300ms ease-out;
}

.link--round-arrow > a:focus,
a.link--round-arrow:focus {
  outline: none;
}

.link--round-arrow > a:hover:after,
a.link--round-arrow:hover:after {
  transform: rotateX(180deg);
}

.link--round-arrow > a:focus:after,
a.link--round-arrow:focus:after {
  transform: rotateX(360deg);
}

.emphasized-title, .emphasized-title--btm {
  position: relative;
}

.emphasized-title > *, .emphasized-title--btm > * {
  display: inline-block;
  background-color: #fff;
  margin: 0;
  padding: 0 0.25em 0 0;
  position: relative;
  z-index: 2;
}

.emphasized-title:before, .emphasized-title--btm:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D8Dacd;
  position: absolute;
  z-index: 1;
  bottom: 1em;
}

.emphasized-title h2,
.emphasized-title h3,
.emphasized-title .h3,
.emphasized-title .lead-gen__wysiwyg h2,
.lead-gen__wysiwyg .emphasized-title h2, .emphasized-title--btm h2,
.emphasized-title--btm h3,
.emphasized-title--btm .h3,
.emphasized-title--btm .lead-gen__wysiwyg h2,
.lead-gen__wysiwyg .emphasized-title--btm h2 {
  padding-bottom: 0;
  border-bottom: none;
}

.emphasized-title--btm:before {
  bottom: 0.44em;
}

@media (max-width: 400px) {
  .emphasized-title:before, .emphasized-title--btm:before {
    display: none;
  }
}

.wysiwyg hr {
  border-color: #999;
  border-width: 1px 0 0;
  margin-bottom: 2.0625rem;
}

.wysiwyg .btn {
  margin-bottom: 2em;
}

.wysiwyg ul,
.wysiwyg ol {
  list-style-position: inherit;
}

.wysiwyg ul ul, .wysiwyg ul ol,
.wysiwyg ol ul,
.wysiwyg ol ol {
  margin: 0.5em 0 0.5em 0.5em;
}

.wysiwyg ul li,
.wysiwyg ol li {
  margin-left: 1.5em;
}

.wysiwyg .video-embed-field-responsive-video {
  margin-bottom: 2.0625rem;
}

.btn--light {
  background: #fff;
  color: #3c3c3c;
}

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

.tags--listing ul {
  list-style: none;
  margin-left: 0;
}

.tags--listing ul::before, .tags--listing ul::after {
  content: ' ';
  display: table;
}

.tags--listing ul::after {
  clear: both;
}

.tags--listing li {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
}

.tags--listing li a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #5ca2bf;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  text-decoration: none;
  transition: all 300ms ease-in;
}

.tags--listing li a:hover, .tags--listing li a:focus {
  outline: none;
  background-color: #7d002e;
}

.wysiwyg .tags--listing ul li {
  margin: 0 0.5em 0.5em 0;
}

.news--teasers__desc * {
  color: #fff;
}

.checkerboard__desc a,
.checkerboard__item__desc a,
.checkerboard__item__caption a,
.blog--teasers__desc a,
.news--teasers__desc a {
  color: #ffe96b;
}

.checkerboard__desc a:hover, .checkerboard__desc a:focus,
.checkerboard__item__desc a:hover,
.checkerboard__item__desc a:focus,
.checkerboard__item__caption a:hover,
.checkerboard__item__caption a:focus,
.blog--teasers__desc a:hover,
.blog--teasers__desc a:focus,
.news--teasers__desc a:hover,
.news--teasers__desc a:focus {
  outline: none;
  color: #f6881f;
}

.checkerboard__desc a.btn {
  color: #fff;
}

.checkerboard__desc a.btn:hover {
  color: #fff;
}

@media (min-width: 960px) {
  .title--general--w-media .intro-text a {
    color: #ffe96b;
  }

  .title--general--w-media .intro-text a:hover, .title--general--w-media .intro-text a:focus {
    outline: none;
    color: #f6881f;
  }
}

.checkerboard__item__desc a.link--round-arrow {
  color: #ffe96b;
}

.checkerboard__item__desc a.link--round-arrow:hover, .checkerboard__item__desc a.link--round-arrow:focus {
  outline: none;
  color: #ffe96b;
}

/**
 * @file
 * Generic theme-independent base styles.
 */
/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
  zoom: 1;
  /* IE7 */
}

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

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

html.js fieldset.collapsed .fieldset-wrapper {
  display: none;
}

fieldset.collapsible {
  position: relative;
}

fieldset.collapsible .fieldset-legend {
  display: block;
}

/**
 * Resizable textareas.
 *
 * @see textarea.js
 */
.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.resizable-textarea .grippie {
  background: #eee url(../../misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
body.drag {
  cursor: move;
}

.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  /* LTR */
  height: 1.7em;
  margin-left: -1em;
  /* LTR */
  overflow: hidden;
  text-decoration: none;
}

a.tabledrag-handle:hover {
  text-decoration: none;
}

div.indentation {
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
  width: 20px;
}

.tabledrag-toggle-weight-wrapper {
  text-align: right;
  /* LTR */
}

/**
 * TableHeader behavior.
 *
 * @see tableheader.js
 */
table.sticky-header {
  background-color: #fff;
  margin-top: 0;
}

/**
 * Progress behavior.
 *
 * @see progress.js
 */
/* Bar */
.progress .bar {
  background-color: #fff;
  border: 1px solid;
}

.progress .filled {
  background-color: #000;
  height: 1.5em;
  width: 5px;
}

.progress .percentage {
  float: right;
  /* LTR */
}

/* Throbber */
.ajax-progress {
  display: inline-block;
}

.ajax-progress .message {
  padding-left: 20px;
}

tr .ajax-progress .throbber {
  margin: 0 2px;
}

.ajax-progress-bar {
  width: 16em;
}

/**
 * Inline items.
 */
.container-inline div,
.container-inline label {
  display: inline;
}

/* Fieldset contents always need to be rendered as block. */
.container-inline .fieldset-wrapper {
  display: block;
}

/**
 * Prevent text wrapping.
 */
.nowrap {
  white-space: nowrap;
}

/**
 * For anything you want to hide on page load when JS is enabled, so
 * that you can use the JS to control visibility and avoid flicker.
 */
html.js .js-hide {
  display: none;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* IE6 */
* html .clearfix {
  height: 1%;
}

/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}

/**
 * @file
 * Basic styling for common markup.
 */
/**
 * HTML elements.
 */
fieldset {
  margin-bottom: 1em;
  padding: 0.5em;
}

form {
  margin: 0;
  padding: 0;
}

hr {
  border: 1px solid gray;
  height: 1px;
}

img {
  border: 0;
}

table {
  border-collapse: collapse;
}

th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  /* LTR */
  text-align: left;
  /* LTR */
}

tbody {
  border-top: 1px solid #ccc;
}

tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/**
 * Markup generated by theme_tablesort_indicator().
 */
th.active img {
  display: inline;
}

td.active {
  background-color: #ddd;
}

/**
 * Markup generated by theme_item_list().
 */
.item-list .title {
  font-weight: bold;
}

.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}

.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  /* LTR */
  padding: 0;
}

/**
 * Markup generated by Form API.
 */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}

.form-item .description {
  font-size: 0.85em;
}

label {
  display: block;
  font-weight: bold;
}

label.option {
  display: inline;
  font-weight: normal;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

input.form-checkbox,
input.form-radio {
  vertical-align: middle;
}

.marker,
.form-required {
  color: #f00;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

/**
 * Inline items.
 */
.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

/**
 * Markup generated by theme_more_link().
 */
.more-link {
  text-align: right;
  /* LTR */
}

/**
 * Markup generated by theme_more_help_link().
 */
.more-help-link {
  text-align: right;
  /* LTR */
}

/**
 * Markup generated by theme_pager().
 */
.item-list .pager {
  clear: both;
  text-align: center;
}

.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}

.pager-current {
  font-weight: bold;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}

.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

.tabledrag-toggle-weight {
  font-size: 0.9em;
}

body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
*/
tr.selected td {
  background: #ffc;
}

td.checkbox,
th.checkbox {
  text-align: center;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold;
}

.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  border-radius: 3px;
}
/**
 * @file
 * Styles for system messages.
 */
div.messages {
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
}

div.status,
.ok {
  color: #234600;
}

div.status,
table tr.ok {
  background-color: #f8fff0;
}

div.warning,
.warning {
  color: #840;
}

div.warning,
table tr.warning {
  background-color: #fffce5;
}

div.error,
.error {
  color: #8c2e0b;
}

div.error,
table tr.error {
  background-color: #fef5f1;
}

div.error p.error {
  color: #333;
}

div.messages ul {
  margin: 0 0 0 1em;
  /* LTR */
  padding: 0;
}

div.messages ul li {
  list-style-image: none;
}

/**
 * @file
 * Styles for menus and navigation markup.
 */
/**
 * Markup generated by theme_menu_tree().
 */
ul.menu {
  border: none;
  list-style: none;
  text-align: left;
  /* LTR */
}

ul.menu li {
  margin: 0 0 0 0.5em;
  /* LTR */
}

ul li.expanded li.expanded li {
  list-style-type: circle;
}

ul li.collapsed {
  list-style-type: disc;
}

ul li.leaf,
ul li.expanded li {
  list-style-type: square;
}

li.expanded,
li.collapsed,
li.leaf {
  padding: 0.2em 0.5em 0 0;
  /* LTR */
  margin: 0;
}

li a.active {
  color: #000;
}

td.menu-disabled {
  background: #ccc;
}

/**
 * Markup generated by theme_links().
 */
ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0;
}

ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

/**
 * Markup generated by theme_breadcrumb().
 */
.breadcrumb {
  padding-bottom: 0.5em;
}

/**
 * Markup generated by theme_menu_local_tasks().
 */
ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em;
  /* LTR */
  white-space: nowrap;
}

ul.primary li {
  display: inline;
}

ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em;
  /* LTR */
  padding: 0 1em;
  text-decoration: none;
}

ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}

ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}

ul.secondary li {
  border-right: 1px solid #ccc;
  /* LTR */
  display: inline;
  padding: 0 1em;
}

ul.secondary a {
  padding: 0;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/**
 * Update styles
 */
#update-results {
  margin-top: 3em;
  padding: 0.25em;
  border: 1px solid #ccc;
  background: #eee;
  font-size: smaller;
}

#update-results h2 {
  margin-top: 0.25em;
}

#update-results h4 {
  margin-bottom: 0.25em;
}

#update-results li.none {
  color: #888;
  font-style: italic;
}

#update-results li.failure strong {
  color: #b63300;
}

/**
 * Authorize.php styles
 */
.connection-settings-update-filetransfer-default-wrapper {
  float: left;
}

#edit-submit-connection {
  clear: both;
}

.filetransfer {
  display: none;
  clear: both;
}

#edit-connection-settings-change-connection-type {
  margin: 2.6em 0.5em 0em 1em;
}

/**
 * Installation task list
 */
ol.task-list li.active {
  font-weight: bold;
}

/**
 * Installation clean URLs
 */
#clean-url.install {
  display: none;
}

.admin-menu .fixed {
  top: emCalc(29px);
}

#status-messages.reveal-modal .alert-box {
  margin-bottom: 0;
}

.reveal-modal {
  z-index: 999;
}

.item-list .pager {
  clear: none;
}

.item-list .pager li {
  padding: 0;
}

.hidden {
  display: none;
}

.field-collection-container {
  border-bottom: none;
  margin-bottom: 0;
}

.field-collection-container .field-items .field-item {
  margin-bottom: 0;
}

.field-collection-view {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

/* Padded Rows are for rows that will not contain columns. These instances are usually
  where normal columns are more a hindrance than a help such as complex areas such as the header. */
.padded-row, .highlighted, #user-login, .profile {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.padded-row::before, .highlighted::before, #user-login::before, .profile::before, .padded-row::after, .highlighted::after, #user-login::after, .profile::after {
  content: ' ';
  display: table;
}

.padded-row::after, .highlighted::after, #user-login::after, .profile::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .padded-row, .highlighted, #user-login, .profile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/*
ul.row {
  padding: 0;
  li {
    @extend .columns;
    list-style: none;
  }
}
*/
/*
 * Classes that represent max widths at the largest size of the grid
 * Can be used in situations where you have a single non-full size column in a row
 */
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0;
  overflow: hidden;
  margin: 0;
  list-style: none;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.875rem;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
}

.breadcrumbs > *.current {
  color: #7d002e;
}

.breadcrumbs > *.current a {
  color: #7d002e;
}

.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

@media screen and (max-width: 39.9375em) {
  .title--general__breadcrumbs {
    display: none;
  }
}

.breadcrumbs {
  padding: 1.875rem 0;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 4rem;
}

.breadcrumbs li {
  color: #7d002e;
}

.breadcrumbs li:before {
  content: "";
  font-family: FontAwesome;
  color: #b5b5b5;
  margin: 0 0.75rem 0 0;
}

.breadcrumbs a {
  font-weight: 700;
  color: #7d002e;
  text-decoration: none;
  display: inline-block;
  padding: 0 0.75rem 0 0.375rem;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
  outline: none;
  color: #7d002e;
}

.page--program .breadcrumbs {
  border-bottom: none;
  margin-bottom: 0;
}

/*
$quartenary-color: #cdb87d; // Gold
$quartenary-color--light: #f0ead8;
$quartenary-color--dark: #754c24;

$trans: .25s ease-in-out;
$trans--long: .5s ease-in-out;


.breadcrumbs--chevron {
  margin: rem-calc(20 0);
  font-family: $sans-serif;
  font-size: rem-calc(14);
  overflow: hidden;
  padding-left: 0;

  // Base styles
  a {
    color: #000;
  }

  li {
    display: block;
    float: left;

    &:first-child a:before {
      content: $fa-var-home;
      @include fontAwesome;
      position: absolute;
      left: rem-calc(15);
      text-indent: 0;
    }

    &:first-child a {
      text-indent: -9999px;
    }


    // Mobile
    @include small-only {
      &:before,
      a:before {
        margin-right: .75em;
      }

      &.active {
        margin-left: .75em;
      }

      + li:before {
        content: $fa-var-angle-right;
        color: $quartenary-color--dark;
        @include fontAwesome;
      }
    }
  }


  // Desktop

  @include medium {
    font-size: inherit;

    li {
      position: relative;
      margin-bottom: rem(10);

      + li {
        margin-left: .25em;
      }

      &:before,
      &:after {
        content: '';
        display: block;
        position: absolute;
          right: 0;
          left: 0;
        z-index: -1;
        border: 1px solid $quartenary-color--light;
        transition: background $trans, border $trans;
      }

      &:before {
          top: 0;
          bottom: 50%;
        border-bottom: 0;
        transform: skew(30deg);
      }

      &:after {
          top: 50%;
          bottom: 0;
        border-top: 0;
        transform: skew(-30deg);
      }

      &:not(.active) {

        &:before,
        &:after {
          background: $quartenary-color--light;
        }

        &:hover:before,
        &:hover:after {
          background: $quartenary-color;
          border-color: $quartenary-color;
        }
      }

      &:first-child {

        a {
          position: relative;

          &:before {
            font-size: rem(20);
          }

          &:after {
            content: '';
            display: block;
            position: absolute;
              top: 0;
              bottom: 0;
              left: -.5em;
            width: 1em;
            background: $quartenary-color--light;
            transition: background $trans;
          }
        }

        &:hover a:after {
          background: $quartenary-color;
        }
      }
    }

    a,
    .active {
      display: block;
      padding: 1.0625em 1.75em;
      text-decoration: none;
    }
  }
}
*/
/*
-------------------
GLOBAL ELEMENTS
-------------------
*/
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow-x: hidden;
}

body {
  margin: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

body.no-overflow {
  overflow-y: hidden;
}

body.toolbar-fixed {
  overflow-x: initial;
}

.page--home {
  position: relative;
}

.page--home.no-overflow {
  overflow: hidden;
}

.page--landing,
.page--blog,
.page--news,
.page--lead-gen {
  position: relative;
}

.page--general,
.page--program {
  position: relative;
  overflow-x: hidden;
}

.page--general.no-overflow,
.page--program.no-overflow {
  overflow: hidden;
}

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

button {
  cursor: pointer;
}

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

figure {
  display: table;
  margin: 0 0 2.5rem 0;
}

figure.media {
  width: 100%;
}

figure.align-center {
  display: table;
}

figcaption {
  margin-top: 5px;
  font-size: 13px;
  color: #7e7e7e;
  display: table-caption;
  caption-side: bottom;
}

table[align="left"] {
  float: none;
}

@media (min-width: 768px) {
  table[align="left"] {
    margin-right: 35px;
    float: left;
  }
}

table[align="right"] {
  float: none;
}

@media (min-width: 768px) {
  table[align="right"] {
    margin-left: 35px;
    float: right;
  }
}

.align-right,
.obj-right {
  margin-bottom: 20px;
}

@media screen and (min-width: 40em) {
  .align-right,
  .obj-right {
    float: right;
    padding: 10px 0px 10px 35px;
    margin: 0;
  }

  .align-right figcaption,
  .obj-right figcaption {
    padding: 0px 0px 10px 35px;
  }
}

.align-left,
.obj-left {
  margin-bottom: 20px;
}

@media screen and (min-width: 40em) {
  .align-left,
  .obj-left {
    margin: 0;
    float: left;
    padding: 10px 35px 10px 0px;
  }

  .align-left figcaption,
  .obj-left figcaption {
    padding: 0px 15px 10px 0px;
  }
}

.align-center {
  margin-bottom: 33px;
}

.width--one-quarter--left, .width--one-quarter--right, .width--one-quarter--center {
  width: 50%;
}

@media screen and (min-width: 40em) {
  .width--one-quarter--left, .width--one-quarter--right, .width--one-quarter--center {
    width: 33%;
  }
}

@media screen and (min-width: 64em) {
  .width--one-quarter--left, .width--one-quarter--right, .width--one-quarter--center {
    width: 25%;
  }
}

.width--half--left, .width--half--right, .width--half--center {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .width--half--left, .width--half--right, .width--half--center {
    width: 50%;
  }
}

@media screen and (min-width: 64em) {
  .width--half--left, .width--half--right, .width--half--center {
    width: 50%;
  }
}

.width--three-quarter--left, .width--three-quarter--right, .width--three-quarter--center {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .width--three-quarter--left, .width--three-quarter--right, .width--three-quarter--center {
    width: 66%;
  }
}

@media screen and (min-width: 64em) {
  .width--three-quarter--left, .width--three-quarter--right, .width--three-quarter--center {
    width: 75%;
  }
}

.width--one-quarter--left {
  float: left;
  margin-right: 1em;
}

.width--one-quarter--right {
  float: right;
  margin-left: 1em;
}

@media screen and (min-width: 40em) {
  .width--one-quarter--left,
  .width--half--left,
  .width--three-quarter--left {
    float: left;
    margin-right: 1em;
  }
}

@media screen and (min-width: 40em) {
  .width--one-quarter--right,
  .width--half--right,
  .width--three-quarter--right {
    float: right;
    margin-left: 1em;
  }
}

@media screen and (min-width: 40em) {
  .width--one-quarter--center,
  .width--half--center,
  .width--three-quarter--center {
    margin-left: auto;
    margin-right: auto;
  }
}

.width--one-quarter--left .align-left,
.width--one-quarter--left .obj-left,
.width--one-quarter--left .align-right,
.width--one-quarter--left .obj-right, .width--one-quarter--right .align-left,
.width--one-quarter--right .obj-left,
.width--one-quarter--right .align-right,
.width--one-quarter--right .obj-right, .width--one-quarter--center .align-left,
.width--one-quarter--center .obj-left,
.width--one-quarter--center .align-right,
.width--one-quarter--center .obj-right,
.width--half--left .align-left,
.width--half--left .obj-left,
.width--half--left .align-right,
.width--half--left .obj-right,
.width--half--right .align-left,
.width--half--right .obj-left,
.width--half--right .align-right,
.width--half--right .obj-right,
.width--half--center .align-left,
.width--half--center .obj-left,
.width--half--center .align-right,
.width--half--center .obj-right,
.width--three-quarter--left .align-left,
.width--three-quarter--left .obj-left,
.width--three-quarter--left .align-right,
.width--three-quarter--left .obj-right,
.width--three-quarter--right .align-left,
.width--three-quarter--right .obj-left,
.width--three-quarter--right .align-right,
.width--three-quarter--right .obj-right,
.width--three-quarter--center .align-left,
.width--three-quarter--center .obj-left,
.width--three-quarter--center .align-right,
.width--three-quarter--center .obj-right {
  float: none;
  padding: 0;
  margin: 0 0 10px;
}

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

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

.section--banded {
  padding: 40px;
  background: #222;
}

.section--banded * {
  color: #fff;
}

.section--global-spacing {
  margin-bottom: 40px;
}

.section__lead-in {
  margin-bottom: 30px;
}

.section__lead-in__title {
  margin-bottom: 10px;
}

.section__lead-in__sub-title {
  font-size: 20px;
}

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

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

.base-key {
  border: solid 1px #fe5000;
  background-color: #f1f1f1;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 600px;
  font-family: "Gotham A", "Gotham B", Hevletica, 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;
}

.row--fourteen-row,
.fourteen-row {
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 899px) {
  .fourteen-row {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 900px) {
  .fourteen-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fourteen-row__text {
    -ms-flex-order: 1;
    order: 1;
    width: 58%;
  }

  .fourteen-row__image {
    -ms-flex-order: 2;
    order: 2;
    max-width: 41.66667%;
  }

  .fourteen-row__image img {
    object-fit: cover;
    height: 100%;
  }
}

@media (max-width: 1200px) {
  .fourteen-row__text {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1201px) {
  .fourteen-row__text {
    margin-left: calc(50% - 600px);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.highlighted div {
  margin-top: 1em;
  margin-bottom: 1em;
}

@media screen and (min-width: 64em) {
  .wysiwyg__row.align-center {
    padding: 0 3.75rem;
  }
}

.wysiwyg__row figcaption {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-style: italic;
}

.wysiwyg__row figcaption:before {
  content: "\2013\00a0";
}

.page--utility .main-content,
.page--user .main-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.at-share-dock-outer.addthis-smartlayers {
  display: none !important;
}

/* EU Cookie Compliance Module CSS Overrides */
#sliding-popup.sliding-popup-top {
  position: static;
}

@media screen and (min-width: 40em) {
  #sliding-popup.sliding-popup-top {
    position: fixed;
  }
}

.eu-cookie-compliance-content {
  padding: 5px 0 0 5px;
}

.eu-cookie-compliance-buttons {
  margin: 0 0 5 0;
}

@media screen and (min-width: 40em) {
  .eu-cookie-compliance-buttons {
    margin: 0;
    /* takes too much vertical space when in a single strip */
  }
}

.eu-cookie-compliance-agree-button, .eu-cookie-compliance-more-button, .eu-cookie-compliance-hide-button {
  margin-top: 0;
}

.eu-cookie-compliance-message {
  margin: 5px 0 0 0;
}

.eu-cookie-compliance-message h1, .eu-cookie-compliance-message h2, .eu-cookie-compliance-message h3, .eu-cookie-compliance-message p {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
}

#popup-text a {
  color: #FFF;
}

/* Do not sell styles */
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
  padding: 0 !important;
  border: none !important;
  color: #FFF !important;
  display: inline;
  float: right;
  font-family: HelveticaNeue-CondensedBold, "acumin-pro-condensed", "DIN CONDENSED", Helvetica, sans-serif;
  font-size: 0.8125rem;
  line-height: calc(21 / 13);
  margin-bottom: 20px;
}

#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
  background: transparent !important;
}

table {
  border-top: 1px solid #c9cacc;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 14px;
  margin-bottom: 40px;
}

thead {
  color: #000;
  font-size: 18px;
  border-right: 1px solid #c9cacc;
  border-left: 1px solid #c9cacc;
}

thead th {
  background: #e9d98e;
}

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

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

th {
  background: #FFF0A5;
  font-weight: 600;
  padding: 14px 20px;
  border-bottom: 0px;
  border-right: 1px solid #c9cacc;
}

td {
  padding: 14px 20px;
  border-right: 1px solid #c9cacc;
}

/*! Tablesaw - v2.0.2 - 2015-10-27 (Modified)
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}

.tablesaw {
  border-collapse: collapse;
  width: 100%;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media screen and (max-width: 39.9375em) {
  table.tablesaw-stack {
    border-width: 0;
  }

  table.tablesaw-stack tbody, table.tablesaw-stack thead {
    border-width: 0;
  }

  table.tablesaw-stack tbody tr {
    display: block;
    margin-bottom: 20px;
    border: solid 1px #c9cacc;
  }

  table.tablesaw-stack tbody tr::before, table.tablesaw-stack tbody tr::after {
    content: ' ';
    display: table;
  }

  table.tablesaw-stack tbody tr::after {
    clear: both;
  }

  table.tablesaw-stack tbody td {
    border-width: 0;
  }

  /* Table rows have a gray bottom stroke by default */
  .tablesaw-stack tbody tr {
    border-bottom: 1px solid #dfdfdf;
  }

  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
    font-size: 14px;
  }

  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

.admin-tabs {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}

.admin-tabs ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.admin-tabs ul::before, .admin-tabs ul::after {
  content: ' ';
  display: table;
}

.admin-tabs ul::after {
  clear: both;
}

.admin-tabs li {
  display: inline-block;
  list-style: none;
  margin-right: 2px;
}

.admin-tabs li > a {
  background: #999;
  margin: 0;
  color: #fff;
  display: block;
  padding: 5px 20px;
  transition: all .2s ease-out, transform .2s ease-out;
  text-decoration: none;
  border-radius: 3px 3px 0px 0px;
  transform: translate(0, 5px);
}

.admin-tabs li > a.active {
  background: #222;
  transform: translate(0, 0);
  color: #fff;
}

.admin-tabs li > a:hover {
  background: #343434;
  transform: translate(0, 0);
}

div.workbench-info-block {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  margin: 20px 0;
}

#user-login button, .profile button {
  border: none;
}

form[class*="webform"] input:not([type="checkbox"]):not([type="radio"]),
form[class*="webform"] textarea,
form[class*="webform"] select,
form[class*="webform"] option,
form[class*="webform"] optgroup,
form[class*="webform"] button,
form[class*="webform"] legend,
form[class*="webform"] fieldset, [id="user-login"] input:not([type="checkbox"]):not([type="radio"]),
[id="user-login"] textarea,
[id="user-login"] select,
[id="user-login"] option,
[id="user-login"] optgroup,
[id="user-login"] button,
[id="user-login"] legend,
[id="user-login"] fieldset, [id="search-form"] input:not([type="checkbox"]):not([type="radio"]),
[id="search-form"] textarea,
[id="search-form"] select,
[id="search-form"] option,
[id="search-form"] optgroup,
[id="search-form"] button,
[id="search-form"] legend,
[id="search-form"] fieldset, .view-filters input:not([type="checkbox"]):not([type="radio"]),
.view-filters textarea,
.view-filters select,
.view-filters option,
.view-filters optgroup,
.view-filters button,
.view-filters legend,
.view-filters fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  box-shadow: none;
  outline: 0;
}

form[class*="webform"] label, [id="user-login"] label, [id="search-form"] label, .view-filters label {
  display: block;
}

form[class*="webform"] .form-item, [id="user-login"] .form-item, [id="search-form"] .form-item, .view-filters .form-item {
  width: 100%;
  max-width: 25rem;
  margin-bottom: 1em;
}

form[class*="webform"] input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
form[class*="webform"] textarea,
form[class*="webform"] select, [id="user-login"] input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
[id="user-login"] textarea,
[id="user-login"] select, [id="search-form"] input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
[id="search-form"] textarea,
[id="search-form"] select, .view-filters input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
.view-filters textarea,
.view-filters select {
  width: 100%;
  padding: 0.5em;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0.25em;
  box-shadow: none !important;
  color: #767676;
  font: rem(16) "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: none;
  font-size: 14px;
}

form[class*="webform"] input::-webkit-input-placeholder, [id="user-login"] input::-webkit-input-placeholder, [id="search-form"] input::-webkit-input-placeholder, .view-filters input::-webkit-input-placeholder {
  color: #767676;
  font: rem(16) "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

form[class*="webform"] input::-moz-placeholder, [id="user-login"] input::-moz-placeholder, [id="search-form"] input::-moz-placeholder, .view-filters input::-moz-placeholder {
  color: #767676;
  font: rem(16) "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

form[class*="webform"] input:-ms-input-placeholder, [id="user-login"] input:-ms-input-placeholder, [id="search-form"] input:-ms-input-placeholder, .view-filters input:-ms-input-placeholder {
  color: #767676;
  font: rem(16) "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

form[class*="webform"] .addressfield-container-inline .form-item:last-child, [id="user-login"] .addressfield-container-inline .form-item:last-child, [id="search-form"] .addressfield-container-inline .form-item:last-child, .view-filters .addressfield-container-inline .form-item:last-child {
  margin-bottom: 0;
}

form[class*="webform"] .form-type-radio,
form[class*="webform"] .form-type-checkbox, [id="user-login"] .form-type-radio,
[id="user-login"] .form-type-checkbox, [id="search-form"] .form-type-radio,
[id="search-form"] .form-type-checkbox, .view-filters .form-type-radio,
.view-filters .form-type-checkbox {
  margin-bottom: 0.16667em;
}

form[class*="webform"] label + .form-checkboxes,
form[class*="webform"] label + .form-radios, [id="user-login"] label + .form-checkboxes,
[id="user-login"] label + .form-radios, [id="search-form"] label + .form-checkboxes,
[id="search-form"] label + .form-radios, .view-filters label + .form-checkboxes,
.view-filters label + .form-radios {
  margin-top: 0.5em;
}

form[class*="webform"] [type="checkbox"],
form[class*="webform"] [type="radio"], [id="user-login"] [type="checkbox"],
[id="user-login"] [type="radio"], [id="search-form"] [type="checkbox"],
[id="search-form"] [type="radio"], .view-filters [type="checkbox"],
.view-filters [type="radio"] {
  float: left;
  margin: 0.1em 0.5em 0 0;
}

form[class*="webform"] .webform-datepicker .form-type-select, [id="user-login"] .webform-datepicker .form-type-select, [id="search-form"] .webform-datepicker .form-type-select, .view-filters .webform-datepicker .form-type-select {
  float: left;
  width: 30%;
}

form[class*="webform"] .webform-datepicker .form-type-select + .form-type-select, [id="user-login"] .webform-datepicker .form-type-select + .form-type-select, [id="search-form"] .webform-datepicker .form-type-select + .form-type-select, .view-filters .webform-datepicker .form-type-select + .form-type-select {
  margin-left: 5%;
}

.ui-datepicker {
  position: relative;
  padding: 0.5em;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0.25em;
}

.ui-datepicker table {
  margin: 0;
  font-size: 75%;
}

.ui-datepicker td,
.ui-datepicker th {
  padding: 0.5em;
  text-align: center;
}

.ui-datepicker-title {
  margin-bottom: 0.666em;
  font: 700 rem(16) "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 0.8325em;
  font: 700 rem(16) "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.ui-datepicker-prev {
  left: 0.666em;
}

.ui-datepicker-prev:before {
  content: "";
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.333em;
  text-decoration: none !important;
}

.ui-datepicker-next {
  right: 0.666em;
}

.ui-datepicker-next:after {
  content: "";
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.333em;
  text-decoration: none !important;
}

form[class*="webform"] label, [id="user-login"] label, [id="search-form"] label, .view-filters label {
  margin-bottom: 0.333em;
  color: #0a0a0a;
  font: 700 rem(16) "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

form[class*="webform"] label + .description, [id="user-login"] label + .description, [id="search-form"] label + .description, .view-filters label + .description {
  margin-bottom: 0.333em;
}

form[class*="webform"] .description, [id="user-login"] .description, [id="search-form"] .description, .view-filters .description {
  margin-top: 0.333em;
  color: #aaaaaa;
  font: italic rem(14) "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

form[class*="webform"] .description + label, [id="user-login"] .description + label, [id="search-form"] .description + label, .view-filters .description + label {
  margin-top: 0.333em;
}

form[class*="webform"] .form-number,
form[class*="webform"] .webform-component-number select, [id="user-login"] .form-number,
[id="user-login"] .webform-component-number select, [id="search-form"] .form-number,
[id="search-form"] .webform-component-number select, .view-filters .form-number,
.view-filters .webform-component-number select {
  width: auto !important;
}

form[class*="webform"] .form-required, [id="user-login"] .form-required, [id="search-form"] .form-required, .view-filters .form-required {
  color: #d33c3c;
}

form[class*="webform"] .error, [id="user-login"] .error, [id="search-form"] .error, .view-filters .error {
  border-color: #d33c3c !important;
}

form[class*="webform"] .error::-webkit-input-placeholder, [id="user-login"] .error::-webkit-input-placeholder, [id="search-form"] .error::-webkit-input-placeholder, .view-filters .error::-webkit-input-placeholder {
  color: #d33c3c !important;
}

form[class*="webform"] .error::-moz-placeholder, [id="user-login"] .error::-moz-placeholder, [id="search-form"] .error::-moz-placeholder, .view-filters .error::-moz-placeholder {
  color: #d33c3c !important;
}

form[class*="webform"] .error:-ms-input-placeholder, [id="user-login"] .error:-ms-input-placeholder, [id="search-form"] .error:-ms-input-placeholder, .view-filters .error:-ms-input-placeholder {
  color: #d33c3c !important;
}

form[class*="webform"] select:not([multiple]), [id="user-login"] select:not([multiple]), [id="search-form"] select:not([multiple]), .view-filters select:not([multiple]) {
  min-width: rem(100);
  background-image: url(../img/selectarrow.svg);
  background-position: right top;
  background-repeat: no-repeat;
}

form[class*="webform"] .form-managed-file button, [id="user-login"] .form-managed-file button, [id="search-form"] .form-managed-file button, .view-filters .form-managed-file button {
  display: block;
  margin-top: 0.5em;
  font-size: 75%;
}

form[class*="webform"] .captcha, [id="user-login"] .captcha, [id="search-form"] .captcha, .view-filters .captcha {
  margin: 0 0 1rem 0;
  padding: 0;
  transform: scale(0.93, 0.93);
  transform-origin: top left;
}

form[class*="webform"] .captcha legend,
form[class*="webform"] .captcha .fieldset-description, [id="user-login"] .captcha legend,
[id="user-login"] .captcha .fieldset-description, [id="search-form"] .captcha legend,
[id="search-form"] .captcha .fieldset-description, .view-filters .captcha legend,
.view-filters .captcha .fieldset-description {
  display: none;
}

form[class*="webform"] .form-item input.form-text,
form[class*="webform"] .form-item .form-textarea {
  box-shadow: none !important;
}

form[class*="webform"] .form-wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="image"]).form-submit {
  padding: 1em 1.5em;
  width: auto !important;
  border-radius: 2em;
  border: none;
  color: #fff;
  background-color: #f6881f;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

@media screen and (min-width: 40em) {
  form[class*="webform"] .form-wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="image"]).form-submit {
    padding: 1em 3em;
  }
}

@media screen and (min-width: 40em) {
  form[class*="webform"] .form-wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="image"]).form-submit {
    font-size: 1rem;
  }
}

@media screen and (min-width: 64em) {
  form[class*="webform"] .form-wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="image"]).form-submit {
    font-size: 1rem;
  }
}

form[class*="webform"] .form-wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="image"]).form-submit:focus, form[class*="webform"] .form-wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="image"]).form-submit:hover {
  background-color: #D51C29;
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 39.9375em) {
  .comment-blog-article-comment-form .form-text {
    width: 100%;
  }
}

/*
---------------------
SEARCH PAGE
---------------------
*/
.page-search #main {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.page-search #main::before, .page-search #main::after {
  content: ' ';
  display: table;
}

.page-search #main::after {
  clear: both;
}

.page-search #main .search-form {
  max-width: 440px;
  width: 100%;
}

.page-search #main .search-form button {
  border: none;
  box-shadow: none;
  font-size: 15px;
}

.page-search #main .search-form input[type="text"] {
  height: 41px;
  padding-left: 10px;
  font-size: 16px;
  max-width: calc(100% - 150px);
  width: 100%;
}

.page-search #main .search-form label {
  display: block;
}

/*
------------
FILTERS
------------
*/
.filters {
  box-shadow: inset 0 7px 20px -7px rgba(0, 0, 0, 0.5), inset 0 100px 400px -100px rgba(0, 0, 0, 0.5);
}

.filters__event--listing {
  background-color: #4a4a4a;
  background-size: 6px 6px !important;
  background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 55%, transparent);
  padding-top: calc(40px - 1em);
  padding-bottom: calc(40px - 1em);
  overflow-x: hidden;
}

.filters__faculty--listing {
  background-color: #eee;
  background-size: 6px 6px !important;
  background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.5) 49%, rgba(255, 255, 255, 0.5) 51%, transparent 55%, transparent);
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
}

.filters .form-item,
.filters .form-actions {
  display: inline-block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .filters .form-item select {
    background-image: none !important;
  }
}

.filters .form-item select {
  background-image: url(/themes/ice/assets/img/selectarrows.svg);
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: 20px 20px;
}

.filters .form-item select,
.filters .form-item input[type="text"] {
  background-color: #fff;
  font-family: "miller-text", Georgia, serif;
  font-style: italic;
  color: #4a4a4a;
  font-size: 1.125rem;
  border-radius: 8px;
  border: none;
  padding: 1rem 2rem;
  margin-right: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filters .form-actions input {
  font-size: 1.125rem;
  padding: 1rem 2rem;
}

.filters .form-actions input.link--reset {
  background: none;
  border: none;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  color: #e9d98e;
  cursor: pointer;
}

.filters .form-actions input.link--reset:hover, .filters .form-actions input.link--reset:focus {
  outline: none;
  color: #5ca2bf;
}

.filters__faculty--listing {
  /*
        .form-item input[type="text"] {
          &::-webkit-input-placeholder,
          &::-moz-placeholder,
          &::-ms-input-placeholder,
          &:-moz-placeholder{
            color: $olive;
          }
        }
        .form-actions input.link--reset {
          color: $olive;
        }
    */
}

.filters__faculty--listing .padded-row, .filters__faculty--listing .highlighted, .filters__faculty--listing #user-login, .filters__faculty--listing .profile {
  max-width: 80rem;
}

.filters__faculty--listing .form-item select,
.filters__faculty--listing .form-item input[type="text"] {
  color: #aaa808;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}

@media screen and (min-width: 40em) {
  .filters__faculty--listing #views-exposed-form-profile-listing-profile-listing-embed-alumni .form-item select,
  .filters__faculty--listing #views-exposed-form-profile-listing-profile-listing-embed-alumni .form-item input[type="text"] {
    width: 16rem;
  }
}

.filters__faculty--listing .form-actions input:nth-of-type(1) {
  -webkit-appearance: none;
}

.filters__faculty--listing .form-actions input:nth-of-type(2) {
  background: none;
  border: none;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  color: #aaa808;
  cursor: pointer;
}

.filters__faculty--listing .form-actions input:nth-of-type(2):hover, .filters__faculty--listing .form-actions input:nth-of-type(2):focus {
  outline: none;
  color: #5ca2bf;
}

.filters__event--listing .form-item select {
  width: 300px;
}

@media screen and (min-width: 40em) {
  .filters__event--listing .form-item select {
    width: 400px;
  }
}

.filters__event--listing .form-actions input:nth-of-type(2) {
  background: none;
  border: none;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  color: #e9d98e;
  cursor: pointer;
}

.filters__event--listing .form-actions input:nth-of-type(2):hover, .filters__event--listing .form-actions input:nth-of-type(2):focus {
  outline: none;
  color: #5ca2bf;
}

.filters__blog--listing .form-actions input {
  font-size: 1.125rem;
  padding: 1rem 2rem;
  -webkit-appearance: none;
}

.filters__blog--listing .form-actions input.link--reset {
  background: none;
  border: none;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #A3AB4D;
  padding: 1rem 0.5rem;
  cursor: pointer;
}

@media (min-width: 1024px) and (max-width: 1160px) {
  .filters__blog--listing .form-actions input.link--reset {
    padding: 1rem 0.25rem;
  }
}

.filters__blog--listing .form-actions input.link--reset:hover, .filters__blog--listing .form-actions input.link--reset:focus {
  outline: none;
  color: #7d002e;
}

.filters__blog--listing select {
  border-radius: 0;
  border: 1px solid #fff;
  border-width: 6px 0 6px 1px;
  border-color: #fff #fff #fff #ccc;
  display: inline-block;
  width: 100%;
  padding: 0.25rem 2rem;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  color: #717171;
  font-size: 0.875rem;
  background-color: transparent;
  background-image: url(/themes/ice/assets/img/selectarrow.svg);
  background-repeat: no-repeat;
  background-position: 100% -100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filters__blog--listing input[data-drupal-selector="edit-blog-tag"] {
  border-radius: 0;
  border: 1px solid #fff;
  border-width: 6px 0 6px 1px;
  border-color: #fff #fff #fff #ccc;
  display: inline-block;
  width: 100%;
  padding: 0.25rem 2rem;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  color: #717171;
  font-size: 0.875rem;
}

.filters__blog--listing__keyword {
  /*
        background-color: #efefef;
        background-size: 6px 6px !important;
        background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255,255,255,0.5) 49%, rgba(255,255,255,0.5) 51%, transparent 55%, transparent);
        box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.1);
        overflow-x: hidden;
    */
}

.filters__blog--listing__keyword input {
  width: 100%;
  background-color: #fff;
  font-family: "miller-text", Georgia, serif;
  font-style: italic;
  color: #4a4a4a;
  font-size: 1.125rem;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  padding: 1rem 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filters__blog--listing__selects {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 3.75rem;
  position: relative;
}

.filters__blog--listing__selects:before, .filters__blog--listing__selects:after {
  content: "";
  display: block;
  height: 2px;
  width: 1.25rem;
  background: #fff;
  position: absolute;
  bottom: -1px;
}

.filters__blog--listing__selects:before {
  left: 0;
}

.filters__blog--listing__selects:after {
  right: 0;
}

@media screen and (min-width: 40em) {
  .filters__blog--listing__selects .form-actions {
    position: relative;
    top: -0.66em;
  }
}

.filters__faculty--listing .form-item {
  max-width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .filters__faculty--listing .form-item input {
    width: 100%;
  }
}

#alert-wrapper {
  position: relative;
  z-index: 2;
}

.alert--site-wide {
  background-color: #d96f09;
  min-height: 55px;
  text-align: center;
  font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
}

.alert--site-wide div {
  width: 100%;
}

.alert--site-wide i.fa {
  color: rgba(255, 240, 165, 0.42);
  font-size: 3.75rem;
  padding-top: 7px;
  padding-left: 34px;
  display: none;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .alert--site-wide i.fa {
    float: right;
    display: block;
  }
}

.alert--site-wide h2, .alert--site-wide p {
  color: #fff;
  padding-top: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.alert--site-wide p strong {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.alert--site-wide a {
  color: #fff;
}

.alert--site-wide a:hover {
  color: #FFF0A5;
}

.alert--site-wide a.btn {
  background: none !important;
  background-color: none !important;
}

.alert--site-wide a.btn:hover, .alert--site-wide a.btn:focus {
  background: rgba(255, 255, 255, 0.2) !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.alert--site-wide hr {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-width: 1px 0 0;
  margin-bottom: 1.5rem;
}

/* ----------------------------
  OHO STAT BLOCK
------------------------------- */
.section--stat-block {
  text-align: center;
}

.section--stat-block .section__lead-in__sub-title {
  font-weight: 100;
  font-family: "Gotham A", "Gotham B", Hevletica, 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;
}

.split-band-checkerboard .split-band__name {
  font-size: 42px;
  margin-bottom: 15px;
  color: #fff;
}

@media screen and (min-width: 64em) {
  .split-band-checkerboard .split-band__name {
    font-size: 42px;
    margin-bottom: 15px;
  }
}

.split-band-checkerboard > div.split-band:nth-child(even) .split-band__content-container {
  right: 0;
}

.split-band-checkerboard > div.split-band:nth-child(even) .split-band__photo {
  left: 0;
}

.split-band-checkerboard > div.split-band:nth-child(even) .split-band__content {
  float: left;
}

.split-band-checkerboard > div.split-band:nth-child(even) .split-band__photo {
  -ms-flex-order: 2;
  order: 2;
}

.split-band-checkerboard > div.split-band:nth-child(even) .split-band__photo img {
  float: right;
}

.split-band-checkerboard > div.split-band:nth-child(odd) .split-band__content {
  float: right;
}

.split-band-checkerboard > div.split-band:nth-child(odd) .split-band__photo img {
  float: left;
}

/*-- split-band --*/
.split-band__content-container {
  padding: 0px;
}

@media screen and (min-width: 64em) {
  .split-band__content-container {
    min-height: 447px;
  }
}

.split-band {
  background: #fff;
  margin: 0px;
  padding: 0px;
  width: 100%;
  color: white;
  float: none;
  background: #222;
}

.link-list {
  list-style: none;
  padding: 0px;
}

.link-list a:link {
  color: #0f4e66;
  text-decoration: none;
  font-size: 1.3125rem;
  line-height: 2rem;
}

.split-band__company {
  font-weight: bold;
}

.split-band__content {
  max-width: 600px;
  float: right;
}

@media screen and (min-width: 40em) {
  .split-band__content {
    padding: 25px;
  }
}

@media screen and (min-width: 64em) {
  .split-band__content {
    max-height: 470px;
    padding: 50px;
  }
}

@media (max-width: 768px) {
  .split-band__content {
    padding: 15px;
  }
}

@media screen and (max-width: 39.9375em) {
  .split-band__content {
    padding: 20px;
    max-width: none;
  }
}

.split-band__label {
  text-transform: uppercase;
  margin: 0px;
}

.split-band__title {
  margin-top: 0;
}

.split-band__photo {
  margin: 0px;
  padding: 0px;
  max-height: 470px;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .split-band__photo img {
    width: 700px;
    max-width: none;
  }
}

.split-band__row {
  border-bottom: 2px solid #fff;
}

.split-band__quote {
  color: #fff;
  font-size: 20px;
  margin-top: 0;
  font-weight: 200;
  margin-bottom: 30px;
}

@media screen and (min-width: 64em) {
  .split-band__quote {
    font-size: 21px;
  }
}

.split-band__group .split-band__row:nth-child(n+1) {
  background-color: #0c6789;
}

.split-band__group .split-band__row:nth-child(n+1) .split-band__content {
  /*padding:25px;*/
}

.split-band__group .split-band__row:nth-child(n+1) .split-band__quote {
  color: #fff;
  margin-top: 0px;
  padding-top: 0px;
  font-size: 21px;
  line-height: 30px;
}

.split-band__group .split-band__row:nth-child(n+1) h1, .split-band__group .split-band__row:nth-child(n+1) h2, .split-band__group .split-band__row:nth-child(n+1) h3, .split-band__group .split-band__row:nth-child(n+1) h4, .split-band__group .split-band__row:nth-child(n+1) h5 {
  color: #fff;
}

.split-band__group .split-band__row:nth-child(n+1) h2 {
  font-size: 22px;
  line-height: 38px;
}

.split-band__group .split-band__row:nth-child(n+1) .split-band__label {
  text-transform: uppercase;
  margin: 0px;
}

.split-band__group .split-band__row:nth-child(n+1) .split-band__title {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #fff;
}

.split-band__group .split-band__row:nth-child(n+1) .split-band__minortitle {
  margin-top: 0;
  font-weight: 300;
  display: block;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

.split-band__group .split-band__row:nth-child(n+1) .split-band__subtitle {
  margin-top: 0;
  font-weight: 200;
  font-size: 14px;
  font-style: italic;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

.split-band__group .split-band__row:nth-child(n+1) .split-band__name {
  text-transform: uppercase;
  margin-top: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.375rem;
}

.split-band-checkerboard--student .split-band__name {
  margin-bottom: 0px;
}

.split-band-checkerboard--student .split-band__title {
  display: block;
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: bold;
}

.split-band-checkerboard--student .split-band__title a {
  color: #fff;
}

.split-band-checkerboard--student .split-band__name a {
  color: #7d002e;
}

.news-events__checkered-feature {
  background: none;
  margin-bottom: 15px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}

.news-events__checkered-feature .split-band__content {
  padding: 0px 25px 0px 0px;
}

@media screen and (min-width: 40em) {
  .news-events__checkered-feature .split-band__photo img {
    width: 560px;
  }
}

@media screen and (min-width: 40em) {
  .news-events__checkered-feature h2 {
    margin-top: 0px;
  }
}

.news-events__checkered-feature p {
  color: #222;
  font-weight: normal;
  font-size: 16px;
}

.news-events__checkered-feature a {
  margin-bottom: 0px;
}

.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 #222;
  border-top: 20px solid #222;
  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: #222;
}

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

/*
------------
LISTING ITEMS
------------
*/
.listing-item {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.listing-item:last-of-type {
  border-bottom: none;
}

.listing-item__image {
  margin-bottom: 20px;
}

@media screen and (min-width: 40em) {
  .listing-item__image {
    margin-bottom: 0px;
  }
}

.listing-item__title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 30px;
  font-family: serif;
}

.listing-item__timestamp {
  font-size: 13px;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  text-transform: uppercase;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  display: block;
}

.listing-item__timestamp:before {
  padding-right: 5px;
  font-family: "FontAwesome";
}

.listing-item__publication {
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 600;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.listing-item__teaser {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
}

.tags__heading {
  margin-bottom: 0px;
  display: inline-block;
}

/*
----------------------
NEWS DETAIL
----------------------
*/
.news-detail__content--detail {
  margin-bottom: 20px;
}

.news-detail .timestamp {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  text-transform: none;
}

.list-detail .intro-text {
  margin-bottom: 30px;
  color: #333;
}

.list-detail__body {
  margin-bottom: 40px;
  font-weight: normal;
}

.list-detail__body .tags {
  margin-bottom: 30px;
}

.related {
  padding-top: 40px;
  border-top: 1px solid #ccc;
  margin-bottom: 50px;
}

.related article {
  margin-bottom: 50px;
}

.related .timestamp {
  color: #333;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
}

.related-news__title {
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-family: "miller-text", Georgia, serif;
}

.related-news__teaser {
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal;
}

/*
--------------------
ACCORDION DROPDOWN
--------------------
*/
.accordion-drop-down {
  margin-bottom: 18px;
  clear: both;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  border: 6px solid #fff;
  position: relative;
  z-index: 2;
}

.accordion-drop-down__itself {
  border-radius: 6px;
  border: 2px solid #aaa808;
}

button.accordion-drop-down__toggle {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border-radius: 6px;
}

.accordion-drop-down__toggle h3 {
  margin: 0;
  padding: 10px 50px 10px 15px;
  background: #aaa808;
  color: #fff;
  text-align: left;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  border-bottom: none;
}

@media screen and (max-width: 39.9375em) {
  .accordion-drop-down__toggle h3 {
    font-size: 1.125rem;
  }
}

.accordion-drop-down__toggle h3:after {
  content: "\f067";
  font-family: "FontAwesome";
  color: #e9d98e;
  font-size: 26px;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 22px;
  width: 22px;
  right: 15px;
  margin: auto;
}

.accordion-drop-down__toggle:hover,
.accordion-drop-down__toggle:focus {
  outline: none;
}

.accordion-drop-down__toggle:hover h3,
.accordion-drop-down__toggle:focus h3 {
  color: #7d002e;
}

.accordion-drop-down__toggle:hover h3:after,
.accordion-drop-down__toggle:focus h3:after {
  color: #7d002e;
}

.accordion-drop-down__toggle--active h3 {
  background: #ffffff;
  border-radius: 6px 6px 0 0;
  color: #aaa808;
}

.accordion-drop-down__toggle--active h3:after {
  content: "\f068";
  color: #aaa808;
}

.accordion-drop-down__toggle--active:hover h3, .accordion-drop-down__toggle--active:hover h3:after,
.accordion-drop-down__toggle--active:focus h3,
.accordion-drop-down__toggle--active:focus h3:after {
  color: #797806;
}

.accordion-drop-down__toggled-content {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 0 0 6px 6px;
  display: none;
  border-top: 1px solid #aaa808;
}

.accordion-drop-down__toggled-content h4:first-of-type {
  margin-top: 0px;
  margin-bottom: 10px;
}

.accordion-drop-down__toggled-content table {
  width: 100%;
  max-width: 690px;
  margin-bottom: 15px;
}

.accordion-drop-down__toggled-content table th {
  border: none;
  font-size: 16px;
  background: none;
  padding: 0 5px 5px;
  font-weight: bold;
  text-align: right;
}

.accordion-drop-down__toggled-content table td {
  border: none;
  font-size: 16px;
  padding: 5px;
}

.accordion-drop-down__toggled-content table tr > td:last-child {
  text-align: right;
}

.accordion--internal-close {
  position: absolute;
  bottom: 1em;
  right: 1em;
  border: none;
  color: #aaa808;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
}

.accordion--internal-close:hover {
  color: #7d002e;
}

/*
-------------------
D8 PAGINATION
-------------------
*/
nav.pager {
  padding-bottom: 18px;
  background-color: #efefef;
  padding-top: 18px;
  margin-top: 20px;
  text-align: center;
}

ul.pager__items {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
}

ul.pager__items li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 0.5em;
}

ul.pager__items li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  color: #4a4a4a;
}

ul.pager__items li a:hover {
  color: #f6881f;
}

ul.pager__items li.is-active a {
  color: #7d002e;
  font-weight: 700;
}

.pager__item--first span:last-child,
.pager__item--previous span:last-child,
.pager__item--next span:last-child,
.pager__item--last span:last-child {
  display: none;
}

.pager__item--first a:before,
.pager__item--previous a:before {
  font-family: FontAwesome;
}

.pager__item--next a:after,
.pager__item--last a:after {
  font-family: FontAwesome;
}

.pager__item--first a:before {
  content: "\f100";
}

.pager__item--previous a:before {
  content: "\f104";
}

.pager__item--previous a:after {
  content: "\2013";
  color: #b5b5b5;
  margin-left: 1em;
  pointer-events: none;
}

.pager__item--next a:before {
  content: "\2013";
  color: #b5b5b5;
  margin-right: 1em;
  pointer-events: none;
}

.pager__item--next a:after {
  content: "\f105";
}

.pager__item--last a:after {
  content: "\f101";
}

@media screen and (max-width: 39.9375em) {
  ul.pager__items li {
    padding: 0 0.5em;
  }

  ul.pager__items .pager__item--first a:after,
  ul.pager__items .pager__item--previous a:after {
    display: none;
  }

  ul.pager__items .pager__item--next a:before,
  ul.pager__items .pager__item--last a:before {
    display: none;
  }

  ul.pager__items .pager__item {
    display: none;
  }

  ul.pager__items .is-active,
  ul.pager__items .pager__item--first,
  ul.pager__items .pager__item--previous,
  ul.pager__items .pager__item--next,
  ul.pager__items .pager__item--last {
    display: inline-block;
  }

  ul.pager__items .is-active a:before {
    content: "Page ";
  }
}

.hero--home {
  position: relative;
}

.hero--home__video {
  position: absolute;
  width: 100%;
  height: 100%;
  /* padding-bottom: 56.25%;   = 16:9 */
}

@media (max-width: 960px) {
  .hero--home__video {
    display: none;
  }
}

.hero--home__video iframe,
.hero--home__video video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-attachment: fixed;
}

.hero--home__video.hideThisVideo {
  display: none;
}

.hero--home__image {
  margin-bottom: 2.5rem;
}

@media (max-width: 960px) {
  .hero--home__image:first-child,
  .hero--home__image:first-child picture,
  .hero--home__image:first-child img {
    width: 100%;
  }
}

@media (min-width: 961px) {
  .hero--home__image {
    display: none;
  }

  .hero--home__image:first-child {
    display: block;
    min-width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
  }

  .hero--home__image:first-child picture {
    width: 100vw;
    height: 100vh;
    position: relative;
  }

  .hero--home__image:first-child img {
    width: 100vw;
    min-height: 100vh;
    object-fit: cover;
  }
}

.hero--home__image.hideThisPhoto {
  display: none;
}

@media (min-width: 961px) {
  .hero--home__text {
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    padding-top: 20vh;
  }
}

.hero--home__text h1 {
  margin-top: 0;
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 40em) {
  .hero--home__text h1 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 64em) {
  .hero--home__text h1 {
    font-size: 4.375rem;
  }
}

@media screen and (min-width: 40em) {
  .hero--home__text h1 {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 64em) {
  .hero--home__text h1 {
    margin-bottom: 2.25rem;
  }
}

.hero--home__text h2.subhead {
  font-size: 1.125rem;
  color: #7d002e;
}

@media screen and (min-width: 40em) {
  .hero--home__text h2.subhead {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 64em) {
  .hero--home__text h2.subhead {
    font-size: 1.625rem;
  }
}

.hero--home__text .intro-text p {
  font-family: "miller-text", Georgia, serif;
  position: relative;
  font-size: 0.875rem;
  line-height: calc(41 / 24);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

@media screen and (min-width: 40em) {
  .hero--home__text .intro-text p {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  .hero--home__text .intro-text p {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 40em) {
  .hero--home__text .intro-text p {
    margin-top: 2.25rem;
    padding-top: 2.25rem;
  }
}

.hero--home__text .intro-text p:before {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  position: absolute;
  top: 0;
  background: #f6881f;
}

@media (min-width: 961px) {
  .hero--home__text h1,
  .hero--home__text h2.subhead,
  .hero--home__text .intro-text p {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
  }

  .hero--home__text h1:before,
  .hero--home__text h2.subhead:before,
  .hero--home__text .intro-text p:before {
    display: none;
  }

  .hero--home__text .intro-text p {
    padding-top: 7.5rem;
  }

  .hero--home__text h2.subhead {
    text-transform: uppercase;
  }
}

@media (max-width: 960px) {
  .hero--home__stats {
    background-color: #4a4a4a;
    background-size: 6px 6px !important;
    background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 55%, transparent);
    padding-top: calc(40px - 1em);
    padding-bottom: calc(40px - 1em);
    overflow-x: hidden;
  }
}

@media (min-width: 961px) {
  .hero--home__stats {
    position: relative;
    z-index: 3;
    padding-top: 7.5rem;
  }
}

@media (min-width: 961px) {
  .hero--home__cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.9));
  }
}

.hero--home__ingredients {
  display: none;
}

@media (min-width: 961px) {
  .hero--home__ingredients {
    display: block;
    position: relative;
    z-index: 3;
    background-image: linear-gradient(transparent, transparent 50%, white 50%, white);
  }
}

.not-hero--home {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.has-alert .hero--home__video iframe {
  top: 0;
}

@media (max-width: 960px) {
  .hero--home__stats__statistics {
    margin: 0 -1.25rem;
  }
}

@media (min-width: 961px) {
  .hero--home__stats__statistics {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.hero--home__stats__statistics .slick-track {
  padding-bottom: 1.25rem;
}

.statistic {
  border: 3px solid #ffffff;
  border-radius: 9px;
  position: relative;
  padding: 1.5rem;
}

@media screen and (min-width: 40em) {
  .statistic {
    padding: 3rem;
  }
}

@media (max-width: 960px) {
  .statistic {
    margin: 0 0.625rem;
  }
}

@media (min-width: 961px) {
  .statistic {
    border-color: #ffffff;
    max-width: 360px;
    padding: 5rem 3.5rem;
  }
}

@media (min-width: 961px) {
  .statistic + .statistic {
    margin-left: 40px;
  }
}

.statistic__number {
  color: #ffffff;
  text-align: center;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1;
  font-size: 3rem;
}

@media screen and (min-width: 40em) {
  .statistic__number {
    font-size: 4rem;
  }
}

@media (min-width: 1160) {
  .statistic__number {
    font-size: 4.375rem;
  }
}

.statistic__number__itself {
  color: #fff;
  font-size: 4rem;
}

@media screen and (min-width: 40em) {
  .statistic__number__itself {
    font-size: 5rem;
  }
}

@media (min-width: 961px) and (max-width: 1160px) {
  .statistic__number__itself {
    font-size: 3rem;
  }
}

@media (min-width: 1160) {
  .statistic__number__itself {
    font-size: 6.875rem;
  }
}

.statistic__number__prefix {
  display: inline-block;
  transform: translateX(12px);
}

@media (min-width: 961px) and (max-width: 1160px) {
  .statistic__number__prefix {
    font-size: 2.5rem;
  }
}

.statistic__number__suffix {
  display: inline-block;
  transform: translateX(-12px);
}

@media (min-width: 961px) and (max-width: 1160px) {
  .statistic__number__suffix {
    font-size: 2.5rem;
  }
}

.statistic__enumerated h4 {
  font-family: HelveticaNeue-CondensedBold, "acumin-pro-condensed", "DIN CONDENSED", Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
}

.statistic__desc {
  color: #fff;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  text-align: center;
}

.statistic__desc p {
  font-size: 0.9375rem;
}

.statistic__button {
  position: absolute;
  bottom: -1.5em;
  left: 2em;
  right: 2em;
}

.statistic__button a.link--squircle--solid, .statistic__button a.btn--light, .statistic__button a.btn, .statistic__button .related-news__link a, .related-news__link .statistic__button a {
  display: block;
  text-transform: uppercase;
}

.hero--home ~ section {
  position: relative;
}

/*
-----------------
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__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: "miller-text", Georgia, 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: 30px;
}

@media screen and (min-width: 40em) {
  .sidebar {
    margin-bottom: 0;
  }
}

.sidebar-menu {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .sidebar-menu {
    margin-bottom: 0px;
    border-bottom: 0;
    margin-bottom: 40px;
  }
}

@media (min-width: 769px) {
  .sidebar-menu > ul.menu {
    border: none;
  }
}

.sidebar-menu ul.menu {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  margin: 0;
  padding: 0;
}

.sidebar-menu ul.menu li {
  margin: 0;
  list-style-type: none;
}

.sidebar-menu ul.menu a {
  font-size: 1rem;
  padding: 14px 36px 14px 0px;
  margin-left: 25px;
  display: block;
  transition: background .2s ease-out;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}

.sidebar-menu ul.menu a:hover {
  text-decoration: underline;
}

.sidebar-menu ul.menu a.active-trail {
  font-weight: bold;
  background-color: #efefef;
}

.sidebar-menu ul.menu a.active,
.sidebar-menu ul.menu li.menu-item--active-trail > a.is-active {
  color: #fff;
  /*
    &:before {
      content: "\f105";
      font-family: "fontAwesome";
      padding-right: 10px;
    }
*/
}

/*
 * Sidebar Menu Variations
 */
.sidebar-menu--border-levels ul.menu a {
  border-left: 0 solid #ccc;
}

.sidebar-menu--border-levels ul.menu > li a {
  /* level 0 */
}

.sidebar-menu--border-levels ul.menu > li > ul > li a {
  /* level 1 */
}

.sidebar-menu--border-levels ul.menu > li > ul > li > ul > li a {
  /* level 2 */
}

.sidebar-menu--border-levels ul.menu > li > ul > li > ul > li > ul > li a {
  /* level 3 */
}

.sidebar-menu--border-levels ul.menu > li > ul > li > ul > li > ul > li > ul > li a {
  /* level 4 */
}

.sidebar-menu--padded-border-levels {
  border-width: 0;
}

.sidebar-menu--padded-border-levels ul.menu ul.menu ul.menu li {
  margin-left: 35px;
}

.sidebar-menu--padded-border-levels ul.menu a.active {
  border-left-color: orange;
}

.sidebar-menu--padded-border-levels li:last-child > a {
  border-bottom-width: 0px;
}

.sidebar-menu--padded-border-levels li.menu-item--expanded li.menu-item--expanded li.menu-item--expanded {
  border-bottom-width: 0;
}

/* More in this section functionality */
.sidebar-menu > ul.menu {
  display: none;
}

@media (min-width: 769px) {
  .sidebar-menu > ul.menu {
    display: block;
  }
}

.sidebar-menu > ul.menu > li:last-child a {
  border-bottom: none;
}

.more-in-this-section {
  display: block;
  position: relative;
  text-align: left;
  padding: 0.9375rem 0.625rem;
  cursor: pointer;
  margin: 0;
  background: none;
  box-shadow: none;
  width: 100%;
  border-radius: 7px;
  border: none;
  background-color: #f6881f;
  transition: background-color 300ms ease;
}

.more-in-this-section:hover, .more-in-this-section:focus {
  outline: none;
  background-color: #7d002e;
}

@media (min-width: 640px) {
  .more-in-this-section {
    display: none;
  }
}

.more-in-this-section h2 {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #fff;
  margin: 0;
}

.more-in-this-section:after {
  /* Down Arrow */
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 0;
  top: 12px;
  margin: auto;
  transition: transform .3s ease-out;
  transform-origin: center center;
}

@media (min-width: 640px) {
  .more-in-this-section + ul.menu {
    display: block !important;
  }
}

.more-in-this-section--active:after {
  transform: rotateX(-180deg) translateY(15px);
}

.sidebar-menu.sidebar-menu--padded-border-levels {
  /*
  ul.menu ul.menu > li > a {
    border-width: 0 62px 0 0;
    border-color: #fff;
    border-style: solid;
  }
*/
  /*
  ul.menu ul.menu ul.menu > li > a {
    border-left: 2px solid #ccc;

    &.active {
      border-left: 2px solid $lemon;
      background: none;
      color: $primary-color;
    }
  }
  ul.menu ul.menu ul.menu > li:not(:last-child) > a {
    border-bottom: 1px solid #ccc;
  }
  ul.menu ul.menu ul.menu > li:last-child > a {
    border-bottom: none;
  }
*/
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu > li > a {
  font-weight: 700;
  color: #7d002e;
  border-left: none;
  text-decoration: none;
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu > li > a.open, .sidebar-menu.sidebar-menu--padded-border-levels ul.menu > li > a.engaged:not(.closed) {
  border-bottom: none;
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu > li > a.is-active {
  color: #7d002e;
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu > li.menu-item--expanded > a:before {
  content: "\f0da";
  display: inline-block;
  font-family: FontAwesome;
  color: #7d002e;
  position: relative;
  left: -25px;
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu > li.active-trail > a {
  color: #aaa808;
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu > li.active-trail > a:after {
  color: #aaa808 !important;
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu ul li a {
  font-weight: normal;
  font-size: 0.8125rem;
  color: #4a4a4a;
  border-bottom: none;
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu ul li a.is-active {
  font-weight: 700;
  color: #7d002e;
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu ul li:not(:last-child) a {
  position: relative;
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu ul li:not(:last-child) a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: rgba(155, 155, 155, 0.3);
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu li.menu-item--expanded {
  position: relative;
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu li.menu-item--expanded > a {
  position: relative;
  z-index: 1;
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu li.menu-item--expanded > a:after {
  content: "\f067";
  font-family: FontAwesome;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: calc(100% - 28px);
  padding: 14px 0;
  width: 36px;
  color: #7d002e;
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu li.menu-item--expanded > a.open:after, .sidebar-menu.sidebar-menu--padded-border-levels ul.menu li.menu-item--expanded > a.engaged:after {
  content: "\f068";
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu li.menu-item--expanded > a.engaged.closed:after {
  content: "\f067";
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu li.menu-item--expanded > a + .togglyBox {
  position: absolute;
  z-index: 2;
  border: none;
  border-radius: 0;
  top: 0;
  right: 0;
  height: 55px;
  width: 36px;
  font-size: 0;
  background: none;
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu li.menu-item--expanded ul {
  display: none;
  position: relative;
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu li.menu-item--expanded ul:before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 18px);
  position: absolute;
  left: 0;
  top: 6px;
  background: rgba(181, 181, 181, 0.25);
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu > li.menu-item--expanded > ul li:last-child > a {
  border-bottom: 1px solid #ccc;
}

.sidebar-menu.sidebar-menu--padded-border-levels ul.menu li.menu-item--expanded.active-trail ul {
  display: block;
}

@supports (-ms-ime-align: auto) {
  .sidebar-menu.sidebar-menu--padded-border-levels ul.menu li.menu-item--expanded > a:after {
    top: 16px;
  }
}

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

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

.picker .white-box {
  border: 1px solid DarkRed;
  width: 260px;
  margin-right: 2rem;
  padding: 0;
}

.picker .white-box .summary {
  padding: 1.5rem;
}

.picker .white-box .summary p:last-child {
  margin-bottom: 0;
}

.picker .white-box h4 a {
  text-decoration: none;
  color: DarkRed;
}

.picker__tab--text-n-boxes {
  position: relative;
}

.picker__tab--text-n-boxes .picker__white-boxes {
  display: -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;
}

@media (max-width: 899px) {
  .tabs__tabs {
    display: none;
  }

  .tabs__content {
    display: block !important;
  }
}

/*
.tabs__filter__tab,
.tabs__filter__title {
  border: none;
  background-color: purple;
  color: #fff;
  font-size: rem-calc(14);
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  padding: 0.6em;
}
.tabs__filter__tab {
  text-align: center;
  max-width: 190px;
  border-radius: 4px;
  &[aria-selected="true"] {
    background-color: orange;
    color: #000;
  }
}
.tabs__filter__title {
  text-align: left;
  display: block;
  border-radius: 0;
  position: relative;
  margin: rem-calc(0 50);
  width: calc(100% - 100px  );
  &:not(:first-child) {
    margin-top: 10px;
  }
  &:after {
    content: "\f063";
    font-family: FontAwesome;
    color: orange;
    display: inline-block;
    float: right;
  }
  &.engaged:after {
    content: "\f062";
  }
}
*/
.tabs__content__itself__tabs .tabs__filter__title {
  display: inline-block;
}

.tabs__content,
.tabs__filter__content {
  display: none;
}

.tabs__content.hide,
.tabs__filter__content.hide {
  display: none;
}

.tabs__content.show,
.tabs__filter__content.show {
  display: block;
}

/*
.section--tabs--event-listing {

  button i.fa:before {
    font-family: FontAwesome;
    font-weight: normal;
    display: inline-block;
    padding-left: 0.5em;
  }
  .tabs__tabs__button:nth-of-type(1) i.fa:before,
  .tabs__content:nth-of-type(1) button i.fa:before {
    content: "\f0ca";
  }
  .tabs__tabs__button:nth-of-type(2) i.fa:before,
  .tabs__content:nth-of-type(2) button i.fa:before {
    content: "\f133";
  }

  @media (min-width: 640px) {
    .tabs__tabs {
      display: block
    }
    .tabs__content .tabs__title {
      display: none;
    }
    .tabs__content__itself {
      display: block;
    }
  }
  @media (max-width: 639px) {
    .tabs__content {
      &[aria-hidden="true"],
      &[aria-hidden="false"] {
        display: block;
      }
    }
  }

  .tabs__content__itself__tabs {
    padding: rem-calc(40 0 0);
  }
  .tabs__content__itself__content {
    padding: rem-calc(30 0);

  }
  .tabs__filter__content {
    padding: rem-calc(0 20 0);
    @media screen and (min-width: 40em) {
      padding: rem-calc(0 50 0);
    }
  }
  .filters__clear-link {
    a {
      color: purple;
      position: relative;
      font-size: 17px;
    }
    i.fa:before {
      display: inline-block;
      background-color: purple;
      color: #fff;
      font-size: 12px;
      text-align: center;
      padding: 2px 4px;
      border-radius: 2px;
      position: relative;
      top: -3px;
    }
    text-align: center;
    padding: 0.5rem 0;
    @media (min-width: 640px) {
      text-align: right;
      padding: 0;
    }
  }
}
*/
/*
.section--tabs--tuition-fees {
  @media (min-width: 640px) {
   .tabs__tabs {
     display: block;
     text-align: left;
     padding-left: 50px;
   }
   .tabs__content .tabs__title {
     display: none;
   }
   .tabs__content__itself {
      display: block;
    }
  }
  @media (max-width: 639px) {
    .tabs__content {
      display: block;
      .tabs__content__itself {
        display: none;
      }
    }
  }

  .tabs__content {
    &__itself {
      background-color: transparent;
    }
    &__toggle-space {
      background-color: #EEECF2;
      padding: rem-calc(20 20 0);
      @media screen and (min-width: 40em) {
        padding: rem-calc(50 50 0);
      }
    }
  }
  .slide-toggle__content {
    &__instance__intro {
      background-color: #EEECF2;
      padding: rem-calc(20);
      margin-bottom: rem-calc(40);
      @media screen and (min-width: 40em) {
        padding: rem-calc(40 50 50);
        margin-bottom: 100px;
      }
      p:last-child {
        margin-bottom: 0;
      }
    }
  }
}
*/
/*
.section--tabs--admissions-flow {

  @media (min-width: 1161px) {
    .tabs__tabs {
      display: block
    }
    .tabs__content .tabs__title {
      display: none;
    }
  }
  @media (max-width: 1160px) {
    .tabs__content {
      display: block;
      .tabs__content__itself {
        display: none;
      }
    }
  }
}
*/
.tabs__tabs {
  width: 100%;
  background-color: transparent;
  position: relative;
  z-index: 1;
  border-bottom: 4px solid #7d002e;
  margin-bottom: 3.125rem;
}

@media (min-width: 1400px) {
  .tabs__tabs:after {
    content: "";
    display: block;
    height: 4px;
    background-color: #7d002e;
    position: absolute;
    bottom: -4px;
    left: 100%;
    right: -100%;
  }
}

.tabs__tabs__button {
  border: none;
  border-radius: 0;
  background: #efefef;
  color: #4a4a4a;
  font-weight: 700;
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
  padding: 0.625rem;
}

@media (min-width: 1160px) {
  .tabs__tabs__button {
    padding: 1.25rem;
  }
}

.tabs__tabs__button:hover {
  color: #000;
}

.tabs__tabs__button[aria-selected="true"] {
  background-color: #7d002e;
  color: #fff;
}

.tabs__tabs__button[aria-selected="true"]:hover {
  color: #fff;
}

.section--tabs--admissions-flow {
  margin-bottom: 50px;
}

.section--tabs--admissions-flow .tabs__tabs__button[aria-selected="false"] {
  border-right: 1px solid fuchsia;
}

.section--tabs--admissions-flow .tabs__content__itself {
  display: block;
  padding: 1.5625rem;
}

@media (min-width: 1160px) {
  .section--tabs--admissions-flow .tabs__content__itself {
    padding: 3.125rem;
  }

  .section--tabs--admissions-flow .tabs__content__itself .col *:last-child {
    margin-bottom: 0;
  }
}

.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: "miller-text", Georgia, 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: 37.5rem;
  overflow-y: hidden;
  position: relative;
  z-index: 1;
}

.more-or-less:after {
  content: "";
  display: block;
  z-index: 5;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(rgba(255, 255, 255, 0), white 50%);
}

.more-or-less.open {
  max-height: 6250rem;
}

.more-or-less.open:after {
  display: none;
}

.more-or-less__load-more {
  position: absolute;
  bottom: 1em;
  z-index: 6;
}

.more-or-less__fewer {
  background: #fff;
  position: relative;
  padding-top: em(20);
}

.more-slash-less__less-strip {
  opacity: 0;
}

.more-slash-less__less-strip.engaged {
  opacity: 1;
}

.alpha-jump-links {
  background-color: #eeebf2;
  padding: 2.5rem;
}

@media (max-width: 400px) {
  .alpha-jump-links {
    padding: 1.25rem;
  }
}

.alpha-jump-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.alpha-jump-links li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  font-weight: 600;
  font-size: 1.5rem;
  color: gray;
}

/*
------------
CHECKBOXES
------------
*/
.filters__checkbox {
  position: relative;
  margin-bottom: 2px;
}

.filters__checkbox input {
  position: absolute;
  opacity: 0;
}

.filters__checkbox label {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 40px;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 400;
}

.filters__checkbox label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #dadada;
  border: 1px solid #B5B5B5;
  position: absolute;
  left: 8px;
  top: 4px;
}

.filters__checkbox input:checked + label:before {
  border-color: purple;
}

.filters__checkbox input:checked + label:after {
  content: "\f00c";
  color: #000;
  font-size: 17px;
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  left: 9px;
  top: 3px;
}

.slide-toggle {
  width: 320px;
  height: 50px;
  border-radius: 10px;
  background: purple;
  line-height: 50px;
  position: relative;
}

.slide-toggle a {
  display: inline-block;
  width: 48%;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  position: relative;
  top: -2px;
  z-index: 2;
  text-decoration: none;
  border: none;
}

.slide-toggle a[aria-selected="true"],
.slide-toggle a:hover,
.slide-toggle a.current,
.slide-toggle a.active {
  color: #000;
}

.slide-toggle:hover a {
  color: #fff;
  text-shadow: 0 0 1px purple, -1px -1px 1px rgba(0, 0, 0, 0.5);
}

.slide-toggle hr {
  position: absolute;
  z-index: 1;
  height: 42px;
  margin: 0;
  border-radius: 7px;
  border: none;
  display: block;
  background-color: goldenrod;
  top: 4px;
  left: 4px;
  right: 50%;
  transition: all 300ms ease;
}

.slide-toggle a:nth-child(1)[aria-selected="true"] ~ hr {
  left: 4px;
  right: calc(48% + 4px);
  background: goldenrod;
}

.slide-toggle a:nth-child(2)[aria-selected="true"] ~ hr {
  left: calc(48% + 4px);
  right: 4px;
  background: goldenrod;
}

.slide-toggle a:nth-child(1):hover ~ hr {
  left: 4px;
  right: calc(48% + 4px);
  background-image: linear-gradient(#fec23c, goldenrod);
}

.slide-toggle a:nth-child(2):hover ~ hr {
  left: calc(48% + 4px);
  right: 4px;
  background-image: linear-gradient(#fec23c, goldenrod);
}

@media (max-width: 400px) {
  .slide-toggle {
    width: 240px;
    height: 70px;
    line-height: 1.1;
  }

  .slide-toggle a:nth-child(1) {
    position: relative;
    top: -10px;
  }

  .slide-toggle a:nth-child(2) {
    padding-top: 20px;
  }

  .slide-toggle hr {
    height: 62px;
  }
}

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

.directory__nav {
  position: relative;
  line-height: 1.5em;
}

.directory__nav div {
  width: 20em;
  position: relative;
}

.directory__nav:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #444;
  left: 0;
  right: 0;
  z-index: 1;
}

.directory__nav button {
  display: inline-block;
  border: none;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  width: 32%;
  text-align: left;
  padding: 0;
}

.directory__nav button span {
  display: inline-block;
  width: 5em;
  text-align: center;
}

.directory__nav button:hover, .directory__nav button.active {
  color: #000;
}

.directory__nav hr {
  height: 7px;
  background-color: aqua;
  border: none;
  position: relative;
  z-index: 3;
  top: 3px;
  width: 5em;
  margin-top: 0.5em;
  transition: all 0.2s ease;
}

.directory__nav button:first-child.active ~ hr {
  margin-left: 0;
}

.directory__nav button:nth-child(2).active ~ hr {
  margin-left: 33%;
}

.directory__nav button:nth-child(3).active ~ hr {
  margin-left: 66%;
}

.directory__nav button:first-child:hover ~ hr,
.directory__nav button:first-child:focus ~ hr {
  margin-left: 0;
  background-color: #444;
}

.directory__nav button:nth-child(2):hover ~ hr,
.directory__nav button:nth-child(2):focus ~ hr {
  margin-left: 33%;
  background-color: #444;
}

.directory__nav button:nth-child(3):hover ~ hr,
.directory__nav button:nth-child(3):focus ~ hr {
  margin-left: 66%;
  background-color: #444;
}

.office-listing--unit > div:last-child {
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}

.office-listing--unit > div:last-child:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: #444;
  left: 0.625rem;
  right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .office-listing--unit > div:last-child:after {
    left: 0.9375rem;
    right: 0.9375rem;
  }
}

.checkerboard__single {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 799px) {
  .checkerboard__single .checkerboard__image {
    background-image: none !important;
  }
}

@media (min-width: 800px) {
  .checkerboard__single {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .checkerboard__single .checkerboard__image {
    width: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin-bottom: 0;
  }

  .checkerboard__single .checkerboard__image img {
    display: none;
  }

  .checkerboard__single .checkerboard__text {
    width: 50%;
  }
}

@media (min-width: 800px) and (min-width: 1160px) {
  .checkerboard__single .checkerboard__text {
    padding-top: rem(100);
    padding-bottom: rem(100);
  }

  .checkerboard__single .checkerboard__text__wrap {
    margin-left: 4.5rem;
    max-width: 460px;
  }
}

@media screen and (min-width: 600px) {
  .checkerboard__single .checkerboard__image figcaption {
    bottom: 0;
    height: inherit;
  }
}

.checkerboard__single .eyebrow {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  font-size: rem(18);
  margin-bottom: rem(40);
  color: navy;
}

.checkerboard__single .eyebrow:before {
  display: block;
  content: "";
  height: 2px;
  width: 34px;
  background-color: #d9d9d9;
  position: relative;
  left: 0;
  top: -20px;
  position: relative;
}

@media screen and (min-width: 40em) {
  .checkerboard__single .eyebrow:before {
    left: -40px;
    top: 15px;
  }
}

@media screen and (min-width: 40em) {
  .checkerboard__single .eyebrow:before {
    left: -48px;
  }
}

@media (min-width: 800px) {
  .checkerboard__single:nth-child(even) .checkerboard__image {
    -ms-flex-order: 2;
    order: 2;
  }

  .checkerboard__single:nth-child(even) .checkerboard__text {
    -ms-flex-order: 1;
    order: 1;
  }

  .checkerboard__single:nth-child(even) .checkerboard__text__wrap {
    margin-left: 0;
    margin-right: 2.5rem;
    float: right;
  }
}

.checkerboard__text__summary,
.checkerboard__text__button {
  margin-bottom: 40px;
}

.checkerboard__text {
  padding: rem(50);
}

.checkerboard__text__links ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.checkerboard__text__links li {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
}

.checkerboard__text__links li:not(:last-of-type) {
  margin-bottom: 1em;
}

.checkerboard__text__links a:after {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\00a0\f054";
  color: goldenrod;
  display: inline-block;
  position: relative;
  right: -4px;
}

.paragraph--type--statistics {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph--type--statistics .paragraph--type--statistic-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .paragraph--type--statistics .paragraph--type--statistic-item {
    width: 33%;
  }
}

.paragraph--type--statistics .paragraph--type--statistic-item h2 {
  margin-bottom: 20px;
}

.paragraph--type--statistics .paragraph--type--statistic-item img {
  margin: 0 auto 30px;
}

.paragraph--type--statistics .paragraph--type--statistic-item details {
  margin: 20px 0;
}

.paragraph--type--statistics .paragraph--type--statistic-item details summary {
  margin: 20px 0;
}

.landing__hero__title {
  position: relative;
}

.landing__hero__text h1 {
  margin-top: 1em;
  font-size: 1.875rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 40em) {
  .landing__hero__text h1 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .landing__hero__text h1 {
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 40em) {
  .landing__hero__text h1 {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 64em) {
  .landing__hero__text h1 {
    margin-bottom: 2.25rem;
  }
}

.landing__hero__text h2.subhead {
  font-size: 1.125rem;
  color: #7d002e;
}

@media screen and (min-width: 40em) {
  .landing__hero__text h2.subhead {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 64em) {
  .landing__hero__text h2.subhead {
    font-size: 1.625rem;
  }
}

@media (min-width: 640px) {
  .landing__hero__text .intro-text,
  .landing__hero__text .intro-text p {
    color: #fff;
  }
}

@media screen and (min-width: 40em) {
  .landing__hero__text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0));
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .landing__hero__text h1,
  .landing__hero__text h2.subhead {
    color: #fff;
  }
}

@media screen and (min-width: 40em) and (-ms-high-contrast: none) {
  .landing__hero__text {
    display: block;
    padding-top: 4vw;
  }

  .landing__hero__text .padded-row h1, .landing__hero__text .highlighted h1, .landing__hero__text #user-login h1, .landing__hero__text .profile h1 {
    margin-right: auto;
  }

  .landing__hero__text .padded-row .intro-text p, .landing__hero__text .highlighted .intro-text p, .landing__hero__text #user-login .intro-text p, .landing__hero__text .profile .intro-text p {
    margin-right: auto;
  }
}

.landing__hero__image {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .landing__hero__image {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .landing__hero__image {
    margin-bottom: 3.75rem;
  }
}

.landing__hero__image img {
  width: 100%;
  object-fit: cover;
}

.landing__hero__video {
  transform: translate3d(0, 0, 0);
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .landing__hero__video {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .landing__hero__video {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 40em) {
  .landing__hero__video {
    height: 44vw;
  }
}

.landing__hero__video .iframe-video-container {
  position: relative;
  top: -10vw;
}

@media screen and (max-width: 39.9375em) {
  .landing__hero__video .iframe-video-container {
    display: none;
  }
}

.landing__hero__video__image {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  .landing__hero__video__image {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .landing__hero__video {
    height: 38vw;
  }
}

@media screen and (min-width: 40em) {
  .landing__hero__clicktoplay-video + .landing__hero__text {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.5));
  }
}

.landing__hero__clicktoplay-video {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  height: 55vw;
}

@media screen and (min-width: 40em) {
  .landing__hero__clicktoplay-video {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .landing__hero__clicktoplay-video {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 40em) {
  .landing__hero__clicktoplay-video {
    height: 44vw;
  }
}

.landing__hero__clicktoplay-video + .landing__hero__text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0));
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.landing__hero__clicktoplay-video + .landing__hero__text h1,
.landing__hero__clicktoplay-video + .landing__hero__text h2.subhead {
  color: #fff;
}

.landing__hero__clicktoplay-video .iframe-video-container {
  display: block;
}

.landing__hero__clicktoplay-video .video__button--play {
  display: block;
}

.landing__hero__clicktoplay-video .video__button--pause {
  display: none;
}

.landing__hero__clicktoplay-video .video__button--play,
.landing__hero__clicktoplay-video .video__button--pause {
  position: absolute;
  margin: 0 auto;
  z-index: 4;
  width: 130px;
  height: 130px;
  border-radius: 65px;
  border: none;
  left: calc(50% - 60px);
  bottom: 16px;
}

.landing__hero__clicktoplay-video .video__button--play i.fa,
.landing__hero__clicktoplay-video .video__button--pause i.fa {
  color: #fff;
  font-size: 120px;
}

@media (max-width: 1200px) {
  .landing__hero__clicktoplay-video .video__button--play,
  .landing__hero__clicktoplay-video .video__button--pause {
    left: calc(50% - 60px);
    top: 66%;
    bottom: 16px;
  }

  .landing__hero__clicktoplay-video .video__button--play i.fa,
  .landing__hero__clicktoplay-video .video__button--pause i.fa {
    font-size: 60px;
  }
}

@media (max-width: 639px) {
  .landing__hero__clicktoplay-video .video__button--play,
  .landing__hero__clicktoplay-video .video__button--pause {
    left: calc(50% - 60px);
    background: transparent;
  }

  .landing__hero__clicktoplay-video .video__button--play i.fa,
  .landing__hero__clicktoplay-video .video__button--pause i.fa {
    color: rgba(255, 255, 255, 0.7);
  }
}

@media screen and (max-width: 39.9375em) {
  .landing__hero__clicktoplay-video .video__button--play,
  .landing__hero__clicktoplay-video .video__button--pause {
    top: 56%;
    bottom: 15%;
  }
}

.landing__hero__clicktoplay-video .video__button--pause i.fa {
  color: rgba(255, 255, 255, 0.7);
}

.campus-introduction {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .campus-introduction {
    margin-bottom: 3.75rem;
  }
}

@media screen and (min-width: 64em) {
  .campus-introduction {
    margin-bottom: 6.25rem;
  }
}

@media screen and (min-width: 40em) {
  .campus-introduction {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.campus-introduction__pane {
  width: 100%;
  position: relative;
  border: 4px solid #fff;
}

@media screen and (min-width: 40em) {
  .campus-introduction__pane {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 50%;
  }

  .campus-introduction__pane:first-child {
    border-right-width: 2px;
  }

  .campus-introduction__pane:last-child {
    border-left-width: 2px;
  }
}

@media screen and (min-width: 64em) {
  .campus-introduction__pane {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 50%;
    border: 7px solid #fff;
  }
}

.campus-introduction__image {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.66;
  transition: opacity 300ms ease-out;
}

.campus-introduction__image img {
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.campus-introduction__text {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.75);
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .campus-introduction__text {
    padding: 2em 0;
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .campus-introduction__text {
    padding: 3.75rem 0.9375rem;
    max-width: 400px;
    margin: 120px auto;
    background-color: rgba(255, 255, 255, 0.75);
  }

  .campus-introduction__text:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    border: 4px solid #fff;
  }
}

.campus-introduction__pane:hover .campus-introduction__image {
  opacity: 1;
}

.campus-introduction__pane:hover .campus-introduction__text {
  background-color: rgba(255, 255, 255, 0.75);
}

.campus-introduction__pane:hover .campus-introduction__text:before {
  border: 4px solid rgba(255, 255, 255, 0.75);
}

.campus-introduction__text__eyebrow {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 0.8125rem;
  display: inline-block;
  color: #F98427;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.5em;
  margin-bottom: 0.625rem;
  position: relative;
}

.campus-introduction__text__eyebrow:before, .campus-introduction__text__eyebrow:after {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background-color: rgba(151, 151, 151, 0.36);
  position: absolute;
  top: 50%;
}

.campus-introduction__text__eyebrow:before {
  left: -60px;
}

.campus-introduction__text__eyebrow:after {
  right: -60px;
}

.campus-introduction__text h2 {
  text-transform: uppercase;
  color: #671730;
  font-size: 2.0625rem;
  margin-bottom: 2.0625rem;
}

.campus-introduction__text .link--squircle--solid, .campus-introduction__text .btn--light, .campus-introduction__text .btn, .campus-introduction__text #user-login button, #user-login .campus-introduction__text button, .campus-introduction__text .profile button, .profile .campus-introduction__text button, .campus-introduction__text .page-search #main .search-form button, .page-search #main .search-form .campus-introduction__text button, .campus-introduction__text .related-news__link a, .related-news__link .campus-introduction__text a, .campus-introduction__text .filters__faculty--listing .form-actions input:nth-of-type(1), .filters__faculty--listing .form-actions .campus-introduction__text input:nth-of-type(1), .campus-introduction__text .filters__event--listing .form-actions input:nth-of-type(1), .filters__event--listing .form-actions .campus-introduction__text input:nth-of-type(1), .campus-introduction__text .blog--comments input.form-submit, .blog--comments .campus-introduction__text input.form-submit,
.campus-introduction__text .page--comment input.form-submit, .page--comment .campus-introduction__text input.form-submit {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
  letter-spacing: 1px;
}

@media screen and (min-width: 64em) {
  .campus-introduction__text .link--squircle--solid, .campus-introduction__text .btn--light, .campus-introduction__text .btn, .campus-introduction__text #user-login button, #user-login .campus-introduction__text button, .campus-introduction__text .profile button, .profile .campus-introduction__text button, .campus-introduction__text .page-search #main .search-form button, .page-search #main .search-form .campus-introduction__text button, .campus-introduction__text .related-news__link a, .related-news__link .campus-introduction__text a, .campus-introduction__text .filters__faculty--listing .form-actions input:nth-of-type(1), .filters__faculty--listing .form-actions .campus-introduction__text input:nth-of-type(1), .campus-introduction__text .filters__event--listing .form-actions input:nth-of-type(1), .filters__event--listing .form-actions .campus-introduction__text input:nth-of-type(1), .campus-introduction__text .blog--comments input.form-submit, .blog--comments .campus-introduction__text input.form-submit,
  .campus-introduction__text .page--comment input.form-submit, .page--comment .campus-introduction__text input.form-submit {
    padding: 1em 4em;
  }
}

.campus-introduction__text .link--squircle--solid strong, .campus-introduction__text .btn--light strong, .campus-introduction__text .btn strong, .campus-introduction__text #user-login button strong, #user-login .campus-introduction__text button strong, .campus-introduction__text .profile button strong, .profile .campus-introduction__text button strong, .campus-introduction__text .page-search #main .search-form button strong, .page-search #main .search-form .campus-introduction__text button strong, .campus-introduction__text .related-news__link a strong, .related-news__link .campus-introduction__text a strong, .campus-introduction__text .filters__faculty--listing .form-actions input:nth-of-type(1) strong, .filters__faculty--listing .form-actions .campus-introduction__text input:nth-of-type(1) strong, .campus-introduction__text .filters__event--listing .form-actions input:nth-of-type(1) strong, .filters__event--listing .form-actions .campus-introduction__text input:nth-of-type(1) strong, .campus-introduction__text .blog--comments input.form-submit strong, .blog--comments .campus-introduction__text input.form-submit strong, .campus-introduction__text .page--comment input.form-submit strong, .page--comment .campus-introduction__text input.form-submit strong {
  font-style: normal;
  color: #fff;
}

.campus-introduction__text p {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 0.75rem;
  line-height: calc(25 / 12);
}

@media screen and (min-width: 64em) {
  .campus-introduction__text p {
    padding-left: 3em;
    padding-right: 3em;
  }
}

@media screen and (max-width: 39.9375em) {
  .campus-introduction__text h2 + p {
    display: none;
  }
}

.campus-introduction__text__links {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 64em) {
  .campus-introduction__text__links {
    padding-left: 5em;
    padding-right: 5em;
  }
}

.campus-introduction__text__links p {
  font-size: 0.875rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 1em;
}

@media screen and (min-width: 64em) {
  .campus-introduction__text__links p {
    margin-bottom: 2em;
  }

  .campus-introduction__text__links p:before, .campus-introduction__text__links p:after {
    content: "";
    display: block;
    height: 1px;
    background-color: rgba(151, 151, 151, 0.36);
    position: absolute;
    top: 50%;
  }

  .campus-introduction__text__links p:before {
    left: -200%;
    right: 100%;
  }

  .campus-introduction__text__links p:after {
    left: 100%;
    right: -200%;
  }
}

.campus-introduction__text__links a {
  display: inline-block;
  padding: 0 1em;
  color: #62702A;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.campus-introduction__text__links a:hover, .campus-introduction__text__links a:focus {
  outline: none;
  color: #F98427;
}

.campus-introduction__text__links a:last-child:before {
  content: "\007C";
  color: #b5b5b5;
  display: inline-block;
  position: relative;
  left: -1em;
}

.campus-introduction__text__contact p {
  margin-bottom: 0;
  font-size: 0.9375rem;
}

.wysiwyg__row.align-center {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .wysiwyg__row.align-center {
    margin-bottom: 33px;
  }
}

.page--landing .info-banner > .row {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 2em;
}

.slick-arrow {
  font-size: 0;
  border: 1px solid #f6881f !important;
  position: absolute !important;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.25);
}

@media (max-width: 359px) {
  .slick-arrow {
    /*
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #666;
  border-radius: 50%;
  position: relative;
  transition: all 300ms ease-out;
  &:before {
    content: "";
    display: block;
    height: 1px;
    width: 15px;
    background: #666;
    position: absolute;
    top: 12px;
    transform: scaleX(1);
    transition: all 300ms ease-out;
  }
  &:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #666;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: 9px;
    transition: all 300ms ease-out;
  }
*/
    display: block;
    width: 40px;
    height: 40px;
    top: 138px;
  }
}

@media (min-width: 360px) {
  .slick-arrow {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: transparent;
    border: 1px solid #666;
    border-radius: 50%;
    position: relative;
    transition: all 300ms ease-out;
    top: calc(50% - 23px);
  }

  .slick-arrow:before {
    content: "";
    display: block;
    height: 1px;
    width: 25px;
    background: #666;
    position: absolute;
    top: 23px;
    transform: scaleX(1);
    transition: all 300ms ease-out;
  }

  .slick-arrow:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #666;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: 19px;
    transition: all 300ms ease-out;
  }
}

.slick-arrow:before {
  background: #f6881f;
}

.slick-arrow:after {
  border-color: #f6881f;
}

@media (min-width: 360px) {
  .slick-arrow.slick-disabled {
    display: none !important;
  }
}

.slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

.slick-prev {
  left: 0;
}

@media (max-width: 359px) {
  .slick-prev {
    background-image: url(/themes/ice/assets/img/sm-arrow--left.svg);
    /*
  &:before {
    right: -1px;
    transform-origin: right;
  }
  &:after {
    transform: rotateZ(-135deg);
    right: 7px;
  }
  &:hover {
    &:before {
      transform: scaleX(1.4);
    }
    &:after {
      right: 13px;
    }
  }
*/
    border: none !important;
  }
}

@media (min-width: 360px) {
  .slick-prev:before {
    right: -1px;
    transform-origin: right;
  }

  .slick-prev:after {
    transform: rotateZ(-135deg);
    right: 15px;
  }

  .slick-prev:hover:before {
    transform: scaleX(1.6);
  }

  .slick-prev:hover:after {
    right: 30px;
  }
}

.slick-next {
  right: 0;
}

@media (max-width: 359px) {
  .slick-next {
    background-image: url(/themes/ice/assets/img/sm-arrow--right.svg);
    /*
  &:before {
    left: -1px;
    transform-origin: left;
  }
  &:after {
    transform: rotateZ(45deg);
    left: 7px;
  }
  &:hover {
    &:before {
      transform: scaleX(1.4);
    }
    &:after {
      left: 13px;
    }
  }
*/
    border: none !important;
  }
}

@media (min-width: 360px) {
  .slick-next:before {
    left: -1px;
    transform-origin: left;
  }

  .slick-next:after {
    transform: rotateZ(45deg);
    left: 15px;
  }

  .slick-next:hover:before {
    transform: scaleX(1.6);
  }

  .slick-next:hover:after {
    left: 30px;
  }
}

@media (min-width: 1320px) {
  .faculty--teasers__slick .slick-prev {
    left: -63px;
  }
}

@media (min-width: 1320px) {
  .faculty--teasers__slick .slick-next {
    right: -63px;
  }
}

.iframe-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.iframe-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 40em) {
  .title--blog {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.title--blog h1,
.title--general h1,
.title--event h1 {
  margin-top: 0;
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 40em) {
  .title--blog h1,
  .title--general h1,
  .title--event h1 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 64em) {
  .title--blog h1,
  .title--general h1,
  .title--event h1 {
    font-size: 4.375rem;
  }
}

@media screen and (min-width: 40em) {
  .title--blog h1,
  .title--general h1,
  .title--event h1 {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 64em) {
  .title--blog h1,
  .title--general h1,
  .title--event h1 {
    margin-bottom: 2.25rem;
  }
}

.title--blog h2.subhead,
.title--general h2.subhead,
.title--event h2.subhead {
  font-size: 1.125rem;
}

@media screen and (min-width: 40em) {
  .title--blog h2.subhead,
  .title--general h2.subhead,
  .title--event h2.subhead {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 64em) {
  .title--blog h2.subhead,
  .title--general h2.subhead,
  .title--event h2.subhead {
    font-size: 1.625rem;
  }
}

.title--blog .intro-text p,
.title--general .intro-text p {
  font-family: "miller-text", Georgia, serif;
  font-size: 0.875rem;
  line-height: calc(41 / 24);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.title--event .intro-text p {
  font-size: 1rem;
  font-family: "miller-text", Georgia, serif;
  line-height: calc(41 / 24);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

@media screen and (min-width: 40em) {
  .title--blog .intro-text p,
  .title--general .intro-text p,
  .title--event .intro-text p {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  .title--blog .intro-text p,
  .title--general .intro-text p,
  .title--event .intro-text p {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 40em) {
  .title--blog .intro-text p,
  .title--general .intro-text p,
  .title--event .intro-text p {
    margin-top: 2.25rem;
    padding-top: 2.25rem;
  }
}

.title--blog .intro-text p:before,
.title--general .intro-text p:before,
.title--event .intro-text p:before {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background: #f6881f;
}

.title--general--w-media .title--general__media {
  width: 100%;
  position: relative;
  z-index: 1;
}

.title--general--w-media .title--general__media img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 639px) {
  .title--general--w-media .title--general__media {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 640px) and (max-width: 959px) {
  .title--general--w-media .title--general__media {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 959px) {
  .title--general--w-media h2.subhead {
    color: #7d002e;
  }

  .title--general--w-media .intro-text p {
    position: relative;
  }

  .title--general--w-media .intro-text p:before {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1700px) and (min-width: 1500px) {
  .title--general--w-media .title--general__text {
    padding-left: 8% !important;
  }
}

@media screen and (min-width: 40em) and (-ms-high-contrast: none) {
  .title--general--w-media .padded-row, .title--general--w-media .highlighted, .title--general--w-media #user-login, .title--general--w-media .profile {
    max-width: 100%;
  }

  .title--general--w-media .padded-row h1, .title--general--w-media .highlighted h1, .title--general--w-media #user-login h1, .title--general--w-media .profile h1 {
    margin-right: auto;
  }

  .title--general--w-media .padded-row .intro-text p, .title--general--w-media .highlighted .intro-text p, .title--general--w-media #user-login .intro-text p, .title--general--w-media .profile .intro-text p {
    margin-right: auto;
  }
}

@media (min-width: 960px) {
  .title--general--w-media {
    position: relative;
  }

  .title--general--w-media .title--general__text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.9));
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .title--general--w-media .title--general__text__clicktoplay {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .title--general--w-media h1,
  .title--general--w-media h2.subhead,
  .title--general--w-media .intro-text p {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .title--general--w-media h1:before,
  .title--general--w-media h2.subhead:before,
  .title--general--w-media .intro-text p:before {
    margin: 0 auto;
    transform: translateY(-2em);
  }
}

@media (min-width: 1200px) {
  .title--general--w-media {
    margin-top: -10vw;
  }

  .title--general--w-media .title--general__text {
    padding-top: 10vw;
  }
}

@media (min-width: 1400px) {
  .title--general--w-media {
    margin-top: -12vw;
  }

  .title--general--w-media .title--general__text {
    padding-top: 12vw;
  }
}

@media (max-width: 720px) {
  .title--general--w-media .title--general__media__autoplay {
    margin-bottom: 2.5rem;
  }
}

.title--general__media__autoplay {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 auto 2.8125rem auto;
}

@media (max-width: 720px) {
  .title--general__media__autoplay .iframe-video-container {
    display: none;
  }
}

.title--general__media__autoplay iframe,
.title--general__media__autoplay video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 720px) {
  .title--general__media__autoplay iframe,
  .title--general__media__autoplay video {
    display: none;
  }
}

@media (min-width: 721px) {
  .title--general__media__autoplay__image {
    display: none;
  }
}

.title--general__media__clicktoplay {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}

.title--general__media__clicktoplay iframe {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
}

.video__button--play,
.video__button--pause {
  margin: 0 auto;
  z-index: 3;
  background: transparent;
  border: none;
  display: block;
}

.video__button--play i.fa,
.video__button--pause i.fa {
  color: rgba(255, 255, 255, 0.7);
  font-size: 120px;
}

@media (max-width: 959px) {
  .video__button--play,
  .video__button--pause {
    position: absolute;
    top: calc(28vw - 50px);
    left: calc(50vw - 60px);
  }
}

.video__button--pause {
  display: none;
}

.video__button--pause i.fa {
  color: rgba(255, 255, 255, 0.1);
}

.video__button--pause:hover i.fa {
  color: rgba(255, 255, 255, 0.7);
}

.title--blog h1,
.title--event h1 {
  font-size: 1.875rem;
}

.title--general--w-media .cta-btn {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

@media (min-width: 721px) {
  .title--general--w-media .cta-btn {
    text-align: center;
  }
}

.title--general--w-media .cta-btn a {
  background-color: #f6881f;
  transition: all 400ms ease-in-out;
  padding: 1em 3em;
  border-radius: 2em;
  border: none;
  color: #fff;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.title--general--w-media .cta-btn a:hover {
  background-color: #d96f09;
}

@media screen and (min-width: 40em) {
  .title--blog h1,
  .title--event h1 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .title--blog h1,
  .title--event h1 {
    font-size: 3.125rem;
  }
}

.title--blog h2.subhead,
.title--event h2.subhead {
  color: #7d002e;
}

.title--blog .intro-text p,
.title--event .intro-text p {
  position: relative;
}

.title--blog .intro-text p:before,
.title--event .intro-text p:before {
  position: absolute;
  top: 0;
  left: 0;
}

.title--event__text:first-child {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 40em) {
  .title--event__text:first-child {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .title--event__text:first-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .title--event__text img {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .villain-col {
    text-align: center;
  }
}

.title--event__hero {
  width: 100%;
  position: relative;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 40em) {
  .title--event__hero {
    margin-bottom: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .title--event__hero {
    margin-bottom: 3.75rem;
  }
}

.title--event__hero img {
  width: 100%;
  object-fit: cover;
}

.title--event__hero + .title--event__text {
  padding-bottom: 0;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 40em) {
  .title--event__hero + .title--event__text {
    margin-bottom: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .title--event__hero + .title--event__text {
    margin-bottom: 3.75rem;
  }
}

.title--general__breadcrumbs:first-child .breadcrumbs {
  padding-top: 1.875rem;
  width: 100%;
}

.title--general--no-media:last-child:not(:only-child) {
  padding-top: 0;
}

.title--blog__text:first-child:only-child {
  padding-top: 2.5rem;
}

@media screen and (min-width: 40em) {
  .title--blog__text:first-child:only-child {
    padding-top: 3.75rem;
  }
}

@media screen and (min-width: 64em) {
  .title--blog__text:first-child:only-child {
    padding-top: 5rem;
  }
}

@media screen and (min-width: 40em) {
  .title--blog__text__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

.title--blog__media {
  width: 1400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  position: relative;
}

@media (max-width: 639px) {
  .title--blog__media__photo {
    margin-bottom: 2.5rem;
  }

  .title--blog__media__text h1, .title--blog__media__text h2 {
    margin-bottom: .5rem;
  }

  .title--blog__media .align-center {
    margin-bottom: 0;
  }

  .title--blog__media__introtext .intro-text p {
    margin: 1rem 0 0 0;
  }

  .title--blog__media__introtext .align-center {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 40em) {
  .title--blog__media__photo img {
    width: 100%;
    object-fit: cover;
  }

  .title--blog__media__text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.9));
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .title--blog__media__text h1 {
    margin-top: 0;
  }

  .title--blog__media__text h1,
  .title--blog__media__text h2.subhead {
    color: #fff;
  }

  .title--blog__media__text h2.subhead {
    margin-bottom: 0;
  }

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

  .title--blog__media__introtext .intro-text p:before {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .title--blog__media__text h1 {
    margin-top: 0;
  }
}

@media (max-width: 1440px) {
  .title--blog__media__photo {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .title--blog__media__text {
    right: 1.25rem;
    left: 1.25rem;
  }
}

.title--blog__media__video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}

.title--blog__media__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 1400px;
  max-width: 100%;
  height: 100%;
  z-index: 1;
}

@media (max-width: 1440px) {
  .title--blog__media__video {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.title--blog__media__video .video__button--play {
  display: block;
}

.title--blog__media__video .video__button--pause {
  display: none;
}

.title--blog__media__video .video__button--play,
.title--blog__media__video .video__button--pause {
  position: absolute;
  margin: 0 auto;
  z-index: 4;
  background: #fff;
  width: 130px;
  height: 130px;
  border-radius: 65px;
  border: none;
  left: calc(50% - 60px);
  bottom: -65px;
}

.title--blog__media__video .video__button--play i.fa,
.title--blog__media__video .video__button--pause i.fa {
  color: #F98427;
  font-size: 120px;
}

@media (max-width: 959px) {
  .title--blog__media__video .video__button--play,
  .title--blog__media__video .video__button--pause {
    left: calc(50% - 60px);
    top: calc(100% - 65px);
    bottom: -65px;
  }
}

@media (max-width: 639px) {
  .title--blog__media__video .video__button--play,
  .title--blog__media__video .video__button--pause {
    top: calc(28vw - 50px);
    left: calc(50% - 60px);
    background: transparent;
  }

  .title--blog__media__video .video__button--play i.fa,
  .title--blog__media__video .video__button--pause i.fa {
    color: rgba(255, 255, 255, 0.7);
  }
}

.landing__hero__text {
  text-align: center;
}

.landing__hero__text h1 {
  margin-top: 0;
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 40em) {
  .landing__hero__text h1 {
    font-size: 2.625rem;
  }
}

@media screen and (min-width: 64em) {
  .landing__hero__text h1 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 40em) {
  .landing__hero__text h1 {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 64em) {
  .landing__hero__text h1 {
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 1151px) {
  .landing__hero__text h1 {
    font-size: 4.375rem;
  }
}

.landing__hero__text h2.subhead {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 40em) {
  .landing__hero__text h2.subhead {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  .landing__hero__text h2.subhead {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 40em) {
  .landing__hero__text h2.subhead {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 64em) {
  .landing__hero__text h2.subhead {
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 1151px) {
  .landing__hero__text h2.subhead {
    font-size: 1.625rem;
  }
}

.landing__hero__text .intro-text p {
  font-family: "miller-text", Georgia, serif;
  font-size: 0.875rem;
  margin-bottom: 2.0625rem;
  line-height: calc(41 / 24);
  position: relative;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

@media screen and (min-width: 40em) {
  .landing__hero__text .intro-text p {
    font-size: 1rem;
  }
}

@media screen and (min-width: 64em) {
  .landing__hero__text .intro-text p {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 40em) {
  .landing__hero__text .intro-text p {
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  .landing__hero__text .intro-text p {
    margin-bottom: 2.0625rem;
  }
}

@media (min-width: 1151px) {
  .landing__hero__text .intro-text p {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 40em) {
  .landing__hero__text .intro-text p {
    margin-top: 2.25rem;
    padding-top: 2.25rem;
  }
}

.landing__hero__text .intro-text p:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
  height: 2px;
  width: 100px;
  background: #f6881f;
}

@media screen and (max-width: 39.9375em) {
  .landing__hero__image {
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .landing__hero__text .intro-text p {
    margin-top: 0;
    padding-top: 0;
  }

  .landing__hero__text .intro-text p:before {
    display: none;
  }
}

.landing__hero__text:only-child {
  position: relative;
  background-image: none;
}

.landing__hero__text:only-child h1,
.landing__hero__text:only-child h2.subhead {
  color: #4a4a4a;
}

.landing__hero__text#clicktoplay__text {
  background-color: rgba(0, 0, 0, 0.33);
}

.landing__hero__text#clicktoplay__text h1 {
  font-size: 1.875rem;
}

@media screen and (min-width: 40em) {
  .landing__hero__text#clicktoplay__text h1 {
    font-size: 2.1875rem;
  }
}

@media screen and (min-width: 64em) {
  .landing__hero__text#clicktoplay__text h1 {
    font-size: 3.125rem;
  }
}

@media (max-width: 400px) {
  .landing__hero__text#clicktoplay__text h1 {
    font-size: 1.5rem;
    margin-bottom: 1.125rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .landing__hero__text#clicktoplay__text h2.subhead {
    margin-bottom: 12px;
  }
}

.landing__hero__text#clicktoplay__text .intro-text p {
  color: #fff !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.landing__hero__text#clicktoplay__text .intro-text p:before {
  display: none !important;
}

@media (max-width: 400px) {
  .landing__hero__clicktoplay-video {
    margin-bottom: 3.75rem;
    overflow: visible;
    height: 56vw;
  }

  .landing__hero__clicktoplay-video .landing__hero__video__button {
    top: 81%;
    bottom: 0;
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    text-align: center;
    left: calc(50% - 36px);
  }

  .landing__hero__clicktoplay-video .landing__hero__video__button i.fa {
    color: #f6881f;
  }
}

@media (min-width: 960px) {
  #clicktoplay__text h1,
  #clicktoplay__text h2.subhead,
  #clicktoplay__text .intro-text p,
  .landing__hero__image + .landing__hero__text h1,
  .landing__hero__image + .landing__hero__text h2.subhead,
  .landing__hero__image + .landing__hero__text .intro-text p,
  .landing__hero__video__image + .landing__hero__text h1,
  .landing__hero__video__image + .landing__hero__text h2.subhead,
  .landing__hero__video__image + .landing__hero__text .intro-text p,
  .landing__hero__video + .landing__hero__text h1,
  .landing__hero__video + .landing__hero__text h2.subhead,
  .landing__hero__video + .landing__hero__text .intro-text p {
    color: #fff !important;
  }

  #clicktoplay__text .intro-text p:before,
  .landing__hero__image + .landing__hero__text .intro-text p:before,
  .landing__hero__video__image + .landing__hero__text .intro-text p:before,
  .landing__hero__video + .landing__hero__text .intro-text p:before {
    background: rgba(255, 255, 255, 0.5);
  }
}

.title--general--no-media {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .title--general--no-media {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .title--general--no-media {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.title--general--no-media h2.subhead {
  color: #7d002e;
}

.title--general--no-media .intro-text p {
  position: relative;
}

.title--general--no-media .intro-text p:before {
  position: absolute;
  top: 0;
  left: 0;
}

.title--general--no-media .intro-text p:last-of-type {
  margin-bottom: 0;
}

.title--general--no-media #clicktoplay__text h1,
.title--general--no-media #clicktoplay__text .intro-text p {
  color: #222 !important;
}

.title--general--no-media #clicktoplay__text h1:before,
.title--general--no-media #clicktoplay__text .intro-text p:before {
  background-color: #f6881f;
}

.title--general--no-media #clicktoplay__text h2.subhead {
  color: #7d002e !important;
}

.title--general__media__clicktoplay + .title--general__text .video__button--play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.touts {
  background-color: #dadada;
  background-image: linear-gradient(#fff, #dadada);
  z-index: 3;
  position: relative;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.33);
}

@media (max-width: 960px) {
  .touts {
    padding-top: 2rem;
  }
}

.touts .section__title,
.touts .section__desc {
  text-align: center;
}

.touts .section__title h2 em {
  color: #f6881f;
}

@media screen and (max-width: 39.9375em) {
  .touts .columns {
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 40em) {
  .touts .columns {
    margin-bottom: 2.5rem;
  }
}

.tout {
  border-radius: 10px;
  display: block;
  text-decoration: none;
  transition: all 300ms ease-out;
  height: 100%;
}

.tout__text {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.tout__text .ampersand {
  font-family: "miller-text", Georgia, serif;
  font-weight: normal;
  font-style: italic;
  font-size: 110%;
  color: #ffe96b;
}

@media screen and (max-width: 39.9375em) {
  .tout {
    background-color: #f6881f;
  }

  .tout:hover, .tout:focus {
    outline: none;
    background-color: #7d002e;
  }

  .tout figure {
    display: none;
  }

  .tout__text {
    color: #fff;
    padding: 1em;
  }
}

@media screen and (min-width: 40em) {
  .tout {
    background-color: #fff;
    box-shadow: 0 0 4px #ccc;
    padding: 1rem;
  }

  .tout figure {
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    display: block;
    margin: 0;
  }

  .tout img {
    vertical-align: middle;
    transform-origin: top center;
    transition: all 300ms ease-out;
  }

  .tout__text {
    color: #4a4a4a;
    margin: 1.5rem 0 0.5rem;
  }

  .tout__text .ampersand {
    color: #f6881f;
  }

  .tout:hover, .tout:focus {
    outline: none;
    box-shadow: 0 4px 10px #cbb;
    transform: translateY(-1px);
  }

  .tout:hover img, .tout:focus img {
    transform: scale(1.05);
  }

  .tout:hover .tout__text, .tout:focus .tout__text {
    color: #333;
  }

  .tout:hover .ampersand, .tout:focus .ampersand {
    color: #d96f09;
  }
}

@media screen and (min-width: 40em) {
  .tout.sequence-anim-item {
    opacity: 0.5;
    transform: translateY(100px);
    transition: all 500ms ease-in;
  }

  .tout.sequence-anim-item--active {
    opacity: 1;
    transform: none;
  }
}

.touts--main {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(/themes/ice/assets/img/ICE_Ingredients_whiteBG.svg);
  padding-top: 0;
  position: relative;
  z-index: 6;
  padding-bottom: 30vw;
}

@media screen and (max-width: 39.9375em) {
  .touts--main {
    padding-top: 2.5rem;
    padding-bottom: 18vw;
  }
}

@media screen and (min-width: 64em) {
  .touts--main {
    padding-bottom: 26vw;
  }
}

.touts--main .section__title h2 {
  margin-bottom: 2.25rem;
}

@media screen and (min-width: 40em) {
  .touts--main .section__title h2 {
    margin-bottom: 3.375rem;
  }
}

@media screen and (min-width: 64em) {
  .touts--main .section__title h2 {
    margin-bottom: 4.5rem;
  }
}
.featured-blog {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.75), rgba(255, 255, 255, 0) 16%, transparent);
  padding-top: 1.875rem;
  box-shadow: inset 0 7px 9px -7px rgb(0 0 0 / 10%);
}
.featured-blog .section__title {
  padding: 50px 20px;
}
.featured-blog .section__title h2 {
  text-align:left;
  margin-bottom: 1rem;
  color: #7d002e;
  font-weight: bold;
}
.featured-blog .section__title h2 em {
  font-weight: normal;
}
.touts--main .section__title h2 em {
  color: #7d002e;
}

@media (max-width: 1023px) {
  .touts--main .columns {
    padding-bottom: 2.5rem;
  }
}

.tout--main {
  height: 100%;
  border-radius: 10px;
  border: 1px solid #ececec;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.22);
}

.tout--main__text {
  padding: 2.5rem 1.875rem;
  text-align: center;
}

.tout--main__text h3 {
  color: #D51C29;
  padding-bottom: 0;
  border-bottom: none;
}

.tout--main__cta a {
  text-transform: uppercase;
}

.tout--main__image a {
  outline: none;
}

.tout--main__image a img {
  transform-origin: bottom center;
  transition: transform 300ms ease;
}

.tout--main__image a:hover img,
.tout--main__image a:focus img {
  transform: scale(1.05);
}

@media screen and (min-width: 40em) {
  .tout--main.sequence-anim-item {
    opacity: 0.5;
    transform: translateY(100px);
    transition: all 500ms ease-in;
  }

  .tout--main.sequence-anim-item--active {
    opacity: 1;
    transform: none;
  }
}

.program__category {
  background-color: #7d002e;
  padding: 0.375rem 0;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .program__category {
    margin-bottom: 3.75rem;
  }
}

@media screen and (min-width: 64em) {
  .program__category {
    margin-bottom: 5.625rem;
  }
}

.program__category__itself {
  color: #fff;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
}

.program__category__itself:before {
  content: "\2014\00a0";
}

.program__intro__row {
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .program__intro__row h2 {
    margin-bottom: 2.25rem;
  }
}

.program__intro h2 {
  padding-bottom: 0;
  border-bottom: none;
  color: #7d002e;
}

.program__intro__body {
  position: relative;
}

@media screen and (min-width: 40em) {
  .program__intro__body {
    border-left: 2px solid #f6881f;
    padding-left: 1.875rem;
  }

  .program__intro__body:before {
    content: "";
    display: block;
    width: 2px;
    background-color: #f6881f;
    position: absolute;
    left: -2px;
    top: 100%;
    bottom: -600%;
  }
}

.program__quick-facts h2 {
  padding-bottom: 0;
  border-bottom: none;
  font-weight: 700;
  color: #f6881f;
}

.program__quick-facts a.btn {
  background-color: #f6881f;
}

.program__quick-facts__body {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  border-left: 1px solid #A3AB4D;
  padding-left: 1.5rem;
  margin-bottom: 2em;
}

.program__quick-facts__body p {
  font-size: 1.0625rem;
  line-height: calc(24 / 17);
}

.program__quick-facts__body p:not(:last-of-type) {
  margin-bottom: 0.5em;
}

.program__quick-facts .lead-gen__form {
  margin-bottom: 20px;
}

.program__quick-facts .lead-gen__form form {
  margin: 0 30px;
}

.program__accordions .accordion-drop-down__toggled-content {
  padding-left: 0;
  padding-right: 0;
}

.program__accordions .accordion__wysiwyg .link--round-arrow {
  color: #7d002e;
  display: inline-block;
  margin-bottom: 2.0625rem;
}

.program__accordions .accordion__wysiwyg .link--round-arrow:after {
  color: #f6881f;
}

.program__accordions .accordion__wysiwyg .link--round-arrow:hover, .program__accordions .accordion__wysiwyg .link--round-arrow:focus {
  color: #aaa808;
}

.program__accordions .accordion__wysiwyg .link--round-arrow:hover:after, .program__accordions .accordion__wysiwyg .link--round-arrow:focus:after {
  color: #aaa808;
}

.program__accordions .accordion__wysiwyg hr {
  border: none;
  border-top: 1px solid #F98427;
  margin-bottom: 2.0625rem;
}

.program__accordions .program__alumni__single {
  padding-top: 2.0625rem;
  position: relative;
}

.program__accordions .program__alumni__single:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #F98427;
  position: absolute;
  top: 0;
  left: 1.25rem;
  right: 1.25rem;
}

.program__accordions .program__alumni__single h3 {
  color: #7d002e;
  font-weight: normal;
  padding-bottom: 0;
  border-bottom: none;
}

.program__accordions .program__alumni__single__wysiwyg strong {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
}

.program__accordions .program__alumni__single__wysiwyg .link--round-arrow {
  color: #7d002e;
  display: inline-block;
  margin-bottom: 2.0625rem;
}

.program__accordions .program__alumni__single__wysiwyg .link--round-arrow:after {
  color: #f6881f;
}

.program__accordions .program__alumni__single__wysiwyg .link--round-arrow:hover, .program__accordions .program__alumni__single__wysiwyg .link--round-arrow:focus {
  color: #aaa808;
}

.program__accordions .program__alumni__single__wysiwyg .link--round-arrow:hover:after, .program__accordions .program__alumni__single__wysiwyg .link--round-arrow:focus:after {
  color: #aaa808;
}

.program__accordions .curriculum__courses {
  border-top: 1px solid #F98427;
  padding-top: 2.0625rem;
}

.program__accordions .curriculum__course:not(:last-of-type) {
  padding-bottom: 0;
  border-bottom: 16px solid rgba(151, 151, 151, 0.16);
  margin-bottom: 2.0625rem;
}

@media screen and (min-width: 40em) {
  .program__accordions .curriculum__course:not(:last-of-type) {
    padding-bottom: 2.0625rem;
  }
}

@media screen and (min-width: 64em) {
  .program__accordions .curriculum__course:not(:last-of-type) {
    padding-bottom: 2.0625rem;
  }
}

@media screen and (min-width: 40em) {
  .program__accordions .curriculum__course:not(:last-of-type) {
    margin-bottom: 4.125rem;
  }
}

@media screen and (min-width: 64em) {
  .program__accordions .curriculum__course:not(:last-of-type) {
    margin-bottom: 4.125rem;
  }
}

.program__accordions .curriculum__course__eyebrow {
  color: #d51c29;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: 1em;
}

.program__accordions .curriculum__course__eyebrow:before {
  content: "\f178\00a0";
  display: inline-block;
  font-family: FontAwesome;
}

.program__accordions .curriculum__course h3 {
  padding-bottom: 0;
  border-bottom: none;
  font-weight: normal;
  color: #7d002e;
  font-size: 1.5rem;
}

@media screen and (min-width: 40em) {
  .program__accordions .curriculum__course h3 {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 64em) {
  .program__accordions .curriculum__course h3 {
    font-size: 1.875rem;
  }
}

.cta-banner {
  background-color: #0d0d0d;
  position: relative;
  padding: 3.75rem 0;
}

@media screen and (max-width: 39.9375em) {
  .cta-banner {
    background-color: #4a4a4a;
    background-size: 6px 6px !important;
    background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 55%, transparent);
  }
}

@media screen and (min-width: 40em) {
  .cta-banner {
    padding: 5.625rem 0;
  }
}

@media screen and (min-width: 64em) {
  .cta-banner {
    padding: 11.875rem 0 7.5rem;
  }
}

.cta-banner .row {
  position: relative;
  z-index: 2;
}

.cta-banner .section__title h2,
.cta-banner .section__desc p {
  color: #fff;
}

@media screen and (min-width: 40em) {
  .cta-banner .section__title h2,
  .cta-banner .section__desc p {
    text-align: center;
  }
}

.cta-banner .section__title h2 em {
  color: #ffe96b;
}

.cta-banner .link--squircle--open, .cta-banner .alert--site-wide a.btn, .alert--site-wide .cta-banner a.btn {
  display: block;
  border-color: #f6881f;
  padding: 1em 0;
}

@media screen and (max-width: 39.9375em) {
  .cta-banner .link--squircle--open, .cta-banner .alert--site-wide a.btn, .alert--site-wide .cta-banner a.btn {
    margin-bottom: 1em;
  }
}

.cta-banner .link--squircle--open:hover, .cta-banner .alert--site-wide a.btn:hover, .alert--site-wide .cta-banner a.btn:hover {
  color: #ffe96b;
  border-color: #ffe96b;
}

.cta-banner__bg {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.2;
  z-index: 1;
}

@media screen and (max-width: 39.9375em) {
  .cta-banner__bg {
    display: none;
  }
}

.content-rows {
  position: relative;
  padding: 3.125rem 0;
  margin-bottom: 6.25rem;
  /*
  &:before {
    position: absolute;
    top: -45px;
    right: -1px;
    transform: rotate(180deg) skewY(-6deg);
    z-index: -1;
  }
*/
}

@media screen and (min-width: 40em) {
  .content-rows {
    padding: 3.75rem 0 11.25rem;
  }
}

.content-rows__title em {
  color: #ffe96b;
}

.content-rows__header {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative;
}

@media screen and (min-width: 40em) {
  .content-rows__header {
    margin-bottom: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .content-rows__header {
    margin-bottom: 3.125rem;
  }
}

.content-rows__header:after {
  content: "";
  display: block;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 64px;
}

@media screen and (min-width: 40em) {
  .content-rows__header:after {
    width: 100px;
  }
}

.content-rows__header #take-a-class-in-the-lab {
  outline: none;
}

.content-rows__item {
  position: relative;
  margin-bottom: 0;
}

.content-rows__item:not(:last-of-type) {
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .content-rows__item:not(:last-of-type) {
    margin-bottom: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .content-rows__item:not(:last-of-type) {
    margin-bottom: 3.125rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .content-rows__item:not(:last-of-type):not(:last-of-type) {
    padding-bottom: 1.875rem;
  }

  .content-rows__item:not(:last-of-type):not(:last-of-type):after {
    content: "";
    display: block;
    width: 64px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 10px;
    bottom: 0;
  }
}

.content-rows__item__title h3 {
  padding-bottom: none;
  border-bottom: none;
}

.content-rows h2, .content-rows h3, .content-rows p {
  color: #fff;
}

.content-rows__item__link a.link--round-arrow {
  color: #fff;
  color: #ffe96b;
}

.content-rows__item__link a.link--round-arrow:after {
  color: #ffe96b;
}

.content-rows__item__link a.link--round-arrow:hover, .content-rows__item__link a.link--round-arrow:focus {
  color: #fff;
}

.content-rows__item__link a.link--round-arrow:hover:after, .content-rows__item__link a.link--round-arrow:focus:after {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 549px) {
  .content-rows__item__photo {
    width: 100%;
  }
}

@media (min-width: 550px) {
  .content-rows__item__photo {
    width: 220px;
  }
}

.content-rows__item__photo img {
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.content-rows:after {
  content: "";
  display: block;
  width: 800px;
  height: 300px;
  background: transparent url(/themes/ice/assets/img/ICE_Ingredients.svg) no-repeat center center;
  max-width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .content-rows:after {
    display: none;
  }
}

.content-rows:after {
  position: absolute;
  bottom: -45px;
  left: -1px;
  transform: skewY(-5deg);
  z-index: -2;
}

.content-rows .content-rows__bg {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #A3AB4D;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7), inset 0 -7px 9px -7px rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .content-rows .content-rows__bg {
    transform: skewY(3deg);
  }
}

.content-rows .content-rows__bg:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -50%;
  right: 0;
  bottom: -50%;
  left: 0;
  transform: skewY(-3deg);
  background-size: 6px 6px !important;
  background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 55%, transparent);
}

.content-rows__item__link + .content-rows__item__link {
  margin-top: 2em;
}

.checkerboard + .content-rows {
  z-index: 2;
}

@media screen and (min-width: 40em) {
  .checkerboard + .content-rows {
    margin-top: -100px;
  }
}

@media screen and (min-width: 40em) {
  .content-rows__item.sequence-anim-item {
    opacity: 0.5;
    transform: translateX(200px);
    transition: all 500ms ease-in;
  }

  .content-rows__item.sequence-anim-item--active {
    opacity: 1;
    transform: none;
  }
}

.content-rows + .checkerboard,
.content-rows + .section--gallery,
.content-rows + .blog--teasers,
.content-rows + .news--teasers {
  position: relative;
  z-index: 1;
  margin-top: -6.25rem;
}

@media screen and (min-width: 40em) {
  .content-rows + .checkerboard,
  .content-rows + .section--gallery,
  .content-rows + .blog--teasers,
  .content-rows + .news--teasers {
    margin-top: -12.25rem;
  }
}

@media screen and (min-width: 40em) {
  .content-rows + .checkerboard,
  .content-rows + .section--gallery,
  .content-rows + .news--teasers {
    padding-top: 10rem;
  }
}

/* The page starter is the area right before the paragraphs begin that contains
 * the body content and the left navigation. It needs to clear any angles.
 */
@media screen and (min-width: 40em) {
  .page-starter + .content-rows {
    margin-top: 2.8125rem;
  }
}

.content-grid + .content-grid .padded-row, .content-grid + .content-grid .highlighted, .content-grid + .content-grid #user-login, .content-grid + .content-grid .profile {
  padding-top: 3.125rem;
  border-top: 1px solid #eee;
}

.content-grid__title em {
  color: #f6881f;
}

.content-grid__item {
  text-decoration: none;
}

.content-grid__item__figure {
  display: none;
}

.content-grid__item__text {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 500;
  color: #aaa808;
  font-weight: 700;
  margin-left: 0.75em;
  position: relative;
  line-height: 1.25;
  margin-bottom: 1.125rem;
  text-decoration: none;
}

.content-grid__item__text:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  left: -0.75em;
  color: #6E6F70;
}

@media screen and (min-width: 40em) {
  .content-grid__item {
    margin-bottom: 2.25rem;
    text-decoration: none;
  }

  .content-grid__item__figure {
    display: block;
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 0.625rem;
    margin-bottom: 1.125rem;
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  .content-grid__item__figure img {
    position: absolute;
    max-width: none;
    transform-origin: top center;
    transition: all 300ms ease-out;
    width: 100%;
    border-radius: 0.625rem;
  }

  .content-grid__item__text {
    text-align: center;
    margin-left: 0;
  }

  .content-grid__item__text:before {
    display: none;
  }
}

a.content-grid__item:hover, a.content-grid__item:focus {
  text-decoration: none;
  outline: none;
}

a.content-grid__item:hover .content-grid__item__text, a.content-grid__item:focus .content-grid__item__text {
  color: #6E6F70;
  text-decoration: none;
}

@media screen and (min-width: 40em) {
  a.content-grid__item:hover, a.content-grid__item:focus {
    text-decoration: none;
    outline: none;
  }

  a.content-grid__item:hover .content-grid__item__figure img, a.content-grid__item:focus .content-grid__item__figure img {
    transform: scale(1.04);
  }

  a.content-grid__item:hover .content-grid__item__text, a.content-grid__item:focus .content-grid__item__text {
    color: #6E6F70;
    text-decoration: none;
  }
}

@media screen and (min-width: 40em) {
  .content-grid__item.sequence-anim-item {
    opacity: 0.5;
    transform: translateY(100px);
    transition: all 500ms ease-in;
  }

  .content-grid__item.sequence-anim-item--active {
    opacity: 1;
    transform: none;
  }
}

.checkerboard + .content-grid {
  padding-top: 1.875rem;
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 40em) {
  .checkerboard + .content-grid {
    padding-top: 2.8125rem;
  }
}

@media screen and (min-width: 64em) {
  .checkerboard + .content-grid {
    padding-top: 3.75rem;
  }
}

@media screen and (min-width: 40em) {
  .checkerboard + .content-grid:before {
    z-index: -1;
    content: '';
    background-color: #fff;
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 30%;
    transform: skewY(3deg);
  }
}

.info-banner {
  padding-top: 0;
}

@media screen and (min-width: 40em) {
  .info-banner {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .info-banner__photo {
    display: none;
  }
}

.info-banner__title h2 {
  color: #7d002e;
}

.info-banner__title h2 em {
  color: #f6881f;
}

.info-banner__subtitle h3 {
  color: #aaa808;
}

.info-banner__quick-links__subtitle h3 {
  color: #f6881f;
}

.info-banner .emphasized-title--btm {
  margin-bottom: 1.875rem;
}

.info-banner__contact-info ul, .info-banner__quick-links__links ul {
  list-style: none;
  padding-left: 0;
}

.info-banner__contact-info li, .info-banner__quick-links__links li {
  margin-left: 1.5em;
  position: relative;
  color: #717171;
}

.info-banner__contact-info span, .info-banner__contact-info a, .info-banner__quick-links__links span, .info-banner__quick-links__links a {
  color: #717171;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.info-banner__contact-info a:hover,
.info-banner__contact-info a:focus, .info-banner__quick-links__links a:hover,
.info-banner__quick-links__links a:focus {
  outline: none;
  color: #4f5362;
  text-decoration: underline;
}

.info-banner__contact-info span:before, .info-banner__quick-links__links span:before {
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  left: -1.5em;
  color: #aaa808;
  text-align: center;
}

.info-banner__quick-links__links ul.row li.columns {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-left: 0;
}

@media screen and (min-width: 40em) {
  .info-banner__quick-links__links ul.row li.columns {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.info-banner__quick-links__links ul.row li.columns span {
  padding-left: 2em;
}

.info-banner__quick-links__links ul.row li.columns span:before {
  left: 1.5em;
}

.info-banner__contact-info span, .info-banner__contact-info a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.info-banner > .row {
  border-bottom: 8px solid #FCEac9;
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 40em) {
  .info-banner > .row {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
}

.info-banner > .row:before, .info-banner > .row:after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
}

.info-banner > .row:before {
  left: 0;
}

.info-banner > .row:after {
  right: 0;
}

.info-banner .footer--site__main__links--social {
  padding: 0;
  margin-top: 0.625rem;
}

.info-banner .footer--site__main__links--social__title {
  margin-bottom: 0.5em;
}

.info-banner .item-list--linkicon li {
  display: inline-block;
  margin-right: 20px;
  font-size: 1rem;
}

.info-banner .linkicon__text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

@media screen and (min-width: 40em) {
  .event--teasers + .info-banner {
    padding-top: 0;
  }
}

.testimonial {
  position: relative;
}

@media (max-width: 639px) {
  .testimonial {
    padding-bottom: 3.125rem;
    box-shadow: inset 0 -7px 10px -7px rgba(0, 0, 0, 0.2);
    background-image: none !important;
  }
}

@media (min-width: 640px) {
  .testimonial {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

@media (min-width: 640px) and (max-width: 1000px) {
  .testimonial {
    min-height: 55vw;
  }
}

@media (min-width: 1001px) and (max-width: 1445px) {
  .testimonial {
    min-height: 48vw;
  }
}

@media (min-width: 1446px) {
  .testimonial {
    height: 700px;
  }
}

@media (min-width: 940px) {
  .testimonial:before, .testimonial:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    height: 70px;
  }

  .testimonial:before {
    top: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.75) 90%, rgba(0, 0, 0, 0.25) 90%, transparent 100%);
  }

  .testimonial:after {
    bottom: 0;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.75) 90%, rgba(0, 0, 0, 0.25) 90%, transparent 100%);
  }
}

.paragraph--type--testimonial-carousel {
  position: relative;
}

.paragraph--type--testimonial-carousel:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  height: 70px;
  top: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.75) 90%, rgba(0, 0, 0, 0.25) 90%, transparent 100%);
}
.paragraph--type--testimonial-carousel .testimonial:before,
.paragraph--type--testimonial-carousel .testimonial:after {
  background: none;
}

@media (min-width: 640px) {
  .testimonial__image {
    display: none;
  }
}

.testimonial__text {
  padding: 0 2.5rem;
  text-align: right;
}

@media (min-width: 640px) {
  .testimonial__text {
    z-index: 2;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), white);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.25rem 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .testimonial__text {
    padding: 0 3.75rem;
  }
}

@media (min-width: 640px) and (max-width: 1000px) {
  .testimonial__text {
    min-height: 55vw;
    padding: 1.25rem 1.25rem 4rem;
  }
}

@media (min-width: 1001px) and (max-width: 1445px) {
  .testimonial__text {
    min-height: 48vw;
  }
}

@media (min-width: 1446px) {
  .testimonial__text {
    height: 700px;
  }
}

.testimonial__quote {
  font-style: italic;
  margin-bottom: 1.125rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .testimonial__quote {
    margin-top: 160px;
  }
}

@media screen and (min-width: 40em) {
  .testimonial__quote {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 64em) {
  .testimonial__quote {
    margin-bottom: 1.5rem;
  }
}

.testimonial__quote p:last-of-type {
  margin: 0;
}

@media (min-width: 640px) and (max-width: 960px) {
  .testimonial__quote {
    font-size: 0.75rem;
  }
}

.testimonial__name, .testimonial__major-year {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 600;
}

.testimonial__name {
  color: #7d002e;
  position: relative;
  font-size: 1.125rem;
}

.testimonial__major-year {
  color: #aaa808;
  margin-bottom: 1.125rem;
  font-size: 0.875rem;
}

@media screen and (min-width: 40em) {
  .testimonial__major-year {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 64em) {
  .testimonial__major-year {
    margin-bottom: 1.5rem;
  }
}

.testimonial__link .link--round-arrow {
  color: #f6881f;
}

.testimonial__link .link--round-arrow:after {
  color: #f6881f;
}

.testimonial__link .link--round-arrow:hover, .testimonial__link .link--round-arrow:focus {
  color: #7d002e;
}

.testimonial__link .link--round-arrow:hover:after, .testimonial__link .link--round-arrow:focus:after {
  color: #7d002e;
}

@media (min-width: 640px) and (max-width: 960px) {
  .testimonial .medium-5 {
    width: 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.testimonial__name + .testimonial__link {
  margin-top: 1.5rem;
}

.testimonial .align-right .testimonial__text {
  text-align: left;
}

.testimonial .row.align-right {
  float: none;
  padding: 0;
  margin: 0 auto;
}

.testimonal--bottom-special:after {
  display: none;
}

@media (min-width: 640px) and (max-width: 1000px) {
  .testimonal--bottom-special .testimonial__text {
    padding: 1.25rem 1.25rem 4rem;
  }
}

@media (min-width: 940px) {
  .body-paragraph + .testimonial {
    margin-top: -70px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .body-paragraph + .testimonial {
    padding-top: 130px !important;
  }
}

.checkerboard + .testimonial:before {
  display: none;
}

@media (min-width: 940px) {
  .testimonial + .blog--teasers,
  .testimonial + .news--teasers,
  .testimonial + .section--gallery {
    margin-top: -63px;
    position: relative;
    z-index: 4;
  }
}

.section__title.section__title--alone h2 {
  margin-bottom: 0;
}

.section__title h2 {
  font-size: 1.75rem;
}

@media screen and (min-width: 40em) {
  .section__title h2 {
    font-size: 3.4375rem;
  }
}

.section__title h2 em {
  font-family: "miller-text", Georgia, serif !important;
  font-weight: normal;
  font-size: 1.14em;
}

.section--teasers {
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
}

@media screen and (min-width: 40em) {
  .section--teasers {
    padding-top: 2.8125rem;
  }
}

.section--teasers__header {
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .section--teasers__header {
    padding-bottom: 3.75rem;
  }
}

.section--teasers .section__title h2 {
  color: #7d002e;
}

@media screen and (min-width: 40em) {
  .section--teasers .view-all .columns:last-child {
    position: relative;
  }

  .section--teasers .view-all .columns:last-child:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #aaa808;
    position: relative;
    top: 50%;
  }
}

.blog__social ul {
  list-style: none;
}

.blog__social li {
  display: inline-block;
  margin-left: 12px;
}

.blog__social a {
  background-color: #F98427;
  color: #fff;
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border-radius: 12px;
}

.blog__social a:hover, .blog__social a:focus {
  outline: none;
  background-color: #7d002e;
}

@media (max-width: 800px) {
  .blog__social.header--blog__social li:not(.search-toggle) {
    display: none;
  }

  .blog__social.header--blog__social .search-toggle {
    margin-left: 0;
  }

  .blog__social.header--blog__social .search-toggle a {
    margin-left: 6px;
  }
}

.header--blog .padded-row, .header--blog .highlighted, .header--blog #user-login, .header--blog .profile {
  max-width: 1400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  padding-top: 1.5rem;
  padding-top: 2.5rem;
}

@media screen and (min-width: 40em) {
  .header--blog .padded-row, .header--blog .highlighted, .header--blog #user-login, .header--blog .profile {
    padding-top: 2.25rem;
  }
}

@media screen and (min-width: 64em) {
  .header--blog .padded-row, .header--blog .highlighted, .header--blog #user-login, .header--blog .profile {
    padding-top: 3rem;
  }
}

@media screen and (min-width: 40em) {
  .header--blog .padded-row, .header--blog .highlighted, .header--blog #user-login, .header--blog .profile {
    padding-top: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .header--blog .padded-row, .header--blog .highlighted, .header--blog #user-login, .header--blog .profile {
    padding-top: 3.75rem;
  }
}

.header--blog .padded-row:before, .header--blog .highlighted:before, .header--blog #user-login:before, .header--blog .profile:before, .header--blog .padded-row:after, .header--blog .highlighted:after, .header--blog #user-login:after, .header--blog .profile:after {
  display: none;
}

.header--blog__logo {
  -ms-flex-order: 2;
  order: 2;
  width: 120px;
  position: relative;
  top: -20px;
}

@media (min-width: 801px) {
  .header--blog__logo {
    order: 2;
    width: 200px;
    min-height: 148px;
    position: relative;
    top: -40px;
  }
}

.header--blog__social {
  display: none;
  -ms-flex-order: 3;
  order: 3;
}

@media (min-width: 801px) {
  .header--blog__social {
    display: block;
  }
}

.header--blog__social li.search-toggle a {
  background-color: #fff;
  color: #F98427;
  margin-left: 24px;
  font-size: 21px;
}

.header--blog__social li.search-toggle a:hover, .header--blog__social li.search-toggle a:focus {
  outline: none;
  color: #7d002e;
}

.header--blog__social li.search-toggle a.white {
  opacity: 0.25;
}

.header--blog__menu {
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 801px) {
  .header--blog__menu {
    min-width: 220px;
  }
}

.header--blog__site_logo {
  float: right;
}

.header--blog .hamburger-box {
  width: 32px;
  margin-right: 8px;
}

.header--blog .hamburger-inner, .header--blog .hamburger-inner:after, .header--blog .hamburger-inner:before {
  background-color: #F98427;
  width: 32px;
}

.header--blog .hamburger {
  padding: 6px;
}

.header--blog .hamburger:hover,
.header--blog .hamburger:focus {
  outline: none;
}

.header--blog .hamburger:hover .hamburger-inner, .header--blog .hamburger:hover .hamburger-inner:after, .header--blog .hamburger:hover .hamburger-inner:before,
.header--blog .hamburger:focus .hamburger-inner,
.header--blog .hamburger:focus .hamburger-inner:after,
.header--blog .hamburger:focus .hamburger-inner:before {
  background-color: #7d002e;
}

.header--blog .is-active .hamburger-inner, .header--blog .is-active .hamburger-inner:after, .header--blog .is-active .hamburger-inner:before {
  background-color: #F98427;
}

@media (max-width: 1023px) {
  .header--blog + .search--space {
    display: none;
  }

  .header--blog + .search--space.engaged {
    display: block;
  }

  .header--blog + .search--space.engaged:focus {
    outline: none;
  }

  .header--blog + .search--space.engaged .search--space__toggle {
    display: block;
    float: right;
    border: none;
    font-size: 24px;
    color: #6E6F70;
  }

  .header--blog + .search--space.engaged #search-block-form {
    width: 90%;
    margin: 0;
  }
}

.blog__menu {
  width: 500px;
  max-width: 100%;
  padding-top: 50px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1001;
  overflow: scroll;
  transform: translateX(-540px);
  transition: transform 300ms ease-in;
}

.blog__menu.engaged {
  transform: none;
}

.blog__menu .small-2 {
  border-right: 1px solid #efefef;
}

.blog__menu__logo img {
  margin-bottom: 1.875rem;
  width: 225px;
  min-height: 165px;
}

.blog__menu__itself {
  border: 1px solid #efefef;
  border-width: 1px 0;
}

.blog__menu__itself ul {
  list-style: none;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: normal;
  margin: 0.625rem 0;
}

.blog__menu__itself li {
  padding: 0.625rem 0;
}

.blog__menu__itself a {
  color: #4a4a4a;
  font-size: 1.25rem;
  text-decoration: none;
}

.blog__menu__itself a:hover, .blog__menu__itself a:focus {
  outline: none;
  color: #7d002e;
}

.blog__menu__itself a:focus {
  text-decoration: underline;
}

.blog__menu__social strong {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  display: block;
  padding: 0.875rem 0;
}

.blog__menu__social li:first-child {
  margin-left: 0;
}

.blog__menu__form {
  margin-top: 50px;
  border: 2px solid rgba(163, 171, 77, 0.3);
  border-radius: 22px;
  padding: 18px;
}

.blog__menu__form .intro-text {
  font-style: italic;
}

.blog__menu__footer {
  padding-bottom: 50px;
}

.blog__menu__footer ul {
  list-style: none;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: normal;
  margin: 0.4375rem 0;
}

.blog__menu__footer li {
  padding: 0 0 0.4375rem;
}

.blog__menu__footer ul a {
  color: #4a4a4a;
  font-size: 0.875rem;
  text-decoration: none;
  position: relative;
  left: 0.66em;
}

.blog__menu__footer ul a:before {
  content: "\f0da";
  display: inline-block;
  color: #F98427;
  font-family: FontAwesome;
  position: relative;
  left: -0.66em;
}

.blog__menu__footer ul a:hover, .blog__menu__footer ul a:focus {
  outline: none;
  color: #7d002e;
}

.blog__menu__footer ul a:hover:before, .blog__menu__footer ul a:focus:before {
  color: #7d002e;
}

.blog__menu__footer ul a:focus {
  text-decoration: underline;
}

.blog__menu__overlay {
  content: "";
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  opacity: 0;
  transition: opacity 300ms ease-in;
}

.blog__menu__overlay.engaged {
  display: block;
  opacity: 1;
}

.blog__menu .hamburger-box {
  width: 32px;
  margin-right: 8px;
}

.blog__menu .hamburger-inner, .blog__menu .hamburger-inner:after, .blog__menu .hamburger-inner:before {
  background-color: #F98427;
  width: 32px;
}

.blog__menu .hamburger {
  padding: 6px;
}

.blog__menu .hamburger:hover,
.blog__menu .hamburger:focus {
  outline: none;
}

.blog__menu .hamburger:hover .hamburger-inner, .blog__menu .hamburger:hover .hamburger-inner:after, .blog__menu .hamburger:hover .hamburger-inner:before,
.blog__menu .hamburger:focus .hamburger-inner,
.blog__menu .hamburger:focus .hamburger-inner:after,
.blog__menu .hamburger:focus .hamburger-inner:before {
  background-color: #7d002e;
}

.blog__menu .is-active .hamburger-inner, .blog__menu .is-active .hamburger-inner:after, .blog__menu .is-active .hamburger-inner:before {
  background-color: #F98427;
}

.blog__menu__apply-button {
  border-top: 1px solid #efefef;
  padding-top: 0.875rem;
}

.blog__menu__form #mc_embed_signup_scroll {
  display: -ms-flexbox;
  display: flex;
}

.blog__menu__form #mc_embed_signup input#mce-EMAIL {
  border-radius: 8px 0 0 8px;
  border-color: #efefef;
  border-width: 1px 0 1px 1px;
  color: #A3AB4D;
  font-family: "miller-text", Georgia, serif;
  font-style: italic;
  margin-right: 0;
}

.blog__menu__form input#mc-embedded-subscribe {
  background-color: #A3AB4D;
  border-radius: 0 8px 8px 0;
}

.blog-detail__byline {
  border: 1px solid #efefef;
  border-width: 1px 0;
  padding: 1rem 1.25rem;
  margin-bottom: 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-detail__byline:before, .blog-detail__byline:after {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  .blog-detail__byline {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-detail__byline .blog-detail__details {
    margin-bottom: 1em;
  }
}

@media (max-width: 1240px) {
  .blog-detail__byline {
    position: relative;
  }

  .blog-detail__byline:before, .blog-detail__byline:after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: -1px;
    bottom: -1px;
    width: 1.25rem;
  }

  .blog-detail__byline:before {
    left: 0;
  }

  .blog-detail__byline:after {
    right: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .blog-detail__share {
    margin: 0 auto;
  }
}

.blog-detail__details .byline-container {
  display: flex;
  margin: 0 auto;
}

.blog-detail__details .byline-container .byline-image img {
  border-radius: 100px;
}

.blog-detail__details .byline-container .byline-details {
  padding-left: 20px;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  color: #4a4a4a;
  font-size: 0.9rem;
}

.blog-detail__details .byline-container .byline-details .byline-description p {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  color: #4a4a4a;
  font-size: 0.9rem;
}

.blog-detail__details .byline-container .byline-details .byline-author {
  font-weight: bold;
}

.blog-detail__details .byline-container .byline-details .byline-author a {
  color: #000000;
  text-decoration: none;
}

.blog-detail__details .byline-container .byline-details .byline-author a:hover {
  color: #7d002e;
}

.blog-detail__details__date {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  color: #4a4a4a;
  font-size: 0.8rem;
  padding-bottom: 10px;
}

.blog-detail__details em {
  color: #F98427;
  font-size: 0.9375rem;
}

.blog-detail__details__author {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  color: #7d002e;
  font-size: 1.125rem;
}

@media screen and (max-width: 39.9375em) {
  .addthis_inline_share_toolbox {
    margin-left: 1.25rem;
  }
}

@media (max-width: 1239px) {
  .addthis_inline_share_toolbox {
    margin-right: 1.25rem;
  }
}

.blog--teasers {
  box-shadow: inset 0 100px 400px -100px rgba(0, 0, 0, 0.5);
  background-color: #4a4a4a;
  background-size: 6px 6px !important;
  background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 55%, transparent);
}

.blog--teasers .blog--teasers__title h2 {
  color: #aaa808;
}

.blog--teasers .blog--teasers__title h2 strong {
  color: #ffe96b;
}

.blog--teasers .blog--listing__horiz {
  background-image: none;
  background-color: transparent;
}

.blog--teasers p {
  color: #fff;
}

.blog--teasers__item {
  border: 1px solid #F98427;
  position: relative;
  z-index: 3;
  display: block;
  max-width: 360px;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .blog--teasers__item {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .blog--teasers__item {
    margin-bottom: 2.5rem;
  }
}

.blog--teasers__item img {
  position: relative;
  z-index: 1;
  vertical-align: middle;
}

.blog--teasers__item h3 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  color: #fff;
  border-bottom: none;
  padding: 2.5rem;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(transparent, #111);
}

.blog--teasers__item:hover {
  border-color: #7d002e;
}

@media screen and (max-width: 39.9375em) {
  .blog--teasers__set .columns:nth-child(1) .blog--teasers__item {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .blog--teasers__set .columns:nth-child(1) .blog--teasers__item {
    margin-left: auto;
  }
}

@media screen and (max-width: 39.9375em) {
  .blog--teasers__set .columns:nth-child(2) .blog--teasers__item {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .blog--teasers__set .columns:nth-child(2) .blog--teasers__item {
    margin-right: auto;
  }
}

@media screen and (max-width: 39.9375em) {
  .blog--teasers__set .columns:nth-child(3) .blog--teasers__item {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .blog--teasers__set .columns:nth-child(3) .blog--teasers__item {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Blog Teaser combinations */
.checkerboard + .blog--teasers {
  /* Both components are black */
  background-color: #fff;
}

.checkerboard + .blog--teasers .blog--teasers__title h2 {
  color: #7d002e;
}

.checkerboard + .blog--teasers p {
  color: #4a4a4a;
}

.checkerboard + .blog--teasers .blog--teasers__desc a {
  color: #7d002e;
}

.blog--teasers--detail {
  box-shadow: none;
  background-color: #fff;
  background-size: auto;
  background-image: none;
}

.blog--teasers--detail .blog--teasers__title h2 {
  color: #7d002e;
}

.page--blog .title-area {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 40em) {
  .page--blog .title-area {
    padding-top: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .page--blog .title-area {
    padding-top: 5rem;
  }
}

@media screen and (min-width: 40em) {
  .page--blog .title-area {
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .page--blog .title-area {
    padding-bottom: 3.75rem;
  }
}

.page--blog .title-area h2.subhead {
  padding-top: 0.75rem;
  margin-bottom: 0;
  color: #7d002e;
}

@media screen and (min-width: 40em) {
  .page--blog .title-area h2.subhead {
    padding-top: 1.125rem;
  }
}

@media screen and (min-width: 64em) {
  .page--blog .title-area h2.subhead {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .page--blog .title-area {
    position: relative;
  }

  .page--blog .title-area:after {
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    background-color: #F98427;
    position: absolute;
    left: 1.25rem;
    bottom: 2.5rem;
  }
}

.blog--listing__item {
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .blog--listing__item {
    margin-bottom: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .blog--listing__item {
    margin-bottom: 3.125rem;
  }
}

.blog--listing__image {
  overflow: hidden;
}

.blog--listing__image img {
  transform: scale(1);
  transform-origin: bottom center;
  transition: transform 300ms ease;
  margin-bottom: 1.5rem;
}

.blog--listing__image a:hover,
.blog--listing__image a:focus {
  outline: none;
}

.blog--listing__image a:hover img,
.blog--listing__image a:focus img {
  transform: scale(1.1);
}

.blog--listing__image.is-empty {
  background-color: #eee;
  box-shadow: inset 0 0 4px #8a8b89;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 39.9375em) {
  .blog--listing__image.is-empty {
    display: none;
  }
}

.blog--listing__details, .blog--listing__title, .blog--listing__contributor {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
}

.blog--listing__details, .blog--listing__contributor {
  text-transform: uppercase;
}

.blog--listing__details,
.blog--listing__details a, .blog--listing__contributor,
.blog--listing__contributor a {
  color: #6E6F70;
  text-decoration: none;
}

.blog--listing__details a:hover,
.blog--listing__details a:focus, .blog--listing__contributor a:hover,
.blog--listing__contributor a:focus {
  outline: none;
  color: #7d002e;
}

.blog--listing__details span, .blog--listing__contributor span {
  display: inline-block;
}

.blog--listing__contributor {
  text-transform: none;
  margin-bottom: 1rem;
}

.blog--listing__title {
  line-height: 1.25;
}

.blog--listing__title,
.blog--listing__title a {
  color: #000;
  text-decoration: none;
}

.blog--listing__title a:hover,
.blog--listing__title a:focus {
  outline: none;
  color: #7d002e;
}

.blog--listing__date + .blog--listing__category {
  margin-left: 1em;
  padding-left: 1em;
  position: relative;
}

.blog--listing__date + .blog--listing__category:before {
  content: "\007C";
  display: inline-block;
  position: relative;
  left: -1em;
}

.blog--listing__text * {
  font-size: 0.9375rem;
  line-height: calc(24 / 15);
}

.blog--listing__read-more a {
  color: #f6881f;
}

.blog--listing__read-more a:after {
  color: #e9d98e;
}

.blog--listing__read-more a:hover, .blog--listing__read-more a:focus {
  color: #7d002e;
}

.blog--listing__read-more a:hover:after, .blog--listing__read-more a:focus:after {
  color: #7d002e;
}

.content__blog--listing {
  margin-top: -1.5rem;
}

.content__blog--listing h2 {
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 40em) {
  .content__blog--listing h2 {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 64em) {
  .content__blog--listing h2 {
    margin-bottom: 0.75rem;
  }
}

.content__blog--listing .contextual-region {
  margin-bottom: 2.0625rem;
}

@media screen and (min-width: 40em) {
  .content__blog--listing .contextual-region {
    margin-bottom: 2.0625rem;
  }
}

@media screen and (min-width: 64em) {
  .content__blog--listing .contextual-region {
    margin-bottom: 2.0625rem;
  }
}

.blog--listing--freeform .blog--listing__image img,
.blog-listing--featured .blog--listing__image img {
  margin-bottom: 0;
}

.blog--listing__intro {
  font-family: "miller-text", Georgia, serif;
  font-style: italic;
  color: #4a4a4a;
}

.blog--listing__intro * {
  font-size: 0.9375rem;
}

@media screen and (min-width: 40em) {
  .blog--listing__intro * {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 64em) {
  .blog--listing__intro * {
    font-size: 1.125rem;
  }
}

.blog--listing__details {
  font-size: 0.6875rem;
  margin-bottom: 1.125rem;
}

.blog--listing__horiz {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #4a4a4a;
  background-size: 6px 6px !important;
  background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 55%, transparent);
}

@media screen and (min-width: 40em) {
  .blog--listing__horiz {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

@media screen and (min-width: 64em) {
  .blog--listing__horiz {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}

.blog--listing__horiz h2,
.blog--listing__horiz .blog--listing__intro * {
  color: #fff;
}

.blog--listing__horiz + .blog--listing__horiz {
  background-color: #efefef;
  background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.9) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 55%, transparent);
}

.blog--listing__horiz + .blog--listing__horiz h2,
.blog--listing__horiz + .blog--listing__horiz .blog--listing__intro * {
  color: #222;
}

.blog--listing__horiz .blog--listing {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 260px;
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 300ms ease-out;
  /*
        &.hovered {
          background-position: 60% 60%; removed because Edge requires background-size: cover
        }
    */
}

.blog--listing__horiz .blog--listing__details {
  padding-top: 1em;
}

.blog--listing__horiz .blog--listing__details,
.blog--listing__horiz .blog--listing__details a {
  color: #fff;
}

.blog--listing__horiz .blog--listing__details a:hover,
.blog--listing__horiz .blog--listing__details a:focus {
  color: #ffe96b;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.blog--listing__horiz h3.blog--listing__title {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: calc(22 / 16);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.blog--listing__horiz h3.blog--listing__title a {
  color: #fff;
  display: block;
}

.blog--listing__horiz h3.blog--listing__title a:focus, .blog--listing__horiz h3.blog--listing__title a:hover {
  outline: none;
  color: #ffe96b;
}

.blog--listing__horiz .blog--listing__text {
  padding: 0.75rem;
  margin: 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.22) 33%, rgba(0, 0, 0, 0.66));
}

.section--teasers__header + .blog--listing__horiz {
  padding-top: 0;
}

.blog-hub__hero {
  padding-top: 1.5rem;
}

@media screen and (min-width: 40em) {
  .blog-hub__hero {
    padding-top: 2.25rem;
  }
}

@media screen and (min-width: 64em) {
  .blog-hub__hero {
    padding-top: 3rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blog-hub__hero {
    max-height: 660px !important;
  }
}

.blog-hub__hero .row {
  max-width: 1400px;
}

.blog-hub__hero + .blog--listing__horiz {
  background-color: #fff;
  background-image: none;
  position: relative;
}

.blog-hub__hero + .blog--listing__horiz:after {
  content: "";
  display: block;
  height: 1px;
  width: 1400px;
  max-width: calc(100% - 2.5rem);
  margin-left: auto;
  margin-right: auto;
  background-color: #efefef;
  position: absolute;
  bottom: 0;
  left: 1.25rem;
  right: 1.25rem;
}

.blog-hub__hero + .blog--listing__horiz h2,
.blog-hub__hero + .blog--listing__horiz .blog--listing__intro * {
  color: #222;
}

.blog-hub__hero .row .columns > div,
.blog-hub__hero .row .columns > div > div {
  height: 100%;
}

.blog--listing__horiz .columns {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 64em) {
  .blog--listing__horiz .columns {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .blog--listing__horiz .blog--listing {
    width: 260px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .blog--listing__horiz .columns .blog--listing {
    width: 260px;
  }

  .blog--listing__horiz .columns:nth-child(odd) .blog--listing {
    margin-left: auto;
  }

  .blog--listing__horiz .columns:nth-child(even) .blog--listing {
    margin-right: auto;
  }
}

@media screen and (min-width: 40em) {
  .blog--listing__horiz .view-all .columns:last-child:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #f6881f;
    position: relative;
    top: 50%;
  }
}

.blog--listing__horiz .view-all {
  margin-top: 2.5rem;
}

.blog--listing__set.blog--listing__horiz {
  padding-top: 1.875rem;
  padding-bottom: 2.8125rem;
}

.blog--listing__set.blog--listing__horiz .blog--listing {
  min-height: 300px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .blog--listing__set.blog--listing__horiz .blog--listing {
    min-height: 260px;
  }

  .blog--listing__set.blog--listing__horiz .columns:nth-child(3) .blog--listing {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 39.9375em) {
  .blog--listing__set.blog--listing__horiz .blog--listing {
    min-height: 260px;
  }
}

.page--blog .section--teasers__header + .blog--listing__horiz {
  background-color: #fff;
  background-image: none;
}

@media screen and (min-width: 40em) {
  .blog-hub__hero__post {
    height: 100%;
    position: relative;
  }
}

@media screen and (min-width: 40em) {
  .blog-hub__hero__post__image {
    height: 100%;
    position: relative;
  }
}

@media screen and (max-width: 39.9375em) {
  .blog-hub__hero__post__image img {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 40em) {
  .blog-hub__hero__post__image img {
    height: 100%;
    object-fit: cover;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blog-hub__hero__post__text {
    max-height: 660px !important;
  }
}

@media screen and (min-width: 40em) {
  .blog-hub__hero__post__text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.9));
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 10% 1em;
  }

  .blog-hub__hero__post__text *, .blog-hub__hero__post__text a {
    color: #fff;
  }

  .blog-hub__hero__post__text a:hover,
  .blog-hub__hero__post__text a:focus {
    outline: none;
    color: #ffe96b;
  }

  .blog-hub__hero__post__text .intro-text p:last-child:after {
    display: inline-block;
  }
}

.blog-hub__hero__post h2.h1.blog--listing__title {
  font-size: 1.5rem;
}

@media screen and (min-width: 40em) {
  .blog-hub__hero__post h2.h1.blog--listing__title {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 64em) {
  .blog-hub__hero__post h2.h1.blog--listing__title {
    font-size: 3rem;
  }
}

@media (max-width: 840px) {
  .blog-hub__hero__post h2.h1.blog--listing__title {
    font-size: 24px;
  }
}

.section--blog--listing--freeform {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .section--blog--listing--freeform {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

@media screen and (min-width: 64em) {
  .section--blog--listing--freeform {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}

.section--blog--listing--freeform > .row {
  position: relative;
}

@media screen and (min-width: 64em) {
  .section--blog--listing--freeform > .row:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-image: repeating-linear-gradient(#d7d7d7, #d7d7d7 6px, #ffffff 4px, #ffffff 10px);
  }
}

@media screen and (min-width: 64em) {
  .section--blog--listing--freeform > .row > .columns:nth-child(2):last-child {
    margin-left: 16.66667%;
  }
}

.blog--listing--freeform .row {
  margin-bottom: 2.5rem;
}

.blog--listing--freeform h3.blog--listing__title {
  padding-bottom: 0;
  border-bottom: none;
  color: #000;
  font-size: 1.0625rem;
  line-height: calc(22 / 17);
}

.blog--listing__horiz > .padded-row > h2, .blog--listing__horiz > .highlighted > h2, .blog--listing__horiz > #user-login > h2, .blog--listing__horiz > .profile > h2,
.blog--listing--freeform > h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  .blog--listing__horiz > .padded-row > h2, .blog--listing__horiz > .highlighted > h2, .blog--listing__horiz > #user-login > h2, .blog--listing__horiz > .profile > h2,
  .blog--listing--freeform > h2 {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 64em) {
  .blog--listing__horiz > .padded-row > h2, .blog--listing__horiz > .highlighted > h2, .blog--listing__horiz > #user-login > h2, .blog--listing__horiz > .profile > h2,
  .blog--listing--freeform > h2 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 40em) {
  .blog-listing--featured {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

.blog-listing--featured .emphasized-title--btm {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 40em) {
  .blog-listing--featured .emphasized-title--btm {
    margin-bottom: 1.875rem;
  }
}

@media screen and (min-width: 64em) {
  .blog-listing--featured .emphasized-title--btm {
    margin-bottom: 1.875rem;
  }
}

.blog-listing--featured h2 {
  font-size: 1.875rem;
}

@media screen and (min-width: 40em) {
  .blog-listing--featured h2 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 64em) {
  .blog-listing--featured h2 {
    font-size: 2.5rem;
  }
}

.blog-listing--featured .row {
  margin-bottom: 0.75rem;
}

.blog-listing--featured .row:not(:last-of-type) {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #efefef;
}

.blog-listing--featured h3.blog--listing__title {
  padding-bottom: 0;
  border-bottom: none;
  color: #000;
  font-size: 1.0625rem;
  line-height: calc(22 / 17);
  margin-bottom: 0;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .blog-listing--featured img {
    width: 120px;
  }
}

.blog-hub__cta {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .blog-hub__cta {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .blog-hub__cta {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.blog--teasers .section--teasers__header {
  padding-bottom: 1.375rem;
}

.blog--teasers .blog--listing__horiz {
  padding-bottom: 2.8125rem;
}

.title--blog__media__photo-caption {
  width: 1400px;
  /* Matching .title--blog__media */
  margin: auto;
  margin-top: 0.3125rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
}

@media screen and (max-width: 39.9375em) {
  .title--blog__media__photo-caption {
    width: 100px;
  }
}

@media screen and (max-width: 39.9375em) {
  .title--blog__media__photo-caption {
    width: 100%;
  }
}

/* Blog term styling */
.term-listing h1 {
  margin-bottom: 30px;
}

.term-listing .feed-icon {
  display: none;
}

.blog--comments > .column, .blog--comments > .columns,
.page--comment > .column,
.page--comment > .columns {
  border-top: 8px solid #FCEac9;
  padding-top: 2em;
  position: relative;
}

.blog--comments > .column:before, .blog--comments > .columns:before, .blog--comments > .column:after, .blog--comments > .columns:after,
.page--comment > .column:before,
.page--comment > .columns:before,
.page--comment > .column:after,
.page--comment > .columns:after {
  content: "";
  display: block;
  background-color: #fff;
  height: 10px;
  width: 1.25rem;
  position: absolute;
  top: -10px;
}

.blog--comments > .column:before, .blog--comments > .columns:before,
.page--comment > .column:before,
.page--comment > .columns:before {
  left: 0;
}

.blog--comments > .column:after, .blog--comments > .columns:after,
.page--comment > .column:after,
.page--comment > .columns:after {
  right: 0;
}

.blog--comments footer,
.page--comment footer {
  margin-bottom: 2rem;
}

.blog--comments footer p,
.page--comment footer p {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.blog--comments footer p + a,
.page--comment footer p + a {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 0.875rem;
}

.blog--comments h3,
.page--comment h3 {
  padding-bottom: 0;
  border-bottom: none;
}

.blog--comments ul.links.inline,
.page--comment ul.links.inline {
  display: block;
  margin-bottom: 2rem;
}

.blog--comments ul.links.inline::before, .blog--comments ul.links.inline::after,
.page--comment ul.links.inline::before,
.page--comment ul.links.inline::after {
  content: ' ';
  display: table;
}

.blog--comments ul.links.inline::after,
.page--comment ul.links.inline::after {
  clear: both;
}

.blog--comments ul.links.inline li,
.page--comment ul.links.inline li {
  margin: 0 4px 4px 0;
  float: left;
  padding: 0;
}

.blog--comments ul.links.inline a,
.page--comment ul.links.inline a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #6E6F70;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  text-decoration: none;
  transition: all 300ms ease-in;
}

.blog--comments ul.links.inline a:hover, .blog--comments ul.links.inline a:focus,
.page--comment ul.links.inline a:hover,
.page--comment ul.links.inline a:focus {
  outline: none;
  background-color: #5ca2bf;
}

.blog--comments input.form-submit,
.page--comment input.form-submit {
  -webkit-appearance: none;
  cursor: pointer;
  background-color: #f6881f;
}

.blog--comments input.form-submit:focus, .blog--comments input.form-submit:hover,
.page--comment input.form-submit:focus,
.page--comment input.form-submit:hover {
  background-color: #d96f09;
}

.blog--comments .indented,
.page--comment .indented {
  margin-left: 1em;
}

@media screen and (min-width: 40em) {
  .blog--comments .indented,
  .page--comment .indented {
    margin-left: 2em;
  }
}

.wysiwyg .blog--comments ul li {
  margin: 0 0.5em 0 0;
}

.event__details {
  border: 40px solid #7d002e;
  background-color: #7d002e;
  border-width: 40px 0;
  margin-bottom: 2.5rem;
  position: relative;
}

@media screen and (min-width: 40em) {
  .event__details {
    margin-bottom: 3.125rem;
    padding: 20px;
  }
}

@media screen and (min-width: 64em) {
  .event__details {
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 800px) and (max-width: 1023px) {
  .event__details:after {
    left: 33.33%;
  }
}

@media (min-width: 1024px) {
  .event__details:after {
    left: 50%;
  }
}

.event__details__date {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  color: #7d002e;
  background-color: #fff;
}

.event__details__date .date__day {
  color: #f6881f;
  font-size: 7rem;
  float: right;
  margin-right: 12%;
}

@media (min-width: 640px) and (max-width: 799px) {
  .event__details__date .date__day {
    margin-right: 55%;
  }
}

@media (min-width: 800px) and (max-width: 1023px) {
  .event__details__date .date__day {
    margin-right: 72%;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .event__details__date .date__day {
    font-size: 6.5rem;
  }
}

@media screen and (min-width: 64em) {
  .event__details__date .date__day {
    margin-right: 0;
    margin-top: -55px;
  }
  .event__details__time {
    margin-bottom: 10px;
    color: #ffffff;
  }
  .event__details__most__location {
    margin-bottom: 30px;
    color: #ffffff;
  }
}

.event__details__date .date__month {
  font-size: 2.0625rem;
  text-align: right;
  display: block;
  text-transform: uppercase;
  margin-top: 3.75rem;
}

@media (min-width: 1024px) {
  .event__details__date .date__month {
    margin-top: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .event__details__date .date__month {
    font-size: 1.375rem;
  }
}

.event__details__date .date__year {
  font-size: 1.375rem;
  text-align: right;
  display: block;
  margin-top: -10px;
}

.event__details__most {
  background-color: #7d002e;
  z-index: 2;
  padding-top: 40px;
}

@media screen and (max-width: 39.9375em) {
  .event__details__most .row:first-child {
    margin-left: 0;
    margin-right: calc(40px - 1.25rem);
  }

  .event__details__most .row:first-child .columns:not(:last-of-type) {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #f6881f;
    margin-bottom: 0.5em;
  }
}

@media screen and (min-width: 64em) {
  .event__details__most {
    padding-top: 0;
  }

  .event__details__most .row:first-of-type {
    position: relative;
  }

  .event__details__most .row:first-of-type:before, .event__details__most .row:first-of-type:after {
    content: "";
    display: block;
    width: 1px;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #f6881f;
  }

  .event__details__most .row:first-of-type:before {
    left: 33%;
  }

  .event__details__most .row:first-of-type:after {
    right: 33%;
  }
}

.event__details__most p, .event__details__most ul, .event__details__most a {
  color: #fff;
}

.event__details__most li.fa {
  display: block;
}

.event__details__most a:hover,
.event__details__most a:focus {
  outline: none;
  color: #ffe96b;
}

.event__details__most p {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 1rem;
  margin-bottom: 0.5em;
}

.event__details__most p span.fa {
  display: block;
}

.event__details__most .event__details__most__location {
  margin-left: 1em;
  font-size: 0.9375rem;
  color: #fff;
  position: relative;
}

.event__details__most .event__details__most__location span.fa {
  font-size: 1.125rem;
  display: block;
  margin-bottom: 0.25em;
  font-family: "miller-text", Georgia, serif;
  -webkit-font-smoothing: inherit;
}

.event__details__most .event__details__most__location span.fa:before {
  color: #f6881f;
  font-family: FontAwesome;
  margin-right: 0.5em;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: -1em;
}

@media screen and (max-width: 39.9375em) {
  .event__details__most .event__details__most__location {
    margin-bottom: 40px;
  }
}

.event__details__most ul {
  margin-bottom: 0;
}

.event__details__most li.fa {
  margin-bottom: 0.25em;
  font-family: "miller-text", Georgia, serif;
  -webkit-font-smoothing: inherit;
  font-size: 1.125rem;
  line-height: calc(33 / 18);
}

.event__details__most li.fa:before {
  color: #f6881f;
  font-family: FontAwesome;
  margin-right: 0.5em;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 39.9375em) {
  .event__details__most li.fa {
    display: block;
  }
}

.event__details .view-all .columns:last-child {
  position: relative;
}

@media screen and (min-width: 40em) {
  .event__details .view-all .columns:last-child:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #f6881f;
    position: relative;
    top: 50%;
  }
}

.event__details .link--squircle--solid, .event__details .btn--light, .event__details .btn, .event__details #user-login button, #user-login .event__details button, .event__details .profile button, .profile .event__details button, .event__details .page-search #main .search-form button, .page-search #main .search-form .event__details button, .event__details .related-news__link a, .related-news__link .event__details a, .event__details .filters__faculty--listing .form-actions input:nth-of-type(1), .filters__faculty--listing .form-actions .event__details input:nth-of-type(1), .event__details .filters__event--listing .form-actions input:nth-of-type(1), .filters__event--listing .form-actions .event__details input:nth-of-type(1), .event__details .blog--comments input.form-submit, .blog--comments .event__details input.form-submit,
.event__details .page--comment input.form-submit, .page--comment .event__details input.form-submit {
  background-color: #f6881f;
}

.event__details .link--squircle--solid:focus, .event__details .btn--light:focus, .event__details .btn:focus, .event__details #user-login button:focus, #user-login .event__details button:focus, .event__details .profile button:focus, .profile .event__details button:focus, .event__details .page-search #main .search-form button:focus, .page-search #main .search-form .event__details button:focus, .event__details .related-news__link a:focus, .related-news__link .event__details a:focus, .event__details .filters__faculty--listing .form-actions input:focus:nth-of-type(1), .filters__faculty--listing .form-actions .event__details input:focus:nth-of-type(1), .event__details .filters__event--listing .form-actions input:focus:nth-of-type(1), .filters__event--listing .form-actions .event__details input:focus:nth-of-type(1), .event__details .blog--comments input.form-submit:focus, .blog--comments .event__details input.form-submit:focus,
.event__details .page--comment input.form-submit:focus, .page--comment .event__details input.form-submit:focus, .event__details .link--squircle--solid:hover, .event__details .btn--light:hover, .event__details .btn:hover, .event__details #user-login button:hover, #user-login .event__details button:hover, .event__details .profile button:hover, .profile .event__details button:hover, .event__details .page-search #main .search-form button:hover, .page-search #main .search-form .event__details button:hover, .event__details .related-news__link a:hover, .related-news__link .event__details a:hover, .event__details .filters__faculty--listing .form-actions input:hover:nth-of-type(1), .filters__faculty--listing .form-actions .event__details input:hover:nth-of-type(1), .event__details .filters__event--listing .form-actions input:hover:nth-of-type(1), .filters__event--listing .form-actions .event__details input:hover:nth-of-type(1), .event__details .blog--comments input.form-submit:hover, .blog--comments .event__details input.form-submit:hover,
.event__details .page--comment input.form-submit:hover, .page--comment .event__details input.form-submit:hover {
  background-color: #d96f09;
}

.event__details .link--squircle--solid:hover, .event__details .btn--light:hover, .event__details .btn:hover, .event__details #user-login button:hover, #user-login .event__details button:hover, .event__details .profile button:hover, .profile .event__details button:hover, .event__details .page-search #main .search-form button:hover, .page-search #main .search-form .event__details button:hover, .event__details .related-news__link a:hover, .related-news__link .event__details a:hover, .event__details .filters__faculty--listing .form-actions input:hover:nth-of-type(1), .filters__faculty--listing .form-actions .event__details input:hover:nth-of-type(1), .event__details .filters__event--listing .form-actions input:hover:nth-of-type(1), .filters__event--listing .form-actions .event__details input:hover:nth-of-type(1), .event__details .blog--comments input.form-submit:hover, .blog--comments .event__details input.form-submit:hover,
.event__details .page--comment input.form-submit:hover, .page--comment .event__details input.form-submit:hover, .event__details .link--squircle--solid:focus, .event__details .btn--light:focus, .event__details .btn:focus, .event__details #user-login button:focus, #user-login .event__details button:focus, .event__details .profile button:focus, .profile .event__details button:focus, .event__details .page-search #main .search-form button:focus, .page-search #main .search-form .event__details button:focus, .event__details .related-news__link a:focus, .related-news__link .event__details a:focus, .event__details .filters__faculty--listing .form-actions input:focus:nth-of-type(1), .filters__faculty--listing .form-actions .event__details input:focus:nth-of-type(1), .event__details .filters__event--listing .form-actions input:focus:nth-of-type(1), .filters__event--listing .form-actions .event__details input:focus:nth-of-type(1), .event__details .blog--comments input.form-submit:focus, .blog--comments .event__details input.form-submit:focus,
.event__details .page--comment input.form-submit:focus, .page--comment .event__details input.form-submit:focus {
  outline: none;
  color: #fff;
}

.event--listing .row {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .event--listing .row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .event--listing .row {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.event--listing:not(:last-of-type) .row {
  border-bottom: 2px solid rgba(151, 151, 151, 0.15);
}

.event--listing__image {
  margin-bottom: 0;
}

.event--listing__image img {
  border-radius: 10px;
}

.event--listing__category a {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  color: #7d002e;
  font-size: 0.75rem;
  text-decoration: none;
}

@media screen and (min-width: 40em) {
  .event--listing__category a {
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 64em) {
  .event--listing__category a {
    font-size: 1.125rem;
  }
}

.event--listing__category a:hover, .event--listing__category a:focus {
  outline: none;
  color: #4a001b;
}

.event--listing__title,
.event--listing__title a {
  color: #4a4a4a;
  text-decoration: none;
}

.event--listing__title:hover, .event--listing__title:focus,
.event--listing__title a:hover,
.event--listing__title a:focus {
  color: #550D8A;
  text-decoration: underline;
  outline: none;
}

.event--listing__category, .event--listing__title {
  margin-bottom: 0.875rem;
}

@media screen and (min-width: 40em) {
  .event--listing__category, .event--listing__title {
    margin-bottom: 1.125rem;
  }
}

@media screen and (min-width: 64em) {
  .event--listing__category, .event--listing__title {
    margin-bottom: 1.25rem;
  }
}

.event--listing__intro,
.event--listing__intro p {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 0.875rem;
  line-height: calc(27 / 16);
}

@media screen and (min-width: 40em) {
  .event--listing__intro,
  .event--listing__intro p {
    font-size: 1rem;
  }
}

@media screen and (min-width: 64em) {
  .event--listing__intro,
  .event--listing__intro p {
    font-size: 1rem;
  }
}

.event--listing__intro p {
  margin-bottom: 1em;
}

.event--listing__intro .more-link {
  display: inline-block;
  margin-left: .25rem;
}

.event--listing__details li {
  margin-right: 3em;
  font-family: "miller-text", Georgia, serif;
}

.event--listing__details li.fa:before {
  color: #aaa808;
  font-family: FontAwesome;
  margin-right: 0.5em;
}

.event--listing__buttons .link--squircle--solid, .event--listing__buttons .btn--light, .event--listing__buttons .btn, .event--listing__buttons #user-login button, #user-login .event--listing__buttons button, .event--listing__buttons .profile button, .profile .event--listing__buttons button, .event--listing__buttons .page-search #main .search-form button, .page-search #main .search-form .event--listing__buttons button, .event--listing__buttons .related-news__link a, .related-news__link .event--listing__buttons a, .event--listing__buttons .filters__faculty--listing .form-actions input:nth-of-type(1), .filters__faculty--listing .form-actions .event--listing__buttons input:nth-of-type(1), .event--listing__buttons .filters__event--listing .form-actions input:nth-of-type(1), .filters__event--listing .form-actions .event--listing__buttons input:nth-of-type(1), .event--listing__buttons .blog--comments input.form-submit, .blog--comments .event--listing__buttons input.form-submit,
.event--listing__buttons .page--comment input.form-submit, .page--comment .event--listing__buttons input.form-submit {
  margin-right: 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
}

@media screen and (max-width: 39.9375em) {
  .event--listing__buttons .link--squircle--solid, .event--listing__buttons .btn--light, .event--listing__buttons .btn, .event--listing__buttons #user-login button, #user-login .event--listing__buttons button, .event--listing__buttons .profile button, .profile .event--listing__buttons button, .event--listing__buttons .page-search #main .search-form button, .page-search #main .search-form .event--listing__buttons button, .event--listing__buttons .related-news__link a, .related-news__link .event--listing__buttons a, .event--listing__buttons .filters__faculty--listing .form-actions input:nth-of-type(1), .filters__faculty--listing .form-actions .event--listing__buttons input:nth-of-type(1), .event--listing__buttons .filters__event--listing .form-actions input:nth-of-type(1), .filters__event--listing .form-actions .event--listing__buttons input:nth-of-type(1), .event--listing__buttons .blog--comments input.form-submit, .blog--comments .event--listing__buttons input.form-submit,
  .event--listing__buttons .page--comment input.form-submit, .page--comment .event--listing__buttons input.form-submit {
    margin-bottom: 1rem;
  }
}

.event--listing__buttons .squircle--register {
  background-color: #4a4a4a;
}

.event--listing__buttons .squircle--register:focus, .event--listing__buttons .squircle--register:hover {
  background-color: #313131;
}

.event--listing--featured {
  background-color: #eee;
  background-size: 6px 6px !important;
  background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.5) 49%, rgba(255, 255, 255, 0.5) 51%, transparent 55%, transparent);
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.1);
}

.event--listing--featured .event--listing__text {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .event--listing--featured .event--listing__text {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .event--listing--featured .event--listing__text {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.event--listing--featured .event--listing__text .row {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 1.125rem;
}

@media screen and (min-width: 40em) {
  .event--listing--featured .event--listing__text .row {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 64em) {
  .event--listing--featured .event--listing__text .row {
    margin-bottom: 2.25rem;
  }
}

.event--listing--featured .event--listing__text .eyebrow {
  padding-right: 6px;
  margin-bottom: 0;
  color: #7d002e;
}

.event--listing--featured .event--listing__text .columns + .columns {
  border-bottom: 1px solid #e9d98e;
}

@media screen and (max-width: 39.9375em) {
  .event--listing--featured .fourteen-row {
    padding-top: 1.25rem;
  }
}

@media (min-width: 640px) and (max-width: 899px) {
  .event--listing--featured .fourteen-row {
    padding-top: 2.5rem;
  }
}

.event--listing--featured .event--listing__category a {
  color: #5E711A;
  text-decoration: none;
}

.event--listing--featured .event--listing__category a:hover, .event--listing--featured .event--listing__category a:focus {
  outline: none;
  color: #3c4810;
}

.event--listing--featured .event--listing__image {
  margin-bottom: 0;
}

.event--listing--featured .event--listing__image img {
  border-radius: 0;
  vertical-align: middle;
}

.event--listing--featured .event--listing__details {
  margin-bottom: 0.5em;
}

.event--listing--featured .event--listing__more-details {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  list-style: none;
  padding-top: 1em;
  position: relative;
}

.event--listing--featured .event--listing__more-details:before {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background-color: #aaa808;
  position: absolute;
  top: 0;
  left: 0;
}

.event--listing--featured .event--listing__more-details li {
  display: inline-block;
  margin-right: 2em;
}

.event--teasers__event {
  margin-bottom: 2em;
}

@media screen and (min-width: 64em) {
  .event--teasers__event {
    margin-bottom: 0;
  }
}

.event--teasers__event__date {
  border: 2px solid #f6881f;
  width: 5rem;
}

.event--teasers__event__date span {
  display: block;
  text-align: center;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 600;
}

.event--teasers__event__date .date__day {
  color: #7d002e;
  font-size: 2.5rem;
  margin-top: 6px;
  margin-bottom: 0;
}

.event--teasers__event__date .date__month {
  color: #d51c29;
  font-size: 0.9375rem;
  transform: translateY(-7px);
}

.event--teasers__event__date .date__year {
  color: #d51c29;
  font-size: 0.875rem;
  transform: translateY(-12px);
}

.event--teasers__event__title {
  font-size: 1.375rem;
  line-height: calc(27 / 22);
  margin-top: 12px;
}

@media screen and (min-width: 40em) {
  .event--teasers__event__title {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 64em) {
  .event--teasers__event__title {
    font-size: 1.375rem;
  }
}

.event--teasers__event__title h3 {
  padding-bottom: 0;
  border-bottom: none;
}

.event--teasers__event__title a {
  color: #4f5362;
  text-decoration: none;
}

.event--teasers__event__title a:hover, .event--teasers__event__title a:focus {
  outline: none;
  text-decoration: underline;
}

.event--teasers__event__time, .event--teasers__event__location {
  display: block;
  position: relative;
  margin-left: 18px;
}

.event--teasers__event__time:before, .event--teasers__event__location:before {
  color: #aaa808;
  font-family: FontAwesome;
  width: 18px;
  position: absolute;
  left: -18px;
  text-align: center;
}

.event--teasers__event__time {
  color: #4f5362;
  font-family: "miller-text", Georgia, serif;
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 12px;
}

.event--teasers__event__time:before {
  font-style: normal;
}

.event--teasers__event__location {
  color: #4f5362;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 0.8125rem;
}

@media screen and (max-width: 39.9375em) {
  .event--teasers {
    padding-bottom: 1em;
  }
}
.event--teasers .row.align-center {
  justify-content: space-between;
}
.event--teasers .row.align-center .columns {
  margin-bottom: 30px;
}
.event--teasers:last-child {
  padding-bottom: 0;
}

.event--teasers .emphasized-title--btm {
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 40em) {
  .event--teasers .emphasized-title--btm {
    margin-bottom: 3.75rem;
  }
}

@media screen and (min-width: 64em) {
  .event--teasers .emphasized-title--btm {
    margin-bottom: 3.75rem;
  }
}

.event--teasers .emphasized-title--btm h2 {
  font-size: 2.8125rem;
  color: #7d002e;
}

@media screen and (min-width: 40em) {
  .event--teasers .emphasized-title--btm h2 {
    font-size: 2.8125rem;
  }
}

@media screen and (min-width: 64em) {
  .event--teasers .emphasized-title--btm h2 {
    font-size: 2.8125rem;
  }
}

.event--teasers .emphasized-title--btm:before {
  height: 7px;
  background-color: rgba(151, 151, 151, 0.15);
}

@media screen and (min-width: 64em) {
  .event--teasers__view-all {
    margin-top: 2.8125rem;
  }
}

.news--teasers .news--teasers__title h2 {
  color: #fff;
}

.news--teasers .news--teasers__title h2 em {
  color: #ffe96b;
}

.news--teasers {
  background-color: #A3AB4D;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7), inset 0 -7px 9px -7px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1;
}

.news--teasers:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 6px 6px !important;
  background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 55%, transparent);
}

.news--teasers__set {
  margin-bottom: 30px;
}

@media screen and (min-width: 40em) {
  .news--teasers__set {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 39.9375em) {
  .news--teasers__set .columns {
    margin-bottom: 20px;
  }
}

.news--teasers__set, .news--teasers__view-all {
  position: relative;
  z-index: 3;
}

.news--teasers__set .columns, .news--teasers__view-all .columns {
  position: relative;
}

.news--teasers .section--teasers__header {
  padding-bottom: 0;
}

.news--teasers__item {
  background-color: #fff;
  height: 100%;
  border: 2px solid #E0E0E0;
  padding: 15px;
}

@media screen and (min-width: 40em) {
  .news--teasers__item {
    padding: 30px;
  }
}

.news--teasers__item h3 {
  padding-bottom: 0;
  border-bottom: none;
}

.news--teasers__item h3 a {
  color: #000;
  text-decoration: none;
}

.news--teasers__item h3 a:hover, .news--teasers__item h3 a:focus {
  outline: none;
  color: #7d002e;
}

.news--teasers__item__date {
  color: #7d002e;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
}

.news--teasers__item img + h3 {
  position: relative;
  padding-top: 15px;
  margin-top: 15px;
}

.news--teasers__item img + h3:before {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  background: #979797;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 40em) {
  .news--teasers__item img + h3 {
    padding-top: 30px;
    margin-top: 30px;
  }
}

.news--teasers__view-all .columns:last-child:after {
  background-color: #A3AB4D !important;
}

.news--teasers__view-all a.link--squircle--open, .news--teasers__view-all .alert--site-wide a.btn, .alert--site-wide .news--teasers__view-all a.btn {
  border-color: #A3AB4D;
  text-transform: none;
}

.news--teasers__view-all a.link--squircle--open:hover, .news--teasers__view-all .alert--site-wide a.btn:hover, .alert--site-wide .news--teasers__view-all a.btn:hover, .news--teasers__view-all a.link--squircle--open:focus, .news--teasers__view-all .alert--site-wide a.btn:focus, .alert--site-wide .news--teasers__view-all a.btn:focus {
  outline: none;
  color: #fff;
  border-color: #fff;
}

@media screen and (min-width: 40em) {
  .ingredients + .news--teasers {
    padding-top: 15vw;
  }
}

.bio__hero__image {
  position: relative;
  z-index: 1;
  background-color: #333;
}

@media screen and (max-width: 39.9375em) {
  .bio__hero__image {
    display: none;
  }
}

@media (min-width: 1700px) {
  .bio__hero__image {
    margin-top: -10vh;
  }
}

.bio__hero__image img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 40em) {
  .bio__hero__image:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    right: 0;
    top: 50%;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  }
}

@media (min-width: 640px) and (max-width: 740px) {
  .bio__hero__image:after {
    top: 0;
  }
}

@media screen and (min-width: 64em) {
  .bio__hero__video {
    margin-top: -20vh;
  }
}

.bio__id {
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .bio__id {
    padding-bottom: 2.25rem;
  }
}

@media screen and (min-width: 64em) {
  .bio__id {
    padding-bottom: 2.25rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .bio__portrait {
    margin-bottom: 1em;
  }
}

.bio__id h1 {
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 1;
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 40em) {
  .bio__id h1 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 64em) {
  .bio__id h1 {
    font-size: 3.4375rem;
  }
}

@media screen and (min-width: 40em) {
  .bio__id h1 {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 64em) {
  .bio__id h1 {
    margin-bottom: 1.875rem;
  }
}

.bio__name--first {
  color: #4a4a4a;
}

.bio__name--last {
  color: #f6881f;
}

.bio__position {
  font-size: 1.25rem;
  line-height: calc(41 / 30);
}

@media screen and (min-width: 40em) {
  .bio__position {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 64em) {
  .bio__position {
    font-size: 1.875rem;
  }
}

.bio__title__row {
  position: relative;
  z-index: 2;
}

.bio__title__row.adjusted .bio__id .bio__name--first,
.bio__title__row.adjusted .bio__id .bio__position {
  color: #fff;
}

@media screen and (min-width: 64em) {
  .bio__title__row.adjusted .bio__portrait {
    margin-top: -72px;
  }
}

.bio__profile-type {
  color: #f6881f;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1.375rem;
}

@media screen and (min-width: 40em) {
  .bio__profile-type {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 64em) {
  .bio__profile-type {
    font-size: 1.375rem;
  }
}

.bio__schools {
  color: #222;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: normal;
}

.bio__schools ul {
  list-style: none;
  line-height: calc(24 / 18);
}

.bio__schools ul li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1em;
}

.bio__schools ul li:before {
  content: "\f105";
  display: inline-block;
  color: #aaa808;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}

.bio__schools ul li a {
  color: #222;
  text-decoration: none;
}

.bio__schools ul li a:hover, .bio__schools ul li a:focus {
  color: #550D8A;
}

.bio__restaurants {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  margin-bottom: 1em;
}

.bio__restaurants__title {
  color: #f6881f;
  font-size: 1rem;
  font-weight: 700;
}

.bio__restaurants__location {
  color: #6E6F70;
  font-size: 0.875rem;
}

.bio__booking-info__row {
  padding-top: 1.125rem;
  position: relative;
}

@media screen and (min-width: 40em) {
  .bio__booking-info__row {
    padding-top: 1.875rem;
  }
}

@media screen and (min-width: 64em) {
  .bio__booking-info__row {
    padding-top: 2.25rem;
  }
}

.bio__booking-info__row:before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #F98427;
  position: absolute;
  top: 0;
  left: 1.25rem;
}

.bio__booking-info__desc {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  color: #222;
  font-size: 1.125rem;
  line-height: calc(22 / 18);
}

.bio__booking-info__cta .link--squircle--solid > a, .bio__booking-info__cta .btn--light > a, .bio__booking-info__cta .btn > a, .bio__booking-info__cta #user-login button > a, #user-login .bio__booking-info__cta button > a, .bio__booking-info__cta .profile button > a, .profile .bio__booking-info__cta button > a, .bio__booking-info__cta .page-search #main .search-form button > a, .page-search #main .search-form .bio__booking-info__cta button > a, .bio__booking-info__cta .related-news__link a > a, .related-news__link .bio__booking-info__cta a > a, .bio__booking-info__cta .filters__faculty--listing .form-actions input:nth-of-type(1) > a, .filters__faculty--listing .form-actions .bio__booking-info__cta input:nth-of-type(1) > a, .bio__booking-info__cta .filters__event--listing .form-actions input:nth-of-type(1) > a, .filters__event--listing .form-actions .bio__booking-info__cta input:nth-of-type(1) > a, .bio__booking-info__cta .blog--comments input.form-submit > a, .blog--comments .bio__booking-info__cta input.form-submit > a, .bio__booking-info__cta .page--comment input.form-submit > a, .page--comment .bio__booking-info__cta input.form-submit > a {
  text-transform: uppercase;
  background-color: #7d002e;
}

.bio__booking-info__cta .link--squircle--solid > a:focus, .bio__booking-info__cta .btn--light > a:focus, .bio__booking-info__cta .btn > a:focus, .bio__booking-info__cta #user-login button > a:focus, #user-login .bio__booking-info__cta button > a:focus, .bio__booking-info__cta .profile button > a:focus, .profile .bio__booking-info__cta button > a:focus, .bio__booking-info__cta .page-search #main .search-form button > a:focus, .page-search #main .search-form .bio__booking-info__cta button > a:focus, .bio__booking-info__cta .related-news__link a > a:focus, .related-news__link .bio__booking-info__cta a > a:focus, .bio__booking-info__cta .filters__faculty--listing .form-actions input:nth-of-type(1) > a:focus, .filters__faculty--listing .form-actions .bio__booking-info__cta input:nth-of-type(1) > a:focus, .bio__booking-info__cta .filters__event--listing .form-actions input:nth-of-type(1) > a:focus, .filters__event--listing .form-actions .bio__booking-info__cta input:nth-of-type(1) > a:focus, .bio__booking-info__cta .blog--comments input.form-submit > a:focus, .blog--comments .bio__booking-info__cta input.form-submit > a:focus, .bio__booking-info__cta .page--comment input.form-submit > a:focus, .page--comment .bio__booking-info__cta input.form-submit > a:focus, .bio__booking-info__cta .link--squircle--solid > a:hover, .bio__booking-info__cta .btn--light > a:hover, .bio__booking-info__cta .btn > a:hover, .bio__booking-info__cta #user-login button > a:hover, #user-login .bio__booking-info__cta button > a:hover, .bio__booking-info__cta .profile button > a:hover, .profile .bio__booking-info__cta button > a:hover, .bio__booking-info__cta .page-search #main .search-form button > a:hover, .page-search #main .search-form .bio__booking-info__cta button > a:hover, .bio__booking-info__cta .related-news__link a > a:hover, .related-news__link .bio__booking-info__cta a > a:hover, .bio__booking-info__cta .filters__faculty--listing .form-actions input:nth-of-type(1) > a:hover, .filters__faculty--listing .form-actions .bio__booking-info__cta input:nth-of-type(1) > a:hover, .bio__booking-info__cta .filters__event--listing .form-actions input:nth-of-type(1) > a:hover, .filters__event--listing .form-actions .bio__booking-info__cta input:nth-of-type(1) > a:hover, .bio__booking-info__cta .blog--comments input.form-submit > a:hover, .blog--comments .bio__booking-info__cta input.form-submit > a:hover, .bio__booking-info__cta .page--comment input.form-submit > a:hover, .page--comment .bio__booking-info__cta input.form-submit > a:hover {
  background-color: #4a001b;
}

.bio__quote {
  padding-top: 1.875rem;
  padding-bottom: 0;
}

@media screen and (min-width: 40em) {
  .bio__quote {
    padding-top: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .bio__quote {
    padding-top: 3.125rem;
  }
}

@media screen and (min-width: 40em) {
  .bio__quote {
    padding-bottom: 0.4375rem;
  }
}

@media screen and (min-width: 64em) {
  .bio__quote {
    padding-bottom: 1.0625rem;
  }
}

.bio__quote * {
  font-family: "miller-text", Georgia, serif;
  font-style: italic;
  font-size: 1.5rem;
  line-height: calc(63 / 30);
  text-align: center;
}

@media screen and (min-width: 40em) {
  .bio__quote * {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 64em) {
  .bio__quote * {
    font-size: 1.875rem;
  }
}

.bio__item__title, .bio__biography__title, .bio__carousel__title, .bio__blog__title {
  margin-bottom: 1.75rem;
}

.bio__item__title h2.h3, .bio__item__title .lead-gen__wysiwyg h2, .lead-gen__wysiwyg .bio__item__title h2, .bio__biography__title h2.h3, .bio__biography__title .lead-gen__wysiwyg h2, .lead-gen__wysiwyg .bio__biography__title h2, .bio__carousel__title h2.h3, .bio__carousel__title .lead-gen__wysiwyg h2, .lead-gen__wysiwyg .bio__carousel__title h2, .bio__blog__title h2.h3, .bio__blog__title .lead-gen__wysiwyg h2, .lead-gen__wysiwyg .bio__blog__title h2 {
  color: #7d002e;
}

.bio__item__title:before, .bio__biography__title:before, .bio__carousel__title:before, .bio__blog__title:before {
  background-color: #e9d98e;
}

.bio__item__desc ul,
.bio__item__desc ol {
  margin-left: 1em;
}

.bio__item__desc li {
  color: #222;
  list-style-position: outside;
}

.bio__blog__list.row {
  list-style: disc;
  color: #222;
}

.bio__blog__list.row li {
  list-style: none;
  line-height: calc(24 / 18);
  margin-bottom: 0.5625rem;
  position: relative;
  padding-left: 2.5rem;
}

.bio__blog__list.row li:before {
  content: "\2022";
  display: inline-block;
  position: absolute;
  left: 1.25em;
}

.bio__blog__list.row a {
  color: #F98427;
  text-decoration: none;
}

.bio__blog__list.row a:hover, .bio__blog__list.row a:focus {
  outline: none;
  color: #7d002e;
}

@media screen and (max-width: 39.9375em) {
  .profile__breadcrumbs ol.breadcrumbs,
  .profile__breadcrumb-space ol.breadcrumbs {
    display: none;
  }
}

/*
.bio__hero__image + .bio__title__row {
  @media screen and (max-width: 39.9375em) {
    margin-top: -2em;
  }
}
*/
.bio__carousel {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 40em) {
  .bio__carousel {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .bio__carousel {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.bio__carousel__desc {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 40em) {
  .bio__carousel__desc {
    margin-bottom: 2.25rem;
  }
}

@media screen and (min-width: 64em) {
  .bio__carousel__desc {
    margin-bottom: 0;
  }
}

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

.bio__carousel .link--round-arrow {
  color: #f6881f;
}

.bio__carousel .link--round-arrow:after {
  color: #b5b5b5;
}

.bio__carousel .link--round-arrow:hover, .bio__carousel .link--round-arrow:focus {
  color: #7d002e;
}

.bio__carousel .link--round-arrow:hover:after, .bio__carousel .link--round-arrow:focus:after {
  color: #7d002e;
}

.bio__carousel__slick--strip {
  position: relative;
}

@media (min-width: 1240px) {
  .bio__carousel__slick--strip {
    margin-left: calc(50% - 580px);
  }
}

.bio__carousel__slick--strip .slick-track {
  z-index: 1;
}

.bio__carousel__slick--strip:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5), transparent);
}

@media screen and (min-width: 40em) {
  .bio__carousel__slick--strip:after {
    width: 240px;
    background-image: linear-gradient(to left, white, transparent);
  }
}

.bio__carousel__slick__slide {
  margin-right: 16px;
}

.bio__carousel__slick--strip {
  position: relative;
}

@media screen and (max-width: 39.9375em) {
  .bio__carousel__slick--strip {
    height: 0;
    overflow: hidden;
  }
}

@media (min-width: 1240px) {
  .bio__carousel__slick--strip {
    margin-left: calc(50% - 580px);
  }
}

.bio__carousel__slick--strip .slick-track {
  z-index: 1;
}

.bio__carousel__slick--strip:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5), transparent);
}

@media screen and (min-width: 40em) {
  .bio__carousel__slick--strip:after {
    width: 240px;
    background-image: linear-gradient(to left, white, transparent);
  }

  .bio__carousel__slick--strip:after img {
    height: 282px;
  }
}

@media (min-width: 640px) and (max-width: 1271px) {
  .bio__carousel__slick--strip .slick-arrow {
    background-color: rgba(255, 255, 255, 0.25);
  }

  .bio__carousel__slick--strip .slick-prev {
    left: 20px;
  }

  .bio__carousel__slick--strip .slick-next {
    right: 69px;
  }
}

@media (min-width: 1272px) {
  .bio__carousel__slick--strip .slick-prev {
    left: -50px;
  }

  .bio__carousel__slick--strip .slick-next {
    right: 69px;
  }
}

.bio__carousel__slick__slide {
  position: relative;
}

.bio__carousel__slick__slide img {
  position: relative;
  z-index: 1;
}

.bio__carousel__slick__slide--photo button {
  border: none;
  border-radius: 0;
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.75);
  right: 0;
  bottom: 0;
  text-align: center;
  color: #4a4a4a;
  font-size: 24px;
}

.bio__carousel__slick__slide--video button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: absolute;
  z-index: 2;
  top: 20%;
  height: 60%;
  left: 20%;
  width: 60%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 140px;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.bio__carousel__slick__slide--video button:hover, .bio__carousel__slick__slide--video button:focus {
  outline: none;
  color: #fff;
}

.no-touchevents .bio__carousel__slick__slide--photo button {
  opacity: 0;
  transition: opacity 300ms ease;
}

.no-touchevents .bio__carousel__slick__slide--photo:hover button, .no-touchevents .bio__carousel__slick__slide--photo:focus button {
  outline: none;
  opacity: 1;
}

.bio__carousel--modal {
  display: none;
  background-color: rgba(74, 74, 74, 0.974);
  background-size: 6px 6px !important;
  background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 55%, transparent);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  vertical-align: middle;
  padding: 10vh 10vw;
}

.bio__carousel--modal.engaged {
  display: table;
}

.bio__carousel--modal__dismiss {
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  font-size: 2.25rem;
  position: absolute;
  top: 5vh;
  right: 5vw;
}

.bio__carousel--modal__dismiss:hover {
  color: #ffe96b;
}

@media (max-height: 840px) {
  .bio__carousel--modal__dismiss {
    top: 10px;
    right: 10px;
  }
}

.bio__carousel__slick--modal {
  max-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .bio__carousel__slick--modal {
    max-height: 100vh;
  }
}

.bio__carousel__slick--modal.engaged {
  max-height: 100vh;
  z-index: 12;
  position: fixed;
  top: 10vh;
}

@media (max-width: 360px) {
  .bio__carousel__slick--modal .slick-list {
    padding: 0 1.25em !important;
  }
}

.bio__carousel__slick--modal .bio__carousel__slick__slide {
  opacity: 0.01;
  max-width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .bio__carousel__slick--modal .bio__carousel__slick__slide {
    margin-right: 0;
  }
}

.bio__carousel__slick--modal .bio__carousel__slick__slide.slick-current {
  opacity: 1;
}

.bio__carousel__slick--modal .bio__carousel__slick__slide figure {
  max-width: 100%;
}

.bio__carousel__slick--modal .bio__carousel__slick__slide figcaption {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  color: #fff;
  font-size: 0.875rem;
  line-height: calc(25 / 18);
}

@media screen and (min-width: 40em) {
  .bio__carousel__slick--modal .bio__carousel__slick__slide figcaption {
    font-size: 1rem;
  }
}

@media screen and (min-width: 64em) {
  .bio__carousel__slick--modal .bio__carousel__slick__slide figcaption {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .bio__carousel__slick--modal .bio__carousel__slick__slide figcaption {
    color: #222;
  }
}

.bio__carousel__slick--modal .bio__carousel__slick__slide--video figure {
  width: 560px;
}

.bio__carousel__slick--modal .slick-arrow {
  top: 20%;
}

.bio__carousel__slick--modal .slick-prev {
  left: 20px;
}

.bio__carousel__slick--modal .slick-next {
  right: 20px;
}

@media (min-width: 360px) and (max-width: 639px) {
  .bio__carousel__slick--modal .slick-prev {
    left: 10px;
  }

  .bio__carousel__slick--modal .slick-next {
    right: 10px;
  }
}

@media (max-width: 359px) {
  .bio__carousel__slick--modal .slick-prev {
    left: 0;
  }

  .bio__carousel__slick--modal .slick-next {
    right: 0;
  }
}

.event--teasers--profiles h2 {
  color: #7d002e;
  font-size: 1.5rem;
}

@media screen and (min-width: 40em) {
  .event--teasers--profiles h2 {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 64em) {
  .event--teasers--profiles h2 {
    font-size: 2.5rem;
  }
}

.profile-listing {
  margin-bottom: 2em;
  /* Quote is option and profession title has no margin so we need to compensate for the button which is last */
}

@media screen and (min-width: 64em) {
  .profile-listing {
    margin-bottom: 0;
  }
}

.profile-listing__name {
  font-weight: 800;
  color: #4a4a4a;
  padding-bottom: 0;
  border-bottom: none;
}

.profile-listing__professional-title {
  font-family: "miller-text", Georgia, serif;
  color: #717171;
  font-size: 1.125rem;
  line-height: calc(33 / 18);
  position: relative;
  display: block;
}

.profile-listing__restaurants {
  list-style: none;
  padding-left: 0;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
}

.profile-listing__restaurants__name {
  font-weight: 700;
  color: #f6881f;
  font-size: 1rem;
  line-height: calc(22 / 16);
}

.profile-listing__restaurants__location {
  display: block;
  color: #6E6F70;
  font-size: 0.875rem;
  line-height: calc(22 / 14);
  margin-bottom: 1rem;
}

.profile-listing__quote {
  color: #4a4a4a;
  font-size: 1.0625rem;
  line-height: calc(29 / 17);
  margin-bottom: 2rem;
}

.profile-listing__professional-title + .profile-listing__view-profile {
  margin-top: 2rem;
}

.profile-listing__nav {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #4a4a4a;
  background-size: 6px 6px !important;
  background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 55%, transparent);
}

.profile-listing__nav ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1400px;
}

@media screen and (min-width: 40em) {
  .profile-listing__nav ul {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.profile-listing__nav li {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

@media screen and (min-width: 40em) {
  .profile-listing__nav li {
    width: 33.3333%;
  }
}

.profile-listing__nav a {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
  border-width: 0 1px;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  color: #b5b5b5;
  text-decoration: none;
  padding: 1em 0;
  transition: color 300ms ease-out;
}

@media screen and (min-width: 40em) {
  .profile-listing__nav a {
    font-size: 1.3125rem;
  }
}

@media screen and (min-width: 64em) {
  .profile-listing__nav a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .profile-listing__nav a {
    border-width: 2px 2px 0;
  }
}

.profile-listing__nav li:first-child a {
  border-left-width: 2px;
}

.profile-listing__nav li:last-child a {
  border-right-width: 2px;
}

.profile-listing__nav span {
  display: inline-block;
  position: relative;
  padding: 0 4px;
}

.profile-listing__nav span:before, .profile-listing__nav span:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #f6881f;
  position: absolute;
  top: 50%;
  transition: width 300ms ease-out, opacity 300ms ease-out;
}

.profile-listing__nav span:before {
  right: 100%;
  width: 0;
  opacity: 0.5;
}

.profile-listing__nav span:after {
  left: 100%;
  width: 0;
  opacity: 0.5;
}

.profile-listing__nav a:hover,
.profile-listing__nav a:focus {
  outline: none;
  color: #fff;
}

.profile-listing__nav a:hover span:before,
.profile-listing__nav a:hover span:after,
.profile-listing__nav a:focus span:before,
.profile-listing__nav a:focus span:after {
  width: 25px;
  opacity: 1;
}

.profile-listing__nav a.active {
  background-color: #7d002e;
  color: #fff;
}

.profile-listing__nav a.active span:before,
.profile-listing__nav a.active span:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #f6881f;
  position: absolute;
  top: 50%;
  opacity: 1;
}

.profile-listing__nav a.active span:before {
  right: 100%;
  width: 50px;
}

.profile-listing__nav a.active span:after {
  left: 100%;
  width: 50px;
}

@media (min-width: 640px) and (max-width: 900px) {
  .profile-listing__nav span:before, .profile-listing__nav span:after {
    max-width: 2vw !important;
  }
}

.tiered-profile-listing--one {
  overflow-x: hidden;
  padding: 3.75rem 0;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .tiered-profile-listing--one .link--squircle--solid, .tiered-profile-listing--one .btn--light, .tiered-profile-listing--one .btn, .tiered-profile-listing--one #user-login button, #user-login .tiered-profile-listing--one button, .tiered-profile-listing--one .profile button, .profile .tiered-profile-listing--one button, .tiered-profile-listing--one .page-search #main .search-form button, .page-search #main .search-form .tiered-profile-listing--one button, .tiered-profile-listing--one .related-news__link a, .related-news__link .tiered-profile-listing--one a, .tiered-profile-listing--one .filters__faculty--listing .form-actions input:nth-of-type(1), .filters__faculty--listing .form-actions .tiered-profile-listing--one input:nth-of-type(1), .tiered-profile-listing--one .filters__event--listing .form-actions input:nth-of-type(1), .filters__event--listing .form-actions .tiered-profile-listing--one input:nth-of-type(1), .tiered-profile-listing--one .blog--comments input.form-submit, .blog--comments .tiered-profile-listing--one input.form-submit,
  .tiered-profile-listing--one .page--comment input.form-submit, .page--comment .tiered-profile-listing--one input.form-submit {
    padding: 1em 2em;
  }
}

.tiered-profile-listing--one .profile-listing {
  padding-right: 40px;
  outline: none;
}

.tiered-profile-listing--one .profile-listing__professional-title {
  font-family: "miller-text", Georgia, serif;
  color: #717171;
  font-size: 1.125rem;
  line-height: calc(33 / 18);
  position: relative;
  display: block;
}

.tiered-profile-listing--one .profile-listing__professional-title:last-of-type {
  padding-bottom: 1.125rem;
  margin-bottom: 1.125rem;
}

.tiered-profile-listing--one .profile-listing__professional-title:last-of-type:after {
  content: "";
  display: block;
  height: 2px;
  width: 66px;
  background-color: #e9d98e;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 1025px) {
  .tiered-profile-listing--one .profile-listing {
    width: 380px;
    padding-right: 0;
    margin-right: 40px;
  }
}

@media (max-width: 1024px) {
  .tiered-profile-listing--one .profile-listing-slick {
    margin-right: -1.25rem;
  }
}

@media screen and (min-width: 64em) {
  .tiered-profile-listing--one .profile-listing-slick {
    display: -ms-flexbox;
    display: flex;
  }
}

.tiered-profile-listing--one .slick-arrow {
  top: 29%;
  background-color: #fff;
}

@media screen and (min-width: 40em) {
  .tiered-profile-listing--one .slick-arrow {
    top: 37%;
  }
}

.tiered-profile-listing--one .slick-prev {
  left: -19px;
}

@media screen and (min-width: 40em) {
  .tiered-profile-listing--one .slick-prev {
    left: -19px;
  }
}

.tiered-profile-listing--one .slick-next {
  right: 0;
}

@media screen and (min-width: 40em) {
  .tiered-profile-listing--one .slick-next {
    right: 10px;
  }
}

@media (min-width: 640px) and (max-width: 1360px) {
  .tiered-profile-listing--one .slick-next {
    right: 60px;
  }
}

.tiered-profile-listing--one .slick-disabled {
  display: none !important;
}

.tiered-profile-listing--two {
  padding-top: 3.75rem;
  background-color: #4a4a4a;
  background-size: 6px 6px !important;
  background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 55%, transparent);
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7), inset 0 -7px 9px -7px rgba(0, 0, 0, 0.7);
}

.tiered-profile-listing--two .profile-listing {
  margin-bottom: 3.75rem;
}

.tiered-profile-listing--two .profile-listing__name {
  color: #fff;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}

.tiered-profile-listing--two .profile-listing__professional-title {
  color: #e9d98e;
  font-size: 0.9375rem;
}

@media screen and (max-width: 39.9375em) {
  .tiered-profile-listing--two .profile-listing__professional-title {
    font-size: 0.8125rem;
    line-height: calc(19 / 13);
    margin-bottom: 0.4375rem;
  }
}

.tiered-profile-listing--two .profile-listing__professional-title:last-of-type {
  margin-bottom: 1.5rem;
}

.tiered-profile-listing--two .profile-listing__restaurants {
  padding-left: 1em;
  border-left: 4px solid #f6881f;
}

.tiered-profile-listing--two .profile-listing__restaurants__name, .tiered-profile-listing--two .profile-listing__restaurants__location {
  color: #fff;
}

@media screen and (max-width: 39.9375em) {
  .tiered-profile-listing--two .profile-listing__restaurants__name, .tiered-profile-listing--two .profile-listing__restaurants__location {
    font-size: 0.8125rem;
    line-height: calc(19 / 13);
  }
}

.tiered-profile-listing--two .profile-listing__view-profile a {
  color: #e9d98e;
}

.tiered-profile-listing--two .profile-listing__view-profile a:after {
  color: rgba(255, 255, 255, 0.3);
}

.tiered-profile-listing--two .profile-listing__view-profile a:hover, .tiered-profile-listing--two .profile-listing__view-profile a:focus {
  color: #fff;
}

.tiered-profile-listing--two .profile-listing__view-profile a:hover:after, .tiered-profile-listing--two .profile-listing__view-profile a:focus:after {
  color: #fff;
}

.tiered-profile-listing--three {
  position: relative;
  z-index: 3;
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
}

@media screen and (max-width: 39.9375em) {
  .tiered-profile-listing--three {
    margin-bottom: 1.875rem;
  }
}

@media screen and (min-width: 40em) {
  .tiered-profile-listing--three .columns:nth-child(n+5) {
    margin-top: 1.875rem;
    border-top: 4px solid rgba(151, 151, 151, 0.1);
    padding-top: 1.875rem;
  }
}

@media screen and (min-width: 64em) {
  .tiered-profile-listing--three .columns:nth-child(5),
  .tiered-profile-listing--three .columns:nth-child(6) {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
  }
}

.tiered-profile-listing--three .profile-listing__name {
  color: #5d5d5d;
  margin-bottom: 0.75rem;
}

.tiered-profile-listing--three .profile-listing__image {
  display: block;
}

.tiered-profile-listing--three .profile-listing__professional-title {
  color: #5d5d5d;
  font-size: 0.8125rem;
  line-height: calc(19 / 13);
}

.tiered-profile-listing--three .profile-listing__view-profile {
  position: relative;
  z-index: 4;
  margin-top: 0.75rem;
}

.tiered-profile-listing--three .profile-listing__view-profile a {
  color: #f6881f;
}

.tiered-profile-listing--three .profile-listing__view-profile a:after {
  color: #717171;
}

.tiered-profile-listing--three .profile-listing__view-profile a:hover, .tiered-profile-listing--three .profile-listing__view-profile a:focus {
  color: #7d002e;
}

.tiered-profile-listing--three .profile-listing__view-profile a:hover:after, .tiered-profile-listing--three .profile-listing__view-profile a:focus:after {
  color: #7d002e;
}

.tiered-profile-listing--one .padded-row, .tiered-profile-listing--one .highlighted, .tiered-profile-listing--one #user-login, .tiered-profile-listing--one .profile {
  max-width: 81.25rem;
}

.tiered-profile-listing--two .row,
.tiered-profile-listing--three .row {
  max-width: 81.25rem;
}

.tiered-profile-listing--two .container {
  max-width: 79.25rem;
  margin: 0 auto;
}

.tier-intro h2 {
  color: #f6881f;
  margin-bottom: 1.2rem;
}

.tier-intro p {
  color: #ffffff;
}

.tiered-profile-listing--three.more-slash-less {
  position: relative;
  z-index: 4;
  overflow: hidden;
  max-height: 1200px;
}

.tiered-profile-listing--three.more-slash-less.open {
  max-height: 10000px;
  padding-bottom: 160px;
}

.tiered-profile-listing--three .more-slash-less__more-strip {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 360px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), white 80%, white);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  z-index: 5;
}

.tiered-profile-listing--three .more-slash-less__more-strip button {
  margin: 0 auto;
  font-size: 1rem;
  text-transform: uppercase;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tiered-profile-listing--three .more-slash-less__more-strip button {
    width: 200px;
    margin-bottom: 20px;
  }
}

.tiered-profile-listing--three .more-slash-less__less-strip {
  width: 100%;
  text-align: center;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.tiered-profile-listing--three .more-slash-less__less-strip button {
  margin: 0 auto;
  font-size: 1rem;
  text-transform: uppercase;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tiered-profile-listing--three .more-slash-less__less-strip button {
    width: 200px;
    margin-bottom: 20px;
  }
}

.tiered-profile-listing--three + .ingredients {
  margin-top: -6vw;
  pointer-events: none;
}

.faculty--teasers .section--teasers__header {
  padding-bottom: 1em !important;
}

.faculty--teasers__faculty {
  width: 300px;
  margin-right: 40px;
}

@media screen and (min-width: 40em) {
  .faculty--teasers__faculty {
    width: 420px;
  }
}

@media screen and (max-width: 39.9375em) {
  .faculty--teasers__faculty__image {
    margin-bottom: 1.5625rem;
  }
}

.faculty--teasers__faculty__name h3 {
  line-height: 1.2;
  padding-bottom: 1.5rem;
  border-bottom: none;
  margin-bottom: 1.25rem;
  position: relative;
}

.faculty--teasers__faculty__name h3:after {
  content: "";
  display: block;
  background-color: #f6881f;
  height: 2px;
  width: 46px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 40em) {
  .faculty--teasers__faculty__text {
    padding-left: 2rem !important;
  }
}

.faculty--teasers__faculty__name h3, .faculty--teasers__faculty__title,
.faculty--teasers__faculty__link a {
  color: #7d002e;
}

.faculty--teasers__faculty__title {
  line-height: 1.2;
  margin-bottom: 1.125rem;
}

.faculty--teasers__faculty__school {
  color: #6E6F70;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.faculty--teasers__faculty__link a {
  font-weight: 600;
}

.faculty--teasers__faculty__link a:after {
  color: #f6881f;
}

.faculty--teasers__slick {
  margin-bottom: 1.875rem;
  max-height: 600px;
  overflow-y: hidden;
}

@media screen and (min-width: 40em) {
  .faculty--teasers__slick {
    margin-bottom: 3.75rem;
    max-height: 400px;
  }
}

@media (min-width: 360px) {
  .faculty--teasers__slick:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  }
}

@media (min-width: 360px) and (min-width: 440px) {
  .faculty--teasers__slick:after {
    width: 260px;
  }
}

@media (min-width: 640px) and (max-width: 1360px) {
  .faculty--teasers__slick .slick-next {
    right: 42px;
  }
}

.section--gallery + .faculty--teasers {
  background-position: top bottom;
  background-repeat: no-repeat;
  background-image: url(/themes/ice/assets/img/ICE_Ingredients_whiteBG.svg);
  padding-top: 42vw;
}

@media screen and (min-width: 64em) {
  .section--gallery + .faculty--teasers {
    padding-top: 39vw;
  }
}

.no-overflow .section--gallery + .faculty--teasers {
  background-image: none;
}

.section--gallery + .faculty--teasers {
  margin-top: -12vw;
  position: relative;
  z-index: 2;
}

@media (min-width: 1300px) {
  .section--gallery + .faculty--teasers .section--teasers__header {
    margin-top: -6vw;
  }
}

.no-overflow .section--gallery + .faculty--teasers {
  z-index: 0;
}

@media (min-width: 1320px) {
  .accordion-drop-down__toggled-content .faculty--teasers__slick .slick-prev {
    left: 0;
  }
}

@media (min-width: 1320px) {
  .accordion-drop-down__toggled-content .faculty--teasers__slick .slick-next {
    right: 0;
  }
}

.checkerboard {
  position: relative;
  z-index: 1;
  padding: 3.125rem 0;
  box-shadow: inset 0 7px 20px -7px rgba(0, 0, 0, 0.5), inset 0 100px 400px -100px rgba(0, 0, 0, 0.5);
  background-color: #4a4a4a;
  background-size: 6px 6px !important;
  background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 55%, transparent);
  overflow: hidden;
}

.checkerboard__title em {
  color: #ffe96b;
}

.checkerboard__header {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative;
}

@media screen and (min-width: 40em) {
  .checkerboard__header {
    margin-bottom: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .checkerboard__header {
    margin-bottom: 3.125rem;
  }
}

.checkerboard__header:after {
  content: "";
  display: block;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 64px;
}

@media screen and (min-width: 40em) {
  .checkerboard__header:after {
    width: 100px;
  }
}

.checkerboard h2, .checkerboard h3, .checkerboard p, .checkerboard ul {
  color: #fff;
}

@media screen and (max-width: 39.9375em) {
  .checkerboard {
    box-shadow: inset 0 7px 20px -7px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (min-width: 40em) {
  .checkerboard--top-angle {
    padding: 11.25rem 0 11.25rem;
  }

  .checkerboard--top-angle:before {
    content: "";
    display: block;
    height: 200px;
    width: 200%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: -200px;
    transform-origin: left bottom;
    transform: rotateZ(3deg);
  }
}

.checkerboard:not(.checkerboard--top-angle) {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}

@media screen and (min-width: 40em) {
  .checkerboard:not(.checkerboard--top-angle) {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

@media screen and (min-width: 64em) {
  .checkerboard:not(.checkerboard--top-angle) {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}

.checkerboard__item {
  position: relative;
  margin-bottom: 0;
}

.checkerboard__item h3 {
  padding-bottom: 0;
  border-bottom: none;
  font-size: 1.5rem;
}

@media screen and (min-width: 40em) {
  .checkerboard__item h3 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 64em) {
  .checkerboard__item h3 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .checkerboard__item .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 40em) {
  .checkerboard__item {
    min-width: 100%;
  }

  .checkerboard__item .row {
    width: 100%;
    max-width: 75em;
  }

  .checkerboard__item .columns {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}

@media screen and (min-width: 64em) {
  .checkerboard__item {
    min-width: 100%;
  }

  .checkerboard__item .row {
    width: 100%;
    max-width: 90em;
  }
}

@media (min-width: 1370px) {
  .checkerboard__item .row {
    max-width: 90em;
  }
}

.checkerboard__item__desc * {
  font-size: 1rem;
  color: #fff;
}

@media screen and (min-width: 40em) {
  .checkerboard__item__desc * {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 64em) {
  .checkerboard__item__desc * {
    font-size: 1.3125rem;
  }
}

.checkerboard__item__caption {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: calc(28 / 16);
}

@media (min-width: 640px) and (max-width: 1240px) {
  .checkerboard__item:nth-of-type(odd) .checkerboard__item__text {
    padding-left: 40px;
  }
}

.checkerboard__item:not(:last-of-type) {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 40em) {
  .checkerboard__item:not(:last-of-type) {
    margin-bottom: 3.75rem;
  }
}

@media screen and (min-width: 64em) {
  .checkerboard__item:not(:last-of-type) {
    margin-bottom: 5rem;
  }
}

.checkerboard__item__link,
.checkerboard .link--squircle--solid,
.checkerboard .btn--light,
.checkerboard .btn,
.checkerboard #user-login button,
#user-login .checkerboard button,
.checkerboard .profile button,
.profile .checkerboard button,
.checkerboard .page-search #main .search-form button,
.page-search #main .search-form .checkerboard button,
.checkerboard .related-news__link a,
.related-news__link .checkerboard a,
.checkerboard .filters__faculty--listing .form-actions input:nth-of-type(1),
.filters__faculty--listing .form-actions .checkerboard input:nth-of-type(1),
.checkerboard .filters__event--listing .form-actions input:nth-of-type(1),
.filters__event--listing .form-actions .checkerboard input:nth-of-type(1),
.checkerboard .blog--comments input.form-submit,
.blog--comments .checkerboard input.form-submit,
.checkerboard .page--comment input.form-submit,
.page--comment .checkerboard input.form-submit {
  margin-bottom: 2em;
}

.checkerboard__item__link a {
  color: #ffe96b;
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  .checkerboard__item__link a {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 64em) {
  .checkerboard__item__link a {
    font-size: 1.3125rem;
  }
}

.checkerboard__item__link a:focus {
  outline: none;
  color: #fff;
}

.checkerboard__item__media {
  perspective: 2000px;
}

@media screen and (max-width: 39.9375em) {
  .checkerboard__item__media img {
    border-radius: 9px;
    overflow: hidden;
  }
}

@media screen and (min-width: 40em) {
  .checkerboard__item__media figure {
    border: 3px solid #f6881f;
    border-radius: 12px;
    padding: 9px;
    transition: transform 900ms ease-out, opacity 600ms ease-out;
  }

  .checkerboard__item__media img {
    border-radius: 9px;
    vertical-align: middle;
  }
}

@media screen and (min-width: 40em) {
  .checkerboard__item:nth-of-type(even) .checkerboard__item__media figure {
    transform: translateX(-300px) rotateY(-70deg);
    transform-origin: left center;
    opacity: 0;
  }

  .checkerboard__item:nth-of-type(odd) .checkerboard__item__media figure {
    transform: translateX(300px) rotateY(70deg);
    transform-origin: right center;
    opacity: 0;
  }

  .checkerboard__item:nth-of-type(odd).animated .checkerboard__item__media figure, .checkerboard__item:nth-of-type(even).animated .checkerboard__item__media figure {
    transform: translateX(0) rotateY(0);
    opacity: 1;
    width: 100%;
  }

  .checkerboard__item:nth-of-type(odd).animated .checkerboard__item__media figure .iframe-video-container,
  .checkerboard__item:nth-of-type(odd).animated .checkerboard__item__media figure iframe, .checkerboard__item:nth-of-type(even).animated .checkerboard__item__media figure .iframe-video-container,
  .checkerboard__item:nth-of-type(even).animated .checkerboard__item__media figure iframe {
    width: 100%;
  }
}

.checkerboard {
  position: relative;
}

.checkerboard:after {
  content: "";
  display: block;
  width: 800px;
  height: 300px;
  background: transparent url(/themes/ice/assets/img/ICE_Ingredients.svg) no-repeat center center;
  max-width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .checkerboard:after {
    display: none;
  }
}

.checkerboard:after {
  position: absolute;
  bottom: -180px;
  right: -1px;
  transform: rotate(180deg) skewY(-6deg);
}

.checkerboard:last-child {
  padding-bottom: 8.25rem;
}

@media screen and (min-width: 40em) {
  .checkerboard__item__media, .checkerboard__item__text {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .checkerboard__item__media, .checkerboard__item__text {
    -ms-flex: 0 0 45% !important;
    flex: 0 0 45% !important;
  }

  .checkerboard__item__media img, .checkerboard__item__text img {
    width: 100%;
    height: auto;
  }
}

.checkerboard__item__desc + .checkerboard__item__caption {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  position: relative;
}

.checkerboard__item__desc + .checkerboard__item__caption:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: rgba(151, 151, 151, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.accordions + .checkerboard {
  margin-top: -4em;
}

@media screen and (max-width: 39.9375em) {
  .accordions + .checkerboard {
    padding-top: 6em;
  }
}

@media screen and (min-width: 40em) {
  .program__intro__row + .checkerboard:before {
    content: "";
    display: block;
    background: #fff;
    height: 50px;
    width: 50px;
    transform: rotate(45deg);
    position: absolute;
    top: -33px;
    left: -4px;
  }
}

@media (min-width: 1200px) {
  .program__intro__row + .checkerboard:before {
    left: calc(50% - 604px);
  }
}

.testimonial + .checkerboard {
  background-image: none;
  background-color: transparent;
  overflow: visible;
  z-index: 3;
  box-shadow: none;
  margin-top: -3vw;
}

.testimonial + .checkerboard .checkerboard__bg {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #4a4a4a;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7), inset 0 -7px 9px -7px rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .testimonial + .checkerboard .checkerboard__bg {
    transform: skewY(3deg);
  }
}

.testimonial + .checkerboard .checkerboard__bg:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -50%;
  right: 0;
  bottom: -50%;
  left: 0;
  transform: skewY(-3deg);
  background-size: 6px 6px !important;
  background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 55%, transparent);
}

.testimonial + .checkerboard:before {
  display: none;
}

.testimonial + .checkerboard + section {
  z-index: 4;
  position: relative;
}

.testimonial + .checkerboard + section:not(.content-grid) {
  margin-top: -3vw;
}

@media screen and (max-width: 39.9375em) {
  .checkerboard__item__media figure {
    width: 100%;
  }
}

.checkerboard__item__media figure figcaption {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: calc(28 / 16);
}

.checkerboard__item__media figure figcaption a {
  color: #ffe96b;
}

.checkerboard__item__media figure figcaption a:hover, .checkerboard__item__media figure figcaption a:focus {
  outline: none;
  color: #F98427;
}

.juicer-feed__container__inner {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 39.9375em) {
  .juicer-feed__container__inner {
    max-height: 600px;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 39.9375em) {
  .juicer-feed__container__outer {
    margin: 0 1.25rem 2.5rem;
    position: relative;
  }

  .juicer-feed__container__outer:after {
    content: "";
    display: block;
    height: 30px;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: calc(100% - 30px);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.66));
  }
}

.social-media-wall {
  background-color: #4a4a4a;
  background-size: 6px 6px !important;
  background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 55%, transparent);
  padding-left: 20px;
  padding-right: 20px;
}

.social-media-wall h2 {
  text-align: center;
  color: #a19965;
  margin-bottom: 0;
  font-size: 1.75rem;
}

@media screen and (min-width: 40em) {
  .social-media-wall h2 {
    font-size: 3.4375rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .social-media-wall {
    padding-top: 2rem;
  }
}

.social-media-wall .juicer-feed {
  background-color: transparent !important;
}

.social-media-wall .juicer-feed li.feed-item {
  border: none !important;
}

.social-media-wall .juicer-feed li.j-twitter .j-poster {
  height: 76px;
}

.social-media-wall .juicer-feed li.j-twitter .j-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social-media-wall .juicer-feed li.j-twitter .j-text .j-message {
  -ms-flex-order: 2;
  order: 2;
  padding-top: 20px;
}

.social-media-wall .juicer-feed li.j-twitter .j-text .j-image {
  -ms-flex-order: 1;
  order: 1;
}

.social-media-wall .juicer-feed li.j-twitter .j-text .j-meta {
  -ms-flex-order: 3;
  order: 3;
}

.social-media-wall .juicer-feed.modern .j-text,
.social-media-wall .juicer-feed.modern .j-text p {
  font-size: 12px;
}

.social-media-wall .juicer-feed a.juicer-button {
  display: none;
}

@media (min-width: 506px) {
  .social-media-wall {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (min-width: 64em) {
  .social-media-wall {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.social-media-wall__icons {
  text-align: center;
  position: relative;
}

.social-media-wall__icons li {
  display: inline-block;
}

.social-media-wall__icons a {
  font-size: 3rem;
  color: #a19965;
  padding: 7px;
}

.social-media-wall__icons a:hover, .social-media-wall__icons a:focus {
  outline: none;
  color: #e9d98e;
}

.social-media-wall__icons ul {
  position: relative;
  list-style: none;
  margin-left: 0;
  display: inline-block;
}

.social-media-wall__icons ul:before, .social-media-wall__icons ul:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #a19965;
  position: absolute;
  top: 50%;
  transition: width 300ms ease-out, opacity 300ms ease-out;
}

@media (max-width: 500px) {
  .social-media-wall__icons ul:before, .social-media-wall__icons ul:after {
    display: none;
  }
}

@media (min-width: 1400px) {
  .social-media-wall__icons ul:before, .social-media-wall__icons ul:after {
    max-width: 300px;
  }
}

.social-media-wall__icons ul:before {
  right: calc(100% + 7px);
  width: 20vw;
}

.social-media-wall__icons ul:after {
  left: calc(100% + 7px);
  width: 20vw;
}

.juicer-feed.loaded {
  text-align: center;
}

.juicer-feed ul.j-display-filters:before, .juicer-feed ul.j-display-filters:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #a19965;
  position: absolute;
  top: 50%;
  transition: width 300ms ease-out, opacity 300ms ease-out;
}

@media (max-width: 500px) {
  .juicer-feed ul.j-display-filters:before, .juicer-feed ul.j-display-filters:after {
    display: none;
  }
}

@media (min-width: 1400px) {
  .juicer-feed ul.j-display-filters:before, .juicer-feed ul.j-display-filters:after {
    max-width: 300px;
  }
}

.juicer-feed ul.j-display-filters:before {
  right: calc(100% + 7px);
  width: 20vw;
}

.juicer-feed ul.j-display-filters:after {
  left: calc(100% + 7px);
  width: 20vw;
}

.juicer-feed ul.j-display-filters {
  font-size: 12px;
  color: #e9d98e;
  display: inline-block;
  position: relative;
}

@media (max-width: 400px) {
  .juicer-feed ul.j-display-filters {
    font-size: 0;
  }
}

.juicer-feed ul.j-display-filters li {
  font-size: 0;
  background: none !important;
  transform: translateY(7px);
  margin: 0;
}

.juicer-feed ul.j-display-filters li:before {
  display: none;
}

.juicer-feed ul.j-display-filters li:after {
  display: inline-block;
  color: #a19965;
  font-size: 1.5rem;
  font-family: FontAwesome;
}

@media screen and (min-width: 40em) {
  .juicer-feed ul.j-display-filters li:after {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 64em) {
  .juicer-feed ul.j-display-filters li:after {
    font-size: 3rem;
  }
}

.juicer-feed ul.j-display-filters li:first-of-type {
  margin: 0;
}

.juicer-feed ul.j-display-filters li.all {
  padding-right: 7px;
}

.juicer-feed ul.j-display-filters li.all:after {
  content: "\f015";
}

.juicer-feed ul.j-display-filters li.j-instagram:after {
  content: "\f16d";
}

.juicer-feed ul.j-display-filters li.j-facebook:after {
  content: "\f082";
}

.juicer-feed ul.j-display-filters li.j-twitter:after {
  content: "\f081";
}

.juicer-feed ul.j-display-filters li.j-youtube:after {
  content: "\f166";
}

.juicer-feed ul.j-display-filters li.all,
.juicer-feed ul.j-display-filters li.j-social-icon,
.juicer-feed ul.j-display-filters li.j-instagram,
.juicer-feed ul.j-display-filters li.j-facebook,
.juicer-feed ul.j-display-filters li.j-twitter,
.juicer-feed ul.j-display-filters li.j-youtube {
  border-bottom: none !important;
}

.juicer-feed ul.j-display-filters li.all.highlight,
.juicer-feed ul.j-display-filters li.j-social-icon.highlight,
.juicer-feed ul.j-display-filters li.j-instagram.highlight,
.juicer-feed ul.j-display-filters li.j-facebook.highlight,
.juicer-feed ul.j-display-filters li.j-twitter.highlight,
.juicer-feed ul.j-display-filters li.j-youtube.highlight {
  background: none !important;
  border-bottom: none !important;
  position: relative;
}

.juicer-feed ul.j-display-filters li.all.highlight:after,
.juicer-feed ul.j-display-filters li.j-social-icon.highlight:after,
.juicer-feed ul.j-display-filters li.j-instagram.highlight:after,
.juicer-feed ul.j-display-filters li.j-facebook.highlight:after,
.juicer-feed ul.j-display-filters li.j-twitter.highlight:after,
.juicer-feed ul.j-display-filters li.j-youtube.highlight:after {
  color: #e9d98e;
}

.juicer-feed ul.j-display-filters li.all.highlight:hover,
.juicer-feed ul.j-display-filters li.j-social-icon.highlight:hover,
.juicer-feed ul.j-display-filters li.j-instagram.highlight:hover,
.juicer-feed ul.j-display-filters li.j-facebook.highlight:hover,
.juicer-feed ul.j-display-filters li.j-twitter.highlight:hover,
.juicer-feed ul.j-display-filters li.j-youtube.highlight:hover {
  border-bottom: none !important;
}

.juicer-feed ul.j-display-filters li.all.highlight:before,
.juicer-feed ul.j-display-filters li.j-social-icon.highlight:before,
.juicer-feed ul.j-display-filters li.j-instagram.highlight:before,
.juicer-feed ul.j-display-filters li.j-facebook.highlight:before,
.juicer-feed ul.j-display-filters li.j-twitter.highlight:before,
.juicer-feed ul.j-display-filters li.j-youtube.highlight:before {
  display: block;
  color: #a19965;
  font-size: 20px;
  font-family: FontAwesome;
  content: "\f0d7";
  position: absolute;
  top: 75%;
  left: 42%;
}

.juicer-feed ul.j-display-filters li.all:hover,
.juicer-feed ul.j-display-filters li.j-social-icon:hover,
.juicer-feed ul.j-display-filters li.j-instagram:hover,
.juicer-feed ul.j-display-filters li.j-facebook:hover,
.juicer-feed ul.j-display-filters li.j-twitter:hover,
.juicer-feed ul.j-display-filters li.j-youtube:hover {
  background: none !important;
  border-bottom: none !important;
}

.juicer-feed ul.j-display-filters li.all:hover:after,
.juicer-feed ul.j-display-filters li.j-social-icon:hover:after,
.juicer-feed ul.j-display-filters li.j-instagram:hover:after,
.juicer-feed ul.j-display-filters li.j-facebook:hover:after,
.juicer-feed ul.j-display-filters li.j-twitter:hover:after,
.juicer-feed ul.j-display-filters li.j-youtube:hover:after {
  color: #e9d98e;
}

.juicer-feed .j-display-filters li.all.highlight {
  color: #e9d98e !important;
}

.juicer-feed.slider .slick-arrow,
.juicer-feed.slider .slick-next,
.juicer-feed.slider .slick-prev {
  width: 45px !important;
  height: 45px !important;
  border-radius: 50% !important;
}

.juicer-feed.slider .slick-arrow:before,
.juicer-feed.slider .slick-next:before,
.juicer-feed.slider .slick-prev:before {
  color: rgba(0, 0, 0, 0) !important;
}

.juicer-slider__container .j-text .j-message p {
  color: #ffffff !important;
  font-size: 16px;
  line-height: 1.1;
}

@media (min-width: 506px) {
  .news-events--home__angle + .social-media-wall {
    margin-top: -36px;
  }
}

@media screen and (min-width: 64em) {
  .news-events--home__angle + .social-media-wall {
    margin-top: -72px;
  }
}

.featured-article__angle {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

@media (min-width: 506px) {
  .featured-article__angle {
    margin-top: -36px;
    height: 36px;
  }

  .featured-article__angle:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform: rotate(2deg);
    transform-origin: top left;
  }
}

@media screen and (min-width: 64em) {
  .featured-article__angle {
    margin-top: -72px;
    height: 72px;
  }
}

.featured-article {
  position: relative;
  z-index: 4;
  padding-top: 50px;
}

@media screen and (max-width: 39.9375em) {
  .featured-article {
    margin-bottom: 2em;
  }
}

@media (min-width: 900px) {
  .featured-article {
    transform: translateY(-36px);
  }
}

@media screen and (min-width: 64em) {
  .featured-article {
    transform: translateY(-72px);
  }
}

@media (min-width: 507px) and (max-width: 899px) {
  .featured-article .fourteen-row {
    transform: translateY(-60px);
  }
}

@media (max-width: 899px) {
  .featured-article .fourteen-row {
    max-width: 506px;
    margin-bottom: 0;
  }
}

.featured-article h3 {
  padding-bottom: 0;
  border-bottom: none;
  color: #000;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: calc(52 / 48);
  position: relative;
}

@media screen and (min-width: 40em) {
  .featured-article h3 {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 64em) {
  .featured-article h3 {
    font-size: 3rem;
  }
}

@media (min-width: 900px) {
  .featured-article h3 {
    z-index: 1;
  }

  .featured-article h3:after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    transform: rotate(45deg);
    background-image: linear-gradient(to top right, transparent 0, transparent 40%, white 40%, white 100%);
    z-index: 2;
    position: absolute;
    right: -60px;
    top: calc(50% - 40px);
  }
}

@media (min-width: 900px) {
  .featured-article__text {
    padding-top: 72px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
  }

  .featured-article__text:before, .featured-article__text:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    height: 2px;
    width: 1.25rem;
    background-color: #fff;
  }

  .featured-article__text:before {
    left: 0;
  }

  .featured-article__text:after {
    right: 0;
  }

  .featured-article__text *:last-child {
    margin-bottom: 2em;
  }
}

.featured-article__text .article__date,
.featured-article__text p {
  margin-bottom: 2.25rem;
}

@media screen and (max-width: 39.9375em) {
  .featured-article__image img {
    margin-bottom: 2em;
  }
}

.article__eyebrow,
.article__date {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  color: #7d002e;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.featured-article .article__date {
  color: #aaa808;
}

.latest-article .article__date {
  color: #6E6F70;
}

.latest-article {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .latest-article {
    margin-bottom: 2.1875rem;
  }
}

@media screen and (min-width: 64em) {
  .latest-article {
    margin-bottom: 3.125rem;
  }
}

.latest-article__image,
.latest-article__image img {
  border-radius: 100%;
}

.latest-article__text h3 {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0.75rem;
}

.latest-article__text h3 a {
  color: #4a4a4a;
  text-decoration: none;
}

.latest-article__text h3 a:hover, .latest-article__text h3 a:focus {
  outline: none;
  color: #550D8A;
  text-decoration: underline;
}

.latest-article__text p {
  font-size: 1rem;
  line-height: calc(21 / 16);
  margin-bottom: 0.75rem;
}

.latest-articles {
  margin-bottom: 2.5rem;
}

.latest-articles .views-element-container {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .latest-articles {
    margin-bottom: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .latest-articles {
    margin-bottom: 3.75rem;
  }
}

@media screen and (min-width: 40em) {
  .latest-articles .view-all .columns:last-child {
    position: relative;
  }

  .latest-articles .view-all .columns:last-child:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #f6881f;
    position: relative;
    top: 50%;
  }
}

@media (max-width: 899px) {
  .latest-articles {
    max-width: 506px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 39.9375em) {
  .latest-articles__row {
    display: none;
  }
}

.section--gallery {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.75), rgba(255, 255, 255, 0) 16%, transparent);
  padding-top: 1.875rem;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 40em) {
  .section--gallery {
    padding-top: 3.75rem;
  }
}

@media screen and (min-width: 64em) {
  .section--gallery {
    padding-top: 3.75rem;
  }
}

.section--gallery.engaged {
  z-index: 300;
}

.section--gallery .section__title h2 {
  color: #7d002e;
}

.section--gallery__nav {
  position: relative;
}

@media screen and (max-width: 39.9375em) {
  .section--gallery__nav {
    display: none;
  }
}

.section--gallery__nav:before {
  content: "";
  display: block;
  height: 2px;
  background-color: #f6881f;
  position: absolute;
  top: 50%;
  right: calc(100% - 1.25rem);
  left: -100%;
  z-index: 1;
}

.section--gallery__nav:after {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 1.25rem);
  background-color: #f6881f;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.section--gallery__nav__buttons {
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.section--gallery__nav .gallery--back {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: transparent;
  border: 1px solid #666;
  border-radius: 50%;
  position: relative;
  transition: all 300ms ease-out;
  background-color: #fff;
  border-color: #f6881f;
  margin-right: 1.75rem;
}

.section--gallery__nav .gallery--back:before {
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  background: #666;
  position: absolute;
  top: 23px;
  transform: scaleX(1);
  transition: all 300ms ease-out;
}

.section--gallery__nav .gallery--back:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #666;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 19px;
  transition: all 300ms ease-out;
}

.section--gallery__nav .gallery--back:before {
  right: -1px;
  transform-origin: right;
}

.section--gallery__nav .gallery--back:after {
  transform: rotateZ(-135deg);
  right: 15px;
}

.section--gallery__nav .gallery--back:hover:before {
  transform: scaleX(1.6);
}

.section--gallery__nav .gallery--back:hover:after {
  right: 30px;
}

.section--gallery__nav .gallery--back:before {
  background-color: #f6881f;
}

.section--gallery__nav .gallery--back:after {
  border-color: #f6881f;
}

.section--gallery__nav .gallery--next {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: transparent;
  border: 1px solid #666;
  border-radius: 50%;
  position: relative;
  transition: all 300ms ease-out;
  border-color: #aaa808;
}

.section--gallery__nav .gallery--next:before {
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  background: #666;
  position: absolute;
  top: 23px;
  transform: scaleX(1);
  transition: all 300ms ease-out;
}

.section--gallery__nav .gallery--next:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #666;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 19px;
  transition: all 300ms ease-out;
}

.section--gallery__nav .gallery--next:before {
  left: -1px;
  transform-origin: left;
}

.section--gallery__nav .gallery--next:after {
  transform: rotateZ(45deg);
  left: 15px;
}

.section--gallery__nav .gallery--next:hover:before {
  transform: scaleX(1.6);
}

.section--gallery__nav .gallery--next:hover:after {
  left: 30px;
}

.section--gallery__nav .gallery--next:before {
  background-color: #aaa808;
}

.section--gallery__nav .gallery--next:after {
  border-color: #aaa808;
}

.gallery {
  margin-top: 64px;
  max-height: 840px;
  overflow-x: hidden;
  columns: 288px;
  column-gap: 20px;
  margin-left: 20px;
}

@media (min-width: 1240px) {
  .gallery {
    margin-left: calc(50% - 580px);
  }
}

.gallery a {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  /* Chrome, Safari, Opera */
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
}

.gallery img {
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .gallery {
    display: none;
  }
}

.gallery--columns__slide {
  position: relative;
}

.gallery--columns__slide:after {
  content: "";
  display: block;
  background: transparent url(/themes/ice/assets/img/new-play.svg) no-repeat center center;
  position: absolute;
  z-index: 2;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  opacity: 0.7;
  /*
    font-family: FontAwesome;
    color: rgba(255,255,255,0.5);
    font-size: 140px;
    text-align: center;
    text-shadow: 0 0 4px rgba(0,0,0,0.4);
    */
}

.gallery--columns__slide.gallery__image:after {
  content: "";
  display: none;
}

.gallery--columns__slide:hover:after {
  opacity: 0.9;
}

.gallery--modal--slick {
  max-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .gallery--modal--slick {
    max-height: 90vh;
    margin-top: 2em;
  }
}

.gallery--modal--slick.engaged {
  max-height: 90vh;
  z-index: 12;
  position: fixed;
  top: 10vh;
}

@media (max-width: 360px) {
  .gallery--modal--slick .slick-list {
    padding: 0 1.25em !important;
  }
}

.gallery--modal--slick .gallery--modal__slide {
  opacity: 0.01;
  max-width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .gallery--modal--slick .gallery--modal__slide {
    margin-right: 0;
  }
}

.gallery--modal--slick .gallery--modal__slide.slick-current {
  opacity: 1;
}

.gallery--modal--slick .gallery--modal__slide figure {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-height: 90vh;
}

.gallery--modal--slick .gallery--modal__slide figure img {
  max-height: 66vh;
  width: auto;
}

.gallery--modal--slick .gallery--modal__slide figure > .video-embed-field-responsive-video {
  width: 75vw;
}

.gallery--modal--slick .gallery--modal__slide figcaption {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  color: #fff;
  font-size: 0.875rem;
  line-height: calc(25 / 18);
}

@media screen and (min-width: 40em) {
  .gallery--modal--slick .gallery--modal__slide figcaption {
    font-size: 1rem;
  }
}

@media screen and (min-width: 64em) {
  .gallery--modal--slick .gallery--modal__slide figcaption {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .gallery--modal--slick .gallery--modal__slide figcaption {
    color: #222;
  }
}

@media screen and (min-width: 40em) {
  .gallery--modal--slick .gallery--modal__slide figcaption a {
    color: #ffe96b;
  }
}

.gallery--modal--slick .gallery--modal__slide--video figure {
  width: 560px;
}

.gallery--modal--slick .slick-arrow {
  top: 20%;
}

.gallery--modal--slick .slick-prev {
  left: 20px;
}

.gallery--modal--slick .slick-next {
  right: 20px;
}

@media (min-width: 360px) and (max-width: 639px) {
  .gallery--modal--slick .slick-prev {
    left: 10px;
  }

  .gallery--modal--slick .slick-next {
    right: 10px;
  }
}

@media (max-width: 359px) {
  .gallery--modal--slick .slick-prev {
    left: 0;
  }

  .gallery--modal--slick .slick-next {
    right: 0;
  }
}

.gallery--modal--window {
  display: none;
  background-color: #4a4a4a;
  background-size: 6px 6px !important;
  background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 55%, transparent);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  vertical-align: middle;
  padding: 10vh 10vw;
}

.gallery--modal--window.engaged {
  display: table;
}

.gallery--modal--window__dismiss {
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 2.25rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 13;
}

.gallery--modal--window__dismiss:hover {
  color: #ffe96b;
  background-color: #000;
}

.gallery--modal--window__dismiss i.fa {
  padding: 4px 8px;
  float: right;
}

.content-rows + .section--gallery {
  margin-top: 0;
  padding-top: 0;
  background-image: none;
  box-shadow: none;
}

.ingredients {
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 39.9375em) {
  .ingredients img {
    display: none;
  }
}

@media screen and (min-width: 40em) {
  .ingredients {
    margin-top: 0;
    margin-bottom: -15vw;
  }
}

.featured-luminaries {
  background-image: linear-gradient(white, transparent);
}

.featured-luminaries .section__title h2 {
  text-align: center;
  color: #fff;
  padding: 0 1em;
}

.featured-luminaries .section__title h2 em {
  color: #ffe96b;
}

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

.featured-luminaries__footer .link--squircle--open, .featured-luminaries__footer .alert--site-wide a.btn, .alert--site-wide .featured-luminaries__footer a.btn {
  position: relative;
}

.featured-luminaries__footer .link--squircle--open:hover, .featured-luminaries__footer .alert--site-wide a.btn:hover, .alert--site-wide .featured-luminaries__footer a.btn:hover, .featured-luminaries__footer .link--squircle--open:focus, .featured-luminaries__footer .alert--site-wide a.btn:focus, .alert--site-wide .featured-luminaries__footer a.btn:focus {
  color: #fff;
}

@media screen and (min-width: 40em) {
  .featured-luminaries__footer .link--squircle--open:before, .featured-luminaries__footer .alert--site-wide a.btn:before, .alert--site-wide .featured-luminaries__footer a.btn:before, .featured-luminaries__footer .link--squircle--open:after, .featured-luminaries__footer .alert--site-wide a.btn:after, .alert--site-wide .featured-luminaries__footer a.btn:after {
    content: "";
    display: block;
    height: 1px;
    background-color: rgba(255, 225, 113, 0.24);
    position: absolute;
    top: 50%;
  }

  .featured-luminaries__footer .link--squircle--open:before, .featured-luminaries__footer .alert--site-wide a.btn:before, .alert--site-wide .featured-luminaries__footer a.btn:before {
    right: 105%;
    left: -200px;
  }

  .featured-luminaries__footer .link--squircle--open:after, .featured-luminaries__footer .alert--site-wide a.btn:after, .alert--site-wide .featured-luminaries__footer a.btn:after {
    left: 105%;
    right: -200px;
  }
}

@media screen and (min-width: 64em) {
  .featured-luminaries__footer .link--squircle--open:before, .featured-luminaries__footer .alert--site-wide a.btn:before, .alert--site-wide .featured-luminaries__footer a.btn:before {
    left: -260px;
  }

  .featured-luminaries__footer .link--squircle--open:after, .featured-luminaries__footer .alert--site-wide a.btn:after, .alert--site-wide .featured-luminaries__footer a.btn:after {
    right: -260px;
  }
}

.luminary {
  width: 280px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 30px;
  position: relative;
}

.luminary:focus {
  outline: 0;
}

@media (min-width: 460px) {
  .luminary {
    width: 360px;
  }
}

.luminary__image {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.luminary__text {
  position: relative;
  text-align: center;
  padding: 2.625rem 3rem 1.875rem;
}

.luminary__text:before {
  content: "";
  display: block;
  background: #fff;
  width: 88px;
  height: 88px;
  border-radius: 44px;
  position: absolute;
  top: -48px;
  left: calc(50% - 44px);
}

.luminary__text:after {
  content: "\201C";
  display: block;
  font-family: "miller-text", Georgia, serif;
  color: #f6881f;
  font-size: 80px;
  position: absolute;
  top: -34px;
  left: calc(50% - 15px);
}

.luminary__quote {
  font-style: italic;
  position: relative;
  font-size: 1rem;
  margin-top: 10px;
}

.luminary__quote p {
  font-size: 1rem;
}

.luminary__name, .luminary__title {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
}

.luminary__name {
  color: #7d002e;
  font-size: 0.9375rem;
}

.luminary__title {
  color: #f6881f;
  font-size: 0.6875rem;
}

.luminary {
  opacity: 0.2;
}

.luminary.slick-center {
  opacity: 1;
  transform: scale(1.1);
}

.luminary.slick-center:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border: 2px solid #f6881f;
  border-radius: 16px;
}

.luminaries-slick .slick-track {
  padding: 3.75rem 0.5625rem;
}

.luminaries-slick .slick-arrow {
  border-color: #fff !important;
}

.luminaries-slick .slick-arrow:before {
  background: #fff;
}

.luminaries-slick .slick-arrow:after {
  border-color: #fff;
}

.luminaries-slick .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

@media (max-width: 600px) {
  .luminaries-slick .slick-arrow {
    top: 50%;
    /*
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #666;
  border-radius: 50%;
  position: relative;
  transition: all 300ms ease-out;
  &:before {
    content: "";
    display: block;
    height: 1px;
    width: 15px;
    background: #666;
    position: absolute;
    top: 12px;
    transform: scaleX(1);
    transition: all 300ms ease-out;
  }
  &:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #666;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: 9px;
    transition: all 300ms ease-out;
  }
*/
    display: block;
    width: 40px;
    height: 40px;
    border-color: #f6881f !important;
  }

  .luminaries-slick .slick-arrow:before {
    background: #f6881f;
  }

  .luminaries-slick .slick-arrow:after {
    border-color: #f6881f;
  }

  .luminaries-slick .slick-arrow:hover {
    background-color: transparent;
  }
}

.luminaries-slick .slick-prev {
  left: 75px;
}

@media (max-width: 600px) {
  .luminaries-slick .slick-prev {
    background-image: url(/themes/ice/assets/img/sm-arrow--left.svg);
    /*
  &:before {
    right: -1px;
    transform-origin: right;
  }
  &:after {
    transform: rotateZ(-135deg);
    right: 7px;
  }
  &:hover {
    &:before {
      transform: scaleX(1.4);
    }
    &:after {
      right: 13px;
    }
  }
*/
    border-radius: 0;
    left: 0;
    border-color: #fff !important;
  }

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

  .luminaries-slick .slick-prev:hover {
    background-color: #fff;
    border-color: #f6881f !important;
  }
}

.luminaries-slick .slick-next {
  right: 75px;
}

@media (max-width: 600px) {
  .luminaries-slick .slick-next {
    background-image: url(/themes/ice/assets/img/sm-arrow--right.svg);
    /*
  &:before {
    left: -1px;
    transform-origin: left;
  }
  &:after {
    transform: rotateZ(45deg);
    left: 7px;
  }
  &:hover {
    &:before {
      transform: scaleX(1.4);
    }
    &:after {
      left: 13px;
    }
  }
*/
    border-radius: 0;
    right: 0;
    border-color: #fff !important;
  }

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

  .luminaries-slick .slick-next:hover {
    background-color: #fff;
    border-color: #f6881f !important;
  }
}

/*
.luminaries-slick {
  @media (max-width: 600px) {
    position: relative;
    &:before,
    &:after {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      background-color: #fff;
      position: absolute;
      top: calc(50% - 30px);
      z-index: 1;
    }
    &:before {
      left: 0;
    }
    &:after {
      right: 0;
    }
  }
}
*/
.featured-luminaries {
  position: relative;
  padding-top: 2em;
  padding-bottom: 2em;
  z-index: 2;
}

@media screen and (min-width: 40em) {
  .featured-luminaries {
    margin-top: -7vw;
    padding-top: 10vw;
    padding-bottom: 8vw;
  }
}

.featured-luminaries__bg {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(74, 74, 74, 0.88);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7), inset 0 -7px 9px -7px rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .featured-luminaries__bg {
    transform: skewY(3deg);
  }
}

.featured-luminaries__bg:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -50%;
  right: 0;
  bottom: -50%;
  left: 0;
  transform: skewY(-3deg);
  background-size: 6px 6px !important;
  background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 55%, transparent);
}

.cta-banner--large__image {
  position: relative;
}

.cta-banner--large__image img {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 39.9375em) {
  .cta-banner--large__image {
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 40em) {
  .cta-banner--large__image {
    z-index: 1;
    margin-top: -33vw;
  }

  .cta-banner--large__image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(white, transparent, transparent, white);
  }
}

@media screen and (min-width: 64em) {
  .cta-banner--large__image {
    margin-top: -50vw;
  }
}

.cta-banner--large {
  z-index: 3;
  position: relative;
}

@media screen and (min-width: 40em) {
  .cta-banner--large {
    margin-top: -8vw;
  }
}

@media screen and (min-width: 64em) {
  .cta-banner--large {
    margin-top: -2vw;
  }
}

.cta-banner--large h2 {
  font-size: 1.75rem;
}

@media screen and (min-width: 40em) {
  .cta-banner--large h2 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 64em) {
  .cta-banner--large h2 {
    font-size: 4.0625rem;
  }
}

.cta-banner--large h3.subhead {
  padding-bottom: 0;
  border-bottom: none;
  font-family: "miller-text", Georgia, serif;
  color: #7d002e;
  font-style: italic;
  font-weight: normal;
  font-size: 1.25rem;
}

@media screen and (min-width: 40em) {
  .cta-banner--large h3.subhead {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 64em) {
  .cta-banner--large h3.subhead {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .cta-banner--large .classes--pro {
    margin-bottom: 2em;
  }
}

.cta-banner--large .classes--pro h3 {
  color: #D51C29;
  padding-bottom: 0;
  border-bottom: none;
}

.cta-banner--large .classes--pro .link--squircle--solid, .cta-banner--large .classes--pro .btn--light, .cta-banner--large .classes--pro .btn, .cta-banner--large .classes--pro #user-login button, #user-login .cta-banner--large .classes--pro button, .cta-banner--large .classes--pro .profile button, .profile .cta-banner--large .classes--pro button, .cta-banner--large .classes--pro .page-search #main .search-form button, .page-search #main .search-form .cta-banner--large .classes--pro button, .cta-banner--large .classes--pro .related-news__link a, .related-news__link .cta-banner--large .classes--pro a, .cta-banner--large .classes--pro .filters__faculty--listing .form-actions input:nth-of-type(1), .filters__faculty--listing .form-actions .cta-banner--large .classes--pro input:nth-of-type(1), .cta-banner--large .classes--pro .filters__event--listing .form-actions input:nth-of-type(1), .filters__event--listing .form-actions .cta-banner--large .classes--pro input:nth-of-type(1), .cta-banner--large .classes--pro .blog--comments input.form-submit, .blog--comments .cta-banner--large .classes--pro input.form-submit,
.cta-banner--large .classes--pro .page--comment input.form-submit, .page--comment .cta-banner--large .classes--pro input.form-submit {
  background-color: #7d002e;
  text-transform: uppercase;
}

.cta-banner--large .classes--pro .link--squircle--solid {
  background-color: #D51C29;
}

.cta-banner--large .classes--pro .link--squircle--solid:focus, .cta-banner--large .classes--pro .btn--light:focus, .cta-banner--large .classes--pro .btn:focus, .cta-banner--large .classes--pro #user-login button:focus, #user-login .cta-banner--large .classes--pro button:focus, .cta-banner--large .classes--pro .profile button:focus, .profile .cta-banner--large .classes--pro button:focus, .cta-banner--large .classes--pro .page-search #main .search-form button:focus, .page-search #main .search-form .cta-banner--large .classes--pro button:focus, .cta-banner--large .classes--pro .related-news__link a:focus, .related-news__link .cta-banner--large .classes--pro a:focus, .cta-banner--large .classes--pro .filters__faculty--listing .form-actions input:focus:nth-of-type(1), .filters__faculty--listing .form-actions .cta-banner--large .classes--pro input:focus:nth-of-type(1), .cta-banner--large .classes--pro .filters__event--listing .form-actions input:focus:nth-of-type(1), .filters__event--listing .form-actions .cta-banner--large .classes--pro input:focus:nth-of-type(1), .cta-banner--large .classes--pro .blog--comments input.form-submit:focus, .blog--comments .cta-banner--large .classes--pro input.form-submit:focus,
.cta-banner--large .classes--pro .page--comment input.form-submit:focus, .page--comment .cta-banner--large .classes--pro input.form-submit:focus, .cta-banner--large .classes--pro .link--squircle--solid:hover, .cta-banner--large .classes--pro .btn--light:hover, .cta-banner--large .classes--pro .btn:hover, .cta-banner--large .classes--pro #user-login button:hover, #user-login .cta-banner--large .classes--pro button:hover, .cta-banner--large .classes--pro .profile button:hover, .profile .cta-banner--large .classes--pro button:hover, .cta-banner--large .classes--pro .page-search #main .search-form button:hover, .page-search #main .search-form .cta-banner--large .classes--pro button:hover, .cta-banner--large .classes--pro .related-news__link a:hover, .related-news__link .cta-banner--large .classes--pro a:hover, .cta-banner--large .classes--pro .filters__faculty--listing .form-actions input:hover:nth-of-type(1), .filters__faculty--listing .form-actions .cta-banner--large .classes--pro input:hover:nth-of-type(1), .cta-banner--large .classes--pro .filters__event--listing .form-actions input:hover:nth-of-type(1), .filters__event--listing .form-actions .cta-banner--large .classes--pro input:hover:nth-of-type(1), .cta-banner--large .classes--pro .blog--comments input.form-submit:hover, .blog--comments .cta-banner--large .classes--pro input.form-submit:hover,
.cta-banner--large .classes--pro .page--comment input.form-submit:hover, .page--comment .cta-banner--large .classes--pro input.form-submit:hover {
  background-color: #4a001b;
}

@media (max-width: 800px) {
  .cta-banner--large .classes--rec {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 39.9375em) {
  .cta-banner--large .classes--rec {
    margin-bottom: 2em;
  }
}

.cta-banner--large .classes--rec h3 {
  color: #D51C29;
  padding-bottom: 0;
  border-bottom: none;
}

.cta-banner--large .classes--rec .link--squircle--solid, .cta-banner--large .classes--rec .btn--light, .cta-banner--large .classes--rec .btn, .cta-banner--large .classes--rec #user-login button, #user-login .cta-banner--large .classes--rec button, .cta-banner--large .classes--rec .profile button, .profile .cta-banner--large .classes--rec button, .cta-banner--large .classes--rec .page-search #main .search-form button, .page-search #main .search-form .cta-banner--large .classes--rec button, .cta-banner--large .classes--rec .related-news__link a, .related-news__link .cta-banner--large .classes--rec a, .cta-banner--large .classes--rec .filters__faculty--listing .form-actions input:nth-of-type(1), .filters__faculty--listing .form-actions .cta-banner--large .classes--rec input:nth-of-type(1), .cta-banner--large .classes--rec .filters__event--listing .form-actions input:nth-of-type(1), .filters__event--listing .form-actions .cta-banner--large .classes--rec input:nth-of-type(1), .cta-banner--large .classes--rec .blog--comments input.form-submit, .blog--comments .cta-banner--large .classes--rec input.form-submit,
.cta-banner--large .classes--rec .page--comment input.form-submit, .page--comment .cta-banner--large .classes--rec input.form-submit {
  text-transform: uppercase;
}

.cta-banner--small {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #333;
  background-size: cover;
  background-position: center;
}

.cta-banner--small.engaged {
  z-index: 7;
  overflow: visible;
}

@media (min-width: 800px) {
  .cta-banner--small:before, .cta-banner--small:after {
    position: absolute;
    z-index: 3;
    height: 50%;
    width: 200%;
    background-color: #fff;
    display: block;
    content: "";
  }

  .cta-banner--small:before {
    top: -50%;
    left: 0;
    transform-origin: left bottom;
    transform: rotateZ(3deg);
  }

  .cta-banner--small:after {
    bottom: -40%;
    right: -10px;
    transform-origin: top right;
    transform: rotateZ(3deg);
  }
}

.cta-banner--small__image__narrow {
  width: 100%;
}

@media (min-width: 800px) {
  .cta-banner--small__image__narrow {
    display: none;
  }
}

.cta-banner--small__text {
  padding: 12em 2em 2em;
  background-image: linear-gradient(rgba(38, 38, 38, 0.17), rgba(38, 38, 38, 0.87));
}

.cta-banner--small__text__title h2,
.cta-banner--small__text__desc * {
  color: #fff;
}

.cta-banner--small__text .link--squircle--open, .cta-banner--small__text .alert--site-wide a.btn, .alert--site-wide .cta-banner--small__text a.btn {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}

.cta-banner--small__text .link--squircle--open:hover, .cta-banner--small__text .alert--site-wide a.btn:hover, .alert--site-wide .cta-banner--small__text a.btn:hover {
  color: #fff;
}

.cta-banner--small__text .link--squircle--solid, .cta-banner--small__text .btn--light, .cta-banner--small__text .btn, .cta-banner--small__text #user-login button, #user-login .cta-banner--small__text button, .cta-banner--small__text .profile button, .profile .cta-banner--small__text button, .cta-banner--small__text .page-search #main .search-form button, .page-search #main .search-form .cta-banner--small__text button, .cta-banner--small__text .related-news__link a, .related-news__link .cta-banner--small__text a, .cta-banner--small__text .filters__faculty--listing .form-actions input:nth-of-type(1), .filters__faculty--listing .form-actions .cta-banner--small__text input:nth-of-type(1), .cta-banner--small__text .filters__event--listing .form-actions input:nth-of-type(1), .filters__event--listing .form-actions .cta-banner--small__text input:nth-of-type(1), .cta-banner--small__text .blog--comments input.form-submit, .blog--comments .cta-banner--small__text input.form-submit,
.cta-banner--small__text .page--comment input.form-submit, .page--comment .cta-banner--small__text input.form-submit {
  color: #000;
  background-color: #fff;
}

.cta-banner--small__text .link--squircle--solid:focus, .cta-banner--small__text .btn--light:focus, .cta-banner--small__text .btn:focus, .cta-banner--small__text #user-login button:focus, #user-login .cta-banner--small__text button:focus, .cta-banner--small__text .profile button:focus, .profile .cta-banner--small__text button:focus, .cta-banner--small__text .page-search #main .search-form button:focus, .page-search #main .search-form .cta-banner--small__text button:focus, .cta-banner--small__text .related-news__link a:focus, .related-news__link .cta-banner--small__text a:focus, .cta-banner--small__text .filters__faculty--listing .form-actions input:focus:nth-of-type(1), .filters__faculty--listing .form-actions .cta-banner--small__text input:focus:nth-of-type(1), .cta-banner--small__text .filters__event--listing .form-actions input:focus:nth-of-type(1), .filters__event--listing .form-actions .cta-banner--small__text input:focus:nth-of-type(1), .cta-banner--small__text .blog--comments input.form-submit:focus, .blog--comments .cta-banner--small__text input.form-submit:focus,
.cta-banner--small__text .page--comment input.form-submit:focus, .page--comment .cta-banner--small__text input.form-submit:focus, .cta-banner--small__text .link--squircle--solid:hover, .cta-banner--small__text .btn--light:hover, .cta-banner--small__text .btn:hover, .cta-banner--small__text #user-login button:hover, #user-login .cta-banner--small__text button:hover, .cta-banner--small__text .profile button:hover, .profile .cta-banner--small__text button:hover, .cta-banner--small__text .page-search #main .search-form button:hover, .page-search #main .search-form .cta-banner--small__text button:hover, .cta-banner--small__text .related-news__link a:hover, .related-news__link .cta-banner--small__text a:hover, .cta-banner--small__text .filters__faculty--listing .form-actions input:hover:nth-of-type(1), .filters__faculty--listing .form-actions .cta-banner--small__text input:hover:nth-of-type(1), .cta-banner--small__text .filters__event--listing .form-actions input:hover:nth-of-type(1), .filters__event--listing .form-actions .cta-banner--small__text input:hover:nth-of-type(1), .cta-banner--small__text .blog--comments input.form-submit:hover, .blog--comments .cta-banner--small__text input.form-submit:hover,
.cta-banner--small__text .page--comment input.form-submit:hover, .page--comment .cta-banner--small__text input.form-submit:hover {
  background-color: #e6e6e6;
}

@media (min-width: 800px) {
  .cta-banner--small__text {
    width: 50%;
    padding: 12em 2em 8em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 600px;
  }
}

@media screen and (min-width: 64em) {
  .cta-banner--small__text {
    padding: 27.5rem 7.5rem 18.75rem;
  }
}

.cta-banner--small__video {
  display: none;
  background-color: rgba(20, 0, 7, 0.9);
  box-shadow: inset 0 0 80px #28000f;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  vertical-align: middle;
  padding: 10vh 10vw;
}

.cta-banner--small__video.engaged {
  display: table;
}

.cta-banner--small__video__dismiss {
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  font-size: 2.25rem;
  position: absolute;
  top: 5vh;
  right: 5vw;
}

.cta-banner--small__video__dismiss:hover {
  color: #ffe96b;
}

/*
.cta-banner--small__video {
  position:fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(40,0,15,0.8);
  z-index: 100;
  padding: 10%;
}
*/
.news-events--home .section__title h2 em {
  color: #aaa808;
}

@media (max-width: 899px) {
  .news-events--home .section__title {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 900px) {
  .news-events--home .section__title {
    display: none;
  }
}
.diced-banner {
  margin: 50px 0;
}
.featured-news {
  position: relative;
  background: #333;
  color: #fff;
}

@media (min-width: 900px) {
  .featured-news {
    margin-right: 1.875rem;
    max-width: 50%;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}

.featured-news__photo {
  position: relative;
  z-index: 5;
}

.featured-news__photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5));
  z-index: 5;
}

@media (min-width: 900px) {
  .featured-news__photo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.featured-news__photo img {
  object-fit: cover;
  vertical-align: middle;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (min-width: 900px) and (max-width: 1400px) {
  .featured-news__photo img {
    max-width: auto;
  }
}

.featured-news .row {
  position: absolute;
  bottom: 0;
  z-index: 6;
}

@media (min-width: 900px) {
  .featured-news .row {
    -ms-flex-align: center;
    align-items: center;
    bottom: 48px;
    width: 100%;
  }
}

@media (min-width: 900px) {
  .featured-news .shrink {
    -ms-flex-order: 2;
    order: 2;
    margin-right: 1.25rem;
  }
}

@media (max-width: 899px) {
  .featured-news {
    margin-bottom: 2em;
  }

  .featured-news .columns {
    width: 100%;
  }
}

.featured-news__title h3 {
  padding-bottom: 0;
  border-bottom: none;
}

.featured-news__title h3 a {
  color: #fff;
  text-decoration: none;
}

.featured-news__title h3 a:hover, .featured-news__title h3 a:focus {
  outline: none;
  color: #f6881f;
}

@media (min-width: 900px) {
  .featured-news > .row > .columns.shrink {
    max-width: 150px;
  }
}

.featured-news__date {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  position: relative;
}

.featured-news__date .date__day {
  color: #fff;
  font-size: 40px;
  line-height: 1;
}

@media screen and (max-width: 39.9375em) {
  .featured-news__date .date__day {
    display: block;
  }
}

.featured-news__date .date__month,
.featured-news__date .date__year {
  font-size: 14px;
}

.featured-news__date .date__month {
  color: #fff;
  text-transform: uppercase;
}

.featured-news__date .date__year {
  color: #f6881f;
  position: relative;
  margin-top: -2px;
}

@media screen and (max-width: 39.9375em) {
  .featured-news__date {
    max-width: 90px;
    padding-bottom: 6px;
    border-bottom: 1px solid #f6881f;
    margin-left: 0 !important;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 40em) {
  .featured-news__date {
    width: 100%;
    border: 3px solid #f6881f;
    border-radius: 8px;
    padding: 12px;
    position: relative;
  }

  .featured-news__date::before, .featured-news__date::after {
    content: ' ';
    display: table;
  }

  .featured-news__date::after {
    clear: both;
  }

  .featured-news__date .date__day {
    font-size: 75px;
    min-width: 66%;
    float: right;
  }

  .featured-news__date .date__month,
  .featured-news__date .date__year {
    display: block;
    text-align: left;
    margin: 0;
    float: left;
    width: 30%;
    position: relative;
  }

  .featured-news__date .date__month {
    margin-top: 36px;
  }
}

@media (min-width: 900px) and (max-width: 1049px) {
  .featured-news .columns.medium-order-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .featured-news .columns.medium-order-1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 1050px) and (max-width: 1199px) {
  .featured-news .columns.medium-order-2 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }

  .featured-news .columns.medium-order-1 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .featured-news .columns.medium-order-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }

  .featured-news .columns.medium-order-1 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
}

.news-events--home__tabs .tabs__content .tabs__title,
.news-events--home__tabs .tabs__content h3 {
  color: #7d002e;
  padding-bottom: 0;
  border-bottom: none;
  border-bottom: 2px solid #7d002e;
}

@media (min-width: 900px) {
  .news-events--home__tabs .tabs__content .tabs__title,
  .news-events--home__tabs .tabs__content h3 {
    display: none;
  }
}

.news-events--home__tabs .tabs__content article {
  margin-bottom: 0.625rem;
}

@media (min-width: 900px) {
  .news-events--home__tabs .tabs__content article {
    margin-bottom: 0;
  }
}

.news-events--home__tabs .tabs__content article:last-of-type {
  margin-bottom: 1.5rem;
}

.news-events--home__tabs .tabs__content article:last-child {
  margin-bottom: 2.875rem;
}

.news-events--home__tabs .tabs__content .link--squircle--solid, .news-events--home__tabs .tabs__content .btn--light, .news-events--home__tabs .tabs__content .btn, .news-events--home__tabs .tabs__content #user-login button, #user-login .news-events--home__tabs .tabs__content button, .news-events--home__tabs .tabs__content .profile button, .profile .news-events--home__tabs .tabs__content button, .news-events--home__tabs .tabs__content .page-search #main .search-form button, .page-search #main .search-form .news-events--home__tabs .tabs__content button, .news-events--home__tabs .tabs__content .related-news__link a, .related-news__link .news-events--home__tabs .tabs__content a, .news-events--home__tabs .tabs__content .filters__faculty--listing .form-actions input:nth-of-type(1), .filters__faculty--listing .form-actions .news-events--home__tabs .tabs__content input:nth-of-type(1), .news-events--home__tabs .tabs__content .filters__event--listing .form-actions input:nth-of-type(1), .filters__event--listing .form-actions .news-events--home__tabs .tabs__content input:nth-of-type(1), .news-events--home__tabs .tabs__content .blog--comments input.form-submit, .blog--comments .news-events--home__tabs .tabs__content input.form-submit,
.news-events--home__tabs .tabs__content .page--comment input.form-submit, .page--comment .news-events--home__tabs .tabs__content input.form-submit {
  text-transform: uppercase;
  position: relative;
  z-index: 4;
}

@media (max-width: 899px) {
  .news-events--home__tabs .tabs__content .link--squircle--solid, .news-events--home__tabs .tabs__content .btn--light, .news-events--home__tabs .tabs__content .btn, .news-events--home__tabs .tabs__content #user-login button, #user-login .news-events--home__tabs .tabs__content button, .news-events--home__tabs .tabs__content .profile button, .profile .news-events--home__tabs .tabs__content button, .news-events--home__tabs .tabs__content .page-search #main .search-form button, .page-search #main .search-form .news-events--home__tabs .tabs__content button, .news-events--home__tabs .tabs__content .related-news__link a, .related-news__link .news-events--home__tabs .tabs__content a, .news-events--home__tabs .tabs__content .filters__faculty--listing .form-actions input:nth-of-type(1), .filters__faculty--listing .form-actions .news-events--home__tabs .tabs__content input:nth-of-type(1), .news-events--home__tabs .tabs__content .filters__event--listing .form-actions input:nth-of-type(1), .filters__event--listing .form-actions .news-events--home__tabs .tabs__content input:nth-of-type(1), .news-events--home__tabs .tabs__content .blog--comments input.form-submit, .blog--comments .news-events--home__tabs .tabs__content input.form-submit,
  .news-events--home__tabs .tabs__content .page--comment input.form-submit, .page--comment .news-events--home__tabs .tabs__content input.form-submit {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 899px) {
  .news-events--home__tabs .tabs__content .tabs__content__itself {
    display: none;
  }
}

@media (min-width: 900px) {
  .news-events--home__tabs .tabs__content .tabs__content__itself {
    display: block !important;
  }
}

@media (max-width: 899px) {
  .news-events--home__tabs .tabs__content {
    margin-bottom: 18px;
  }

  .news-events--home__tabs .tabs__content .tabs__title {
    font-size: 1.5rem;
    font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #7d002e;
    width: 100%;
    text-align: left;
    border: none;
    border-radius: 10px;
    padding: 10px 50px 10px 15px;
    position: relative;
    transition: color 300ms ease, background-color 300ms ease;
  }

  .news-events--home__tabs .tabs__content .tabs__title:hover, .news-events--home__tabs .tabs__content .tabs__title:focus {
    outline: none;
    background-color: #d51c29;
  }

  .news-events--home__tabs .tabs__content .tabs__title:after {
    content: "\f067";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 22px;
    width: 22px;
    right: 15px;
    margin: auto;
  }

  .news-events--home__tabs .tabs__content .tabs__title.engaged {
    color: #7d002e;
    background-color: #fff;
  }

  .news-events--home__tabs .tabs__content .tabs__title.engaged:after {
    content: "\f068";
    color: #7d002e;
  }

  .news-events--home__tabs .tabs__content .tabs__title.engaged:hover, .news-events--home__tabs .tabs__content .tabs__title.engaged:focus {
    color: #d51c29;
  }

  .news-events--home__tabs .tabs__content .tabs__title.engaged:hover:after, .news-events--home__tabs .tabs__content .tabs__title.engaged:focus:after {
    color: #d51c29;
  }

  .news-events--home__tabs .tabs__content .tabs__content__itself {
    border-top: 2px solid #7d002e;
    padding-top: 1.125rem;
  }
}

@media (max-width: 899px) {
  .news-events--home__tabs {
    padding-bottom: 3em;
  }
}

@media (min-width: 900px) {
  .news-events--home__tabs {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding-top: 2em;
  }

  .news-events--home__tabs .tabs__title {
    display: none;
  }
}

@media (min-width: 1000px) {
  .news-events--home__tabs {
    padding-top: 4em;
  }
}

.news-events--home__tabs h2 {
  font-size: 1.75rem;
}

@media screen and (min-width: 40em) {
  .news-events--home__tabs h2 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 64em) {
  .news-events--home__tabs h2 {
    font-size: 3.75rem;
  }
}

.news-events--home__tabs h2 em {
  color: #aaa808;
  font-family: "miller-text", Georgia, serif;
}

@media (max-width: 899px) {
  .news-events--home__tabs h2 {
    display: none;
  }
}

@media (min-width: 900px) and (max-width: 1100px) {
  .news-events--home__tabs h2 {
    margin-bottom: 12px;
  }
}

@media (max-width: 600px) {
  .news-events--home__tabs {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.news-events--home__tabs .tabs__content__itself {
  padding-bottom: 1.125rem;
}

@media (max-width: 400px) {
  .news-events--home__tabs article.row > .columns {
    width: 100% !important;
    max-width: 100% !important;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 0;
    margin-bottom: 0.5em;
  }
}

.news-events--home__source-icon {
  margin-bottom: 1rem;
}

.news-events--home__date {
  background: #9a9a9a;
  border-radius: 6px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 9px;
  color: #fff;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  width: 100px;
}

.news-events--home__date::before, .news-events--home__date::after {
  content: ' ';
  display: table;
}

.news-events--home__date::after {
  clear: both;
}

.news-events--home__date .date__day {
  float: left;
  font-size: 2em;
  line-height: 1;
  min-width: 35%;
}

.news-events--home__date .date__month,
.news-events--home__date .date__year {
  float: right;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
}

.news-events--home__title h4 {
  margin-bottom: 0;
}

.news-events--home__title h4 a {
  text-decoration: none;
  color: #6E6F70;
}

.news-events--home__title h4 a:hover, .news-events--home__title h4 a:focus {
  outline: none;
  color: #4a4a4a;
}

.news-events--home {
  z-index: 4;
  padding-bottom: 36px;
}

@media (min-width: 506px) {
  .news-events--home {
    padding-bottom: 0;
    margin-bottom: -36px;
  }
}

@media (min-width: 900px) {
  .news-events--home {
    margin-top: -10vw;
  }
}

@media screen and (min-width: 64em) {
  .news-events--home {
    margin-bottom: -72px;
  }
}

.news-events--home__angle {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

@media (min-width: 506px) {
  .news-events--home__angle {
    height: 36px;
  }

  .news-events--home__angle:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    right: 0;
    background-color: #fff;
    transform: rotate(2deg);
    transform-origin: bottom right;
  }
}

@media screen and (min-width: 64em) {
  .news-events--home__angle {
    height: 72px;
  }
}

.body-paragraph {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #fff;
  position: relative;
}

@media screen and (min-width: 40em) {
  .body-paragraph {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

@media screen and (min-width: 64em) {
  .body-paragraph {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}

.body-paragraph h2 {
  color: #7d002e;
  font-size: 1.5rem;
}

@media screen and (min-width: 40em) {
  .body-paragraph h2 {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 64em) {
  .body-paragraph h2 {
    font-size: 3.125rem;
  }
}

.body-paragraph__desc {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  .body-paragraph__desc {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 64em) {
  .body-paragraph__desc {
    font-size: 1.25rem;
  }
}

.body-paragraph__list li {
  color: #4a4a4a;
}

.body-paragraph__list li a {
  color: #7d002e;
  text-decoration: none;
}

.body-paragraph__list li a:hover, .body-paragraph__list li a:focus {
  outline: none;
  color: #aaa808;
}

.body-paragraph .link--round-arrow {
  color: #f6881f;
}

.body-paragraph .link--round-arrow:after {
  color: #f6881f;
}

.body-paragraph .link--round-arrow:hover, .body-paragraph .link--round-arrow:focus {
  color: #7d002e;
}

.body-paragraph .link--round-arrow:hover:after, .body-paragraph .link--round-arrow:focus:after {
  color: #7d002e;
}

ul.row.body-paragraph__list li {
  list-style: none;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  position: relative;
  padding-left: 2.5rem;
}

@media screen and (min-width: 40em) {
  ul.row.body-paragraph__list li {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media screen and (min-width: 64em) {
  ul.row.body-paragraph__list li {
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
  }
}

ul.row.body-paragraph__list li:before {
  content: "\2022";
  display: inline-block;
  position: absolute;
  left: 1.25em;
}

.section--gallery + .body-paragraph {
  background-position: top bottom;
  background-repeat: no-repeat;
  background-image: url(/themes/ice/assets/img/ICE_Ingredients_whiteBG.svg);
  padding-top: 42vw;
  background-color: transparent;
}

@media screen and (min-width: 64em) {
  .section--gallery + .body-paragraph {
    padding-top: 33vw;
  }
}

.no-overflow .section--gallery + .body-paragraph {
  background-image: none;
}

.section--gallery + .body-paragraph {
  margin-top: -12vw;
  position: relative;
  z-index: 2;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section--gallery + .body-paragraph {
    margin-top: -40vw !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section--gallery + .body-paragraph h2 {
    margin-top: 450px;
  }
}

@media (min-width: 1300px) {
  .section--gallery + .body-paragraph .section--teasers__header {
    margin-top: -6vw;
  }
}

.body-paragraph:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.body-paragraph:last-child > .row:last-child {
  border-bottom: 8px solid #FCEac9;
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .body-paragraph:last-child > .row:last-child {
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
}

.body-paragraph:last-child > .row:last-child:before, .body-paragraph:last-child > .row:last-child:after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
}

.body-paragraph:last-child > .row:last-child:before {
  left: 0;
}

.body-paragraph:last-child > .row:last-child:after {
  right: 0;
}

/* Section Combinations */
.checkerboard + .blog--teasers + .body-paragraph {
  /* When Blog teasers are followed by checkerboards they are white
     so to avoide extra space when white follows white remove the padding top here.
  */
  padding-top: 0;
}

.schedule-tuition {
  padding-top: 1.875rem;
}

@media screen and (min-width: 40em) {
  .schedule-tuition {
    padding-top: 3.75rem;
  }
}

@media screen and (min-width: 64em) {
  .schedule-tuition {
    padding-top: 5.625rem;
  }
}
.schedule-tuition h3 {
  padding-bottom: 0;
  border-bottom: none;
  color: #7d002e;
  font-size: 1.875rem;
  padding-left: 20px;
}
.schedule-tuition .section__desc {
  position: relative;
}

.schedule-tuition .section__desc:before {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background-color: #F98427;
  position: absolute;
  left: 0;
  top: -2em;
}

@media screen and (min-width: 40em) {
  .schedule-tuition .section__desc:before {
    top: -2.5em;
  }
}

.schedule-tuition .columns {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .schedule-tuition .columns {
    margin-bottom: 2.5rem;
  }
}

.schedule-tuition__card {
  border-radius: 10px;
  height: 100%;
  border: 1px solid #F98427;
  overflow: hidden;
}

.schedule-tuition__card .schedule-tuition__card__toggle {
  width: 100%;
  background-color: #F98427;
  border-radius: 0;
  border: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

.schedule-tuition__card .schedule-tuition__card__toggle h3 {
  font-size: 1.125rem;
  color: #fff;
  padding-bottom: 0;
  border-bottom: none;
  margin: 0;
  padding: 1.875rem 2.5rem 1.75rem 1.75rem;
}

@media screen and (max-width: 39.9375em) {
  .schedule-tuition__card .schedule-tuition__card__toggle h3 {
    padding: 0.625rem 2.5rem 0.625rem 1.75rem;
  }
}

.schedule-tuition__card__body {
  padding: 1.75rem;
}

.schedule-tuition__card__body * {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 0.9375rem;
}

.schedule-tuition__card__body p {
  margin-bottom: 0.5em;
}

.schedule-tuition__card__body ul {
  list-style-position: outside;
  margin-left: 1em;
}

.schedule-tuition__card__body li {
  margin-left: 0.25em;
}

.schedule-tuition__highlight {
  border: none;
  background-color: #4a4a4a;
  background-size: 6px 6px !important;
  background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 55%, transparent);
  padding: 1.75rem;
}

.schedule-tuition__highlight h3 {
  color: #e9d98e;
  padding-bottom: 0;
  border-bottom: none;
}

.schedule-tuition__highlight__body * {
  color: #fff;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 0.9375rem;
}

@media screen and (max-width: 39.9375em) {
  .schedule-tuition__card .schedule-tuition__card__toggle h3 {
    position: relative;
    cursor: pointer;
  }

  .schedule-tuition__card .schedule-tuition__card__toggle h3:after {
    content: "\f067";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 26px;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 22px;
    width: 22px;
    right: 15px;
    margin: auto;
  }

  .schedule-tuition__card .schedule-tuition__card__toggle:hover h3,
  .schedule-tuition__card .schedule-tuition__card__toggle:focus h3 {
    color: #ffe96b;
  }

  .schedule-tuition__card .schedule-tuition__card__toggle:hover h3:after,
  .schedule-tuition__card .schedule-tuition__card__toggle:focus h3:after {
    color: #ffe96b;
  }

  .schedule-tuition__card__body {
    display: none;
  }
}

@media screen and (min-width: 40em) {
  .schedule-tuition__card__body {
    display: block !important;
  }
}

.section--three-col {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

@media screen and (min-width: 40em) {
  .section--three-col {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

@media screen and (min-width: 64em) {
  .section--three-col {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.section--three-col:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 40em) {
  .section--three-col:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .section--three-col:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.section--three-col h3 {
  padding-bottom: 0;
  border-bottom: none;
  color: #7d002e;
  font-size: 1.5rem;
}

@media screen and (min-width: 40em) {
  .section--three-col h3 {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 64em) {
  .section--three-col h3 {
    font-size: 1.875rem;
  }
}

.section--three-col .section__desc:before {
  display: none;
}

.section--three-col__wysiwyg {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
}

.section--three-col__wysiwyg * {
  font-size: 0.875rem;
  line-height: calc(22 / 14);
}

.section--three-col__wysiwyg p {
  margin-bottom: 0.5rem;
}

.section--three-col__wysiwyg a {
  color: #7d002e;
}

.section--three-col__wysiwyg .link--round-arrow {
  color: #7d002e;
}

.section--three-col__wysiwyg .link--round-arrow:after {
  color: #f6881f;
}

.section--three-col__wysiwyg .link--round-arrow:hover, .section--three-col__wysiwyg .link--round-arrow:focus {
  color: #aaa808;
}

.section--three-col__wysiwyg .link--round-arrow:hover:after, .section--three-col__wysiwyg .link--round-arrow:focus:after {
  color: #aaa808;
}

.schedule-tuition .section--three-col .columns {
  margin-bottom: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.schedule-tuition {
    padding-top: 20px;
  }
}

.lead-gen__ICE-logo {
  margin-top: 10px;
  width: 270px;
  height: 73px;
}

@media screen and (min-width: 40em) {
  .lead-gen__ICE-logo {
    width: 400px;
    height: 168px;
  }

  .page--blog .lead-gen__ICE-logo {
    margin-top: -40px;
  }
}

.lead-gen__wysiwyg * {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
}

.lead-gen__wysiwyg h1 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.lead-gen__wysiwyg-image,
.lead-gen__mobile-image {
  margin-bottom: 1.25rem;
}
.lead-gen__wysiwyg-image {
  display:none;
}

@media screen and (min-width: 64em) {
  .lead-gen__mobile-image {
    display: none;
  }
  .lead-gen__wysiwyg-image {
    display:block;
  }
}

@media screen and (min-width: 40em) {
  .lead-gen__wysiwyg h1 {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 64em) {
  .lead-gen__wysiwyg h1 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 40em) {
  .lead-gen__wysiwyg h1 {
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  .lead-gen__wysiwyg h1 {
    margin-bottom: 1.25rem;
  }
}

.lead-gen__wysiwyg h2 {
  font-size: 0.8125rem;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .lead-gen__wysiwyg h2 {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 64em) {
  .lead-gen__wysiwyg h2 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 40em) {
  .lead-gen__wysiwyg h2 {
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  .lead-gen__wysiwyg h2 {
    margin-bottom: 1.25rem;
  }
}

.lead-gen__wysiwyg p, .lead-gen__wysiwyg ul {
  font-size: 0.8125rem;
  margin-bottom: 1.375rem;
}

@media screen and (min-width: 40em) {
  .lead-gen__wysiwyg p, .lead-gen__wysiwyg ul {
    font-size: 1rem;
  }
}

@media screen and (min-width: 64em) {
  .lead-gen__wysiwyg p, .lead-gen__wysiwyg ul {
    font-size: 1rem;
  }
}

@media screen and (min-width: 40em) {
  .lead-gen__wysiwyg p, .lead-gen__wysiwyg ul {
    margin-bottom: 1.375rem;
  }
}

@media screen and (min-width: 64em) {
  .lead-gen__wysiwyg p, .lead-gen__wysiwyg ul {
    margin-bottom: 1.375rem;
  }
}

.lead-gen__wysiwyg strong {
  font-weight: 700;
}

.lead-gen__wysiwyg ul {
  list-style-position: outside;
  margin-left: 1em;
}

.lead-gen__wysiwyg figure {
  margin-bottom: 2em;
}

.lead-gen__wysiwyg figure img {
  vertical-align: middle;
}

.lead-gen__wysiwyg figure figcaption {
  margin-top: 1.5rem;
  font-style: italic;
}

.lead-gen__intro * {
  font-family: "miller-text", Georgia, serif;
  font-size: 0.8125rem;
}

@media screen and (min-width: 40em) {
  .lead-gen__intro * {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 64em) {
  .lead-gen__intro * {
    font-size: 1.3125rem;
  }
}

.lead-gen__form {
  border: 1px solid #7d002e;
}

@media screen and (max-width: 39.9375em) {
  .lead-gen__form {
    margin-bottom: 2.0625rem;
  }
}

.lead-gen__form h2 {
  background-color: #7d002e;
  color: #fff;
  font-size: 1rem;
  padding: 1.375rem 2.5rem;
  border: none;
}

@media screen and (min-width: 40em) {
  .lead-gen__form h2 {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 64em) {
  .lead-gen__form h2 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .lead-gen__form h2 {
    margin-bottom: 0;
  }
}

.lead-gen__form label {
  font-size: 0.75rem;
  line-height: calc(20 / 14);
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: normal;
  padding-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 40em) {
  .lead-gen__form label {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 64em) {
  .lead-gen__form label {
    font-size: 0.875rem;
  }
}

.lead-gen__form .form-item select {
  background-image: url(/themes/ice/assets/img/selectarrows-leadgen.png) !important;
  background-repeat: no-repeat !important;
  background-position: 104% 50% !important;
  background-size: 43px 48px !important;
}

@media screen and (max-width: 39.9375em) {
  .lead-gen__form .form-item select {
    background-position: 102% 50% !important;
  }
}

.lead-gen__form .form-item select,
.lead-gen__form .form-item input[type="text"] {
  background-color: #fff;
  font-family: "miller-text", Georgia, serif;
  color: #000;
  font-size: 0.8125rem;
  border-radius: 8px;
  border: 1px solid #A8A8A8;
  width: 100%;
  padding: 0.8125rem;
  margin-right: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.lead-gen__form .link--squircle--solid, .lead-gen__form .btn--light, .lead-gen__form .btn, .lead-gen__form #user-login button, #user-login .lead-gen__form button, .lead-gen__form .profile button, .profile .lead-gen__form button, .lead-gen__form .page-search #main .search-form button, .page-search #main .search-form .lead-gen__form button, .lead-gen__form .related-news__link a, .related-news__link .lead-gen__form a, .lead-gen__form .filters__faculty--listing .form-actions input:nth-of-type(1), .filters__faculty--listing .form-actions .lead-gen__form input:nth-of-type(1), .lead-gen__form .filters__event--listing .form-actions input:nth-of-type(1), .filters__event--listing .form-actions .lead-gen__form input:nth-of-type(1), .lead-gen__form .blog--comments input.form-submit, .blog--comments .lead-gen__form input.form-submit,
.lead-gen__form .page--comment input.form-submit, .page--comment .lead-gen__form input.form-submit {
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-size: 1rem;
  margin-top: 2rem;
}

.lead-gen__form .form-item--error-message {
  margin-top: .5em;
  color: #d33c3c;
}

.lead-gen__form__body {
  padding: 1.375rem 1.5rem;
  background-color: #fff;
}

@media screen and (min-width: 40em) {
  .lead-gen__form__body {
    padding: 0 1.5rem;
  }
}

.lead-gen__form__body p {
  font-size: 0.75rem;
  line-height: calc(20 / 14);
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
}

@media screen and (min-width: 40em) {
  .lead-gen__form__body p {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 64em) {
  .lead-gen__form__body p {
    font-size: 0.875rem;
  }
}

.lead-gen__form__body p em {
  font-family: "miller-text", Georgia, serif;
}

@media screen and (max-width: 39.9375em) {
  .page--lead-gen .row .columns:last-child {
    background: #7d002e;
  }
}

@media screen and (min-width: 64em) {
  .page--lead-gen {
    background-image: url(/themes/ice/assets/img/ICE_Ingredients_corner.png);
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}

.footer--lead-gen.footer--site {
  background-color: transparent;
}

@media screen and (max-width: 39.9375em) {
  .footer--lead-gen {
    background-image: url(/themes/ice/assets/img/ICE_Ingredients_corner.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 200px 100px;
  }
}

.footer--lead-gen .footer--site__tagline {
  background-color: transparent;
}

@media screen and (max-width: 39.9375em) {
  .footer--lead-gen .footer--site__tagline img.tagline {
    width: 70%;
    display: block;
    margin-left: 20px;
  }
}

.footer--lead-gen .footer--site__footer p {
  font-family: HelveticaNeue-CondensedBold, "acumin-pro-condensed", "DIN CONDENSED", Helvetica, sans-serif;
}

@media screen and (max-width: 39.9375em) {
  .footer--lead-gen .footer--site__footer {
    background-color: transparent;
    padding-top: 2em;
  }

  .footer--lead-gen .footer--site__footer p {
    color: #4a4a4a;
  }

  .footer--lead-gen .footer--site__footer img, .footer--lead-gen .footer--site__footer:before {
    display: none;
  }
}

.global-cta {
  position: fixed;
  z-index: 300;
  padding-top: 12px;
}

.global-cta.alerted {
  position: absolute;
}

@media screen and (max-width: 39.9375em) {
  .global-cta {
    left: 0;
    bottom: -2px;
    right: 0;
  }
}

@media screen and (min-width: 40em) {
  .global-cta {
    top: 20%;
    right: 0;
  }
}

@media screen and (min-width: 64em) {
  .global-cta {
    top: 20%;
    right: 0;
  }
}

.global-cta__buttons {
  margin-bottom: 0;
  list-style: none;
  position: relative;
  z-index: 21;
}

@media screen and (max-width: 39.9375em) {
  .global-cta__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.global-cta__buttons li {
  text-align: center;
}

@media screen and (max-width: 39.9375em) {
  .global-cta__buttons li {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .global-cta__buttons li#tabChat, .global-cta__buttons li#tabShare {
    display: none;
  }
}

@media screen and (min-width: 40em) {
  .global-cta__buttons li {
    width: 60px;
  }
}

.global-cta__buttons li.unnecessary {
  display: none;
}

.global-cta__buttons a {
  text-decoration: none;
  display: block;
  height: 66px;
  background-color: #fff;
  margin-bottom: 2px;
  position: relative;
}

.global-cta__buttons a:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 3px;
  left: 3px;
  border: 1px solid #efefef;
  border-width: 1px 1px 0 1px;
}

@media screen and (min-width: 40em) {
  .global-cta__buttons a:before {
    border-width: 1px 0 1px 1px;
  }
}

.global-cta__buttons a:hover:before, .global-cta__buttons a:focus:before {
  border-color: #B72F2A;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .global-cta__buttons__text {
    top: 0px !important;
  }
}

.global-cta__buttons__text {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 9px;
  color: #4a4a4a;
  text-transform: uppercase;
  position: relative;
  top: -14px;
}

.global-cta__buttons__icon {
  text-align: center;
  color: #F98427;
  display: block;
  padding-top: 8px;
}

.global-cta__buttons__icon:before {
  margin: 0 !important;
}

.global-cta__buttons li#tabInfo a:hover:before {
  border-color: #B72F2A;
}

.global-cta__buttons li#tabInfo .global-cta__buttons__icon {
  color: #B72F2A;
}

.global-cta__messages__panel {
  position: absolute;
  z-index: 20;
  background-color: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.125);
  transition: transform 300ms ease-out;
  /*
        *:first-child {
          margin-right: 80px;
        }
    */
}

@media screen and (max-width: 39.9375em) {
  .global-cta__messages__panel {
    transform: translateY(0);
    width: 100%;
    padding: 1em 1em 60px;
  }

  .global-cta__messages__panel.engaged {
    transform: translateY(-126px);
  }

  .global-cta__messages__panel#global-cta__messages__call.engaged {
    transform: translateY(-90vh);
    padding-bottom: 50vh;
    overflow-y: scroll;
  }

  .global-cta__messages__panel#global-cta__messages__call.engaged p {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 40em) {
  .global-cta__messages__panel {
    right: 0;
    width: 400px;
    padding: 1em 72px 1em 1em;
    transform: translateX(600px);
  }

  .global-cta__messages__panel.engaged {
    transform: translateX(0);
  }
}

@media screen and (min-width: 40em) and (max-height: 800px) {
  .global-cta__messages__panel {
    width: 580px;
  }
}

@media screen and (min-width: 40em) {
  .global-cta__messages__panel#global-cta__messages__call, .global-cta__messages__panel#global-cta__messages__text {
    top: 0;
  }

  .global-cta__messages__panel#global-cta__messages__chat {
    top: 205px;
  }

  .global-cta__messages__panel#global-cta__messages__share {
    bottom: 0;
    padding-right: 30px;
    width: 500px;
  }
}

.global-cta__messages__panel__close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: none;
  font-size: 24px;
  color: #000;
  transform: rotate(0);
  transition: all 300ms ease;
}

.global-cta__messages__panel__close:hover, .global-cta__messages__panel__close:focus {
  outline: none;
  color: #B72F2A;
  transform: rotate(90deg);
}

@media screen and (min-width: 40em) {
  .global-cta__messages__panel__close {
    right: 72px;
  }
}

.global-cta__buttons a.engaged:before {
  display: none;
}

.global-cta__buttons a.not-engaged {
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.125);
}

.no-overflow .global-cta {
  display: none;
}

@media screen and (min-height: 1200px) and (min-width: 40em) {
  .page--home .global-cta {
    top: 164px;
  }
}

@media screen and (min-height: 1200px) and (min-width: 64em) {
  .page--home .global-cta {
    top: 600px;
  }
}

@media screen and (min-width: 40em) {
  .has-alert .global-cta {
    top: 600px;
    position: absolute;
  }
}

.page--news .title-area {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 40em) {
  .page--news .title-area {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .page--news .title-area {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.page--news .title-area__title-thumbs h1, .page--news .title-area__title-thumbs .title-area__title-thumbs__inner {
  display: block;
  width: 100%;
  max-width: 100%;
}

.page--news .title-area__title-thumbs .title-area__title-thumbs__inner {
  padding-top: 0.75rem;
}

@media screen and (min-width: 40em) {
  .page--news .title-area__title-thumbs .title-area__title-thumbs__inner {
    padding-top: 1.125rem;
  }
}

@media screen and (min-width: 64em) {
  .page--news .title-area__title-thumbs .title-area__title-thumbs__inner {
    padding-top: 0;
  }
}

.page--news .title-area__title-thumbs .title-area__title-thumbs__inner img {
  margin-right: 15px;
}

.page--news .title-area__title-thumbs .title-area__title-thumbs__inner img:last-child {
  margin-right: 0;
}

@media screen and (min-width: 64em) {
  .page--news .title-area__title-thumbs h1 {
    max-width: 50%;
    display: inline-block;
  }

  .page--news .title-area__title-thumbs .title-area__title-thumbs__inner {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
  }

  .page--news .title-area__title-thumbs .title-area__title-thumbs__inner img {
    margin-right: 0;
    margin-left: 15px;
  }
}

.page--news .title-area h2.subhead {
  padding-top: 0.75rem;
  color: #7d002e;
}

@media screen and (min-width: 40em) {
  .page--news .title-area h2.subhead {
    padding-top: 1.125rem;
  }
}

@media screen and (min-width: 64em) {
  .page--news .title-area h2.subhead {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .page--news .title-area {
    position: relative;
  }

  .page--news .title-area:after {
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    background-color: #F98427;
    position: absolute;
    left: 1.25rem;
    bottom: 2.5rem;
  }
}

.news--hub__listing {
  margin-bottom: 2.5rem;
}

.news--hub__listing__item {
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .news--hub__listing__item {
    margin-bottom: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .news--hub__listing__item {
    margin-bottom: 3.75rem;
  }
}

.news--hub__listing__item img {
  max-width: 90%;
}

.news--hub__listing__item h2 {
  margin-bottom: 0.375rem;
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  .news--hub__listing__item h2 {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  .news--hub__listing__item h2 {
    font-size: 1.25rem;
  }
}

.news--hub__listing__item h2 a {
  color: #4a4a4a;
  text-decoration: none;
}

.news--hub__listing__item h2 a:hover, .news--hub__listing__item h2 a:focus {
  outline: none;
  color: #f6881f;
}

.news--hub__listing__item__date {
  color: #9b9b9b;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 0.8125rem;
}

.news--hub__listing__item img + h2 {
  position: relative;
  padding-top: 15px;
  margin-top: 15px;
}

.news--hub__listing__item img + h2:before {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  background: #979797;
  position: absolute;
  top: 0;
  left: 0;
}

.news--hub__listing .views-infinite-scroll-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.news--hub__listing ul.pager li {
  list-style: none;
}

.news--hub__rail__social h3 {
  padding-bottom: 0;
  border-bottom: none;
  color: #F98427;
  font-size: 1.125rem;
  position: relative;
  margin-left: 16px;
}

.news--hub__rail__social h3:before {
  content: "\f0da";
  display: inline-block;
  font-family: FontAwesome;
  color: #7d002e;
  position: relative;
  left: -16px;
}

.news--hub__rail__social ul {
  list-style: none;
  margin-left: 16px;
}

.news--hub__rail__social ul li {
  display: inline-block;
  padding: 0;
  margin: 0 12px 0 0;
}

.news--hub__rail__social ul a {
  color: #4a4a4a;
}

.news--hub__rail__social ul a:hover, .news--hub__rail__social ul a:focus {
  outline: none;
  color: #F98427;
}

.news--hub__rail__item__content h1, .news--hub__rail__item__content h2, .news--hub__rail__item__content h3, .news--hub__rail__item__content h4, .news--hub__rail__item__content h5, .news--hub__rail__item__content h6 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.news--hub__rail__item__content p:not(:last-child), .news--hub__rail__item__content li:not(:last-child) {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.news--hub__rail__item__content p:not(:last-child):after, .news--hub__rail__item__content li:not(:last-child):after {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  background: #9b9b9b;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1023px) {
  .news--hub__rail__item {
    border: 1px solid #A3AB4D;
    border-radius: 8px;
    margin-bottom: 0.75rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 40em) {
  .news--hub__rail__item {
    margin-bottom: 1.125rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 64em) {
  .news--hub__rail__item {
    margin-bottom: 1.125rem;
  }
}

@media (max-width: 1023px) {
  .news--hub__rail__item__title {
    font-size: 0.875rem;
    font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #A3AB4D;
    width: 100%;
    text-align: left;
    border: none;
    border-radius: 5px;
    padding: 10px 50px 10px 15px;
    margin: 0;
    position: relative;
    transition: color 300ms ease, background-color 300ms ease;
  }

  .news--hub__rail__item__title h3 {
    padding-bottom: 0;
    border-bottom: none;
    color: #fff;
    font-size: 0.875rem;
    margin-bottom: 0;
  }

  .news--hub__rail__item__title:hover, .news--hub__rail__item__title:focus {
    outline: none;
    background-color: #929945;
  }

  .news--hub__rail__item__title:after {
    content: "\f067";
    font-family: "FontAwesome";
    color: #FFF0A5;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 22px;
    width: 22px;
    right: 15px;
    margin: auto;
  }

  .news--hub__rail__item__title.engaged {
    color: #aaa808;
    background-color: transparent;
  }

  .news--hub__rail__item__title.engaged h3 {
    color: #aaa808;
  }

  .news--hub__rail__item__title.engaged:after {
    content: "\f068";
    color: #aaa808;
  }

  .news--hub__rail__item__title.engaged:hover h3, .news--hub__rail__item__title.engaged:focus h3 {
    color: #7d002e;
  }

  .news--hub__rail__item__title.engaged:hover:after, .news--hub__rail__item__title.engaged:focus:after {
    color: #7d002e;
  }

  .news--hub__rail__item__content {
    max-height: 0;
    overflow: hidden;
    font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
    padding: 0 15px;
    border-top: 1px solid #A3AB4D;
    border-top-width: 0;
    transition: all 300ms ease-out;
  }

  .news--hub__rail__item__content * {
    font-size: 0.8125rem;
  }

  .news--hub__rail__item__content *:last-child {
    margin-bottom: 0;
  }

  .news--hub__rail__item__content ul {
    list-style: none;
  }

  .news--hub__rail__item.engaged .news--hub__rail__item__content {
    max-height: 100rem;
    padding: 10px 15px;
    border-top-width: 1px;
  }
}

@media screen and (min-width: 64em) {
  .news--hub__rail__item__title {
    cursor: default;
    pointer-events: none;
    outline: none;
    border: none;
    background-color: transparent;
    padding: 0;
  }

  .news--hub__rail__item__title .show-for-sr, .news--hub__rail__item__title .filters .form-item-event-category label, .filters .form-item-event-category .news--hub__rail__item__title label, .news--hub__rail__item__title .filters__faculty--listing .form-item label, .filters__faculty--listing .form-item .news--hub__rail__item__title label, .news--hub__rail__item__title .blog__social a .linkicon__text, .blog__social a .news--hub__rail__item__title .linkicon__text, .news--hub__rail__item__title .news--hub__rail__social .linkicon__text, .news--hub__rail__social .news--hub__rail__item__title .linkicon__text {
    display: none;
  }

  .news--hub__rail__item__title h3 {
    padding-bottom: 0;
    border-bottom: none;
    color: #F98427;
    font-size: 1.125rem;
    position: relative;
    margin-left: 16px;
  }

  .news--hub__rail__item__title h3:before {
    content: "\f0da";
    display: inline-block;
    font-family: FontAwesome;
    color: #7d002e;
    position: relative;
    left: -10px;
  }

  .news--hub__rail__item__content {
    font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
    padding-left: 16px;
  }

  .news--hub__rail__item__content * {
    font-size: 0.8125rem;
    margin-bottom: 16px;
  }

  .news--hub__rail__item__content a {
    text-decoration: none;
  }

  .news--hub__rail__item__content a:hover, .news--hub__rail__item__content a:focus {
    outline: none;
    text-decoration: underline;
  }

  .news--hub__rail__item__content a:after {
    content: "\00a0\f0a9";
    display: inline-block;
    font-family: FontAwesome;
    color: #7d002e;
  }

  .news--hub__rail__item__content ul {
    list-style: none;
    margin: 0;
  }

  .news--hub__listing {
    position: relative;
  }

  .news--hub__listing:before, .news--hub__listing:after {
    content: "";
    display: block;
    background-color: rgba(151, 151, 151, 0.15);
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .news--hub__listing:before {
    left: -30px;
  }

  .news--hub__listing:after {
    right: -30px;
  }

  .news--hub__listing ul.pager li {
    list-style: none;
  }

  .rail--one .news--hub__rail {
    margin-right: 1rem;
  }

  .rail--two .news--hub__rail {
    margin-left: 1rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .news--hub__listing {
    position: relative;
  }

  .news--hub__listing:after {
    content: "";
    display: block;
    background-color: rgba(151, 151, 151, 0.15);
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .news--hub__listing:after {
    right: -15px;
  }
}

@media screen and (min-width: 64em) {
  .page--news .footer--site {
    box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.25);
  }
}

@media (max-width: 1023px) {
  .page--news .footer--site .footer--site__main p,
  .page--news .footer--site .footer--site__main .columns:not(:first-of-type) {
    display: none;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .page--news .footer--site .footer__logo {
    display: none;
  }
}

ul.menu.toolbar-menu,
ul.menu.toolbar-menu ul {
  font-size: small;
}

ul.menu.toolbar-menu li {
  margin-left: 0;
}

.sticky-header-item {
  position: relative;
  z-index: 299;
}

.header-main {
  position: relative;
  padding: 0;
  background-color: #fff;
  z-index: 299;
  /*
    @media (max-width: 1023px) {
      border-bottom: 1px solid #efefef;
    }
  */
}

@media screen and (min-width: 40em) {
  .header-main {
    padding: 15px;
  }

  .page--blog .header-main {
    padding: 15px 15px 0;
  }
}

.header-main .padded-row, .header-main .highlighted, .header-main #user-login, .header-main .profile {
  position: relative;
}

.header__logo {
  width: 280px;
  margin: 10px 0;
}

@media (max-width: 360px) {
  .header__logo {
    width: 120px;
    margin: 0;
  }
}

@media screen and (min-width: 40em) {
  .header__logo {
    width: 240px;
    height: 130px;
    margin: 0;
  }
}

@media screen and (min-width: 64em) {
  .header__logo {
    padding-top: 25px;
    width: 400px;
    height: 156px;
    margin: 0;
  }
}

@media (min-width: 1201px) {
  .header__logo {
    margin-left: 18px;
  }
}

.header__mobile-menu {
  position: absolute;
  right: 0;
  top: 10px;
}

.header--blog .header__mobile-menu {
  position: absolute;
  right: 0;
  top: 50px;
}

@media (max-width: 360px) {
  .header__mobile-menu {
    top: 0;
  }
}

@media screen and (min-width: 40em) {
  .header__mobile-menu {
    top: 45px;
  }
}

@media screen and (min-width: 64em) {
  .header__mobile-menu {
    display: none;
  }
}

.header__mobile-menu .hamburger-box {
  width: 32px;
  margin-right: 8px;
}

.header__mobile-menu .hamburger-inner, .header__mobile-menu .hamburger-inner:after, .header__mobile-menu .hamburger-inner:before {
  background-color: #7d002e;
  width: 32px;
}

.header__mobile-menu .hamburger:hover,
.header__mobile-menu .hamburger:focus {
  outline: none;
}

.header__mobile-menu .hamburger:hover .hamburger-inner, .header__mobile-menu .hamburger:hover .hamburger-inner:after, .header__mobile-menu .hamburger:hover .hamburger-inner:before,
.header__mobile-menu .hamburger:focus .hamburger-inner,
.header__mobile-menu .hamburger:focus .hamburger-inner:after,
.header__mobile-menu .hamburger:focus .hamburger-inner:before {
  background-color: #d51c29;
}

.header__mobile-menu .is-active .hamburger-inner, .header__mobile-menu .is-active .hamburger-inner:after, .header__mobile-menu .is-active .hamburger-inner:before {
  background-color: #f6881f;
}

.site-header__menus {
  display: none;
}

@media screen and (min-width: 64em) {
  .site-header__menus {
    display: block !important;
  }
}

.site-header__menus.engaged {
  position: relative;
  z-index: 12;
}

@media screen and (min-width: 64em) {
  .main-menu-container {
    background-color: #7d002e;
  }
}

.main-menu-container .menu {
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .main-menu-container .menu {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
  }
}

.main-menu-container .menu > li {
  margin: 0;
  position: relative;
}

.main-menu-container .menu > li > a:hover, .main-menu-container .menu > li > a:focus {
  outline: none;
  background-color: #970037;
}

@media screen and (min-width: 64em) {
  .main-menu-container .menu > li > a {
    border-top: 2px solid transparent;
  }
}

.main-menu-container .menu > li:not(:first-child) a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (min-width: 64em) {
  .main-menu-container .menu > li:not(:first-child) a {
    border-top: none;
  }
}

.main-menu-container .menu > li.not-relative {
  position: initial;
}

@media screen and (min-width: 64em) {
  .main-menu-container .menu > li {
    display: inline-block;
    /*   attempt to enable keyboard access to dowpdown content

           & > a:focus {
             background-color: #fff;
             color: $wine;
             border-top: 2px solid $wine;

             & + ul {
               display: block;
               position: absolute;

               width: 20em;
               border: 2px solid $wine;
               border-width: 0 2px 2px;
             }
           }
      */
  }

  .main-menu-container .menu > li:not(:first-child) a {
    position: relative;
  }

  .main-menu-container .menu > li:not(:first-child) a:after {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    left: -2px;
    top: 9px;
    bottom: 9px;
    background-color: rgba(255, 255, 255, 0.25);
  }

  .main-menu-container .menu > li:hover, .main-menu-container .menu > li:focus {
    /*
       ul {
         display: block;
         position: absolute;

         width: 20em;
         border: 2px solid $wine;
         border-width: 0 2px 2px;

       }
       */
  }

  .main-menu-container .menu > li:hover a, .main-menu-container .menu > li:focus a {
    background-color: #fff;
    color: #7d002e;
    border-top: 2px solid #7d002e;
  }

  .main-menu-container .menu > li:hover ul li a, .main-menu-container .menu > li:focus ul li a {
    border-top: none;
  }

  .main-menu-container .menu > li a.engaged {
    background-color: #fff;
    color: #7d002e;
    border-top: 2px solid #7d002e;
  }
}

.main-menu-container .menu > li:nth-child(-n+4) div {
  left: -2px;
}

.main-menu-container .menu > li:nth-child(n+5) div {
  right: -2px;
}

.main-menu-container .menu > li > a {
  text-decoration: none;
  color: #fff;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  background-color: #7d002e;
  display: block;
  padding: 1em;
  position: relative;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .main-menu-container .menu > li > a {
    padding: 1em 0.5em;
  }
}

.main-menu-container .menu > li > a:after {
  content: "\f054";
  display: block;
  color: #fff;
  font-family: FontAwesome;
  position: absolute;
  right: 1em;
  top: 1em;
  transition: transform 300ms ease-out;
}

@media screen and (min-width: 64em) {
  .main-menu-container .menu > li > a:after {
    display: none;
  }
}

.main-menu-container .menu > li > a.has-ul-active:after {
  color: #f6881f;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}

.main-menu-container .menu > li > div[aria-label="submenu"],
.main-menu-container .menu > li > .mega-menu {
  display: none;
  background-color: #fff;
  padding: 1.5rem;
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .main-menu-container .menu > li > .mega-menu .columns {
    padding: 0 1px 0 0;
  }
}

@media screen and (min-width: 64em) {
  .main-menu-container .menu > li:hover .mega-menu, .main-menu-container .menu > li:focus .mega-menu {
    padding: calc(40px - 1.25em);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    border: 2px solid #7d002e;
    border-width: 0 2px 2px;
    min-width: 600px;
  }

  .main-menu-container .menu > li:hover .mega-menu ul, .main-menu-container .menu > li:focus .mega-menu ul {
    border: none;
    padding: 0;
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .main-menu-container .menu > li > div[aria-label="submenu"][aria-hidden="false"],
  .main-menu-container .mega-menu[aria-label="submenu"][aria-hidden="false"] {
    display: block;
  }

  .main-menu-container div[aria-label="submenu"][aria-hidden="false"] {
    position: absolute;
    min-width: 20em;
    border: 2px solid #7d002e;
    border-width: 0 2px 2px;
  }

  .main-menu-container .mega-menu[aria-label="submenu"][aria-hidden="false"] {
    padding: calc(40px - 1.25em);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    border: 2px solid #7d002e;
    border-width: 0 2px 2px;
  }

  .main-menu-container .mega-menu[aria-label="submenu"][aria-hidden="false"] ul {
    border: none;
    padding: 0;
    width: 100%;
  }
}

.main-menu-container .menu > li > div[aria-label="submenu"] ul,
.main-menu-container .menu > li > .mega-menu ul {
  list-style: none;
  position: relative;
}

.main-menu-container .menu > li > div[aria-label="submenu"] ul li > a,
.main-menu-container .menu > li > .mega-menu ul li > a {
  text-decoration: none;
  color: #7d002e;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 16px;
  display: block;
  padding: 0.5em 0.5em 0.5em 0;
}

.main-menu-container .menu > li > div[aria-label="submenu"] ul li > a:hover, .main-menu-container .menu > li > div[aria-label="submenu"] ul li > a:focus,
.main-menu-container .menu > li > .mega-menu ul li > a:hover,
.main-menu-container .menu > li > .mega-menu ul li > a:focus {
  outline: none;
  color: #F98427;
}

.main-menu-container .menu > li > div[aria-label="submenu"] ul li:not(:first-child) > a,
.main-menu-container .menu > li > .mega-menu ul li:not(:first-child) > a {
  border-top: 1px solid #eee;
}

.main-menu-container .menu > li > div[aria-label="submenu"] ul:before {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  top: 2em;
  left: 0;
  bottom: 2em;
  background-color: #f9e8db;
}

@media screen and (min-width: 64em) {
  .main-menu-container .menu > li > div[aria-label="submenu"] ul:before {
    display: none;
  }
}

.main-menu-container .menu > li > div[aria-label="submenu"] ul li {
  margin-left: 1em;
}

@media screen and (min-width: 64em) {
  .main-menu-container .menu > li > div[aria-label="submenu"] ul li {
    text-align: left;
    margin-left: 0;
  }
}

@media screen and (min-width: 64em) {
  .main-menu-container .menu > li > div[aria-label="submenu"] ul li.menu__overview-link {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .main-menu-container .menu > li > div[aria-label="submenu"] ul li:nth-child(2) a {
    border-top: none;
  }
}

@media screen and (min-width: 64em) {
  .main-menu-container .menu > li > div[aria-label="submenu"] ul li a:before {
    content: "\f0da\00a0\00a0";
    display: inline-block;
    font-family: FontAwesome;
    color: #f6881f;
    font-size: 12px;
  }
}

.main-menu-container .menu > li > .mega-menu ul {
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 64em) {
  .main-menu-container .menu > li > .mega-menu ul {
    padding: 0 1.25em;
  }
}

.main-menu-container .menu > li > .mega-menu ul:before {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  top: 0.75em;
  left: 0;
  bottom: 0.75em;
  background-color: #f9e8db;
}

@media screen and (min-width: 64em) {
  .main-menu-container .menu > li > .mega-menu ul:before {
    display: none;
  }
}

.main-menu-container .menu > li > .mega-menu ul li {
  margin-left: 1em;
}

@media screen and (min-width: 64em) {
  .main-menu-container .menu > li > .mega-menu ul li {
    text-align: left;
    margin-left: 0;
  }
}

@media screen and (min-width: 64em) {
  .main-menu-container .menu > li > .mega-menu ul li a {
    border-top: none;
  }

  .main-menu-container .menu > li > .mega-menu ul li a:before {
    content: "\f0da\00a0\00a0";
    display: inline-block;
    font-family: FontAwesome;
    color: #f6881f;
    font-size: 12px;
  }
}

.main-menu-container .menu > li.not-relative:nth-child(2) > .mega-menu {
  right: 33%;
}

@media screen and (min-width: 40em) {
  .main-menu-container .menu > li.not-relative:nth-child(2) > .mega-menu .medium-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.main-menu-container .menu > li:last-child > .mega-menu {
  left: 25%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-menu-container .menu > li:last-child > .mega-menu {
    /* IE10+ CSS styles go here */
    left: -440px;
  }
}

@media screen and (min-width: 64em) {
  .main-menu-container .menu > li:last-child > .mega-menu .columns {
    padding: 0 1.25em;
  }
}

.main-menu-container .menu > li > .mega-menu .columns:last-child ul {
  margin-bottom: 0;
}

.main-menu-container .mega-menu__subtitle {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  color: #f6881f;
  font-size: 14px;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .main-menu-container .mega-menu__subtitle {
    background-color: #F98427;
    color: #fff;
    text-align: left;
    padding: 1em;
  }
}

.main-menu-container .mega-menu__location {
  background-color: #f4f4f4;
  padding: 40px;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  text-align: left;
  font-size: 14px;
}

.main-menu-container .mega-menu__location__title,
.main-menu-container .mega-menu__location a,
.main-menu-container .mega-menu__location img {
  margin-bottom: 0.5em;
}

.main-menu-container .mega-menu__location a img {
  margin-bottom: 0;
}

.main-menu-container .mega-menu__location img {
  vertical-align: middle;
}

.main-menu-container .mega-menu__location__title {
  color: #550D8A;
  font-weight: 700;
  text-transform: uppercase;
}

.main-menu-container .mega-menu__location__address, .main-menu-container .mega-menu__location__phone {
  color: #F98427;
}

.main-menu-container .mega-menu__location__address:before, .main-menu-container .mega-menu__location__phone:before {
  display: inline-block;
  font-family: FontAwesome;
  width: 1.5em;
}

.main-menu-container .mega-menu__location__address:before {
  content: "\f041\00a0";
}

.main-menu-container .mega-menu__location__phone:before {
  content: "\f095\00a0";
}

.header-super,
.header-cta {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 64em) {
  .header-super {
    position: absolute;
    top: 95px;
    right: 0;
    z-index: 300;
    box-shadow: none;
  }
  .header-cta {
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 300;
    box-shadow: none;
  }
  .page--blog .header-cta {
    position: absolute;
    top: 8px;
    right: 20px;
  }
}

@media (min-width: 1240px) {
  .header-super,
  .header-cta {
    right: calc(50% - 580px);
  }
}

.header-super ul.menu,
.header-cta ul.menu {
  margin-bottom: 0;
}

.header-super .menu > li,
.header-cta .menu > li {
  margin: 0;
}

@media screen and (min-width: 64em) {
  .header-super .menu > li,
  .header-cta .menu > li {
    display: inline-block;
  }
}

.header-super .menu > li > a,
.header-cta .menu > li > a {
  text-decoration: none;
  color: #fff;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  background-color: #aaa808;
  display: block;
  padding: 1em 1.4em;
  position: relative;
  text-shadow: -1px -1px 1px #929007;
}

@media screen and (min-width: 64em) {
  .header-super .menu > li > a,
  .header-cta .menu > li > a {
    background-color: transparent;
    color: #6E6F70;
    font-weight: normal;
    display: inline-block;
    text-shadow: none;
    padding: 0.5em 0.5em 0.5em 1em;
  }
  .header-cta .menu > li > a {
    color: #7d002e;
  }
}

.header-super .menu > li > a:hover, .header-super .menu > li > a:focus,
.header-cta .menu > li > a:hover, .header-cta .menu > li > a:focus {
  outline: none;
  background-color: #929007;
  text-decoration: none;
}

@media screen and (min-width: 64em) {
  .header-super .menu > li > a:hover, .header-super .menu > li > a:focus,
  .header-cta .menu > li > a:hover, .header-cta .menu > li > a:focus {
    background-color: transparent;
    color: #000;
  }
  .header-cta .menu > li > a:hover, .header-cta .menu > li > a:focus {
    color: #F98427;
  }
}

@media screen and (min-width: 64em) {
  .header-super .menu > li > a:focus,
  .header-cta .menu > li > a:focus {
    text-decoration: underline;
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .header-super .menu > li > a,
  .header-cta .menu > li > a {
    font-size: 15px;
  }
}

.header-super .menu > li:not(:first-child) a,
.header-cta .menu > li:not(:first-child) a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (min-width: 64em) {
  .header-super .menu > li:not(:first-child) a,
  .header-cta .menu > li:not(:first-child) a {
    border-top: none;
  }

  .header-super .menu > li:not(:first-child) a:before,
  .header-cta .menu > li:not(:first-child) a:before {
    content: "\002F";
    color: #e9d98e;
    position: relative;
    left: -1em;
  }

  .header-super .menu > li:not(:first-child) a:hover:before, .header-super .menu > li:not(:first-child) a:focus:before,
  .header-cta .menu > li:not(:first-child) a:hover:before, .header-cta .menu > li:not(:first-child) a:focus:before {
    text-decoration: none;
  }
}

.header-super .menu > li.search-toggle,
.header-cta .menu > li.search-toggle {
  display: none;
}

@media screen and (min-width: 64em) {
  .header-super .menu > li.search-toggle,
  .header-cta .menu > li.search-toggle {
    display: inline-block;
  }

  .header-super .menu > li.search-toggle a {
    color: #f6881f;
  }

  .header-super .menu > li.search-toggle a:hover, .header-super .menu > li.search-toggle a:focus {
    outline: none;
    color: #7d002e;
  }

  .header-super .menu > li.search-toggle a:before {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .page--landing .header-super .menu > li:not(:last-child) > a {
    color: #4a4a4a;
    font-weight: 700;
  }

  .page--landing .header-super .menu > li:not(:last-child) > a:hover {
    color: #f6881f;
  }

  .page--landing .header-super a:before {
    display: none;
  }
}

.search--space {
  background-color: #fff;
  padding: 1.4em;
}

@media screen and (min-width: 64em) {
  .search--space {
    display: none;
    background-color: rgba(74, 74, 74, 0.974);
    background-size: 6px 6px !important;
    background-image: linear-gradient(-45deg, transparent, transparent 46%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 55%, transparent);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 301;
    top: 0;
    left: 0;
    vertical-align: middle;
    padding: 450px 20vw 1vh;
  }

  .search--space.engaged {
    display: block;
  }
}

.search--space__toggle {
  display: none;
}

@media screen and (min-width: 64em) {
  .search--space__toggle {
    display: block;
    margin: auto;
    position: absolute;
    top: 50px;
    left: 50%;
    font-size: 36px;
    color: #F98427;
    padding: 9px 18px;
    border-radius: 6px;
    background-color: #fff;
    border: none;
  }

  .search--space__toggle:hover, .search--space__toggle:focus {
    outline: none;
    color: #7d002e;
  }
}

.search--space #site-search-form,
.search--space #search-block-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #F98427;
  max-width: 100%;
  margin: 0 auto;
}

.search--space #site-search-form .form-item,
.search--space #search-block-form .form-item {
  margin: 0;
  width: calc(100% - 20px);
}

.search--space #site-search-form .form-item input.st-default-search-input,
.search--space #site-search-form .form-item input.form-text,
.search--space #search-block-form .form-item input.st-default-search-input,
.search--space #search-block-form .form-item input.form-text {
  background-color: transparent;
  color: #4a4a4a;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  padding: 0.25rem 0;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-style: italic;
  width: 100%;
}

.search--space #site-search-form .form-item input.st-default-search-input:focus,
.search--space #site-search-form .form-item input.form-text:focus,
.search--space #search-block-form .form-item input.st-default-search-input:focus,
.search--space #search-block-form .form-item input.form-text:focus {
  outline: none;
  background-image: linear-gradient(to right, #eee, #fff);
}

@media screen and (min-width: 64em) {
  .search--space #site-search-form .form-item input.st-default-search-input,
  .search--space #site-search-form .form-item input.form-text,
  .search--space #search-block-form .form-item input.st-default-search-input,
  .search--space #search-block-form .form-item input.form-text {
    color: #6E6F70;
    font-family: "miller-text", Georgia, serif;
    font-size: 36px;
    padding: 0.75em 1em;
  }

  .search--space #site-search-form .form-item input.st-default-search-input:focus,
  .search--space #site-search-form .form-item input.form-text:focus,
  .search--space #search-block-form .form-item input.st-default-search-input:focus,
  .search--space #search-block-form .form-item input.form-text:focus {
    background-image: linear-gradient(to right, #ddd, #fff);
  }
}

@media (max-width: 1023px) {
  .search--space #site-search-form .form-item label,
  .search--space #search-block-form .form-item label {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}

@media screen and (min-width: 64em) {
  .search--space #site-search-form .form-item label,
  .search--space #search-block-form .form-item label {
    width: 100%;
    top: 300px;
    color: #fff;
    font-weight: normal;
    font-size: 4vw;
    position: absolute;
    z-index: 303;
  }

  .search--space #site-search-form .form-item label span,
  .search--space #search-block-form .form-item label span {
    font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
    color: #F98427;
    font-size: 28px;
    display: block;
  }
}

.search--space #site-search-form button:last-child,
.search--space #site-search-form .form-submit,
.search--space #search-block-form button:last-child,
.search--space #search-block-form .form-submit {
  background-color: transparent;
  color: #F98427;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
}

.search--space #site-search-form button:last-child:hover, .search--space #site-search-form button:last-child:focus,
.search--space #site-search-form .form-submit:hover,
.search--space #site-search-form .form-submit:focus,
.search--space #search-block-form button:last-child:hover,
.search--space #search-block-form button:last-child:focus,
.search--space #search-block-form .form-submit:hover,
.search--space #search-block-form .form-submit:focus {
  outline: none;
  background-color: #F98427;
  color: #fff;
}

@media screen and (min-width: 64em) {
  .search--space #site-search-form button:last-child,
  .search--space #site-search-form .form-submit,
  .search--space #search-block-form button:last-child,
  .search--space #search-block-form .form-submit {
    background-color: #F98427;
    color: #fff;
    font-size: 36px;
    padding: 0.66em 1em;
    border-radius: 12px;
  }

  .search--space #site-search-form button:last-child:hover, .search--space #site-search-form button:last-child:focus,
  .search--space #site-search-form .form-submit:hover,
  .search--space #site-search-form .form-submit:focus,
  .search--space #search-block-form button:last-child:hover,
  .search--space #search-block-form button:last-child:focus,
  .search--space #search-block-form .form-submit:hover,
  .search--space #search-block-form .form-submit:focus {
    background-color: #7d002e;
    color: #fff;
  }
}

@media screen and (min-width: 64em) {
  .search--space #site-search-form,
  .search--space #search-block-form {
    border: 4px solid #fff;
    background-color: #fff;
    border-radius: 6px;
    padding-bottom: 0;
  }
}

.search--space input.st-default-search-input {
  background-image: none;
  height: unset;
}

.header__campus-select {
  display: none;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  position: absolute;
  right: 0;
  top: 40px;
}

@media screen and (min-width: 64em) {
  .header__campus-select {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1240px) {
  .header__campus-select {
    right: 27px;
  }
}

.header__campus-select .header__campus-search form {
  position: relative;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header__campus-select .header__campus-search form .form-item {
  margin: 0;
}

.header__campus-select .header__campus-search form .st-default-search-input {
  height: 18px;
  padding-left: 38px;
  margin-right: 18px;
}

.header__campus-select .header__campus-search form button {
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #f6881f;
  color: #fff;
  padding: 7.5px 9px;
  border-radius: 4px;
  border: none;
}

.header__campus-select .header__campus-search form input {
  background: none;
}

.header__campus-select .header__campus-search__toggle i {
  color: #f6881f;
  margin-top: 6px;
  cursor: pointer;
}

.header__campus-select label {
  font-weight: normal;
  color: #6E6F70;
  font-size: 12px;
  padding: 8px;
}

.header__campus-select select {
  border: none;
  border-radius: 0 !important;
  background-color: #f7f7f7;
  font-size: 12px;
  letter-spacing: 0.33px;
  text-transform: uppercase;
  color: #777;
  font-weight: bold;
  font-weight: 700;
  padding: 2px 36px 2px 12px;
  border: 1px solid #f7f7f7;
  border-width: 0 8px;
  background-image: url(/themes/ice/assets/img/carat.svg);
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-size: 9px 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header__campus-select a {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-size: 14px;
  padding: 8px 0 8px 18px;
  text-decoration: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header__campus-select select {
    background-image: none !important;
    padding: 2px !important;
  }
}

@media screen and (min-width: 64em) {
  .overview-row {
    display: none;
  }
}

.navigation--sticky {
  height: 100vh;
  overflow-y: scroll;
}

@media screen and (min-width: 64em) {
  .navigation--sticky {
    height: auto;
    overflow: visible;
  }
}

.navigation--sticky-open {
  overflow: hidden;
}

/* hidden because it interferes with modal styles

.site-header.sticky {
  .sticky-header-item {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .main-menu-container {
    width: 100%;
  }
}
*/
.la-campus-wrapper .main-menu-container .menu > li.not-relative:nth-child(3) > .mega-menu {
  right: 33%;
}

@media screen and (min-width: 40em) {
  .la-campus-wrapper .main-menu-container .menu > li.not-relative:nth-child(3) > .mega-menu .medium-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.footer--site {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.footer--site p {
  font-size: 0.8125rem;
  line-height: calc(21 / 13);
}

.footer--site__main__address {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  color: #7d002e;
  font-size: 0.75rem;
  line-height: calc(20 / 12);
}

.footer--site__main__links {
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
}

.footer--site__main__links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer--site__main__links li {
  position: relative;
  display: block;
}

.footer--site__main__links li:not(:last-child) {
  margin-bottom: 1em;
}

.footer--site__main__links li:before {
  font-family: FontAwesome;
  font-weight: normal;
}

.footer--site__main__links--one {
  font-weight: 600;
  padding-top: 1.25rem;
}

@media (max-width: 899px) {
  .footer--site__main__links--one {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .footer--site__main__links--one {
    float: left;
    padding: 1.25rem 0.625rem 0 0;
  }
}

@media (min-width: 1160px) {
  .footer--site__main__links--one {
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
    border-left: 2px solid #eee;
  }
}

.footer--site__main__links--one li {
  margin-left: 0.75em;
  font-size: 0.8125rem;
}

.footer--site__main__links--one h3 {
  color: #7d002e;
  border-bottom-color: #7d002e;
}

.footer--site__main__links--one li a {
  color: #7d002e;
  text-decoration: none;
}

.footer--site__main__links--one li a:hover, .footer--site__main__links--one li a:focus {
  outline: none;
  color: #4a4a4a;
  text-decoration: underline;
}

.footer--site__main__links--one li:before {
  content: "\f0da";
  display: inline-block;
  position: relative;
  left: -0.75em;
  color: #7d002e;
}

.footer--site__main__links--two {
  padding-top: 1.25rem;
}

@media (max-width: 899px) {
  .footer--site__main__links--two {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .footer--site__main__links--two {
    float: right;
    padding: 1.25rem 0 0 0.625rem;
  }
}

@media (min-width: 1160px) {
  .footer--site__main__links--two {
    padding: 1.25rem 2.5rem 1.25rem 1.25rem;
    border-right: 2px solid #eee;
  }
}

.footer--site__main__links--two li {
  margin-left: 1.25em;
  font-size: 0.8125rem;
}

.footer--site__main__links--two li a {
  color: #4a4a4a;
  text-decoration: none;
}

.footer--site__main__links--two li a:hover, .footer--site__main__links--two li a:focus {
  outline: none;
  color: #550D8A;
  text-decoration: underline;
}

.footer--site__main__links--two li:before {
  content: "\f178";
  display: inline-block;
  position: relative;
  left: -1.25em;
  color: #4a4a4a;
}

.footer--site__main__links--social {
  padding: 1.25rem 0;
  font-weight: 600;
}

@media screen and (min-width: 64em) {
  .footer--site__main__links--social {
    padding: 1.25rem 2.5rem;
  }
}

.footer--site__main__links--social__title {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 1em;
}

.footer--site__main__links--social li {
  margin-left: 0 !important;
  font-size: 0.8125rem;
}

.footer--site__main__links--social li a {
  color: #6E6F70;
  font-family: "Gotham A", "Gotham B", Hevletica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.footer--site__main__links--social li a:hover, .footer--site__main__links--social li a:focus {
  outline: none;
  color: #4a4a4a;
  text-decoration: underline;
}

.footer--site__main__links--social .linkicon__icon {
  color: #f6881f;
  display: inline-block;
  margin-right: 0.5rem;
}

.footer--site__main__links--social li:before {
  display: inline-block;
  position: absolute;
  left: -1.75em;
  color: #f6881f;
}

@media (min-width: 1024px) {
  .footer--site__main__links--one, .footer--site__main__links--two, .footer--site__main__links--social {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .footer--site__main__links--two {
    display: none;
  }
}

.footer--site__footer {
  background-color: #7d002e;
}

.footer--site__footer p {
  color: #fff;
  font-family: HelveticaNeue-CondensedBold, "acumin-pro-condensed", "DIN CONDENSED", Helvetica, sans-serif;
}

@media screen and (max-width: 39.9375em) {
  .footer--site__footer p {
    padding-top: 1em;
    padding-bottom: 2em;
  }
}

.footer--site__footer p.footer--site__footer__legal-links {
  color: #f6881f;
}

@media screen and (max-width: 39.9375em) {
  .footer--site__footer p.footer--site__footer__legal-links {
    padding-top: 2em;
  }
}

@media screen and (min-width: 40em) {
  .footer--site__footer p.footer--site__footer__legal-links {
    text-align: right;
  }
}

.footer--site__footer p.footer--site__footer__legal-links a {
  color: #fff;
  text-decoration: none;
}

.footer--site__footer p.footer--site__footer__legal-links a:not(:first-child):before {
  content: "\00a0\002F\002F\00a0";
  color: #f6881f;
}

.footer--site img.tagline {
  width: 96%;
  max-width: 800px;
  position: relative;
  z-index: 2;
}

@media (max-width: 480px) {
  .footer--site img.tagline {
    display: none;
  }
}

@media (min-width: 820px) {
  .footer--site img.tagline {
    margin-left: 20px;
  }
}

@media (min-width: 1240px) {
  .footer--site img.tagline {
    margin-left: calc(50% - 600px);
  }
}

.footer--site__tagline {
  background-color: #fff;
  position: relative;
}

.footer--site__tagline img.tagline {
  top: 28px;
}

@media (max-width: 833px) {
  .footer--site__tagline img.tagline {
    top: 3.6212vw;
  }
}

.footer--site__footer {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 39.9375em) {
  .footer--site__footer {
    padding-bottom: 24px;
  }

  .footer--site__footer__legal-footnote li a {
    color: #7d002e;
  }
}

@media screen and (min-width: 40em) {
  .footer--site__footer {
    padding-top: 60px;
  }
}

@media screen and (min-width: 64em) {
  .footer--site__footer {
    padding-top: 80px;
  }

  .footer--site__footer__legal-footnote li a {
    color: #fff;
  }
}

.footer--site__footer img.tagline {
  filter: drop-shadow(0 0 3px #fff);
  top: -57px;
}

@media (max-width: 833px) {
  .footer--site__footer img.tagline {
    top: -6.8427vw;
  }
}

.footer--site__footer:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  height: 12px;
  width: 100%;
  background-image: linear-gradient(#7d002e, rgba(125, 0, 46, 0));
}

@media (max-width: 480px) {
  .footer--site__footer:before {
    display: none;
  }
}

@media screen and (max-width: 39.9375em) {
  .footer__logo {
    width: 72%;
    max-width: 200px;
  }
}

.footer--site__footer p {
  margin-bottom: 0;
}

.footer--site__footer__legal-footnote {
  margin-top: 0.625rem;
}

.footer--site__footer__legal-footnote li {
  color: #fff;
  font-size: 0.8125rem;
  line-height: calc(18 / 13);
  margin-left: 15px;
  list-style-type: none;
}

.footer__logo {
  margin: 20px 0;
}

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

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