@charset "UTF-8";
/*
------------------------------
APP.SCSS IMPORT ALL PARTIALS
------------------------------
*/
body {
  margin: 0;
}

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

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

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

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

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

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

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

.align-self-middle {
  align-self: center;
}

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

.align-self-stretch {
  align-self: stretch;
}

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.row, .padded-row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row, .padded-row .row, .row .padded-row, .padded-row .padded-row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 40em) {
  .row .row, .padded-row .row, .row .padded-row, .padded-row .padded-row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.row.expanded, .expanded.padded-row {
  max-width: none;
}
.row.collapse > .column, .collapse.padded-row > .column, .row.collapse > .columns, .collapse.padded-row > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.is-collapse-child, .is-collapse-child.padded-row, .row.collapse > .column > .row, .collapse.padded-row > .column > .row, .row.collapse > .column > .padded-row, .collapse.padded-row > .column > .padded-row, .row.collapse > .columns > .row, .collapse.padded-row > .columns > .row, .row.collapse > .columns > .padded-row, .collapse.padded-row > .columns > .padded-row {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .medium-unstack.padded-row > .column, .row.medium-unstack > .columns, .medium-unstack.padded-row > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 40em) {
  .row.medium-unstack > .column, .medium-unstack.padded-row > .column, .row.medium-unstack > .columns, .medium-unstack.padded-row > .columns {
    flex: 1 1 0px;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .large-unstack.padded-row > .column, .row.large-unstack > .columns, .large-unstack.padded-row > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 64em) {
  .row.large-unstack > .column, .large-unstack.padded-row > .column, .row.large-unstack > .columns, .large-unstack.padded-row > .columns {
    flex: 1 1 0px;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

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

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

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

.column.align-middle, .align-middle.columns {
  align-self: center;
}

.column.align-stretch, .align-stretch.columns {
  align-self: stretch;
}

/*
----------------
SECTION BLOCKS
----------------
*/
.page .chat_online {
  margin-bottom: 2.5rem;
}
@media (min-width: 40.0625rem) {
  .page .chat_online {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 48.0625rem) {
  .page .chat_online {
    margin-bottom: 7.5rem;
  }
}

.section--basic-page .section--global-spacing:last-child {
  margin-bottom: 0;
}

.main-content + .content-footer section {
  margin-top: -2.5rem;
}
@media (min-width: 40.0625rem) {
  .main-content + .content-footer section {
    margin-top: -3.125rem;
  }
}
@media (min-width: 48.0625rem) {
  .main-content + .content-footer section {
    margin-bottom: -7.5rem;
  }
}

.page.library_home .parallax-overlay--division {
  padding-top: 2.5rem;
}
@media (min-width: 40.0625rem) {
  .page.library_home .parallax-overlay--division {
    padding-top: 3.75rem;
  }
}

.page.library_home .section--events {
  margin-bottom: 2.5rem;
}
@media (min-width: 40.0625rem) {
  .page.library_home .section--events {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 48.0625rem) {
  .page.library_home .section--events {
    margin-bottom: 7.5rem;
  }
}

@media (min-width: 48.0625rem) {
  .medium-flex-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 48.0625rem) {
  .medium-no-wrap {
    flex-wrap: nowrap;
  }
}

.columns,
ul.row li,
ul.padded-row li,
ul#user-login li,
ul.profile li,
.section--listing--department ul li,
.additional-stories ul li,
.additional-stories li {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

/*
-------
HEADER
-------
*/
.search-block-form .form-search,
#search-form .form-search {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.search-block-form {
  position: relative;
}
.search-block-form .form-search {
  width: 100%;
}
.search-block-form .form-submit {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
  min-height: 0;
  padding: 0.75em 1.5em;
  margin: 0;
}

#search-form .form-search {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.home .header__search-overlay input[type=button],
.home .header__search-overlay button,
.landing_page .header__search-overlay input[type=button],
.landing_page .header__search-overlay button,
.l1_feature_landing .header__search-overlay input[type=button],
.l1_feature_landing .header__search-overlay button,
.school .header__search-overlay input[type=button],
.school .header__search-overlay button,
.division .header__search-overlay input[type=button],
.division .header__search-overlay button,
.header__search-overlay input[type=button],
.header__search-overlay button {
  right: 1.5625rem;
  top: 0.3125rem;
}

.back-to-main i {
  margin-right: 0.625rem;
  color: #ffaf1b;
}

.header__super .row, .header__super .padded-row {
  justify-content: flex-start;
}

.l-header .l-header__logo > a {
  display: block;
  width: 20rem;
  height: 2.5rem;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .l-header .l-header__logo > a {
    position: relative;
    right: 3.75rem;
    width: 20rem;
    height: 7.6875rem;
  }
}
.l-header .l-header__logo > a img {
  height: auto !important;
}
.l-header .l-header__logo > a .header__logo--expanded {
  display: none;
}
@media screen and (min-width: 1025px) {
  .l-header .l-header__logo > a .header__logo--expanded {
    display: block;
  }
}
.l-header .l-header__logo > a .header__logo--collapsed {
  display: block;
}
@media screen and (min-width: 1025px) {
  .l-header .l-header__logo > a .header__logo--collapsed {
    display: none;
  }
}
.l-header .header__logo--expanded {
  display: none;
  position: absolute;
  top: -1.125rem;
  right: 3.125rem;
  transform: scale(1.2);
}
.l-header .header__logo--collapsed {
  display: block;
}

.utlity-nav--left {
  margin-right: auto;
}

.utlity-nav--rwu-main {
  position: relative;
  margin-right: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .utlity-nav--rwu-main {
    height: 2.8125rem;
  }
}
@media screen and (min-width: 1025px) {
  .utlity-nav--rwu-main:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.625rem;
    right: 0;
    bottom: 0.3125rem;
    width: 1px;
    background-color: #9f9f9f;
  }
}
.utlity-nav--rwu-main a {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}

header:not(.sticky) .header__main {
  margin-top: 0 !important;
}

@media (min-width: 64.0625rem) {
  .navigation .navigation__primary-menu .menu-block-wrapper > ul > .li--level-one {
    width: auto;
  }
}

.utlity-nav--right {
  margin-top: -2.8125rem;
}
@media (min-width: 64.0625rem) {
  .utlity-nav--right {
    margin-top: 0;
    margin-right: 2.5rem;
  }
}

@media (max-width: 64rem) {
  .navigation__primary-menu {
    padding-left: 1.5625rem;
  }
}

@media (max-width: 64rem) {
  .navigation {
    top: 3.75rem;
    padding: 0;
  }
}
.navigation .li--level-one {
  position: relative;
}
.navigation .li--level-one:nth-child(n+4) .ul--level-two {
  right: 0;
  left: auto;
}
@media (min-width: 64.0625rem) {
  .navigation .li--level-one:hover .ul--level-two, .navigation .li--level-one.open .ul--level-two {
    display: block;
  }
}
.navigation .ul--level-two {
  background: none;
  padding: 0.625rem 1.25rem 1.875rem 1.25rem;
}
@media (min-width: 64.0625rem) {
  .navigation .ul--level-two {
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.4);
    width: 17.1875rem;
    background: #fff;
    text-align: left;
    padding: 0.625rem 0;
  }
}
.navigation .ul--level-two .li--level-two:not(:last-child),
.navigation .ul--level-two .li--level-two:first-child,
.navigation .ul--level-two .li--level-two {
  border: none;
}
.navigation .ul--level-two a {
  color: #fff;
  display: block;
  padding: 0 0 0.8125rem;
  white-space: normal;
}
@media (min-width: 64.0625rem) {
  .navigation .ul--level-two a {
    padding: 0.625rem 1.25rem;
    color: #1460AA;
  }
}
.navigation .ul--level-two a:hover {
  text-decoration: underline !important;
}

@media screen and (min-width: 1025px) {
  .sticky.l-header .header__logo--expanded {
    display: none !important;
  }
  .sticky.l-header .header__logo--collapsed {
    display: block !important;
    margin: 1.25rem auto;
    height: 2.375rem !important;
  }
  .sticky.l-header .l-header__logo > a {
    height: 5rem;
  }
}
.footer-main__dark-panel {
  position: relative;
}
@media (max-width: 48rem) {
  .footer-main__dark-panel {
    text-align: center;
    max-width: 100%;
    width: 100%;
    flex: 100%;
    border-bottom: 1px solid #4d7da4;
  }
}

#header__main--alternate > .row,
#header__main--alternate > .padded-row,
#header__main--alternate > #user-login,
#header__main--alternate > .profile,
.section--listing--department #header__main--alternate > ul,
.additional-stories #header__main--alternate > ul {
  padding: 0;
}

.l-header .l-header__logo--alternate > a {
  position: static;
  height: auto;
  float: right;
}

.fa--list span,
.fa--list li, .section--image-cta-feature--alternate p, .search-form ~ .pager, .accordion-drop-down__toggled-content--alternate > p, body {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 300;
}

.fa--list span,
.fa--list li, .search-form ~ .pager, .division h4, .division .h4,
.landing_page h4,
.landing_page .h4,
.l1_feature_landing h4,
.l1_feature_landing .h4,
.home h4,
.home .h4,
.school h4,
.school .h4, h4, .h4, h2.brand-line, .accordion-drop-down__toggled-content--program h4 {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
}

.news-listing__img-tag, .differentiator-btn-list button, .columns--grid-feature--alternate .section--grid-feature__content h3, .accordion-drop-down__toggle--alternate h3, .accordion-drop-down__toggled-content--program .institute-offering, .accordion-drop-down__toggle--program .accordion-drop-down--course__label, .accordion-drop-down__toggle--program .accordion-drop-down--course__number {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
}

.landing_page .section--listing__title h2,
.landing_page .section--l1__title h2,
.l1_feature_landing .section--listing__title h2,
.l1_feature_landing .section--l1__title h2,
.library_home .section--listing__title h2,
.library_home .section--l1__title h2,
.home .section--listing__title h2,
.home .section--l1__title h2,
.school .section--listing__title h2,
.school .section--l1__title h2,
.division .section--listing__title h2,
.division .section--l1__title h2,
.page.page .section--listing__title h2,
.page.page .section--l1__title h2, .page .page .section--listing__title h2,
.page .page .section--l1__title h2, .hero--interior__content__description, .school .hero--interior__content__title,
.l1_feature_landing .hero--interior__content__title,
.landing_page .hero--interior__content__title, .intro-text, .division h3, .division .h3,
.landing_page h3,
.landing_page .h3,
.l1_feature_landing h3,
.l1_feature_landing .h3,
.home h3,
.home .h3,
.school h3,
.school .h3, .division h2, .division .h2,
.landing_page h2,
.landing_page .h2,
.l1_feature_landing h2,
.l1_feature_landing .h2,
.home h2,
.home .h2,
.school h2,
.school .h2, .division h1, .division .h1,
.landing_page h1,
.landing_page .h1,
.l1_feature_landing h1,
.l1_feature_landing .h1,
.home h1,
.home .h1,
.school h1,
.school .h1, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "lexia", sans-serif;
  font-weight: 300;
}

blockquote {
  font-family: "lexia", sans-serif;
  font-weight: 300;
  font-style: italic;
}

body {
  font-size: 1.0625rem;
}
@media (min-width: 48.0625rem) {
  body {
    font-size: 1.3125rem;
  }
}

.accordion-drop-down__toggled-content--program h4 {
  font-size: 1.0625rem;
}
@media (min-width: 48.0625rem) {
  .accordion-drop-down__toggled-content--program h4 {
    font-size: 1.3125rem;
  }
}

.search-form ~ .pager, .accordion-drop-down__toggled-content--alternate > p {
  font-size: 1rem;
}
@media (min-width: 40.0625rem) {
  .search-form ~ .pager, .accordion-drop-down__toggled-content--alternate > p {
    font-size: 1.125rem;
  }
}

.fa--list span,
.fa--list li, .section--image-cta-feature--alternate p {
  font-size: 0.875rem;
}
@media (min-width: 40.0625rem) {
  .fa--list span,
  .fa--list li, .section--image-cta-feature--alternate p {
    font-size: 1rem;
  }
}

body {
  line-height: 1.5;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
}

h1, .h1 {
  font-size: 2.25rem;
}
@media (min-width: 48.0625rem) {
  h1, .h1 {
    font-size: 3.5rem;
  }
}

h2, .h2 {
  font-size: 2.125rem;
}
@media (min-width: 48.0625rem) {
  h2, .h2 {
    font-size: 2.75rem;
  }
}

h2.brand-line {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  h2.brand-line:after {
    content: " ";
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 0.125rem;
    margin-left: 1.25rem;
    background-color: #ffaf1b;
  }
}

h3, .h3 {
  font-size: 1.875rem;
  margin-top: 2.6875rem;
}
@media (min-width: 48.0625rem) {
  h3, .h3 {
    font-size: 2.375rem;
  }
}

h4, .h4 {
  font-size: 1.75rem;
}
@media (min-width: 48.0625rem) {
  h4, .h4 {
    font-size: 2.125rem;
  }
}

h5, .h5 {
  font-size: 1.625rem;
}
@media (min-width: 48.0625rem) {
  h5, .h5 {
    font-size: 1.875rem;
  }
}

.division h1, .division h2, .division h3, .division h4, .division h5, .division h6,
.landing_page h1,
.landing_page h2,
.landing_page h3,
.landing_page h4,
.landing_page h5,
.landing_page h6,
.l1_feature_landing h1,
.l1_feature_landing h2,
.l1_feature_landing h3,
.l1_feature_landing h4,
.l1_feature_landing h5,
.l1_feature_landing h6,
.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6,
.school h1,
.school h2,
.school h3,
.school h4,
.school h5,
.school h6 {
  margin-top: 0;
}
.division h1, .division .h1,
.landing_page h1,
.landing_page .h1,
.l1_feature_landing h1,
.l1_feature_landing .h1,
.home h1,
.home .h1,
.school h1,
.school .h1 {
  font-size: 2.25rem;
}
@media (min-width: 48.0625rem) {
  .division h1, .division .h1,
  .landing_page h1,
  .landing_page .h1,
  .l1_feature_landing h1,
  .l1_feature_landing .h1,
  .home h1,
  .home .h1,
  .school h1,
  .school .h1 {
    font-size: 4.5rem;
  }
}
.division h2, .division .h2,
.landing_page h2,
.landing_page .h2,
.l1_feature_landing h2,
.l1_feature_landing .h2,
.home h2,
.home .h2,
.school h2,
.school .h2 {
  font-size: 2.125rem;
  text-transform: none;
}
@media (min-width: 48.0625rem) {
  .division h2, .division .h2,
  .landing_page h2,
  .landing_page .h2,
  .l1_feature_landing h2,
  .l1_feature_landing .h2,
  .home h2,
  .home .h2,
  .school h2,
  .school .h2 {
    font-size: 2.75rem;
  }
}
.division h3, .division .h3,
.landing_page h3,
.landing_page .h3,
.l1_feature_landing h3,
.l1_feature_landing .h3,
.home h3,
.home .h3,
.school h3,
.school .h3 {
  font-size: 1.875rem;
  margin-top: 2.6875rem;
  text-transform: none;
}
@media (min-width: 48.0625rem) {
  .division h3, .division .h3,
  .landing_page h3,
  .landing_page .h3,
  .l1_feature_landing h3,
  .l1_feature_landing .h3,
  .home h3,
  .home .h3,
  .school h3,
  .school .h3 {
    font-size: 2.375rem;
  }
}
.division h4, .division .h4,
.landing_page h4,
.landing_page .h4,
.l1_feature_landing h4,
.l1_feature_landing .h4,
.home h4,
.home .h4,
.school h4,
.school .h4 {
  font-size: 1.75rem;
}
@media (min-width: 48.0625rem) {
  .division h4, .division .h4,
  .landing_page h4,
  .landing_page .h4,
  .l1_feature_landing h4,
  .l1_feature_landing .h4,
  .home h4,
  .home .h4,
  .school h4,
  .school .h4 {
    font-size: 2.125rem;
  }
}
.division h5, .division .h5,
.landing_page h5,
.landing_page .h5,
.l1_feature_landing h5,
.l1_feature_landing .h5,
.home h5,
.home .h5,
.school h5,
.school .h5 {
  font-size: 1.625rem;
}
@media (min-width: 48.0625rem) {
  .division h5, .division .h5,
  .landing_page h5,
  .landing_page .h5,
  .l1_feature_landing h5,
  .l1_feature_landing .h5,
  .home h5,
  .home .h5,
  .school h5,
  .school .h5 {
    font-size: 1.875rem;
  }
}

/*
-----------
ACCORDION
-----------
*/
.ul--accordion {
  margin-left: 0;
  padding-left: 0;
}

.accordion-drop-down {
  list-style: none;
}

.accordion-drop-down__toggle--program.accordion-drop-down__toggle--active .accordion-drop-down--course__number:after {
  height: 100%;
}
@media screen and (max-width: 640px) {
  .accordion-drop-down__toggle--program.accordion-drop-down__toggle--active .accordion-drop-down--course__number:after {
    height: 1px;
  }
}
@media screen and (min-width: 769px) {
  .accordion-drop-down__toggle--program:hover .accordion-drop-down--course__number:after {
    height: 100%;
  }
}
.accordion-drop-down__toggle--program h3 {
  padding: 0;
  display: flex;
}
@media screen and (max-width: 640px) {
  .accordion-drop-down__toggle--program h3 {
    display: block;
  }
  .accordion-drop-down__toggle--program h3:after {
    top: calc(50% + 2.1875rem / 2);
    bottom: auto;
    transform: translateY(-50%);
  }
  .accordion-drop-down__toggle--program h3 > span {
    display: block;
    width: 100%;
  }
}
.accordion-drop-down__toggle--program .accordion-drop-down--course__number {
  background: #84bce7;
  font-size: 1rem;
  padding: 1rem 1.25rem 0.6875rem 1.25rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .accordion-drop-down__toggle--program .accordion-drop-down--course__number {
    padding: 0.5rem 1.25rem;
  }
}
.accordion-drop-down__toggle--program .accordion-drop-down--course__number:after {
  content: "";
  position: absolute;
  background: #fff;
  transition: height 0.3s ease;
}
@media screen and (max-width: 640px) {
  .accordion-drop-down__toggle--program .accordion-drop-down--course__number:after {
    height: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 641px) {
  .accordion-drop-down__toggle--program .accordion-drop-down--course__number:after {
    bottom: 0;
    right: 0;
    height: 0;
    width: 0.125rem;
  }
}
.accordion-drop-down__toggle--program .accordion-drop-down--course__label {
  padding: 0.8125rem 3.4375rem 0.625rem 0.9375rem;
}

.accordion-drop-down__toggled-content--program .institute-offering {
  display: inline-block;
  background: #fff;
  font-size: 0.8125rem;
  text-transform: uppercase;
  padding: 0.25rem 0.9375rem 0.125rem;
  margin-bottom: 1.5625rem;
}
.accordion-drop-down__toggled-content--program .institute-offering::before, .accordion-drop-down__toggled-content--program .institute-offering::after {
  content: " ";
  display: table;
}
.accordion-drop-down__toggled-content--program .institute-offering::after {
  clear: both;
}
.accordion-drop-down__toggled-content--program p {
  max-width: 56.5625rem;
  margin-bottom: 2rem;
}
.accordion-drop-down__toggled-content--program__info-item {
  display: inline-block;
  margin: 0 2.5rem 0 0;
  max-width: 14.0625rem;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  .accordion-drop-down__toggled-content--program__info-item {
    width: 100%;
    max-width: none;
    margin: 0 0 1.5rem;
  }
  .accordion-drop-down__toggled-content--program__info-item h4,
  .accordion-drop-down__toggled-content--program__info-item span {
    float: left;
    width: 45%;
  }
  .accordion-drop-down__toggled-content--program__info-item span > span:not(.show-for-sr) {
    float: none;
    width: 100%;
  }
  .accordion-drop-down__toggled-content--program__info-item span > span:not(.show-for-sr) + span {
    margin-top: 0.5em;
  }
  .accordion-drop-down__toggled-content--program__info-item h4 {
    margin-right: 10%;
  }
  .accordion-drop-down__toggled-content--program__info-item .course-modal-button-open {
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  .accordion-drop-down__toggled-content--program__info-item + .course-program-faculty {
    margin-top: 0;
  }
  .accordion-drop-down__toggled-content--program__info-item + .course-program-faculty a {
    display: block;
  }
}

.program-accordion-container + .program-accordion-container {
  margin-top: 1.25rem;
}

.accordion-drop-down__toggle--alternate:hover, .accordion-drop-down__toggle--alternate.accordion-drop-down__toggle--active {
  background: none;
}
.accordion-drop-down__toggle--alternate:hover:before, .accordion-drop-down__toggle--alternate.accordion-drop-down__toggle--active:before, .accordion-drop-down__toggle--alternate:hover:after, .accordion-drop-down__toggle--alternate.accordion-drop-down__toggle--active:after {
  background-color: #002f55;
}
.accordion-drop-down__toggle--alternate:hover h3:before, .accordion-drop-down__toggle--alternate.accordion-drop-down__toggle--active h3:before {
  background-color: #002f55;
}
.accordion-drop-down__toggle--alternate:hover h3:after, .accordion-drop-down__toggle--alternate.accordion-drop-down__toggle--active h3:after {
  background: #002f55;
}

.accordion-drop-down__toggle--alternate.accordion-drop-down__toggle--active h3:before {
  transform: rotate(90deg);
}
.accordion-drop-down__toggle--alternate.accordion-drop-down__toggle--active h3:after {
  transform: rotate(180deg);
}

.accordion-drop-down__toggle {
  transition: border-color 0.4s ease;
}

.accordion-drop-down__toggle--alternate {
  background: none;
  border-top: 0.25rem solid #84BCE7;
  position: relative;
  font-size: 1.375rem;
}
.accordion-drop-down__toggle--alternate h3 {
  padding: 0.8125rem 3.4375rem 0.625rem 0.9375rem;
  /* Vertical line */
  /* horizontal line */
}
.accordion-drop-down__toggle--alternate h3:before, .accordion-drop-down__toggle--alternate h3:after {
  content: "";
  position: absolute;
  background-color: #84bce7;
  transition: transform 0.25s ease-out, background-color 0.4s ease-in;
  background-image: none;
}
.accordion-drop-down__toggle--alternate h3:before {
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.9375rem;
  width: 0.1875rem;
  height: 1.625rem;
}
.accordion-drop-down__toggle--alternate h3:after {
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.25rem;
  height: 0.1875rem;
  width: 1.625rem;
}
.accordion-drop-down__toggle--alternate:before, .accordion-drop-down__toggle--alternate:after {
  content: "";
  top: 0;
  width: 0.25rem;
  height: 1.5rem;
  background-color: #84BCE7;
  position: absolute;
  transition: background-color 0.4s ease;
}
.accordion-drop-down__toggle--alternate:before {
  left: 0;
}
.accordion-drop-down__toggle--alternate:after {
  right: 0;
}
.accordion-drop-down__toggled-content--alternate {
  background: none;
  padding: 1.25rem;
  margin-top: 0;
}
.accordion-drop-down__toggled-content--alternate > p {
  margin-bottom: 1.0625rem;
  max-width: 48rem;
}

.accordion-drop-down__toggled-content {
  margin-top: 1px;
}

/*
------------------------
GRID FEATURE ALTERNATE (CURRICULUM TRACKS)
------------------------
*/
.columns--grid-feature {
  width: 100%;
  flex: none;
  max-width: 100%;
}
@media (min-width: 40.0625rem) {
  .columns--grid-feature {
    width: 33.333%;
    max-width: 33.333%;
    flex: 1 1 33.333%;
  }
}

.section--grid-feature--alternate {
  margin-bottom: 2.8125rem;
}
@media (min-width: 40.0625rem) {
  .section--grid-feature--alternate {
    margin-bottom: 3.75rem;
  }
}
.section--grid-feature--alternate .row, .section--grid-feature--alternate .padded-row {
  padding: 0 !important;
  max-width: 72.5rem;
}
.section--grid-feature--alternate ul {
  display: block;
}
@media (min-width: 40.0625rem) {
  .section--grid-feature--alternate ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
  }
}

.section--grid-feature--alternate__intro p {
  max-width: 47.5rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 40.0625rem) {
  .section--grid-feature--alternate__intro p {
    margin-bottom: 3.4375rem;
  }
}

.columns--grid-feature--alternate {
  width: 100%;
  flex: none;
  max-width: 100%;
  padding: 0 0 0.125rem;
}
@media (min-width: 40.0625rem) {
  .columns--grid-feature--alternate {
    width: 33.333%;
    max-width: 33.333%;
    flex: 1 1 33.333%;
    padding: 0 0.0625rem;
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 64rem) {
  .columns--grid-feature--alternate {
    max-width: 25%;
    flex: 1 1 25%;
  }
}
.columns--grid-feature--alternate .section--grid-feature__content {
  align-items: flex-start;
  background-color: #D4E7F7;
}
.columns--grid-feature--alternate .section--grid-feature__content h3 {
  font-size: 1.375rem;
  margin-top: 0;
  margin-bottom: 0.9375rem;
  padding-bottom: 1rem;
  position: relative;
  color: #000;
}
.columns--grid-feature--alternate .section--grid-feature__content h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background: #fff;
  height: 0.125rem;
  max-width: 7.1875rem;
  opacity: 0;
  transition: width 2s ease, opacity 2.5s ease;
}
.columns--grid-feature--alternate .section--grid-feature__content p {
  display: block;
  padding-top: 0;
  color: #000;
}
.columns--grid-feature--alternate.active h3:after {
  opacity: 1;
  width: 100%;
}
.columns--grid-feature--alternate:hover .section--grid-feature__content {
  background: #ffaf1b;
}
.columns--grid-feature--alternate:hover h3 {
  color: #000;
}

@media (max-width: 56.3125rem) {
  .section--grid-feature__content {
    padding: 1.875rem 1.25rem;
    background-color: #00457c;
  }
  .columns--grid-feature {
    max-width: none;
    width: 100%;
    margin: 0 0 0.125rem 0;
  }
  .columns--grid-feature h3 {
    color: #fff;
  }
  .columns--grid-feature p {
    display: block;
  }
  .columns--grid-feature .arrow__top-point {
    transform: rotate(45deg) translateX(1px);
  }
  .columns--grid-feature .arrow__bottom-point {
    transform: rotate(-45deg) translateX(1px);
  }
}
/*
-----
HERO
-----
*/
.home .hero--home h1 {
  font-size: 2.25rem;
  line-height: 1;
  max-width: 14.0625rem;
  text-transform: none;
}
@media (min-width: 40.0625rem) {
  .home .hero--home h1 {
    font-size: 4rem;
    max-width: 24.6875rem;
  }
}
@media (min-width: 48.0625rem) {
  .home .hero--home h1 {
    font-size: 5.625rem;
    max-width: 34.625rem;
  }
}
@media (max-width: 40rem) {
  .home .hero--home .video-content {
    position: static;
  }
}
@media (max-width: 40rem) {
  .home .hero--home .video-ctas {
    position: absolute;
    bottom: 2.125rem;
    right: -2.1875rem;
  }
}

.hero-minimal {
  position: relative;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  overflow: hidden;
}
@media (min-width: 40.0625rem) {
  .hero-minimal {
    margin-bottom: 3.75rem;
    min-height: 18.75rem;
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 48.0625rem) {
  .hero-minimal {
    min-height: 25rem;
  }
}
@media (min-width: 40.0625rem) {
  .hero-minimal:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 56.6875rem;
    opacity: 0.6;
    background: linear-gradient(-296deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 90%);
    z-index: 2;
  }
}
.hero-minimal .compat-object-fit-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-minimal img {
  display: block;
  margin-bottom: 2.1875rem;
}
@media (min-width: 40.0625rem) {
  .hero-minimal img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    z-index: 1;
    margin-bottom: 0;
  }
}

.hero-minimal__title {
  position: relative;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.9375rem;
  z-index: 3;
  margin-bottom: 0;
}
@media (min-width: 40.0625rem) {
  .hero-minimal__title {
    margin-bottom: 4.1875rem;
  }
}
@media (min-width: 40.0625rem) {
  .hero-minimal__title h1 {
    color: #fff;
    font-size: 3.4375rem;
  }
}
@media (min-width: 48.0625rem) {
  .hero-minimal__title h1 {
    font-size: 5.625rem;
  }
}

.hero--interior {
  align-items: flex-end;
}
.hero--interior .padded-row {
  margin: 0 auto;
}

.hero--interior__content {
  margin-bottom: 1.875rem;
}
@media (min-width: 40.0625rem) {
  .hero--interior__content {
    margin-bottom: 3.75rem;
  }
}

.school .hero--interior__content__title,
.l1_feature_landing .hero--interior__content__title,
.landing_page .hero--interior__content__title {
  font-size: 2.25rem;
}
@media (min-width: 48.0625rem) {
  .school .hero--interior__content__title,
  .l1_feature_landing .hero--interior__content__title,
  .landing_page .hero--interior__content__title {
    font-size: 3.5rem;
  }
}

.hero--interior__content__description {
  font-size: 1.25rem;
}
@media (min-width: 48.0625rem) {
  .hero--interior__content__description {
    font-size: 1.75rem;
  }
}

/*
------------
DEGREE PANEL
------------
*/
.section--degree-panel {
  border-top: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
}

.section--degree-panel__flex-container {
  display: flex;
  flex-wrap: wrap;
}

.section--degree-panel__item {
  min-height: 16.5625rem;
  overflow: hidden;
  padding: 1.25rem;
  height: 50vh;
  background: #00457c;
  transition: background 0.4s ease;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section--degree-panel__item:first-child {
  border-bottom: 0.125rem solid #fff;
}
@media (min-width: 40.0625rem) {
  .section--degree-panel__item:first-child {
    border-right: 0.125rem solid #fff;
    border-bottom: none;
  }
}
.section--degree-panel__item .compat-object-fit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.25;
}
.section--degree-panel__item img {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.25;
  transition: opacity 0.4s ease, transform 1.2s ease-in-out;
}

.home .section--degree-panel__item__content,
.section--degree-panel__item__content {
  position: relative;
  z-index: 2;
  max-width: 37.5rem;
}
.home .section--degree-panel__item__content p, .home .section--degree-panel__item__content span, .home .section--degree-panel__item__content h2,
.section--degree-panel__item__content p,
.section--degree-panel__item__content span,
.section--degree-panel__item__content h2 {
  display: block;
  color: #fff;
  width: 100%;
}
.home .section--degree-panel__item__content span,
.section--degree-panel__item__content span {
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  transition: transform 0.4s ease;
  transform: translateY(15px);
}
.home .section--degree-panel__item__content h2,
.section--degree-panel__item__content h2 {
  margin-top: 0 !important;
  padding-bottom: 1rem;
  margin-bottom: 0.875rem;
  position: relative;
  text-align: center;
  display: inline-block;
  width: auto;
  transition: transform 0.4s ease;
  transform: translateY(10px);
}
.home .section--degree-panel__item__content h2:after,
.section--degree-panel__item__content h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 0.375rem;
  width: 0%;
  background: #ffaf1b;
  transition: width 0.4s ease;
}
.home .section--degree-panel__item__content p,
.section--degree-panel__item__content p {
  max-width: 31.25rem;
  margin: auto;
  transition: transform 0.4s ease;
  transform: translateY(-10px);
}

.home .section--degree-panel__item:hover,
.section--degree-panel__item:hover {
  text-decoration: none;
  background: #000;
}
.home .section--degree-panel__item:hover .compat-object-fit,
.section--degree-panel__item:hover .compat-object-fit {
  opacity: 0.4;
  transform: scare(1.05);
}
.home .section--degree-panel__item:hover img,
.section--degree-panel__item:hover img {
  opacity: 0.4;
  transform: scale(1.05);
}
.home .section--degree-panel__item:hover h2,
.home .section--degree-panel__item:hover span,
.home .section--degree-panel__item:hover p,
.section--degree-panel__item:hover h2,
.section--degree-panel__item:hover span,
.section--degree-panel__item:hover p {
  transform: none;
}
.home .section--degree-panel__item:hover h2:after,
.home .section--degree-panel__item:hover span:after,
.home .section--degree-panel__item:hover p:after,
.section--degree-panel__item:hover h2:after,
.section--degree-panel__item:hover span:after,
.section--degree-panel__item:hover p:after {
  width: 90%;
}

/*
---------------
RWU DIFFERENCE
---------------
*/
.section--differentiator,
.home section.section--differentiator .section--l1__title h2 {
  background: #D4E7F7 !important;
  color: #000;
}

.section--banded.section--differentiator {
  margin-bottom: 1.25rem;
  overflow-x: hidden;
}
.section--banded.section--differentiator .row, .section--banded.section--differentiator .padded-row {
  max-width: 90rem;
  padding: 0 1.25rem;
  width: 100%;
}
@media (min-width: 40.0625rem) {
  .section--banded.section--differentiator .row, .section--banded.section--differentiator .padded-row {
    padding: 0 2.5rem;
  }
}
.section--banded.section--differentiator h3, .section--banded.section--differentiator p {
  color: #000;
}
.section--banded.section--differentiator a {
  color: #002f55;
  font-size: 0.8125rem;
}
.section--banded.section--differentiator .accordion-drop-down__toggle--active {
  color: #fff;
}

.differentiator-btn-list {
  margin-left: 0;
  padding: 0;
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
  max-width: 80rem;
  margin-left: -0.625rem;
  justify-content: space-between;
}
@media (max-width: 47.875rem) {
  .differentiator-btn-list {
    display: none;
  }
}
.differentiator-btn-list li {
  list-style: none;
}
.differentiator-btn-list button {
  border: none;
  background: none;
  box-shadow: none;
  color: #002f55;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0 0.625rem 0.875rem;
  position: relative;
}
.differentiator-btn-list button:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 0;
  background: #ffaf1b;
  height: 0.375rem;
  transition: 0.4s ease width;
}
.differentiator-btn-list button.active:after, .differentiator-btn-list button:hover:after {
  width: 100%;
}

.differentiator {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.differentiator[aria-hidden=true] {
  display: none;
}
.differentiator .accordion-drop-down__toggle,
.differentiator .accordion-drop-down__toggle__span {
  display: block;
  width: 100%;
}
.differentiator .accordion-drop-down__toggle--active {
  background: #84BCE7;
}
.differentiator .accordion-drop-down__toggle {
  margin-bottom: 0.625rem;
  background: #84BCE7;
}
@media (min-width: 47.8125rem) {
  .differentiator .accordion-drop-down__toggle {
    display: none;
  }
}
.differentiator:last-child .accordion-drop-down__toggle {
  margin-bottom: 0;
}
.differentiator .accordion-drop-down__toggle__span {
  font-size: 0.9375rem;
  text-transform: uppercase;
}
.differentiator .accordion-drop-down__toggle__span:after {
  background-image: url("../img/plus-sign-white.svg");
}

@media (max-width: 47.875rem) {
  .mobile-accordion-content {
    display: none;
  }
}

.differentiator__content {
  max-width: 100%;
  width: 100%;
  flex: 1 1 100%;
  margin-top: 1.4375rem;
}
@media (min-width: 47.8125rem) {
  .differentiator__content {
    max-width: 16.25rem;
    width: 16.25rem;
    flex: 1 1 260px;
    margin-top: 0;
  }
}
@media (min-width: 64.0625rem) {
  .differentiator__content {
    max-width: 26.5625rem;
    width: 26.5625rem;
    flex: 1 1 425px;
  }
}
.differentiator__content h3 {
  margin-top: 0;
  margin-bottom: 0.625rem;
}
@media (min-width: 47.8125rem) {
  .differentiator__content h3 {
    margin-top: 0.375rem;
    margin-bottom: 1.0625rem;
  }
}

.differentiator__img {
  max-width: 100%;
  width: 100%;
  flex: 1 1 100%;
  margin-bottom: 1.875rem;
}
@media (min-width: 47.8125rem) {
  .differentiator__img {
    max-width: calc(100% - 260px);
    width: calc(100% - 260px);
    flex: 1 1 calc(100% - 260px);
    padding-left: 2.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 64.0625rem) {
  .differentiator__img {
    max-width: calc(100% - 425px);
    width: calc(100% - 425px);
    flex: 1 1 calc(100% - 425px);
    overflow: hidden;
  }
}
.differentiator__img img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}
@media (min-width: 47.8125rem) {
  .differentiator__img img {
    width: 110%;
    min-width: 48.75rem;
  }
}

/*
------------------
IMAGE CTA FEATURE
------------------
*/
.section--image-cta-feature--alternate .row, .section--image-cta-feature--alternate .padded-row {
  max-width: 56.25rem;
}
.section--image-cta-feature--alternate .image-cta-feature-item__img {
  margin-bottom: 0.5rem;
}
.section--image-cta-feature--alternate.section--banded {
  background-color: #EBEBEB;
}
.section--image-cta-feature--alternate.section--banded a {
  color: #1460AA;
}
.section--image-cta-feature--alternate.section--banded p, .section--image-cta-feature--alternate.section--banded h3 {
  color: #000;
}

.page.page .section--image-cta-feature--alternate.section--banded .section--l1__title h2 {
  background-color: #EBEBEB;
  color: #000;
}

.page.page .section--image-cta-feature--alternate .image-cta-feature-item h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.page.landing_page .section--image-cta-feature--alternate.section--banded {
  background-color: #fff;
}
.page.landing_page .section--image-cta-feature--alternate.section--banded h2 {
  background-color: #fff !important;
}

.twitter-carousel {
  background: #D4E7F7;
  padding: 1.875rem 0;
}
@media all and (min-width: 40.0625rem) {
  .twitter-carousel {
    padding: 3.75rem 0;
  }
}
@media all and (min-width: 1024px) {
  .twitter-carousel {
    padding: 5.625rem 0;
  }
}
.twitter-carousel__wrap {
  position: relative;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 0.9375rem 4.5rem;
}
@media all and (min-width: 40.0625rem) {
  .twitter-carousel__wrap {
    padding: 0 7.5rem;
  }
}
.twitter-carousel ul,
.twitter-carousel li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.twitter-carousel__pagers {
  position: absolute;
  right: 0;
  bottom: 3rem;
  left: 0;
}
@media all and (min-width: 40.0625rem) {
  .twitter-carousel__pagers {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.twitter-carousel__pager {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: #ffaf1b;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 2.666;
  transition: background 0.4s ease;
}
.twitter-carousel__pager:hover {
  background: #e59d19;
}
.twitter-carousel__pager .fa {
  position: relative;
}
.twitter-carousel__pager--prev {
  left: calc(50% - 2.625rem);
  transform: translateX(-50%);
}
@media all and (min-width: 40.0625rem) {
  .twitter-carousel__pager--prev {
    left: 3.75rem;
  }
}
.twitter-carousel__pager--prev .fa {
  right: 0.125rem;
}
.twitter-carousel__pager--next {
  right: calc(50% - 2.625rem);
  transform: translateX(50%);
}
@media all and (min-width: 40.0625rem) {
  .twitter-carousel__pager--next {
    right: 3.75rem;
  }
}
.twitter-carousel__pager--next .fa {
  left: 0.125rem;
}

.hp-tweet__text {
  margin-bottom: 0.6875rem;
  border-bottom: 1px solid #84bce7;
  font-family: "lexia", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}
@media all and (min-width: 40.0625rem) {
  .hp-tweet__text {
    margin-bottom: 1.3125rem;
  }
}
@media all and (min-width: 48.0625rem) {
  .hp-tweet__text {
    font-size: 1.875rem;
  }
  .hp-tweet__text p {
    margin-bottom: 1.3125rem;
  }
}
.hp-tweet__meta {
  font-size: 1rem;
}
.hp-tweet__icon, .hp-tweet__username {
  margin-right: 0.625rem;
}
.hp-tweet__username {
  font-weight: 600;
}
.hp-tweet__date {
  display: block;
  margin-top: 0.3125rem;
  font-weight: 400;
}
@media all and (min-width: 40.0625rem) {
  .hp-tweet__date {
    display: inline;
    margin-left: 0.625rem;
  }
}
.hp-tweet__image {
  display: none;
}
@media all and (min-width: 40.0625rem) {
  .hp-tweet__image {
    display: block;
  }
}

.page .main-content + .content-footer > section,
.page .main-content + .content-footer > div:not(.program-accordion-container) {
  margin-top: 0;
}

.page .main-content + .content-footer > section,
.page .main-content + .content-footer > div:nth-of-type(n+2) {
  margin-bottom: 2.5rem;
}
@media (min-width: 40.0625rem) {
  .page .main-content + .content-footer > section,
  .page .main-content + .content-footer > div:nth-of-type(n+2) {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 48.0625rem) {
  .page .main-content + .content-footer > section,
  .page .main-content + .content-footer > div:nth-of-type(n+2) {
    margin-bottom: 7.5rem;
  }
}

.staff__info-item p {
  margin-bottom: 0;
}
.staff__info-item--publications::before, .staff__info-item--publications::after {
  content: " ";
  display: table;
}
.staff__info-item--publications::after {
  clear: both;
}
.staff__info-item--publications a {
  float: left;
  clear: left;
}

@media all and (min-width: 769px) {
  .profile-courses {
    width: calc(133.333% + 0.625rem);
  }
}
@media all and (min-width: 640px) {
  .page.library_home .chat_online {
    width: auto;
    clear: none;
    margin: 0;
    display: inline;
  }
  .page.library_home .additional-resources {
    width: calc(100% - 18.125rem);
    margin-right: 1.875rem;
    float: left;
  }
}

.library-header .field-group-tabs-wrapper {
  width: 100%;
}
.library-header form {
  margin-bottom: 0;
}
.library-header form::before, .library-header form::after {
  content: " ";
  display: table;
}
.library-header form::after {
  clear: both;
}
.library-header form .QuickDropdown,
.library-header form .QuickKeywords {
  display: inline;
}
.library-header form input,
.library-header form select {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
@media all and (min-width: 640px) {
  .library-header form input,
  .library-header form select {
    margin-bottom: 0;
  }
}
.library-header form [type=text] {
  border: 0;
  width: 100%;
  min-width: 18.75rem;
}
@media all and (min-width: 640px) {
  .library-header form [type=text] {
    width: calc(100% - 20.5rem);
    min-width: 0;
  }
}
.library-header form [type=submit] {
  margin: 0;
  border: 0;
  cursor: pointer;
}

.has-alert .library_home .hero__img {
  position: fixed;
}

.library_home .parallax-overlay--library-search + .parallax-overlay--division {
  padding-top: 0 !important;
}
.library_home .section-happenings .section--listing__title {
  margin-bottom: 3.125rem !important;
}
.library_home .section-happenings h2 {
  background: #ebebeb !important;
}
@media screen and (min-width: 1025px) {
  .library_home .library-header {
    top: -3.4375rem;
  }
}
.library_home .library-header [href="#edit-group-all"],
.library_home .library-header [aria-controls=edit-group-all] {
  display: none !important;
}
.library_home [type=submit] {
  -webkit-appearance: none;
}

.page.library_home #main-menu .ul--level-one li:nth-child(1),
.page.library_home #main-menu .ul--level-one li:nth-child(2) {
  width: auto;
}

@media (max-width: 64rem) {
  #header__main--alternate .navigation {
    top: 7.625rem;
  }
}
.application__step h2 {
  margin-top: 2.8125rem;
}

.icon-feature__link a {
  color: #1460AA !important;
}

@media screen and (max-width: 768px) {
  .home .section--events {
    margin-bottom: 2.5rem;
  }
}

.homepage-checkerboard__link a:hover {
  color: #fff;
}

.course-prerequisite {
  max-width: none;
}

.blog__button {
  margin: 0.25rem 0 2em;
}

.section--news .section--listing__link {
  margin-top: 2em;
}

.hero--video:not(.hero--interior) {
  height: 88vh;
}
@media screen and (max-width: 1024px) {
  .hero--video:not(.hero--interior) {
    height: 66vh;
  }
}

.staff__title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.detail-page--staff .staff__title {
  font-style: italic;
  font-weight: 700;
}
.featured-story .staff__title {
  font-size: 1.25rem;
}

.detail-page__social-media-list h2 {
  margin-top: 2.8125rem;
}

.page.program .program-breadcrumbs {
  margin: 0.5rem 0;
}
@media screen and (min-width: 641px) {
  .page.program .program-breadcrumbs {
    margin: -3.75rem 0 2.5rem;
  }
}
.page.program .main-content {
  padding-top: 0;
}
.page.program .hero-minimal {
  display: block;
  height: auto;
  max-width: none;
}
@media screen and (max-width: 640px) {
  .page.program .hero-minimal:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
  }
}
@media screen and (min-width: 769px) {
  .page.program .hero-minimal {
    height: 25rem;
  }
}
.page.program .hero-minimal img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  z-index: 1;
  margin-bottom: 0;
}
.page.program .hero-minimal .padded-row {
  position: relative;
  height: 100%;
}
.page.program .hero-minimal__title {
  margin: 0;
  padding: 0;
}
.page.program .hero-minimal__title h1 {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .page.program .hero-minimal__title {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 769px) {
  .page.program .hero-minimal__title {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    max-width: 47.5rem;
    padding: 0 1.25rem;
  }
  .page.program .hero-minimal__title h1 {
    font-size: 3.5rem;
  }
}
.page.program .hero-minimal__title p {
  color: #fff;
  font-family: "lexia", sans-serif, serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5555555556;
  margin-bottom: 0;
}
@media screen and (min-width: 641px) {
  .page.program .hero-minimal__title p {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 641px) {
  .page.program .section--featured-story,
  .page.program .section--news {
    margin: 7.5rem 0 !important;
  }
}
@media screen and (min-width: 641px) {
  .page.program .section--courses {
    margin: 3.75rem 0 !important;
  }
}
.page.program .featured-story {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .featured-story .story__img {
    margin: 1.25rem 0 2.5rem;
  }
}

@media screen and (max-width: 769px) {
  .page.landing_page .section--wysiwyg, .page.landing_page .section--wysiwyg p,
  .page.landing_page .image-cta-feature-item,
  .page.landing_page .image-cta-feature-item p {
    margin-bottom: 0;
  }
  .page.landing_page .section--promo-callout__content a {
    margin-bottom: 0;
  }
  .page.landing_page .section--image-cta-feature {
    margin-bottom: 0 !important;
  }
  .page.landing_page .section--events li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .page.landing_page .page.landing_page .parallax-overlay > .section--promo-callout:first-child {
    margin-top: -6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .page.landing_page .hero--interior__content {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    left: 1.25rem;
    transform: translateY(-50%);
    margin-bottom: 0;
  }
  .page.landing_page .hero--interior__content p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .page.landing_page .hero--interior__content {
    margin-bottom: 6.875rem;
  }
}
@media screen and (min-width: 769px) {
  .page.landing_page .parallax-overlay {
    padding-top: 6.25rem;
  }
  .page.landing_page .section--wysiwyg {
    margin-bottom: 4.3125rem;
  }
  .page.landing_page .section--image-cta-feature {
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .page.landing_page .faculty-list-item .h4 {
    margin-top: 0;
  }
  .page.landing_page .section--promo-callout__img {
    margin: -1.25rem 0 1.25rem;
  }
}
.page.landing_page .section--promo-callout {
  margin-top: 0;
}
.page.landing_page .section--promo-callout__img figure {
  margin-bottom: 0;
}
.page.landing_page .video-embed-field-responsive-video {
  margin-bottom: 0;
}

.icon-feature__link {
  color: #1460AA !important;
}
.icon-feature__link:after {
  display: inline-block;
  text-decoration: none !important;
}

/*
-------------------
PAGINATION
-------------------
*/
.search-form ~ .pager {
  padding-bottom: 30px;
  border-top: 2px solid #ccc;
  padding-top: 30px;
  margin-top: 20px;
}
.search-form ~ .pager .pager__items {
  margin: 0;
  padding: 0;
}
.search-form ~ .pager .pager__items li {
  margin-right: 0.625rem;
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #84bce7;
  text-align: center;
  min-height: 2.3125rem;
  min-width: 2.3125rem;
}
.search-form ~ .pager .pager__items li a {
  height: 2.3125rem;
  width: 2.3125rem;
  display: block;
  padding-top: 0.4375rem;
}
.search-form ~ .pager .pager__items li a:focus {
  border: 0.125rem solid #ffaf1b;
}
.search-form ~ .pager .pager__items li.current a {
  color: #fff;
  background: #00457c;
  border: none;
}
.search-form ~ .pager .pager__items .pager__item--last, .search-form ~ .pager .pager__items .pager__item--first {
  background: none;
  padding-top: 0.25rem;
}
.search-form ~ .pager .pager__items .pager__item--last span, .search-form ~ .pager .pager__items .pager__item--first span {
  background: transparent;
  font-weight: normal;
  width: auto;
}
.search-form ~ .pager .pager__items .pager__item--previous a,
.search-form ~ .pager .pager__items .pager__item--next a {
  position: relative;
}
.search-form ~ .pager .pager__items .pager__item--previous a:after,
.search-form ~ .pager .pager__items .pager__item--next a:after {
  font-family: "FontAwesome";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  font-size: 0.875rem;
  padding-top: 0.25rem;
}
.search-form ~ .pager .pager__items .pager__item--previous span,
.search-form ~ .pager .pager__items .pager__item--next span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.search-form ~ .pager .pager__items .pager__item--previous a:after {
  content: "\f053";
  margin-right: 0.125rem;
}
.search-form ~ .pager .pager__items .pager__item--next a:after {
  content: "\f054";
  margin-left: 0.125rem;
}
.search-form ~ .pager .pager__items .pager__item--first a,
.search-form ~ .pager .pager__items .pager__item--last a {
  height: auto;
  width: auto;
  border: none;
  border-radius: 0px;
  border: none;
  padding: 5px 0 0 0;
}
.search-form ~ .pager .pager__item.is-active a {
  background-color: #002f55;
  color: #fff;
}

/*
------------
EU Cookie Policy
------------
*/
.eu-cookie-compliance-banner {
  font-family: inherit;
  font-weight: 600;
  position: relative;
}

.eu-cookie-compliance-content {
  padding: 50px 20px 20px;
  float: none;
  display: flex;
}
@media (max-width: 1325px) {
  .eu-cookie-compliance-content {
    max-width: none;
  }
}
@media (max-width: 1100px) {
  .eu-cookie-compliance-content {
    display: block;
  }
}

.eu-cookie-compliance-buttons {
  margin: 0;
  float: none;
  max-width: none;
}

.eu-cookie-compliance-secondary-button {
  text-decoration: none;
  transition: color 0.2s ease-out, background 0.2s ease-out;
  text-transform: uppercase;
  color: #002f55;
  background-color: #ffaf1b;
  border-radius: 1.5625rem;
  display: inline-block;
  margin-bottom: 2.1875rem;
  font-size: 0.8125rem;
  padding: 0.5625rem 1.8125rem 0.4375rem;
  font-family: inherit;
  font-size: inherit;
  margin: 0 0 2px 0;
  text-transform: none;
}
@media (max-width: 40.0625rem) {
  .eu-cookie-compliance-secondary-button {
    font-size: 0.8125rem;
  }
}
.eu-cookie-compliance-secondary-button:hover,
.eu-cookie-compliance-secondary-button a:hover {
  background-color: #003b6a;
  text-decoration: none;
  color: #fff;
}
.eu-cookie-compliance-secondary-button a {
  color: #fff;
}
@media (max-width: 960px) {
  .eu-cookie-compliance-secondary-button {
    margin: 10px 20px 10px 0;
  }
}

.eu-cookie-compliance-default-button,
.eu-cookie-compliance-default-button:hover {
  box-shadow: none;
  background-color: inherit;
  background-image: none;
  border: none;
  color: #fff;
  text-shadow: none;
  font-size: 0;
  position: absolute;
  top: 20px;
  right: 20px;
}

.eu-cookie-compliance-default-button::after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 1.3125rem;
}

.eu-cookie-compliance-message {
  float: none;
  max-width: none;
  margin: 0;
}
.eu-cookie-compliance-message p {
  font-weight: 600;
  font-size: inherit;
}

.find-more-button {
  font-size: 1.125rem;
  text-decoration: none;
  font-weight: 300;
  margin: 0 60px 0 5px;
}
@media (max-width: 960px) {
  .find-more-button {
    margin: 10px 20px 10px 0;
    display: inline-block;
  }
}

/*
--------
LISTING
--------
*/
input[type=text] {
  color: #4a4a4a;
  font-family: "canada-type-gibson", sans-serif;
}

.landing_page .section--banded .section--l1__title h2,
.l1_feature_landing .section--banded .section--l1__title h2,
.library_home .section--banded .section--l1__title h2,
.home .section--banded .section--l1__title h2,
.school .section--banded .section--l1__title h2,
.division .section--banded .section--l1__title h2,
.page.page .section--banded .section--l1__title h2, .page .page .section--banded .section--l1__title h2 {
  background: #444;
}
.landing_page .section--listing__title,
.landing_page .section--l1__title,
.l1_feature_landing .section--listing__title,
.l1_feature_landing .section--l1__title,
.library_home .section--listing__title,
.library_home .section--l1__title,
.home .section--listing__title,
.home .section--l1__title,
.school .section--listing__title,
.school .section--l1__title,
.division .section--listing__title,
.division .section--l1__title,
.page.page .section--listing__title,
.page.page .section--l1__title, .page .page .section--listing__title,
.page .page .section--l1__title {
  position: relative;
  margin-bottom: 1.875rem;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 48.0625rem) {
  .landing_page .section--listing__title,
  .landing_page .section--l1__title,
  .l1_feature_landing .section--listing__title,
  .l1_feature_landing .section--l1__title,
  .library_home .section--listing__title,
  .library_home .section--l1__title,
  .home .section--listing__title,
  .home .section--l1__title,
  .school .section--listing__title,
  .school .section--l1__title,
  .division .section--listing__title,
  .division .section--l1__title,
  .page.page .section--listing__title,
  .page.page .section--l1__title, .page .page .section--listing__title,
  .page .page .section--l1__title {
    margin-bottom: 3.125rem;
    padding-right: 0;
  }
}
@media (min-width: 48.0625rem) {
  .landing_page .section--listing__title:after,
  .landing_page .section--l1__title:after,
  .l1_feature_landing .section--listing__title:after,
  .l1_feature_landing .section--l1__title:after,
  .library_home .section--listing__title:after,
  .library_home .section--l1__title:after,
  .home .section--listing__title:after,
  .home .section--l1__title:after,
  .school .section--listing__title:after,
  .school .section--l1__title:after,
  .division .section--listing__title:after,
  .division .section--l1__title:after,
  .page.page .section--listing__title:after,
  .page.page .section--l1__title:after, .page .page .section--listing__title:after,
  .page .page .section--l1__title:after {
    transition: width 1.7s ease;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 0.0625rem;
    margin: auto;
    width: 0;
    background: #84bce7;
    max-width: 72.5rem;
  }
}
.landing_page .section--listing__title h2,
.landing_page .section--l1__title h2,
.l1_feature_landing .section--listing__title h2,
.l1_feature_landing .section--l1__title h2,
.library_home .section--listing__title h2,
.library_home .section--l1__title h2,
.home .section--listing__title h2,
.home .section--l1__title h2,
.school .section--listing__title h2,
.school .section--l1__title h2,
.division .section--listing__title h2,
.division .section--l1__title h2,
.page.page .section--listing__title h2,
.page.page .section--l1__title h2, .page .page .section--listing__title h2,
.page .page .section--l1__title h2 {
  margin-top: 0;
  background: #fff;
  text-transform: none;
  padding-bottom: 0;
  margin-bottom: 0;
  display: flex;
  z-index: 2;
  position: relative;
}
@media (min-width: 48.0625rem) {
  .landing_page .section--listing__title h2,
  .landing_page .section--l1__title h2,
  .l1_feature_landing .section--listing__title h2,
  .l1_feature_landing .section--l1__title h2,
  .library_home .section--listing__title h2,
  .library_home .section--l1__title h2,
  .home .section--listing__title h2,
  .home .section--l1__title h2,
  .school .section--listing__title h2,
  .school .section--l1__title h2,
  .division .section--listing__title h2,
  .division .section--l1__title h2,
  .page.page .section--listing__title h2,
  .page.page .section--l1__title h2, .page .page .section--listing__title h2,
  .page .page .section--l1__title h2 {
    padding: 0 1.25rem 0;
  }
}
.landing_page .section--listing__title h2:after,
.landing_page .section--l1__title h2:after,
.l1_feature_landing .section--listing__title h2:after,
.l1_feature_landing .section--l1__title h2:after,
.library_home .section--listing__title h2:after,
.library_home .section--l1__title h2:after,
.home .section--listing__title h2:after,
.home .section--l1__title h2:after,
.school .section--listing__title h2:after,
.school .section--l1__title h2:after,
.division .section--listing__title h2:after,
.division .section--l1__title h2:after,
.page.page .section--listing__title h2:after,
.page.page .section--l1__title h2:after, .page .page .section--listing__title h2:after,
.page .page .section--l1__title h2:after {
  display: none;
}

.section--listing.active .section--listing__title:after,
.section--l1.active .section--l1__title:after {
  width: 100%;
}

.section--listing__link {
  position: relative;
  top: auto;
  right: auto;
}

.featured-story {
  width: 100%;
}

.fa--list span:before,
.fa--list li:before {
  color: #002f55;
}
.fa--list span:not(:last-child),
.fa--list li:not(:last-child) {
  margin-bottom: 0.875rem;
}

.form-submit[data-drupal-selector=edit-reset],
button.btn[data-drupal-selector=edit-reset] {
  background-position: right 15px center;
}

select {
  background-position: right 12px center;
}

@media screen and (max-width: 640px) {
  .pager {
    text-align: center;
  }
  .pager .pager__items .pager__item {
    display: none;
  }
  .pager .pager__items .pager__item.is-active, .pager .pager__items .pager__item[class*="--"] {
    display: inline-block;
  }
}
/*
-----------------
PROGRAMS/COURSES
-----------------
*/
.sidebar-col {
  margin-bottom: 2.8125rem;
}

.program-detail .section--featured-story {
  margin-bottom: 2.5rem;
}
@media (min-width: 40.0625rem) {
  .program-detail .section--featured-story {
    margin-bottom: 3.75rem;
  }
}
.program-detail .section--featured-story .row .row, .program-detail .section--featured-story .padded-row .row, .program-detail .section--featured-story .row .padded-row, .program-detail .section--featured-story .padded-row .padded-row {
  margin: 0;
}
.program-detail .section--featured-story .featured-story {
  width: 100%;
  margin-bottom: 0;
}

/*
-----
NEWS
-----
*/
.news-listing--small {
  position: relative;
}
.news-listing--small img {
  border-bottom: 0.0625rem solid #fff;
}

.section--news .row, .section--news .padded-row {
  width: 100%;
}
.section--news ul {
  padding: 0;
}
.section--news li {
  padding: 0 1.25rem;
}

.news-listing--small__content {
  border-top: none;
}

.news-listing__img-tag {
  display: inline-block;
  position: absolute;
  text-transform: uppercase;
  width: auto;
  left: 0;
  top: 0;
  background: #ffaf1b;
  padding: 0.4375rem 0.375rem;
  font-size: 0.9375rem;
  color: #000;
  line-height: 1.1;
  z-index: 2;
}
.news-listing__img-tag + .listing__content {
  margin-top: 1.875rem;
}

.section--courses {
  margin-bottom: 1.875rem;
}
@media (min-width: 48.0625rem) {
  .section--courses {
    margin-bottom: 4.375rem;
  }
}

.course-alert {
  margin-bottom: 0.6875rem;
  padding: 0.75em 1em;
  background: #fe5000;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 40.0625rem) {
  .course-alert {
    margin-bottom: 1.3125rem;
  }
}
@media (min-width: 48.0625rem) {
  .course-alert {
    margin-bottom: 1.9375rem;
  }
}
.course-alert p {
  display: inline;
}
.course-alert a {
  color: inherit;
  text-decoration: underline;
}
.course-alert a:hover {
  text-decoration: none;
}
.course-alert .fa {
  margin-right: 0.5em;
  font-size: 1.2em;
  line-height: 1;
  vertical-align: bottom;
}

.course-program-faculty {
  margin-top: 1.5rem;
}
.course-program-faculty a {
  font-weight: 400;
}
.course-program-faculty a:nth-last-child(n+2):after {
  content: ",";
  margin-right: 0.25em;
}

.course-modal-button-open,
.course-modal-button-close {
  color: #1460AA;
  cursor: pointer;
  transition: color 0.4s ease;
}
.course-modal-button-open:hover,
.course-modal-button-close:hover {
  color: #84BCE7;
}

.course-modal-button-open {
  display: inline !important;
  font-size: 0.857em;
}

.course-modal-button-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
}
.course-modal-button-close .fa {
  line-height: 2.3;
}

.course-modal {
  display: none;
}
.course-modal-open .course-modal {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  width: 80vw;
  max-width: 64rem;
  height: 80vh;
  max-height: 48rem;
  padding: 1.875rem;
  overflow-y: scroll;
  background: #ffffff;
}

.course-modal-open {
  overflow: hidden;
}
.course-modal-open:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.75);
}

.filters--course input {
  font-family: "canada-type-gibson", sans-serif;
}
.filters--course label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.filters--course [name=course_name],
.filters--course [name=course_faculty] {
  width: 18.75rem;
  max-width: 100%;
}
.filters--course [name=course_name] input,
.filters--course [name=course_faculty] input {
  width: 100%;
}
@media all and (min-width: 640px) {
  .filters--course [name=institute_offering] {
    min-width: 26.5625rem;
  }
}
.filters--course .form-actions {
  width: 100%;
}
.filters--course .form-item {
  float: left;
  max-width: 100%;
}

.courses-more-button-wrap {
  width: 100%;
}

.courses-more-button {
  margin-top: 0.75rem;
  margin-bottom: 2em;
  padding: 0.5em 1em;
  background: #cee4f5;
  border: 0;
  cursor: pointer;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: background 0.4s ease;
}
.courses-more-button:hover {
  background: #84BCE7;
}
.courses-more-button:hover .fa {
  color: #1460AA;
}
.courses-more-button .fa {
  margin-left: 0.75em;
  color: #ffaf1b;
  font-size: 1.14em;
  transition: color 0.4s ease;
}

.courses-more-filters {
  display: none;
  max-width: 100%;
}
.courses-more-filters--open {
  display: block;
  margin-bottom: 0.75rem;
}

.listing--course > h3:first-of-type {
  margin-top: 0;
}

.ui-autocomplete {
  padding: 0.9375rem;
  background: #ffffff;
  border: 1px solid #1460AA;
  color: #1460AA;
  display: block !important;
}
.ui-autocomplete a {
  display: block;
  width: 100%;
  font-size: 1rem;
  text-decoration: none !important;
}
.ui-autocomplete a:hover {
  color: #84BCE7;
}
.ui-autocomplete .ui-state-focus {
  margin: 0;
}

@media all and (min-width: 641px) {
  [id=views-exposed-form-faculty-staff-profile-listing-faculty-staff-listing-block] ~ h3,
  [id=views-exposed-form-faculty-staff-profile-listing-faculty-listing-block] ~ h3 {
    font-size: 2.75rem;
    line-height: 1.2;
  }
}

.profile__name {
  margin: 0 auto 0.375em;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (min-width: 641px) {
  .profile__name {
    margin-bottom: 0.5em;
    font-size: 1.333em;
    line-height: 1.444;
  }
}
.profile__icon {
  margin-bottom: 0.25em;
}
.profile__icon .fa {
  width: 1.75em;
  color: #ffaf1b;
}
.profile__email {
  font-weight: 400;
}
.profile--large-listing {
  margin-bottom: 3em;
  font-size: 1rem;
}
@media all and (min-width: 641px) {
  .profile--large-listing {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 769px) {
  .profile--large-listing {
    margin-bottom: 1.5em;
  }
}
@media all and (min-width: 641px) {
  .profile--large-listing .profile__phone {
    margin-top: 2.666em;
  }
}
@media all and (max-width: 640px) {
  .profile--large-listing .row .row, .profile--large-listing .padded-row .row, .profile--large-listing .row .padded-row, .profile--large-listing .padded-row .padded-row {
    display: block;
  }
  .profile--large-listing .row .row .columns, .profile--large-listing .padded-row .row .columns, .profile--large-listing .row .padded-row .columns, .profile--large-listing .padded-row .padded-row .columns {
    padding-right: 0;
    padding-left: 0;
  }
}

.profile-listing-view {
  margin-top: 3rem;
}
@media all and (min-width: 769px) {
  .profile-listing-view {
    margin-top: 7.5rem;
  }
}
.profile-listing-view form {
  position: relative;
  margin-bottom: 2rem;
}
.profile-listing-view form:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  background: #d3d3d3;
}
.profile-listing-view form:before {
  top: -4rem;
}
@media all and (min-width: 769px) {
  .profile-listing-view form:before {
    top: -6.5rem;
  }
}
.profile-listing-view .dept-cta {
  position: relative;
}
.profile-listing-view .dept-cta:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  background: #d3d3d3;
  bottom: -1.5rem;
}
@media all and (min-width: 769px) {
  .profile-listing-view .dept-cta:after {
    bottom: -3rem;
  }
}
@media all and (min-width: 769px) {
  .profile-listing-view .dept-cta {
    margin-bottom: 7rem;
  }
}
.profile-listing-view .views-header {
  height: auto !important;
  min-height: 0 !important;
}
.profile-listing-view .views-header p {
  margin-bottom: 1em;
}
.profile-listing-view label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.profile-listing-view .form-item {
  float: left;
  margin-right: 1em;
  margin-bottom: 1.4em;
}
.profile-listing-view [name=faculty_name] {
  width: 18.75rem;
  max-width: 100%;
}
.profile-listing-view .form-actions {
  clear: both;
  margin-top: 2rem;
}

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

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

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

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

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

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

@font-face {
  font-family: "FreightSansProBook-Regular";
  src: url("../../fonts/FreightSansProBook-Regular.ttf");
}
.FFR {
  font-family: "FreightSansProBook-Regular";
}

@font-face {
  font-family: "FreightSansProMedium-Regular";
  src: url("../../fonts/FreightSansProMedium-Regular.ttf");
}
.FFM {
  font-family: "FreightSansProMedium-Regular";
}

@font-face {
  font-family: "FreightSansProBold-Regular";
  src: url("../../fonts/FreightSansProBold-Regular.ttf");
}
.FFB {
  font-family: "FreightSansProBold-Regular";
}

@font-face {
  font-family: "FreightSansProSemibold-Regular";
  src: url("../../fonts/FreightSansProSemibold-Regular.ttf");
}
.FFS {
  font-family: "FreightSansProSemibold-Regular";
}

.NHB {
  background-color: #003865;
  padding: 0 10px;
  border-top: 5px solid #A4C8E1;
}
.NHB .logo-image {
  display: flex;
}
.NHB .logo-image img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 640px) {
  .NHB .logo-image img {
    width: 40%;
  }
}
.NHB .button-block {
  text-align: right;
}
.NHB .button-block .button {
  font-family: "FreightSansProSemibold-Regular";
  text-decoration: none;
  background-color: #FDB913;
  color: #231F20;
  padding: 11px 35px 13px;
  border: 2px solid #FDB913;
  transition: 0.7s;
  font-size: 20px;
}
.NHB .button-block .button:hover {
  border: 2px solid #231F20;
}
@media screen and (max-width: 1024px) {
  .NHB .button-block .button {
    padding: 7px 15px 9px;
    font-size: 15px;
  }
}

.HHS {
  background-image: url("../../images/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 20px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media screen and (min-width: 1500px) {
  .HHS {
    min-height: 700px;
  }
}
@media screen and (max-width: 640px) {
  .HHS {
    min-height: 300px;
  }
}
.HHS .title {
  margin: 0;
  color: #fff;
  font-size: 70px;
  line-height: 78px;
  padding-bottom: 40px;
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 640px) {
  .HHS .title {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 20px;
  }
}
.HHS .button {
  font-family: "FreightSansProSemibold-Regular";
  text-decoration: none;
  background-color: #FDB913;
  color: #231F20;
  padding: 11px 35px 13px;
  border: 2px solid #FDB913;
  transition: 0.7s;
  font-size: 20px;
}
.HHS .button:hover {
  border: 2px solid #231F20;
}
@media screen and (max-width: 1024px) {
  .HHS {
    display: none;
  }
}

.HITS {
  padding: 80px 20px;
}
@media screen and (max-width: 1024px) {
  .HITS {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .HITS .row, .HITS .padded-row {
    text-align: center;
    margin: auto;
  }
}
.HITS .image-block img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .HITS .image-block {
    text-align: center;
    margin: auto;
  }
}
.HITS .content-block .title {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 31px;
  color: #003865;
}
.HITS .content-block .desc p {
  font-size: 17px;
  line-height: 24px;
  color: #231F20;
  margin: 0 0 30px;
}

.LSS {
  padding: 90px 20px;
  background-color: #EBF2FB;
}
@media screen and (max-width: 640px) {
  .LSS {
    padding: 50px 20px;
  }
}
.LSS .title-box-header {
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .LSS .title-box-header {
    padding-bottom: 20px;
  }
}
.LSS .title-box-header .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}
.LSS .title-box-header .title-box .line-svg {
  max-width: 100px;
}
@media screen and (max-width: 640px) {
  .LSS .title-box-header .title-box .line-svg {
    max-width: 50px;
  }
}
.LSS .title-box-header .title-box .title {
  color: #003865;
  font-size: 45px;
  line-height: 60px;
  text-align: center;
  padding: 0 20px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .LSS .title-box-header .title-box .title {
    font-size: 20px;
    line-height: 25px;
    padding: 0 5px;
  }
}
.LSS .title-box-header .desc p {
  color: #003865;
  text-align: center;
  margin: 0;
}
.LSS .box {
  width: 85%;
  padding: 40px 0;
}
@media screen and (max-width: 640px) {
  .LSS .box {
    padding: 20px 0;
    width: 100%;
  }
}
.LSS .box .sub-title {
  font-size: 21px;
  line-height: 27px;
  color: #003865;
  margin: 0 0 10px;
}
.LSS .box .sub-desc p {
  font-size: 16px;
  line-height: 21px;
  margin: 0 20px 10px 0;
}
@media screen and (max-width: 640px) {
  .LSS .box .sub-desc p {
    margin: 0 0 10px;
  }
}
.LSS .bottom-text {
  font-size: 16px;
  line-height: 27px;
  color: #003865;
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 640px) {
  .LSS .bottom-text {
    padding-top: 0;
  }
}

.ASS {
  padding: 90px 20px;
}
@media screen and (max-width: 640px) {
  .ASS {
    padding: 50px 20px;
  }
}
.ASS .title-box-header {
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .ASS .title-box-header {
    padding-bottom: 20px;
  }
}
.ASS .title-box-header .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}
.ASS .title-box-header .title-box .line-svg {
  max-width: 100px;
}
@media screen and (max-width: 640px) {
  .ASS .title-box-header .title-box .line-svg {
    max-width: 50px;
  }
}
.ASS .title-box-header .title-box .title {
  color: #003865;
  font-size: 45px;
  line-height: 60px;
  text-align: center;
  padding: 0 20px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .ASS .title-box-header .title-box .title {
    font-size: 20px;
    line-height: 25px;
  }
}
.ASS .box {
  width: 85%;
  padding: 40px 0;
}
.ASS .box .svg {
  padding-bottom: 10px;
}
.ASS .box .svg svg {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .ASS .box {
    padding: 20px 0;
    width: 100%;
  }
}
.ASS .box .sub-title {
  font-size: 21px;
  line-height: 27px;
  color: #003865;
  margin: 0 0 10px;
}
.ASS .box .sub-desc p {
  font-size: 16px;
  line-height: 21px;
  margin: 0 20px 10px 0;
}
@media screen and (max-width: 640px) {
  .ASS .box .sub-desc p {
    margin: 0 0 10px;
  }
}

.GSS .row, .GSS .padded-row {
  max-width: 100%;
}
.GSS .row .image-block, .GSS .padded-row .image-block {
  width: 100%;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.GSS .row .image-block.image-block-blue, .GSS .padded-row .image-block.image-block-blue {
  background-image: url("../../images/img-block-1.jpg");
}
.GSS .row .image-block.image-block-blue .box, .GSS .padded-row .image-block.image-block-blue .box {
  background-color: rgba(0, 56, 101, 0.75);
}
.GSS .row .image-block.image-block-blue .box .inner-box, .GSS .padded-row .image-block.image-block-blue .box .inner-box {
  border: 3px solid #FDB913;
}
.GSS .row .image-block.image-block-blue .box .inner-box .title, .GSS .padded-row .image-block.image-block-blue .box .inner-box .title {
  color: #fff;
}
.GSS .row .image-block.image-block-blue .box .inner-box .button, .GSS .padded-row .image-block.image-block-blue .box .inner-box .button {
  background-color: #FDB913;
  color: #231F20;
  border: 2px solid #FDB913;
}
.GSS .row .image-block.image-block-blue .box .inner-box .button:hover, .GSS .padded-row .image-block.image-block-blue .box .inner-box .button:hover {
  border: 2px solid #231F20;
}
.GSS .row .image-block.image-block-yellow, .GSS .padded-row .image-block.image-block-yellow {
  background-image: url("../../images/img-block-2.jpg");
}
.GSS .row .image-block.image-block-yellow .box, .GSS .padded-row .image-block.image-block-yellow .box {
  background-color: rgba(253, 185, 19, 0.75);
}
.GSS .row .image-block.image-block-yellow .box .inner-box, .GSS .padded-row .image-block.image-block-yellow .box .inner-box {
  border: 3px solid #003865;
}
.GSS .row .image-block.image-block-yellow .box .inner-box .title, .GSS .padded-row .image-block.image-block-yellow .box .inner-box .title {
  color: #003865;
}
.GSS .row .image-block.image-block-yellow .box .inner-box .button, .GSS .padded-row .image-block.image-block-yellow .box .inner-box .button {
  background-color: #003865;
  color: #fff;
  border: 2px solid #003865;
}
.GSS .row .image-block.image-block-yellow .box .inner-box .button:hover, .GSS .padded-row .image-block.image-block-yellow .box .inner-box .button:hover {
  border: 2px solid #231F20;
}
.GSS .row .image-block .box, .GSS .padded-row .image-block .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.GSS .row .image-block .box .inner-box, .GSS .padded-row .image-block .box .inner-box {
  width: 80%;
  height: 80%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.GSS .row .image-block .box .inner-box .title, .GSS .padded-row .image-block .box .inner-box .title {
  font-size: 39px;
  margin: 0 0 50px;
}
@media screen and (max-width: 640px) {
  .GSS .row .image-block .box .inner-box .title, .GSS .padded-row .image-block .box .inner-box .title {
    margin: 0 0 20px;
    font-size: 25px;
  }
}
.GSS .row .image-block .box .inner-box .button, .GSS .padded-row .image-block .box .inner-box .button {
  display: inline-block;
  font-family: "FreightSansProSemibold-Regular";
  text-decoration: none;
  padding: 9px 40px 11px;
  transition: 0.7s;
  font-size: 20px;
}
.GSS .row .image-block .box .inner-box .button:hover, .GSS .padded-row .image-block .box .inner-box .button:hover {
  border: 2px solid #231F20;
}
@media screen and (max-width: 640px) {
  .GSS .row .image-block .box .inner-box .button, .GSS .padded-row .image-block .box .inner-box .button {
    padding: 7px 20px 9px;
    font-size: 15px;
  }
}

.LLS {
  padding: 90px 20px;
}
@media screen and (max-width: 640px) {
  .LLS {
    padding: 50px 20px;
  }
}
.LLS .title-box-header {
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .LLS .title-box-header {
    padding-bottom: 20px;
  }
}
.LLS .title-box-header .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}
.LLS .title-box-header .title-box .line-svg {
  max-width: 100px;
}
@media screen and (max-width: 640px) {
  .LLS .title-box-header .title-box .line-svg {
    max-width: 50px;
  }
}
.LLS .title-box-header .title-box .title {
  color: #003865;
  font-size: 45px;
  line-height: 60px;
  text-align: center;
  padding: 0 20px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .LLS .title-box-header .title-box .title {
    font-size: 20px;
    line-height: 25px;
    padding: 0 5px;
  }
}
.LLS .img-logo {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.LLS .img-logo img {
  max-width: 80%;
  height: auto;
}

.AUS {
  background-color: #EBF2FB;
  color: #003865;
  padding: 0 10px;
}
@media screen and (min-width: 1024px) {
  .AUS {
    margin-top: 125px;
  }
}
.AUS .main-image {
  align-items: end;
  display: flex;
}
.AUS .main-image img {
  max-width: 100%;
  height: auto;
  margin-top: -125px;
}
@media screen and (max-width: 1024px) {
  .AUS .main-image img {
    display: none;
  }
}
.AUS .content-box {
  padding: 50px 0;
}
.AUS .content-box .title {
  font-size: 39px;
  line-height: 50px;
  margin: 0 0 8px;
}
.AUS .content-box .title small {
  font-size: 21px;
  line-height: 27px;
}
.AUS .content-box .sub-title {
  font-size: 21px;
  line-height: 27px;
  margin: 0 0 25px;
}
.AUS .content-box .desc p {
  font-size: 18px;
  line-height: 21px;
  color: #313131;
  margin: 0 0 25px;
}
.AUS .content-box .desc p a {
  font-family: "FreightSansProSemibold-Regular";
  color: #003865;
}
.AUS .content-box .desc p:last-child {
  margin: 0;
}

.SSS {
  background-color: rgba(253, 185, 19, 0.5);
  padding: 70px 10px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .SSS {
    padding: 30px 10px;
  }
}
.SSS .slick-slider .slide {
  max-width: 85%;
  margin: auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .SSS .slick-slider .slide {
    padding-bottom: 20px;
  }
}
.SSS .slick-slider .slick-arrow::before {
  opacity: 1;
  border-color: #003865;
  border-style: solid;
  content: "";
  display: block;
  height: 15px;
  left: 0px;
  width: 15px;
  position: absolute;
  transition: left 0.1s;
}
.SSS .slick-slider .slick-arrow.slick-prev::before {
  border-width: 0 0 2px 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.SSS .slick-slider .slick-arrow.slick-next::before {
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.SSS .slick-slider .slick-dots li {
  width: 10px;
  height: 10px;
}
.SSS .slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  position: initial;
}
.SSS .slick-slider .slick-dots li button::before {
  content: "";
  position: initial;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
  border-radius: 50%;
  display: block;
}
.SSS .slick-slider .slick-dots li.slick-active button::before {
  background-color: #fff;
}
.SSS .desc p {
  font-size: 24px;
  line-height: 32px;
  color: #231F20;
}
@media screen and (max-width: 640px) {
  .SSS .desc p {
    font-size: 16px;
    line-height: 25px;
  }
}
.SSS .name-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.SSS .name-block img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.SSS .name-block p {
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
  margin: 0;
  padding-left: 10px;
}
@media screen and (max-width: 640px) {
  .SSS .name-block p {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .SSS {
    display: none;
  }
}

.NAS {
  padding: 90px 20px 70px;
}
@media screen and (max-width: 640px) {
  .NAS {
    padding: 50px 20px;
  }
}
.NAS .image {
  text-align: center;
}
.NAS .image img {
  max-width: 100%;
  height: auto;
}
.NAS .title-box-header {
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .NAS .title-box-header {
    padding-bottom: 20px;
  }
}
.NAS .title-box-header .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}
.NAS .title-box-header .title-box .line-svg {
  max-width: 100px;
}
@media screen and (max-width: 640px) {
  .NAS .title-box-header .title-box .line-svg {
    max-width: 50px;
  }
}
.NAS .title-box-header .title-box .title {
  color: #003865;
  font-size: 45px;
  line-height: 60px;
  text-align: center;
  padding: 0 20px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .NAS .title-box-header .title-box .title {
    font-size: 20px;
    line-height: 25px;
  }
}
.NAS .box {
  padding: 40px 0;
}
@media screen and (max-width: 640px) {
  .NAS .box {
    padding: 20px 0;
  }
}
.NAS .box .sub-title {
  font-size: 21px;
  line-height: 27px;
  color: #003865;
  margin: 0 0 15px;
}
.NAS .box .sub-desc p {
  font-size: 16px;
  line-height: 21px;
  margin: 0 20px 10px 0;
}
@media screen and (max-width: 640px) {
  .NAS .box .sub-desc p {
    margin: 0 0 10px;
  }
}
.NAS .box .link {
  color: #003865;
  font-size: 18px;
  line-height: 24px;
}

.FIS {
  background-color: #EBF2FB;
  padding: 90px 10px;
}
.FIS .title {
  color: #003865;
  font-size: 39px;
  line-height: 45px;
  margin: 0 0 30px;
}
@media screen and (max-width: 640px) {
  .FIS .title {
    font-size: 20px;
    line-height: 25px;
  }
}
.FIS form .row, .FIS form .padded-row {
  margin: 0 !important;
  max-width: 100%;
}
.FIS form .row .input-box, .FIS form .padded-row .input-box {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .FIS form .row .input-box, .FIS form .padded-row .input-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.FIS form .row .input-box .label, .FIS form .padded-row .input-box .label {
  font-size: 14px;
  line-height: 15px;
  color: #003865;
  text-transform: uppercase;
  display: block;
  margin: 0 0 4px;
  border-radius: 2px;
}
.FIS form .row .input-box input, .FIS form .padded-row .input-box input {
  border: 1px solid #A4C8E1;
  background-color: #fff;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.FIS form .row .button-box button, .FIS form .padded-row .button-box button {
  color: #fff;
  background-color: #003865;
  font-size: 21px;
  line-height: 21px;
  border: 1px solid #003865;
  padding: 15px 40px;
  margin-top: 30px;
  cursor: pointer;
}
.FIS .image {
  text-align: center;
}
.FIS .image img {
  max-width: 100%;
  height: auto;
}

footer {
  background-color: #003865;
  padding: 20px;
}
@media screen and (min-width: 640px) {
  footer .image-text-blocks {
    display: flex;
    align-items: center;
  }
}
footer .image-text-blocks img {
  max-width: 100%;
  height: auto;
}
footer .image-text-blocks .content {
  margin: 0;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
}
@media screen and (min-width: 640px) {
  footer .image-text-blocks .content {
    padding: 0 0 0 25px;
  }
}
footer .footer-list {
  list-style: none !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
footer .footer-list li {
  padding-right: 30px;
  display: flex;
}
footer .footer-list li a {
  font-size: 16px;
  text-decoration: none;
  color: #FDB913;
}
footer .footer-list li:last-child {
  padding-right: 0;
}/*# sourceMappingURL=app.css.map */