@charset "UTF-8";
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

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

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

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

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

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

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

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 999; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Nucleo";
    font-size: 32px;
    line-height: 1;
    color: #888;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

.slick-next {
  right: -20px; }
  [dir="rtl"] .slick-next {
    left: 10px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

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

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

/*!
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2012 Fontspring
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      exljbris
 * License URL: www.fontspring.com/fflicense/exljbris
 *
 */
@font-face {
  font-family: Roboto;
  src: url("../../fonts/roboto_normal_400.ttf");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: Roboto;
  src: url("../../fonts/roboto_italic_400.ttf");
  font-style: italic;
  font-weight: 400; }
@font-face {
  font-family: Roboto;
  src: url("../../fonts/roboto_normal_500.ttf");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: Roboto;
  src: url("../../fonts/roboto_italic_500.ttf");
  font-style: italic;
  font-weight: 500; }
@font-face {
  font-family: Roboto;
  src: url("../../fonts/roboto_normal_700.ttf");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: Roboto;
  src: url("../../fonts/roboto_italic_700.ttf");
  font-style: italic;
  font-weight: 700; }
/*--------------------------------

Nucleo icon font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'Nucleo';
  src: url("../../fonts/Nucleo.eot");
  src: url("../../fonts/Nucleo.eot") format("embedded-opentype"), url("../../fonts/Nucleo.woff2") format("woff2"), url("../../fonts/Nucleo.woff") format("woff"), url("../../fonts/Nucleo.ttf") format("truetype"), url("../../fonts/Nucleo.svg") format("svg"); }
/* base class */
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'Nucleo';
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* size examples - relative units */
.icon-sm {
  font-size: 0.8em; }

.icon-lg {
  font-size: 1.2em; }

/* size examples - absolute units */
.icon-16 {
  font-size: 16px; }

.icon-32 {
  font-size: 32px; }

/* rotate the icon infinitely */
.icon-is-spinning {
  animation: icon-spin 1s infinite linear; }

@keyframes icon-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* transform */
.icon-rotate-90 {
  transform: rotate(90deg); }

.icon-rotate-180 {
  transform: rotate(180deg); }

.icon-rotate-270 {
  transform: rotate(270deg); }

.icon-flip-y {
  transform: scaleY(-1); }

.icon-flip-x {
  transform: scaleX(-1); }

/* icons */
.icon-accessibility::before {
  content: "\ea01"; }

.icon-accessibility-2::before {
  content: "\ea02"; }

.icon-alarm-clock::before {
  content: "\ea03"; }

.icon-alarm-clock-2::before {
  content: "\ea04"; }

.icon-align-3-bottom::before {
  content: "\ea05"; }

.icon-align-3-bottom-2::before {
  content: "\ea06"; }

.icon-align-3-horizontal::before {
  content: "\ea07"; }

.icon-align-3-horizontal-2::before {
  content: "\ea08"; }

.icon-align-3-left::before {
  content: "\ea09"; }

.icon-align-3-left-2::before {
  content: "\ea0a"; }

.icon-align-3-right::before {
  content: "\ea0b"; }

.icon-align-3-right-2::before {
  content: "\ea0c"; }

.icon-align-3-top::before {
  content: "\ea0d"; }

.icon-align-3-top-2::before {
  content: "\ea0e"; }

.icon-align-3-vertical::before {
  content: "\ea0f"; }

.icon-align-3-vertical-2::before {
  content: "\ea10"; }

.icon-anchor::before {
  content: "\ea11"; }

.icon-anchor-2::before {
  content: "\ea12"; }

.icon-arrow-door-in::before {
  content: "\ea13"; }

.icon-arrow-door-in-2::before {
  content: "\ea14"; }

.icon-arrow-door-out-3::before {
  content: "\ea15"; }

.icon-arrow-door-out-3-2::before {
  content: "\ea16"; }

.icon-arrow-dotted-rotate-anticlockwise::before {
  content: "\ea17"; }

.icon-arrow-dotted-rotate-anticlockwise-2::before {
  content: "\ea18"; }

.icon-aspect-ratio-square-2::before {
  content: "\ea19"; }

.icon-aspect-ratio-square-2-2::before {
  content: "\ea1a"; }

.icon-at-sign::before {
  content: "\ea1b"; }

.icon-at-sign-2::before {
  content: "\ea1c"; }

.icon-award::before {
  content: "\ea1d"; }

.icon-award-2::before {
  content: "\ea1e"; }

.icon-award-certificate::before {
  content: "\ea1f"; }

.icon-award-certificate-2::before {
  content: "\ea20"; }

.icon-bag-shopping::before {
  content: "\ea21"; }

.icon-bag-shopping-2::before {
  content: "\ea22"; }

.icon-ball-basket::before {
  content: "\ea23"; }

.icon-ball-basket-2::before {
  content: "\ea24"; }

.icon-basket-shopping::before {
  content: "\ea25"; }

.icon-basket-shopping-2::before {
  content: "\ea26"; }

.icon-battery::before {
  content: "\ea27"; }

.icon-battery-2::before {
  content: "\ea28"; }

.icon-battery-high::before {
  content: "\ea29"; }

.icon-battery-high-2::before {
  content: "\ea2a"; }

.icon-bell::before {
  content: "\ea2b"; }

.icon-bell-2::before {
  content: "\ea2c"; }

.icon-bicycle::before {
  content: "\ea2d"; }

.icon-bicycle-2::before {
  content: "\ea2e"; }

.icon-bolt::before {
  content: "\ea2f"; }

.icon-bolt-2::before {
  content: "\ea30"; }

.icon-bolt-lightning::before {
  content: "\ea31"; }

.icon-bolt-lightning-2::before {
  content: "\ea32"; }

.icon-bolt-slash::before {
  content: "\ea33"; }

.icon-bolt-slash-2::before {
  content: "\ea34"; }

.icon-book-bookmark::before {
  content: "\ea35"; }

.icon-book-bookmark-2::before {
  content: "\ea36"; }

.icon-book-open::before {
  content: "\ea37"; }

.icon-book-open-2::before {
  content: "\ea38"; }

.icon-bookmark::before {
  content: "\ea39"; }

.icon-bookmark-2::before {
  content: "\ea3a"; }

.icon-bookmark-slash::before {
  content: "\ea3b"; }

.icon-bookmark-slash-2::before {
  content: "\ea3c"; }

.icon-bookmarks::before {
  content: "\ea3d"; }

.icon-bookmarks-2::before {
  content: "\ea3e"; }

.icon-box::before {
  content: "\ea3f"; }

.icon-box-2::before {
  content: "\ea40"; }

.icon-box-archive::before {
  content: "\ea41"; }

.icon-box-archive-2::before {
  content: "\ea42"; }

.icon-bug::before {
  content: "\ea43"; }

.icon-bug-2::before {
  content: "\ea44"; }

.icon-bug-slash::before {
  content: "\ea45"; }

.icon-bug-slash-2::before {
  content: "\ea46"; }

.icon-bullhorn::before {
  content: "\ea47"; }

.icon-bullhorn-2::before {
  content: "\ea48"; }

.icon-calendar::before {
  content: "\ea49"; }

.icon-calendar-2::before {
  content: "\ea4a"; }

.icon-calendar-days::before {
  content: "\ea4b"; }

.icon-calendar-days-2::before {
  content: "\ea4c"; }

.icon-camera::before {
  content: "\ea4d"; }

.icon-camera-2::before {
  content: "\ea4e"; }

.icon-camera-2-2::before {
  content: "\ea4f"; }

.icon-camera-3::before {
  content: "\ea50"; }

.icon-cart-shopping::before {
  content: "\ea51"; }

.icon-cart-shopping-2::before {
  content: "\ea52"; }

.icon-chair-4::before {
  content: "\ea53"; }

.icon-chair-4-2::before {
  content: "\ea54"; }

.icon-chart-bar-trend-up::before {
  content: "\ea55"; }

.icon-chart-bar-trend-up-2::before {
  content: "\ea56"; }

.icon-check::before {
  content: "\ea57"; }

.icon-check-2::before {
  content: "\ea58"; }

.icon-chevron-down::before {
  content: "\ea59"; }

.icon-chevron-down-2::before {
  content: "\ea5a"; }

.icon-chevron-expand-y::before {
  content: "\ea5b"; }

.icon-chevron-expand-y-2::before {
  content: "\ea5c"; }

.icon-chevron-left::before {
  content: "\ea5d"; }

.icon-chevron-left-2::before {
  content: "\ea5e"; }

.icon-chevron-right::before {
  content: "\ea5f"; }

.icon-chevron-right-2::before {
  content: "\ea60"; }

.icon-chevron-up::before {
  content: "\ea61"; }

.icon-chevron-up-2::before {
  content: "\ea62"; }

.icon-circle-compose-2::before {
  content: "\ea63"; }

.icon-circle-compose-2-2::before {
  content: "\ea64"; }

.icon-circle-half-dotted-check::before {
  content: "\ea65"; }

.icon-circle-half-dotted-check-2::before {
  content: "\ea66"; }

.icon-circle-hashtag::before {
  content: "\ea67"; }

.icon-circle-hashtag-2::before {
  content: "\ea68"; }

.icon-circle-info::before {
  content: "\ea69"; }

.icon-circle-info-2::before {
  content: "\ea6a"; }

.icon-clipboard::before {
  content: "\ea6b"; }

.icon-clipboard-2::before {
  content: "\ea6c"; }

.icon-clipboard-check::before {
  content: "\ea6d"; }

.icon-clipboard-check-2::before {
  content: "\ea6e"; }

.icon-clipboard-slash::before {
  content: "\ea6f"; }

.icon-clipboard-slash-2::before {
  content: "\ea70"; }

.icon-cloud::before {
  content: "\ea71"; }

.icon-cloud-2::before {
  content: "\ea72"; }

.icon-computer::before {
  content: "\ea73"; }

.icon-computer-2::before {
  content: "\ea74"; }

.icon-cookie::before {
  content: "\ea75"; }

.icon-cookie-2::before {
  content: "\ea76"; }

.icon-credit-card::before {
  content: "\ea77"; }

.icon-credit-card-2::before {
  content: "\ea78"; }

.icon-crosshairs::before {
  content: "\ea79"; }

.icon-crosshairs-2::before {
  content: "\ea7a"; }

.icon-crosshairs-slash::before {
  content: "\ea7b"; }

.icon-crosshairs-slash-2::before {
  content: "\ea7c"; }

.icon-cryptography::before {
  content: "\ea7d"; }

.icon-cryptography-2::before {
  content: "\ea7e"; }

.icon-dark-light::before {
  content: "\ea7f"; }

.icon-dark-light-2::before {
  content: "\ea80"; }

.icon-descending-sorting::before {
  content: "\ea81"; }

.icon-descending-sorting-2::before {
  content: "\ea82"; }

.icon-desktop-arrow-down::before {
  content: "\ea83"; }

.icon-desktop-arrow-down-2::before {
  content: "\ea84"; }

.icon-draw-compass::before {
  content: "\ea85"; }

.icon-draw-compass-2::before {
  content: "\ea86"; }

.icon-earth::before {
  content: "\ea87"; }

.icon-earth-2::before {
  content: "\ea88"; }

.icon-envelope::before {
  content: "\ea89"; }

.icon-envelope-2::before {
  content: "\ea8a"; }

.icon-envelope-open::before {
  content: "\ea8b"; }

.icon-envelope-open-2::before {
  content: "\ea8c"; }

.icon-eye-closed::before {
  content: "\ea8d"; }

.icon-eye-closed-2::before {
  content: "\ea8e"; }

.icon-eye-open::before {
  content: "\ea8f"; }

.icon-eye-open-2::before {
  content: "\ea90"; }

.icon-face-plus::before {
  content: "\ea91"; }

.icon-face-plus-2::before {
  content: "\ea92"; }

.icon-face-smile-2::before {
  content: "\ea93"; }

.icon-face-smile-2-2::before {
  content: "\ea94"; }

.icon-facial-recognition::before {
  content: "\ea95"; }

.icon-facial-recognition-2::before {
  content: "\ea96"; }

.icon-feather::before {
  content: "\ea97"; }

.icon-feather-2::before {
  content: "\ea98"; }

.icon-file::before {
  content: "\ea99"; }

.icon-file-2::before {
  content: "\ea9a"; }

.icon-file-content::before {
  content: "\ea9b"; }

.icon-file-content-2::before {
  content: "\ea9c"; }

.icon-files-2::before {
  content: "\ea9d"; }

.icon-files-2-2::before {
  content: "\ea9e"; }

.icon-film::before {
  content: "\ea9f"; }

.icon-film-2::before {
  content: "\eaa0"; }

.icon-filter::before {
  content: "\eaa1"; }

.icon-filter-2::before {
  content: "\eaa2"; }

.icon-filters::before {
  content: "\eaa3"; }

.icon-filters-2::before {
  content: "\eaa4"; }

.icon-fingerprint::before {
  content: "\eaa5"; }

.icon-fingerprint-2::before {
  content: "\eaa6"; }

.icon-flag-7::before {
  content: "\eaa7"; }

.icon-flag-7-2::before {
  content: "\eaa8"; }

.icon-flame::before {
  content: "\eaa9"; }

.icon-flame-2::before {
  content: "\eaaa"; }

.icon-folder::before {
  content: "\eaab"; }

.icon-folder-2::before {
  content: "\eaac"; }

.icon-folder-open::before {
  content: "\eaad"; }

.icon-folder-open-2::before {
  content: "\eaae"; }

.icon-forklift::before {
  content: "\eaaf"; }

.icon-forklift-2::before {
  content: "\eab0"; }

.icon-gamepad::before {
  content: "\eab1"; }

.icon-gamepad-2::before {
  content: "\eab2"; }

.icon-gaming-buttons::before {
  content: "\eab3"; }

.icon-gaming-buttons-2::before {
  content: "\eab4"; }

.icon-gas-pump::before {
  content: "\eab5"; }

.icon-gas-pump-2::before {
  content: "\eab6"; }

.icon-gauge-3::before {
  content: "\eab7"; }

.icon-gauge-3-2::before {
  content: "\eab8"; }

.icon-gear-2::before {
  content: "\eab9"; }

.icon-gear-2-2::before {
  content: "\eaba"; }

.icon-gem-sparkle::before {
  content: "\eabb"; }

.icon-gem-sparkle-2::before {
  content: "\eabc"; }

.icon-gift::before {
  content: "\eabd"; }

.icon-gift-2::before {
  content: "\eabe"; }

.icon-globe-pointer::before {
  content: "\eabf"; }

.icon-globe-pointer-2::before {
  content: "\eac0"; }

.icon-graduation-cap::before {
  content: "\eac1"; }

.icon-graduation-cap-2::before {
  content: "\eac2"; }

.icon-grid-circle-plus::before {
  content: "\eac3"; }

.icon-grid-circle-plus-2::before {
  content: "\eac4"; }

.icon-half-dotted-circle-play::before {
  content: "\eac5"; }

.icon-half-dotted-circle-play-2::before {
  content: "\eac6"; }

.icon-hand::before {
  content: "\eac7"; }

.icon-hand-2::before {
  content: "\eac8"; }

.icon-handshake::before {
  content: "\eac9"; }

.icon-handshake-2::before {
  content: "\eaca"; }

.icon-headset::before {
  content: "\eacb"; }

.icon-headset-2::before {
  content: "\eacc"; }

.icon-heart::before {
  content: "\eacd"; }

.icon-heart-2::before {
  content: "\eace"; }

.icon-heart-hand::before {
  content: "\eacf"; }

.icon-heart-hand-2::before {
  content: "\ead0"; }

.icon-hot-drink::before {
  content: "\ead1"; }

.icon-hot-drink-2::before {
  content: "\ead2"; }

.icon-house-2::before {
  content: "\ead3"; }

.icon-house-2-2::before {
  content: "\ead4"; }

.icon-house-5::before {
  content: "\ead5"; }

.icon-house-5-2::before {
  content: "\ead6"; }

.icon-image::before {
  content: "\ead7"; }

.icon-image-2::before {
  content: "\ead8"; }

.icon-image-depth::before {
  content: "\ead9"; }

.icon-image-depth-2::before {
  content: "\eada"; }

.icon-image-mountain::before {
  content: "\eadb"; }

.icon-image-mountain-2::before {
  content: "\eadc"; }

.icon-image-sparkle::before {
  content: "\eadd"; }

.icon-image-sparkle-2::before {
  content: "\eade"; }

.icon-images-2::before {
  content: "\eadf"; }

.icon-images-2-2::before {
  content: "\eae0"; }

.icon-inbox-arrow-down::before {
  content: "\eae1"; }

.icon-inbox-arrow-down-2::before {
  content: "\eae2"; }

.icon-industry::before {
  content: "\eae3"; }

.icon-industry-2::before {
  content: "\eae4"; }

.icon-keyboard::before {
  content: "\eae5"; }

.icon-keyboard-2::before {
  content: "\eae6"; }

.icon-language::before {
  content: "\eae7"; }

.icon-language-2::before {
  content: "\eae8"; }

.icon-laptop::before {
  content: "\eae9"; }

.icon-laptop-2::before {
  content: "\eaea"; }

.icon-laptop-mobile::before {
  content: "\eaeb"; }

.icon-laptop-mobile-2::before {
  content: "\eaec"; }

.icon-layers-3::before {
  content: "\eaed"; }

.icon-layers-3-2::before {
  content: "\eaee"; }

.icon-leaf::before {
  content: "\eaef"; }

.icon-leaf-2::before {
  content: "\eaf0"; }

.icon-life-ring::before {
  content: "\eaf1"; }

.icon-life-ring-2::before {
  content: "\eaf2"; }

.icon-lightbulb-3::before {
  content: "\eaf3"; }

.icon-lightbulb-3-2::before {
  content: "\eaf4"; }

.icon-link::before {
  content: "\eaf5"; }

.icon-link-2::before {
  content: "\eaf6"; }

.icon-loader::before {
  content: "\eaf7"; }

.icon-loader-2::before {
  content: "\eaf8"; }

.icon-location-2::before {
  content: "\eaf9"; }

.icon-location-2-2::before {
  content: "\eafa"; }

.icon-lock::before {
  content: "\eafb"; }

.icon-lock-2::before {
  content: "\eafc"; }

.icon-lock-open-2::before {
  content: "\eafd"; }

.icon-lock-open-2-2::before {
  content: "\eafe"; }

.icon-magic-wand::before {
  content: "\eaff"; }

.icon-magic-wand-2::before {
  content: "\eb00"; }

.icon-magnifier::before {
  content: "\eb01"; }

.icon-magnifier-2::before {
  content: "\eb02"; }

.icon-magnifier-face-worried::before {
  content: "\eb03"; }

.icon-magnifier-face-worried-2::before {
  content: "\eb04"; }

.icon-map::before {
  content: "\eb05"; }

.icon-map-2::before {
  content: "\eb06"; }

.icon-microphone::before {
  content: "\eb07"; }

.icon-microphone-2::before {
  content: "\eb08"; }

.icon-microphone-slash::before {
  content: "\eb09"; }

.icon-microphone-slash-2::before {
  content: "\eb0a"; }

.icon-minus::before {
  content: "\eb0b"; }

.icon-minus-2::before {
  content: "\eb0c"; }

.icon-money-bill-coin::before {
  content: "\eb0d"; }

.icon-money-bill-coin-2::before {
  content: "\eb0e"; }

.icon-msg-bubble-user::before {
  content: "\eb0f"; }

.icon-msg-bubble-user-2::before {
  content: "\eb10"; }

.icon-msg-smile::before {
  content: "\eb11"; }

.icon-msg-smile-2::before {
  content: "\eb12"; }

.icon-msg-writing::before {
  content: "\eb13"; }

.icon-msg-writing-2::before {
  content: "\eb14"; }

.icon-msgs::before {
  content: "\eb15"; }

.icon-msgs-2::before {
  content: "\eb16"; }

.icon-music-note-sparkle::before {
  content: "\eb17"; }

.icon-music-note-sparkle-2::before {
  content: "\eb18"; }

.icon-nodes::before {
  content: "\eb19"; }

.icon-nodes-2::before {
  content: "\eb1a"; }

.icon-notification::before {
  content: "\eb1b"; }

.icon-notification-2::before {
  content: "\eb1c"; }

.icon-office::before {
  content: "\eb1d"; }

.icon-office-2::before {
  content: "\eb1e"; }

.icon-ordered-list::before {
  content: "\eb1f"; }

.icon-ordered-list-2::before {
  content: "\eb20"; }

.icon-paintbrush::before {
  content: "\eb21"; }

.icon-paintbrush-2::before {
  content: "\eb22"; }

.icon-paper-plane-2::before {
  content: "\eb23"; }

.icon-paper-plane-2-2::before {
  content: "\eb24"; }

.icon-paperclip::before {
  content: "\eb25"; }

.icon-paperclip-2::before {
  content: "\eb26"; }

.icon-password-2::before {
  content: "\eb27"; }

.icon-password-2-2::before {
  content: "\eb28"; }

.icon-pen-3::before {
  content: "\eb29"; }

.icon-pen-3-2::before {
  content: "\eb2a"; }

.icon-pen-nib-3::before {
  content: "\eb2b"; }

.icon-pen-nib-3-2::before {
  content: "\eb2c"; }

.icon-pen-sparkle::before {
  content: "\eb2d"; }

.icon-pen-sparkle-2::before {
  content: "\eb2e"; }

.icon-pen-writing-4::before {
  content: "\eb2f"; }

.icon-pen-writing-4-2::before {
  content: "\eb30"; }

.icon-pen-writing-6::before {
  content: "\eb31"; }

.icon-pen-writing-6-2::before {
  content: "\eb32"; }

.icon-phone::before {
  content: "\eb33"; }

.icon-phone-2::before {
  content: "\eb34"; }

.icon-pin-tack::before {
  content: "\eb35"; }

.icon-pin-tack-2::before {
  content: "\eb36"; }

.icon-pizza-slice-2::before {
  content: "\eb37"; }

.icon-pizza-slice-2-2::before {
  content: "\eb38"; }

.icon-plug-2::before {
  content: "\eb39"; }

.icon-plug-2-2::before {
  content: "\eb3a"; }

.icon-plus::before {
  content: "\eb3b"; }

.icon-plus-2::before {
  content: "\eb3c"; }

.icon-pointer::before {
  content: "\eb3d"; }

.icon-pointer-2::before {
  content: "\eb3e"; }

.icon-presentation-screen::before {
  content: "\eb3f"; }

.icon-presentation-screen-2::before {
  content: "\eb40"; }

.icon-print::before {
  content: "\eb41"; }

.icon-print-2::before {
  content: "\eb42"; }

.icon-progress-bar::before {
  content: "\eb43"; }

.icon-progress-bar-2::before {
  content: "\eb44"; }

.icon-puzzle-piece::before {
  content: "\eb45"; }

.icon-puzzle-piece-2::before {
  content: "\eb46"; }

.icon-refresh-2::before {
  content: "\eb47"; }

.icon-refresh-2-2::before {
  content: "\eb48"; }

.icon-roadmap::before {
  content: "\eb49"; }

.icon-roadmap-2::before {
  content: "\eb4a"; }

.icon-rocket::before {
  content: "\eb4b"; }

.icon-rocket-2::before {
  content: "\eb4c"; }

.icon-rotation-360::before {
  content: "\eb4d"; }

.icon-rotation-360-2::before {
  content: "\eb4e"; }

.icon-ruler-pen::before {
  content: "\eb4f"; }

.icon-ruler-pen-2::before {
  content: "\eb50"; }

.icon-satellite::before {
  content: "\eb51"; }

.icon-satellite-2::before {
  content: "\eb52"; }

.icon-scale::before {
  content: "\eb53"; }

.icon-scale-2::before {
  content: "\eb54"; }

.icon-scissors::before {
  content: "\eb55"; }

.icon-scissors-2::before {
  content: "\eb56"; }

.icon-scissors-coupon-2::before {
  content: "\eb57"; }

.icon-scissors-coupon-2-2::before {
  content: "\eb58"; }

.icon-scribble::before {
  content: "\eb59"; }

.icon-scribble-2::before {
  content: "\eb5a"; }

.icon-shapes::before {
  content: "\eb5b"; }

.icon-shapes-2::before {
  content: "\eb5c"; }

.icon-shield-check::before {
  content: "\eb5d"; }

.icon-shield-check-2::before {
  content: "\eb5e"; }

.icon-shop::before {
  content: "\eb5f"; }

.icon-shop-2::before {
  content: "\eb60"; }

.icon-side-profile::before {
  content: "\eb61"; }

.icon-side-profile-2::before {
  content: "\eb62"; }

.icon-signal-2::before {
  content: "\eb63"; }

.icon-signal-2-2::before {
  content: "\eb64"; }

.icon-sitemap-4::before {
  content: "\eb65"; }

.icon-sitemap-4-2::before {
  content: "\eb66"; }

.icon-sliders::before {
  content: "\eb67"; }

.icon-sliders-2::before {
  content: "\eb68"; }

.icon-sparkle-3::before {
  content: "\eb69"; }

.icon-sparkle-3-2::before {
  content: "\eb6a"; }

.icon-square-dotted-arrow-bottom-right::before {
  content: "\eb6b"; }

.icon-square-dotted-arrow-bottom-right-2::before {
  content: "\eb6c"; }

.icon-square-minus::before {
  content: "\eb6d"; }

.icon-square-minus-2::before {
  content: "\eb6e"; }

.icon-square-plus::before {
  content: "\eb6f"; }

.icon-square-plus-2::before {
  content: "\eb70"; }

.icon-stack-perspective::before {
  content: "\eb71"; }

.icon-stack-perspective-2::before {
  content: "\eb72"; }

.icon-star::before {
  content: "\eb73"; }

.icon-star-2::before {
  content: "\eb74"; }

.icon-star-sparkle::before {
  content: "\eb75"; }

.icon-star-sparkle-2::before {
  content: "\eb76"; }

.icon-sticker-smile::before {
  content: "\eb77"; }

.icon-sticker-smile-2::before {
  content: "\eb78"; }

.icon-stopwatch::before {
  content: "\eb79"; }

.icon-stopwatch-2::before {
  content: "\eb7a"; }

.icon-subscription-2::before {
  content: "\eb7b"; }

.icon-subscription-2-2::before {
  content: "\eb7c"; }

.icon-suitcase-3::before {
  content: "\eb7d"; }

.icon-suitcase-3-2::before {
  content: "\eb7e"; }

.icon-tag::before {
  content: "\eb7f"; }

.icon-tag-2::before {
  content: "\eb80"; }

.icon-tags::before {
  content: "\eb81"; }

.icon-tags-2::before {
  content: "\eb82"; }

.icon-target::before {
  content: "\eb83"; }

.icon-target-2::before {
  content: "\eb84"; }

.icon-tasks-2::before {
  content: "\eb85"; }

.icon-tasks-2-2::before {
  content: "\eb86"; }

.icon-text-highlight::before {
  content: "\eb87"; }

.icon-text-highlight-2::before {
  content: "\eb88"; }

.icon-text-tool-2::before {
  content: "\eb89"; }

.icon-text-tool-2-2::before {
  content: "\eb8a"; }

.icon-thumbs-up::before {
  content: "\eb8b"; }

.icon-thumbs-up-2::before {
  content: "\eb8c"; }

.icon-ticket-4::before {
  content: "\eb8d"; }

.icon-ticket-4-2::before {
  content: "\eb8e"; }

.icon-timer-2::before {
  content: "\eb8f"; }

.icon-timer-2-2::before {
  content: "\eb90"; }

.icon-toggle-3::before {
  content: "\eb91"; }

.icon-toggle-3-2::before {
  content: "\eb92"; }

.icon-trash::before {
  content: "\eb93"; }

.icon-trash-2::before {
  content: "\eb94"; }

.icon-triangle-warning::before {
  content: "\eb95"; }

.icon-triangle-warning-2::before {
  content: "\eb96"; }

.icon-ufo::before {
  content: "\eb97"; }

.icon-ufo-2::before {
  content: "\eb98"; }

.icon-unordered-list::before {
  content: "\eb99"; }

.icon-unordered-list-2::before {
  content: "\eb9a"; }

.icon-user::before {
  content: "\eb9b"; }

.icon-user-2::before {
  content: "\eb9c"; }

.icon-user-laptop::before {
  content: "\eb9d"; }

.icon-user-laptop-2::before {
  content: "\eb9e"; }

.icon-user-search::before {
  content: "\eb9f"; }

.icon-user-search-2::before {
  content: "\eba0"; }

.icon-users::before {
  content: "\eba1"; }

.icon-users-2::before {
  content: "\eba2"; }

.icon-vault-3::before {
  content: "\eba3"; }

.icon-vault-3-2::before {
  content: "\eba4"; }

.icon-video::before {
  content: "\eba5"; }

.icon-video-2::before {
  content: "\eba6"; }

.icon-volume::before {
  content: "\eba7"; }

.icon-volume-2::before {
  content: "\eba8"; }

.icon-volume-up::before {
  content: "\eba9"; }

.icon-volume-up-2::before {
  content: "\ebaa"; }

.icon-wallet-2::before {
  content: "\ebab"; }

.icon-wallet-2-2::before {
  content: "\ebac"; }

.icon-wand-sparkle::before {
  content: "\ebad"; }

.icon-wand-sparkle-2::before {
  content: "\ebae"; }

.icon-watch::before {
  content: "\ebaf"; }

.icon-watch-2::before {
  content: "\ebb0"; }

.icon-window-chart-line::before {
  content: "\ebb1"; }

.icon-window-chart-line-2::before {
  content: "\ebb2"; }

.icon-window-expand-bottom-right::before {
  content: "\ebb3"; }

.icon-window-expand-bottom-right-2::before {
  content: "\ebb4"; }

.icon-window-pointer::before {
  content: "\ebb5"; }

.icon-window-pointer-2::before {
  content: "\ebb6"; }

.icon-xmark::before {
  content: "\ebb7"; }

.icon-xmark-2::before {
  content: "\ebb8"; }

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
  scroll-padding-top: 145px; }

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.styled-input {
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  width: calc(100% - 1em);
  min-height: 42px;
  padding: 0 0.5em;
  font-family: inherit;
  font-size: 1em;
  color: currentColor;
  background-color: #fff;
  transition: box-shadow 0.18s cubic-bezier(0.17, 0.67, 0.83, 0.67); }
  .styled-input:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .styled-input:focus {
    outline: 2px color-mix(in srgb, #630536 50%, transparent) color-mix(in srgb, #630536 50%, transparent);
    outline-offset: 1px; }

.styled-button {
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: keep-all;
  border-radius: 6px;
  border-width: 0;
  min-height: 42px;
  padding-top: 0.5rem;
  padding-right: 1.25rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  font-size: 1em;
  text-decoration: none;
  color: #fff;
  background-color: #630536;
  transition: all 0.18s cubic-bezier(0.17, 0.67, 0.83, 0.67); }
  .styled-button:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.styled-select {
  position: relative; }
  .styled-select::after {
    pointer-events: none;
    content: "\ea59";
    position: absolute;
    top: 0px;
    right: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    font-size: .9em;
    font-family: "Nucleo";
    color: currentColor;
    background-color: transparent;
    opacity: .33;
    transition: all 0.18s cubic-bezier(0.17, 0.67, 0.83, 0.67); }
  .styled-select select {
    appearance: none;
    cursor: pointer;
    width: 100%;
    min-width: 128px;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 0 1.5em;
    min-height: 42px;
    text-overflow: ellipsis;
    font-family: inherit;
    font-size: 1em;
    color: currentColor;
    background-color: #fff;
    transition: all 0.18s cubic-bezier(0.17, 0.67, 0.83, 0.67); }
  .styled-select:hover::after {
    opacity: .5; }
  .styled-select:hover select {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .styled-select:focus select, .styled-select:focus-within select {
    outline: none; }

.styled-checkbox {
  display: flex;
  align-items: center;
  gap: .5em;
  margin: 0;
  padding: 0; }
  .styled-checkbox label {
    flex: 0 auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    user-select: none; }
  .styled-checkbox input[type="checkbox"],
  .styled-checkbox input[type="radio"] {
    flex: 0 0 20px;
    appearance: none;
    display: grid;
    place-content: center;
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.18s cubic-bezier(0.17, 0.67, 0.83, 0.67); }
    .styled-checkbox input[type="checkbox"]::before,
    .styled-checkbox input[type="radio"]::before {
      content: "\ea57";
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Nucleo";
      font-size: 1em;
      color: currentColor;
      opacity: 0; }
  .styled-checkbox input[type="radio"] {
    border-radius: 9999px; }
  .styled-checkbox input[type="checkbox"]:checked,
  .styled-checkbox input[type="radio"]:checked {
    border-color: #630536;
    background-color: #630536; }
    .styled-checkbox input[type="checkbox"]:checked::before,
    .styled-checkbox input[type="radio"]:checked::before {
      color: #fff;
      opacity: 1; }
  .styled-checkbox input[type="checkbox"]:hover,
  .styled-checkbox input[type="radio"]:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .styled-checkbox input[type="checkbox"]:focus,
  .styled-checkbox input[type="radio"]:focus {
    outline: 2px color-mix(in srgb, #630536 50%, transparent) color-mix(in srgb, #630536 50%, transparent);
    outline-offset: 1px; }

.choose-path {
  padding: 16px 0; }

.path {
  padding: 8px 0; }
  .path:after {
    content: "";
    display: table;
    clear: both; }

.path-photo {
  float: left;
  display: block;
  width: 22.8571428571%; }

.path-content {
  float: right;
  width: 73.5714285714%; }

.path-heading {
  margin-bottom: 0; }
  .path-heading a {
    text-decoration: none;
    color: #630536; }

.path-summary {
  margin-bottom: 0;
  font-size: 0.75em;
  line-height: 1.5;
  color: #676767; }

.periodicals {
  padding: 24px 0 8px; }
  .periodicals:after {
    content: "";
    display: table;
    clear: both; }

.periodical {
  float: left;
  margin-bottom: 16px;
  width: 46.4285714286%; }
  .periodical:nth-child(even) {
    float: right; }

.periodical-photo {
  display: block;
  margin-bottom: 12px;
  line-height: 0; }

.periodical-heading {
  font-size: 0.875em;
  line-height: 1.3;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #000; }
  .periodical-heading a {
    text-decoration: none;
    color: #000; }

.periodical-summary {
  display: none; }

.module {
  padding-bottom: 24px; }

.module-heading {
  margin-bottom: 1em;
  line-height: 1.3;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  color: #fff; }

.module-heading-alt {
  margin-bottom: 1em; }

.module-summary {
  line-height: 1.7;
  color: #eee; }

.actions {
  margin-bottom: 0;
  padding: 8px 6.25%; }

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

.actions-help {
  padding: 8px 0 10px; }

.action {
  display: inline-block;
  margin-right: 14px;
  font-size: 0.75em;
  font-weight: 500; }
  .action:last-child {
    margin-right: 0; }
  .action a {
    text-decoration: none;
    color: #444547; }
    .action a:hover {
      text-decoration: underline; }

.resources {
  margin-left: 16px;
  list-style: disc;
  color: #ccc; }

.resource {
  margin-bottom: 5px;
  line-height: 1.3; }
  .resource a {
    text-decoration: none;
    color: #eee; }
    .resource a:hover, .resource a:focus {
      text-decoration: underline; }

.contact {
  font-size: 0.8125em;
  line-height: 1.5;
  color: #ccc; }
  .contact a {
    text-decoration: none;
    color: #ccc; }

.contact-emails,
.contact-numbers {
  margin-left: 0 !important;
  list-style: none !important; }
  .contact-emails strong,
  .contact-numbers strong {
    font-weight: normal;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }

.networks:after {
  content: "";
  display: table;
  clear: both; }

.network {
  float: left;
  background-repeat: no-repeat; }
  .network:first-child {
    margin-left: 0 !important; }
  .network a {
    display: block;
    text-indent: -9999px; }

.networks-default {
  margin-bottom: 0; }
  .networks-default .network {
    margin-left: 11px;
    background-image: url(../../img/sprite-network-social.png); }
    .networks-default .network a {
      width: 44px;
      height: 44px; }
  .networks-default .network-twitter {
    background-position: 0 0; }
  .networks-default .network-facebook {
    background-position: -44px 0; }
  .networks-default .network-youtube {
    background-position: -88px 0; }
  .networks-default .network-flickr {
    background-position: -132px 0; }
  .networks-default .network-google {
    background-position: -176px 0; }

/*
.networks-university {
  .network {
    margin-right: 6px;
    margin-bottom: 4px;
    background-image: url(../../img/sprite-network-social-alt.png);

    a {
      width: 28px;
      height: 28px;

      // &.offsite {
      //   padding-right: 0;
      //   background-image: none;
      // }
    }
  }

  .network-facebook { background-position: 0 0; }
  .network-twitter { background-position: -28px 0; }
  .network-email { background-position: -56px 0; }
  .network-google { background-position: -84px 0; }
  .network-youtube { background-position: -112px 0; }
  .network-flickr { background-position: -140px 0; }
  .network-linkedin { background-position: -168px 0; }
  .network-instagram { background-position: -196px 0; }
  .network-pinterest { background-position: -224px 0; }
  .network-tumblr { background-position: -252px 0; }
  .network-blog { background-position: -280px 0; }
  .network-snapchat { background-position: -308px 0; }
}
*/
.networks-university .network {
  margin-right: 6px;
  margin-bottom: 4px; }
  .networks-university .network a {
    display: inline-block;
    background-color: #ed1e23;
    color: #ffffff;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    overflow: hidden;
    text-indent: unset; }
    .networks-university .network a i {
      color: #ffffff;
      margin-left: 6px;
      line-height: 27px; }
      .networks-university .network a i.fa-globe {
        margin-left: 5px; }

.pagination {
  margin-bottom: 0; }
  .pagination:after {
    content: "";
    display: table;
    clear: both; }
  .pagination li {
    float: left;
    margin-right: 4px; }
    .pagination li.active a, .pagination li.is-active a {
      background-color: #630536;
      color: #fff; }
  .pagination a {
    display: block;
    padding: 0 6px;
    font: normal 0.875em "Roboto", Helvetica, Arial, sans-serif;
    text-decoration: none;
    border-radius: 4px;
    color: #630536; }
    .pagination a:hover, .pagination a:focus {
      background-color: #e3e3e3; }

.star-rating {
  position: relative;
  margin: 0 auto 12px;
  width: 54px;
  height: 14px;
  background: url(../../img/sprite-star-rating.png) repeat-x 0 0; }

.star {
  position: absolute;
  top: 0;
  left: 0; }
  .star a {
    display: block;
    height: 14px;
    text-indent: -9999px; }
    .star a:hover, .star a:focus {
      outline: none;
      background: url(../../img/sprite-star-rating.png) repeat-x 0 -14px; }
    .star a.is-active {
      background: url(../../img/sprite-star-rating.png) repeat-x 0 -28px; }

.star-1 {
  z-index: 3;
  width: 18px; }

.star-2 {
  z-index: 2;
  width: 36px; }

.star-3 {
  z-index: 1;
  width: 54px; }

.program-compare a {
  display: block;
  margin: 5px auto 0;
  width: 18px;
  height: 12px;
  text-indent: -9999px;
  background: url(../../img/sprite-program-compare.png) no-repeat 0 0; }
  .program-compare a:hover, .program-compare a:focus {
    outline: none;
    background-position: 0 -12px; }
  .program-compare a.is-active {
    background-position: 0 -24px; }

.compare .multi {
  padding-bottom: 0.5em; }

#university-map {
  height: 225px; }
  #university-map img {
    max-width: none; }

.info-window {
  width: 480px !important;
  min-height: 58px; }
  .info-window a {
    font: normal 16px "Roboto", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #630536; }
    .info-window a:hover {
      text-decoration: underline; }
  .info-window .branding {
    position: relative;
    margin: 6px 0 10px;
    height: 100px; }
    .info-window .branding img {
      width: auto; }
  .info-window .brand-logo {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.7); }
  .info-window .description strong {
    display: block;
    margin-bottom: 4px;
    padding-bottom: 2px;
    font: normal 12px "Roboto", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #cecece;
    color: #484848; }
  .info-window .description span {
    display: block;
    font-size: 12px; }

.choose-university {
  margin-bottom: 24px; }
  .choose-university .choose-toggle {
    position: relative;
    z-index: 10;
    display: block;
    padding: 5px 0 5px 12px;
    font-size: 0.9375em;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #7a003c;
    background-image: -webkit-linear-gradient(#7a003c, #7a003c);
    background-image: linear-gradient(#7a003c, #7a003c);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    color: #fff; }
    .choose-university .choose-toggle:after {
      position: absolute;
      top: 50%;
      right: 0;
      display: block;
      margin-top: -11px;
      width: 31px;
      height: 21px;
      content: '';
      background: url(../../img/icon-dropdown-indicator.png) no-repeat 0 0; }
  .choose-university .university-dropdown {
    position: relative;
    z-index: 9;
    display: none;
    padding: 6px 0 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    background-color: #434343;
    color: #fff; }
  .choose-university .university-list {
    margin-bottom: 0; }
  .choose-university li {
    margin: 0 12px;
    font-size: 0.8125em;
    line-height: 1.3;
    border-bottom: 1px solid #555; }
    .choose-university li a {
      display: block;
      padding: 6px 0;
      text-decoration: none;
      color: #e9e9e9; }
      .choose-university li a:hover, .choose-university li a:focus {
        color: #fff; }

.tab-bar {
  margin-bottom: 0;
  padding-bottom: 1px;
  border-bottom: 1px solid #cecece; }
  .tab-bar:after {
    content: "";
    display: table;
    clear: both; }

.tab {
  float: left;
  margin: 0 1px 1px 0;
  font-size: 0.875em; }
  .tab a {
    display: block;
    padding: 6px 12px;
    text-decoration: none;
    background-color: #444547;
    color: #fff; }
    .tab a:hover, .tab a:focus {
      background-color: #222; }
    .tab a.is-active {
      background-color: #5d6969; }

.tabbed-section {
  margin: 24px 0; }

.tabbed-region {
  display: none; }
  .tabbed-region.is-active {
    display: block; }

.tabbed-subsection {
  margin-top: 20px; }
  .tabbed-subsection table {
    width: 100%;
    border-top: 1px solid #cecece; }
    .tabbed-subsection table td {
      padding: 6px 0;
      font-size: 0.875em;
      border-bottom: 1px solid #cecece;
      color: #323232; }
      .tabbed-subsection table td:first-child {
        padding-right: 10px; }
      .tabbed-subsection table td:last-child {
        padding-left: 10px; }
    .tabbed-subsection table a {
      text-decoration: none; }
      .tabbed-subsection table a:hover, .tabbed-subsection table a:focus {
        text-decoration: underline; }
  .tabbed-subsection h5 {
    margin-bottom: 2px;
    font-size: 0.875em; }
  .tabbed-subsection p {
    font-size: 0.875em;
    line-height: 1.4;
    color: #323232; }
  .tabbed-subsection a {
    color: #630536; }
  .tabbed-subsection ul {
    margin-left: 32px;
    list-style: disc; }
  .tabbed-subsection ol {
    margin-left: 32px;
    list-style: decimal; }
  .tabbed-subsection li {
    margin-bottom: 6px;
    font-size: 0.875em;
    line-height: 1.4;
    color: #323232; }
  .tabbed-subsection dl {
    box-sizing: border-box;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #cecece;
    color: #323232; }
  .tabbed-subsection dt, .tabbed-subsection dd {
    float: left;
    padding: 6px 0;
    box-sizing: border-box;
    border-top: 1px solid #cecece; }
  .tabbed-subsection dt {
    clear: left;
    padding-left: 10px;
    width: 40%; }
  .tabbed-subsection dd {
    margin-left: 0;
    padding-right: 10px;
    width: 60%; }

.tabbed-subsection-heading {
  margin-bottom: 4px;
  font-size: 1.125em;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #5d6969; }

.app-survey {
  margin-bottom: 12px; }
  .app-survey .is-hidden {
    display: none; }

.question {
  padding: 8px 0;
  border-bottom: 1px solid #ccc; }
  .question:first-child {
    border-top: 1px solid #ccc; }
  .question p {
    margin-bottom: 4px !important; }
  .question label {
    display: inline-block;
    margin-right: 12px;
    font-weight: 300;
    font-size: 0.875em; }
  .question input {
    margin-right: 2px; }

.app-results .is-hidden {
  display: none; }

.university-landing {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em; }
  .university-landing .university {
    width: 100%; }
  .university-landing .university-logo {
    display: none !important;
    filter: grayscale(1); }
  .university-landing .university-meta {
    line-height: 1.1rem; }

@media only screen and (min-width: 48em) {
  .university-landing {
    flex-direction: row; }
    .university-landing .university {
      flex: 0 0 calc(33% - 1.5em); } }
@media only screen and (min-width: 75em) {
  .university-landing .university {
    flex: 0 0 calc(25% - 1.5em); } }
.page-banner-wrapper {
  background-color: #0175ca; }

.page-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background-image: url(../../img/university-landing-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .page-banner .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    width: 100%; }
    @media only screen and (min-width: 48em) {
      .page-banner .overlay {
        background: url("../../img/banner-overlay-repeated.png") repeat-y 100% 0;
        animation: slideBannerOverlayY 150s linear infinite; } }
  .page-banner .page-banner-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: flex-start;
    text-align: left; }
    .page-banner .page-banner-content * {
      color: #fff; }
  .page-banner .page-banner-date {
    font-size: 80%;
    font-weight: bold;
    max-width: 75%;
    margin-bottom: 0.75em; }
  .page-banner .page-banner-subtitle {
    font-size: 120%;
    max-width: 75%; }
  .page-banner .page-banner-description {
    margin-top: 1em;
    max-width: 75%; }
  .page-banner .page-banner-button {
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: keep-all;
    border-radius: 6px;
    border-width: 0;
    min-height: 42px;
    padding-top: 0.5rem;
    padding-right: 1.25rem;
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    background-color: #630536;
    transition: all 0.18s cubic-bezier(0.17, 0.67, 0.83, 0.67); }
    .page-banner .page-banner-button:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.footer-button {
  display: block;
  margin-top: 1em; }
  .footer-button .button {
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: keep-all;
    border-radius: 6px;
    border-width: 0;
    min-height: 42px;
    padding-top: 0.5rem;
    padding-right: 1.25rem;
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    background-color: #630536;
    transition: all 0.18s cubic-bezier(0.17, 0.67, 0.83, 0.67); }
    .footer-button .button:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

@media only screen and (min-width: 48em) {
  .page-banner {
    background-size: 70%;
    background-position: center 25%; } }
@keyframes scaleBannerOverlay {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.25); } }
@keyframes slideBannerOverlayY {
  from {
    background-position: 100% 0; }
  to {
    background-position: 100% -864px; } }
.features {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: stretch;
  margin-right: -5px;
  margin-bottom: 10px;
  margin-left: -5px; }
  .features .feature {
    flex: 1 0 50%;
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    justify-content: stretch; }
    .features .feature a {
      margin: 5px;
      border-radius: 16px 0; }
  .features .feature a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 5px;
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
    .features .feature a .feature-icon {
      margin-bottom: 10px;
      color: rgba(255, 255, 255, 0.5);
      font-size: 36px; }
    .features .feature a:hover .feature-text {
      text-decoration: underline; }

@media (min-width: 1200px) {
  .features .feature {
    flex: 1 0 25%; } }
.template-content-full .button {
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: keep-all;
  border-radius: 6px;
  border-width: 0;
  min-height: 42px;
  padding-top: 0.5rem;
  padding-right: 1.25rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  font-size: 1em;
  text-decoration: none;
  color: #fff;
  background-color: #630536;
  transition: all 0.18s cubic-bezier(0.17, 0.67, 0.83, 0.67); }
  .template-content-full .button:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
.template-content-full.conferences a {
  text-decoration: none;
  color: #d31603; }
  .template-content-full.conferences a.button {
    color: #fff; }

.events-table {
  width: 100%; }
  .events-table thead th {
    text-align: left;
    padding: 0 10px 10px 10px;
    white-space: nowrap; }
    .events-table thead th.centered {
      text-align: center; }
  .events-table tbody td {
    border-top: 1px solid #333;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top; }
    .events-table tbody td.centered {
      text-align: center; }

.stream-info {
  margin-top: 0.5em;
  font-size: 90%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; }
  h1:not(:first-child),
  h2:not(:first-child),
  h3:not(:first-child),
  h4:not(:first-child),
  h5:not(:first-child),
  h6:not(:first-child) {
    margin-top: 1.875rem; }

h1 {
  font-size: 2.5rem;
  font-weight: 400; }

h2 {
  font-size: 1.75rem;
  font-weight: 400; }

h3 {
  font-size: 1.5rem;
  line-height: 1.2; }

h4 {
  font-size: 1.25rem;
  line-height: 1.5; }

h5 {
  font-size: 1.15rem;
  line-height: 1.5; }

h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5; }

a {
  color: #630536;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

table {
  margin-bottom: 20px;
  border-collapse: collapse; }

th {
  padding: 12px;
  font-weight: normal;
  font-size: 0.9375em;
  line-height: 1.4;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  background-color: #e7e6ec;
  color: #4e4882; }

td {
  padding: 0.5em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  td li {
    margin-bottom: 2px; }
  td p:last-child,
  td ul:last-child,
  td ol:last-child {
    margin-bottom: 0; }

.widget:not(:last-child) {
  margin-bottom: 3em; }

.widget-pages .subpages {
  margin-bottom: 0; }
.widget-pages .subpage {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5em 0; }
  .widget-pages .subpage:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .widget-pages .subpage:before {
    content: '\ea5f';
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
    font-family: "Nucleo";
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.33); }
  .widget-pages .subpage a {
    text-decoration: none;
    color: #630536; }
.widget-pages .badge-count {
  display: inline-block;
  margin-left: 2px;
  padding: 2px 6px;
  font-size: 0.875em;
  text-align: center;
  border-radius: 8px;
  background-color: #630536;
  color: #fff; }

.widget-feature .feature-photo {
  display: block;
  margin-bottom: 16px;
  line-height: 0; }
.widget-feature .feature-heading {
  margin-bottom: 4px;
  font-size: 1.125em;
  color: #323232; }
  .widget-feature .feature-heading a {
    text-decoration: none;
    color: #323232; }
    .widget-feature .feature-heading a:hover, .widget-feature .feature-heading a:focus {
      text-decoration: underline; }
.widget-feature .feature-summary {
  margin-bottom: 6px;
  font: normal 1em "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  color: #767676; }
.widget-feature .feature-link {
  text-decoration: none;
  font-size: 0.8125em;
  color: #909c9c; }
  .widget-feature .feature-link:hover, .widget-feature .feature-link:focus {
    text-decoration: underline; }

.widget-search .field {
  margin-bottom: 1em; }
.widget-search .field-text input {
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  width: calc(100% - 1em);
  min-height: 42px;
  padding: 0 0.5em;
  font-family: inherit;
  font-size: 1em;
  color: currentColor;
  background-color: #fff;
  transition: box-shadow 0.18s cubic-bezier(0.17, 0.67, 0.83, 0.67); }
  .widget-search .field-text input:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .widget-search .field-text input:focus {
    outline: 2px color-mix(in srgb, #630536 50%, transparent) color-mix(in srgb, #630536 50%, transparent);
    outline-offset: 1px; }
.widget-search .field-select label {
  display: block;
  margin-bottom: 2px; }
.widget-search .field-select select {
  padding: 4px 0;
  width: 100%; }
.widget-search .field-check-radio {
  margin-bottom: 1em; }
  .widget-search .field-check-radio label {
    flex: 0 auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    user-select: none;
    color: #630536;
    text-decoration-line: underline;
    text-decoration-color: color-mix(in srgb, color-mix(in srgb, currentColor 50%, transparent) 50%, transparent);
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    transition: text-decoration-color .2s ease-in-out; }
    .widget-search .field-check-radio label:hover, .widget-search .field-check-radio label:focus {
      text-decoration-color: currentColor; }
  .widget-search .field-check-radio input[type="checkbox"],
  .widget-search .field-check-radio input[type="radio"] {
    display: none; }
.widget-search .field-scrollable {
  margin-bottom: 10px;
  padding: 4px 6px;
  max-height: 150px;
  overflow: auto;
  border-radius: 4px;
  border: 1px solid #909090;
  background-color: #fff; }
  .widget-search .field-scrollable .option {
    padding: 3px 0; }
  .widget-search .field-scrollable label {
    padding-left: 2px; }
.widget-search .advanced-search {
  margin: 12px 0 6px; }
.widget-search .widget-subheading {
  margin-bottom: 4px;
  font-size: 0.8125em;
  text-transform: uppercase;
  color: #323232; }
.widget-search .form-actions {
  margin-top: 12px; }
.widget-search .submit-form {
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: keep-all;
  border-radius: 6px;
  border-width: 0;
  min-height: 42px;
  padding-top: 0.5rem;
  padding-right: 1.25rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  font-size: 1em;
  text-decoration: none;
  color: #fff;
  background-color: #630536;
  transition: all 0.18s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  width: 100%; }
  .widget-search .submit-form:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.widget-stats .stats-chart {
  width: 100%; }

.widget-contact .networks-university {
  margin-top: 12px; }
.widget-contact .contact-list {
  font-size: 0.875em;
  color: #323232; }
  .widget-contact .contact-list li {
    padding: 6px 0;
    border-bottom: 1px solid #cecece; }
    .widget-contact .contact-list li:after {
      content: "";
      display: table;
      clear: both; }
    .widget-contact .contact-list li:first-child {
      border-top: 1px solid #cecece; }
  .widget-contact .contact-list strong {
    float: left;
    display: block;
    width: 100px;
    font-weight: normal;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }
  .widget-contact .contact-list span {
    float: right;
    display: block;
    width: 138px; }
  .widget-contact .contact-list a {
    text-decoration: none;
    color: #630536; }
    .widget-contact .contact-list a:hover, .widget-contact .contact-list a:focus {
      text-decoration: underline; }
.widget-contact .visit-website {
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: keep-all;
  border-radius: 6px;
  border-width: 0;
  min-height: 42px;
  padding-top: 0.5rem;
  padding-right: 1.25rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  font-size: 1em;
  text-decoration: none;
  color: #fff;
  background-color: #630536;
  transition: all 0.18s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  width: 100%; }
  .widget-contact .visit-website:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.page-banner-wrapper, .university-branding {
  position: relative; }

.top-banner {
  display: block;
  height: 220px; }
  @media only screen and (min-width: 48em) {
    .top-banner {
      height: 440px; } }
  .top-banner .banner-wrap, .top-banner article {
    height: 220px;
    position: relative; }
    @media only screen and (min-width: 48em) {
      .top-banner .banner-wrap, .top-banner article {
        height: 440px; } }
    .top-banner .banner-wrap img, .top-banner article img {
      border: none;
      bottom: 0;
      box-shadow: none;
      height: 100%;
      left: 0;
      margin: 0;
      max-height: none;
      max-width: none;
      object-fit: cover;
      outline: none;
      padding: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%; }
  .top-banner .fixed-wrap-viewport-sm {
    position: relative; }

.search-box {
  margin: 0 auto;
  padding: 1.5em !important;
  text-align: center;
  background-color: black; }
  .search-box * {
    color: #fff; }
  .search-box form {
    display: flex;
    flex-direction: row;
    gap: 1em;
    width: 100%;
    flex: 1; }
    .search-box form input[type=text] {
      overflow: hidden;
      white-space: nowrap;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 6px;
      width: calc(100% - 1em);
      min-height: 42px;
      padding: 0 0.5em;
      font-family: inherit;
      font-size: 1em;
      color: currentColor;
      background-color: #fff;
      transition: box-shadow 0.18s cubic-bezier(0.17, 0.67, 0.83, 0.67);
      flex: 1 1 auto;
      color: #323232; }
      .search-box form input[type=text]:hover {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
      .search-box form input[type=text]:focus {
        outline: 2px color-mix(in srgb, #630536 50%, transparent) color-mix(in srgb, #630536 50%, transparent);
        outline-offset: 1px; }
    .search-box form input[type=submit] {
      box-shadow: none;
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      text-align: center;
      word-break: keep-all;
      border-radius: 6px;
      border-width: 0;
      min-height: 42px;
      padding-top: 0.5rem;
      padding-right: 1.25rem;
      padding-bottom: 0.5rem;
      padding-left: 1.25rem;
      font-size: 1em;
      text-decoration: none;
      color: #fff;
      background-color: #630536;
      transition: all 0.18s cubic-bezier(0.17, 0.67, 0.83, 0.67); }
      .search-box form input[type=submit]:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .search-box .close-search {
    display: flex;
    align-items: center;
    border: none;
    color: white;
    background-color: transparent; }
    .search-box .close-search::after {
      content: "\ebb7";
      font-family: 'Nucleo';
      font-size: 22px; }

header .search-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  opacity: 0;
  transition: opacity .2s ease-in-out; }
  header .search-box.visible {
    display: flex;
    align-items: center;
    z-index: 99;
    opacity: 1; }

.slides + .fixed-wrap-viewport-sm > .search-box {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  background-color: rgba(60, 60, 60, 0.75); }
  .slides + .fixed-wrap-viewport-sm > .search-box:focus-within {
    background-color: #282828; }
  @media only screen and (min-width: 48em) {
    .slides + .fixed-wrap-viewport-sm > .search-box {
      bottom: 20px;
      border-radius: 16px 0 16px 0; } }
  .slides + .fixed-wrap-viewport-sm > .search-box h2 {
    display: none; }
    @media only screen and (min-width: 48em) {
      .slides + .fixed-wrap-viewport-sm > .search-box h2 {
        display: block; } }

.four-columns {
  padding: 3em 0 3em 0; }
  .four-columns .hp-column {
    width: 100%; }
    .four-columns .hp-column ul {
      list-style: none;
      line-height: 1.4;
      padding-left: 1em; }
      .four-columns .hp-column ul li {
        position: relative;
        margin-left: 10px; }
        .four-columns .hp-column ul li:before {
          display: block;
          position: absolute;
          left: -25px;
          content: '\f138';
          color: #bbbbbb;
          font-family: 'FontAwesome'; }
      .four-columns .hp-column ul a {
        color: #630536; }
  @media only screen and (min-width: 48em) {
    .four-columns {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 20px; }
      .four-columns .hp-column {
        width: calc(50% - 20px); } }
  @media only screen and (min-width: 75em) {
    .four-columns {
      display: flex;
      flex-direction: row;
      gap: 20px; }
      .four-columns .hp-column {
        width: calc(25% - 20px); } }

.slick-prev:before, .slick-next:before {
  color: #630536; }

.slick-prev {
  left: 16px; }

.slick-next {
  right: 16px; }

@media only screen and (min-width: 75em) {
  .slick-prev {
    left: -36px; }

  .slick-next {
    right: -36px; } }
.home-events {
  padding-bottom: 20px; }
  .home-events .events-heading {
    border-bottom: 1px solid #888888; }
    .home-events .events-heading:after {
      content: "";
      display: table;
      clear: both; }
    .home-events .events-heading h2 {
      margin-top: 20px; }
    .home-events .events-heading .events-button {
      float: right;
      margin-top: 20px;
      margin-right: 10px; }
      .home-events .events-heading .events-button .button {
        box-shadow: none;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        word-break: keep-all;
        border-radius: 6px;
        border-width: 0;
        min-height: 42px;
        padding-top: 0.5rem;
        padding-right: 1.25rem;
        padding-bottom: 0.5rem;
        padding-left: 1.25rem;
        font-size: 1em;
        text-decoration: none;
        color: #fff;
        background-color: #630536;
        transition: all 0.18s cubic-bezier(0.17, 0.67, 0.83, 0.67); }
        .home-events .events-heading .events-button .button:hover {
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .home-events .slick-dots {
    bottom: -10px; }
    .home-events .slick-dots li button:before {
      color: #3c3d3f; }
    .home-events .slick-dots li.slick-active button:before {
      color: #B63D79; }
  .home-events .path {
    width: 60%; }
  .home-events .path-content {
    float: right;
    width: 36.7857142857%; }

.home-announcements {
  background: #d9d9d9; }
  .home-announcements.mode-2 {
    background: #eae8e8;
    padding: 2em 0; }
    .home-announcements.mode-2 .periodicals {
      flex-flow: row wrap; }
      .home-announcements.mode-2 .periodicals .periodical {
        display: flex;
        flex-direction: column;
        align-items: center;
        float: none !important;
        width: 13.2978723404%; }
        .home-announcements.mode-2 .periodicals .periodical .periodical-container a {
          flex: 1; }
        .home-announcements.mode-2 .periodicals .periodical.first {
          margin-right: 2.0833333333%; }
        .home-announcements.mode-2 .periodicals .periodical.fifth {
          margin-right: 0; }

.home-events .card-holder .result-university-event.card .result-text .event-dates {
  border-bottom: none; }

.home-events .results.results-university-events {
  border-bottom: none; }

.home-events .events-slides {
  margin-top: 1em; }

.card-holder.layout-4-cards .result-university-event.card {
  width: calc(50% - 1em);
  margin: 0; }
  @media only screen and (min-width: 48em) {
    .card-holder.layout-4-cards .result-university-event.card {
      width: calc(25% - 1em); } }

.card-holder {
  margin: 0 -1em 0 0;
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: none; }
  .card-holder .result-university-event.card {
    display: flex;
    width: 96.4285714286%;
    min-height: 280px;
    border: none;
    margin: 1.7857142857%;
    border-radius: 16px 0 16px 0;
    padding-top: 0;
    overflow: hidden;
    background: #fff; }
    .card-holder .result-university-event.card .card-contents {
      width: 100%; }
      .card-holder .result-university-event.card .card-contents .result-image,
      .card-holder .result-university-event.card .card-contents .result-image a {
        position: relative;
        display: flex;
        object-fit: cover;
        aspect-ratio: auto 16 / 9; }
        .card-holder .result-university-event.card .card-contents .result-image img,
        .card-holder .result-university-event.card .card-contents .result-image a img {
          width: 100%;
          height: 100%; }
        .card-holder .result-university-event.card .card-contents .result-image .event-university-logo,
        .card-holder .result-university-event.card .card-contents .result-image a .event-university-logo {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 33%;
          padding: 10px;
          background: rgba(255, 255, 255, 0.75); }
      .card-holder .result-university-event.card .card-contents .result-text {
        padding: 12px; }
        .card-holder .result-university-event.card .card-contents .result-text h2.result-heading {
          padding-top: 0.5em;
          font-size: 1.375em;
          font-weight: normal; }
          .card-holder .result-university-event.card .card-contents .result-text h2.result-heading a {
            text-decoration: none; }
        .card-holder .result-university-event.card .card-contents .result-text .result-summary {
          font-size: initial;
          padding-top: 0.5em;
          margin-bottom: 12px; }
          .card-holder .result-university-event.card .card-contents .result-text .result-summary .read_more {
            /*font-size:80%;*/
            padding-top: 1em; }

.after-events .html-block {
  display: block; }
.after-events .news {
  display: block; }
  .after-events .news h2 {
    padding-bottom: 1em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #888888; }
  .after-events .news ul {
    display: block; }
    .after-events .news ul li {
      padding-bottom: 1.5em;
      display: flex; }
      .after-events .news ul li .news-date {
        flex-basis: 50px;
        flex-grow: 0;
        display: flex;
        white-space: nowrap;
        background-color: #444547;
        border-radius: 8px;
        color: #ffffff;
        padding: 0.5em;
        text-align: center; }
        .after-events .news ul li .news-date div {
          margin-left: auto;
          margin-right: auto; }
      .after-events .news ul li .news-title {
        font-size: 1.25em;
        margin-left: 20px;
        padding-top: 0.5em;
        flex-basis: 0;
        flex-grow: 1;
        width: 100%; }
        .after-events .news ul li .news-title a {
          text-decoration: none;
          color: #630536; }
@media only screen and (min-width: 48em) {
  .after-events {
    display: flex;
    flex-direction: row; }
    .after-events .html-block {
      width: calc(60% - 20px);
      margin-right: 40px; }
    .after-events .news {
      width: calc(40%); } }

.announcement-date {
  font-size: 0.875em;
  color: #d31603;
  padding: 0.5em 0 1em 0; }

.results-guidance {
  margin-top: 10px; }
  .results-guidance h3 {
    margin-bottom: 20px; }
  .results-guidance table tr:nth-child(even) td {
    background-color: #f0f0f0 !important; }

.guidance-tool .display-option, .transition-resources .display-option, .extenuating-circumstances .display-option {
  margin-bottom: 1em; }
.guidance-tool table, .transition-resources table, .extenuating-circumstances table {
  width: 100%; }
  .guidance-tool table th, .guidance-tool table td, .transition-resources table th, .transition-resources table td, .extenuating-circumstances table th, .extenuating-circumstances table td {
    width: 50%; }

.body-copy ul {
  list-style: disc;
  margin-left: 1.25em; }
.body-copy ol {
  list-style: decimal;
  margin-left: 1.25em; }

.language-notice.full-width {
  width: 100% !important;
  margin-bottom: 1em; }

.extenuating-circumstances .filter_form-results .university-block, .transition-resources .filter_form-results .university-block {
  border-top: 2px solid #000;
  padding-top: 1em; }
  .extenuating-circumstances .filter_form-results .university-block:first-child, .transition-resources .filter_form-results .university-block:first-child {
    border-top: none;
    padding-top: 0; }
  .extenuating-circumstances .filter_form-results .university-block .language-notice, .transition-resources .filter_form-results .university-block .language-notice {
    width: 100% !important;
    margin-bottom: 1em; }
  .extenuating-circumstances .filter_form-results .university-block ul ul, .transition-resources .filter_form-results .university-block ul ul {
    margin-bottom: 0; }
.extenuating-circumstances .meta, .transition-resources .meta {
  display: block;
  width: 100%; }
  .extenuating-circumstances .meta .type, .extenuating-circumstances .meta .audience, .extenuating-circumstances .meta .subaudience, .transition-resources .meta .type, .transition-resources .meta .audience, .transition-resources .meta .subaudience {
    float: left;
    font-size: smaller;
    color: #999999;
    margin-right: 10px; }
  .extenuating-circumstances .meta .audience, .extenuating-circumstances .meta .subaudience, .transition-resources .meta .audience, .transition-resources .meta .subaudience {
    padding-left: 10px;
    border-left: 1px solid #aaaaaa; }
.extenuating-circumstances .details, .transition-resources .details {
  color: #767676;
  padding: 0 0 1em 0; }
  .extenuating-circumstances .details .body, .transition-resources .details .body {
    padding: 2em 0 1em 0;
    clear: both; }
.extenuating-circumstances ul.contact-list, .transition-resources ul.contact-list {
  margin: 0 0 1em 0;
  list-style: none; }
  .extenuating-circumstances ul.contact-list li, .transition-resources ul.contact-list li {
    margin-bottom: 5px; }
    .extenuating-circumstances ul.contact-list li strong, .transition-resources ul.contact-list li strong {
      width: 40%;
      margin-right: 10px; }
    .extenuating-circumstances ul.contact-list li span, .transition-resources ul.contact-list li span {
      width: calc(50% - 10px); }

.clear {
  width: 100%;
  height: 1px;
  content: ' ';
  clear: both; }

a.disabled {
  color: #999999; }

.scholarship_new {
  display: none; }

.general-feature {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-height: 100px;
  border: 1px solid #cccccc;
  border-radius: 16px 0 16px 0;
  display: flex;
  background-position: top right;
  flex-direction: column;
  text-decoration: none !important; }
  .general-feature * {
    text-decoration: none !important; }
  .general-feature .feature-main {
    display: flex;
    width: 100%;
    text-decoration: none !important; }
  .general-feature .feature-sub {
    display: flex;
    width: 100%;
    text-decoration: none !important; }
  @media only screen and (min-width: 48em) {
    .general-feature {
      flex-direction: row;
      align-items: center; }
      .general-feature .feature-main {
        display: flex;
        width: 40%; }
      .general-feature .feature-sub {
        display: flex;
        width: 60%; } }
  .general-feature h2.feature-title {
    text-align: center;
    text-decoration: none;
    font-size: 30px; }
  .general-feature .feature-text {
    text-align: center;
    text-decoration: none;
    margin: 0;
    padding: 2em; }
    .general-feature .feature-text * {
      text-decoration: none; }
  .general-feature.justify-left h2.feature-title, .general-feature.justify-left .feature-text, .general-feature.justify-left .feature-button {
    text-align: left; }
  .general-feature.justify-right h2.feature-title, .general-feature.justify-right .feature-text, .general-feature.justify-right .feature-button {
    text-align: right; }

.after-events {
  padding: 1.5em 0 !important; }

.results-listing .result-listing-item:hover {
  background: #f8f8f8; }
.results-listing .result-listing-item .result-heading {
  color: #000000; }
.results-listing .result-listing-item .rows a {
  color: #7a003c; }
.results-listing .result-listing-item .cols {
  flex: content;
  text-align: left;
  white-space: nowrap; }
  .results-listing .result-listing-item .cols a.col {
    display: inline-block;
    margin-right: 20px;
    color: #7a003c; }
.results-listing .result-listing-item.multi-column {
  display: flex;
  flex-direction: row; }
  .results-listing .result-listing-item.multi-column h2 {
    flex: auto; }
  .results-listing .result-listing-item.multi-column .cols {
    flex: content;
    text-align: right;
    white-space: nowrap; }
    .results-listing .result-listing-item.multi-column .cols a.col {
      display: inline-block;
      margin-left: 20px;
      color: #7a003c; }

.feature a.offsite {
  background: none;
  padding-right: 0;
  background-size: initial; }

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  background-color: #fff; }

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

p {
  margin-top: 0; }

ul,
ol {
  margin-top: 0;
  padding-left: 0;
  list-style: none; }

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

.hidden-sm {
  display: none; }

.select2 {
  width: 100%; }

.skip-links a {
  display: block;
  padding: 10px;
  font-size: 15px;
  text-decoration: none;
  background-color: #000;
  color: #fff; }

.offsite {
  padding-right: 18px;
  background: url(../../img/icon-offsite-link.png) no-repeat right 3px;
  background-size: 12px 12px; }

.offsite-noicon.offsite {
  background-image: none !important;
  padding-right: unset; }

body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
  display: flex; }

.fixed-wrap-viewport-sm {
  padding: 0 6.25%; }

.site-header {
  z-index: 200;
  background-color: #eaeaea;
  width: 100%; }
  .site-header:focus {
    outline: none; }

.site-brand {
  max-width: 108px; }
  .site-brand a {
    display: none;
    line-height: 0; }

.choose-section {
  justify-content: space-between; }
  .choose-section .site-brand a {
    display: block; }

.site-search {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 6.25%;
  height: 24px;
  background-color: #444547; }
  .site-search input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 6px 2px 24px;
    width: 100%;
    height: 24px;
    font-size: 0.8125em;
    border-radius: 4px;
    border: 1px solid #3e3f41;
    background: #eee url(../../img/icon-search-field.png) no-repeat 6px center;
    color: #333; }
    .site-search input[type="search"]:focus {
      border-color: #222;
      background-color: #ddd; }

.home-page .events {
  padding-bottom: 2em;
  position: relative; }
  .home-page .events .previous {
    position: absolute;
    display: block;
    left: 0;
    margin-top: 30px;
    margin-left: -30px;
    text-indent: -9999px; }
    .home-page .events .previous:after {
      display: block;
      width: 0px;
      height: 0px;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-right: 15px solid #888;
      content: '.'; }
  .home-page .events .next {
    position: absolute;
    display: block;
    right: 0;
    margin-top: 30px;
    margin-right: -30px;
    text-indent: -9999px; }
    .home-page .events .next:after {
      display: block;
      width: 0px;
      height: 0px;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 15px solid #888;
      content: '.'; }
  .home-page .events .events-slides {
    z-index: 0 !important; }
    .home-page .events .events-slides .events-slide {
      width: 100%; }

.site-content-inner {
  background: #fff;
  z-index: 1; }

.back-to-top {
  display: none; }

.site-subfooter {
  padding: 3em 0;
  background-color: #323232; }
  .site-subfooter * {
    color: #fff; }

.site-footer {
  padding: 1em 0;
  font-size: 0.889rem;
  background-color: #f9f9f9; }
  .site-footer li {
    display: inline-block;
    margin-right: 8px; }
  .site-footer .copyright {
    margin-bottom: 0; }
  .site-footer a {
    text-decoration: none;
    color: black; }
    .site-footer a:hover, .site-footer a:focus {
      text-decoration: underline; }

.template-content {
  padding: 3em 0; }

.language-notice {
  margin: 1em 0; }
  .language-notice .text {
    border-radius: 16px 0;
    padding: 1.5em;
    background-color: #f9f9f9; }

.template-subheading {
  margin: 4px 0 0;
  font-size: 1.125em;
  line-height: 1.5;
  color: #323232; }
  .template-subheading a {
    text-decoration: none;
    color: #323232; }
    .template-subheading a:hover, .template-subheading a:focus {
      text-decoration: underline; }

.template-intro {
  margin-bottom: 40px; }
  .template-intro p {
    margin-bottom: 6px;
    font-size: 1em;
    line-height: 1.5;
    color: #767676; }
    .template-intro p:last-child {
      margin-bottom: 0; }

.template-icon {
  display: none; }

.template-sidebar {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-bottom: 6em;
  padding: 3em;
  background-color: #f9f9f9; }
  .template-sidebar * {
    color: #323232; }

.choose-section {
  position: relative;
  z-index: 10;
  padding: 9px 20px;
  min-height: 23px;
  background-color: #630536;
  background-image: -webkit-linear-gradient(#630536, #630536);
  background-image: linear-gradient(#630536, #630536); }
  .choose-section > a {
    position: relative;
    font: normal 0.9375em "Roboto", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff; }
    .choose-section > a:after {
      position: absolute;
      z-index: 10;
      top: 4px;
      left: -19px;
      display: block;
      width: 12px;
      height: 12px;
      background: url(../../img/icon-choose-section.png) no-repeat 0 0;
      content: ''; }

.mobile-menu-wrap {
  position: relative;
  z-index: 9; }

.mobile-menu {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  padding: 0;
  background-color: #eaeaea; }
  .mobile-menu .nav-options {
    display: initial; }
  .mobile-menu .actions-help {
    padding: 8px 12px 10px; }

.site-nav {
  border-top: 1px solid #727272;
  padding-top: 0;
  padding-bottom: 0;
  flex-wrap: nowrap;
  gap: 20px; }
  .site-nav div {
    justify-content: space-between; }
  .site-nav:focus {
    outline: none; }

.nav-list {
  margin-bottom: 0;
  background-color: #343434; }
  .nav-list:after {
    content: "";
    display: table;
    clear: both; }

.nav-item {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #727272; }
  .nav-item a {
    display: block;
    padding: 10px 10px;
    font: normal 1em "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    /*text-transform: uppercase;*/
    text-decoration: none;
    /*background-color: #343434;*/
    color: #fff; }
  .nav-item em {
    display: block;
    font: normal 0.5625em "Roboto", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #fff; }

.slides {
  z-index: 1; }

.slide {
  position: relative;
  width: 100%; }

.slide-photo {
  display: block;
  line-height: 0; }

.slide-text {
  display: block;
  padding: 12px 20px;
  text-align: right;
  text-decoration: none;
  background-color: #000; }

.slide-heading {
  margin-bottom: 0;
  font-size: 1.125em;
  color: #fff; }

.slide-subheading {
  display: block;
  margin-bottom: 0;
  font: normal 0.8125em "Roboto", Helvetica, Arial, sans-serif;
  color: #fff; }

.sort-results {
  margin-bottom: 8px; }
  .sort-results label {
    padding-right: 2px;
    font: normal 0.875em "Roboto", Helvetica, Arial, sans-serif;
    color: #630536; }
  .sort-results select,
  .sort-results .select2 {
    font-size: 0.8125em; }

.sort-option {
  margin-bottom: 4px; }
  .sort-option select {
    display: block;
    width: 100%; }

.results .result.card,
.results-university-events .result.card,
.university-landing .result.card {
  display: flex;
  flex-direction: column; }
  .results .result.card .card-contents,
  .results-university-events .result.card .card-contents,
  .university-landing .result.card .card-contents {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    flex: 1 0 auto; }
    .results .result.card .card-contents .result-image,
    .results-university-events .result.card .card-contents .result-image,
    .university-landing .result.card .card-contents .result-image {
      position: relative;
      overflow: hidden;
      aspect-ratio: auto 16 / 9; }
      .results .result.card .card-contents .result-image a,
      .results-university-events .result.card .card-contents .result-image a,
      .university-landing .result.card .card-contents .result-image a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex; }
        .results .result.card .card-contents .result-image a img,
        .results-university-events .result.card .card-contents .result-image a img,
        .university-landing .result.card .card-contents .result-image a img {
          border-top-left-radius: 16px;
          height: auto;
          width: 100%;
          object-fit: cover; }
    .results .result.card .card-contents .result-text,
    .results-university-events .result.card .card-contents .result-text,
    .university-landing .result.card .card-contents .result-text {
      flex: 1 0 auto;
      border-bottom-right-radius: 16px;
      padding: 1em;
      background-color: #f9f9f9; }
      .results .result.card .card-contents .result-text .result-heading,
      .results-university-events .result.card .card-contents .result-text .result-heading,
      .university-landing .result.card .card-contents .result-text .result-heading {
        margin: 0 0 0.25em;
        line-height: 1; }
      .results .result.card .card-contents .result-text .affiliate,
      .results .result.card .card-contents .result-text .result-summary,
      .results-university-events .result.card .card-contents .result-text .affiliate,
      .results-university-events .result.card .card-contents .result-text .result-summary,
      .university-landing .result.card .card-contents .result-text .affiliate,
      .university-landing .result.card .card-contents .result-text .result-summary {
        font-size: 0.889rem; }
.results .result:not(.card),
.results-university-events .result:not(.card),
.university-landing .result:not(.card) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1em 0; }
  .results .result:not(.card) .row,
  .results-university-events .result:not(.card) .row,
  .university-landing .result:not(.card) .row {
    display: flex;
    justify-content: space-between;
    gap: 1em; }
    .results .result:not(.card) .row .result-info,
    .results-university-events .result:not(.card) .row .result-info,
    .university-landing .result:not(.card) .row .result-info {
      display: flex;
      flex-direction: column;
      gap: 0.25em; }
      .results .result:not(.card) .row .result-info .result-attributes,
      .results .result:not(.card) .row .result-info .result-heading,
      .results .result:not(.card) .row .result-info .result-subheading,
      .results-university-events .result:not(.card) .row .result-info .result-attributes,
      .results-university-events .result:not(.card) .row .result-info .result-heading,
      .results-university-events .result:not(.card) .row .result-info .result-subheading,
      .university-landing .result:not(.card) .row .result-info .result-attributes,
      .university-landing .result:not(.card) .row .result-info .result-heading,
      .university-landing .result:not(.card) .row .result-info .result-subheading {
        margin: 0; }
      .results .result:not(.card) .row .result-info .result-subheading,
      .results-university-events .result:not(.card) .row .result-info .result-subheading,
      .university-landing .result:not(.card) .row .result-info .result-subheading {
        font-size: 1em;
        font-weight: 400; }
        .results .result:not(.card) .row .result-info .result-subheading a,
        .results-university-events .result:not(.card) .row .result-info .result-subheading a,
        .university-landing .result:not(.card) .row .result-info .result-subheading a {
          color: #d31603; }
    .results .result:not(.card) .row .program-actions,
    .results .result:not(.card) .row .result-actions,
    .results-university-events .result:not(.card) .row .program-actions,
    .results-university-events .result:not(.card) .row .result-actions,
    .university-landing .result:not(.card) .row .program-actions,
    .university-landing .result:not(.card) .row .result-actions {
      flex: 0 0 120px; }
    .results .result:not(.card) .row .result-actions,
    .results-university-events .result:not(.card) .row .result-actions,
    .university-landing .result:not(.card) .row .result-actions {
      text-align: right; }

.result-heading {
  font-weight: 400; }
  .result-heading .navigation,
  .result-heading .navigation-left {
    display: block;
    position: absolute;
    right: 0;
    top: 0; }
    .result-heading .navigation .button,
    .result-heading .navigation-left .button {
      box-shadow: none;
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      text-align: center;
      word-break: keep-all;
      border-radius: 6px;
      border-width: 0;
      min-height: 42px;
      padding-top: 0.5rem;
      padding-right: 1.25rem;
      padding-bottom: 0.5rem;
      padding-left: 1.25rem;
      font-size: 1em;
      text-decoration: none;
      color: #fff;
      background-color: #630536;
      transition: all 0.18s cubic-bezier(0.17, 0.67, 0.83, 0.67); }
      .result-heading .navigation .button:hover,
      .result-heading .navigation-left .button:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .result-heading .navigation-left {
    position: initial;
    right: auto;
    left: 0;
    margin-bottom: 10px; }

.result-heading-alt {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #909c9c; }
  .result-heading-alt a {
    color: #909c9c; }

.no-results {
  margin-bottom: 0;
  font-size: 0.875em;
  color: #323232; }

.result-actions .actions-heading {
  text-transform: uppercase;
  color: #909c9c; }
.result-actions .actions-text {
  font-size: 0.75em;
  line-height: 1.3;
  color: #323232; }

.result-contact .result-attributes a {
  color: #630536; }
.result-contact .contact-list {
  font-size: inherit; }
  .result-contact .contact-list li {
    margin-bottom: 2px; }
  .result-contact .contact-list strong {
    font-weight: normal;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }

.deadline {
  margin-top: 12px; }
  .deadline .heading {
    margin-bottom: 4px;
    font: 0.75em "Roboto", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #909c9c; }
  .deadline .date {
    margin-bottom: 0;
    font-size: 0.75em;
    color: #323232; }

.program-actions:after {
  content: "";
  display: table;
  clear: both; }
.program-actions .program-rate {
  float: left;
  margin-right: 16px; }
.program-actions .program-compare {
  float: left; }

.actions-heading {
  margin-bottom: 4px;
  font-size: 0.75em;
  color: #323232; }

.program-actions-inline {
  margin-top: 6px; }
  .program-actions-inline:after {
    content: "";
    display: table;
    clear: both; }
  .program-actions-inline .program-rate {
    float: left;
    margin-right: 12px; }
    .program-actions-inline .program-rate .star-rating {
      float: left;
      margin-top: -1px;
      margin-bottom: 0; }
  .program-actions-inline .program-compare {
    float: left; }
    .program-actions-inline .program-compare a {
      float: left;
      margin-top: 0; }
  .program-actions-inline .actions-heading {
    float: right;
    margin-bottom: 0;
    margin-left: 4px; }

.university-contact-info .university-logo {
  display: block;
  margin-bottom: 18px; }
.university-contact-info .contact-numbers,
.university-contact-info .networks-university {
  margin-left: 0;
  list-style: none; }
  .university-contact-info .contact-numbers li,
  .university-contact-info .networks-university li {
    margin-bottom: 0; }

.program-next-steps a {
  display: block;
  margin-top: 6px;
  padding: 10px 0 8px;
  font-size: 0.875em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff; }
  .program-next-steps a:first-child {
    margin-top: 0; }
  .program-next-steps a.visit-website {
    background-color: #630536; }
    .program-next-steps a.visit-website:hover, .program-next-steps a.visit-website:focus {
      background-color: #460426; }
  .program-next-steps a.program-apply {
    background-color: #5d6969; }
    .program-next-steps a.program-apply:hover, .program-next-steps a.program-apply:focus {
      background-color: #4f5858; }

.university-branding {
  position: relative;
  display: flex;
  height: 220px; }
  .university-branding .university-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%; }
    .university-branding .university-logo img {
      height: auto;
      width: calc(66.66% - 1em);
      padding: 0 1em;
      border-radius: 1em;
      background-color: rgba(255, 255, 255, 0.8); }

.university-features {
  margin-top: 32px; }

.feature {
  margin-bottom: 20px; }

.feature-photo {
  display: block;
  margin-bottom: 12px;
  line-height: 0; }

.feature-heading-wrap {
  position: relative;
  padding-left: 54px;
  min-height: 48px; }

.feature-date {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  padding: 4px 0 3px;
  width: 44px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-align: center;
  background-color: #630536;
  color: #fff; }
  .feature-date .month {
    display: block;
    font-size: 0.875em;
    line-height: 1;
    text-transform: uppercase; }
  .feature-date .day {
    display: block;
    font-size: 1.5625em;
    line-height: 1; }

.feature-heading {
  margin-bottom: 6px;
  font-size: 1.125em;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #909c9c; }
  .feature-heading a {
    text-decoration: none;
    color: #909c9c; }

.feature-summary {
  margin-bottom: 0;
  font-size: 0.8125em;
  line-height: 1.4;
  color: #767676; }

.university-directions {
  padding: 16px 6.25%;
  background-color: #f0f0f0; }

.location-heading {
  margin-bottom: 8px;
  font-size: 1.125em;
  color: #323232; }

.location-address {
  margin-bottom: 12px;
  font-size: 0.875em;
  line-height: 1.4;
  color: #767676; }

.location-directions {
  display: block;
  padding: 8px 0;
  font-size: 0.875em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-color: #909c9c;
  color: #fff; }
  .location-directions:hover, .location-directions:focus {
    background-color: #808e8e; }

.location-disclaimer {
  margin: 12px 0;
  font-size: 0.75em;
  line-height: 1.3;
  color: #767676; }

.faq-group {
  margin-bottom: 20px; }

.faq-group-title {
  margin-bottom: 12px;
  font-size: 1.125em;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #323232; }

.viewbook-link {
  margin-bottom: 1em; }

.residences.contact-list li:first-child {
  border-top: 1px solid #cecece; }

.residences.contact-list li {
  padding: 6px 0;
  border-bottom: 1px solid #cecece;
  margin-bottom: 0; }

ul.residences.contact-list {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: outside none none; }

.residences.contact-list strong {
  float: left;
  display: block;
  width: 100px;
  font-weight: normal;
  font-family: "MuseoSans_700", Helvetica, Arial, sans-serif; }

.content-breadcrumbs {
  display: block;
  padding: 1em 0;
  background-color: #f9f9f9; }
  .content-breadcrumbs a {
    text-decoration: none;
    color: #630536; }

.periodical {
  float: right;
  margin-right: 2.0833333333%;
  width: 47.9166666667%; }
  .periodical.first {
    margin-right: 0; }
  .periodical:nth-child(even) {
    margin-right: 0;
    float: right;
    clear: both; }
  .periodical.link_short {
    background-color: #630536;
    color: #fff;
    border-radius: 5px;
    padding: 1em 1.5em;
    width: auto;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: none;
    background-color: #630536;
    color: #fff;
    font: normal 100% Helvetica, Arial, sans-serif; }
    .periodical.link_short a {
      color: #fff; }

/* Conferences */
.conferences table.events-table {
  display: none;
  width: 100%; }
  @media only screen and (min-width: 75em) {
    .conferences table.events-table {
      display: table; } }
.conferences .notice {
  margin-top: 1em;
  padding: 1em;
  border-radius: 10px;
  background-color: #ffeeee; }
  .conferences .notice p:last-child {
    margin-bottom: 0; }
.conferences .events-blocks {
  display: block; }
  @media only screen and (min-width: 75em) {
    .conferences .events-blocks {
      display: none; } }
  .conferences .events-blocks .university-session {
    margin-top: 1em;
    border-top: 1px solid #888;
    padding-top: 1em; }
    .conferences .events-blocks .university-session .session-desc {
      margin: 1em 0; }
    .conferences .events-blocks .university-session .session-meta {
      display: flex;
      flex: auto 1 1;
      margin-bottom: 1em; }
      .conferences .events-blocks .university-session .session-meta .session-type,
      .conferences .events-blocks .university-session .session-meta .session-start,
      .conferences .events-blocks .university-session .session-meta .session-end {
        flex: 33%; }

.request-more-info {
  display: none;
  position: fixed;
  width: 120px;
  right: 0;
  top: 33%;
  z-index: 99;
  background: #e31836;
  padding: 8px;
  text-align: center;
  color: #ffffff;
  font-size: smaller; }
  @media only screen and (min-width: 75em) {
    .request-more-info {
      display: block; } }
  .request-more-info a {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none; }
    .request-more-info a:after {
      content: '';
      display: block !important;
      width: 100%;
      height: 57px;
      background-image: url(/assets/theme/img/clipboard.png);
      background-position: center;
      background-repeat: no-repeat; }

.tiled {
  display: flex;
  flex-wrap: wrap; }
  .tiled > .tile {
    position: relative;
    flex: 1 0 calc(100% - 40px - 1em);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .tiled > .tile a:first-of-type::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      pointer-events: auto;
      content: "";
      background-color: rgba(0, 0, 0, 0); }

.home-announcements.mode-2 .tiled {
  gap: 1em;
  padding: 1em 0 !important; }
  .home-announcements.mode-2 .tiled > .tile {
    border-radius: 16px 0 16px 0;
    padding: 1em 20px; }
  .home-announcements.mode-2 .tiled > .tile:nth-child(2) {
    background-color: #e31836; }
  .home-announcements.mode-2 .tiled > .tile:nth-child(3) {
    background-color: #5a2f84; }
  .home-announcements.mode-2 .tiled > .tile:nth-child(4) {
    background-color: #005286; }
.home-announcements.mode-2 .tile {
  position: relative;
  width: 25%;
  padding: 0.25em;
  color: #fff;
  font: normal 100% Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  background-color: #630536;
  border: none;
  border-radius: 5px; }
  .home-announcements.mode-2 .tile a {
    display: block;
    padding: 16px 0 !important;
    color: #fff;
    font-weight: bold;
    text-decoration: none; }
  .home-announcements.mode-2 .tile a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

@media (min-width: 992px) {
  .mode-2 .tiled {
    display: flex;
    flex-wrap: nowrap; }
    .mode-2 .tiled > .tile {
      flex: 1 0 calc(25% - 40px - 1em); } }
main.template-content a,
section.template-content a,
.content-breadcrumbs a,
.home .four-columns a,
.home .events-heading a,
.home .events-slides a,
.home .after-events .news ul li .news-title a,
.card-holder .result-university-event.card .card-contents .result-text h2.result-heading a,
.site-subfooter a,
.site-footer a {
  text-decoration-line: underline;
  text-decoration-color: color-mix(in srgb, color-mix(in srgb, currentColor 50%, transparent) 50%, transparent);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: text-decoration-color .2s ease-in-out; }
  main.template-content a:hover, main.template-content a:focus,
  section.template-content a:hover,
  section.template-content a:focus,
  .content-breadcrumbs a:hover,
  .content-breadcrumbs a:focus,
  .home .four-columns a:hover,
  .home .four-columns a:focus,
  .home .events-heading a:hover,
  .home .events-heading a:focus,
  .home .events-slides a:hover,
  .home .events-slides a:focus,
  .home .after-events .news ul li .news-title a:hover,
  .home .after-events .news ul li .news-title a:focus,
  .card-holder .result-university-event.card .card-contents .result-text h2.result-heading a:hover,
  .card-holder .result-university-event.card .card-contents .result-text h2.result-heading a:focus,
  .site-subfooter a:hover,
  .site-subfooter a:focus,
  .site-footer a:hover,
  .site-footer a:focus {
    text-decoration-color: currentColor; }

@media only screen and (min-width: 48em) {
  .fixed-wrap-viewport-sm {
    margin: 0 auto;
    padding: 0 20px;
    width: 940px; }
    .fixed-wrap-viewport-sm:after {
      content: "";
      display: table;
      clear: both; }

  .fixed-wrap-viewport-md {
    margin: 0 auto;
    width: 940px; }
    .fixed-wrap-viewport-md:after {
      content: "";
      display: table;
      clear: both; }

  .site-brand {
    width: 22.1276595745%;
    max-width: none; }
    .site-brand a {
      display: block; }

  .choose-section .site-brand {
    display: none; }

  .site-search {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    padding: 11px 0 0;
    width: 17.4468085106%;
    height: auto; }

  .site-content-inner .fixed-wrap-viewport-sm .faux-column {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 68.085106383%; }

  .back-to-top {
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 20px;
    display: block;
    padding-top: 22px;
    width: 50px;
    height: 28px;
    font: 0.875em "Roboto", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50%;
    background-color: #630536;
    color: #fff; }
    .back-to-top:after {
      position: absolute;
      top: 8px;
      left: 50%;
      display: block;
      margin-left: -7px;
      width: 15px;
      height: 12px;
      background: url(../../img/icon-top-arrow.png) no-repeat 0 0;
      content: ''; }
    .back-to-top:hover, .back-to-top:focus {
      background-color: #32031c; }

  .subfooter-section {
    width: 48.9361702128%; }

  .subfooter-section-about {
    width: 33%;
    float: left; }

  .subfooter-section-resources {
    float: right; }
    .subfooter-section-resources .module {
      float: left;
      margin-top: 4px;
      width: 47.8260869565%; }
      .subfooter-section-resources .module:first-child {
        margin-right: 4.347826087%; }

  .site-footer:after {
    content: "";
    display: table;
    clear: both; }
  .site-footer li {
    margin-right: 0;
    margin-left: 8px; }
  .site-footer .disclaimer {
    float: left;
    width: 48.9361702128%; }
  .site-footer .meta {
    float: right;
    width: 48.9361702128%;
    text-align: right; }

  .template-content {
    position: relative;
    z-index: 10;
    float: left;
    padding: 3rem 3rem 3rem 0;
    width: calc(66.66% - 6rem); }

  .no-banner .template-content {
    padding-top: 64px; }

  .template-content-full {
    float: none;
    padding-right: 0;
    width: auto; }
    .template-content-full .content-header.with-icon {
      padding-left: 10.6382978723%; }
      .template-content-full .content-header.with-icon .template-icon {
        width: 8.5106382979%; }

  .content-header {
    margin-bottom: 1.5rem; }
    .content-header.with-icon {
      position: relative;
      padding-left: 18.5185185185%; }
      .content-header.with-icon .template-icon {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 14.8148148148%; }

  .template-sidebar {
    position: relative;
    float: right;
    width: calc(33.33% - 3em);
    margin-top: 3rem; }

  .no-banner .template-sidebar {
    padding-top: 64px; }

  .choose-section {
    padding: 0;
    min-height: 0;
    background: none; }
    .choose-section > a {
      display: none; }

  .actions-language {
    display: none; }

  .actions-help {
    float: right; }
    .actions-help .hidden-sm {
      display: inline-block; }

  .mobile-menu {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: block !important;
    padding: 0;
    background-color: transparent; }
    .mobile-menu .fixed-wrap-viewport-md {
      position: relative; }
    .mobile-menu .nav-options {
      display: flex; }

  .action {
    font-size: 0.875em; }

  .site-nav {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    background-color: #630536;
    background-image: -webkit-linear-gradient(#630536, #630536);
    background-image: linear-gradient(#630536, #630536); }
    .site-nav:after {
      content: "";
      display: table;
      clear: both; }

  .nav-list {
    /*padding-left: calc-pc(200px, 940px); // Full width of .site-brand*/
    background-color: transparent;
    right: 0; }

  .nav-item {
    width: auto;
    border-bottom: none;
    float: right;
    padding: 0px 10px;
    background-color: #630536;
    background-image: -webkit-linear-gradient(#630536, #630536);
    background-image: linear-gradient(#630536, #630536); }
    .nav-item a {
      font-size: 1em;
      white-space: nowrap; }
    .nav-item:hover, .nav-item:focus {
      background-color: #460426;
      background-image: -webkit-linear-gradient(#460426, #460426);
      background-image: linear-gradient(#460426, #460426); }
    .nav-item em {
      display: none; }

  .slide-text {
    position: absolute;
    right: 0;
    bottom: 46px;
    padding: 26px 1.8181818182% 30px;
    width: 47.2727272727%;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.7); }

  .slide-heading {
    margin-bottom: 6px;
    font-size: 2em;
    line-height: 1.1; }

  .slide-subheading {
    font-size: 1.125em; }

  .choose-path {
    padding-top: 28px; }
    .choose-path:after {
      content: "";
      display: table;
      clear: both; }

  .path {
    float: left;
    width: 30.9574468085%; }

  .path-university {
    margin-left: 2.1276595745%; }

  .path-apply {
    margin-left: 2.1276595745%; }

  :lang(en) .path-heading {
    margin-bottom: 6px;
    line-height: 1; }

  :lang(fr) .path-heading {
    margin-bottom: 6px;
    line-height: 1; }

  .path-summary {
    font-size: 0.875em;
    line-height: 1.3; }

  .periodical {
    float: right;
    margin-right: 2.1276595745%;
    width: 23.4042553191%; }
    .periodical:nth-child(even) {
      margin-right: 2.1276595745%;
      float: right;
      clear: none; }
    .periodical.first {
      margin-right: 0; }

  .periodical-heading {
    margin-bottom: 6px;
    font-size: 1.125em; }

  .periodical-summary {
    display: block;
    font-size: 0.8125em;
    line-height: 1.35;
    color: #676767; }

  .networks-default {
    margin-top: -6px; }
    .networks-default .network-twitter {
      background-position: 0 12px; }
      .networks-default .network-twitter:hover {
        background-position: 0 0; }
    .networks-default .network-facebook {
      background-position: -44px 12px; }
      .networks-default .network-facebook:hover {
        background-position: -44px 0; }
    .networks-default .network-youtube {
      background-position: -88px 12px; }
      .networks-default .network-youtube:hover {
        background-position: -88px 0; }
    .networks-default .network-flickr {
      background-position: -132px 12px; }
      .networks-default .network-flickr:hover {
        background-position: -132px 0; }
    .networks-default .network-google {
      background-position: -176px 12px; }
      .networks-default .network-google:hover {
        background-position: -176px 0; }

  .sort-results {
    margin: 14px 0; }
    .sort-results:after {
      content: "";
      display: table;
      clear: both; }

  .sort-option {
    float: left;
    padding-left: 1.8518518519%;
    width: 32.037037037%; }
    .sort-option:first-child {
      padding-left: 0; }

  .results-meta:after {
    content: "";
    display: table;
    clear: both; }
  .results-meta .count {
    float: left;
    margin-bottom: 0; }
  .results-meta .pagination {
    float: right; }

  .result-degree:after {
    content: "";
    display: table;
    clear: both; }
  .result-degree .result-heading {
    float: left;
    margin-bottom: 0;
    max-width: 75%; }
  .result-degree .result-attributes {
    float: right;
    max-width: 25%; }

  .result-scholarship {
    position: relative;
    padding-right: 17.5925925926%; }

  .deadline {
    position: absolute;
    top: 17px;
    right: 0;
    margin-top: 0;
    width: 12.962962963%;
    text-align: right; }

  .program-actions-inline {
    margin-top: -6px; }

  .tabbed-subsection-complex:after {
    content: "";
    display: table;
    clear: both; }

  .tabbed-subsection-summary {
    float: left;
    width: 51.8518518519%; }

  .university-contact-info {
    float: right;
    width: 40.7407407407%; }

  .program-next-steps a {
    margin-top: 0;
    width: 48.1481481481%; }
    .program-next-steps a.visit-website {
      float: left; }
    .program-next-steps a.program-apply {
      float: right; }

  #university-map {
    height: 350px; }

  .university-branding {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    height: 440px; }
    .university-branding .university-logo {
      justify-content: flex-end; }
      .university-branding .university-logo img {
        width: calc(33.33% - 3em);
        padding: 0 3em; }

  .university-features {
    margin-bottom: 40px; }
    .university-features:after {
      content: "";
      display: table;
      clear: both; }

  .double-feature .feature {
    float: left;
    width: 55.5555555556%; }
    .double-feature .feature.first {
      margin-right: 3.7037037037%;
      width: 40.7407407407%; }

  .feature {
    margin-bottom: 0; }

  .location-meta {
    float: left;
    margin: 24px 0;
    width: 35.6589147287%; }

  .location-map {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
    width: 58.1395348837%; }
    .location-map img {
      display: block; }

  .university-directions {
    padding: 0 0 0 4.4444444444%;
    overflow: hidden; }

  .choose-university {
    position: absolute;
    z-index: 10;
    top: -23px;
    right: 0;
    left: 20%; }
    .choose-university .university-dropdown {
      position: absolute;
      right: 0;
      width: 391.6666666667%; }
      .choose-university .university-dropdown:after {
        content: "";
        display: table;
        clear: both; }
    .choose-university .university-list {
      float: left;
      width: 25%; }

  .card-holder .result-university-event.card {
    width: 44.6428571429%; } }
@media only screen and (min-width: 75em) {
  .fixed-wrap-viewport-sm,
  .fixed-wrap-viewport-md {
    width: 1160px; }

  .site-brand {
    width: 29.1666666667%;
    max-width: none; }
    .site-brand a {
      display: block; }

  .choose-section .site-brand {
    display: none; }

  .action {
    font-size: 1em; }

  .nav-item a {
    font-size: 1.875em;
    line-height: 1.3; }
  .nav-item em {
    display: block;
    font-size: 0.4333333333em;
    text-transform: uppercase; } }
@media print {
  * {
    position: static !important;
    float: none !important;
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  body {
    font-size: 90%;
    font-family: Helvetica, Arial, sans-serif !important; }

  a,
  a:visited {
    text-decoration: underline; }

  pre,
  blockquote {
    border: 1px solid #000;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    width: auto;
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  .hidden,
  .visuallyhidden {
    display: none !important; }

  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em; }
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
      text-decoration: none !important; }

  .body-copy li {
    margin-bottom: 4px; }

  table {
    border-collapse: collapse;
    border-top: thin solid #000;
    border-left: thin solid #000; }
    table td, table th {
      padding: 0.25em 0.5em;
      border-right: thin solid #000;
      border-bottom: thin solid #000; }

  .choose-section {
    margin: 0;
    padding: 0;
    width: 100%; }

  .site-brand {
    margin: 0 auto 0.5em;
    width: 20%;
    max-width: none;
    text-align: center; }

  .language-notice,
  .template-content,
  .fixed-wrap-viewport-sm,
  .fixed-wrap-viewport-md {
    padding: 0;
    width: auto;
    max-width: none; }

  .site-header {
    margin-bottom: 1em;
    border-bottom: thin solid #000; }

  .site-footer {
    margin-top: 2em;
    padding-top: 1em;
    font-size: 0.8125em;
    border-top: thin solid #000; }

  .widget-contact a:after,
  .tabbed-subsection a:after,
  .program-next-steps a:after {
    content: " (" attr(href) ")";
    font-style: italic; }

  .program-next-steps a {
    display: block; }

  .result-heading {
    margin: 0;
    font-size: 1.375em; }

  .result-subheading {
    margin: 0;
    font-size: 1em; }

  .result-faq .result-heading {
    font-weight: normal; }

  .content-header {
    margin-bottom: 0.5em; }

  .template-heading {
    margin-bottom: 0;
    font-size: 1.875em; }

  .template-subheading {
    margin-top: 0.25em; }

  .tabbed-region {
    display: block !important; }

  .university-logo {
    margin-bottom: 0.5em; }

  .visit-website,
  .location-directions {
    padding: 0 !important;
    text-align: left !important;
    text-transform: none !important;
    color: #000 !important; }

  .widget-contact .contact-list strong {
    width: auto; }

  .network {
    margin-left: 0 !important;
    font-size: 0.875em; }
    .network a {
      width: auto !important;
      height: auto;
      text-indent: 0; }

  .university-directions {
    padding: 0; }

  .tab-bar,
  .sort-results,
  .results-meta,
  .widget-pages,
  .widget-search,
  #university-map,
  .widget-feature,
  .cycle-sentinel,
  .site-subfooter,
  .program-actions,
  .mobile-menu-wrap,
  .actions-language,
  .choose-university,
  .location-directions,
  .site-footer .meta ul,
  a[data-target="mobile-menu"] {
    display: none !important; } }

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