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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-uncollapse > .column, .small-uncollapse > .columns, ul.row .small-uncollapse > li {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

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

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

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

@media screen and (min-width: 48.0625em) {
  .medium-collapse > .column, .medium-collapse > .columns, ul.row .medium-collapse > li {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns, ul.row .medium-uncollapse > li {
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }

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

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

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

@media screen and (min-width: 64.0625em) {
  .large-collapse > .column, .large-collapse > .columns, ul.row .large-collapse > li {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns, ul.row .large-uncollapse > li {
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }

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

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

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

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

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

/*
 INTRUCTIONS FOR USE: 
		nav > ul { rules }
		.parent nav > ul { rules }
		nav > ul .child { rules }
*/
/*
 * Solid color transition from left to right on hover
 * Credit: https://stackoverflow.com/a/17212432
 */
/*
RESPONSIVE PADDING MARGINS AND FONT SIZES
------------------------------------------
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

.fa,
.fas,
.breadcrumbs > *:first-child a,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.breadcrumbs > *:first-child a,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.breadcrumbs > *:first-child a.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.breadcrumbs > *:first-child a.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-atom-alt:before {
  content: "\f5d3"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backpack:before {
  content: "\f5d4"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-school:before {
  content: "\f5d5"; }

.fa-bell-school-slash:before {
  content: "\f5d6"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bone-break:before {
  content: "\f5d8"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-alt:before {
  content: "\f5d9"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-books:before {
  content: "\f5db"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-bus-school:before {
  content: "\f5dd"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-bump:before {
  content: "\f5e0"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-garage:before {
  content: "\f5e2"; }

.fa-car-mechanic:before {
  content: "\f5e3"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-car-tilt:before {
  content: "\f5e5"; }

.fa-car-wash:before {
  content: "\f5e6"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clipboard-prescription:before {
  content: "\f5e8"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

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

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compass-slash:before {
  content: "\f5e9"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-diploma:before {
  content: "\f5ea"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-do-not-enter:before {
  content: "\f5ec"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-draw-circle:before {
  content: "\f5ed"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-draw-square:before {
  content: "\f5ef"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-ear:before {
  content: "\f5f0"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-engine-warning:before {
  content: "\f5f2"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  /* content: "\f071"; */
  content: "";  }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-certificate:before {
  content: "\f5f3"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-inhaler:before {
  content: "\f5f9"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lips:before {
  content: "\f600"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location:before {
  content: "\f601"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-location-circle:before {
  content: "\f602"; }

.fa-location-slash:before {
  content: "\f603"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

.fa-map-marker-minus:before {
  content: "\f609"; }

.fa-map-marker-plus:before {
  content: "\f60a"; }

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

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

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monitor-heart-rate:before {
  content: "\f611"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-parking-circle:before {
  content: "\f615"; }

.fa-parking-circle-slash:before {
  content: "\f616"; }

.fa-parking-slash:before {
  content: "\f617"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

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

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-paintbrush:before {
  content: "\f618"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

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

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scrubber:before {
  content: "\f2f8"; }

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

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

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

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stomach:before {
  content: "\f623"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

.fa-tachometer-alt-slowest:before {
  content: "\f628"; }

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

.fa-tachometer-slow:before {
  content: "\f62c"; }

.fa-tachometer-slowest:before {
  content: "\f62d"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tire:before {
  content: "\f631"; }

.fa-tire-flat:before {
  content: "\f632"; }

.fa-tire-pressure-warning:before {
  content: "\f633"; }

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

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

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f2e2"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-fitness:before {
  content: "\f63e"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

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

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

/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/vendor/font-awesome/fa-solid-900.eot");
  src: url("../fonts/vendor/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/vendor/font-awesome/fa-solid-900.woff2") format("woff2"), url("../fonts/vendor/font-awesome/fa-solid-900.woff") format("woff"), url("../fonts/vendor/font-awesome/fa-solid-900.ttf") format("truetype"), url("../fonts/vendor/font-awesome/fa-solid-900.svg#fontawesome") format("svg"); 
  font-display: swap;
}

.fa,
.fas,
.breadcrumbs > *:first-child a {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/vendor/font-awesome/fa-light-300.eot");
  src: url("../fonts/vendor/font-awesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/vendor/font-awesome/fa-light-300.woff2") format("woff2"), url("../fonts/vendor/font-awesome/fa-light-300.woff") format("woff"), url("../fonts/vendor/font-awesome/fa-light-300.ttf") format("truetype"), url("../fonts/vendor/font-awesome/fa-light-300.svg#fontawesome") format("svg");
  font-display: swap;
}

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/vendor/font-awesome/fa-regular-400.eot");
  src: url("../fonts/vendor/font-awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/vendor/font-awesome/fa-regular-400.woff2") format("woff2"), url("../fonts/vendor/font-awesome/fa-regular-400.woff") format("woff"), url("../fonts/vendor/font-awesome/fa-regular-400.ttf") format("truetype"), url("../fonts/vendor/font-awesome/fa-regular-400.svg#fontawesome") format("svg"); 
  font-display: swap;
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/vendor/font-awesome/fa-brands-400.eot");
  src: url("../fonts/vendor/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/vendor/font-awesome/fa-brands-400.woff2") format("woff2"), url("../fonts/vendor/font-awesome/fa-brands-400.woff") format("woff"), url("../fonts/vendor/font-awesome/fa-brands-400.ttf") format("truetype"), url("../fonts/vendor/font-awesome/fa-brands-400.svg#fontawesome") format("svg"); 
  font-display: swap;
}

.fab {
  font-family: 'Font Awesome 5 Brands'; }

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

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

.mb_YTPlayer:focus {
  outline: 0; }

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

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

.inlinePlayButton,
.mb_YTPBar .ytpicon {
  font-family: ytpregular; }

.YTPFullscreen,
.inline_YTPlayer img {
  border: none !important;
  padding: 0 !important; }

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

.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  background-color: #000 !important; }

.inlinePlayButton {
  font-size: 45px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  opacity: .8;
  transition: all .4s;
  transform: scale(1.3); }

.mb_YTPlayer:hover .inlinePlayButton {
  opacity: 1;
  transform: scale(1); }

.inlinePlayButton:hover {
  background-color: black;
  transform: scale(1.3) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb_YTPBar.compact span.mb_OnlyYT {
  left: 260px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body, .tags__heading, .sidebar-subnav--button h2,
.more-in-this-section h2 {
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif; /* updated font-family */
  line-height: 1.8;
  /* color: #444444; */
  color: #000000;
  font-size: 0.9375rem; }
  @media screen and (min-width: 48.0625em) {
    body, .tags__heading, .sidebar-subnav--button h2,
    .more-in-this-section h2 {
      font-size: 1rem; } }
  @media screen and (min-width: 64.0625em) {
    body, .tags__heading, .sidebar-subnav--button h2,
    .more-in-this-section h2 {
      font-size: 1rem; } }

h1, h2, h3, h4, h5, h6 {
  /* font-family: "Source Sans Pro", sans-serif; */
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  display: block;
  width: 100%;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.25rem; }

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

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

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

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

h1, h1 {
  font-size: 1.875rem;
  /* color: #004970; */
  color: #0F4E6A; }
  @media screen and (min-width: 48.0625em) {
    h1, h1 {
      font-size: 4.375rem; } }
  @media screen and (min-width: 64.0625em) {
    h1, h1 {
      font-size: 4.375rem; } }

h1 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 48.0625em) {
    h1 {
      margin-top: 4.375rem; } }
  @media screen and (min-width: 64.0625em) {
    h1 {
      margin-top: 4.375rem; } }
  @media screen and (min-width: 48.0625em) {
    h1 {
      margin-bottom: 4.375rem; } }
  @media screen and (min-width: 64.0625em) {
    h1 {
      margin-bottom: 4.375rem; } }

h2, .h2 {
  /* font-family: "Playfair Display", serif; */
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  font-size: 1.5rem;
  color: #444;
  font-weight: normal; }
  @media screen and (min-width: 48.0625em) {
    h2, .h2 {
      font-size: 2.25rem; } }
  @media screen and (min-width: 64.0625em) {
    h2, .h2 {
      font-size: 2.25rem; } }

h3, .h3 {
  font-size: 1.375rem;
  /* color: #004970; */
  color: #0F4E6A; }
  @media screen and (min-width: 48.0625em) {
    h3, .h3 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 64.0625em) {
    h3, .h3 {
      font-size: 1.75rem; } }

h4, .mobile-accordion-container--filter .accordion-drop-down__toggle, .h4 {
  font-size: 1.25rem;
  color: #1A8289;
  width: auto;
  display: inline-block;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600; }

section.section--home-news h2.h4,
section.section--news h2.h4,
section.section--featured-listing h2.h4,
section.section--related-links h2.h4 {
	color: #B83F35;
}

section.section--home-news .lined-divide-container .dividing-line,
section.section--news .lined-divide-container .dividing-line,
section.section--featured-listing .lined-divide-container .dividing-line,
section.section--related-links .lined-divide-container .dividing-line {
	background-color: #B83F35;
}

section.section--featured-listing h3 a {
	color: #0F4E6A;
}

section.section--featured-listing h3 a:hover {
	color: #5CB3D0 !important;
}

h5, h6,
.h5, .h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  color: #4A4A4A; }

.lined-divide-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 1.25rem; }
  .lined-divide-container .dividing-line {
    display: block;
    height: 0.0625rem;
    background: #5F8FA8;
    right: 0;
    width: 100%;
    margin-left: 0.4375rem;
    position: absolute;
    transform: translateY(-5px); }
  .lined-divide-container .btn {
    margin-bottom: 0; }
  .lined-divide-container h2 {
    display: inline-block;
    width: auto;
    margin-bottom: 0; }

.lined-divide-container--v-center {
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 48em) {
    .lined-divide-container--v-center:after {
      display: none; } }
  .lined-divide-container--v-center .dividing-line {
    transform: none; }

.lined-divide-container--center {
  display: -ms-flexbox;
  display: flex;
  max-width: 38.75rem;
  position: relative;
  margin-top: 1.25rem; }
  @media screen and (min-width: 48.0625em) {
    .lined-divide-container--center {
      margin-top: 2.5rem; } }
  @media screen and (min-width: 64.0625em) {
    .lined-divide-container--center {
      margin-top: 2.5rem; } }
  @media screen and (min-width: 48.0625em) {
    .lined-divide-container--center {
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      margin-left: auto;
      margin-right: auto; } }
  .lined-divide-container--center:after {
    content: "";
    width: 100%;
    height: 0.0625rem;
    background: #E1E0DC;
    position: absolute;
    left: 0; }
    @media screen and (max-width: 48em) {
      .lined-divide-container--center:after {
        display: none; } }
  .lined-divide-container--center .btn {
	background-color: #0F4E6A;
    color: #ffffff; 
    /* box-shadow: inset 0 0 0 2px #0F4E6A; */
	box-shadow: inset 0 0 0 1px #0F4E6A, 0 0 0 2px #A0A0A0;
    margin: 0;
    z-index: 2; }
  .lined-divide-container--center .btn:hover {
	background-color: #B7E4F3;
    color: #0F4E6A; 
    /* box-shadow: inset 0 0 0 2px #0F4E6A; */
	box-shadow: inset 0 0 0 1px #B7E4F3, 0 0 0 2px #A0A0A0;
    margin: 0;
    z-index: 2; }
  .lined-divide-container--center .dividing-line {
    transform: none; }

p {
  margin-top: 0; }
  p:not(:last-child) {
    margin-bottom: 1.25rem; }

em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

a {
  text-decoration: none;
  color: #1A8289;
  font-weight: 600; }
  a:hover {
    text-decoration: underline; }

.long-arrow-bullet-container ul,
.long-arrow-bullet-container li {
  list-style-image: url("../icons/long-arrow-right.svg"); }

.long-arrow-bullet-container--caret ul {
  list-style-image: url("../icons/play-arrow.svg"); }

ul, ol {
  padding-left: 20px; }
  ul:not(:last-child), ol:not(:last-child) {
    margin-bottom: 1.25rem; }

.intro-text {
  font-size: 0.9375rem;
  color: #3D3D3D;
  line-height: 1.5;
  /* font-family: "Playfair Display", serif;  */
}
  @media screen and (min-width: 48.0625em) {
    .intro-text {
      font-size: 1.25rem; } }
  @media screen and (min-width: 64.0625em) {
    .intro-text {
      font-size: 1.25rem; } }

blockquote {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  position: relative;
  padding-top: 0.25rem;
  padding-left: 2.5rem;
  overflow: hidden;
  margin-top: 4.375rem;
  margin-bottom: 4.375rem; }
  @media screen and (min-width: 48.0625em) {
    blockquote {
      font-size: 1.25rem; } }
  @media screen and (min-width: 64.0625em) {
    blockquote {
      font-size: 1.25rem; } }
  @media screen and (min-width: 48.0625em) {
    blockquote {
      padding-top: 0.4375rem; } }
  @media screen and (min-width: 64.0625em) {
    blockquote {
      padding-top: 0.4375rem; } }
  @media screen and (min-width: 48.0625em) {
    blockquote {
      padding-left: 3.75rem; } }
  @media screen and (min-width: 64.0625em) {
    blockquote {
      padding-left: 3.75rem; } }
  blockquote:before {
    content: "";
    background: url("../icons/quote-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.125rem;
    width: 2.4375rem;
    position: absolute;
    left: 0;
    top: 0; }
    @media screen and (max-width: 48em) {
      blockquote:before {
        height: 1.5rem;
        width: 1.75rem;
        left: 0.3125rem; } }
  @media screen and (min-width: 48.0625em) {
    blockquote:after {
      content: "";
      width: 1rem;
      background: #E1E0DC;
      position: absolute;
      left: 1.25rem;
      top: 2.8125rem;
      height: 100%;
      opacity: .35; } }

.btn--light, .btn, form #edit-submit,
form .form-submit,
form .button, .page--search .main-content .search-form button, .btn {
  /* padding: 1.125rem 1.875rem 1.125rem; */
  padding: 1.0rem 1.25rem 1.0rem;
  text-decoration: none;
  transition: background .6s ease, color .4s ease, border-color .4s ease, box-shadow 0.4s ease-in-out;
  text-transform: uppercase;
  /* color: #1A8289; */
  color: #ffffff;
  /* background-color: #0F4E6A; */
  background-color: #B83F35;
  display: inline-block;
  margin-bottom: 20px;
  /* font-family: "Source Sans Pro", sans-serif; */
  font-weight: 600;
  line-height: 1;
  font-size: 0.875rem;
  /* border: 2px solid #B6D554; */
  /* border: 2px solid #FADA5E; */
  border: 2px solid #ffffff;
  border-radius: 62px;
  /* box-shadow: inset 0 0 0 1px #0F4E6A, 0 0 0 2px #A0A0A0; */
  letter-spacing: .5px;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer; 
}
  
  .btn--light:hover, .btn:hover, form #edit-submit:hover,
  form .form-submit:hover,
  form .button:hover, .page--search .main-content .search-form button:hover, .btn:hover {
    text-decoration: none;
    /* color: #FFF; */
	color: #0F4E6A; 
    /* background: #1A8289; */
	background-color: #B7E4F3;
    /* border-color: #FFF; */
	/* box-shadow: inset 0 0 0 1px #FFF, 0 0 0 2px #B6D554; */
    /* box-shadow: inset 0 0 0 1px #FFF, 0 0 0 2px #FADA5E; */
	box-shadow: inset 0 0 0 1px #B7E4F3, 0 0 0 2px #A0A0A0;
	/* box-shadow: inset 0 0 0 1px #0f4e6a; */ }
    .btn--light:hover a, .btn:hover a, form #edit-submit:hover a, form .form-submit:hover a, form .button:hover a, .page--search .main-content .search-form button:hover a, .btn:hover a {
      color: #fff;
      text-decoration: none; }

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

form #edit-submit,
form .form-submit,
form .button, .btn--solid {
  /* border: 2px solid #004970;
  background: #004970; */
  border: 2px solid #0F4E6A;
  background: #0F4E6A;
  color: #fff; }

.btn--ghost {
  /* background: none; */
  background-color: #ffffff;
  color: #0f4e6a; 
  box-shadow: inset 0 0 0 1px #0f4e6a;
  }
  .btn--ghost:hover {
    /* box-shadow: inset 0 0 0 1px #FFF, 0 0 0 2px #1A8289; */
    /* box-shadow: inset 0 0 0 1px #FFF, 0 0 0 2px #FFEDA8; */ 
	background: #FFEDA8;
	box-shadow: inset 0 0 0 1px #0f4e6a;
  }
  
  div#main-content article.hero--full .btn--ghost {
	  color: #0F4E6A;
	  background-color: #ffffff;
  }
  
  div#main-content article.hero--full .btn--ghost:hover {
	  background: #FFEDA8;
	  box-shadow: inset 0 0 0 1px #0f4e6a;
  }
  

.btn--solid--external {
  border: 2px solid #7F2472;
  background: #7F2472;
  color: #fff;
  position: relative; }
  .btn--solid--external:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Pro", "FontAwesome";
    content: "\f35d";
    padding-left: 0.5rem;
    color: #FADA5E; }
  .btn--solid--external:hover {
    /* background: #004970; */
	background: #0F4E6A; 
}

/* smu */
form [data-drupal-selector="edit-reset"], .btn--solid--blue-green {
  border: 2px solid #B83F35;
  background: #B83F35;
  color: #fff; 
  box-shadow: inset 0 0 0 1px #ffffff,0 0 0 2px #ffffff;
}
  
form :hover[data-drupal-selector="edit-reset"], .btn--solid--blue-green:hover {
    /* background: #004970; */
	color: #0F4E6A;
	background: #B7E4F3; 
	border: 2px solid #B7E4F3;
}


form#views-exposed-form-event-listing-event-listing-block [data-drupal-selector="edit-submit-event-listing"] {
	/* smu */
	border-color: transparent;
	box-shadow: none;
}

form#views-exposed-form-event-listing-event-listing-block [data-drupal-selector="edit-reset"] {
	/* smu */
	background-color: #B83F35;
	color: #ffffff;
	border-color: transparent;
	box-shadow: none;
	margin-left: 1.0em;
}

.show-for-sr,
.visually-hidden, .element-invisible, .filters label, .newsroom-tiled-lockup .featured-listing--newsroom:nth-child(2) p,
.newsroom-tiled-lockup .featured-listing--newsroom:nth-child(3) p, .section--newsroom-lower .featured-listing--newsroom:not(:first-of-type) .featured-listing--newsroom__teaser, .event:not(.event--large) .day-of-week {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

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

.stacked-icon-list ul {
  margin: 0;
  padding: 0; }

.stacked-icon-list li {
  display: block;
  margin-bottom: 0.9375rem;
  position: relative;
  padding-left: 1.25rem; }
  
.stacked-icon-list li:before {
	/* smu */
    position: absolute;
    left: 0;
    top: 0.15625rem;
    /* color: #1A8289; */
	color: #B83F35;
    font-size: 0.8125rem; 
}

.stacked-icon-list span {
  margin-bottom: 0.3125rem; }

.stacked-icon-list span, .stacked-icon-list a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  display: block; }

article.card--contact .stacked-icon-list li:before {
  color: #B83F35;
}
article.card--contact .stacked-icon-list a {
  color: #0F4E6A;
}
article.card--contact .stacked-icon-list a:hover {
  color: #B83F35;
}

.stacked-icon-list a:hover {
  text-decoration: none;
  /* color: #B6D554; */
  color: #FADA5E; }

.section-intro {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 48.0625em) {
    .section-intro {
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 64.0625em) {
    .section-intro {
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 48.0625em) {
    .section-intro {
      text-align: center; } }

/* Padded Rows are for rows that will not contain columns.
 * These instances are usually where normal columns are more
 * a hindrance than a help such as complex areas such as the header.
 */
.padded-row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding: 0 0.9375rem;
  margin-top: 0; }
  .padded-row::before, .padded-row::after {
    content: ' ';
    display: table; }
  .padded-row::after {
    clear: both; }
  @media screen and (min-width: 48.0625em) {
    .padded-row {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

ul.row {
  padding: 0; }
  ul.row li {
    list-style: none; }

.grid-max-940 {
  max-width: 61.25rem; }

.grid-max-940 .content a {
  color: #0074AD;
}

.grid-max-940 .columns .btn:not(.accordion-drop-down__toggle) {
	/* smu */
	background-color: #0F4E6A;
    color: #ffffff; 
	box-shadow: inset 0 0 0 1px #0F4E6A, 0 0 0 2px #A0A0A0;
}

.grid-max-940 .columns .btn:not(.accordion-drop-down__toggle):hover {
	/* smu */
	background-color: #B7E4F3;
    color: #0F4E6A; 
	box-shadow: inset 0 0 0 1px #B7E4F3, 0 0 0 2px #A0A0A0;
}

@media screen and (min-width: 48.0625em) {
  .medium-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }

@media screen and (min-width: 48.0625em) {
  .sidebar-column {
    padding-right: 2.5rem; } }

@media screen and (min-width: 48.0625em) {
  .sidebar-column + .columns, ul.row .sidebar-column + li {
    border-left: 0.125rem solid #E1E0DC;
    padding-left: 2.5rem; } }

.content.medium-8 {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 48.0625em) {
    .content.medium-8 {
      margin-bottom: 4.375rem; } }
  @media screen and (min-width: 64.0625em) {
    .content.medium-8 {
      margin-bottom: 4.375rem; } }

.no-cssgrid .page--search #edit-submit {
  padding: 1.125rem 3.875rem 1.125rem 1.875rem; }

.no-cssgrid .page--search .main-content > .content {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.breadcrumb-container {
  /* background-color: #1A8289; */
  /* background-color: #FADA5E; */
  background-color: #0F4E6A;
  }

.breadcrumbs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.4375rem 0;
  overflow: hidden;
  margin: 0;
  list-style: none; }
  @media screen and (min-width: 64.0625em) {
    .breadcrumbs {
      display: -ms-flexbox;
      display: flex; } }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.875rem;
    font-family: "Source Sans Pro", sans-serif;
    color: #fff;
	/* color: #5B5B5B; */ }
    .breadcrumbs > *:first-child a {
      font-size: 0; }
      .breadcrumbs > *:first-child a:after {
        content: "\f015";
        font-family: "Font Awesome 5 Pro", "FontAwesome";
        font-size: 0.9375rem; }
    @media screen and (max-width: 48em) {
      .breadcrumbs > * {
        display: none; }
        .breadcrumbs > *:nth-last-child(2), .breadcrumbs > *:first-child {
          display: block; } }
    .breadcrumbs > * a {
      color: #fff;
	  /* color: #5B5B5B; */ }
    .breadcrumbs > *.current {
      color: #fff;
	  /* color: #5B5B5B; */ }
    .breadcrumbs > *.current a {
      color: #fff;
	  /* color: #5B5B5B; */ }
    .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *:before {
      font-family: "Font Awesome 5 Pro", "FontAwesome";
      font-weight: 200;
      content: "";
      margin: 0 0.625rem;
      font-size: 0.65625rem;
	  /* color: #B6D554; */
      /* color: #FADA5E; */
	  color: #FFD95A; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/*
-------------------
GLOBAL ELEMENTS
-------------------
*/
* {
  box-sizing: border-box; }

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

body {
  margin: 0; }

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

button {
  cursor: pointer;
  font-size: 1rem; }

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

figure {
  margin: 0 0 2.5rem 0; }
  @media screen and (min-width: 48.0625em) {
    figure {
      display: table; } }

figcaption {
  margin-top: 5px;
  font-size: 13px;
  color: #7e7e7e;
  caption-side: bottom;
  font-style: italic; }
  @media screen and (min-width: 48.0625em) {
    figcaption {
      display: table-caption; } }

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

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

.embedded-entity {
  width: 100%; }

.obj-right,
.align-right,
.obj-left,
.align-left,
.obj-center,
.align-center {
  display: table;
  width: auto; }

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

.obj-left,
.align-left {
  margin-bottom: 20px;
  float: none; }
  @media screen and (min-width: 48.0625em) {
    .obj-left,
    .align-left {
      margin: 0;
      float: left;
      padding: 10px 35px 10px 0px; }
      .obj-left figcaption,
      .align-left figcaption {
        padding: 0px 15px 10px 0px; } }

.align-center {
  margin-bottom: 2.5rem; }

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

.base-key {
  border: solid 1px #fe5000;
  background-color: #f1f1f1;
  padding: 0.25rem 0.5rem;
  margin-bottom: 2rem;
  max-width: 600px;
  font-family: "Source Sans Pro", sans-serif; }
  .base-key::before, .base-key::after {
    content: ' ';
    display: table; }
  .base-key::after {
    clear: both; }
  .base-key dt {
    font-weight: 700;
    float: left;
    width: 5rem;
    clear: left; }
  .base-key dt, .base-key dd {
    margin-bottom: 0.25rem; }
  .base-key dd {
    font-family: monospace; }

.skip-link a {
  height: 0;
  width: 0;
  overflow: hidden;
  text-indent: -200vw;
  display: block; }
  .skip-link a:focus {
    height: auto;
    width: auto;
    text-indent: 0; }

.social-media-list {
  display: -ms-flexbox;
  display: flex; }
  .social-media-list i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    height: 1.875rem;
    width: 1.875rem;
    border-radius: 50%;
    overflow: hidden;
    /* color: #fff; */
	color: #828282;
    font-size: 1.125rem;
    transition: opacity .6s ease;
    /* background: #004970; */
	background: #0F4E6A; }
  .social-media-list a:hover i {
    opacity: .5; }
  .social-media-list a:not(:last-child) {
    margin-right: 0.75rem; }
  .social-media-list [class*="facebook"] {
    /* background: #4E598F; */
	background: transparent; }
  .social-media-list [class*="twitter"] {
    /* background: #65A2D9; */
	background: transparent; }
  .social-media-list [class*="youtube"] {
    /* background: #D22215; */
	background: transparent; }
  .social-media-list [class*="instagram"] {
    /* background-image: linear-gradient(0deg, #FFD879 10%, #FCCB76 15%, #F5AA6C 26%, #E9755E 40%, #E45F58 45%, #D22A9C 68%, #6968DF 100%); */
	background: transparent; }
  .social-media-list [class*="linkedin"] {
    /* background: #4376B1; */
	background: transparent; }

.compat-object-fit {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }
  .compat-object-fit img {
    opacity: 0; }

.views-element-container {
  display: block;
  width: 100%; }

.page--search .search-form {
  margin-bottom: 2.5rem; }
  .page--search .search-form .form-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }

.page--search #edit-submit {
  margin-bottom: 1.25rem;
  margin-left: 1.25rem; }

/*
---------------
SECTION BLOCKS
---------------
*/
.parallax-mask {
  position: relative;
  z-index: 3;
  background: #fff;
  float: left;
  width: 100%;
  overflow: hidden; }
  .parallax-mask::before, .parallax-mask::after {
    content: ' ';
    display: table; }
  .parallax-mask::after {
    clear: both; }

.section--global-spacing {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 48.0625em) {
    .section--global-spacing {
      margin-bottom: 4.375rem; } }
  @media screen and (min-width: 64.0625em) {
    .section--global-spacing {
      margin-bottom: 4.375rem; } }

.section--global-spacing div.padded-row a:not(.btn) {
	/* smu */
	/* color: #0074AD; */
  /* color: #ffffff; */
}


.section--banded {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  /* background: #004970; */
  /* background: #0F4E6A; */
  background: #E1EEFC; 
  }
  
  .section--banded.section--in-the-news {
    /* smu */
	background-color: #004970;
  }
  
  @media screen and (min-width: 48.0625em) {
    .section--banded {
      padding-top: 4.375rem; } }
  @media screen and (min-width: 64.0625em) {
    .section--banded {
      padding-top: 4.375rem; } }
  @media screen and (min-width: 48.0625em) {
    .section--banded {
      padding-bottom: 4.375rem; } }
  @media screen and (min-width: 64.0625em) {
    .section--banded {
      padding-bottom: 4.375rem; } }

.section--banded--footer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #fff; }
  @media screen and (min-width: 48.0625em) {
    .section--banded--footer {
      padding-top: 4.375rem; } }
  @media screen and (min-width: 64.0625em) {
    .section--banded--footer {
      padding-top: 4.375rem; } }
  @media screen and (min-width: 48.0625em) {
    .section--banded--footer {
      padding-bottom: 4.375rem; } }
  @media screen and (min-width: 64.0625em) {
    .section--banded--footer {
      padding-bottom: 4.375rem; } }

.section--banded--texture {
  background: url("../img/gray-textured-background.png");
  border-top: solid 0.375rem rgba(160, 192, 207, 0.1);
  border-bottom: solid 0.375rem rgba(160, 192, 207, 0.1);
  background-attachment: fixed; }

.parallax-mask > .section--global-spacing:not(.section--banded):first-child,
.parallax-mask > .section--tabbed-proof-points:not(.section--banded):first-child {
  padding-top: 2.5rem; }
  @media screen and (min-width: 48.0625em) {
    .parallax-mask > .section--global-spacing:not(.section--banded):first-child,
    .parallax-mask > .section--tabbed-proof-points:not(.section--banded):first-child {
      padding-top: 4.375rem; } }
  @media screen and (min-width: 64.0625em) {
    .parallax-mask > .section--global-spacing:not(.section--banded):first-child,
    .parallax-mask > .section--tabbed-proof-points:not(.section--banded):first-child {
      padding-top: 4.375rem; } }

.section--page-title {
  margin-top: 2.5rem; }
  @media screen and (min-width: 48.0625em) {
    .section--page-title {
      margin-top: 4.375rem; } }
  @media screen and (min-width: 64.0625em) {
    .section--page-title {
      margin-top: 4.375rem; } }
  .section--page-title h1 {
    margin-bottom: 0;
    margin-top: 0; }

.section--checkerboard + .section--banded,
.section--banded + .section--checkerboard,
.section--banded + .section--banded,
.section--events + .section--banded,
.section--banded + .section--events,
.section--global-spacing + .parallax-mask {
  margin-top: -2.5rem; 
  }
  
  @media screen and (min-width: 48.0625em) {
    .section--checkerboard + .section--banded,
    .section--banded + .section--checkerboard,
    .section--banded + .section--banded,
    .section--events + .section--banded,
    .section--banded + .section--events,
    .section--global-spacing + .parallax-mask {
      margin-top: -4.375rem; } }
  @media screen and (min-width: 64.0625em) {
    .section--checkerboard + .section--banded,
    .section--banded + .section--checkerboard,
    .section--banded + .section--banded,
    .section--events + .section--banded,
    .section--banded + .section--events,
    .section--global-spacing + .parallax-mask {
      margin-top: -4.375rem; } }

.section--banded:last-child {
  margin-bottom: 0; }

.section--events + .section--checkerboard {
  margin-top: -50px; }


.section--banded.section--smu-perspectives {
  background: #5CB3D0;   /* smu */
}

.section-btn-container {
  margin-top: 1.25rem; }
  @media screen and (min-width: 48.0625em) {
    .section-btn-container {
      margin-top: 2.1875rem; } }
  @media screen and (min-width: 64.0625em) {
    .section-btn-container {
      margin-top: 2.1875rem; } }
  .section-btn-container .btn {
    margin-bottom: 0; }

.section--contact .medium-8 {
  margin-bottom: 1.875rem; }

/* smu */
.section--contact p a {
	/* color: #0074AD; */
  /* color: #FFFFFF; */
}

.section--contact .accordion-drop-down__toggle--mobile {
  background-color: #fff;
  border: 0.125rem solid #5E8295;
  /* color: #004970; */
  color: #0F4E6A; }
  .section--contact .accordion-drop-down__toggle--mobile i, .section--contact .accordion-drop-down__toggle--mobile i:before {
    /* color: #004970; */
	color: #0F4E6A; }
  .section--contact .accordion-drop-down__toggle--mobile:hover, .section--contact .accordion-drop-down__toggle--mobile:focus,
  .section--contact .accordion-drop-down__toggle--mobile .accordion-drop-down__toggle--active {
    color: #fff; }
    .section--contact .accordion-drop-down__toggle--mobile:hover i, .section--contact .accordion-drop-down__toggle--mobile:hover i:before, .section--contact .accordion-drop-down__toggle--mobile:focus i, .section--contact .accordion-drop-down__toggle--mobile:focus i:before,
    .section--contact .accordion-drop-down__toggle--mobile .accordion-drop-down__toggle--active i,
    .section--contact .accordion-drop-down__toggle--mobile .accordion-drop-down__toggle--active i:before {
      color: #fff; }

.section--related-links .columns:not(:only-child):not(:last-child), .section--related-links ul.row li:not(:only-child):not(:last-child), ul.row .section--related-links li:not(:only-child):not(:last-child) {
  margin-bottom: 1.25rem; }

section.section--related-links .card--related-links ul li a {
  color: #0F4E6A;
}

section.section--related-links .long-arrow-bullet-container li {
  list-style-image: url(/themes/custom/samu/assets/icons/long-arrow-right-red.svg);
}

.lined-section-title h2 {
  text-transform: uppercase; }

table {
  border: 1px double #b3b3b3;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;	
/*	
  border-top: 1px solid #c9cacc;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  margin-bottom: 40px;
  color: #444; 
  */
  }
  table .fooicon {
    position: absolute;
    height: 100%;
    width: 1.875rem;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 20px; }

.fooicon {
  font-family: "Font Awesome 5 Pro", "FontAwesome" !important; }

thead {
  color: #FFF;
  font-size: 18px;
  border-right: 1px solid #c9cacc;
  border-left: 1px solid #c9cacc; }
  thead th {
    background: #1A8289; }

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

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

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

.footable.table > tbody > tr > th,
.footable.table > tbody > tr > td.footable-first-visible {
  position: relative; }
  @media screen and (max-width: 48em) {
    .footable.table > tbody > tr > th,
    .footable.table > tbody > tr > td.footable-first-visible {
      padding-left: 2.1875rem; } }

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

table > tbody > tr > td > span.footable-toggle,
table > tbody > tr > th > span.footable-toggle {
  /* color: #B6D554; */
  color: #FADA5E;
  opacity: 1;
  margin-right: 8px; }

.footable-details.table {
  margin-bottom: 0; }
  .footable-details.table th {
    /* background: #004970; */
	background: #0F4E6A;
    color: #FFF; }

form label {
  display: block; }

form .form-item {
  width: 100%;
  max-width: 25rem;
  margin-bottom: 1em; }

form input:not([type="checkbox"]):not([type="radio"]):not([type="image"]):not([type="submit"]),
form textarea,
form select {
  width: 100%;
  padding: 1.25rem;
  background-color: #ffffff;
  border: 1px solid #CDCFCE;
  border-radius: 0;
  color: #3D3D3D;
  font: 1rem "Source Sans Pro", sans-serif;
  text-transform: none;
  min-height: 4.1875rem;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none; }

form select {
  background-image: url("../icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  padding-right: 2.5rem; }

form select::-ms-expand {
  display: none; }

form input::-webkit-input-placeholder {
  color: #3D3D3D;
  font: 1rem "Source Sans Pro", sans-serif; }

form input::-moz-placeholder {
  color: #3D3D3D;
  font: 1rem "Source Sans Pro", sans-serif; }

form input:-ms-input-placeholder {
  color: #3D3D3D;
  font: 1rem "Source Sans Pro", sans-serif; }

form .addressfield-container-inline .form-item:last-child {
  margin-bottom: 0; }

form .form-type-radio,
form .form-type-checkbox {
  margin-bottom: 0.41667rem; }

form label + .form-checkboxes,
form label + .form-radios {
  margin-top: 1.25rem; }

form [type="checkbox"],
form [type="radio"] {
  float: left;
  margin: 0.25rem 1.25rem 0 0; }

form label {
  margin-bottom: 0.333em;
  color: #0a0a0a;
  font: 700 1rem "Source Sans Pro", sans-serif; }

form label + .description {
  margin-bottom: 0.333em; }

form .description {
  margin-top: 0.333em;
  color: #3D3D3D;
  font: italic 0.875rem "Source Sans Pro", sans-serif; }
  form .description + label {
    margin-top: 0.333em; }

form .form-number,
form .webform-component-number select {
  width: auto !important; }

form .form-required {
  /* color: #004970; */
  color: #0F4E6A; }
  form .form-required:after {
    content: "*";
    color: #d33c3c; }

form .error {
  border-color: #d33c3c !important; }
  form .error::-webkit-input-placeholder {
    color: #d33c3c !important; }
  form .error::-moz-placeholder {
    color: #d33c3c !important; }
  form .error:-ms-input-placeholder {
    color: #d33c3c !important; }

form select:not([multiple]) {
  min-width: 6.25rem; }

form .form-managed-file button {
  display: block;
  margin-top: 1.25rem;
  font-size: 75%; }

form .captcha {
  margin: 0 0 1rem 0;
  padding: 0;
  transform: scale(0.93, 0.93);
  transform-origin: top left; }
  form .captcha legend,
  form .captcha .fieldset-description {
    display: none; }

form .webform-datepicker .form-type-select {
  float: left;
  width: 30%; }
  form .webform-datepicker .form-type-select + .form-type-select {
    margin-left: 5%; }

.ui-datepicker {
  position: relative;
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid #CDCFCE;
  border-radius: 0; }
  .ui-datepicker table {
    margin: 0;
    font-size: 75%; }
  .ui-datepicker td,
  .ui-datepicker th {
    padding: 1.25rem;
    text-align: center; }

.ui-datepicker-title {
  margin-bottom: 0.666em;
  font: 700 1rem "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-align: center; }

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 0.8325em;
  font: 700 1rem "Source Sans Pro", sans-serif; }

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

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

.page--webform form:not(.search-block-form) {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 48.0625em) {
    .page--webform form:not(.search-block-form) {
      margin-bottom: 4.375rem; } }
  @media screen and (min-width: 64.0625em) {
    .page--webform form:not(.search-block-form) {
      margin-bottom: 4.375rem; } }

/*
-------------
General 
-------------
*/
/*
-------------
Drupal - Special Pages (User, Search Results)
-------------
*/
.page--utility .main-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 1.25rem;
  max-width: none; }
  .page--utility .main-content::before, .page--utility .main-content::after {
    content: ' ';
    display: table; }
  .page--utility .main-content::after {
    clear: both; }

.page--search h3 {
  line-height: 1;
  font-size: 1.25rem;
  margin: 0; }

/*
-------------
Admin Tabs (Drupal - Local Tasks)
-------------
*/
.admin-tabs {
  background: #fff;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  padding: 0.625rem;
  margin: 0;
  border: 0;
  z-index: 10; }
  .admin-tabs ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding: 0; }
  .admin-tabs li {
    display: inline-block;
    list-style: none; }
    .admin-tabs li + li {
      margin-left: .5em; }
  .admin-tabs a {
    background: black;
    margin: 0;
    color: #fff;
    display: block;
    padding: .5em 1em;
    transition: all .2s ease-out;
    text-decoration: none;
    border-radius: .25em; }
    .admin-tabs a.is-active {
      background: #919191; }
    .admin-tabs a:hover {
      background: #444444; }

.messages {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid;
  border-radius: .25em; }
  .messages a {
    text-decoration: underline; }
  .messages ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.messages--status {
  background: #aad4ab;
  border-color: #88c389;
  color: #3c763d; }

.messages--error {
  background: #ebcdcc;
  border-color: #dda8a7;
  color: #a94442; }

/*
---------------------
DRUPAL SEARCH PAGE
---------------------
*/
.page--search .main-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: block; }
  .page--search .main-content::before, .page--search .main-content::after {
    content: ' ';
    display: table; }
  .page--search .main-content::after {
    clear: both; }
  @media screen and (min-width: 48.0625em) {
    .page--search .main-content {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .page--search .main-content .search-form {
    max-width: 440px;
    width: 100%; }
    .page--search .main-content .search-form input[type="text"] {
      font-size: 1rem;
      max-width: calc(100% - 150px);
      width: 100%; }
    .page--search .main-content .search-form label {
      display: block; }

ol.search-results {
  list-style-type: none;
  padding-left: 0; }

/*
------------
FILTERS
------------
*/
.view-filters .views-exposed-widgets > div {
  display: inline-block; }
  .view-filters .views-exposed-widgets > div + div {
    margin-left: 0.625rem; }

.filters h2 {
  font-size: 1.5625rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold; }
  @media screen and (min-width: 48.0625em) {
    .filters h2 {
      font-size: 1.875rem; } }
  @media screen and (min-width: 64.0625em) {
    .filters h2 {
      font-size: 1.875rem; } }

.filters form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.filters .form-item {
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 48.0625em) {
    .filters .form-item {
      max-width: 33.333%;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
      width: 33.333%; }
      .filters .form-item:not(:last-of-type) {
        padding-right: 1.25rem; } }

.filters .form-actions {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  width: 100%; }

@media screen and (min-width: 48.0625em) {
  .filters--events .form-item {
    max-width: 50%;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    width: 50%; } }

#views-exposed-form-profile-listing-profile-listing-block .form-item-letter {
  display: none; }

.modal-content {
  display: none;
  max-width: 53.75rem; }

.alert--site-wide {
  /* background-color: #690101; */
  /* background-color: #b6d554; */ /* updated for covid19, 3/23/2020 */
  /* background-color: #0f4e6a; */
  background-color: #E1EEFC;
  padding: 1.875rem 0;
  color: #74716d;
  position: relative;
  z-index: 3; }
  .alert--site-wide i.fa {
    color: #FADA5E;
    font-size: 3.75rem; }
    @media screen and (min-width: 48.0625em) and (max-width: 64em) {
      .alert--site-wide i.fa {
        float: right; } }
    @media screen and (max-width: 48em) {
      .alert--site-wide i.fa {
        margin-bottom: 1.25rem; } }
  .alert--site-wide p, .alert--site-wide h2, .alert--site-wide h3, .alert--site-wide h4, .alert--site-wide h5 {
    color: #74716d;
    /* color: #000; */ }
  .alert--site-wide a:not(.btn) {
    /* color: #9cb3ce; */
	/* color: #004473; */ 
	color: #74716d; }
    .alert--site-wide a:not(.btn):hover {
      color: #000; }
  .alert--site-wide a {
    color: #74716d;
    border-color: #FADA5E;
    background: none; }
    .alert--site-wide a:hover {
      /* background: #FADA5E; */
	  /* background: #80c0e8; */
      box-shadow: none;
      color: #74716d; }

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

.oho-stat-block {
  padding: 20px 0 50px;
  text-align: center;
  width: 100%;
  float: left;
  /*
  .slick-slide {
    padding: 0 45px;
    
    @media screen and (min-width: 48.0625em) and (max-width: 64em) {
      padding: 0 20px;
    }
    
    @media screen and (max-width: 48em) {
      padding: 0 25px;
    }
    
  }
  
  .slick-list {
    padding: 0px !important; // overwrite slick js assigned styles
    margin: 0 50px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    
    @media screen and (max-width: 48em) {
      border: none;
    }
    
    h2 {
      display: none;
    }
    
    .slick-slide {
      min-height: 160px;
    }
    
  }
  
  .slick-center {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    
    @media screen and (max-width: 48em) {
      border: none;
    }
    
  }
  
  .slick-track .slick-active:first-child{
    background-color: blue;
  }
  
  .field-name-field-hc-statistic-link a {
    margin-top: 20px;
    background-position: 93% center;
    transition: .2s all ease;
    margin-top: 20px;
    font-size: 12px;
    padding: 8px 45px 8px 35px;
    background-color: #333333;
    color: white;
    text-transform: uppercase;
    background-image: url(../img/btn-arrow-white.png);
    background-repeat: no-repeat;  
    display: inline-block;
    
    &:hover{
      transition: .2s all ease;
      background-position: 95%;
    }
  }
 
 .slick-prev {
   left: -8px;
   @media screen {
     left: 8px;
   } 
 }
 
 .slick-next {
    right: -8px;
    
    @media screen {
     right: 8px;
    }
  }
*/ }
  @media screen and (max-width: 48em) {
    .oho-stat-block .oho-stat {
      padding: 20px 0; }
      .oho-stat-block .oho-stat:first-child {
        padding-top: 0px; }
      .oho-stat-block .oho-stat:last-child {
        padding-bottom: 0px; } }
  @media screen and (min-width: 48.0625em) {
    .oho-stat-block .oho-stat {
      border-left: 1px solid #ccc; }
      .oho-stat-block .oho-stat:last-child {
        border-right: 1px solid #ccc; } }
  .oho-stat-block .oho-stat__title {
    font-size: 24px; }
  .oho-stat-block .oho-stat__value {
    font-size: 72px;
    line-height: 1;
    padding: 10px 0; }
    @media screen and (min-width: 48.0625em) and (max-width: 64em) {
      .oho-stat-block .oho-stat__value {
        font-size: 55px; } }
  .oho-stat-block .oho-stat__desc {
    font-size: 24px;
    line-height: 1.2; }
    @media screen and (min-width: 48.0625em) and (max-width: 64em) {
      .oho-stat-block .oho-stat__desc {
        font-size: 20px; } }
    .oho-stat-block .oho-stat__desc p {
      margin: 0;
      line-height: 1.4; }

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

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

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

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

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

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

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

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

/*-- split-band --*/
.split-band__content-container {
  padding: 0px; }
  @media screen and (min-width: 64.0625em) {
    .split-band__content-container {
      min-height: 447px; } }

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

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

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

.split-band__content {
  max-width: 600px;
  float: right; }
  @media screen and (min-width: 48.0625em) {
    .split-band__content {
      padding: 25px; } }
  @media screen and (min-width: 64.0625em) {
    .split-band__content {
      max-height: 470px;
      padding: 50px; } }
  @media (max-width: 768px) {
    .split-band__content {
      padding: 15px; } }
  @media screen and (max-width: 48em) {
    .split-band__content {
      padding: 20px;
      max-width: none; } }

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

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

.split-band__photo {
  margin: 0px;
  padding: 0px;
  max-height: 470px;
  overflow: hidden; }
  @media screen and (min-width: 48.0625em) {
    .split-band__photo img {
      width: 700px;
      max-width: none; } }

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

.split-band__quote {
  color: #fff;
  font-size: 20px;
  margin-top: 0;
  font-weight: 200;
  margin-bottom: 30px; }
  @media screen and (min-width: 64.0625em) {
    .split-band__quote {
      font-size: 21px; } }

.split-band__group .split-band__row:nth-child(n+1) {
  background-color: #0c6789; }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__content {
    /*padding:25px;*/ }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__quote {
    color: #fff;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 21px;
    line-height: 30px; }
  .split-band__group .split-band__row:nth-child(n+1) h1, .split-band__group .split-band__row:nth-child(n+1) h2, .split-band__group .split-band__row:nth-child(n+1) h3, .split-band__group .split-band__row:nth-child(n+1) h4, .split-band__group .split-band__row:nth-child(n+1) h5 {
    color: #fff; }
  .split-band__group .split-band__row:nth-child(n+1) h2 {
    font-size: 22px;
    line-height: 38px; }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__label {
    text-transform: uppercase;
    margin: 0px; }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__title {
    margin-top: 0;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: #fff; }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__minortitle {
    margin-top: 0;
    font-weight: 300;
    display: block;
    font-size: 0.9375rem;
    line-height: 1.375rem; }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__subtitle {
    margin-top: 0;
    font-weight: 200;
    font-size: 14px;
    font-style: italic;
    font-size: 0.9375rem;
    line-height: 1.25rem; }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__name {
    text-transform: uppercase;
    margin-top: 0;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.375rem; }

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

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

.split-band-checkerboard--student .split-band__name a {
  color: #1A8289; }

.news-events__checkered-feature {
  background: none;
  margin-bottom: 15px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7; }
  .news-events__checkered-feature .split-band__content {
    padding: 0px 25px 0px 0px; }
  @media screen and (min-width: 48.0625em) {
    .news-events__checkered-feature .split-band__photo img {
      width: 560px; } }
  @media screen and (min-width: 48.0625em) {
    .news-events__checkered-feature h2 {
      margin-top: 0px; } }
  .news-events__checkered-feature p {
    color: #222;
    font-weight: normal;
    font-size: 16px; }
  .news-events__checkered-feature a {
    margin-bottom: 0px; }

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

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

.tooltip-box__container {
  border: 1px solid #444444;
  border-top: 20px solid #444444;
  position: relative; }
  .tooltip-box__container i {
    position: absolute;
    color: #fff;
    right: 4px;
    top: -19px;
    cursor: pointer; }
  .tooltip-box__container .tooltip-box__content {
    padding: 15px;
    background: #fff;
    display: block;
    font-size: 15px; }

.tooltip-box-toggle:after {
  font-family: "fontAwesome";
  content: "\f05a";
  color: #999;
  padding-left: 10px;
  cursor: pointer;
  transition: color .2s ease; }

.tooltip-box-toggle--active:after {
  color: #444444; }

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

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

/*
------------
LISTING ITEMS
------------
*/
.listing-item {
  width: 100%; }

.list-detail__body {
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 48.0625em) {
    .list-detail__body {
      padding-right: 2.5rem;
      margin-bottom: 0; } }

@media screen and (min-width: 48.0625em) {
  .list-detail__sidebar {
    padding-left: 2.5rem;
    border-left: 0.0625rem solid #E1E0DC; } }

.list-detail h1 {
  margin-bottom: 0; }

.list-detail__meta {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
  font-family: "Playfair Display", serif; }

.list-detail .additional-text {
  margin-left: 0.3125rem;
  padding-left: 0.3125rem;
  border-left: 0.0625rem solid #464646; }

.list-detail__featured-img figure {
  margin-bottom: 0; }

.list-detail__upper {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative; }
  @media screen and (min-width: 48.0625em) {
    .list-detail__upper {
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 64.0625em) {
    .list-detail__upper {
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 48.0625em) {
    .list-detail__upper {
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 64.0625em) {
    .list-detail__upper {
      padding-bottom: 2.5rem; } }
  .list-detail__upper:after {
    content: "";
    width: 100%;
    max-width: 12.5rem;
    height: 0.3125rem;
    /* background-color: #B6D554; */
	background-color: #FADA5E;
    position: absolute;
    bottom: 0;
    left: 0; }

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

.tags ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.tags li:not(:last-child) {
  margin-right: 3.125rem; }

.tags a {
  font-weight: bold;
  color: #1A8289; }

.featured-img figure {
  margin-bottom: 0; }

.news-detail .tags {
  position: relative;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem; }
  .news-detail .tags:after {
    content: "";
    width: 100%;
    max-width: 2.5rem;
    height: 0.125rem;
    background-color: #D0E2D7;
    position: absolute;
    bottom: 0;
    left: 0; }

.list-detail__sidebar h2 {
  font-size: 0.875rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  color: #1A8289;
  display: inline-block;
  text-transform: uppercase;
  width: auto;
  margin: 0; }

.list-detail__sidebar .btn {
  margin-bottom: 0; }

.list-detail__sidebar .featured-listing {
  margin-bottom: 2.5rem; }

.list-detail__sidebar .mobile-offset-slider {
  padding-left: 0; }

.list-detail__sidebar .story h3 a:hover {
  text-decoration: none;
  /* color: #004970; */
  color: #0F4E6A; }


/* smu */
.list-detail__sidebar .lined-divide-container h2 {
	color: #B83F35;
}

.list-detail__sidebar .lined-divide-container .dividing-line {
	background-color: #B83F35;
}

.list-detail__sidebar .views-element-container .story h3 a {
	color: #0F4E6A;
}

.list-detail__sidebar .views-element-container .story h3 a:hover {
	color: #0074AD;
}


.section--featured-listing .row {
  width: 100%; }
  .section--featured-listing .row .row {
    margin: 0;
    width: 100%; }

.featured-list-item {
  width: 100%; }
  .featured-list-item:not(:last-child) {
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 48.0625em) {
      .featured-list-item:not(:last-child) {
        margin-bottom: 3.125rem; } }
    @media screen and (min-width: 64.0625em) {
      .featured-list-item:not(:last-child) {
        margin-bottom: 3.125rem; } }
  .featured-list-item h3 a:hover {
    text-decoration: none;
    /* color: #004970; */
	color: #0F4E6A; }
  .featured-list-item:last-of-type .btn {
    margin-bottom: 0; }

.social-share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .social-share #st-1 {
    z-index: 2 !important; }
  .social-share > span {
    margin-right: 0.9375rem; }
  .social-share .sharethis-inline-share-buttons {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .social-share .st-btn {
    border-radius: 50% !important;
    width: 1.875rem !important;
    height: 1.875rem !important;
    padding: 0.1875rem !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .social-share svg {
    top: 0 !important; }

.no-results {
  text-align: center;
  padding: 0 0.9375rem; }

/*
-----
NEWS 
-----
*/

/* smu */
#views-exposed-form-news-listing-news-listing-block #edit-reset {
	margin-left: 1em;
}


.news--large-feature svg {
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  opacity: 1; }
  .news--large-feature svg #caret-circle-right {
    fill: #fff !important; }

.news--large-feature a {
  color: #fff; }

.news--large-feature .video-overlay-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .news--large-feature .video-overlay-toggle span {
    margin-left: 0.625rem; }

@media screen and (max-width: 48em) {
  .listing-item--news--large {
    max-width: 22.5rem;
    margin-left: auto;
    margin-right: auto; } }

.news--small-feature .video-overlay-toggle,
.listing-item--news--large .video-overlay-toggle,
.news-detail__featured-img .video-overlay-toggle {
  display: block;
  position: relative; }

.news--small-feature .featured-listing__media,
.news--small-feature figure,
.listing-item--news--large .featured-listing__media,
.listing-item--news--large figure,
.news-detail__featured-img .featured-listing__media,
.news-detail__featured-img figure {
  position: relative; }
  .news--small-feature .featured-listing__media svg,
  .news--small-feature figure svg,
  .listing-item--news--large .featured-listing__media svg,
  .listing-item--news--large figure svg,
  .news-detail__featured-img .featured-listing__media svg,
  .news-detail__featured-img figure svg {
    position: absolute;
    width: 33.33333%;
    height: 33.33333%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .45; }
    .news--small-feature .featured-listing__media svg #caret-circle-right,
    .news--small-feature figure svg #caret-circle-right,
    .listing-item--news--large .featured-listing__media svg #caret-circle-right,
    .listing-item--news--large figure svg #caret-circle-right,
    .news-detail__featured-img .featured-listing__media svg #caret-circle-right,
    .news-detail__featured-img figure svg #caret-circle-right {
      fill: #fff !important; }
  .news--small-feature .featured-listing__media a,
  .news--small-feature figure a,
  .listing-item--news--large .featured-listing__media a,
  .listing-item--news--large figure a,
  .news-detail__featured-img .featured-listing__media a,
  .news-detail__featured-img figure a {
    color: #fff; }

.news-detail__featured-img figure a {
  color: #1A8289; }

.featured-listing--news--stacked svg {
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  opacity: 1; }
  .featured-listing--news--stacked svg #caret-circle-right {
    fill: #1A8289 !important; }

.featured-listing--news--stacked a {
  color: #0F4E6A; }

.featured-listing--news--stacked .video-overlay-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .featured-listing--news--stacked .video-overlay-toggle span {
    margin-left: 0.625rem; }

.section--news h2 {
  text-transform: uppercase; }

@media screen and (max-width: 48em) {
  .section--news .columns:not(:first-child), .section--news ul.row li:not(:first-child), ul.row .section--news li:not(:first-child) {
    display: none; } }

.listing-item--news {
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 48.0625em) {
    .listing-item--news {
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 64.0625em) {
    .listing-item--news {
      margin-bottom: 2.5rem; } }
  .listing-item--news:not(:last-of-type) {
    padding-bottom: 1.875rem;
    border-bottom: 0.0625rem solid #E1E0DC; }
    @media screen and (min-width: 48.0625em) {
      .listing-item--news:not(:last-of-type) {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 64.0625em) {
      .listing-item--news:not(:last-of-type) {
        padding-bottom: 2.5rem; } }
  .listing-item--news h2 {
    margin-bottom: 0.9375rem; }

  /* smu */
  .listing-item--news h2 a {
	  color: #0F4E6A;
  }

  .tags--listing ul li a {
	  color: #0F4E6A;
  }
	
  .listing-item--news .timestamp {
    font-weight: bold;
    color: #757575;
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
    display: block; }
  .listing-item--news p:not(:last-child) {
    margin-bottom: 0.9375rem; }
  .listing-item--news .tags {
    margin-top: 0.9375rem; }

.featured-listing p {
  font-size: 0.9375rem;
  color: #464646; }

.featured-listing h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem; }
  .featured-listing h3 a {
    text-decoration: none; }
    .featured-listing h3 a:hover {
      color: #1A8289; }

.featured-listing img {
  display: block; }

.featured-listing__media {
  position: relative;
  margin-bottom: 0.9375rem; }

.featured-listing .news-main-category {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.3125rem;
  font-weight: 600;
  text-transform: uppercase;
  /* background: #004970; */
  background: #B83F35;
  color: #fff;
  line-height: 1.2;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.75rem;
  transition: all .3s ease; }
  .featured-listing .news-main-category--student-voices {
    /* background: #1A8289; */
	background: #0074AD;
  }
  .featured-listing .news-main-category:hover {
    text-decoration: none;
    background: #FFF;
    color: #464646; }

.featured-listing .date {
  font-weight: 600;
  text-transform: uppercase;
  color: #B83F35;
  font-size: 0.75rem;
  margin-bottom: 0.3125rem; }

.featured-listing__txt {
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to top, transparent 0, #72B1CD 100%, transparent 100%) 1;
    /* border-left: 0; */
    border-right: 0;
    border-top: 0;
    padding-left: 10px;
}
.featured-listing__media img {
  /* width: 307.5px;
  height: 211px; */
}
.features-container ul li {
  margin-left: 11px;
}

.newsroom .padded-row {
  padding: 0 1.25rem; }

.newsroom .columns, .newsroom ul.row li, ul.row .newsroom li {
  padding: 0 1.25rem; }

.newsroom .section--banded--texture {
  padding-bottom: 1.25rem; }

.newsroom .lined-divide-container--center {
  margin-top: 0;
  margin-bottom: 2.5rem; }

.section--newsroom {
  margin-bottom: 2.5rem; }

.newsroom-tiled-lockup {
  padding: 0 1.25rem; }
  @media screen and (min-width: 48.0625em) {
    .newsroom-tiled-lockup {
      display: grid;
      grid-gap: 2.5rem;
      grid-template-rows: auto auto;
      grid-template-columns: auto auto; } }
  .newsroom-tiled-lockup a {
    display: -ms-flexbox;
    display: flex;
    color: #fff; }
  .newsroom-tiled-lockup .featured-listing {
    position: relative;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 48em) {
      .newsroom-tiled-lockup .featured-listing {
        margin-bottom: 1.25rem; } }
    .newsroom-tiled-lockup .featured-listing:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      opacity: 0.85;
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.8) 70%);
      z-index: 1; }
    .newsroom-tiled-lockup .featured-listing .news-main-category {
      position: relative;
      display: inline-block;
      margin-left: 0.625rem;
      text-shadow: none; }
    .newsroom-tiled-lockup .featured-listing img {
      display: block;
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .newsroom-tiled-lockup .featured-listing--newsroom__meta {
      margin-bottom: 0.625rem; }
    .newsroom-tiled-lockup .featured-listing__media {
      margin: 0;
      width: 100%; }
    .newsroom-tiled-lockup .featured-listing__content {
      padding: 1.875rem;
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: 0;
      width: 100%;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
      .newsroom-tiled-lockup .featured-listing__content h3, .newsroom-tiled-lockup .featured-listing__content p, .newsroom-tiled-lockup .featured-listing__content span {
        color: #fff; }
      .newsroom-tiled-lockup .featured-listing__content h3 {
        font-size: 1.25rem;
        font-weight: bold;
        font-family: "Playfair Display", serif; }
      .newsroom-tiled-lockup .featured-listing__content p {
        font-size: 0.9375rem; }
  @media screen and (min-width: 48.0625em) {
    .newsroom-tiled-lockup .featured-listing--newsroom:first-of-type {
      grid-area: 1 / 1 / 3 / 3; }
      .newsroom-tiled-lockup .featured-listing--newsroom:first-of-type h3 {
        font-size: 2.25rem; }
    .newsroom-tiled-lockup .featured-listing--newsroom:nth-child(2) {
      grid-area: 1 / 3 / 1 / 3; }
    .newsroom-tiled-lockup .featured-listing--newsroom:nth-child(3) {
      grid-area: 2 / 3 / 2 / 3; } }
  .newsroom-tiled-lockup .featured-listing--newsroom:nth-child(2),
  .newsroom-tiled-lockup .featured-listing--newsroom:nth-child(3) {
    max-width: 23.75rem; }
    .newsroom-tiled-lockup .featured-listing--newsroom:nth-child(2) h3,
    .newsroom-tiled-lockup .featured-listing--newsroom:nth-child(3) h3 {
      margin-bottom: 0; }
    .newsroom-tiled-lockup .featured-listing--newsroom:nth-child(2) .video-overlay-toggle,
    .newsroom-tiled-lockup .featured-listing--newsroom:nth-child(3) .video-overlay-toggle {
      margin-top: 1.25rem; }

.university-news-column .card--newsroom {
  /* border-top: 0.3125rem solid #004970; */
  border-top: 0.3125rem solid #0F4E6A; }

.university-news-column .featured-listing--newsroom:first-of-type {
  position: relative; }
  
.university-news-column .featured-listing--newsroom:first-of-type:after {
    content: "";
    width: 100%;
    max-width: 12.5rem;
    height: 0.3125rem;
    background-color: #004970;
    position: absolute;
    bottom: 0;
    left: 0; }

.university-news-column .featured-listing--news:first-of-type:after {
	background-color: #FFD95A;
}

.university-news-column h2 {
  /* color: #004970; */
  color: #0F4E6A; }

.student-voices-column .card--newsroom {
  border-top: 0.3125rem solid #1A8289; }

.student-voices-column .featured-listing--newsroom:first-of-type {
  position: relative; }
  .student-voices-column .featured-listing--newsroom:first-of-type:after {
    content: "";
    width: 100%;
    max-width: 12.5rem;
    height: 0.3125rem;
    background-color: #1A8289;
    position: absolute;
    bottom: 0;
    left: 0; }

.card--newsroom {
  background: #fff;
  padding: 1.25rem;
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 48.0625em) {
    .card--newsroom {
      padding: 1.5625rem 2.1875rem; } }

/* SMU */
.section--newsroom-upper .lined-section-title .lined-divide-container h2.h4 {
	color: #B83F35;
}

.section--newsroom-upper .lined-section-title .lined-divide-container .dividing-line {
	background-color: #B83F35;
}

.section--newsroom-lower .columns, .section--newsroom-lower ul.row li, ul.row .section--newsroom-lower li {
  padding: 0 1.25rem; }

.section--newsroom-lower h2 {
  text-transform: uppercase;
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 48.0625em) {
    .section--newsroom-lower h2 {
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 64.0625em) {
    .section--newsroom-lower h2 {
      margin-bottom: 2.5rem; } }

.section--newsroom-lower h2.h4 {
	/* smu */
	color: #B83F35;
}

.section--newsroom-lower .featured-listing--newsroom:first-of-type {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem; }
  @media screen and (min-width: 48.0625em) {
    .section--newsroom-lower .featured-listing--newsroom:first-of-type {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 64.0625em) {
    .section--newsroom-lower .featured-listing--newsroom:first-of-type {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 48.0625em) {
    .section--newsroom-lower .featured-listing--newsroom:first-of-type {
      padding-bottom: 1.875rem; } }
  @media screen and (min-width: 64.0625em) {
    .section--newsroom-lower .featured-listing--newsroom:first-of-type {
      padding-bottom: 1.875rem; } }

.section--newsroom-lower .featured-listing--newsroom:not(:first-of-type) {
  margin-bottom: 1.25rem;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 48.0625em) {
    .section--newsroom-lower .featured-listing--newsroom:not(:first-of-type) {
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 64.0625em) {
    .section--newsroom-lower .featured-listing--newsroom:not(:first-of-type) {
      margin-bottom: 2.5rem; } }
  .section--newsroom-lower .featured-listing--newsroom:not(:first-of-type) h3 {
    font-weight: normal;
    font-size: 1.125rem;
    color: #464646; }
  .section--newsroom-lower .featured-listing--newsroom:not(:first-of-type) .featured-listing__media {
    margin-bottom: 0;
    -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    width: 100%;
    max-width: 7.5rem;
    padding-right: 1.25rem; }
    @media screen and (max-width: 48em) {
      .section--newsroom-lower .featured-listing--newsroom:not(:first-of-type) .featured-listing__media {
        display: none; } }
  .section--newsroom-lower .featured-listing--newsroom:not(:first-of-type) .featured-listing__content {
    width: 100%; }
    @media screen and (min-width: 48.0625em) {
      .section--newsroom-lower .featured-listing--newsroom:not(:first-of-type) .featured-listing__content {
        -ms-flex: 0 0 calc(100% - 120px);
            flex: 0 0 calc(100% - 120px);
        max-width: calc(100% - 120px); } }

.card--newsroom .featured-listing--newsroom:first-of-type h3 {
  font-size: 1.25rem;
  font-family: "Playfair Display", serif;
  font-weight: normal; }
  @media screen and (min-width: 48.0625em) {
    .card--newsroom .featured-listing--newsroom:first-of-type h3 {
      font-size: 1.625rem; } }
  @media screen and (min-width: 64.0625em) {
    .card--newsroom .featured-listing--newsroom:first-of-type h3 {
      font-size: 1.625rem; } }

.card--newsroom .featured-listing--newsroom:first-of-type .newsroom {
  font-size: 0.8125rem; }
  @media screen and (min-width: 48.0625em) {
    .card--newsroom .featured-listing--newsroom:first-of-type .newsroom {
      font-size: 0.9375rem; } }
  @media screen and (min-width: 64.0625em) {
    .card--newsroom .featured-listing--newsroom:first-of-type .newsroom {
      font-size: 0.9375rem; } }


.card--newsroom .featured-listing--news .featured-listing__title a {
	/* smu */
	color: #0F4E6A;
}

.card--newsroom .featured-listing--news .featured-listing__title a:hover {
	/* smu */
	color: #0074AD;
}

.section--news .featured-listing--news .featured-listing__title a {
	/* smu */
	color: #0F4E6A;
}

.section--news .featured-listing--news .featured-listing__title a:hover {
	/* smu */
	color: #0074AD;
}


.section--in-the-news h2 {
  color: #fff; }

@media screen and (min-width: 48.0625em) {
  .section--in-the-news .columns, .section--in-the-news ul.row li, ul.row .section--in-the-news li {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; } }

.section--in-the-news .featured-listing {
  color: #fff; }
  .section--in-the-news .featured-listing h3,
  .section--in-the-news .featured-listing h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    font-size: 1.125rem; }
    @media screen and (min-width: 48.0625em) {
      .section--in-the-news .featured-listing h3,
      .section--in-the-news .featured-listing h2 {
        font-size: 1.5rem; } }
    @media screen and (min-width: 64.0625em) {
      .section--in-the-news .featured-listing h3,
      .section--in-the-news .featured-listing h2 {
        font-size: 1.5rem; } }
    .section--in-the-news .featured-listing h3 a,
    .section--in-the-news .featured-listing h2 a {
      font-weight: 300; }
  .section--in-the-news .featured-listing a {
    color: #fff; }
    .section--in-the-news .featured-listing a:after {
      content: "\f08e";
      font-family: "Font Awesome 5 Pro", "FontAwesome";
      color: #A0C0CF;
      font-weight: 300;
      font-size: 1rem;
      margin-left: 0.5rem; }
    .section--in-the-news .featured-listing a:hover {
      text-decoration: none;
	  /* color: #B6D554; */
      color: #FADA5E; }
  .section--in-the-news .featured-listing .date {
    color: #fff; }

.section--in-the-news .source {
  font-weight: 600;
  color: #A0C0CF;
  font-size: 0.875rem; }

.section--in-the-news .section-btn-container .lined-divide-container {
  margin-bottom: 0; }

@media screen and (min-width: 48.0625em) {
  .section--in-the-news--listing .columns, .section--in-the-news--listing ul.row li, ul.row .section--in-the-news--listing li {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; } }

.section--in-the-news--listing .columns:last-of-type .featured-listing, .section--in-the-news--listing ul.row li:last-of-type .featured-listing, ul.row .section--in-the-news--listing li:last-of-type .featured-listing {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 2.5rem; }

.section--in-the-news--listing .featured-listing {
  /* color: #004970; */
  color: #0F4E6A;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 1.875rem;
  margin-bottom: 1.5625rem; }
  .section--in-the-news--listing .featured-listing h3,
  .section--in-the-news--listing .featured-listing h2 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    line-height: 1.4;
    font-size: 1.125rem;
    margin-bottom: .25rem; }
    @media screen and (min-width: 48.0625em) {
      .section--in-the-news--listing .featured-listing h3,
      .section--in-the-news--listing .featured-listing h2 {
        font-size: 1.5rem; } }
    @media screen and (min-width: 64.0625em) {
      .section--in-the-news--listing .featured-listing h3,
      .section--in-the-news--listing .featured-listing h2 {
        font-size: 1.5rem; } }
  .section--in-the-news--listing .featured-listing a {
    /* color: #004970; */ 
	color: #0F4E6A; }
    .section--in-the-news--listing .featured-listing a:hover {
      color: #1A8289;
      text-decoration: none; }
  .section--in-the-news--listing .featured-listing .date {
    color: #444444; }

.section--in-the-news--listing .source {
  color: #1A8289; }

.section--newsroom-wysiwyg h2 {
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  /* color: #004970; */
  color: #0F4E6A; }

@media screen and (min-width: 64.0625em) {
  .section--home-news .section--home-news__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.section--home-news .section--home-news__main-col img {
  width: 100%; }

.section--home-news .section--home-news__main-col a.video-overlay-toggle svg {
  height: 15px;
  width: 15px; }
  .section--home-news .section--home-news__main-col a.video-overlay-toggle svg #caret-circle-right {
	/* fill: #B6D554 !important; */
    fill: #FADA5E !important; }
  @media screen and (min-width: 64.0625em) {
    .section--home-news .section--home-news__main-col a.video-overlay-toggle svg {
      height: 20px;
      width: 20px; }
      .section--home-news .section--home-news__main-col a.video-overlay-toggle svg #caret-circle-right {
        fill: #ffffff !important; } }

.section--home-news .section--home-news__main-col a.video-overlay-toggle span {
  color: #1A8289;
  font-size: 14px;
  font-weight: 600;
  margin-left: 7px; }
  @media screen and (min-width: 64.0625em) {
    .section--home-news .section--home-news__main-col a.video-overlay-toggle span {
      color: #ffffff;
      font-size: 16px; } }

.section--home-news .section--home-news__main-col a.video-overlay-toggle:hover {
  text-decoration: none; }
  .section--home-news .section--home-news__main-col a.video-overlay-toggle:hover span {
    /* color: #004970; */
	color: #0F4E6A; }
    @media screen and (min-width: 64.0625em) {
      .section--home-news .section--home-news__main-col a.video-overlay-toggle:hover span {
		/* color: #B6D554; */
        color: #FADA5E; } }

@media screen and (min-width: 64.0625em) {
  .section--home-news .section--home-news__main-col .featured-listing--news {
    margin: 0;
    height: 100%;
    min-height: 500px;
    position: relative; } }

@media only screen and (min-width: 1300px) {
  .section--home-news .section--home-news__main-col .featured-listing--news {
    margin: 0 0 0 -6.875rem; } }

@media screen and (min-width: 64.0625em) {
  .section--home-news .section--home-news__main-col .featured-listing__media {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0; }
    .section--home-news .section--home-news__main-col .featured-listing__media:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      z-index: 1;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); }
    .section--home-news .section--home-news__main-col .featured-listing__media img {
      bottom: 0;
      height: 100%;
      left: 0;
      object-fit: cover;
      object-position: center;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%; }
    .section--home-news .section--home-news__main-col .featured-listing__media .news-main-category {
      bottom: 40px;
      left: 40px;
      z-index: 2; } }

.section--home-news .section--home-news__main-col .featured-listing__content h3 {
  font-size: 1.25rem; }
  @media screen and (min-width: 48.0625em) {
    .section--home-news .section--home-news__main-col .featured-listing__content h3 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 64.0625em) {
    .section--home-news .section--home-news__main-col .featured-listing__content h3 {
      font-size: 1.9375rem; } }
  .section--home-news .section--home-news__main-col .featured-listing__content h3 a {
    /* color: #004970; */
	color: #0F4E6A; }
    .section--home-news .section--home-news__main-col .featured-listing__content h3 a:hover {
      /* color: #B6D554; */
	  color: #FADA5E; }

@media screen and (min-width: 64.0625em) {
  .section--home-news .section--home-news__main-col .featured-listing__content {
    position: absolute;
    bottom: 90px;
    padding: 0 40px;
    z-index: 1; }
    .section--home-news .section--home-news__main-col .featured-listing__content h3 a {
      /* color: #004970; */
	  color: #0F4E6A; } }
    @media screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
      .section--home-news .section--home-news__main-col .featured-listing__content h3 a {
        color: #FFF; } }

@media screen and (min-width: 64.0625em) {
      .section--home-news .section--home-news__main-col .featured-listing__content h3 a:hover {
        /* color: #B6D554; */
		color: #FADA5E;	}
    .section--home-news .section--home-news__main-col .featured-listing__content .date {
      color: #FFF;
      font-size: 0.75rem; } }
    @media screen and (min-width: 64.0625em) and (min-width: 48.0625em) {
      .section--home-news .section--home-news__main-col .featured-listing__content .date {
        font-size: 0.75rem; } }
    @media screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
      .section--home-news .section--home-news__main-col .featured-listing__content .date {
        font-size: 0.875rem; } }

@media screen and (min-width: 64.0625em) {
    .section--home-news .section--home-news__main-col .featured-listing__content p {
      color: #FFF; } }

.section--home-news .section--home-news__off-col .medium-up-only {
  display: none; }
  @media screen and (min-width: 48.0625em) {
    .section--home-news .section--home-news__off-col .medium-up-only {
      display: block; } }

.section--home-news .section--home-news__off-col .btn {
  margin-bottom: 0; }

.section--home-news .section--home-news__off-col .featured-listing--news {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .section--home-news .section--home-news__off-col .featured-listing--news:last-of-type {
    margin: 0; }

.section--home-news .section--home-news__off-col .featured-listing__media {
  -ms-flex: 0 0 170px;
      flex: 0 0 170px;
  width: 100%;
  padding-right: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start; }

.section--home-news .section--home-news__off-col .featured-listing__content {
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  line-height: 1; }
  .section--home-news .section--home-news__off-col .featured-listing__content h3 {
    line-height: 1.3; }
    .section--home-news .section--home-news__off-col .featured-listing__content h3 a {
      /* color: #004970; */ 
	  color: #0F4E6A; }
      .section--home-news .section--home-news__off-col .featured-listing__content h3 a:hover {
        /* color: #1A8289; */
		color: #5CB3D0;	}
  .section--home-news .section--home-news__off-col .featured-listing__content .date {
    display: block; }
  .section--home-news .section--home-news__off-col .featured-listing__content p {
    font-size: 14px;
    line-height: 1.3; }

@media screen and (max-width: 48em) {
  .section--home-news__main-col {
    margin-bottom: 1.875rem; } }

.section--home-news__off-col a.video-overlay-toggle,
.news-detail .list-detail__sidebar a.video-overlay-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .section--home-news__off-col a.video-overlay-toggle svg,
  .news-detail .list-detail__sidebar a.video-overlay-toggle svg {
    height: 15px;
    width: 15px; }
    .section--home-news__off-col a.video-overlay-toggle svg #caret-circle-right,
    .news-detail .list-detail__sidebar a.video-overlay-toggle svg #caret-circle-right {
      /* fill: #B6D554 !important; */
	  fill: #B83F35 !important; }
  .section--home-news__off-col a.video-overlay-toggle span,
  .news-detail .list-detail__sidebar a.video-overlay-toggle span {
    /* color: #1A8289; */
	color: #B83F35;
    font-size: 14px;
    font-weight: 600;
    margin-left: 7px; }
  .section--home-news__off-col a.video-overlay-toggle:hover,
  .news-detail .list-detail__sidebar a.video-overlay-toggle:hover {
    text-decoration: none; }
    .section--home-news__off-col a.video-overlay-toggle:hover span,
    .news-detail .list-detail__sidebar a.video-overlay-toggle:hover span {
      /* color: #004970; */
	  /* color: #0F4E6A; */
	  color: #B83F35;
      text-decoration: none; }

  .section--home-news__off-col .btn,
  .section--news .btn,
  .section--featured-listing .btn  {
	/* background-color: #0F4E6A; */
  background-color: #B83F35;
    color: #ffffff; 
    /* box-shadow: inset 0 0 0 2px #0F4E6A; */
	/* box-shadow: inset 0 0 0 1px #0F4E6A, 0 0 0 2px #A0A0A0; */
  box-shadow: none;
    margin: 0;
    z-index: 2; }
  .section--home-news__off-col .btn:hover,
  .section--news .btn:hover,
  .section--featured-listing .btn:hover  {
	background-color: #B7E4F3;
    color: #0F4E6A; 
    /* box-shadow: inset 0 0 0 2px #0F4E6A; */
	box-shadow: inset 0 0 0 1px #B7E4F3, 0 0 0 2px #A0A0A0;
    margin: 0;
    z-index: 2; }

.no-cssgrid .newsroom-tiled-lockup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 34.5rem; }
  .no-cssgrid .newsroom-tiled-lockup .news--large-feature:first-child {
    width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 66.6666%;
    padding-right: 2.5rem; }
  .no-cssgrid .newsroom-tiled-lockup .news--large-feature:nth-child(2) {
    margin-bottom: 2.5rem; }
  .no-cssgrid .newsroom-tiled-lockup .featured-listing:before {
    display: none; }
  .no-cssgrid .newsroom-tiled-lockup .featured-listing__media:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.8) 70%);
    z-index: 1; }
  .no-cssgrid .newsroom-tiled-lockup .news--large-feature:nth-child(n+2) {
    width: 50%;
    -ms-flex: 0 0 46.37%;
        flex: 0 0 46.37%;
    max-width: 33.3333%;
    height: 46.37%; }
  .no-cssgrid .newsroom-tiled-lockup .featured-listing__content {
    max-width: 75%; }

/*
--------------------
ACCORDION DROPDOWN
--------------------
*/
.accordion-drop-down {
  width: 100%;
  clear: both; }
  
.accordion-drop-down:not(:last-child) {
    margin-bottom: 1.25rem; }

.accordion-drop-down__toggle:not(.sidebar-subnav--button) {
  border: none;
  width: 100%;
  text-align: left;
  position: relative;
  transition: background .4s ease, color .4s ease;
  margin-bottom: 0;
  padding-right: 3.75rem;
  border-radius: 0;
  text-transform: none;
  color: #fff;
  /* background: #1A8289; */
  background: #0074AD;
  letter-spacing: 0;
  font-size: 1.125rem;
  /* border: 0.0625rem solid #1A8289;  */
  border: 0.0625rem solid #0074AD;
  box-shadow: none;
} 
  
  .accordion-drop-down__toggle:not(.sidebar-subnav--button):after {
    display: none; }
  .accordion-drop-down__toggle:not(.sidebar-subnav--button):hover, 
  .accordion-drop-down__toggle:not(.sidebar-subnav--button):focus {
    /* background: #5E8295; */
	background: #5CB3D0;
	border-color: #0074AD;
    box-shadow: none; }
	
    .accordion-drop-down__toggle:not(.sidebar-subnav--button):hover .accordion-drop-down__icon path, .accordion-drop-down__toggle:not(.sidebar-subnav--button):focus .accordion-drop-down__icon path {
      fill: #1A8289; }
	  
  .accordion-drop-down__toggle:not(.sidebar-subnav--button) i {
    position: absolute;
    height: 1.6875rem;
    width: 1.6875rem;
    top: 0;
    bottom: 0;
    right: 1.25rem;
    margin: auto;
    font-size: 1.6875rem;
    color: #fff;
    transition: color .4s ease;
    transform: translateX(0); }

.accordion-drop-down__toggle--active {
  background: #5E8295; }
  .accordion-drop-down__toggle--active i {
    color: #fff; }
    .accordion-drop-down__toggle--active i:before {
      content: "\f146"; }
    .accordion-drop-down__toggle--active i.accordion-drop-down__icon--rotate {
      transform: rotate(90deg); }

@media screen and (max-width: 48em) {
  .mobile-accordion-container--filter {
    margin-bottom: 1.25rem; } }

.mobile-accordion-container--filter .accordion-drop-down__toggle {
  box-shadow: none;
  border-radius: 0;
  background: #9f9f9f;
  color: #000;
  border: none; }
  @media screen and (min-width: 48.0625em) {
    .mobile-accordion-container--filter .accordion-drop-down__toggle {
      display: none; } }

.mobile-accordion-container--filter .accordion-drop-down__icon path {
  fill: #1A8289; }

@media screen and (max-width: 48em) {
  .mobile-accordion-container--filter form {
    margin-bottom: 0;
    padding: 0 1.25rem 1.25rem 1.25rem; } }

.accordion-drop-down__toggled-content {
  padding: 3.125rem 1.875rem 1.875rem;
  background: #fff;
  color: #464646;
  margin-top: -1.5rem;
  display: none;
  border: 0.0625rem solid #1A8289; }
  
.accordion-drop-down__toggled-content .lined-divide-container h2, .accordion-drop-down__toggled-content .lined-divide-container h3, .accordion-drop-down__toggled-content .lined-divide-container h4, .accordion-drop-down__toggled-content .lined-divide-container h5, .accordion-drop-down__toggled-content .lined-divide-container h6 {
    background: #fff;
    -ms-flex: none !important;
        flex: none !important;
    max-width: none !important;
    width: auto !important;
    position: relative;
    z-index: 2; }
	
/* smu */
.section--global-spacing .lined-divide-container h4,
.accordion-drop-down__toggled-content .lined-divide-container h4 {
	color: #0074AD;
}


.section--global-spacing .lined-divide-container .dividing-line,
.lined-divide-container .dividing-line {
	color: #0074AD;
}


.section--global-spacing

.sidebar-subnav--content .lined-divide-container h2, .sidebar-subnav--content .lined-divide-container h3, .sidebar-subnav--content .lined-divide-container h4, .sidebar-subnav--content .lined-divide-container h5, .sidebar-subnav--content .lined-divide-container h6 {
  background: #fff;
  -ms-flex: none !important;
      flex: none !important;
  max-width: none !important;
  width: auto !important;
  position: relative;
  z-index: 2; }

@media screen and (min-width: 48.0625em) {
  .accordion-drop-down__toggle--mobile {
    display: none; } }

@media screen and (max-width: 48em) {
  .accordion-drop-down__toggle--mobile + * {
    display: none; } }

.content > .section--accordions .padded-row {
  padding: 0; }

/*
-------------------
PAGINATION
-------------------
*/
/*
--------
GLOBALS
--------
*/
.pagination-left, nav.pager {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.9375rem 1.25rem;
  min-height: 3.75rem;
  border-top: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 3.125rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  width: 100%; }
  .pagination-left::before, .pagination-left::after, nav.pager::before, nav.pager::after {
    content: ' ';
    display: table; }
  .pagination-left::after, nav.pager::after {
    clear: both; }
  @media screen and (min-width: 48.0625em) {
    .pagination-left, nav.pager {
      padding: 0 8.75rem; } }
  .pagination-left .pager__item--ellipsis, nav.pager .pager__item--ellipsis {
    padding: 0 1.03125rem; }
  .pagination-left ul, nav.pager ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: auto;
    margin: 0;
    padding: 0 0 0; }
  .pagination-left li, nav.pager li {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 2.5rem; }
  .pagination-left a, nav.pager a {
    padding: 0.65625rem 1.03125rem;
    font-size: 0.9375rem;
    font-weight: 400; }

.pagination-left .pagination__first a, .pagination-left .pager__item--first a, .pagination-left .pagination__previous a, .pagination-left .pager__item--previous a, .pagination-left .pagination__last a, .pagination-left .pager__item--last a, .pagination-left .pagination__next a, .pagination-left .pager__item--next a, nav.pager .pagination__first a, nav.pager .pager__item--first a, nav.pager .pagination__previous a, nav.pager .pager__item--previous a, nav.pager .pagination__last a, nav.pager .pager__item--last a, nav.pager .pagination__next a, nav.pager .pager__item--next a {
  padding: 0 1.25rem;
  display: block;
  font-size: 0;
  font-weight: 600; }
  .pagination-left .pagination__first a:before, .pagination-left .pagination__first a:after, .pagination-left .pager__item--first a:before, .pagination-left .pager__item--first a:after, .pagination-left .pagination__previous a:before, .pagination-left .pagination__previous a:after, .pagination-left .pager__item--previous a:before, .pagination-left .pager__item--previous a:after, .pagination-left .pagination__last a:before, .pagination-left .pagination__last a:after, .pagination-left .pager__item--last a:before, .pagination-left .pager__item--last a:after, .pagination-left .pagination__next a:before, .pagination-left .pagination__next a:after, .pagination-left .pager__item--next a:before, .pagination-left .pager__item--next a:after, nav.pager .pagination__first a:before, nav.pager .pagination__first a:after, nav.pager .pager__item--first a:before, nav.pager .pager__item--first a:after, nav.pager .pagination__previous a:before, nav.pager .pagination__previous a:after, nav.pager .pager__item--previous a:before, nav.pager .pager__item--previous a:after, nav.pager .pagination__last a:before, nav.pager .pagination__last a:after, nav.pager .pager__item--last a:before, nav.pager .pager__item--last a:after, nav.pager .pagination__next a:before, nav.pager .pagination__next a:after, nav.pager .pager__item--next a:before, nav.pager .pager__item--next a:after {
    font-size: 1.25rem;
    font-family: "Font Awesome 5 Pro", "FontAwesome";
    display: block; }

.pagination-left .current a, .pagination-left .is-active a, nav.pager .current a, nav.pager .is-active a {
  color: #fff;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  background: #1A8289;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16); }
  .pagination-left .current a:hover, .pagination-left .is-active a:hover, nav.pager .current a:hover, nav.pager .is-active a:hover {
    text-decoration: none; }

.pagination-left .pagination__first, .pagination-left .pager__item--first, nav.pager .pagination__first, nav.pager .pager__item--first {
  display: none; }
  .pagination-left .pagination__first a:before, .pagination-left .pager__item--first a:before, nav.pager .pagination__first a:before, nav.pager .pager__item--first a:before {
    content: ""; }

.pagination-left .pagination__previous, .pagination-left .pager__item--previous, nav.pager .pagination__previous, nav.pager .pager__item--previous {
  position: absolute;
  left: 0; }
  .pagination-left .pagination__previous a:before, .pagination-left .pager__item--previous a:before, nav.pager .pagination__previous a:before, nav.pager .pager__item--previous a:before {
    background: url("../icons/pagination-prev.svg");
    background-position: right center; }

.pagination-left .pagination__last, .pagination-left .pager__item--last, nav.pager .pagination__last, nav.pager .pager__item--last {
  display: none; }
  .pagination-left .pagination__last a:before, .pagination-left .pager__item--last a:before, nav.pager .pagination__last a:before, nav.pager .pager__item--last a:before {
    content: ""; }

.pagination-left .pagination__next, .pagination-left .pager__item--next, nav.pager .pagination__next, nav.pager .pager__item--next {
  position: absolute;
  right: 0; }
  .pagination-left .pagination__next a:before, .pagination-left .pager__item--next a:before, nav.pager .pagination__next a:before, nav.pager .pager__item--next a:before {
    background: url("../icons/pagination-next.svg");
    background-position: left center; }

.pagination-left .pagination__next, .pagination-left .pager__item--next,
.pagination-left .pagination__last, .pagination-left .pager__item--last,
.pagination-left .pagination__first, .pagination-left .pager__item--first,
.pagination-left .pagination__previous, .pagination-left .pager__item--previous, nav.pager .pagination__next, nav.pager .pager__item--next,
nav.pager .pagination__last, nav.pager .pager__item--last,
nav.pager .pagination__first, nav.pager .pager__item--first,
nav.pager .pagination__previous, nav.pager .pager__item--previous {
  top: 0;
  bottom: 0;
  margin: auto; }

@media screen and (min-width: 48.0625em) {
  .pagination-left .pagination__previous, .pagination-left .pager__item--previous, nav.pager .pagination__previous, nav.pager .pager__item--previous {
    margin-right: 0.9375rem; } }

.pagination-left .pagination__previous, .pagination-left .pager__item--previous,
.pagination-left .pagination__next, .pagination-left .pager__item--next, nav.pager .pagination__previous, nav.pager .pager__item--previous,
nav.pager .pagination__next, nav.pager .pager__item--next {
  width: 8.375rem;
  height: 2.5rem; }
  .pagination-left .pagination__previous a:before, .pagination-left .pager__item--previous a:before,
  .pagination-left .pagination__next a:before, .pagination-left .pager__item--next a:before, nav.pager .pagination__previous a:before, nav.pager .pager__item--previous a:before,
  nav.pager .pagination__next a:before, nav.pager .pager__item--next a:before {
    content: "";
    background-repeat: no-repeat;
    width: 8.375rem;
    height: 2.5rem;
    display: block;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

@media screen and (min-width: 48.0625em) {
  .pagination-left .pagination__next, .pagination-left .pager__item--next, nav.pager .pagination__next, nav.pager .pager__item--next {
    margin-left: 0.9375rem; } }

@media screen and (max-width: 48em) {
  .pagination-left li a, nav.pager li a {
    padding: 0.65625rem 1.03125rem;
    font-size: 0.9375rem; }
  .pagination-left .pagination__first a:after, .pagination-left .pager__item--first a:after,
  .pagination-left .pagination__previous a:after, .pagination-left .pager__item--previous a:after, nav.pager .pagination__first a:after, nav.pager .pager__item--first a:after,
  nav.pager .pagination__previous a:after, nav.pager .pager__item--previous a:after {
    display: none; }
  .pagination-left .pagination__next a:after, .pagination-left .pager__item--next a:after,
  .pagination-left .pagination__last a:after, .pagination-left .pager__item--last a:after, nav.pager .pagination__next a:after, nav.pager .pager__item--next a:after,
  nav.pager .pagination__last a:after, nav.pager .pager__item--last a:after {
    display: none; }
  .pagination-left li, nav.pager li {
    display: none; }
  .pagination-left .current a, .pagination-left .is-active a,
  .pagination-left .pagination__first, .pagination-left .pager__item--first, .pagination-left .pagination__previous, .pagination-left .pager__item--previous, .pagination-left .pagination__last, .pagination-left .pager__item--last, .pagination-left .pagination__next, .pagination-left .pager__item--next, nav.pager .current a, nav.pager .is-active a,
  nav.pager .pagination__first, nav.pager .pager__item--first, nav.pager .pagination__previous, nav.pager .pager__item--previous, nav.pager .pagination__last, nav.pager .pager__item--last, nav.pager .pagination__next, nav.pager .pager__item--next {
    display: inline-block; }
  .pagination-left .is-active, nav.pager .is-active {
    display: block; }
  .pagination-left .current a, .pagination-left .is-active a, nav.pager .current a, nav.pager .is-active a {
    display: block;
    line-height: 1.2; }
  .pagination-left .pagination__first, .pagination-left .pager__item--first,
  .pagination-left .pagination__last, .pagination-left .pager__item--last, nav.pager .pagination__first, nav.pager .pager__item--first,
  nav.pager .pagination__last, nav.pager .pager__item--last {
    display: none; }
  .pagination-left .pagination__previous, .pagination-left .pager__item--previous, nav.pager .pagination__previous, nav.pager .pager__item--previous {
    margin-left: 0.9375rem; }
  .pagination-left .pagination__next, .pagination-left .pager__item--next, nav.pager .pagination__next, nav.pager .pager__item--next {
    margin-right: 0.9375rem; }
  .pagination-left .pagination__previous, .pagination-left .pager__item--previous,
  .pagination-left .pagination__next, .pagination-left .pager__item--next, nav.pager .pagination__previous, nav.pager .pager__item--previous,
  nav.pager .pagination__next, nav.pager .pager__item--next {
    max-width: 6.25rem; }
    .pagination-left .pagination__previous a:before, .pagination-left .pager__item--previous a:before,
    .pagination-left .pagination__next a:before, .pagination-left .pager__item--next a:before, nav.pager .pagination__previous a:before, nav.pager .pager__item--previous a:before,
    nav.pager .pagination__next a:before, nav.pager .pager__item--next a:before {
      max-width: 6.25rem; } }

/*
-----------
HERO IMAGE
-----------
*/
/* Fade: */
/*
GLOBAL HERO STYLES
-------------------
*/
.hero {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media screen and (min-width: 48.0625em) {
    .hero {
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      /* background: #004970; */
	  background: #0F4E6A; } }

.hero__media {
  width: 100%;
  display: block; }
  @media screen and (max-width: 48em) {
    .hero__media {
      -ms-flex-order: 3;
          order: 3; } }
  .hero__media img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto; }

.hero__content {
  z-index: 3;
  padding: 1.25rem 0.9375rem;
  width: 100%;
  max-width: 61.25rem; }
  @media screen and (max-width: 48em) {
    .hero__content {
      -ms-flex-order: 1;
          order: 1;
      /* background: #004970; */
	  background: #0F4E6A; } }
  @media screen and (min-width: 48.0625em) {
    .hero__content {
      position: absolute;
      color: #fff;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      top: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
   }
  .hero__content .scroll-trigger {
    display: none;
    position: absolute;
    top: 30px;
    left: -40px;
    transition: top 0.5s ease; }
    .hero__content .scroll-trigger:hover {
      top: 40px; }
    @media screen and (min-width: 64.0625em) {
      .hero__content .scroll-trigger {
        display: block; } }
  .hero__content h1, .hero__content p {
    color: #fff; }
  .hero__content h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.875rem;
    margin-top: 0;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 48.0625em) {
      .hero__content h1 {
        font-size: 4.375rem; } }
    @media screen and (min-width: 64.0625em) {
      .hero__content h1 {
        font-size: 4.375rem; } }
  .hero__content p {
    font-family: "Playfair Display", serif;
    font-size: 0.9375rem;
    max-width: none;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 48.0625em) {
      .hero__content p {
        font-size: 1.25rem; } }
    @media screen and (min-width: 64.0625em) {
      .hero__content p {
        font-size: 1.25rem; } }
    .hero__content p a:not(.btn) {
      /* color: #B6D554; */
	  /* color: #FADA5E; */
	  color: #B83F35; 
	  }

.hero__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  /* background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #1b455e 100%); */
  
  /* 0074AD */
  background: linear-gradient(to bottom, rgba(0, 116, 173, 0) 0%, #0074AD 100%);
  height: 55vh; }
  @media screen and (max-width: 48em) {
    .hero__overlay {
      display: none; } }

/*
BASIC HERO With Image *Most Common* (No masking) -- Most effective with Title, and Image only
------------------------
*/
.hero--no-img {
  background: none;
  margin-bottom: 2.5rem;
  padding-top: 1.875rem; }
  @media screen and (min-width: 48.0625em) {
    .hero--no-img {
      margin-bottom: 4.375rem; } }
  @media screen and (min-width: 64.0625em) {
    .hero--no-img {
      margin-bottom: 4.375rem; } }
  @media screen and (min-width: 48.0625em) {
    .hero--no-img {
      padding-top: 3.125rem; } }
  @media screen and (min-width: 64.0625em) {
    .hero--no-img {
      padding-top: 3.125rem; } }
  .hero--no-img .hero__content {
    position: relative;
    padding: 0 0.9375rem;
    background: none;
    bottom: auto;
    margin: 0; }
    .hero--no-img .hero__content h1 {
	  /* color: #004970; */
      color: #0F4E6A; }
    .hero--no-img .hero__content p {
      /* color: #464646; */
	  color: #0F4E6A; }

/*
HERO VIDEO IMAGE WITH PARALLAX
------------------------
*/
@media screen and (min-width: 48.0625em) {
  .hero--parallax:not(.hero--no-img) {
    min-height: 75vh; } }

@media screen and (min-width: 48.0625em) {
  .hero--parallax:not(.hero--no-img) .hero__media,
  .hero--parallax:not(.hero--no-img) img,
  .hero--parallax:not(.hero--no-img) video {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover; } }

.hero--parallax:not(.hero--no-img) video {
  z-index: 2; }
  @media screen and (max-width: 48em) {
    .hero--parallax:not(.hero--no-img) video {
      display: none; } }

.hero--parallax:not(.hero--no-img) ul,
.hero--parallax:not(.hero--no-img) ol,
.hero--parallax:not(.hero--no-img) span {
  color: #fff; }

.hero--parallax:not(.hero--no-img) a:not(.btn) {
  color: #A0C0CF; }

/*
HERO iFrame WITHOUT
------------------------
*/
.hero--iframe:not(.hero--parallax--iframe) {
  min-height: 0; }
  .hero--iframe:not(.hero--parallax--iframe) .video-feature {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
  @media screen and (min-width: 48.0625em) {
    .hero--iframe:not(.hero--parallax--iframe) img {
      position: absolute; } }
  @media screen and (min-width: 48.0625em) {
    .hero--iframe:not(.hero--parallax--iframe) iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 2;
      min-height: 700px;
      min-width: 1165px; } }
  .hero--iframe:not(.hero--parallax--iframe) .video-feature {
    display: none; }
    @media screen and (min-width: 48.0625em) {
      .hero--iframe:not(.hero--parallax--iframe) .video-feature {
        display: block;
        margin-top: -3.125rem; } }

/*
HERO IFRAME WITH PARALLAX
---------------------------
*/
.hero--parallax--iframe .video-feature {
  display: none; }
  @media screen and (min-width: 48.0625em) {
    .hero--parallax--iframe .video-feature {
      display: block;
      position: relative;
      z-index: 2;
      height: 100vh;
      width: 100vw; } }

/*
HERO FULL with IFRAME
---------------------------
*/
@media screen and (min-width: 64.0625em) {
  main.trans {
    margin-top: -135px;
    position: relative;
    z-index: 2; } }

.hero--iframe-full {
  max-height: 100%;
  /* background: #004970; */
  background: #0F4E6A;
  }
  .hero--iframe-full .video-feature {
    position: relative;
    z-index: 2;
    display: none; }
  .hero--iframe-full h1, .hero--iframe-full p {
    color: #fff; }
  .hero--iframe-full h1 {
    font-size: 1.875rem;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 48.0625em) {
      .hero--iframe-full h1 {
        font-size: 2.75rem; } }
    @media screen and (min-width: 64.0625em) {
      .hero--iframe-full h1 {
        font-size: 4rem; } }
  .hero--iframe-full p {
    font-size: 0.9375rem;
    max-width: none;
    margin-right: auto; }
    @media screen and (min-width: 48.0625em) {
      .hero--iframe-full p {
        font-size: 1.25rem; } }
    @media screen and (min-width: 64.0625em) {
      .hero--iframe-full p {
        font-size: 1.25rem; } }

@media screen and (min-width: 48.0625em) {
  .hero--iframe-full {
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh; }
    .hero--iframe-full .video-feature {
      position: relative;
      z-index: 2;
      display: block; }
    .hero--iframe-full img {
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover; } }

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

.columns .cta-feature-box, ul.row li .cta-feature-box {
  margin-bottom: 40px; }

.cta-feature-box ul {
  padding-left: 0;
  margin-bottom: 0; }

.cta-feature-box li {
  list-style: none; }

.cta-feature-box__content__heading {
  margin-top: 10px;
  margin-bottom: 10px; }

.cta-feature-box--featured {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .cta-feature-box--featured .cta-feature-box__content {
    transform: translateX(-60px);
    position: relative;
    z-index: 2;
    max-width: 25rem;
    padding: 1.875rem;
    background: #444444;
    color: #fff; }

/*
---------------
SIDEBAR
---------------
*/
.sidebar {
  margin-bottom: 30px; }
  @media screen and (min-width: 48.0625em) {
    .sidebar {
      margin-bottom: 0; } }

.sidebar-menu {
  border: 1px solid #ccc;
  margin-bottom: 20px; }
  @media screen and (max-width: 48em) {
    .sidebar-menu {
      padding: 1.0625rem 1.25rem;
      background: #1A8289; } }
  @media screen and (min-width: 48.0625em) {
    .sidebar-menu {
      margin-bottom: 0px;
      border: 0;
      margin-bottom: 40px; } }
  .sidebar-menu > ul.menu {
    border-top: 1px solid #ccc; }
    @media screen and (min-width: 48.0625em) {
      .sidebar-menu > ul.menu {
        border: none; } }
  .sidebar-menu a {
    color: #757575;
    font-weight: 500; }
    .sidebar-menu a:hover {
      text-decoration: none;
      /* color: #004970; */
	  color: #0F4E6A; }
  .sidebar-menu li li a {
    /* color: #1A8289; */
	color: #0074AD;
    font-weight: normal; 
  }
	
    .sidebar-menu li li a:hover {
      color: #444444; }
  .sidebar-menu ul.menu {
    font-family: "Source Sans Pro", sans-serif;
    margin: 0;
    padding: 0; }
    .sidebar-menu ul.menu li {
      margin: 0;
      list-style-type: none; }
  .sidebar-menu li {
    border-bottom: 1px solid #ccc; }
    .sidebar-menu li:last-of-type {
      border: none; }
    .sidebar-menu li li {
      border: 0; }
  .sidebar-menu ul.menu a {
    font-size: 15px;
    padding: 0.9375rem 0.625rem;
    display: block;
    transition: background .2s ease-out;
    border-bottom: 0; }
  .sidebar-menu ul.menu a.active,
  .sidebar-menu ul.menu li.menu-item--active-trail > a.is-active {
    /* color: #004970; */
	color: #0F4E6A; }
    .sidebar-menu ul.menu a.active:before,
    .sidebar-menu ul.menu li.menu-item--active-trail > a.is-active:before {
      content: "\f105";
      font-family: "Font Awesome 5 Pro", "FontAwesome";
      padding-right: 10px; }

/*
 * Sidebar Menu Streamlined variation
 */
.sidebar-menu--streamlined {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 48.0625em) {
    .sidebar-menu--streamlined {
      position: relative;
      z-index: 2; } }
  .sidebar-menu--streamlined .lined-divide-container {
    margin-bottom: 0.625rem; }
    .sidebar-menu--streamlined .lined-divide-container .dividing-line {
      height: 0.125rem;
      /* background-color: rgba(182, 213, 84, 0.4); */
	  background-color: rgba(250, 218, 94, 0.4); }
  .sidebar-menu--streamlined h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 200;
    font-size: 1.5rem;
    margin: 0;
    width: auto;
    display: inline-block;
    padding-right: 0.25rem; }
  .sidebar-menu--streamlined ul.menu,
  .sidebar-menu--streamlined ul.menu li {
    margin: 0; }
  .sidebar-menu--streamlined ul.menu {
    font-family: "Source Sans Pro", sans-serif; }
    .sidebar-menu--streamlined ul.menu ul {
      padding-left: 0.9375rem; }
    .sidebar-menu--streamlined ul.menu li a {
      font-weight: normal;
      display: block;
      padding: 0.875rem 0; }
    .sidebar-menu--streamlined ul.menu li li a {
      padding: 0;
      margin-bottom: 0.3125rem; }
    .sidebar-menu--streamlined ul.menu a.is-active,
    .sidebar-menu--streamlined ul.menu ul.menu li a.is-active {
      font-weight: 600;
      /* color: #004970; */
	  color: #0F4E6A; }
    .sidebar-menu--streamlined ul.menu .menu-item--active-trail > a {
      /* color: #004970; */
	  color: #0F4E6A;
      font-weight: 600; }
      .sidebar-menu--streamlined ul.menu .menu-item--active-trail > a:hover {
        color: #1A8289; }
  .sidebar-menu--streamlined ul.menu ul.menu {
    /* border-left: 3px solid rgba(182, 213, 84, 0.4); */
	border-left: 3px solid rgba(250, 218, 94, 0.4);
    margin-bottom: 1.25rem; }
    .sidebar-menu--streamlined ul.menu ul.menu ul.menu {
      border-left: 1px solid #FADA5E; }

/* end of streamlined */
.sidebar > ul.menu > li.menu-item--expanded > .togglyBox {
  display: none; }
  .sidebar > ul.menu > li.menu-item--expanded > .togglyBox + ul.menu {
    display: block; }

.sidebar-menu li.menu-item--expanded,
.sidebar-menu--streamlined li.menu-item--expanded {
  position: relative; }
  .sidebar-menu li.menu-item--expanded > a,
  .sidebar-menu--streamlined li.menu-item--expanded > a {
    padding-right: 24px; }
  .sidebar-menu li.menu-item--expanded .togglyBox,
  .sidebar-menu--streamlined li.menu-item--expanded .togglyBox {
    position: absolute;
    top: 15px;
    right: 0;
    height: 20px;
    width: 20px;
    border: none;
    font-size: 0;
    background: #fff url(../img/menu-plus.svg) no-repeat center center; }
  .sidebar-menu li.menu-item--expanded.menu-item--active-trail > a.open + .togglyBox,
  .sidebar-menu li.menu-item--expanded > a.engaged + .togglyBox,
  .sidebar-menu--streamlined li.menu-item--expanded.menu-item--active-trail > a.open + .togglyBox,
  .sidebar-menu--streamlined li.menu-item--expanded > a.engaged + .togglyBox {
    background-image: url(../img/menu-minus.svg); }

.sidebar-menu ul.menu .menu-item--expanded ul {
  display: none; }

.sidebar-menu ul.menu .menu-item--expanded.menu-item--active-trail > ul,
.sidebar-menu ul.menu .menu-item--expanded .active-trail ~ ul {
  display: block; }

@media screen and (max-width: 48em) {
  .sidebar-menu > ul.menu {
    display: none; } }

@media screen and (min-width: 48.0625em) {
  .sidebar-menu > ul.menu {
    display: block !important; } }

/* More in this section functionality */
.sidebar-menu > ul.menu {
  display: none; }
  @media screen and (min-width: 48.0625em) {
    .sidebar-menu > ul.menu {
      display: block; } }
  .sidebar-menu > ul.menu > li:last-child a {
    border-bottom: none; }
    @media screen and (min-width: 48.0625em) {
      .sidebar-menu > ul.menu > li:last-child a {
        border-bottom: 1px solid #ccc; } }

.sidebar-subnav--button,
.more-in-this-section {
  display: block;
  position: relative;
  text-align: left;
  padding: 0.625rem;
  cursor: pointer;
  margin: 0;
  background: none;
  box-shadow: none;
  width: 100%;
  border: 0.0625rem solid #ccc;
  background: #fff;
  font-size: 0.875rem;
  /* color: #004970; */
  color: #0F4E6A;
  font-weight: bold; }
  @media screen and (min-width: 48.0625em) {
    .sidebar-subnav--button,
    .more-in-this-section {
      display: none; } }
  .sidebar-subnav--button h2,
  .more-in-this-section h2 {
    font-weight: bold;
    margin: 0; }
  .sidebar-subnav--button:after,
  .more-in-this-section:after {
    /* Down Arrow */
    content: "";
    background-image: url("../icons/sidebar-toggle-plus.svg");
    background-size: 1.3125rem;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0.9375rem;
    height: 0.9375rem;
    width: 0.9375rem;
    bottom: 0;
    top: 0;
    margin: auto;
    transition: transform .2s ease-out; }

.sidebar-subnav--button.accordion-drop-down__toggle--active:after,
.more-in-this-section.accordion-drop-down__toggle--active:after {
  background-size: 1.25rem;
  background-image: url("../icons/sidebar-toggle-minus.svg"); }

.sidebar-subnav--content {
  display: none;
  padding: 0.9375rem;
  background: #fff; }
  @media screen and (min-width: 48.0625em) {
    .sidebar-subnav--content {
      padding: 0;
      display: block !important; } }

/*
-----------------------
HORIZONTAL FEATURE BOX
-----------------------
*/
.section--horizontal-feature-box {
  font-family: "Source Sans Pro", sans-serif; }
  .section--horizontal-feature-box h2 {
    margin-top: 0; }

.horizontal-feature-box__img {
  margin-bottom: 20px; }
  @media screen and (min-width: 48.0625em) {
    .horizontal-feature-box__img {
      margin-bottom: 0; } }

.mobile-offset-slider,
.slider-row {
  position: relative; }
  @media (max-width: 48.0625rem) {
    .mobile-offset-slider,
    .slider-row {
      padding: 0 0 0 1.25rem; }
      .mobile-offset-slider .slick-slide,
      .slider-row .slick-slide {
        width: 100%;
        padding: 0;
        transition: opacity .6s ease;
        opacity: .6 !important;
        max-width: calc(50vw - 60px);
        padding-right: 1.25rem; }
        .mobile-offset-slider .slick-slide[aria-hidden="true"],
        .slider-row .slick-slide[aria-hidden="true"] {
          opacity: 0 !important; }
        .mobile-offset-slider .slick-slide.slick-active,
        .slider-row .slick-slide.slick-active {
          opacity: 1 !important; }
        .mobile-offset-slider .slick-slide[aria-hidden="false"] + .slick-slide:not(.slick-active),
        .slider-row .slick-slide[aria-hidden="false"] + .slick-slide:not(.slick-active) {
          opacity: 0 !important;
          pointer-events: none; }
        .mobile-offset-slider .slick-slide img,
        .slider-row .slick-slide img {
          max-width: none;
          width: 100%; } }
  @media (max-width: 37.5rem) {
    .mobile-offset-slider .slick-slide,
    .slider-row .slick-slide {
      max-width: calc(100vw - 120px); } }

.slick-arrow {
  height: 1.875rem;
  width: 1.875rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.25rem;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 0;
  border-radius: 50%;
  border: 0.125rem solid #5E8295;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .slick-arrow:after {
    font-family: "Font Awesome 5 Pro", "FontAwesome";
    content: "\f054";
    font-size: 0.9375rem;
    display: block;
    font-weight: 900;
    color: #5E8295; }

.slick-prev {
  display: none !important; }

.picker {
  width: 64rem;
  max-width: 100%;
  margin: 0 auto 6rem;
  background: #fff;
  padding: 3rem; }
  .picker::before, .picker::after {
    content: ' ';
    display: table; }
  .picker::after {
    clear: both; }
  @media screen and (max-width: 29.99em) {
    .picker {
      padding: 1rem; } }

.picker--simple img {
  display: none; }
  @media screen and (min-width: 30em) {
    .picker--simple img {
      display: block;
      width: 43rem;
      max-width: 100%;
      margin: 0 auto 1rem; } }
  @media screen and (min-width: 58em) {
    .picker--simple img {
      width: 75%;
      float: right;
      margin: 0 0 0 3rem; } }

.picker--simple .summary h3 {
  font-weight: normal; }

.picker--simple .summary .description p {
  margin-bottom: 3rem; }

@media screen and (max-width: 29.99em) {
  .picker--simple .summary {
    text-align: center; }
    .picker--simple .summary .btn {
      width: 100%; } }

@media screen and (max-width: 57.99em) {
  .picker--simple .summary {
    width: 43rem;
    max-width: 100%;
    margin: 0 auto; } }

@media screen and (min-width: 58em) {
  .picker--simple .summary {
    width: calc(25% - 3rem); } }

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

.picker .white-box {
  border: 1px solid DarkRed;
  width: 260px;
  margin-right: 2rem;
  padding: 0; }
  .picker .white-box .summary {
    padding: 1.5rem; }
    .picker .white-box .summary p:last-child {
      margin-bottom: 0; }
  .picker .white-box h4 a {
    text-decoration: none;
    color: DarkRed; }

.picker__tab--text-n-boxes {
  position: relative; }
  .picker__tab--text-n-boxes .picker__white-boxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    @media screen and (max-width: 1280px) {
      .picker__tab--text-n-boxes .picker__white-boxes {
        clear: left;
        width: 100%; } }
    @media screen and (max-width: 985px) {
      .picker__tab--text-n-boxes .picker__white-boxes {
        width: calc(100% + 6rem);
        position: relative;
        left: -3rem; } }
    .picker__tab--text-n-boxes .picker__white-boxes .slick-track {
      display: -ms-flexbox !important;
      display: flex !important;
      /* used to enable flex within slack */ }
      .picker__tab--text-n-boxes .picker__white-boxes .slick-track .white-box {
        height: auto !important;
        /* used to enable flex within slack */ }
  .picker__tab--text-n-boxes .white-box:last-child {
    margin-right: 0; }

.picker__tab__summary,
.text-n-boxes__summary {
  width: 560px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 2rem; }
  .picker__tab__summary .btn,
  .text-n-boxes__summary .btn {
    margin: 0 auto; }
  @media screen and (min-width: 1281px) {
    .picker__tab__summary,
    .text-n-boxes__summary {
      width: 260px;
      float: left;
      text-align: left;
      margin-right: 2rem; } }

.picker--jumbo .story,
.picker--jumbo .links--important {
  margin-bottom: 4rem; }

.picker--jumbo .story__title {
  color: #000;
  font-size: 1rem; }

.picker--jumbo .story__left {
  padding: 0; }

@media screen and (min-width: 40em) {
  .picker--jumbo .story__right {
    padding-left: 2rem; } }

.picker--jumbo .story__photo {
  float: none;
  width: 100%;
  margin: 0 0 1rem; }

.picker--jumbo img {
  display: block; }

.text-n-boxes::before, .text-n-boxes::after {
  content: ' ';
  display: table; }

.text-n-boxes::after {
  clear: both; }

.text-n-boxes__summary {
  text-align: left; }
  @media screen and (min-width: 67em) {
    .text-n-boxes__summary {
      float: left;
      width: calc(100% - 30rem); } }

@media screen and (min-width: 48em) {
  .text-n-boxes--boxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 28rem;
    margin: 0 auto; } }

@media screen and (min-width: 67em) {
  .text-n-boxes--boxes {
    float: right;
    margin: 0; } }

.text-n-boxes--boxes .white-box {
  margin: 0;
  width: 260px;
  margin-right: 2rem;
  padding: 0;
  background-color: #fff; }
  .text-n-boxes--boxes .white-box:last-child {
    margin-right: 0; }
  .text-n-boxes--boxes .white-box h4 a {
    text-decoration: none;
    color: DarkRed; }
  .text-n-boxes--boxes .white-box .summary {
    padding: 1.5rem; }
    .text-n-boxes--boxes .white-box .summary p:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 47.99em) {
    .text-n-boxes--boxes .white-box {
      width: 100%;
      margin-bottom: 1rem; }
      .text-n-boxes--boxes .white-box h3, .text-n-boxes--boxes .white-box h4 {
        margin-bottom: 0; }
      .text-n-boxes--boxes .white-box img,
      .text-n-boxes--boxes .white-box .description {
        display: none; } }

.picker--jumbo .text-n-boxes {
  margin-bottom: 2rem; }

.picker .text-n-boxes--boxes .white-box {
  border: 1px solid DarkRed; }

.tabs {
  margin-bottom: 20px; }
  .tabs__tabs {
    display: none; }
  .tabs__content__itself {
    display: none; }
  .tabs__content__itself__tabs {
    display: none; }
    @media (min-width: 640px) {
      .tabs__content__itself__tabs {
        display: block; } }
  @media (min-width: 640px) {
    .tabs__content__itself__content .tabs__filter__title {
      display: none; } }

.tabs__content__itself {
  /* background-color: #004970; */
  /* background-color: #0F4E6A; */
  background-color: #E1EEFC;
  position: relative; }

.tabs__filter__tab,
.tabs__filter__title {
  border: none;
  background-color: purple;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  padding: 0.6em; }

.tabs__filter__tab {
  text-align: center;
  max-width: 190px;
  border-radius: 4px; }
  .tabs__filter__tab[aria-selected="true"] {
    background-color: orange;
    color: #000; }

.tabs__filter__title {
  text-align: left;
  display: block;
  border-radius: 0;
  position: relative;
  margin: 0 3.125rem;
  width: calc(100% - 100px); }
  .tabs__filter__title:not(:first-child) {
    margin-top: 10px; }
  .tabs__filter__title:after {
    content: "\f063";
    font-family: FontAwesome;
    color: orange;
    display: inline-block;
    float: right; }
  .tabs__filter__title.engaged:after {
    content: "\f062"; }

.tabs__content__itself__tabs {
  text-align: center; }
  .tabs__content__itself__tabs .tabs__filter__title {
    display: inline-block; }

.tabs__content,
.tabs__filter__content {
  display: none; }
  .tabs__content[aria-hidden="true"],
  .tabs__filter__content[aria-hidden="true"] {
    display: none; }
  .tabs__content[aria-hidden="false"],
  .tabs__filter__content[aria-hidden="false"] {
    display: block; }

@media (min-width: 1161px) {
  .section--events .tabs__tabs {
    display: -ms-flexbox;
    display: flex; }
  .section--events .tabs__content .tabs__title {
    display: none; } }

@media (max-width: 1160px) {
  .section--events .tabs__content {
    display: block; }
    .section--events .tabs__content .tabs__content__itself {
      display: none; } }

.tabs__tabs {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1; }
  .tabs__tabs__button {
    border: none;
    border-width: 0;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 800;
    /* color: #fff; */
	color: #B83F35;
    width: 100%;
    padding: 1.875rem 1.25rem;
    text-align: center;
    background: #1A8289;
    border-bottom: 0.1875rem solid #fff;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
    .tabs__tabs__button:not(:last-child) {
      border-right: 0.1875rem solid #fff; }
  .tabs__tabs__button[aria-selected="true"] {
    z-index: 2;
    /* background: #004970; */
	/* background: #0F4E6A; */
	background: #E1EEFC;
    border-bottom: 0; }

.section--events {
  margin-bottom: 50px; }
  .section--events .tabs__content__itself {
    display: block;
    padding: 1.5625rem 0; }
    @media (min-width: 1160px) {
      .section--events .tabs__content__itself {
        padding: 3.75rem 0; }
        .section--events .tabs__content__itself .col *:last-child {
          margin-bottom: 0; } }

.tabs__title {
  padding: 1.5625rem 3.125rem 1.5625rem 1.25rem;
  width: 100%;
  display: block;
  background: #1A8289;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: left;
  border: none;
  position: relative;
  transition: background-color .5s ease;
  margin: 0; }
  .tabs__title:after {
    content: "";
    background-image: url("../icons/event-toggle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.3125rem;
    height: 1.3125rem;
    position: absolute;
    right: 1.25rem;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: transform .5s ease; }
  .tabs__title.engaged {
    /* background-color: #004970; */
	background-color: #0F4E6A; }
    .tabs__title.engaged:after {
      transform: rotate(180deg); }

/*
@media (max-width: 1160px) {
  .section--events {
    .tabs__content:first-of-type {
      .tabs__title {
        
      }
      .tabs__content__itself {
        display: block;
      }
    }
    .tabs__content:last-of-type {
      .tabs__title {
        background-color: $blue-green;
      }
      .tabs__content__itself {
      }      
    }
  }
}
*/
.photo-box__teaser {
  float: left;
  width: calc(100vw - 6rem); }
  .photo-box__teaser + .photo-box__teaser {
    margin-left: 2rem; }
  @media screen and (min-width: 48.0625em) and (max-width: 64em) {
    .photo-box__teaser {
      width: calc(50vw - 4rem); } }
  @media screen and (min-width: 64.0625em) {
    .photo-box__teaser {
      width: 360px; } }

@media screen and (min-width: 1025px) {
  .section--photo-boxes .listing-slick {
    display: -ms-flexbox;
    display: flex; } }

.section--photo-boxes {
  overflow-x: hidden; }
  @media screen and (max-width: 48em) {
    .section--photo-boxes .listing-slick {
      right: 1rem; } }
  @media screen and (min-width: 48.0625em) and (max-width: 64em) {
    .section--photo-boxes .listing-slick {
      right: -1rem; } }
  .section--photo-boxes .slick-list {
    overflow: visible !important; }
  .section--photo-boxes .slick-track {
    display: -ms-flexbox;
    display: flex; }
  .section--photo-boxes .btn {
    display: inline-block;
    margin: rem(60) auto 0; }

.photo-box__teaser a {
  text-decoration: none;
  text-align: center; }

.photo-box__teaser div {
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  -webkit-background-blend-mode: multiply; }

.photo-box__teaser h3, .photo-box__teaser p {
  color: #fff; }

.photo-box__teaser h3 {
  font-size: 1.4rem;
  line-height: 1.285;
  position: relative; }

.photo-box__teaser span {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 0.25rem;
  color: #fff; }

.photo-box__teaser a p {
  margin-bottom: 0;
  font-family: "Playfair Display", serif; }

.photo-box--small div {
  padding: 2rem; }

.photo-box--small h3 {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 2rem; }

.photo-box--large {
  max-width: 100%; }
  .photo-box--large div {
    padding: 3rem; }
  .photo-box--large h3 {
    font-size: 1.4rem;
    line-height: 1.285;
    margin-bottom: 3rem; }

.no-touch .photo-box__teaser a:hover div {
  background-color: rgba(149, 31, 36, 0.9); }

.no-touch .photo-box__teaser a:hover h3:after {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: 11rem;
  position: absolute;
  bottom: -1rem;
  left: calc((100% - 11rem)/2); }

.photo-box--large a:hover h3:after {
  width: 18rem;
  bottom: -1.5rem;
  left: calc((100% - 18rem)/2); }

.photo-box__teasers--small,
.photo-box__teasers--large {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  @media screen and (min-width: 42em) {
    .photo-box__teasers--small,
    .photo-box__teasers--large {
      margin-left: -1rem;
      margin-right: -1rem; } }

.photo-box__teasers--large {
  position: relative; }
  @media screen and (max-width: 39.99em) {
    .photo-box__teasers--large {
      margin-bottom: 4rem; }
      .photo-box__teasers--large:after {
        background-color: #999;
        bottom: -2rem;
        clear: both;
        content: "";
        height: 1px;
        left: 3rem;
        position: absolute;
        width: calc(100% - 6rem); } }

.photo-box--large {
  height: auto;
  margin: 1rem;
  -ms-flex: 0 auto;
      flex: 0 auto;
  width: 100%; }
  @media screen and (min-width: 42em) and (max-width: 68.49em) {
    .photo-box--large {
      width: 60%; } }
  @media screen and (min-width: 68.5em) {
    .photo-box--large {
      width: 46.33%; } }

.photo-box__teaser.photo-box--large {
  margin-left: 1rem; }

.photo-box__teasers--small .photo-box--small {
  height: auto;
  margin: 1rem;
  -ms-flex: 0 auto;
      flex: 0 auto;
  width: 100%; }
  @media screen and (min-width: 40em) and (max-width: 1079px) {
    .photo-box__teasers--small .photo-box--small {
      width: 44%; } }
  @media screen and (min-width: 1080px) and (max-width: 1159px) {
    .photo-box__teasers--small .photo-box--small {
      width: 28%; } }
  @media screen and (min-width: 1160px) {
    .photo-box__teasers--small .photo-box--small {
      width: 29.75%; } }

.more-or-less {
  margin-top: 24px;
  max-height: 37.5rem;
  overflow-y: hidden;
  position: relative;
  z-index: 1;
  width: 100%; }
  .more-or-less.open {
    max-height: 6250rem; }
  .more-or-less.open:after {
    display: none; }
  .more-or-less__load-more {
    z-index: 6;
    width: 100%; }
  .more-or-less__fewer {
    background: #fff;
    position: relative;
    padding-top: em(20);
    display: none; }
  .more-or-less.open .more-or-less__fewer {
    display: block; }

.more-or-less-unset .more-or-less {
  max-height: none; }

.more-or-less-unset .more-or-less__button-strip {
  display: none; }

.alpha-jump-links {
  background-image: url("../img/dark-blue-textured-background.png");
  padding: 2.1875rem 0.9375rem 1.375rem; }
  @media (max-width: 400px) {
    .alpha-jump-links {
      padding: 1.25rem; } }
  .alpha-jump-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
  .alpha-jump-links li {
    display: inline-block;
    margin: 0 2rem 0.625rem 0;
    font-weight: normal;
    font-size: 1.375rem;
    color: #A0C0CF; }
  .alpha-jump-links a {
    color: #fff;
    transition: transform .4s ease;
    display: block; }
    .alpha-jump-links a:hover, .alpha-jump-links a:focus {
      text-decoration: none;
      transform: scale(1.25); }

/*
------------
CHECKBOXES
------------
*/
.filters__checkbox {
  position: relative;
  margin-bottom: 2px; }
  .filters__checkbox input {
    position: absolute;
    opacity: 0; }
  .filters__checkbox label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 40px;
    font-size: 0.9375rem;
    line-height: 1.2;
    font-weight: 400; }
    .filters__checkbox label:before {
      content: "";
      display: inline-block;
      width: 18px;
      height: 18px;
      background-color: #dadada;
      border: 1px solid #B5B5B5;
      position: absolute;
      left: 8px;
      top: 4px; }
  .filters__checkbox input:checked + label:before {
    border-color: purple; }
  .filters__checkbox input:checked + label:after {
    content: "\f00c";
    color: #000;
    font-size: 17px;
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 9px;
    top: 3px; }

.slide-toggle {
  width: 320px;
  height: 50px;
  border-radius: 10px;
  background: purple;
  line-height: 50px;
  position: relative; }
  .slide-toggle a {
    display: inline-block;
    width: 48%;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    position: relative;
    top: -2px;
    z-index: 2;
    text-decoration: none;
    border: none; }
  .slide-toggle a[aria-selected="true"],
  .slide-toggle a:hover,
  .slide-toggle a.current,
  .slide-toggle a.active {
    color: #000; }
  .slide-toggle:hover a {
    color: #fff;
    text-shadow: 0 0 1px purple, -1px -1px 1px rgba(0, 0, 0, 0.5); }
  .slide-toggle hr {
    position: absolute;
    z-index: 1;
    height: 42px;
    margin: 0;
    border-radius: 7px;
    border: none;
    display: block;
    background-color: goldenrod;
    top: 4px;
    left: 4px;
    right: 50%;
    transition: all 300ms ease; }
  .slide-toggle a:nth-child(1)[aria-selected="true"] ~ hr {
    left: 4px;
    right: calc(48% + 4px);
    background: goldenrod; }
  .slide-toggle a:nth-child(2)[aria-selected="true"] ~ hr {
    left: calc(48% + 4px);
    right: 4px;
    background: goldenrod; }
  .slide-toggle a:nth-child(1):hover ~ hr {
    left: 4px;
    right: calc(48% + 4px);
    background-image: linear-gradient(#fec23c, goldenrod); }
  .slide-toggle a:nth-child(2):hover ~ hr {
    left: calc(48% + 4px);
    right: 4px;
    background-image: linear-gradient(#fec23c, goldenrod); }

@media (max-width: 400px) {
  .slide-toggle {
    width: 240px;
    height: 70px;
    line-height: 1.1; }
    .slide-toggle a:nth-child(1) {
      position: relative;
      top: -10px; }
    .slide-toggle a:nth-child(2) {
      padding-top: 20px; }
    .slide-toggle hr {
      height: 62px; } }

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

.directory__nav {
  position: relative;
  line-height: 1.5em; }
  .directory__nav div {
    width: 20em;
    position: relative; }
  .directory__nav:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #444;
    left: 0;
    right: 0;
    z-index: 1; }
  .directory__nav button {
    display: inline-block;
    border: none;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    width: 32%;
    text-align: left;
    padding: 0; }
    .directory__nav button span {
      display: inline-block;
      width: 5em;
      text-align: center; }
    .directory__nav button:hover, .directory__nav button.active {
      color: #000; }
  .directory__nav hr {
    height: 7px;
    background-color: aqua;
    border: none;
    position: relative;
    z-index: 3;
    top: 3px;
    width: 5em;
    margin-top: 0.5em;
    transition: all 0.2s ease; }
  .directory__nav button:first-child.active ~ hr {
    margin-left: 0; }
  .directory__nav button:nth-child(2).active ~ hr {
    margin-left: 33%; }
  .directory__nav button:nth-child(3).active ~ hr {
    margin-left: 66%; }
  .directory__nav button:first-child:hover ~ hr,
  .directory__nav button:first-child:focus ~ hr {
    margin-left: 0;
    background-color: #444; }
  .directory__nav button:nth-child(2):hover ~ hr,
  .directory__nav button:nth-child(2):focus ~ hr {
    margin-left: 33%;
    background-color: #444; }
  .directory__nav button:nth-child(3):hover ~ hr,
  .directory__nav button:nth-child(3):focus ~ hr {
    margin-left: 66%;
    background-color: #444; }

.office-listing--unit > div:last-child {
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative; }
  .office-listing--unit > div:last-child:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #444;
    left: 0.625rem;
    right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .office-listing--unit > div:last-child:after {
        left: 0.9375rem;
        right: 0.9375rem; } }

.checkerboard-item {
  position: relative;
  border-bottom: solid 0.125rem #D6E0E6; }
  @media screen and (min-width: 64.0625em) {
    .checkerboard-item {
      border: none; } }
  @media screen and (min-width: 64.0625em) {
    .checkerboard-item {
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 64.0625em) {
    .checkerboard-item:nth-child(even) {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
  @media screen and (min-width: 64.0625em) {
    .checkerboard-item:after {
      content: "";
      background-image: linear-gradient(-180deg, #000 0%, rgba(0, 0, 0, 0) 28%);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 2.75rem;
      opacity: .12;
      z-index: 2; }
    .checkerboard-item:last-child:before {
      content: "";
      background-image: linear-gradient(-180deg, #000 0%, rgba(0, 0, 0, 0) 28%);
      position: absolute;
      bottom: -2.75rem;
      left: 0;
      right: 0;
      bottom: -2.75rem;
      width: 100%;
      height: 2.75rem;
      opacity: .12;
      z-index: 2; } }
  .checkerboard-item > div {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
    @media screen and (min-width: 64.0625em) {
      .checkerboard-item > div {
        width: 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }
  .checkerboard-item__media {
    position: relative; }
  .checkerboard-item img {
    max-width: none;
    width: 100%;
    display: block; }
  .checkerboard-item svg {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 12.5rem;
    width: 12.5rem;
    margin: auto;
    opacity: .45; }
  .checkerboard-item__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    @media screen and (min-width: 64.0625em) {
      .checkerboard-item__info {
        -ms-flex-align: center;
            align-items: center; } }
			
  .checkerboard-item .btn {
	/* background-color: #0F4E6A; */
    color: #ffffff; 
    /* box-shadow: inset 0 0 0 2px #0F4E6A; */
	/* box-shadow: inset 0 0 0 1px #0F4E6A, 0 0 0 2px #A0A0A0; */
    margin: 0;
    z-index: 2; }
  .checkerboard-item .btn:hover {
	background-color: #B7E4F3;
    color: #0F4E6A; 
    /* box-shadow: inset 0 0 0 2px #0F4E6A; */
	box-shadow: inset 0 0 0 1px #B7E4F3, 0 0 0 2px #A0A0A0;
    margin: 0;
    z-index: 2; }
	
  .checkerboard-item .btn:not(:last-child) {
    margin-right: 0.9375rem; }
  .checkerboard-item__info__inner {
    padding: 1.875rem 1.25rem 2.5rem; }
    @media screen and (min-width: 64.0625em) {
      .checkerboard-item__info__inner {
        padding: 14%; } }
  .checkerboard-item h2 {
    /* color: #004970; */
	color: #0F4E6A;
    font-size: 1.5rem;
    margin-bottom: 1.5625rem;
    padding-bottom: 1.5625rem;
    position: relative; }
    @media screen and (min-width: 48.0625em) {
      .checkerboard-item h2 {
        font-size: 1.875rem; } }
    @media screen and (min-width: 64.0625em) {
      .checkerboard-item h2 {
        font-size: 3.125rem; } }
    @media screen and (min-width: 48.0625em) {
      .checkerboard-item h2 {
        margin-bottom: 2.1875rem; } }
    @media screen and (min-width: 64.0625em) {
      .checkerboard-item h2 {
        margin-bottom: 2.1875rem; } }
    @media screen and (min-width: 48.0625em) {
      .checkerboard-item h2 {
        padding-bottom: 2.1875rem; } }
    @media screen and (min-width: 64.0625em) {
      .checkerboard-item h2 {
        padding-bottom: 2.1875rem;
        font-size: 2.5rem;
      } }
		
	/* SMU */
    .checkerboard-item h2:after {
      content: "";
      width: 100%;
      max-width: 4.375rem;
      /* height: 0.125rem; */
	  height: 0.250rem;
      /* background-color: #A0C0CF; */
	  background-color: #B83F35;
      position: absolute;
      bottom: 0;
      left: 0; 
	}
	  
	  
  .checkerboard-item p {
    font-size: 0.875rem; }
	
  .checkerboard-item .checkerboard-item__info__inner a:not(.btn) {
	  color: #0074AD;
  }
  
@media screen and (min-width: 48.0625em) {
  .checkerboard-item p {
	font-size: 0.9375rem; } }
@media screen and (min-width: 64.0625em) {
  .checkerboard-item p {
	font-size: 0.9375rem; } }
.checkerboard-item p:not(:last-child) {
  margin-bottom: 1.25rem; }
	  
@media screen and (min-width: 48.0625em) {
.checkerboard-item p:not(:last-child) {
  margin-bottom: 2.5rem; } }
@media screen and (min-width: 64.0625em) {
.checkerboard-item p:not(:last-child) {
  margin-bottom: 2.5rem; } }


@media screen and (min-width: 64.0625em) {
  .object-fit .checkerboard-item img {
    height: 100%;
    object-fit: cover; } }

.newsroom .section--checkerboard {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 64.0625em) {
    .newsroom .section--checkerboard {
      display: -ms-flexbox;
      display: flex; } }

.newsroom .checkerboard-item {
  display: block;
  padding: 0 1.25rem;
  width: 100%; }
  .newsroom .checkerboard-item h2 {
    font-size: 1.5rem; }
    @media screen and (min-width: 48.0625em) {
      .newsroom .checkerboard-item h2 {
        font-size: 1.75rem; } }
    @media screen and (min-width: 64.0625em) {
      .newsroom .checkerboard-item h2 {
        font-size: 1.75rem; } }
  .newsroom .checkerboard-item:after, .newsroom .checkerboard-item:before {
    display: none; }
  .newsroom .checkerboard-item__info {
    background-color: #fff; }
  .newsroom .checkerboard-item__media, .newsroom .checkerboard-item__info {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: none;
    width: 100%;
    padding: 0; }
  .newsroom .checkerboard-item img {
    height: auto;
    width: 100%;
    object-fit: unset; }

.fade-in.sequence-anim-item {
  transition: opacity 0.4s ease;
  opacity: 0; }
  .fade-in.sequence-anim-item.sequence-anim-item--active {
    opacity: 1; }

.fade-up-in.sequence-anim-item {
  transition: transform 1.2s ease, opacity 0.6s ease;
  transform: translateY(1rem);
  opacity: 0; }
  .fade-up-in.sequence-anim-item.sequence-anim-item--active {
    transform: none;
    opacity: 1; }

.fade-slide-from-left.sequence-anim-item {
  transition: transform 1.2s ease, opacity 0.6s ease;
  transform: translateX(-1rem);
  opacity: 0; }
  .fade-slide-from-left.sequence-anim-item.sequence-anim-item--active {
    transform: none;
    opacity: 1; }

.cta-feature-box--featured.anim-item .cta-feature-box__img {
  transition: transform 1.2s ease;
  transform: translateX(60px); }

.cta-feature-box--featured.anim-item .cta-feature-box__content {
  transition: transform 1.2s ease;
  transform: translateX(-120px); }

.cta-feature-box--featured.anim-item.anim-item--active .cta-feature-box__img {
  transform: none; }

.cta-feature-box--featured.anim-item.anim-item--active .cta-feature-box__content {
  transform: translateX(-60px); }

@keyframes pop-in {
  0% {
    transform: scale(0.95);
    opacity: 0; }
  33.3333% {
    transform: scale(1.03); }
  66.6666% {
    transform: scale(0.98); }
  100% {
    transform: none;
    opacity: 1; } }

.pop-in.sequence-anim-item {
  transform: scale(0.8);
  opacity: 0;
  animation-duration: .9s;
  animation-iteration-count: 1;
  animation-timing-function: ease; }
  .pop-in.sequence-anim-item.sequence-anim-item--active {
    animation-name: pop-in;
    transform: none;
    opacity: 1; }

@keyframes pop-in-small {
  0% {
    transform: scale(0.97);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }

.pop-in-small.sequence-anim-item {
  transform: scale(0.97);
  opacity: 0;
  animation-duration: .8s;
  animation-iteration-count: 1;
  animation-timing-function: ease; }
  .pop-in-small.sequence-anim-item.sequence-anim-item--active {
    animation-name: pop-in-small;
    transform: none;
    opacity: 1; }

/*
---------
IMG GRID
---------
*/
.section--img-grid h2 {
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  /* color: #004970; */
  color: #0F4E6A; }

.section--img-grid .row--img-grid {
  max-width: 76.25rem;
  padding: 0; }
  @media screen and (max-width: 48em) {
    .section--img-grid .row--img-grid {
      display: none; } }

.section--img-grid .play-icon {
  position: absolute;
  opacity: .6;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3.75rem;
  height: 3.75rem;
  max-width: 100%; }

.img-grid {
  margin: 0;
  padding: 0; }
  .img-grid__selector {
    list-style: none;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 100%; }
    @media screen and (min-width: 48.0625em) {
      .img-grid__selector {
        max-width: 33.3333%;
        padding: 0 1.25rem; } }
    .img-grid__selector img {
      max-width: none;
      height: auto;
      display: block;
      width: 100%; }

.img-grid-item {
  position: relative;
  overflow: hidden;
  /* background-color: #1A8289; */
  background-color: #5CB3D0; 
  }
  .img-grid-item img {
    display: block; }

.caption-btn {
  height: 2.1875rem;
  width: 2.1875rem;
  background: #fff;
  padding: 0.3125rem;
  color: #A0C0CF;
  font-size: 1.6875rem;
  line-height: 1;
  display: block;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem; }

.img-grid-item__toggle__text {
  position: absolute;
  bottom: 1.5625rem;
  padding: 0 0.625rem;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  text-transform: uppercase;
  transition: transform .4s ease;
  transform: translateY(calc(105% + 25px)); }

.img-grid-item__toggle:hover {
  text-decoration: none; }

.img-grid-item__toggle img {
  transition: opacity .4s ease, transform .4s ease; }

.img-grid-item__toggle:hover img, .img-grid-item__toggle:focus img {
  opacity: .2;
  transform: scale(1.02); }

.img-grid-item__toggle:hover .img-grid-item__toggle__text, .img-grid-item__toggle:focus .img-grid-item__toggle__text {
  transform: none; }

.slider-row {
  position: relative;
  max-height: calc(100vh - 2.5rem);
  width: 100%; }
  @media screen and (min-width: 48.0625em) {
    .slider-row {
      max-height: calc(100vh - 5rem);
      padding: 5rem 0; } }

.img-grid-slider {
  max-width: 100%;
  width: 100%; }
  @media screen and (min-width: 48.0625em) {
    .img-grid-slider .slick-track {
      max-width: 100%;
      width: 100% !important;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      transform: none !important; }
    .img-grid-slider .slick-slide {
      position: absolute !important;
      opacity: 0;
      right: 0;
      margin: auto; }
    .img-grid-slider .slick-active {
      position: relative !important;
      opacity: 1; }
    .img-grid-slider .play-icon {
      width: 6.25rem;
      height: 6.25rem; } }
  .img-grid-slider__slide {
    height: 0; }
  .img-grid-slider .slick-active {
    height: auto; }
  @media screen and (min-width: 48.0625em) {
    .img-grid-slider .slick-arrow {
      color: #fff;
      border-color: #fff;
      opacity: .8;
      transition: opacity .5s ease, transform .3s ease; }
      .img-grid-slider .slick-arrow:hover {
        opacity: 1;
        transform: scale(1.1); }
      .img-grid-slider .slick-arrow:after {
        color: #fff; } }
  @media screen and (min-width: 48.0625em) {
    .img-grid-slider figcaption {
      color: #fff; } }
  .img-grid-slider .caption-btn {
    margin-bottom: 2.1875rem; }
  @media screen and (min-width: 48.0625em) {
    .img-grid-slider .slick-prev {
      display: block !important;
      right: auto;
      left: 1.25rem;
      z-index: 2; }
      .img-grid-slider .slick-prev:after {
        content: "\f053"; } }
  .img-grid-slider p {
    margin-bottom: 1.5625rem; }

.img-grid-item--slide {
  width: 100%;
  position: relative; }
  @media screen and (min-width: 48.0625em) {
    .img-grid-item--slide {
      max-width: 22.5rem;
      margin: 0 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      max-width: 100%; } }
  .img-grid-item--slide .caption-btn {
    position: relative;
    bottom: auto;
    left: auto; }

.img-grid-item__info {
  width: 100%;
  background-color: #fff;
  padding: 2.5rem;
  width: 100%; }
  @media screen and (min-width: 48.0625em) {
    .img-grid-item__info {
      max-width: 22.5rem;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px; } }

@media screen and (min-width: 48.0625em) {
  .modal {
    position: fixed;
    z-index: 9999;
    background-color: rgba(64, 64, 64, 0.95);
    width: 100%;
    height: 100%;
    overflow-y: auto;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    left: -999vw; } }

.modal.active {
  left: 0; }

.img-grid-item--slide__nav .btn {
  font-size: 0;
  font-family: "FontAwesome"; }
  .img-grid-item--slide__nav .btn:after {
    color: #fff;
    font-size: 1.25rem; }

.img-grid-item--slide__nav .btn {
  margin-right: 0.1875rem; }

.modal-close {
  background: none;
  padding: 0;
  border: none;
  position: absolute;
  top: 0;
  right: 0.625rem; }
  @media screen and (min-width: 48.0625em) {
    .modal-close {
      right: 0;
      top: 0.625rem; } }
  .modal-close svg {
    height: 1.25rem;
    width: 1.25rem; }
    @media screen and (min-width: 48.0625em) {
      .modal-close svg {
        height: 2.5rem;
        width: 2.5rem; } }

.no-cssgrid .modal-close {
  top: 100px;
  right: 10px;
  z-index: 1000; }

@media screen and (min-width: 48.0625em) {
  .no-cssgrid .img-grid-slider .slick-track {
    width: 100vw !important; }
  .no-cssgrid .img-grid-slider .img-grid-item--slide {
    max-width: 0; } }

.no-cssgrid .section--img-grid .slick-next {
  right: 25%; }

/*
------
CARDS
------
*/
.section--contact .accordion-drop-down__toggle--mobile {
  background: none;
  border-color: #5E8295;
  /* color: #004970; */
  color: #0F4E6A;
  padding-left: 1.25rem;
  margin-bottom: -0.0625rem; }

.card--contact {
  padding: 1.25rem 1.5625rem;
  /* border: 0.0625rem solid #A0C0CF; */
  /* border: 0.0625rem solid #BBBBBB; */
  }
  .card--contact h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    color: #757575;
    text-transform: uppercase; }
  .card--contact h3 {
    font-size: 1.125rem;
    color: #464646;
    margin-bottom: 0.625rem; }
  .card--contact .stacked-icon-list:not(:last-child) {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    position: relative; }
    .card--contact .stacked-icon-list:not(:last-child):after {
      content: "";
      width: 100%;
      max-width: 2.9375rem;
      height: 0.125rem;
      background-color: #E1E0DC;
      position: absolute;
      bottom: 0;
      left: 0; }

.card--related-links {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  padding: 0.9375rem;
  background: #fff; }
  @media screen and (min-width: 48.0625em) {
    .card--related-links {
      padding: 1.25rem; } }
  @media screen and (min-width: 64.0625em) {
    .card--related-links {
      padding: 1.25rem; } }
  .card--related-links::before, .card--related-links::after {
    content: ' ';
    display: table; }
  .card--related-links::after {
    clear: both; }
  .card--related-links h3 {
    font-size: 1.125rem;
    color: #464646;
    margin-bottom: 0.75rem; }
    @media screen and (min-width: 48.0625em) {
      .card--related-links h3 {
        font-size: 1.375rem; } }
    @media screen and (min-width: 64.0625em) {
      .card--related-links h3 {
        font-size: 1.375rem; } }
  @media screen and (min-width: 48.0625em) {
    .card--related-links li {
      width: 50%;
      float: left; } }

/*
-------
EVENTS
-------
*/
.section--events {
  overflow: hidden; }
  .section--events .event {
    /* color: #fff; */
	color: #0F4E6A; }
    .section--events .event a {
      /* color: #fff; */
	  color: #0F4E6A; }
      .section--events .event a:hover {
        /* color: #A0C0CF; */
		color: #5CB3D0;
        text-decoration: none; }
    .section--events .event h3 {
      color: #fff; }
  .section--events__btn-container {
    padding-top: 1.5625rem; }
    @media screen and (min-width: 64.0625em) {
      .section--events__btn-container {
        padding-top: 0; } }
    .section--events__btn-container .lined-divide-container {
      margin-bottom: 0; }
  .section--events:last-of-type {
    margin-bottom: 0; }

.event {
  display: block; }
  @media screen and (min-width: 48.0625em) {
    .event {
      display: -ms-flexbox;
      display: flex; } }
  .event__content {
    -ms-flex: 0 0 73%;
        flex: 0 0 73%; }
  .event h3 {
    font-weight: 200;
    font-size: 1.25rem;
    margin-bottom: 0.625rem; }
    @media screen and (min-width: 48.0625em) {
      .event h3 {
        font-size: 1.625rem; } }
    @media screen and (min-width: 64.0625em) {
      .event h3 {
        font-size: 1.625rem; } }
  .event span {
    display: block;
    font-size: 0.875rem; }
	
  /* smu */
  .event i {
    /* color: #B6D554; */
	/* color: #FADA5E; */
	color: #B83F35;
    margin-right: 0.3125rem; }
	
	
  .event time {
    font-weight: 400; }
  .section--events .event .eventtime {
	color: #B83F35;
    }
  .event span {
    font-weight: 400; }
  .event__locations-container {
	color: #B83F35;
    position: relative;
    padding-left: 1.25rem; }
  .section--events .event .event__locations-container a {
	color: #B83F35; }
    .event__locations-container i {
      position: absolute;
      left: 0;
      top: 0.3125rem; }
    .event__locations-container span {
      display: block; }
  @media screen and (min-width: 64.0625em) {
    .event .event__title + span,
    .event .event__locations-container {
      display: inline-block;
      margin-right: 1em; } }

  .lined-divide-container .eventbtn {
	background-color: #0F4E6A;
    color: #ffffff; 
    /* box-shadow: inset 0 0 0 2px #0F4E6A; */
	box-shadow: inset 0 0 0 1px #0F4E6A, 0 0 0 2px #A0A0A0;
    margin: 0;
    z-index: 2; }
  .lined-divide-container .eventbtn:hover {
	background-color: #B83F35;
    color: #ffffff; 
    /* box-shadow: inset 0 0 0 2px #0F4E6A; */
	box-shadow: inset 0 0 0 1px #B83F35, 0 0 0 2px #A0A0A0;
    margin: 0;
    z-index: 2; }


.btn--rsvp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 130px;
      flex: 0 0 130px;
  max-width: 130px;
  -ms-flex-pack: center;
      justify-content: center; }
  .btn--rsvp:after {
    font-family: "Font Awesome 5 Pro", "FontAwesome";
    content: "\f061";
    margin-left: 0.3125rem;
    /* color: #B6D554; */
	color: #FADA5E;
    font-weight: 300; }

.date-block {
  -ms-flex: 0 0 27%;
      flex: 0 0 27%; }
  @media screen and (min-width: 48.0625em) {
    .date-block {
      display: -ms-flexbox;
      display: flex;
      text-align: right;
      padding-right: 1.25rem;
      display: block; } }
  .date-block span {
    display: block;
    width: 100%; }
  .date-block .day {
    font-size: 3.125rem;
    font-weight: 800;
    /* color: #B6D554; */
	/* color: #FADA5E; */
	color: #0F4E6A;
    display: block;
    line-height: .8; }
    @media screen and (min-width: 48.0625em) {
      .date-block .day {
        font-size: 5rem; } }
    @media screen and (min-width: 64.0625em) {
      .date-block .day {
        font-size: 5rem; } }
  .date-block .month-year {
    font-weight: 600;
    font-size: 0.8125rem;
    margin-left: 0.3125rem; }
    @media screen and (min-width: 48.0625em) {
      .date-block .month-year {
        margin-right: 0.3125rem;
        margin-left: 0; } }
  .date-block .day-of-week {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #757575;
    line-height: .8;
    text-transform: uppercase; }
    @media screen and (min-width: 48.0625em) {
      .date-block .day-of-week {
        margin-right: 0.3125rem;
        margin-left: 0; } }

.event--large {
  position: relative;
  padding-bottom: 2.1875rem;
  margin-bottom: 2.1875rem;
  padding-left: 4.6875rem;
  width: 100%;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .event--large:not(:last-of-type) {
    border-bottom: 0.0625rem solid #E1E0DC; }
  @media screen and (min-width: 48.0625em) {
    .event--large {
      padding-left: 7.1875rem;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
  .event--large .event__locations-container span {
    display: inline-block; }
  .event--large .event__locations-container span:not(:last-child):not(:only-child) {
    margin-right: 0.3125rem; }
    .event--large .event__locations-container span:not(:last-child):not(:only-child):after {
      content: ",";
      margin-left: -0.125rem; }
  .event--large h3.event__title {
    font-family: "Playfair Display", serif;
    font-weight: 400; }
	
  .event--large h3.event__title a {
      font-weight: 400; 
	  color: #0F4E6A;
	}
	  
  .event--large h3.event__title a:hover {
        /* color: #004970; */
		color: #0F4E6A;
        text-decoration: none; 
	}
		
  .event--large .tags a:hover {
    /* color: #004970; */
	color: #0F4E6A;
    text-decoration: none; }
  .event--large .date-block {
    padding: 0;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: end;
        align-items: flex-end;
    text-align: right; }
    .event--large .date-block:after {
      content: "";
      margin-right: 0.25rem;
      display: block;
      height: calc(100% - 115px);
      width: 0.0625rem;
      /* background: #B6D554; */ 
	  background: #FADA5E; }
      @media screen and (min-width: 48.0625em) {
        .event--large .date-block:after {
          margin-right: 0.4375rem;
          height: calc(100% - 125px); } }
		  
		  
  .event--large p {
    margin-top: 0.9375rem; }
  .event--large .day {
    /* color: #1A8289; */
	color: #0F4E6A;
  }
  .event--large .month-year {
    /* color: #004970; */
	color: #0F4E6A; 
  }
  
  .event--large .event__content .btn {
	/* smu */
	border-color: transparent;
	box-shadow: none;
  }
  
  .event--large .event__content .btn:hover {
	/* smu */
	color: #ffffff;
	background-color: #5CB3D0;
	border-color: #ffffff;
	box-shadow: inset 0 0 0 1px #B7E4F3, 0 0 0 2px #A0A0A0;
  }
	
	
  .event--large .event__media ~ .event__content {
    width: 100%; }
    @media screen and (min-width: 48.0625em) {
      .event--large .event__media ~ .event__content {
        -ms-flex: 0 0 63%;
            flex: 0 0 63%;
        padding-right: 0.9375rem; } }
  .event--large .event__media {
    width: 100%;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 48.0625em) {
      .event--large .event__media {
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
        margin-bottom: 0; } }
    .event--large .event__media img {
      display: block; }

.list-detail--events {
  margin-top: 2.5rem;
  padding-left: 0.625rem; }
  @media screen and (min-width: 48.0625em) {
    .list-detail--events {
      margin-top: 4.375rem; } }
  @media screen and (min-width: 64.0625em) {
    .list-detail--events {
      margin-top: 4.375rem; } }
  .list-detail--events .row .row {
    margin: 0; }
  .list-detail--events h1 {
    margin-top: 0; }
  .list-detail--events .event--large {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0; }
  .list-detail--events .list-detail__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #464646;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    -ms-flex-align: center;
        align-items: center; }
    .list-detail--events .list-detail__meta span:first-child:not(:only-child) {
      margin-right: 1.25rem; }

.list-detail__sidebar .event {
  display: block;
  margin-bottom: 2.5rem; }
  .list-detail__sidebar .event .date-block {
    position: relative;
    width: 100%;
    text-align: left;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 0.625rem; }
    .list-detail__sidebar .event .date-block span {
      width: auto; }
    .list-detail__sidebar .event .date-block .day {
      font-size: 3.125rem; }
    .list-detail__sidebar .event .date-block .month-year {
      margin: 0 0 0 0.3125rem; }
  .list-detail__sidebar .event h3 {
    font-size: 1.375rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300; }
    @media screen and (min-width: 48.0625em) {
      .list-detail__sidebar .event h3 {
        font-size: 1.625rem; } }
    @media screen and (min-width: 64.0625em) {
      .list-detail__sidebar .event h3 {
        font-size: 1.625rem; } }
    .list-detail__sidebar .event h3 a {
      font-weight: 300; }
      .list-detail__sidebar .event h3 a:hover {
        /* color: #004970; */
		color: #0F4E6A;
        text-decoration: none; }

/* smu */
.list-detail .list-detail__sidebar .btn:not(.accordion-drop-down__toggle) a {
	color: #ffffff;
}

.list-detail .list-detail__sidebar .btn:not(.accordion-drop-down__toggle):hover {
	background-color: #5CB3D0;
}

.list-detail .list-detail__sidebar .btn:not(.accordion-drop-down__toggle):hover a {
	color: #0F4E6A;
}

.event--large .list-detail__sidebar .btn {
  padding: 1.125rem 1.875rem 1.125rem; }

.list-detail .btn--rsvp {
  display: inline-block;
  max-width: 100%; }

.section--tabs--admissions-flow .tabs__tabs__button {
  font-weight: 700;
  text-transform: uppercase; }

.section--tabs--admissions-flow .event h3,
.section--tabs--admissions-flow .event h3 a {
  font-weight: 300; }
  @media screen and (min-width: 64.0625em) {
    .section--tabs--admissions-flow .event h3,
    .section--tabs--admissions-flow .event h3 a {
      font-size: 1.875rem; } }

.section--tabs--admissions-flow .event h3 a:hover {
	/* smu */
	color: #0074AD;
}


.section--tabs--admissions-flow .date-block .month-year {
  font-weight: 600; }

.section--tabs--admissions-flow .date-block .day {
  font-weight: 900; }

.section--tabs--admissions-flow .dividing-line {
  /* background: rgba(160, 192, 207, 0.45); */
  background: rgba(250, 250, 250, 0.90);  }
  

section.section--app-process .mobile-accordion-container .btn {
	/* smu */
	background-color: #0F4E6A;
    color: #ffffff; 
	box-shadow: inset 0 0 0 1px #0F4E6A, 0 0 0 2px #A0A0A0;
}

section.section--app-process .mobile-accordion-container .btn:hover {
	/* smu */
	background-color: #B7E4F3;
    color: #0F4E6A; 
	box-shadow: inset 0 0 0 1px #B7E4F3, 0 0 0 2px #A0A0A0;
}

div.mobile-accordion-container--flow article.flow-item div.row .stacked-icon-list ul li.fa-phone,
div.mobile-accordion-container--flow article.flow-item div.row .stacked-icon-list ul li.fa-envelope {
	font-size: 14px;
	width: 95%;
}

section.section--app-process div.mobile-accordion-container--flow article.flow-item .small-12 {
	padding: 2.5rem 1.25rem;
}


@media (max-width: 1160px) {
  .section--tabs--admissions-flow .section--events__btn-container .grid-max-940 {
    max-width: none; } }

@media screen and (max-width: 48em) {
  .section--tabs--admissions-flow .date-block span {
    display: inline-block;
    width: auto; }
  .section--tabs--admissions-flow .tabs__content:first-of-type {
    border-bottom: 1px solid #5F8FA8; }
  .section--tabs--admissions-flow .dividing-line {
    background: none; } }

@media screen and (min-width: 48.0625em) {
  .section--tabs--admissions-flow .tabs__content__itself .columns, .section--tabs--admissions-flow .tabs__content__itself ul.row li, ul.row .section--tabs--admissions-flow .tabs__content__itself li {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

/*
-------------------------
COOKIE COMPLIANCE POPUP
-------------------------
*/
.eu-cookie-compliance-content,
.eu-cookie-compliance-message,
.eu-cookie-compliance-buttons {
  max-width: none;
  width: 100%;
  margin: 0;
}

.eu-cookie-compliance-message h2 {
	padding: 1em;
	font-family: "Source Sans Pro", sans-serif;
}

.cookie-compliance-popup {
  /* background-color: #004970; */
  color: #0F4E6A;
  padding: 2.5rem 0 1.25rem; }
  .cookie-compliance-popup h2, .cookie-compliance-popup p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.125rem; }

.eu-cookie-compliance-buttons {
  text-align: right; }
  .eu-cookie-compliance-buttons .agree-button {
    margin-right: 1.25rem; }

/*
------------
PROOF POINT
------------
*/
.section--proof-points .lined-divide-container--center {
  margin-bottom: 0.25rem; }

.section--proof-points .small-12 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.section--proof-points .small-12:not(.slick-slide):nth-child(even) {
  /* background-color: #1A8289; */
  background-color: #B83F35;  }
  .section--proof-points .small-12:not(.slick-slide):nth-child(even) span {
    /* color: #fff; */
	color: #ffffff; }
  .section--proof-points .small-12:not(.slick-slide):nth-child(even) p {
    /* color: #fff; */
	color: #ffffff; }
  .section--proof-points .small-12:not(.slick-slide):nth-child(even) h3, .section--proof-points .small-12:not(.slick-slide):nth-child(even) a {
      /*color: #FFD95A;*/ color:#FFFFFF; }
  .section--proof-points .small-12:not(.slick-slide):nth-child(even) a:hover {
    color: #fff; }

.proof-point {
  text-align: center;
  padding: 2.5rem 1.25rem;
  width: 100%; }
  @media screen and (min-width: 48.0625em) {
    .proof-point {
      padding: 3.75rem 0.625rem; } }
  .proof-point__source a:after {
    margin-bottom: 0.1875rem; }
  .proof-point__media {
    margin-bottom: 1.875rem;
	color: #0F4E6A; }
    @media screen and (min-width: 48.0625em) {
      .proof-point__media {
        margin-bottom: 2.5rem;
		color: #0F4E6A;	} }
    @media screen and (min-width: 64.0625em) {
      .proof-point__media {
        margin-bottom: 2.5rem;
		color: #0F4E6A; } }
  .proof-point__media--icon, .proof-point__content {
    max-width: 13.9375rem;
    margin-left: auto;
    margin-right: auto; }
    .proof-point__media--icon img, .proof-point__content img {
      max-width: 5.8125rem;
      height: auto;
      display: block;
      margin: 0 auto; }
  .proof-point a {
    display: inline;
    transition: color .6s ease; }
    .proof-point a:hover {
      /* color: #004970; */
	  color: #0F4E6A;
      text-decoration: none; }
    .proof-point a:after {
      content: "\f101";
      font-family: "Font Awesome 5 Pro", "FontAwesome";
      font-weight: 600;
      margin-left: 0.3125rem;
      font-size: 0.75rem;
      line-height: 1.6;
      display: inline; }
  .proof-point h3 {
    /* color: #1A8289; */
	color: #0F4E6A;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 48.0625em) {
      .proof-point h3 {
        margin-bottom: 1.875rem; } }
    @media screen and (min-width: 64.0625em) {
      .proof-point h3 {
        margin-bottom: 1.875rem; } }
  .proof-point p {
    font-size: 0.9375rem;
    line-height: 1.5; }
  .proof-point span {
    font-size: 5.3125rem;
    font-weight: 300;
    line-height: 1.1; }
    @media screen and (min-width: 48.0625em) {
      .proof-point span {
        font-size: 6.25rem; } }
    @media screen and (min-width: 64.0625em) {
      .proof-point span {
        font-size: 6.25rem; } }

.contextualized-info {
  position: relative;
  padding-left: 1.5625rem;
  text-align: left; }
  .contextualized-info:not(:last-child) {
    margin-bottom: 1.25rem; }
  .contextualized-info p {
    font-size: 0.8125rem; }
  .contextualized-info i {
    position: absolute;
    /* color: #B6D554; */
	color: #FADA5E;
    left: 0;
    top: 0;
    font-size: 1.625rem; }

.tabbed-proof-points {
  overflow: hidden; }
  .tabbed-proof-points h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    text-transform: none;
    /* color: #004970; */
	color: #0F4E6A; }

.tabbed-proof-points__button-bar {
  padding: 2.8125rem 0 1.5625rem;
  border-top: 0; }
  .tabbed-proof-points__button-bar .ui-tabs-active a {
    color: #fff;
    /* background: #1A8289;
    border-color: #1A8289; */
	background: #0074AD;
    border-color: #0074AD; 
	box-shadow: none;
  }
  .tabbed-proof-points__button-bar .row--button-bar {
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 100rem; }
  .tabbed-proof-points__button-bar ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .tabbed-proof-points__button-bar li {
    list-style: none; }
    .tabbed-proof-points__button-bar li:not(:last-child) {
      margin-right: 0.625rem; }
  .tabbed-proof-points__button-bar a {
    padding: 0.9375rem 1.25rem; }

.tabbed-proof-points__button-bar .lined-section-title h3.h4 {
	/* smu */
	color: #0074AD;
}

.tabbed-proof-points__button-bar .ui-tabs-active a.btn {
	/* smu */
	
}



.tabbed-proof-points__wrapper {
  position: relative; }

.tabbed-proof-points__panel[aria-hidden="true"] {
  display: block !important;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  max-width: 100%; }
  @media screen and (min-width: 64.0625em) {
    .tabbed-proof-points__panel[aria-hidden="true"] {
      top: -8.4375rem; } }

@media screen and (max-width: 48em) {
  .see-more-btn-container {
    display: none; } }

@media screen and (min-width: 48.0625em) {
  .tabbed-proof-points .section--proof-points .small-12:nth-child(n+4) {
    display: none; }
  .tabbed-proof-points .section--proof-points--active .small-12:nth-child(n+4) {
    display: block; } }

/*
------------------
GET STARTED LINKS
------------------
*/
.section--get-started-links {
  /* background-color: #1A8289; */
  /* background-color: #0F4E6A; */
  /* background-color: #5CB3D0; */
  background-color: #0F4E6A;
  position: relative; }
  @media screen and (max-width: 48em) {
    .section--get-started-links {
      padding-bottom: 0; } }
  @media screen and (min-width: 48.0625em) {
    .section--get-started-links {
      min-height: 22.8125rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  .section--get-started-links .padded-row {
    z-index: 2;
    position: relative;
    width: 100%; }
  .section--get-started-links h2 {
    font-size: 1.5rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    color: #fff; }
    @media screen and (min-width: 48.0625em) {
      .section--get-started-links h2 {
        font-size: 3rem; } }
    @media screen and (min-width: 64.0625em) {
      .section--get-started-links h2 {
        font-size: 3rem; } }
  .section--get-started-links i {
    position: absolute;
    left: 1.25rem;
    color: #fff; }
    @media screen and (min-width: 48.0625em) {
      .section--get-started-links i {
        display: none; } }
  @media screen and (max-width: 48em) {
    .section--get-started-links ul {
      margin-left: -1.25rem;
      width: calc(100% + 40px); } }
  .section--get-started-links ul, .section--get-started-links li {
    list-style: none;
    padding: 0;
    position: relative; }
  .section--get-started-links li {
    display: inline-block;
    position: relative;
    margin: 0; }
    @media screen and (max-width: 48em) {
      .section--get-started-links li {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; } }
    @media screen and (min-width: 48.0625em) {
      .section--get-started-links li:not(:last-child) {
        margin-right: 1.25rem; } }
  @media screen and (max-width: 48em) {
    .section--get-started-links a {
      display: block;
      /* color: #fff;
	  background-color: #166e74; */
	  background-color: #B83F35;
      color: #FFFFFF; 
      padding: 1.25rem;
      font-weight: bold;
      font-size: 0.8125rem;
      text-transform: uppercase;
      border-bottom: 0.0625rem solid #1A8289;
      padding-left: 3.125rem;
      width: 100%; 
	  /* box-shadow: inset 0 0 0 1px #0F4E6A, 0 0 0 2px #ffffff; */
	  } }
  @media screen and (min-width: 48.0625em) {
    .section--get-started-links a {
      padding: 1.125rem 1.875rem 1.125rem;
      text-decoration: none;
      transition: background .6s ease, color .4s ease, border-color .4s ease, box-shadow 0.4s ease-in-out;
      text-transform: uppercase;
      /* color: #1A8289;
      background: #fff; */
      background-color: #B83F35;
      color: #0F4E6A; 
      display: inline-block;
      margin-bottom: 20px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      line-height: 1;
      font-size: 0.875rem;
      /* border: 2px solid #B6D554; */
	  border: 2px solid #FADA5E;
      border-radius: 62px;
      letter-spacing: .5px;
      text-align: center;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
	  /* box-shadow: inset 0 0 0 1px #0F4E6A, 0 0 0 2px #ffffff;  */
  }
    .section--get-started-links a:hover {
        text-decoration: none;
        /* color: #FFF;
        background: #1A8289; */
		background-color: #FFEDA8;
        color: #0F4E6A; 
        border-color: #FFF;
        /* box-shadow: inset 0 0 0 1px #FFF, 0 0 0 2px #B6D554; */
		box-shadow: inset 0 0 0 1px #0F4E6A, 0 0 0 2px #ffffff; } }
  .section--get-started-links .panel-background-image {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url("../img/get-started.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /* filter: grayscale(100%); */
    /* opacity: .19; */
	 opacity: .8;
    mix-blend-mode: hard-light; }
    @media screen and (max-width: 48em) {
      .section--get-started-links .panel-background-image {
        display: none; } }

/*
-----------------
SMU PERSPECTIVES 
-----------------
*/
.section--smu-perspectives {
  position: relative;
  padding: 0;
  overflow: hidden; }
  .section--smu-perspectives .slick-track {
    display: -ms-flexbox;
    display: flex; }
  .section--smu-perspectives figure {
    display: block;
    margin: 0; }
  .section--smu-perspectives figcaption {
    display: block; }
  .section--smu-perspectives .slick-slide {
    float: none;
    height: auto; }
  .section--smu-perspectives .slick-arrow {
    color: #fff;
    border-color: #fff;
    opacity: .8;
    transition: opacity .5s ease, transform .3s ease; }
    .section--smu-perspectives .slick-arrow:hover {
      opacity: 1;
      transform: scale(1.1); }
    .section--smu-perspectives .slick-arrow:after {
      color: #fff; }
    @media (max-width: 48rem) {
      .section--smu-perspectives .slick-arrow {
        top: auto;
        bottom: 28%; } }
    @media (max-width: 37.5rem) {
      .section--smu-perspectives .slick-arrow {
        top: auto;
        bottom: 38%; } }
  @media screen and (min-width: 48.0625em) {
    .section--smu-perspectives .slick-prev {
      display: block !important;
      right: auto;
      left: 1.25rem;
      z-index: 2; }
      .section--smu-perspectives .slick-prev:after {
        content: "\f053"; } }
  @media screen and (min-width: 48.0625em) {
    .section--smu-perspectives img {
      position: absolute;
      max-width: none;
      width: 100%;
      height: 100%;
      object-fit: cover; } }

@media screen and (min-width: 48.0625em) {
  .smu-perspective {
    min-height: 43.75rem;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: end;
        align-items: flex-end; } }

.smu-perspective .row {
  z-index: 2;
  position: relative;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  @media screen and (min-width: 48.0625em) {
    .smu-perspective .row {
      padding-bottom: 4.375rem; } }
  @media screen and (min-width: 64.0625em) {
    .smu-perspective .row {
      padding-bottom: 4.375rem; } }
  @media screen and (min-width: 48.0625em) {
    .smu-perspective .row {
      padding-top: 1.25rem; } }
  @media screen and (min-width: 64.0625em) {
    .smu-perspective .row {
      padding-top: 1.25rem; } }
  @media screen and (max-width: 48em) {
    .smu-perspective .row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-left: 2.1875rem;
      padding-right: 2.1875rem; } }

.smu-perspective__quote {
  max-width: 100%;
  position: relative; 
  background: #ffffff;
  border-radius: 3rem;
  padding-left: 1rem;
}
  @media screen and (min-width: 48.0625em) {
    .smu-perspective__quote {
      width: 66.666%;
      -ms-flex: 0 0 66.666%;
          flex: 0 0 66.666%;
      padding-left: 2.6875rem;
      padding-right: 3.75rem; 
      padding-top: 2rem;
      padding-bottom: 2rem;
    } }
  @media (min-width: 64rem) {
    .smu-perspective__quote {
      /* width: 36.9375rem; */
      -ms-flex: 0 0 690px;
          flex: 0 0 690px; } }
  .smu-perspective__quote:before {
    content: "";
    /* background-image: url("../icons/perspective-quote.svg"); */
    /* background-image: url("../icons/quote.svg"); */
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.90625rem;
    height: 2.3625rem;
    display: block;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 48.0625em) {
      .smu-perspective__quote:before {
        position: absolute;
        top: 0.625rem;
        left: -1rem;
        margin-bottom: 0;
        margin-top: -1rem;
      
      } }

.smu-perspective figcaption {
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  font-size: 1.0625rem;
  font-style: normal;
  color: #0F4E6A;
  line-height: 1.43;
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-right: 2.5rem; }
  @media screen and (min-width: 48.0625em) {
    .smu-perspective figcaption {
      /* font-size: 1.875rem; */
      font-size: 1.5rem;
     } }
  @media screen and (min-width: 64.0625em) {
    .smu-perspective figcaption {
      font-size: 1.875rem; } }
  @media screen and (min-width: 48.0625em) {
    .smu-perspective figcaption {
      /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); */
      margin: 0;
      font-weight: 500;
      padding-right: 0;
      font-size: 1.5rem;
    } }

.smu-perspective__meta {
  max-width: 100%;
  color: #0F4E6A;
  padding-left: 10px;

}
  @media screen and (min-width: 48.0625em) {
    .smu-perspective__meta {
      width: 33.333%;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%; } }
  @media (min-width: 64rem) {
    .smu-perspective__meta {
      width: 20rem;
      padding-left: 1rem;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px; } }
  .smu-perspective__meta span {
    display: block; }
    @media screen and (min-width: 48.0625em) {
      .smu-perspective__meta span {
        /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); */
       } }

.smu-perspective .student-name {
  font-size: 1rem;
  letter-spacing: -0.5px;
  line-height: 1.4;
  font-weight: bold;
  color: #FFD95A;
}
  @media screen and (min-width: 48.0625em) {
    .smu-perspective .student-name {
      font-size: 1.5rem; } }
  @media screen and (min-width: 64.0625em) {
    .smu-perspective .student-name {
      font-size: 1.5rem;      
      font-weight: 500;
      color: #0F4E6A;
    } }

.smu-perspective .student-major {
  font-size: 0.8125rem; }
  @media screen and (min-width: 48.0625em) {
    .smu-perspective .student-major {
      font-size: 1rem; 
    } }
  @media screen and (min-width: 64.0625em) {
    .smu-perspective .student-major {
      font-size: 1rem;
      color: #0074AD;
    } }
    
.smu-perspective__meta {
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to top, transparent 0, #FFD959 100%, transparent 100%) 1;
  border-right: none;
  border-top: none;
}

.smu-perspective__overlay {
  display: none; }
  @media screen and (min-width: 48.0625em) {
    .smu-perspective__overlay {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
	  /* 004970 */
      /* background-image: linear-gradient(-180deg, rgba(0, 73, 112, 0) 2%, rgba(0, 73, 112, 0.84) 68%); */
	  /* 0F4E6A */
	  /* background-image: linear-gradient(-180deg, rgba(15, 78, 106, 0) 2%, rgba(15, 78, 106, 0.84) 68%);  */
	  /* 0074AD */
	  background-image: linear-gradient(-180deg, rgba(0, 116, 173, 0) 2%, rgba(0, 116, 173, 0.84) 68%);
	} 
  }

.smu-perspective .btn {
  margin-bottom: 0;
  margin-top: 1.25rem; }

/*
---------
Faculty Panel
---------
*/
.section--faculty {
  /* background: #004164; */
  background: #0F4E6A;
  text-align: left; }
  
  .section--faculty .section-intro {
    text-align: left; }
    .section--faculty .section-intro h2 {
      font-weight: bold;
      font-family: "Source Sans Pro", sans-serif;
      color: #FFF; }
    .section--faculty .section-intro .intro-text {
      color: #FFF; }
  .section--faculty .faculty-featured {
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    position: relative;
    margin-bottom: 3.75rem;
    /* background: #004970; */
	background: #0F4E6A; }
    .section--faculty .faculty-featured__media {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      line-height: 0;
      position: relative; }
      @media screen and (min-width: 48.0625em) {
        .section--faculty .faculty-featured__media {
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
          max-width: 50%;
          -ms-flex-align: center;
              align-items: center;
          border-right: 4px solid #004164; } }
      @media screen and (min-width: 48.0625em) {
        .section--faculty .faculty-featured__media img {
          object-fit: cover;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%; } }
    .section--faculty .faculty-featured__info {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      padding: 7%;
      position: relative; }
      @media screen and (min-width: 48.0625em) {
        .section--faculty .faculty-featured__info {
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
          max-width: 50%;
          padding: 5% 40px;
          -ms-flex-item-align: center;
              align-self: center;
          border-left: 4px solid #004164; } }
      .section--faculty .faculty-featured__info:before {
        content: '\201C';
        /* color: #B6D554; */
		color: #FADA5E;
        line-height: 1;
        font-family: "Playfair Display", serif;
        position: absolute;
        text-align: center;
        /* background: #004970; */
		background: #0F4E6A;
        border-radius: 50%;
        top: -30px;
        left: 3%;
        line-height: 80px;
        height: 60px;
        width: 60px;
        font-size: 3.75rem; }
        @media screen and (min-width: 48.0625em) {
          .section--faculty .faculty-featured__info:before {
            font-size: 6.25rem; } }
        @media screen and (min-width: 64.0625em) {
          .section--faculty .faculty-featured__info:before {
            font-size: 9.375rem; } }
        @media screen and (min-width: 48.0625em) {
          .section--faculty .faculty-featured__info:before {
            position: absolute;
            text-align: center;
            background: #004164;
            border-radius: 50%;
            padding: 10px;
            top: -40px;
            left: -45px;
            line-height: 105px;
            height: 60px;
            width: 60px; } }
        @media screen and (min-width: 64.0625em) {
          .section--faculty .faculty-featured__info:before {
            top: -60px;
            left: -65px;
            line-height: 160px;
            height: 100px;
            width: 100px; } }
      @media screen and (min-width: 48.0625em) {
        .section--faculty .faculty-featured__info__inner {
          max-width: 440px; } }
      .section--faculty .faculty-featured__info__inner__quote {
        color: #FFF;
        font-weight: 200;
        font-size: 26px;
        padding-bottom: 30px;
        text-shadow: 0 4px 3px rgba(0, 0, 0, 0.3);
        line-height: 1.6;
        font-size: 1.125rem; }
        @media screen and (min-width: 48.0625em) {
          .section--faculty .faculty-featured__info__inner__quote {
            font-size: 1.375rem; } }
        @media screen and (min-width: 64.0625em) {
          .section--faculty .faculty-featured__info__inner__quote {
            font-size: 1.625rem; } }
      .section--faculty .faculty-featured__info__inner__bio {
        line-height: 1.6; }
        .section--faculty .faculty-featured__info__inner__bio h3 {
          font-size: 1.125rem;
          margin-bottom: 0.625rem; }
          @media screen and (min-width: 48.0625em) {
            .section--faculty .faculty-featured__info__inner__bio h3 {
              font-size: 1.375rem; } }
          @media screen and (min-width: 64.0625em) {
            .section--faculty .faculty-featured__info__inner__bio h3 {
              font-size: 1.5625rem; } }
          .section--faculty .faculty-featured__info__inner__bio h3 a {
            color: #FFF;
            font-weight: 600;
            text-decoration: none; }
            .section--faculty .faculty-featured__info__inner__bio h3 a:hover {
              color: #A0C0CF; }
            .section--faculty .faculty-featured__info__inner__bio h3 a:after {
              font-family: "Font Awesome 5 Pro", "FontAwesome";
              content: "\f30b";
              font-weight: 500;
              height: 1.875rem;
              margin-left: 0.4375rem;
              display: inline-block; }
        .section--faculty .faculty-featured__info__inner__bio__degree {
          display: block;
          color: #DEE461;
          list-style: none; }
        .section--faculty .faculty-featured__info__inner__bio__position {
          display: block;
          color: #fefefe;
          font-weight: 400;
          font-size: 0.9375rem; }
        .section--faculty .faculty-featured__info__inner__bio__phone {
          display: block;
          color: #fefefe;
          font-weight: 400;
          font-size: 0.9375rem; }
          .section--faculty .faculty-featured__info__inner__bio__phone a {
            color: #fefefe;
            font-weight: 400;
            text-decoration: none; }
            .section--faculty .faculty-featured__info__inner__bio__phone a:hover {
              /* color: #B6D554; */
			  color: #FADA5E; }
        .section--faculty .faculty-featured__info__inner__bio__email {
          display: block;
          color: #fefefe;
          font-weight: 400;
          font-size: 0.9375rem; }
          .section--faculty .faculty-featured__info__inner__bio__email a {
            color: #fefefe;
            font-weight: 400;
            text-decoration: none; }
            .section--faculty .faculty-featured__info__inner__bio__email a:hover {
			  /* color: #B6D554; */
              color: #FADA5E; }
  .section--faculty .faculty-ind__lower {
    padding: 0.3125rem 0 0.3125rem 1.25rem;
    margin-top: 0.9375rem;
    border-left: 3px solid #205B7A;
    line-height: 1.4; }
    .section--faculty .faculty-ind__lower h3 {
      font-size: 1.25rem;
      margin-bottom: 0.3125rem; }
      .section--faculty .faculty-ind__lower h3 a {
        color: #FFF;
        font-weight: 600;
        text-decoration: none; }
        .section--faculty .faculty-ind__lower h3 a:hover {
          color: #A0C0CF; }
        .section--faculty .faculty-ind__lower h3 a:after {
          font-family: "Font Awesome 5 Pro", "FontAwesome";
          content: "\f30b";
          font-weight: 500;
          height: 1.875rem;
          margin-left: 0.4375rem;
          display: inline-block; }
    .section--faculty .faculty-ind__lower__degree {
      display: block;
      /* color: #DEE461; */
	  color: #FFD95A;
      list-style: none; }
    .section--faculty .faculty-ind__lower__position {
      display: block;
      color: #fefefe;
      font-weight: 400;
      font-size: 0.9375rem; }

.faculty-detail {
  margin-top: 2.5rem; }
  @media screen and (min-width: 48.0625em) {
    .faculty-detail {
      margin-top: 4.375rem; } }
  @media screen and (min-width: 64.0625em) {
    .faculty-detail {
      margin-top: 4.375rem; } }
  .faculty-detail .section--global-spacing {
    margin-bottom: 2.5rem; }
  .faculty-detail .profile__image {
    padding: 0;
    max-width: none;
    margin-bottom: 1.5625rem; }
    @media screen and (min-width: 48.0625em) {
      .faculty-detail .profile__image {
        padding-right: 1.5625rem; } }
  @media screen and (min-width: 48.0625em) {
    .faculty-detail .medium-3 {
      max-width: 18.4375rem;
      width: 18.4375rem;
      -ms-flex: 0 0 295px;
          flex: 0 0 295px; } }
  @media screen and (min-width: 48.0625em) {
    .faculty-detail .medium-9 {
      max-width: calc(100% - 295px);
      width: calc(100% - 295px);
      -ms-flex: 0 0 calc(100% - 295px);
          flex: 0 0 calc(100% - 295px); } }

.faculty-detail__upper {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative; }
  @media screen and (min-width: 48.0625em) {
    .faculty-detail__upper {
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 64.0625em) {
    .faculty-detail__upper {
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 48.0625em) {
    .faculty-detail__upper {
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 64.0625em) {
    .faculty-detail__upper {
      padding-bottom: 2.5rem; } }
  .faculty-detail__upper:after {
    content: "";
    width: 100%;
    max-width: 12.5rem;
    height: 0.0625rem;
    /* background-color: #B6D554; */
	background-color: #FADA5E;
    position: absolute;
    bottom: 0;
    left: 0; }
  .faculty-detail__upper h1 {
    margin-top: 0;
    margin-bottom: 0.625rem; }
  .faculty-detail__upper .position {
    display: block;
    line-height: 1.4;
    font-size: 1.25rem;
    font-weight: bold; }
    @media screen and (min-width: 48.0625em) {
      .faculty-detail__upper .position {
        font-size: 1.5rem; } }
    @media screen and (min-width: 64.0625em) {
      .faculty-detail__upper .position {
        font-size: 1.5rem; } }
  .faculty-detail__upper .title {
    line-height: 1.4;
    display: block;
    font-size: 1.125rem; }
    @media screen and (min-width: 48.0625em) {
      .faculty-detail__upper .title {
        font-size: 1.25rem; } }
    @media screen and (min-width: 64.0625em) {
      .faculty-detail__upper .title {
        font-size: 1.25rem; } }
   .faculty-detail__upper .title:last-of-type {
      margin-bottom: 1.25rem; }
   .faculty-detail__upper .degrees {
	margin-top: 0.5rem;
    font-size: 1.0rem; }

/*
---------------
WORKING ALUMNI
---------------
*/
.section--working-alumni {
  color: #fff;
  background-image: url("../img/dark-blue-textured-background.png"); }
  .section--working-alumni h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    text-transform: none;
    color: #fff; }
  .section--working-alumni p {
    color: #fff; }
  .section--working-alumni .row {
    -ms-flex-pack: center;
        justify-content: center; }
  .section--working-alumni .small-6 {
    min-height: 11.875rem;
    padding: 2.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border: 0.0625rem solid #5E8295;
    margin-left: -0.0625rem;
    margin-top: -0.0625rem; }
    @media screen and (min-width: 64.0625em) {
      .section--working-alumni .small-6 {
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
        max-width: 20%; } }

/*
------
STORY
------
*/
.story {
  font-size: 1.125rem; }
  .story img {
    display: block; }
  .story__media {
    margin-bottom: 1.25rem; }
  .story__person-type {
    display: block;
    margin-bottom: 1.25rem;
    color: #757575;
    font-weight: bold; }
  .story p {
    font-size: 0.875rem; }
    .story p:last-of-type {
      margin-bottom: 10px; }

.tags--story {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tags--story li {
    list-style: none;
    display: inline-block;
    font-size: 0.875rem;
    margin: 0 !important;
    display: -ms-flexbox;
    display: flex;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold; }
.tags--story li:not(:only-child):not(:last-child):after {
  content: ",";
  margin-right: 0.25rem; }
  
.tags--story li a {
  display: block; }


.tags--story li a {
  /* smu */
  color: #0F4E6A; 
}
.tags--story li a:hover {
  /* smu */
  color: #0074AD !important;
}
 
.section--large-story-list {
  margin-bottom: 0; }
  @media screen and (min-width: 48.0625em) {
    .section--large-story-list {
      margin-bottom: 0.625rem; } }
  @media screen and (min-width: 64.0625em) {
    .section--large-story-list {
      margin-bottom: 0.625rem; } }
  .section--large-story-list .story {
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 48.0625em) {
      .section--large-story-list .story {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64.0625em) {
      .section--large-story-list .story {
        margin-bottom: 3.75rem; } }
  .section--large-story-list .story h3 {
    font-size: 1.25rem; }
  .section--large-story-list .story__person-type {
    font-size: 0.875rem;
    margin-bottom: 0.625rem; }
  .section--large-story-list .row .row {
    margin: 0; }
  .section--large-story-list a {
    transition: color .6s ease; }
    .section--large-story-list a:hover {
      text-decoration: none;
      /* color: #004970; */
	  color: #0F4E6A; }

.section--large-story-list .story h3 a {
	/* smu */
	color: #0F4E6A;
}


.list-detail__sidebar .story {
  margin-bottom: 2.5rem; }
  .list-detail__sidebar .story h3, .list-detail__sidebar .story span, .list-detail__sidebar .story p {
    margin-bottom: 0.625rem; }
  .list-detail__sidebar .story span {
    font-size: 0.8125rem; }
  .list-detail__sidebar .story h3,
  .list-detail__sidebar .story h3 a,
  .list-detail__sidebar .story h3 span {
    font-size: 1.125rem; }

/* smu */
.list-detail .list-detail__body a:not(.btn) {
	color: #0074AD;
}



/*
------------
PROFILES
------------
*/
.profile .row {
  border-bottom: 1px solid #e4e4e4;
  margin: 0 auto 1.875rem;
  padding-bottom: 1.875rem; }

.profile:last-of-type .row {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0; }

@media screen and (min-width: 48.0625em) {
  .profile__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100%; } }

.profile__image {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 48.0625em) {
    .profile__image {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      padding-right: 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      max-width: 200px;
      padding-right: 20px; } }
  .profile__image__circle {
    border-radius: 50%;
    border: 3px solid #A0C0CF;
    position: relative;
    overflow: hidden;
    width: 10rem;
    height: 10rem; }
    @media screen and (max-width: 48em) {
      .profile__image__circle {
        margin-bottom: 1.25rem; } }
    .profile__image__circle img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
  .profile__image__circle--detail {
    width: 16.875rem;
    height: 16.875rem;
    border: none; }

@media screen and (min-width: 48.0625em) {
  .profile__info {
    -ms-flex: 1;
        flex: 1;
    padding-left: 1.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: stretch;
        align-items: stretch;
    padding-left: 0.9375rem; } }

.profile__info .profile__info__name {
  -ms-flex: 1;
      flex: 1; }
  @media screen and (min-width: 48.0625em) {
    .profile__info .profile__info__name {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      padding-right: 1.25rem; } }
  .profile__info .profile__info__name h2 {
    margin-bottom: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 200;
    font-size: 1.25rem; }
    @media screen and (min-width: 48.0625em) {
      .profile__info .profile__info__name h2 {
        font-size: 1.5rem; } }
    @media screen and (min-width: 64.0625em) {
      .profile__info .profile__info__name h2 {
        font-size: 1.875rem; } }
	
	.section--global-spacing div.padded-row .profile__info .profile__info__name h2 a,
    .profile__info .profile__info__name h2 a {
      font-family: "Playfair Display", serif;
      /* color: #1A8289; */
	  color: #0F4E6A;
      font-weight: 200;
      text-decoration: none;
      display: inline;
      width: auto;
      -ms-flex-align: center;
          align-items: center;
      transition: color .6s ease; }
	  
	  
	.section--global-spacing div.padded-row .profile__info .profile__info__name h2 a:hover,
    .profile__info .profile__info__name h2 a:hover {
        text-decoration: none;
        /* color: #004970; */
		color: #0F4E6A;
	}
		

    .profile__info .profile__info__name h2 a:after {
        font-family: "Font Awesome 5 Pro", "FontAwesome";
        content: "\f30b";
        font-weight: 500;
        height: 1.875rem;
        margin-left: 0.4375rem;
        display: inline; 
	}

.profile__info .profile__info__contact {
  -ms-flex: 1;
      flex: 1;
  padding-left: 20px;
  margin-top: 20px;
  border-left: 3px solid #e4e4e4; }
  @media screen and (min-width: 48.0625em) {
    .profile__info .profile__info__contact {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      max-width: 260px;
      padding-left: 40px;
      margin-top: 0; } }


.section--global-spacing div.padded-row .profile__info .profile__info__contact a,
.profile__info .profile__info__contact a {
	/* smu */
	color: #0F4E6A;
}

.section--global-spacing div.padded-row .profile__info .profile__info__contact a:hover,
.profile__info .profile__info__contact a:hover {
	/* smu */
	color: #B83F35;
}

.profile--large,
.profile--large:last-of-type {
  padding: 2.5rem 0; }
  .profile--large:nth-child(even),
  .profile--large:last-of-type:nth-child(even) {
    background: #F7F7F7; }
  .profile--large .row,
  .profile--large:last-of-type .row {
    margin: 0 auto;
    border: none;
    padding-bottom: 0; }

/* smu mtam */

form#views-exposed-form-profile-listing-profile-listing-block #edit-reset {
	/*
	border: 2px solid #B83F35;
	background: #B83F35;
	color: #fff;
	*/
	margin-left: 1em;
}

form#views-exposed-form-profile-listing-profile-listing-block #edit-reset:hover { 
	/*
	color: #FFFFFF;
	background-color: #B83F35;
	box-shadow: none;
	*/
}

div#block-views-block-profile-listing-profile-listing-block nav.pager a {
	color: #0F4E6A;
}

div#block-views-block-profile-listing-profile-listing-block nav.pager .is-active a {
	background-color: #0F4E6A;
	color: #ffffff;
}

/* smu */
.faculty-detail .stacked-icon-list a {
	color: #0F4E6A;
}

/* smu */
.faculty-detail .stacked-icon-list a:hover {
	color: #B83F35;
}


/*
------
CAMPUSES
------
*/
.section--campuses {
  margin-top: -3.75rem;
  border-bottom: 6px solid #F6F9FA;
  position: relative;
  box-shadow: inset 0 3px 5px -3px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 64.0625em) {
    .section--campuses {
      background-image: url("../img/campus-map.png");
      background-repeat: no-repeat;
      background-position: 125% 0;
      background-size: contain; } }
  @media all and (min-width: 1027px) {
    .section--campuses {
      background-position: 160% 0; } }
  @media all and (min-width: 1110px) {
    .section--campuses {
      background-position: 128% 0; } }
  @media all and (min-width: 1200px) {
    .section--campuses {
      background-position: 128% 0; } }
  @media all and (min-width: 1300px) {
    .section--campuses {
      background-position: 100% 0; } }
  .section--campuses .section-intro {
    text-align: left; }
    .section--campuses .section-intro h2 {
      font-weight: bold;
      font-family: "Source Sans Pro", sans-serif;
      /* color: #1A8289; */ 
	  color: #0F4E6A;  }
    .section--campuses .section-intro a {
      text-decoration: none;
      color: #1A8289; }
      .section--campuses .section-intro a:hover {
        /* color: #004970; */
		color: #0F4E6A; }
  .section--campuses .section-campus-grid {
    margin-top: -1.875rem; }

.campus {
  position: relative;
  padding-left: 1.75rem;
  margin-top: 1.875rem;
  line-height: 1.4; }
  .campus p {
    margin-bottom: 0.125rem; }
    .campus p:last-of-type {
      margin: 0; }
	  
.campus:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f3c5';
    display: inline-block;
    font-size: 1.5rem;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    /* color: #B6D554; */
	/* color: #FADA5E; */
	color: #FFD95A;
	}
	
  .campus h3 {
    font-size: 1.125rem;
    margin-bottom: 0.3125rem; }
    @media screen and (min-width: 48.0625em) {
      .campus h3 {
        font-size: 1.25rem; } }
    @media screen and (min-width: 64.0625em) {
      .campus h3 {
        font-size: 1.25rem; } }
    .campus h3 a {
      text-decoration: none;
      /* color: #004970; */
	  color: #B83F35; }
    .campus h3 a:hover {
      color: #1A8289; }
  .campus a {
    font-weight: 600;
    /* color: #1A8289; */
	color: #0F4E6A;
    text-decoration: none;
    display: block; }
  .campus a:hover {
      /* color: #004970; */
	  /* color: #0F4E6A; */
	color: #5CB3D0 !important; }
  .campus a[href^="tel:"] {
    margin-top: 0.3125rem; }

.section--campuses-btn .btn {
  padding-left: 0.9375rem;
  margin-top: 1.875rem; 
  box-shadow: none;
}
  
  @media screen and (min-width: 64.0625em) {
    .section--campuses-btn {
      position: absolute;
      top: 4.375rem;
      right: 2.5rem;
      padding-left: 0;
      margin-top: 0; } }
  .section--campuses-btn a {
    font-size: 14px;
    letter-spacing: .5px;
    margin-bottom: 0; 
	color: #B83F35;
	background-color: #ffffff;
	}
	
    @media screen and (min-width: 64.0625em) {
      .section--campuses-btn a {
        max-width: 160px;
        border-radius: 0;
        padding: 0.625rem;
        line-height: 1.2;
        text-transform: none;
		/* border: 1px solid #B6D554; */
        border: 1px solid #FFD95A; 
		}
	  .section--campuses-btn a:hover { 
	    color: #FFFFFF;
		background-color: #B83F35;
		box-shadow: none;
	    }
	}

/*
---------
PROGRAMS
---------
*/
.section--program-list {
  padding-bottom: 0; }
  .section--program-list h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    /* color: #004970; */
	color: #0F4E6A; }

@media screen and (max-width: 48em) {
  .program-list-desktop-headings {
    display: none; } }

.program-list-desktop-headings .columns, .program-list-desktop-headings ul.row li, ul.row .program-list-desktop-headings li {
  padding: 0 1.25rem; }

.program-list-desktop-headings span {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #757575;
  text-transform: uppercase;
  /* border-bottom: 0.1875rem solid #B6D554; */
  /* border-bottom: 0.1875rem solid #FADA5E; */
  border-bottom: 0.1875rem solid #FFD95A;
  display: block;
  padding-bottom: 0.3125rem; }

.program-list-desktop-headings .columns.program-list-desktop-headings__locations, .program-list-desktop-headings ul.row li.program-list-desktop-headings__locations, ul.row .program-list-desktop-headings li.program-list-desktop-headings__locations {
  padding-right: 0; }

.program-list-desktop-headings .columns.program-list-desktop-headings__online, .program-list-desktop-headings ul.row li.program-list-desktop-headings__online, ul.row .program-list-desktop-headings li.program-list-desktop-headings__online {
  padding: 0;
  text-align: center; }

.program-list-desktop-headings__degree span {
  border: 0; }

.program-item:after {
  content: "";
  display: block;
  height: 0.0625rem;
  width: 100%;
  background: #E1E0DC;
  margin-top: -0.0625rem; }

.program-item h3,
.program-item span,
.program-item a {
  margin: 0;
  display: block;
  font-weight: 600; }
  @media screen and (min-width: 48.0625em) {
    .program-item h3,
    .program-item span,
    .program-item a {
      font-size: 1rem; } }

.program-item__column {
  padding: 0.3125rem 0;
  line-height: 1.2; }
  
div.program-item__column--name h3 a {
  color: #0F4E6A;
}
  
  @media screen and (min-width: 48.0625em) {
    .program-item__column {
      padding: 2.5rem 1.25rem 2.1875rem; } }
  .program-item__column i {
    color: #1A8289; }

@media screen and (max-width: 48em) {
  .program-item__column--name {
    padding: 0; } 
}
	

@media screen and (max-width: 48em) {
  .program-item__column--name h3 {
    font-size: 0;
    margin: 0; 
  } 
}

.program-item__column--degree {
  text-transform: capitalize;
  color: #1A8289; }
  @media screen and (min-width: 48.0625em) {
    .program-item__column--degree {
      color: #fff;
      /* background-image: linear-gradient(-180deg, #107076 0%, #1A8289 4%); */
	  /* background-color: #0F4E6A; */
	  background-image: linear-gradient(-180deg, #E1E0DC 0%, #0F4E6A 4%);
	} 
  }

.program-item__column--degree.graduate {
  /* color: #004970; */
  color: #0F4E6A; }
  @media screen and (min-width: 48.0625em) {
    .program-item__column--degree.graduate {
      background-image: linear-gradient(-180deg, #003B5A 0%, #004970 4%);
      color: #fff; } }

.program-item__column--locations a {
  display: inline-block; 
  color: #0F4E6A;
}
  
.program-item__column--locations a:not(:only-child):not(:last-child):after {
  content: ",";
  margin-right: 0.3125rem;
  margin-left: -0.15625rem;
  color: #9B9B9B; }

@media screen and (min-width: 48.0625em) {
  .program-item__column--locations i {
    display: none; } }

.program-item__column--online {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (min-width: 48.0625em) {
    .program-item__column--online {
      text-align: center; } }
  @media screen and (min-width: 48.0625em) {
    .program-item__column--online span {
      font-size: 0;
      height: 0;
      width: 0; } }

@media screen and (max-width: 48em) {
  .program-item__column--locations, .program-item__column--online {
    position: relative;
    padding-left: 1.875rem; }
    .program-item__column--locations i, .program-item__column--online i {
      position: absolute;
      left: 0;
      top: 0.625rem; } }

@media screen and (max-width: 48em) {
  .program-item__column--no-content {
    display: none; } }

.program-item:nth-child(odd) {
  background-color: #fff; }

.program-item .accordion-drop-down__toggle {
  background: none;
  /* color: #004970; */
  color: #0F4E6A;
  border: none;
  box-shadow: none;
  padding-right: 0.9375rem;
  padding-left: 3.4375rem; }
  .program-item .accordion-drop-down__toggle i {
    right: auto;
    left: 0.9375rem;
    color: #1A8289; }
    .program-item .accordion-drop-down__toggle i:before {
      content: "\f067"; }
  .program-item .accordion-drop-down__toggle:hover, .program-item .accordion-drop-down__toggle:focus {
    color: #fff; }
    .program-item .accordion-drop-down__toggle:hover i, .program-item .accordion-drop-down__toggle:focus i {
      color: #fff; }

.program-item .accordion-drop-down__toggle--active i:before {
  content: "\f068"; }


  

@media screen and (max-width: 48em) {
  .program-item .mobile-accordion {
    padding: 0 0 0.625rem 3.4375rem; } }

@media screen and (min-width: 48.0625em) {
  .program-item .show-for-mobile {
    display: none; } }

.program-item .show-for-mobile a {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem; }

.program-item .show-for-mobile a:after {
  font-family: "Font Awesome 5 Pro", "FontAwesome";
  content: "\f30b";
  font-weight: 500;
  height: 1.875rem;
  margin-left: 0.4375rem;
  display: block; }

.section--program-info,
.section--program-deadlines {
  padding-top: 1.5625rem;
  padding-bottom: 0.3125rem; }
  @media screen and (min-width: 48.0625em) {
    .section--program-info,
    .section--program-deadlines {
      padding-top: 2.1875rem; } }
  @media screen and (min-width: 64.0625em) {
    .section--program-info,
    .section--program-deadlines {
      padding-top: 2.1875rem; } }
  @media screen and (min-width: 48.0625em) {
    .section--program-info,
    .section--program-deadlines {
      padding-bottom: 0.9375rem; } }
  @media screen and (min-width: 64.0625em) {
    .section--program-info,
    .section--program-deadlines {
      padding-bottom: 0.9375rem; } }
  .section--program-info h2,
  .section--program-deadlines h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.9375rem;
    font-weight: bold; }
  .section--program-info .lined-divide-container,
  .section--program-deadlines .lined-divide-container {
    margin-bottom: 0.3125rem; }
    @media screen and (min-width: 48.0625em) {
      .section--program-info .lined-divide-container,
      .section--program-deadlines .lined-divide-container {
        margin-bottom: 0.625rem; } }
    @media screen and (min-width: 64.0625em) {
      .section--program-info .lined-divide-container,
      .section--program-deadlines .lined-divide-container {
        margin-bottom: 0.625rem; } }
  .section--program-info .lined-divide-container .dividing-line,
  .section--program-deadlines .lined-divide-container .dividing-line {
    background: #CDCFCE; }



.section--program-deadlines .btn.btn--solid--external {
  /* smu */
  color: #ffffff;
  background-color: #B83F35;
  border-color: #ffffff;
  /* box-shadow: inset 0 0 0 1px #0F4E6A, 0 0 0 2px #A0A0A0; */
}

.section--program-deadlines .btn.btn--solid--external:hover {
  /* smu */
	background-color: #B7E4F3;
    color: #0F4E6A; 
	box-shadow: inset 0 0 0 1px #B7E4F3, 0 0 0 2px #A0A0A0;
}

.section--program-deadlines .btn.btn--solid--blue-green {
  /* smu */
  color: #ffffff;
  background-color: #0F4E6A;
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #0F4E6A, 0 0 0 2px #A0A0A0;
}

.section--program-deadlines .btn.btn--solid--blue-green:hover {
  /* smu */
  color: #ffffff;
  background-color: #5CB3D0;
  box-shadow: inset 0 0 0 1px #B7E4F3, 0 0 0 2px #A0A0A0;
  
}

.section--program-deadlines .deadline a {
  color: #0074AD;
}

.section--program-info {
  color: #A0C0CF; }
  .section--program-info .row {
    -ms-flex-pack: center;
        justify-content: center; }
  .section--program-info h2 {
    /* color: #fff;  */
	color: #0F4E6A;
  }
  .section--program-info .dividing-line {
    background-color: #5E8295; }
  .section--program-info a {
    /* color: #fff; */
	color: #0074AD;
    font-weight: normal; 
  }
  
  .section--program-info ul li {
	  /* smu */
	  color: #0074AD;
  }
  
  .section--program-info .long-arrow-bullet-container li {
	  list-style-image: url(/themes/custom/samu/assets/icons/long-arrow-right-0074AD.svg);
  }
  
  
  @media screen and (max-width: 48em) {
    .section--program-info .columns:not(:last-child), .section--program-info ul.row li:not(:last-child), ul.row .section--program-info li:not(:last-child) {
      margin-bottom: 0.9375rem; } }

.deadline .date {
  font-weight: 600;
  color: #4A4A4A;
  font-size: 0.8125rem;
  display: block; }

.deadline h3 {
  font-weight: 300;
  font-size: 1.25rem;
  margin-bottom: 0;
  color: #464646; }

.deadline ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
  .deadline ul li:not(:last-child) {
    margin-right: 0.1875rem; }
    .deadline ul li:not(:last-child):after {
      content: ","; }

.section--program-deadlines .btn:not(:last-child) {
  margin-right: 1.25rem; }

@media screen and (max-width: 48em) {
  .section--program-deadlines .row .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0; } }

@media screen and (max-width: 48em) {
  .section--program-deadlines .mobile-offset-slider {
    margin-bottom: 1.5625rem;
    margin-top: 0.9375rem; } }

.what-we-look-for {
  margin-top: 2.5rem;
  color: #464646;
  margin-bottom: 0.9375rem; }

.section--program-accordions .program-accordions {
  width: 100%; }

.section--program-accordions h2 {
  width: 100%;
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 48.0625em) {
    .section--program-accordions h2 {
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 64.0625em) {
    .section--program-accordions h2 {
      margin-bottom: 3.75rem; } }

.section--program-accordions .accordion-drop-down:not(:last-child) {
  margin-bottom: 0.9375rem; }

.section--program-accordions .accordion-drop-down__toggle:not(.sidebar-subnav--button) {
  background-color: #fff;
  /* color: #004970; */
  color: #0F4E6A; }
  .section--program-accordions .accordion-drop-down__toggle:not(.sidebar-subnav--button) i {
    /* color: #004970; */
	color: #0F4E6A; }

.section--program-accordions .accordion-drop-down__toggle--active {
  border-bottom: none; }

.compare-programs > p {
  margin-top: 1.25rem; }

/*
------
SOCIAL PANEL
------
*/
.section--social-panel h2 {
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  /* color: #004970; */
  color: #0F4E6A;
  text-align: left; }

.section--social-panel .intro-text {
  text-align: left; }
  .section--social-panel .intro-text a {
    color: #1A8289;
    text-decoration: none; }
    .section--social-panel .intro-text a:hover {
      /* color: #004970; */
	  color: #0F4E6A; }

.section--social-panel .row {
  margin-bottom: -16px;
  margin-right: 8px;
  margin-left: 8px; }
  @media screen and (min-width: 48.0625em) {
    .section--social-panel .row {
      margin-right: auto;
      margin-left: auto; } }
  .section--social-panel .row .columns, .section--social-panel ul.row li {
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px; }
    @media screen and (min-width: 48.0625em) {
      .section--social-panel .row .columns, .section--social-panel ul.row li {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }

.social-item {
  /* background: #004970; */
  background: #0F4E6A;
  overflow: hidden; }
  .social-item a {
    position: relative;
    display: block;
    line-height: 0;
    opacity: 1; }
    .social-item a i {
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-size: 30px;
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 8px;
      padding: 0.1875rem 0.3125rem;
      color: #5E8295; }
    .social-item a img {
      opacity: 1;
      width: 100%;
      max-width: 100%;
      height: auto; }
    .social-item a:hover img {
      opacity: .4; }
    .social-item a:hover i {
      background-color: rgba(255, 255, 255, 0.9); }

/*
-----
FLOW
-----
*/
@media (max-width: 64rem) {
  .section--app-process .small-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    width: 100%; } }

@media (max-width: 64rem) {
  .section--app-process .accordion-drop-down__toggle--mobile + div,
  .section--app-process .accordion-drop-down__toggle--mobile + article {
    display: none; } }

.section--app-process .accordion-drop-down__toggle--mobile {
  background-color: #fff;
  border: none;
  border-bottom: 0.0625rem solid #CDCFCE;
  color: #1A8289;
  padding-left: 1.25rem; }
  @media (max-width: 64rem) {
    .section--app-process .accordion-drop-down__toggle--mobile {
      display: block; } }
  .section--app-process .accordion-drop-down__toggle--mobile:hover, .section--app-process .accordion-drop-down__toggle--mobile:focus {
    background-color: #fff; }
  .section--app-process .accordion-drop-down__toggle--mobile i {
    background-image: url("../icons/chevron-circle-down-alt.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 1.25rem;
    width: 1.25rem;
    font-size: 0; }
  .section--app-process .accordion-drop-down__toggle--mobile.accordion-drop-down__toggle--active i {
    background-image: url("../icons/chevron-circle-up-alt.svg"); }

.section--app-process .mobile-accordion-container--default:last-child .accordion-drop-down__toggle--mobile {
  border-bottom: 0; }

.section--app-process .mobile-accordion-container--flow .accordion-drop-down__toggle--mobile {
  background: url("../img/gray-textured-background.png");
  background-repeat: repeat;
  padding-left: 3.125rem;
  padding-right: 1.25rem;
  /* color: #004970; */
  color: #0F4E6A; }
  .section--app-process .mobile-accordion-container--flow .accordion-drop-down__toggle--mobile i {
    background: none;
    left: 1.25rem;
    right: auto;
    font-size: 1.25rem;
    color: #1A8289; }
    .section--app-process .mobile-accordion-container--flow .accordion-drop-down__toggle--mobile i:before {
      content: "\f067";
      font-weight: 100; }
  .section--app-process .mobile-accordion-container--flow .accordion-drop-down__toggle--mobile.accordion-drop-down__toggle--active i:before {
    content: "\f068"; }

@media (max-width: 64rem) {
  .section--app-process .mobile-accordion .section--app-process__row {
    margin: 0; } }

@media screen and (min-width: 64.0625em) {
  .section--app-process__table:not(:last-child) {
    margin-bottom: 3.125rem; } }

.section--app-process__row {
  margin-bottom: 0;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  @media screen and (min-width: 48.0625em) {
    .section--app-process__row {
      margin-bottom: 0; } }
  @media screen and (min-width: 64.0625em) {
    .section--app-process__row {
      margin-bottom: 3.125rem; } }
  .section--app-process__row:first-child {
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 48.0625em) {
      .section--app-process__row:first-child {
        margin-bottom: 1.875rem; } }
    @media screen and (min-width: 64.0625em) {
      .section--app-process__row:first-child {
        margin-bottom: 2.5rem; } }
  .section--app-process__row .heading-column h3 {
    /* color: #1A8289; */
	color: #0074AD;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 200;
    font-size: 1.375rem; }
    @media screen and (min-width: 48.0625em) {
      .section--app-process__row .heading-column h3 {
        font-size: 1.75rem; } }
    @media screen and (min-width: 64.0625em) {
      .section--app-process__row .heading-column h3 {
        font-size: 1.75rem; } }
  .section--app-process__row h4 {
    color: #fff;
    margin-bottom: 0.625rem;
    font-size: 1.25rem; }
    @media screen and (min-width: 48.0625em) {
      .section--app-process__row h4 {
        margin-bottom: 0.625rem; } }
    @media screen and (min-width: 64.0625em) {
      .section--app-process__row h4 {
        margin-bottom: 1.25rem; } }
    @media screen and (min-width: 48.0625em) {
      .section--app-process__row h4 {
        font-size: 1.5rem; } }
    @media screen and (min-width: 64.0625em) {
      .section--app-process__row h4 {
        font-size: 1.5rem; } }
    @media screen and (min-width: 64.0625em) {
      .section--app-process__row h4 {
        /* color: #004970; */
		color: #0F4E6A; } }
  .section--app-process__row .btn:last-child {
    margin-bottom: 0; }
  @media (max-width: 64rem) {
    .section--app-process__row p {
      font-size: 0.875rem; } }

@media (max-width: 64rem) {
  .section--app-process .mobile-accordion.section--app-process__row,
  .section--app-process .mobile-accordion .section--app-process__row {
    padding: 1.5625rem 1.25rem;
    background: #1A8289;
    color: #fff; }
    .section--app-process .mobile-accordion.section--app-process__row h2, .section--app-process .mobile-accordion.section--app-process__row h3, .section--app-process .mobile-accordion.section--app-process__row h4, .section--app-process .mobile-accordion.section--app-process__row h5, .section--app-process .mobile-accordion.section--app-process__row h6, .section--app-process .mobile-accordion.section--app-process__row figcaption,
    .section--app-process .mobile-accordion .section--app-process__row h2,
    .section--app-process .mobile-accordion .section--app-process__row h3,
    .section--app-process .mobile-accordion .section--app-process__row h4,
    .section--app-process .mobile-accordion .section--app-process__row h5,
    .section--app-process .mobile-accordion .section--app-process__row h6,
    .section--app-process .mobile-accordion .section--app-process__row figcaption {
      color: #fff; }
    .section--app-process .mobile-accordion.section--app-process__row a:not(.btn),
    .section--app-process .mobile-accordion .section--app-process__row a:not(.btn) {
	  /* color: #B6D554; */
      color: #FADA5E; }
    .section--app-process .mobile-accordion.section--app-process__row .heading-column h3,
    .section--app-process .mobile-accordion .section--app-process__row .heading-column h3 {
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px); } }

.section--app-process .heading-column {
  text-align: right; }

@media screen and (min-width: 64.0625em) {
  .section--app-process .content-column {
    padding-left: 2.5rem; } }

.row .app-process-heading-bar,
.flow-item .row {
  margin: 0 auto; }
  @media screen and (min-width: 64.0625em) {
    .row .app-process-heading-bar,
    .flow-item .row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .row .app-process-heading-bar .medium-3:first-child,
  .flow-item .row .medium-3:first-child {
    min-width: 24.375rem; }
  @media screen and (min-width: 64.0625em) {
    .row .app-process-heading-bar .medium-3:not(:first-child),
    .flow-item .row .medium-3:not(:first-child) {
      -ms-flex: 0 0 calc(25% - 30px);
          flex: 0 0 calc(25% - 30px);
      width: calc(25% - 30px); } }

@media (max-width: 64rem) {
  .app-process-heading-bar {
    display: none; } }

.app-process-heading-bar__column {
  /* background-color: #1A8289; */
  background-color: #0074AD;
  color: #fff;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-size: 0.9375rem; }
  @media screen and (min-width: 64.0625em) {
    .app-process-heading-bar__column {
      padding: 1.3125rem 1.875rem; } }
  .app-process-heading-bar__column:not(:last-child) {
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.4); }


.section--app-process__table a {
	/* smu */
	/* color: #0074AD; */
	color: #0F4E6A;
}

.section--app-process__table a:hover {
	color: #B83F35;
}

.section--app-process__table .flow-item .small-12 {
	/* smu */
	border-color: #B7E4F3;
}

.section--app-process__table .flow-item .apply .btn--solid--external {
	/* smu */
	background-color: #B83F35;
	border-color: #B83F35;
    color: #ffffff; 
	box-shadow: none;
}

.section--app-process__table .flow-item .apply .btn--solid--external:hover {
	/* smu */
	background-color: #5CB3D0;
	border-color: #ffffff;
    color: #ffffff; 
	box-shadow: inset 0 0 0 1px #B7E4F3, 0 0 0 2px #A0A0A0;
}

@media (max-width: 64rem) {
  .flow-item {
    padding: 1.25rem 1.25rem 0;
    font-size: 0.8125rem; } }

.flow-item .fa-envelope a {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden;
  min-height: 1.125rem; }

.flow-item h3 {
  font-size: 1.25rem; }
  @media screen and (min-width: 48.0625em) {
    .flow-item h3 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 64.0625em) {
    .flow-item h3 {
      font-size: 1.5rem; } }

.flow-item .small-12 {
  border-bottom: 0.0625rem solid #CDCFCE;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 64.0625em) {
    .flow-item .small-12 {
      padding: 2.5rem 1.875rem;
      border-right: 0.0625rem solid #CDCFCE;
      border-bottom: 0.0625rem solid #CDCFCE;
      margin: 0; }
      .flow-item .small-12:first-child {
        border-left: 0.0625rem solid #CDCFCE; } }

.flow-item h5 {
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
  width: 100%; }
  @media screen and (min-width: 64.0625em) {
    .flow-item h5 {
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px); } }

.flow-item h4 {
  margin-bottom: 0.9375rem; }
  @media (max-width: 64rem) {
    .flow-item h4 {
      margin-bottom: 0.9375rem;
      font-size: 1.125rem; } }

.flow-item .transcripts p {
  margin-bottom: 0; }

.flow-item .btn {
  margin-bottom: 0; }

/*
---------
Home Only Elements
---------
*/
/* ---------  program card begin-----------*/
.main-content.trans .hero--full .hero__overlay {
  display: none; }

.lined-section-title--home {
  position: relative;
  z-index: 3;
  /* background: #004970; */
  /* background: #0F4E6A; */
  padding-top: 25px; }
  @media screen and (min-width: 64.0625em) {
    .lined-section-title--home {
      background: transparent;
      padding-top: 0; } }
  .lined-section-title--home .h4 {
    /* color: #B6D554; */
	color: #FFD95A;
    font-weight: 600;
    font-size: 1.125rem; }
  .lined-section-title--home .dividing-line {
	/* background: rgba(182, 213, 84, 0.4); */
	/* FADA5E */
    /* background: rgba(250, 218, 94, 0.4); */
	/* FFD95A */
	background: rgba(255, 217, 90, 0.4);
	}

.home-full-overlay {
  display: none; }
  @media screen and (min-width: 64.0625em) {
    .home-full-overlay {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      /* background: linear-gradient(to bottom, rgba(0, 73, 112, 0) 0%, rgba(0, 73, 112, 0.8) 47%, #004970 86%, #004970 100%); */
	  /* background: linear-gradient(to bottom, rgba(15, 78, 106, 0) 0%, rgba(15, 78, 106, 0.8) 47%, #0F4E6A 86%, #0F4E6A 100%); */
	  background: linear-gradient(to bottom, rgba(0,116,173, 0) 0%, rgba(0,116,173, 0.8) 47%, #0074AD 86%, #0074AD 100%);
      height: 90%; 
	} 
  }

.home-graphic-mask {
  display: none; }
  @media screen and (min-width: 64.0625em) {
    .home-graphic-mask {
      display: block;
      fill: #014870;
      margin-bottom: 100px;
      enable-background: new 0 0 1200 120; } }

@media screen and (min-width: 64.0625em) {
  .parallx-mask--home {
    margin-top: -110px; }
    .parallx-mask--home:before {
      content: "";
      display: block;
      border-style: solid;
      border-width: 200px 50vw 0;
      /* border-color: #014870 transparent transparent; */
	  border-color: #0074AD transparent transparent;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; } }

.home-program-grid {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 4;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 50px; }
  @media screen and (min-width: 64.0625em) {
    .home-program-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 15px;
      padding: 0 1.25rem;
      margin-bottom: 0; } }
  @media screen and (min-width: 64.0625em) {
    .home-program-grid {
      grid-template-columns: repeat(3, 1fr); } }
  .home-program-grid .accordion-drop-down__toggle--mobile {
    display: block; }
    @media screen and (min-width: 64.0625em) {
      .home-program-grid .accordion-drop-down__toggle--mobile {
        display: none; } }
  .home-program-grid .accordion-drop-down__toggle--mobile + * {
    display: none; }
    @media screen and (min-width: 64.0625em) {
      .home-program-grid .accordion-drop-down__toggle--mobile + * {
        display: block; } }
  .home-program-grid__slides {
    background: #FFF;
    position: relative;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
	@media screen and (min-width: 64.0625em) {
	  .home-program-grid__slides {
		border-radius: 0.9rem;
		overflow: hidden;
	  }
	}			
/* .home-program-grid__slides:nth-child(odd) .accordion-drop-down__toggle:not(.sidebar-subnav--button) {
    background: #004970;
	  background: #0F4E6A;
      border: none;
      margin-top: 0; }
    .home-program-grid__slides:nth-child(even) .accordion-drop-down__toggle:not(.sidebar-subnav--button) {
      background: #1A8289;
      border: none;
      margin-top: 0; } */
    @media screen and (min-width: 64.0625em) {
      .home-program-grid__slides {
        box-shadow: 3px 3px 12px -2px rgba(0, 0, 0, 0.4); } }
    .home-program-grid__slides.program-grid-item__trigger {
      position: relative; }
    .home-program-grid__slides__img {
      width: 100%; }
      .home-program-grid__slides__img img {
        height: auto;
        line-height: 0;
        position: relative;
        overflow: hidden;
        max-width: 100%;
        width: 100%;
        display: block; }
      @media screen and (min-width: 64.0625em) {
        .home-program-grid__slides__img {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%; }
          .home-program-grid__slides__img img {
            height: 100%;
            object-fit: cover; } }
    .home-program-grid__slides__feature {
      position: relative;
      z-index: 1;
      padding: 0 1.875rem;
      font-family: "Source Sans Pro", sans-serif;
      color: #111;
      font-size: 15px;
      line-height: 1.5;
      transition: color 0.5s ease; }
      @media screen and (min-width: 64.0625em) {
        .home-program-grid__slides__feature {
          padding: 60px 15px 15px;
          color: #FFFFFF;
          font-size: 14px; } }
      .home-program-grid__slides__feature__inner {
        background: rgba(255, 255, 255, 0);
        padding: 0;
        margin: 30px 0;
        transition: background 0.5s ease; }
        @media screen and (min-width: 64.0625em) {
          .home-program-grid__slides__feature__inner {
            padding: 20px;
            margin: 0; } }
        .home-program-grid__slides__feature__inner h2 {
          font-weight: 500;
          font-size: 1.3rem;
          /* font-family: "Source Sans Pro", sans-serif; */
          color: #0F4E6A;
          margin-bottom: 5px;
          transition: color 0.5s ease;
          display: none; }
          .home-program-grid__slides__feature__inner h2:after {
            /* content: '\f178'; 
            font-family: 'Font Awesome 5 Pro';
            font-weight: 300;
            position: relative;
            top: 3px;
            display: inline-block;
            margin-left: 5px;
            opacity: 0;
            /* color: #1A8289; */
			color: #B83F35;
            transition: opacity 0.8s ease; }
          @media screen and (min-width: 64.0625em) {
            .home-program-grid__slides__feature__inner h2 {
              display: inline-block; } }
        .home-program-grid__slides__feature__inner p:last-of-type {
          margin: 0; }
        .home-program-grid__slides__feature__inner__mobile-cta {
          font-weight: 600;
          margin-top: 10px;
          color: #1A8289; }
          @media screen and (min-width: 64.0625em) {
            .home-program-grid__slides__feature__inner__mobile-cta {
              display: none; } }
    .home-program-grid__slides a {
      position: relative;
      text-decoration: none;
      display: block; }
      @media screen and (min-width: 64.0625em) {
        .home-program-grid__slides a {
          height: 300px;
          overflow: auto;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: end;
              align-items: flex-end; } }
      .home-program-grid__slides a:hover h2 {
        /* color: #1A8289; */
		color: #B83F35;
        text-decoration: none; }
        .home-program-grid__slides a:hover h2:after {
          opacity: 1; }
    .home-program-grid__slides__overlay {
      display: none; }
      @media screen and (min-width: 64.0625em) {
        .home-program-grid__slides__overlay {
          display: block;
          position: absolute;
          height: 100%;
          width: 100%;
          left: 0;
          top: 0;
          opacity: 1;
          transition: opacity 0.5s ease;
          /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 95%, rgba(0, 0, 0, 0.8) 100%); */
         }
         }
    .home-program-grid__slides__highlights {
      position: relative; }
      @media screen and (min-width: 64.0625em) {
        .home-program-grid__slides__highlights {
          position: absolute;
          height: 1px;
          width: 1px;
          left: -100%;
          overflow: hidden; } }
      .home-program-grid__slides__highlights__sub-slides {
        position: relative;
        margin-bottom: 30px; }
        @media screen and (min-width: 64.0625em) {
          .home-program-grid__slides__highlights__sub-slides {
            height: 100%;
            min-height: 300px;
            margin-bottom: 0;
            box-shadow: 3px 3px 12px -2px rgba(0, 0, 0, 0.4); }
            .home-program-grid__slides__highlights__sub-slides:nth-child(odd) {
              /* background: #1A8289; */
			  background: #5CB3D0;
              color: #FFF; }
            .home-program-grid__slides__highlights__sub-slides:nth-child(even) {
              /* background: #7F2472; */
			  background: #B83F35;
              color: #FFF; } }
  .home-program-grid .home-program-grid__slides__highlights__sub-slides--image {
    display: none; }
    @media screen and (min-width: 64.0625em) {
      .home-program-grid .home-program-grid__slides__highlights__sub-slides--image {
        display: block; } }
    .home-program-grid .home-program-grid__slides__highlights__sub-slides--image .home-program-grid__slides__highlights__sub-slides__wrapper {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
    .home-program-grid .home-program-grid__slides__highlights__sub-slides--image img {
      height: 100%;
      line-height: 0;
      object-fit: cover;
      position: relative;
      overflow: hidden;
      max-width: 100%;
      width: 100%;
      display: block; }
  .home-program-grid .home-program-grid__slides__highlights__sub-slides--icon .home-program-grid__slides__highlights__sub-slides__wrapper, .home-program-grid .home-program-grid__slides__highlights__sub-slides--stat .home-program-grid__slides__highlights__sub-slides__wrapper {
    padding: 0 1.875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    height: 100%;
    width: 100%; }
    @media screen and (min-width: 64.0625em) {
      .home-program-grid .home-program-grid__slides__highlights__sub-slides--icon .home-program-grid__slides__highlights__sub-slides__wrapper, .home-program-grid .home-program-grid__slides__highlights__sub-slides--stat .home-program-grid__slides__highlights__sub-slides__wrapper {
        padding: 30px;
        text-align: center;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; } }
    .home-program-grid .home-program-grid__slides__highlights__sub-slides--icon .home-program-grid__slides__highlights__sub-slides__wrapper i, .home-program-grid .home-program-grid__slides__highlights__sub-slides--stat .home-program-grid__slides__highlights__sub-slides__wrapper i {
      font-size: 36px;
      margin-bottom: 10px;
      /* color: #004970; */
	  color: #0F4E6A; }
      @media screen and (min-width: 64.0625em) {
        .home-program-grid .home-program-grid__slides__highlights__sub-slides--icon .home-program-grid__slides__highlights__sub-slides__wrapper i, .home-program-grid .home-program-grid__slides__highlights__sub-slides--stat .home-program-grid__slides__highlights__sub-slides__wrapper i {
          color: #FFF;
          font-size: 60px;
          margin-bottom: 20px; } }
    .home-program-grid .home-program-grid__slides__highlights__sub-slides--icon .home-program-grid__slides__highlights__sub-slides__wrapper__stat, .home-program-grid .home-program-grid__slides__highlights__sub-slides--stat .home-program-grid__slides__highlights__sub-slides__wrapper__stat {
      font-weight: 900;
      font-size: 40px;
      line-height: 1;
      margin-bottom: 5px;
      color: #1A8289; }
      @media screen and (min-width: 64.0625em) {
        .home-program-grid .home-program-grid__slides__highlights__sub-slides--icon .home-program-grid__slides__highlights__sub-slides__wrapper__stat, .home-program-grid .home-program-grid__slides__highlights__sub-slides--stat .home-program-grid__slides__highlights__sub-slides__wrapper__stat {
          font-size: 3rem;
          color: #FFF;
          margin-bottom: 10px; } }
    .home-program-grid .home-program-grid__slides__highlights__sub-slides--icon .home-program-grid__slides__highlights__sub-slides__wrapper__primary, .home-program-grid .home-program-grid__slides__highlights__sub-slides--stat .home-program-grid__slides__highlights__sub-slides__wrapper__primary {
      font-weight: 600;
      font-size: 17px;
      line-height: 1.3; }
    .home-program-grid .home-program-grid__slides__highlights__sub-slides--icon .home-program-grid__slides__highlights__sub-slides__wrapper__secondary, .home-program-grid .home-program-grid__slides__highlights__sub-slides--stat .home-program-grid__slides__highlights__sub-slides__wrapper__secondary {
      font-weight: 400;
      font-size: 14px;
      margin-top: 5px;
      line-height: 1.2; }
      @media screen and (min-width: 64.0625em) {
        .home-program-grid .home-program-grid__slides__highlights__sub-slides--icon .home-program-grid__slides__highlights__sub-slides__wrapper__secondary, .home-program-grid .home-program-grid__slides__highlights__sub-slides--stat .home-program-grid__slides__highlights__sub-slides__wrapper__secondary {
          margin-top: 10px; } }
  .home-program-grid__slides.active .home-program-grid__slides__feature {
    color: #464646; }
    .home-program-grid__slides.active .home-program-grid__slides__feature__inner {
      background: rgba(255, 255, 255, 0.9); }
  .home-program-grid__slides.active .home-program-grid__slides__overlay {
    opacity: 0; }
  .home-program-grid.contains-active .home-program-grid__slides:not(.active) {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute; }
  @media screen and (min-width: 64.0625em) {
    .home-program-grid__slides.item-1 {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 1;
      grid-row-end: 2; }
    .home-program-grid__slides.item-2 {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 2; }
    .home-program-grid__slides.item-3 {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 2;
      grid-row-end: 3; }
    .home-program-grid__slides.item-4 {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 2;
      grid-row-end: 3; }
    .home-program-grid__slides.item-5 {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 3;
      grid-row-end: 4; }
    .home-program-grid__slides.item-6 {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 3;
      grid-row-end: 4; } }
  @media screen and (min-width: 64.0625em) {
    .home-program-grid__slides.item-1 {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 1;
      grid-row-end: 2; }
    .home-program-grid__slides.item-2 {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 2; }
    .home-program-grid__slides.item-3 {
      grid-column-start: 3;
      grid-column-end: 4;
      grid-row-start: 1;
      grid-row-end: 2; }
    .home-program-grid__slides.item-4 {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 2;
      grid-row-end: 3; }
    .home-program-grid__slides.item-5 {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 2;
      grid-row-end: 3; }
    .home-program-grid__slides.item-6 {
      grid-column-start: 3;
      grid-column-end: 4;
      grid-row-start: 2;
      grid-row-end: 3; } }

.no-cssgrid .home-program-grid__slides__highlights {
  position: relative;
  height: auto;
  width: auto;
  left: auto; }
  .no-cssgrid .home-program-grid__slides__highlights::before, .no-cssgrid .home-program-grid__slides__highlights::after {
    content: ' ';
    display: table; }
  .no-cssgrid .home-program-grid__slides__highlights::after {
    clear: both; }
  .no-cssgrid .home-program-grid__slides__highlights .slick-next {
    right: 0; }

.no-cssgrid .slick-list {
  overflow: visible; }

.no-cssgrid .slick-arrow:after {
  height: auto; }

.no-cssgrid .home-program-grid {
  display: block; }

.no-cssgrid .program-grid-item {
  padding: 0.625rem 0; }

.no-cssgrid .home-program-grid__slides {
  background: none;
  box-shadow: none; }

.no-cssgrid .program-grid-item__trigger {
  width: 33.3333%;
  float: left;
  position: relative;
  z-index: 2; }

.no-cssgrid .home-program-grid__slides__highlights {
  padding-left: 1.25rem; }
  .no-cssgrid .home-program-grid__slides__highlights:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 9.375rem;
    background: #fff; }

.no-cssgrid .home-program-grid__slides__highlights__sub-slides {
  max-width: 20.625rem;
  margin-left: 20px;
  width: 100%; }

.no-cssgrid .slick-slide {
  opacity: 0 !important;
  transition: opacity .5s ease, transform .6s ease;
  animation-name: none !important; }
  .no-cssgrid .slick-slide.slick-active {
    opacity: 1 !important; }

.no-cssgrid .home-program-grid__slides__highlights__sub-slides__wrapper__primary {
  max-width: 100%; }

.no-cssgrid .home-graphic-mask {
  margin-top: -0.875rem; }

/* ---------  program card end-----------*/

.site-header {
  position: relative;
  z-index: 6; }
  @media screen and (min-width: 64.0625em) {
    .site-header {
      height: 10.875rem; 
      height: auto; 
    } }

.sticky-header-item {
  /* background-color: #111111; */
  background-color: #FFFFFF;
  transform: translateZ(0);
  -webkit-transform: translateZ(0); }
  @media screen and (min-width: 64.0625em) {
    .sticky-header-item.trans {
      /* background: rgba(0, 0, 0, 0.7); */
	  /* B83F35 */
	  /* background: rgba(184, 63, 53, 1.0); */
    background: rgba(255, 255, 255, 1);
	  } }

.sticky .sticky-header-item {
  /* background-color: #111111; */
  background-color: #FFFFFF; }

.header-modal-active {
  transform: translateY(-100%); }

@media screen and (min-width: 64.0625em) {
  .info-for {
    max-width: 9.375rem;
    -ms-flex: 0 0 9.375rem;
        flex: 0 0 9.375rem;
    width: 100%; }
    .info-for .accordion-drop-down {
      position: relative; } }

.info-for .btn {
  background: none;
  padding: 0;
  text-transform: none;
  font-weight: normal;
  color: #fff;
  border-radius: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  letter-spacing: 0; 
  box-shadow: none;
}

  .info-for .btn i {
    right: 0; }
  .info-for .btn:hover, .info-for .btn:focus {
    box-shadow: none;
    /* color: #B6D554; */
	color: #FADA5E;
    background: none; }
  @media screen and (min-width: 64.0625em) {
    .info-for .btn {
      padding-bottom: 0.5rem;
      padding-top: 0.4375rem;
      border: none;
      /* border-bottom: 0.0625rem solid #B6D554; */
	  /* border-bottom: 0.0625rem solid #FADA5E; */
	  border-bottom: 0.0625rem solid #FFD95A;
      position: relative;
      z-index: 2;
      font-size: 0.9375rem; } }

.all-nav-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (min-width: 64.0625em) {
    .all-nav-container {
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: start;
          align-items: flex-start; } }

@media screen and (min-width: 64.0625em) {
  .search {
    -ms-flex-order: 4;
        order: 4; } }

.search .search-block-form {
  display: none; }

.search-icon {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  /* color: #B6D554; */
  /* color: #FADA5E; */
  color: #0F4E6A;  }
  @media screen and (min-width: 64.0625em) {
    .search-icon {
      padding: 0.4375rem 0; } }

.cta-menu--header {
  position: relative; }
  @media screen and (min-width: 64.0625em) {
    .cta-menu--header {
      position: absolute;
      display: none; } }
  .cta-menu--header a {
    color: #0F4E6A;
    text-transform: uppercase;
    font-size: 0.8125rem; }
  .cta-menu--header ul {
    display: -ms-flexbox;
    display: flex; }
  .cta-menu--header .fa-edit {
    color: #FADA5E; }
  .cta-menu--header .fa-paste {
    /* color: #B6D554; */
	color: #FADA5E; }
  .cta-menu--header .fa-info-circle {
    color: #F9A134; }

@media screen and (min-width: 64.0625em) {
  .my-smu-login,
  .info-for,
  .give-to-smu, 
  .wasc-accreditation {
    /* margin-bottom: 1.25rem; */
    margin-bottom: 0;
    position: relative;
    z-index: 2; } }

.my-smu-login a,
.give-to-smu a,
.wasc-accreditation a {
  /* border: 0.125rem solid #A0C0CF; */
  /* border: 0.125rem solid #5CB3D0; */
  /* border: 0.025rem solid #5CB3D0;  */
  padding: 0.34375rem 0.9375rem;
  color: #0f4e6a;
  background-color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none; }
  
  .my-smu-login a span {
    /* color: #B6D554; */
	color: #B83F35;
    font-style: italic; }
  .give-to-smu a span  {
    color: #0f4e6a;
    font-style: normal; }
  .wasc-accreditation a span  {
    color: #0f4e6a;
    font-style: normal; }
	
  .my-smu-login a:hover,
  .give-to-smu a:hover,
  .wasc-accreditation a:hover {
    background: #FFF;
    /* color: #004970; */
	color: #0F4E6A;
    /* border: 0.125rem solid #FFF; */ }
  .my-smu-login a:hover span,
  .give-to-smu a:hover span,
  .wasc-accreditation a:hover span {
      /* color: #1A8289; */
	  color: #5CB3D0; }
  @media screen and (min-width: 64.0625em) {
  .my-smu-login a,
  .give-to-smu a,
  .wasc-accreditation a  {
      margin-right: 1.25rem; } }

.header-main {
  position: relative;
  padding: 0.5rem 0.5rem;

}
  .header-main .row {
    -ms-flex-align: center;
        align-items: center; }

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

@media screen and (min-width: 64.0625em) {
  .header__logo {
	/* -ms-flex: 0 0 192px;
        flex: 0 0 192px; */
    -ms-flex: 0 0 270px;
        flex: 0 0 270px;
    width: 100%;
	/* max-width: 12rem; */
    max-width: 18rem; } }

@media screen and (min-width: 64.0625em) {
  .all-nav-container {
	/* -ms-flex: 0 0 calc(100% - 192px);
        flex: 0 0 calc(100% - 192px); */
    -ms-flex: 0 0 calc(100% - 270px);
        flex: 0 0 calc(100% - 270px);
    width: 100%;
	/* max-width: calc(100% - 192px); */
    max-width: calc(100% - 270px); } }

.header__mobile-menu button {
  position: absolute;
  /* right: 20px; */
  right: 10px;
  top: 32px;
  border: none;
  border-radius: 0;
  background: no-repeat;
  color: #A0C0CF;
  font-weight: 400;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 0;
  text-transform: uppercase;
  transition: color .4s ease;
  font-size: 0.8125rem; }
  @media screen and (min-width: 64.0625em) {
    .header__mobile-menu button:hover {
      color: #fff; } }
  .header__mobile-menu button:after {
    content: "";
    background: url("../icons/main-menu-open.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    display: block;
    color: #fff;
    margin-left: 0.625rem; }
  .header__mobile-menu button.open:after {
    background-image: url("../icons/close.svg"); }

@media screen and (min-width: 64.0625em) {
  .header__mobile-menu {
    display: none; } }

.navigation {
  width: 100%;
  position: relative;
  display: block; }
  .navigation ul,
  .navigation li {
    padding: 0;
    margin: 0;
    list-style: none; }

@media screen and (min-width: 64.0625em) {
  .site-header:not(.sticky) .main-menu-container nav > ul > li:hover ul,
  .site-header:not(.sticky) .main-menu-container nav > ul > li:focus ul {
    display: block !important; } }

.main-menu-container {
  width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 64.0625em) {
    .main-menu-container {
      text-align: right;
      padding-right: 0.625rem;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%; } }
  .main-menu-container ul {
    padding: 0; }
  .main-menu-container nav > ul > li {
    display: block;
    text-align: left;
    position: relative;
    margin: 0;
    list-style: none; }
    @media screen and (min-width: 64.0625em) {
      .main-menu-container nav > ul > li {
        display: inline-block;
        text-align: center; }
        .main-menu-container nav > ul > li:first-child {
          margin-left: 0; }
        .main-menu-container nav > ul > li:hover > a,
        .main-menu-container nav > ul > li:focus > a,
        .main-menu-container nav > ul > li a.is-active,
        .main-menu-container nav > ul > li.menu-item--active-trail > a {
          /* color: #A0C0CF; */
			/* color: #FFEDA8; */
      color: rgba(15, 78, 106, 1); 
    }
        .main-menu-container nav > ul > li:not(:last-child) {
          border-bottom: none; } }
    @media screen and (min-width: 64.0625em) {
      .main-menu-container nav > ul > li:not(:last-child) {
        border: none; } }
    .main-menu-container nav > ul > li > a {
      font-size: 1.125rem;
      /* color: #fff; */
      color: rgba(15, 78, 106, 1);
      font-weight: 600;
      padding: 0;
      padding: 0 0.9375rem 1.875rem; }
      .main-menu-container nav > ul > li > a:hover {
        text-decoration: none; }
  .main-menu-container nav > ul > li button {
    border: none;
    background-color: transparent;
    position: absolute;
    width: 3.125rem;
    height: 3rem;
    right: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    background: url("../icons/plus-green.svg");
    background-position: center center;
    background-repeat: no-repeat; }
    .main-menu-container nav > ul > li button:before {
      display: none; }
    .main-menu-container nav > ul > li button.engaged {
      background-image: url("../icons/minus-blue.svg"); }
    @media screen and (min-width: 64.0625em) {
      .main-menu-container nav > ul > li button {
        bottom: 0;
        top: 0;
        margin: auto;
        font-size: 0;
        opacity: 0;
        width: 1.125rem;
        height: 1.125rem; }
        .main-menu-container nav > ul > li button:focus {
          opacity: 1; } }
  .main-menu-container nav > ul > li > ul {
    position: relative;
    z-index: 10;
    padding: 0;
    margin: 0;
    display: none;
    background-color: #bbb; }
    @media screen and (min-width: 64.0625em) {
      .main-menu-container nav > ul > li > ul {
        position: absolute;
        min-width: 100%;
        text-align: left; }
        .main-menu-container nav > ul > li > ul a {
          padding: .75rem 1rem;
          display: block;
          line-height: 1.4;
          font-size: 0.9375rem;
          font-weight: 400;
          color: #fff;
          text-decoration: none; }
          .main-menu-container nav > ul > li > ul a:hover {
            /* color: #232323; */
			color: #FFEDA8;	} 
		}
  .main-menu-container nav > ul > li:not(:last-child) > ul {
    left: 0; }
  .main-menu-container nav > ul > li:last-child > ul {
    right: 0; }
  .main-menu-container nav > ul > li > ul > li {
    margin: 0;
    padding: 0;
    white-space: nowrap; }

.menu__overview-link {
  width: 100%; }
  @media screen and (min-width: 64.0625em) {
    .menu__overview-link {
      display: none; } }

header.sticky .sticky-header-item {
  position: fixed;
  width: 100%;
  z-index: 10;
  transition: top .3s ease;
  top: 0; }

@media screen and (min-width: 64.0625em) {
  header.sticky .header__mobile-menu {
    display: block; }
  header.sticky input.form-search {
    padding: 0.8125rem; }
  header.sticky .header-main {
    padding: 1.3125rem 1.25rem 1.25rem 1.25rem; }
  header.sticky .all-nav-container {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 37.5rem;
    position: absolute;
    top: 4.75rem;
    right: 0;
    height: 0; }
    header.sticky .all-nav-container > div,
    header.sticky .all-nav-container > nav {
      /* background-color: #111111; */
	  background-color: #FFFFFF; }
    header.sticky .all-nav-container > div,
    header.sticky .all-nav-container > nav:not(.cta-menu--header) {
      transform: translateY(-100vh); }
    header.sticky .all-nav-container--open > div,
    header.sticky .all-nav-container--open > nav:not(.cta-menu--header) {
      transform: none; }
    header.sticky .all-nav-container > div,
    header.sticky .all-nav-container > a,
    header.sticky .all-nav-container > nav {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      width: 100%;
      max-width: none;
      margin-right: 0;
      margin-left: 0;
      max-width: 100%; }
    header.sticky .all-nav-container .search-icon {
      display: none; }
    header.sticky .all-nav-container .search {
      -ms-flex-order: 1;
          order: 1; }
    header.sticky .all-nav-container .my-smu-login {
      -ms-flex-order: 4;
          order: 4; }
	header.sticky .all-nav-container .give-to-smu {
      -ms-flex-order: 5;
          order: 5; }
	header.sticky .all-nav-container .wasc-accreditation {
      -ms-flex-order: 6;
          order: 6; }
    header.sticky .all-nav-container .main-menu-container {
      -ms-flex-order: 2;
          order: 2; }
    header.sticky .all-nav-container .info-for {
      -ms-flex-order: 3;
          order: 3; }
    header.sticky .all-nav-container .cta-menu--header {
      -ms-flex-order: 7;
          order: 7; }
  header.sticky .search .search-block-form {
    display: block; }
  header.sticky .cta-menu--header {
    position: relative;
    padding: 1.5625rem 1.25rem 0.9375rem; }
    header.sticky .cta-menu--header ul {
      display: block;
      margin: 0;
      padding: 0; }
    header.sticky .cta-menu--header li {
      margin-bottom: 0.625rem;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-align: center;
          align-items: center; }
    header.sticky .cta-menu--header i {
      margin-right: 0.5rem;
      top: 0.3125rem; }
  header.sticky .main-menu-container {
    padding-right: 0; }
    header.sticky .main-menu-container nav > ul > li {
      display: block;
      width: 100%;
      text-align: left; }
    header.sticky .main-menu-container nav > ul > li > a {
      padding: 0.625rem 1.25rem 0.625rem;
      display: block;
      border-bottom: 0.0625rem solid #A0C0CF;
      font-size: 1rem; }
    header.sticky .main-menu-container nav > ul > li button {
      opacity: 1;
      bottom: auto;
      font-size: 0;
      width: 3.125rem;
      height: 3rem; }
    header.sticky .main-menu-container nav > ul > li > ul {
      position: relative;
      width: 100%;
      padding: 0.625rem 1.25rem;
      background: #1A8289; }
    header.sticky .main-menu-container nav > ul > li > ul > li > a {
      display: block;
      padding: 0.625rem 0;
      color: #fff;
      font-size: 0.875rem;
      font-weight: normal; }
      header.sticky .main-menu-container nav > ul > li > ul > li > a:hover, header.sticky .main-menu-container nav > ul > li > ul > li > a:focus {
        /* color: #B6D554; */
		color: #FADA5E; }
    header.sticky .main-menu-container nav > ul > li > ul > li:not(:last-child) {
      /* border-bottom: 0.0625rem solid rgba(182, 213, 84, 0.3); */
	  border-bottom: 0.0625rem solid rgba(250, 218, 94, 0.3);  }
  header.sticky .info-for .accordion-drop-down__toggled-content {
    margin: 0;
    background: #1A8289;
    padding: 0.625rem 1.25rem; }
    header.sticky .info-for .accordion-drop-down__toggled-content ul, header.sticky .info-for .accordion-drop-down__toggled-content li {
      list-style: none;
      margin: 0;
      padding: 0; }
    header.sticky .info-for .accordion-drop-down__toggled-content li:not(:last-child) {
      /* border-bottom: 0.0625rem solid rgba(182, 213, 84, 0.3); */
	  border-bottom: 0.0625rem solid rgba(250, 218, 94, 0.3); }
    header.sticky .info-for .accordion-drop-down__toggled-content a {
      display: block;
      padding: 0.625rem 0;
      color: #fff;
      font-size: 0.875rem;
      font-weight: normal; }
  header.sticky .info-for {
    margin: 0; }
  header.sticky .info-for .btn {
    padding: 0.625rem 1.25rem;
    border-bottom: none;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    line-height: 1.8; }
    header.sticky .info-for .btn i {
      height: 3rem;
      width: 3.125rem;
      line-height: 0;
      right: 0;
      top: 0;
      background: url("../icons/plus-green.svg");
      background-repeat: no-repeat;
      background-position: center center; }
    header.sticky .info-for .btn i:before {
      display: none; }
  header.sticky .info-for .accordion-drop-down__toggle--active i {
    background-image: url("../icons/minus-blue.svg"); }
  header.sticky .my-smu-login,
  header.sticky .give-to-smu,
  header.sticky .wasc-accreditation {
    padding: 1.25rem;
    background: #0F4E6A !important;
    text-align: center;
    margin: 0;
    border-top: 0.0625rem solid #fff; }
  header.sticky .my-smu-login a,
  header.sticky .give-to-smu a,
  header.sticky .wasc-accreditation a  {
      display: block;
      width: 100%;
      padding: 0.34375rem 0.9375rem 0.21875rem; }
  header.sticky .search {
    padding: 0.9375rem 1.25rem; }
    header.sticky .search form {
      position: relative;
      display: block; }
      header.sticky .search form .form-item {
        margin: 0;
        max-width: none; }
      header.sticky .search form input[type="search"] {
        min-height: 2.9375rem !important;
        height: 2.9375rem !important;
		/* border: 0.0625rem solid #B6D554; */
        border: 0.0625rem solid #FADA5E; }
      header.sticky .search form .form-actions,
      header.sticky .search form .form-actions #edit-submit {
        position: absolute;
        right: 0;
        top: 0;
        width: 2.1875rem;
        height: 100%;
        z-index: 2;
        background: none;
        padding: 0;
        border: none;
        font-size: 0;
        border-radius: 0px; }
        header.sticky .search form .form-actions:hover,
        header.sticky .search form .form-actions #edit-submit:hover {
          box-shadow: none;
          cursor: pointer; }
      header.sticky .search form .form-actions {
        background-image: url("../icons/search-icon.svg");
        background-position: left center;
        background-repeat: no-repeat; }
  header.sticky .cta-menu--header {
    display: block; }
  header.sticky .header__logo {
    max-width: 7rem; }
  header.sticky .all-nav-container .cta-menu--header {
    position: fixed;
    padding: 0;
    top: 0;
    max-width: 36.625rem;
    right: 5rem;
    top: 1.875rem; }
    header.sticky .all-nav-container .cta-menu--header ul {
      display: -ms-flexbox;
      display: flex; 
     
    }
    header.sticky .all-nav-container .cta-menu--header li {
      margin-bottom: 0;
      width: auto; } }

@media screen and (min-width: 64.0625em) {
  header:not(.sticky) .search,
  header.sticky--scrolling-up .search {
    position: relative; }
    header:not(.sticky) .search .search-block-form.active,
    header.sticky--scrolling-up .search .search-block-form.active {
      position: absolute;
      top: 54px;
      right: 0;
      background: #fff;
      padding: 20px;
      width: 500px;
      border: 2px solid #e4e4e4;
      border-top: 3px solid #a5c050;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: center;
          align-items: center; }
      header:not(.sticky) .search .search-block-form.active .form-item,
      header.sticky--scrolling-up .search .search-block-form.active .form-item {
        -ms-flex: 1;
            flex: 1;
        margin-bottom: 0; }
      header:not(.sticky) .search .search-block-form.active .form-actions,
      header.sticky--scrolling-up .search .search-block-form.active .form-actions {
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
        padding: 0 0 0 30px; }
        header:not(.sticky) .search .search-block-form.active .form-actions .form-submit,
        header.sticky--scrolling-up .search .search-block-form.active .form-actions .form-submit {
          margin-bottom: 0; } }

@media screen and (min-width: 64.0625em) {
  header:not(.sticky) .info-for .accordion-drop-down__toggle i,
  header.sticky--scrolling-up .info-for .accordion-drop-down__toggle i {
    height: auto;
    width: auto;
    top: 50%;
    right: 0;
    font-size: 1rem;
    transform: translate(0, -50%); }
  header:not(.sticky) .info-for .accordion-drop-down__toggle--active.btn,
  header.sticky--scrolling-up .info-for .accordion-drop-down__toggle--active.btn {
    border-bottom: 0.0625rem dotted rgba(255, 255, 255, 0.2);
	/* color: #B6D554; */
    /* color: #FADA5E; */
	/* color: #B7E4F3; */
	  color: #ffffff; }
  header:not(.sticky) .info-for .accordion-drop-down__toggle--active i,
  header.sticky--scrolling-up .info-for .accordion-drop-down__toggle--active i {
	/* color: #B6D554; */
    /* color: #FADA5E; */
	color: #B7E4F3;	}
  header:not(.sticky) .info-for .accordion-drop-down__toggled-content,
  header.sticky--scrolling-up .info-for .accordion-drop-down__toggled-content {
    position: absolute;
    top: 45px;
    right: 0px;
    padding: 0;
    margin-top: 0px;
	/* border: 0.0625rem solid #B6D554; */
    border: 0.0625rem solid #FADA5E; }
    header:not(.sticky) .info-for .accordion-drop-down__toggled-content ul,
    header.sticky--scrolling-up .info-for .accordion-drop-down__toggled-content ul {
      list-style: none;
      padding: 0; }
      header:not(.sticky) .info-for .accordion-drop-down__toggled-content ul li a,
      header.sticky--scrolling-up .info-for .accordion-drop-down__toggled-content ul li a {
        padding: .75rem 1rem;
        display: block;
        line-height: 1.4;
        /* border-bottom: 1px solid #B6D554; */
		border-bottom: 1px solid #FADA5E;
        font-size: 0.9375rem;
        font-weight: 400;
        white-space: nowrap; }
        header:not(.sticky) .info-for .accordion-drop-down__toggled-content ul li a:hover,
        header.sticky--scrolling-up .info-for .accordion-drop-down__toggled-content ul li a:hover {
          background: #1A8289;
          color: #fff;
          text-decoration: none;
          border-bottom: 1px solid #1A8289; }
      header:not(.sticky) .info-for .accordion-drop-down__toggled-content ul li:last-of-type a,
      header.sticky--scrolling-up .info-for .accordion-drop-down__toggled-content ul li:last-of-type a {
        border-bottom: none; } }

@media screen and (min-width: 64.0625em) {
  header:not(.sticky) .main-menu-container nav > ul > li > ul,
  header.sticky--scrolling-up .main-menu-container nav > ul > li > ul {
    /* border-top: 0.2rem solid #004164; */
    /* border-right: 0.1rem solid #004164; */
    /* border-left: 0.1rem solid #004164; */
    margin: 22px 0 0; }
    header:not(.sticky) .main-menu-container nav > ul > li > ul a,
    header.sticky--scrolling-up .main-menu-container nav > ul > li > ul a {
      padding: .75rem 1rem;
      display: block;
      line-height: 1.4;
      /* background-color: #004970; */
	  /* background-color: #0F4E6A; */
	  background-color: #FFFFFF;
      /* border-bottom: 0.1rem solid #004164; */
	  /* border-bottom: 0.1rem solid #B7E4F3; */
      font-size: 0.9375rem;
      font-weight: 400;
      /* color: #fff; */
	  color: #0F4E6A;
      text-decoration: none; }
      header:not(.sticky) .main-menu-container nav > ul > li > ul a:hover,
      header.sticky--scrolling-up .main-menu-container nav > ul > li > ul a:hover {
        /* background-color: #1A8289; */
		background-color: #B7E4F3; }
      header:not(.sticky) .main-menu-container nav > ul > li > ul a.is-active,
      header.sticky--scrolling-up .main-menu-container nav > ul > li > ul a.is-active {
        text-decoration: underline; } }

@media (max-width: 64rem) {
  .header__mobile-menu {
    display: block; }
  input.form-search {
    padding: 0.8125rem; }
  .header-main {
    padding: 1.3125rem 1.25rem 1.25rem 1.25rem; }
  .all-nav-container {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 37.5rem;
    position: absolute;
    top: 4.75rem;
    right: 0;
    height: 0;
    transform: translateY(-9999px); }
    .all-nav-container > div,
    .all-nav-container > nav {
      /* background-color: #111111;  */
      background-color: #FFFFFF;
    }
    .all-nav-container--open {
      transform: none; }
    .all-nav-container > div,
    .all-nav-container > a,
    .all-nav-container > nav {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      width: 100%;
      max-width: none;
      margin-right: 0;
      margin-left: 0;
      max-width: 100%; }
    .all-nav-container .search-icon {
      display: none; }
    .all-nav-container .search {
      -ms-flex-order: 1;
          order: 1; }
    .all-nav-container .give-to-smu {
      -ms-flex-order: 4;
          order: 4; }
    .all-nav-container .my-smu-login {
      -ms-flex-order: 5;
          order: 5; }
    .all-nav-container .wasc-accreditation {
      -ms-flex-order: 6;
          order: 6; }
    .all-nav-container .main-menu-container {
      -ms-flex-order: 2;
          order: 2; }
    .all-nav-container .info-for {
      -ms-flex-order: 3;
          order: 3; }
    .all-nav-container .cta-menu--header {
      -ms-flex-order: 7;
          order: 7; }
  .search .search-block-form {
    display: block; }
  .cta-menu--header {
    position: relative;
    padding: 1.5625rem 1.25rem 0.9375rem; }
    .cta-menu--header ul {
      display: block;
      margin: 0;
      padding: 0; }
    .cta-menu--header li {
      margin-bottom: 0.625rem;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-align: center;
          align-items: center; }
    .cta-menu--header i {
      margin-right: 0.5rem;
      top: 0.3125rem; }
  .main-menu-container {
    padding-right: 0; }
    .main-menu-container nav > ul > li {
      display: block;
      width: 100%;
      text-align: left; }
    .main-menu-container nav > ul > li > a {
      padding: 0.625rem 1.25rem 0.625rem;
      display: block;
      border-bottom: 0.0625rem solid #A0C0CF;
      font-size: 1rem; }
    .main-menu-container nav > ul > li button {
      opacity: 1;
      bottom: auto;
      font-size: 0;
      width: 3.125rem;
      height: 3rem; }
    .main-menu-container nav > ul > li > ul {
      position: relative;
      width: 100%;
      padding: 0.625rem 1.25rem;
      /* background: #1A8289;  */
      background: #0F4E6A;
    }
    .main-menu-container nav > ul > li > ul > li > a {
      display: block;
      padding: 0.625rem 0;
      color: #fff;
      font-size: 0.875rem;
      font-weight: normal; }
      .main-menu-container nav > ul > li > ul > li > a:hover, .main-menu-container nav > ul > li > ul > li > a:focus {
		/* color: #B6D554; */
        color: #FADA5E; }
    .main-menu-container nav > ul > li > ul > li:not(:last-child) {
      /* border-bottom: 0.0625rem solid rgba(182, 213, 84, 0.3); */
	  border-bottom: 0.0625rem solid rgba(250, 218, 94, 0.3); }
  .info-for .accordion-drop-down__toggled-content {
    margin: 0;
    background: #1A8289;
    padding: 0.625rem 1.25rem; }
    .info-for .accordion-drop-down__toggled-content ul, .info-for .accordion-drop-down__toggled-content li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .info-for .accordion-drop-down__toggled-content li:not(:last-child) {
      /* border-bottom: 0.0625rem solid rgba(182, 213, 84, 0.3); */
	  border-bottom: 0.0625rem solid rgba(250, 218, 94, 0.3); }
    .info-for .accordion-drop-down__toggled-content a {
      display: block;
      padding: 0.625rem 0;
      color: #fff;
      font-size: 0.875rem;
      font-weight: normal; }
  .info-for {
    margin: 0; }
  .info-for .btn {
    padding: 0.625rem 1.25rem;
    border-bottom: none;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    line-height: 1.8; }
    .info-for .btn i {
      height: 3rem;
      width: 3.125rem;
      line-height: 0;
      right: 0;
      top: 0;
      background: url("../icons/plus-green.svg");
      background-repeat: no-repeat;
      background-position: center center; }
    .info-for .btn i:before {
      display: none; }
  .info-for .accordion-drop-down__toggle--active i {
    background-image: url("../icons/minus-blue.svg"); }
  .my-smu-login,
  .give-to-smu,
  .wasc-accreditation  {
    padding: 1.25rem;
    background: #0F4E6A !important;
    text-align: center;
    margin: 0;
    border-top: 0.0625rem solid #fff; }
  .my-smu-login a,
  .give-to-smu a,
  .wasc-accreditation a  {
      display: block;
      width: 100%;
      padding: 0.34375rem 0.9375rem 0.21875rem; }
  .search {
    padding: 0.9375rem 1.25rem; }
    .search form {
      position: relative;
      display: block; }
      .search form .form-item {
        margin: 0;
        max-width: none; }
      .search form input[type="search"] {
        min-height: 2.9375rem !important;
        height: 2.9375rem !important;
		/* border: 0.0625rem solid #B6D554; */
        border: 0.0625rem solid #FADA5E; }
      .search form .form-actions,
      .search form .form-actions #edit-submit {
        position: absolute;
        right: 0;
        top: 0;
        width: 2.1875rem;
        height: 100%;
        z-index: 2;
        background: none;
        padding: 0;
        border: none;
        font-size: 0;
        border-radius: 0px; }
        .search form .form-actions:hover,
        .search form .form-actions #edit-submit:hover {
          box-shadow: none;
          cursor: pointer; }
      .search form .form-actions {
        background-image: url("../icons/search-icon.svg");
        background-position: left center;
        background-repeat: no-repeat; }
  .cta-menu--header {
    display: block; } }

/*
--------
FOOTER
--------
*/
.site-footer {
  padding: 3.75rem 0; }
  .site-footer a {
    transition: .6s ease color; 
	}
  .site-footer a:not(.btn):hover {
    text-decoration: none;
    /* color: #004970; */
	/* color: #0F4E6A; */
	}

  /* smu */
  .site-footer .footer-column--logo a {
	color: #B83F35;
  }
  
  .site-footer .footer-column--logo a:hover {
	color: #5CB3D0;
  }

  .site-footer .footer-column--main-navigation a {
	color: #0F4E6A;
  }
  
  .site-footer .footer-column--main-navigation a:hover {
    color: #B83F35;
  }
  
  .site-footer .footer-column--main-navigation h2.h4 {
	color: #0F4E6A;
  }
	
	
  .site-footer .footer-column--info-for a {
	color: #0F4E6A;
  }
  
  .site-footer .footer-column--info-for a:hover {
    color: #B83F35;
  }
  
  .site-footer .footer-column--info-for h2.h4 {
	color: #0F4E6A;
  }
	
	
	
  .site-footer li {
    margin-bottom: 0.625rem; }
  .site-footer .lined-divide-container h2 {
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.875rem; }
    @media screen and (min-width: 48.0625em) {
      .site-footer .lined-divide-container h2 {
        font-size: 1rem; } }
    @media screen and (min-width: 64.0625em) {
      .site-footer .lined-divide-container h2 {
        font-size: 1rem; } }
  .site-footer .lined-divide-container .dividing-line {
    transform: translateY(-3px);
    /* background: #D0E2D7; */
	background: #0F4E6A;
    position: relative; }
	
    @media screen and (min-width: 48.0625em) {
      .site-footer .lined-divide-container .dividing-line {
        transform: translateY(-5px); } }
  .site-footer .row,
  .site-footer .padded-row {
    max-width: 61.5625rem; }
  .site-footer .long-arrow-bullet-container ul {
    padding-left: 0.625rem; }

.footer-upper .row {
  position: relative;
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 48.0625em) {
    .footer-upper .row {
      padding-bottom: 1.25rem; } }
  .footer-upper .row:after {
    height: 0.0625rem;
    width: calc(100% - 40px);
    background: #D0E2D7;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.footer-column {
  padding: 0 1.25rem;
  width: 100%;
  max-width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (max-width: 48em) {
    .footer-column {
      margin-bottom: 1.25rem; } }
  .footer-column:not(.footer-column--logo) a {
    display: block; }
  @media screen and (max-width: 48em) {
    .footer-column--logo {
      margin-bottom: 1.875rem; } }
  .footer-column--main-navigation ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .footer-column--main-navigation li {
    width: 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  @media screen and (min-width: 48.0625em) {
    .footer-column--logo {
      width: 24%;
      max-width: 24%;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
      text-align: right;
      font-size: 0.9375rem;
      font-weight: bold; }
    .footer-column--main-navigation {
      width: 50%;
      max-width: 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      padding-left: 4.375rem; }
    .footer-column--info-for {
      width: 26%;
      max-width: 26%;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%; } }

.footer-column--main-navigation ul, .footer-column--main-navigation li {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

.footer-lower .social-media-list {
  margin-bottom: 1.875rem; }

@media screen and (min-width: 48.0625em) {
  .footer-lower::before, .footer-lower::after {
    content: ' ';
    display: table; }
  .footer-lower::after {
    clear: both; }
  .footer-lower .social-media-list {
    float: left;
    margin: 0; }
  .footer-lower p {
    float: right; }
  .footer-lower p {
    text-align: right; } 
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 1cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; }
  a[href]:after {
    display: none; } }

/*# sourceMappingURL=../maps/app.css.map */


/* SMU Google Custom Search Engine */
div.gsc-above-wrapper-area { border-bottom: 0px solid transparent; }
table.gsc-above-wrapper-area-container { margin-bottom: 0px; border: 0 solid transparent; }
table.gsc-above-wrapper-area-container tr { border-bottom: 0px solid transparent; }
table.gsc-above-wrapper-area-container td { border-right: 0px solid transparent; padding: 0px; }
div.gcsc-more-maybe-branding-root { margin-top: 5em; }
.gsc-results .gsc-cursor-box { border-color: #FFFFFF; margin-top: 2em !important; }
.gsc-results .gsc-cursor-box .gsc-cursor-page { border: 1px outset #cecece; background-color: #e4e4e4; color: #1155CC !important; padding: 4px 10px; text-decoration: none; margin-right: 10px; line-height: 2.5em; }
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover { text-decoration: none; border: 1px inset #cecece; color: #000000; }
.gsc-results .gsc-cursor-box .gsc-cursor-current-page { cursor: pointer; border-color: #CCCCCC; background-color: #F4F4F4 !important; color: #1155CC !important; }
.gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover { cursor: pointer; }
/* end SMU Google CSE */

/* SMU customized CSS */
table.allborders td { border: 1px solid #000000; }
table.condensed td { padding: 5px 7px; }
/* end SMU customized CSS */

/* special CSS for Library live chat */
#libchat_7cb66101131a86905dcf15f87f85379c button {
  padding: 1.0rem 1.25rem 1.0rem !important;
  text-decoration: none !important;
  transition: background .6s ease, color .4s ease, border-color .4s ease, box-shadow 0.4s ease-in-out !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  background-color: #0F4E6A !important;
  display: inline-block !important;
  margin-bottom: 20px !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  font-size: 13.5pt !important;
  border: 2px solid #ffffff !important;
  border-radius: 62px !important;
  box-shadow: inset 0 0 0 1px #0F4E6A, 0 0 0 2px #A0A0A0 !important;
  letter-spacing: .5px !important;
  text-align: center !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  cursor: pointer !important; 
  vertical-align: baseline !important;
}

#libchat_7cb66101131a86905dcf15f87f85379c button:hover {
    text-decoration: none !important;
	color: #0F4E6A !important; 
	background-color: #B7E4F3 !important;
	box-shadow: inset 0 0 0 1px #B7E4F3, 0 0 0 2px #A0A0A0 !important;
}
	
	
/* end library live chat */


/* ======================================= */
/* Updates from Higher Education Marketing */
/* ==============START==================== */
/* ======================================= */
:root {
  --n-white: #ffffff;
  --n-green:#1A8289;
  --n-red:#B83F35;
  --n-yellow:#FFEDA8;
  --n-lblue:#A0C0CF;
}
 
 
.header__logo img{
  height:44px !important;
  width:auto !important;
}
.header__mobile-menu button{
  /* color: var(--n-white) !important; */
  color: #0F4E6A !important;
}
.all-nav-container--open {
  transform: none;
  height: auto;
  max-height: calc(100vh - 85px);
  overflow-y: auto;
  overflow-x: hidden;
  top: 85px !important;
}

/* update menu form submit*/
.all-nav-container .search-block-form .form-actions{
  width:auto !important;
  margin-right: -2px !important;
}
.all-nav-container .search-block-form .form-actions .button{
  width:auto !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block !important;
  height: 100% !important;
  background: #0F4E6A !important;
}

header.sticky .cta-menu--header i{
  color: #0F4E6A !important;
}

@media screen and (min-width: 48em){
  .header__logo img{
    height:60px !important;
  }  
  .all-nav-container--open {

    max-height: calc(100vh - 101px);
    top: 101px !important;

  }
}
@media screen and (min-width: 64.0625em){
  .header__logo img{
    height:auto !important;
    width:100% !important;
  } 
  .all-nav-container--open {
    overflow:visible !important;
	height: auto !important;
  }
  header.sticky .all-nav-container{
    top:73.54px !important;
	overflow: auto !important;
  }
  /* uppdate sticky header dropdown menu +- icon */
  header.sticky .main-menu-container nav > ul > li button{
    background: url(../icons/ny-plus.svg) !important;
    background-size: 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  header.sticky .main-menu-container nav > ul > li button.engaged{
    background: url(../icons/ny-minus.svg) !important;
    background-size: 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }

  header.sticky .info-for .btn i{
    background: url(../icons/ny-plus.svg) !important;
    background-size: 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;

  }
  header.sticky .info-for .accordion-drop-down__toggle--active i{
    background: url(../icons/ny-minus.svg) !important;
    background-size: 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }

  /* sticky header seach button */
  .all-nav-container .search-block-form .form-actions .button{
    background-color: var(--n-yellow) !important;
    color:var(--n-red) !important;
  }

  /* override header sticky icon */
  header.sticky .cta-menu--header i{
    color: #0F4E6A !important;
  }
}

/* add close button in ALert */
.alert-closeBTN{
  position: absolute;
  right: 10px;
  top: 10px;
  text-indent: -99999px;
  display: block !important;
  width: 20px;
  height: 20px;
  background-image: url(../icons/nr-close.svg) !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
.alert-closeBTN:hover{
  cursor:pointer;
}


@media screen and (max-width: 64.0624em){
  .site-header .header-main > .row {
    align-items: center;
  }
  .site-header .header-main .header__mobile-menu button{
    top:50%;
    transform: translateY(-50%);
  }
  /* fix mobile spacing */
  .site-header .header-main > .row {
    align-items: center;
    justify-content: space-between !important;
    width:100% !important;
 }
  
}

/* hide warning Alert Sign */
.alert-message-block .fa-exclamation-triangle{
  display: none !important;
}

@media screen and (max-width: 64rem){
  .header-main .info-for .btn i{
    background: url(../icons/ng-plus.svg) !important;
    background-size: 16px !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
  }
  .header-main .info-for .accordion-drop-down__toggle--active i{
    background: url(../icons/ng-minus.svg) !important;
    background-size: 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }

  /* change menu color */
  .main-menu-container nav > ul > li button{
    background: url(../icons/ng-plus.svg) !important;
    background-size: 16px !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
  }
  .main-menu-container nav > ul > li button.engaged {
    background: url(../icons/ng-minus.svg) !important;
    background-size: 16px !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
  }
  /* remove search icon */
  .site-header .search form .form-actions{
    background-image: none !important;
  }
  .site-header .header__logo{
    margin-right: auto !important;
  }
}

/* force Java Apply icon color */
.cta-menu--header .fab.fa-java{
  color: #0F4E6A !important;
}

/* ======================================= */
/* Updates from Higher Education Marketing */
/* ==============END====================== */
/* ======================================= */

/* ======================================= */
.jobTextbox{
	padding-left: 10px;
	border: 2px solid gray;
	margin: 0;
}
.jobTitle{
	align-items: center;
	text-align: center;
}
.jobField {
	font-size: 1.5em
 }
.jobstyle
{
	padding-left: 10px;
}

body.all-programs-page .site-header {
  height: 135px!important;
}
body.all-programs-page .content .hero--parallax .hero__media,
body.all-programs-page .hero--parallax:not(.hero--no-img) img{
  position: absolute!important;
}

#views-exposed-form-all-programs-page-1 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.025rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
#views-exposed-form-all-programs-page-1 .form-actions input[type="submit"] {
  margin: 0;
  width: 100%;
}

#views-exposed-form-all-programs-page-1 .form-item {
  max-width: 100%;
}

#views-exposed-form-all-programs-page-1 .form-actions {
  width: 100%;
}

@media screen and (min-width: 960px) {
  #views-exposed-form-all-programs-page-1 {
    flex-direction: row;
    margin-top: 8rem;
  }
  #views-exposed-form-all-programs-page-1 .form-item {
    max-width: 33rem;
  }
  #views-exposed-form-all-programs-page-1 .form-actions {
    width: 100px;
  }
  #views-exposed-form-all-programs-page-1 .form-actions input[type="submit"] {
    margin: 0;
    width: 100px;
  }
}

.all-programs-btn-container .lined-divide-container--center {
  z-index: 999;
}
.all-programs-btn-container .lined-divide-container--center .btn--ghost {
  background-color: #B83F35!important;
  color: #ffffff!important;
  /* box-shadow: inset 0 0 0 1px #0f4e6a!important; */
  box-shadow: none;
}

.all-programs-page .section--accordions .accordion-drop-down .accordion-drop-down__toggle {
  background: #FFFFFF;
}

.all-programs-page .section--accordions .accordion-drop-down .accordion-drop-down__toggle h2 {
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  color: #0F4E6A;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}

.all-programs-page .section--accordions .accordion-drop-down .accordion-drop-down__toggle i {
  color: #0F4E6A;
}

.all-programs-page .section--accordions .accordion-drop-down .accordion-drop-down__toggled-content .main-apply-link {
  color: #ffffff;
  background-color: #B83F35;
  border-color: #ffffff;
}

.accordion-drop-down__toggle:not(.sidebar-subnav--button):hover h2 a {
  color: #1A8289!important;
}


/* ---New Changes in css file---- */

@media screen and (min-width: 64.0625em)

{

.header-main nav.info-for {
    display: none;
}

.main-menu-container nav > ul > li > a {
    font-size: 0.945rem;
    color: #fff;
    color: #0F4E6A;
    font-weight: 600;
    padding: 0;
    padding: 0 0.8375rem 1.875rem;
}

.my-smu-login a, .give-to-smu a, .wasc-accreditation a {
    margin-right: 0.25rem;
  
}
.my-smu-login, .info-for, .give-to-smu, .wasc-accreditation{
 margin-bottom: 1.5rem;
}
}

/* --- CSS for CON page ---

---------*/

#college_of_nursing .hidden_container{
  display:none;
}
#college_of_nursing .preparing-section {
      width: 100%;
  display: flex;
  justify-content: center;
}
#college_of_nursing .preparing-section .preparing-columns {
      padding: 0;
}
#college_of_nursing .deadLines-list > div  {
  padding: 0;
  margin-bottom: 2.672rem;
}
#college_of_nursing .deadLines-list .locations {
  font-style: italic;
  font-size: 1rem;
}
#college_of_nursing .deadLines-list .locations a {
  color: #000000;
  font-weight: 400;
}
/* Horizontal Tabs */
#college_of_nursing .tabs {
display: flex;
list-style: none;
padding: 0;
margin: 0;
column-gap: 0.9375rem;
}
#college_of_nursing .tabLayout-container {
row-gap: 2.375rem;
display: flex;
justify-content: center;
max-width: 90rem;
  column-gap: 0.625rem;
}
#college_of_nursing .tab-left-section {
position: relative;
}
#college_of_nursing .subTab-ContainerBar {
  position: absolute;
  top: 3.6875rem;
  display: flex;
  right: 0;
  justify-content: flex-end;
  width: 100%;
  background: #234D67;
  height: 0.125rem;
}
#college_of_nursing .links-container {
gap: 1.25rem;
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
#college_of_nursing .tab {
  cursor: pointer;
  border: none;
  color: #0F4E6A;
  font-weight: bold;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  background: #E1EEFC;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  height: 3.8125rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 1.2;
  border-bottom: 0.3125rem solid #fff;
  font-size: 0.875rem;
}
#college_of_nursing .deadline .date {
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
}
#college_of_nursing .deadline h3 {
  font-size: 1rem;
}
#college_of_nursing .tab.active {
  background-color: #FFD95A;
  color: #0F4E6A;
  /* border-bottom: 0.3125rem solid #aed8e6; */
}
#college_of_nursing .hr-tabs-container .tab.active {
  /* box-shadow: 0.9375rem 0px 0px 0px #fff, -0.9375rem 0px 0px 0px #fff, 0px 0.375rem 0px 0px #f7f7f7; */
  z-index: 1;
}
#college_of_nursing .hr-tabs-container .tab.active:last-child {
  box-shadow: 0 0px 0px 0px #fff, -0.9375rem 0px 0px 0px #fff, 0px 0.375rem 0px 0px #f7f7f7;
  z-index: 1;
}
#college_of_nursing .tab-content {
display: none;
padding: 0 0 0.625rem 0;
padding-left: 0;
border-top: none;
width: 100%;
position: relative;
}
#college_of_nursing .list-container ul {
padding-left: 10px;
/* list-style-type: none; */
}
#college_of_nursing .list-container h5 {
margin-bottom: 0.5rem;
}
#college_of_nursing .values-container {
display: flex;
flex-wrap: wrap;
}
#college_of_nursing .values-container .wordBtn {
display: none;
}
#college_of_nursing .related-side.card--contact h2,
#college_of_nursing .highlight-side.card--contact h2  {
margin-bottom: 0.5rem;
}
#college_of_nursing .highlight-side .paragraph--type--highlights a{
color: #0F4E6A;
}
#college_of_nursing .bachelorsTopbar {
border-top: 0.125rem solid #234D67;
position: absolute;
top: -0.125rem;
width: 75.5%;
display: flex;
right: 0;
justify-content: flex-end;
}
#college_of_nursing .mastersTopbar_1 {
border-top: 0.125rem solid #234D67;
position: absolute;
top: -0.125rem;
width: 51%;
display: flex;
right: 0;
justify-content: flex-end;
}
#college_of_nursing .mastersTopbar_2 {
border-top: 0.125rem solid #234D67;
position: absolute;
left: 0;
width: 23%;
display: flex;
left: 0;
justify-content: flex-start;
top: -0.125rem;
}
#college_of_nursing .doctoralTopbar_1 {
border-top: 0.125rem solid #234D67;
position: absolute;
top: -0.125rem;
width: 47.4%;
display: flex;
left: 0;
justify-content: flex-start;
}
#college_of_nursing .doctoralTopbar_2 {
border-top: 0.125rem solid #234D67;
position: absolute;
width: 26.5%;
display: flex;
right: 0;
justify-content: flex-end;
top: -0.125rem;
}
#college_of_nursing .certificatesTopbar_1 {
border-top: 0.125rem solid #234D67;
position: absolute;
top: -0.125rem;
width: 71.9%;
display: flex;
left: 0;
justify-content: flex-start;
}
#college_of_nursing .certificatesTopbar_2 {
  border-top: 0.125rem solid #234D67;
  position: absolute;
  width: 3.5%;
  display: flex;
  right: 0;
  justify-content: flex-end;
  top: -0.125rem;
}
#college_of_nursing .card--contact h2 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  color: #0F4E6A;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
}
#college_of_nursing .card--contact h3 {
  color: #B83F35;
  margin-bottom: 0.5125rem;
  font-weight: 500;
  font-size: 1rem;
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
}

#college_of_nursing .right-sidebar a {
  text-decoration: underline;
  font-size: 0.915rem;
  font-weight: 400;
}

#college_of_nursing .right-sidebar .card--contact .stacked-icon-list li:before {
display: none;
}
#college_of_nursing .tab-content.active {
display: block;
padding-right: 0;
}
#college_of_nursing .container-header {
color: #B83F35;
font-weight: 400;
font-size: 1rem;
}
#college_of_nursing .sub-header-text {
color: #000000;
font-weight: 400;
}
#college_of_nursing .sub-header-text-infoBox {
color: #000000;
font-weight: 400;
}
/* Vertical Tabs */
#college_of_nursing .custom-vertical {
display: flex;
flex-direction: column;
list-style: none;
padding: 0;
margin: 0;
border-radius: 0;
flex-wrap: wrap;
width: 100%;
}
#college_of_nursing ul.custom-vertical .tab {
border-radius: 0;
width: 92%;
padding: 0;
height: 3.375rem;
margin-top: 1rem;
flex: unset;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
text-align: left;
padding: 0.5rem;
   line-height: 1.2;
   font-weight: 600;
/* flex-basis: fit-content; */
}
#college_of_nursing .custom-vertical .tab {
  padding: 15px 20px;
  cursor: pointer;
  border: none;
  color: #0F4E6A;
  font-size: 0.825rem;
  font-weight: bold;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#college_of_nursing h3.subTab-header {
  font-size: 1.5rem;
}
#college_of_nursing .italic-text {
font-style: italic;
}
#college_of_nursing .custom-vertical .tab.active {
background-color: #0F4E6A;
color: #ffffff;
/* border-right: 0.625rem solid #aed8e6; */
}

#college_of_nursing .tabs-container.custom-vertical-content {
position: relative;
display: flex;
width: 100%;
background-color: #ffffff;
top: 0;
/* border-bottom: 0.125rem solid #234D67; */
padding-bottom: 0.3125rem;
}
#college_of_nursing .tabs-container.custom-vertical-content .custom-vertical-container {
display: inline-flex;
}
#college_of_nursing .tab-content.custom-vertical {
display: none;
padding: 1.25rem;
border-top: none;
width: 100%;
padding-top: 1rem;
padding-left: 0;
}
#college_of_nursing .tab-content.custom-vertical.active {
display: block;
}
#college_of_nursing .hidden {
display: none;
}
#college_of_nursing .right-sidebar {
/* margin-left: 0.625rem; */
   display: flex;
justify-content: flex-start;
}
#college_of_nursing .related-side .card--related-links li {
width: 100%;
float: left;
}
#college_of_nursing .related-side h2.h4 {
display: none;
}
#college_of_nursing .related-side h3 {
display: none;
}
#college_of_nursing .related-side .section--banded--texture {
background: none;
}
#college_of_nursing .related-side .card--related-links {
box-shadow: none;
}
#college_of_nursing .related-side {
/* margin-top: 1.25rem; */
border-radius: 0.5rem;
}
#college_of_nursing .related-side .medium-6 {
max-width: 100%;
flex: 0 0 100%;
}
#college_of_nursing .related-side .section--banded:last-child {
margin-bottom: 0;
padding-left: 0;
padding-right: 0;
}
#college_of_nursing .related-side section.section--global-spacing.section--banded.section--banded--texture.section--related-links {
padding: 0;
border-top: 0;
border-bottom: 0;
border-left: 0;
}
#college_of_nursing .parent-div {
display: flex;
justify-content: center;
}
#college_of_nursing .features-container {
display: flex;
flex-wrap: wrap;
margin-top: 2rem;
row-gap: 2rem;
}
#college_of_nursing .wordBtn {
margin-top: 2rem;
}
#college_of_nursing .related-side .padded-row.grid-max-940.lined-section-title {
display: none;
}
#college_of_nursing .highlight-side.card--contact {
margin-top: 1.25rem;
border-radius: 0.5rem;
}
#college_of_nursing .right-sidebar .card--contact {
border-radius: 0.5rem;
border: 0.0625rem solid rgba(112, 112, 112, 0.3);
border: none;
padding-top: 10px;
}
#college_of_nursing .stacked-icon-list li {
padding-left: 0;
margin-bottom: 0;
}
#college_of_nursing .button-container {
height: 100%;
display: flex;
align-items: flex-end;
}
#college_of_nursing .card-container {
display: flex;
flex-direction: row;
gap: 0.5rem;
flex-wrap: wrap;
background-color: #F9F9F7;
}
#college_of_nursing .card-container-apply,
#college_of_nursing .card-container-info {
display: flex;
flex-direction: column;
width: 48%;
/* border: 1px solid rgba(112, 112, 112, 0.4); */
border-radius: 0.5rem;
padding: 1.625rem;
box-sizing: border-box;
}
#college_of_nursing .container-content {
display: flex;
flex-direction: column;
/* margin-bottom: 2.672rem; */
margin-bottom: 1.672rem;
/* font-size: 1.25rem; */
line-height: normal;
}
#college_of_nursing .card-container-info {

}
#college_of_nursing .applyBtn {
border: 0.1875rem solid #707070;
border-radius: 2.25rem;
width: 10.25rem;
height: 4.6875rem;
color: #fff;
cursor: pointer;
background: #b83f35;
font-weight: bold;
}
#college_of_nursing .related-side .lined-divide-container .dividing-line {
display: none;
}
#college_of_nursing .hr-tabs-container .tab {
text-transform: uppercase;
}
#college_of_nursing .related-side .card--related-links {
padding-left: 0;
padding-top: 0;
padding-bottom: 0;
background: transparent;
}
#college_of_nursing .mobile-view {
display: none;
}
#college_of_nursing .related-side section.section--related-links .long-arrow-bullet-container li {
list-style-image: none;
list-style-type: none;
}
#college_of_nursing .related-side section.section--related-links .row {
  margin: 0;
  max-width: 100%;
}
#college_of_nursing .related-side .long-arrow-bullet-container ul,
#college_of_nursing .long-arrow-bullet-container li {
padding-left: 0;
}
#college_of_nursing .related-side .medium-6 {
padding-left: 0;
}
#college_of_nursing .sub-tabs-container {
    /* width: 77%; */
}
#college_of_nursing .vertical-tab-container {
/* width: 24%; */

}
#college_of_nursing .exoloreMoreLink .anchorText {
text-decoration: none;
}
#college_of_nursing .exoloreMoreLink {
  color: #ffffff;
  font-weight: bold;
  background-color: #B83F35;
  box-shadow: none;
}

/* Accordion mobile view */
#college_of_nursing .section--contact .accordion-container-con .accordion-drop-down__toggle--mobile {
background: #104E6A;
color: #fff;
border-radius: 0.5rem;
padding: 0.5938rem 1.1655rem 0.5938rem 1.1655rem;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
#college_of_nursing .section--contact .accordion-container-con .accordion-drop-down__toggle--mobile i:before {
  color: #fff;
  font-size: 1rem;
}
#college_of_nursing .section--contact .accordion-container-con .accordion-drop-down__toggle--active i:before {
  content: "\f068";
}
#college_of_nursing .section--contact .accordion-container-con .accordion-drop-down__toggle--active {
  background: #5CB3D0;
  border-color: #5CB3D0;
}
#college_of_nursing .section--contact .accordion-container-con .accordion-drop-down__toggle:not(.sidebar-subnav--button) i {
  left: 0.625rem;
  right: auto;
  height: 100%;
  width: 0.9375rem;
  display: flex;
align-items: center;
}
#college_of_nursing .section--contact .accordion-container-con .accordion-drop-down__toggle--mobile .btn-text {
    margin-left: 0.625rem;
    font-size: 0.875rem;
}

#college_of_nursing .accordion-container-con .accordion-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
#college_of_nursing .accordion-container-con .mobile-accordion {
  margin: 1rem 0 0 0;
  padding: 0 0.25rem 0 0.25rem;
}
#college_of_nursing .accordion-container-con .subTab-header {
        padding: 0 0 1rem;
margin-bottom: 0;
}
#college_of_nursing .accordion-container-con .subHeader_IntroText {
      padding: 0 0 1rem;
margin-bottom: 0;
}
#college_of_nursing .mobile-accordion-parent {
border: 1px solid rgba(112, 112, 112, 0.4);
/* border-bottom: 0; */
border-radius: 0.5rem;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
@media (max-width: 64rem) {

.cpm .checkerboard-item__info__inner:after {
 display: none;
  }
  
#college_of_nursing .preparing-section .preparing-columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
 #college_of_nursing .image-container {
  display: none;
}
 #college_of_nursing .values-container .wordBtn {
  display: flex;
  align-items: flex-end;
}
 #college_of_nursing .mission_container .wordBtn {
  display: none;
}
}
#college_of_nursing .accordion-container-con {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

#college_of_nursing .accordion-container-con .accordion-drop-down__toggle--mobile + * {
  margin: 0 auto;
}
#college_of_nursing .accordion-container-con .accordion-drop-down__toggle--active i:before {
content: "\f067";
}

@media screen and (max-width: 48em) {
#college_of_nursing .right-sidebar {
    justify-content: center;
}
#college_of_nursing .accordion-container-con .mobile-accordion-container--default {

}
#college_of_nursing .button-container a {
padding: 0.688rem 1.007rem 0.688rem;
font-size: 0.7rem;

}
#college_of_nursing .tab-left-section {
    width: 90%;
}
#college_of_nursing .accordion-container-con {
margin-top: 1.125rem;
margin-bottom: 1.125rem;
}
#college_of_nursing .subTab-ContainerBar {
top:3.65rem;
  top: 2.35rem;
}

#college_of_nursing .hr-tabs-container .tab.active {
  box-shadow: 0.375rem 0px 0px 0px #fff, -0.375rem 0px 0px 0px #fff, 0px 0.375rem 0px 0px #f7f7f7;
}
#college_of_nursing .hr-tabs-container .tab.active:last-child {
  box-shadow: 0.375rem 0px 0px 0px #fff, -0.375rem 0px 0px 0px #fff, 0px 0.375rem 0px 0px #f7f7f7;
}
#college_of_nursing .mobile-view {
display: block;
width: 100%;
}
#college_of_nursing .card-container {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-left: -0.3rem;
margin-right: -0.3rem;
}
#college_of_nursing .card-container-apply,  #college_of_nursing .card-container-info {
padding-left: 0.5rem;
width: 48.5%;
padding-right: 1rem;
}
#college_of_nursing .non-mobile-view {
display: none;
}
#college_of_nursing .tab {
font-size: 0.75rem;
height: 2.5rem;
flex: 1;
}
#college_of_nursing .tabs {
column-gap: 0.375rem;
/* width: 95.5%; */
}
}
@media screen and (max-width: 360px) {

#college_of_nursing .tab {
font-size: 0.65rem;
/* width: 94.5%; */
}
}

/*** ----------- Program pages --------- ***/


.custom-tabs {
  width: 100%;
}

.tabs-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tabs-nav li {
  display: inline-block;
  margin-right: 10px;
}

.tabs-nav a {
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  color: #333;
  border-radius: 5px 5px 0 0;
}

.tabs-nav a:hover {
  background-color: #e0e0e0;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

#accelerated-nursing-career .hidden_container {
  display: none;
}

#accelerated-nursing-career .content-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
}

#accelerated-nursing-career .program-duration {
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to right, transparent 0, #004D71 100%, transparent 100%) 1;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

#accelerated-nursing-career .program-deadlines {
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to right, transparent 0, #FFD959 100%, transparent 100%) 1;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

#accelerated-nursing-career .deadline .date {
  /* color: #5CB3D0;
  font-size: 1rem; */
  color: #000000;
  font-weight: 400;
}




#accelerated-nursing-career .deadlines-location span.title-txt {
  color: #B83F35;
}

#accelerated-nursing-career .img-holder {
  width: 7.9375rem;
  height: 6.5625rem;
  padding: 0.8rem;
}

#accelerated-nursing-career .img-holder img {
  height: 100%;
  width: 100%;

}

#accelerated-nursing-career .text-container {

}

#accelerated-nursing-career .text-container .title {
  color: #5CB3D0;
  margin-bottom: 0.5rem;
   font-weight: bold;
   font-size: 1.2rem;
}

#accelerated-nursing-career .text-container .text-divisoin {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#accelerated-nursing-career .text-container .para-content {

}

#accelerated-nursing-career .preparing-section {
  max-width: 91rem;
  display: flex;
  justify-content: center;
}

#accelerated-nursing-career .preparing-section .preparing-columns {
  padding: 0;
}

#accelerated-nursing-career .deadLines-list>div {
  padding: 0;
  margin-bottom: 2.672rem;
}

#accelerated-nursing-career .deadLines-list .locations {
  font-style: italic;
}

/* Horizontal Tabs */
#accelerated-nursing-career .tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  column-gap: 0.5rem;
}

#accelerated-nursing-career .tabLayout-container {
  row-gap: 2.375rem;
  display: flex;
  justify-content: center;
  max-width: 116.625rem;
  column-gap: 0.8125rem;
}

#accelerated-nursing-career .tab-left-section {
  position: relative;
}

#accelerated-nursing-career .subTab-ContainerBar {
  position: absolute;
  top: 3.6875rem;
  display: flex;
  right: 0;
  justify-content: flex-end;
  width: 100%;
  /* background: #234D67; */
  height: 0.125rem;
}

#accelerated-nursing-career .links-container {
  gap: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 86.605%;
}

#accelerated-nursing-career #webLayout .tab {
  cursor: pointer;
  border: none;
  color: #0F4E6A;
  /* font-size: 1rem; */
  font-weight: bold;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  background: #E1EEFC;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  height: 3.8125rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 100%; */
  width: 10.625rem;
  line-height: 1.2;
  border-bottom: 0.3125rem solid #fff;
  font-size: 0.82rem;
}


#accelerated-nursing-career .deadline .date {
  /* color: #5CB3D0; */
      font-size: 1rem;
}
#accelerated-nursing-career .deadlines-txt .locations a {
      color: #707070;
  font-style: italic;
}
#accelerated-nursing-career #webLayout .tab.active {
  /* background-color: #5CB3D0;
  color: #ffffff; */
  /* border-bottom: 0.3125rem solid #aed8e6; */
  background-color: #FFD95A;
  color: #0F4E6A;

}

#accelerated-nursing-career .hr-tabs-container .tab.active {
      /* box-shadow: 0.5rem 0 0 0 #fff, -0.5rem 0 0 0 #fff, 0 0.375rem 0 0 #f7f7f7; */
  z-index: 1;
}

#accelerated-nursing-career .hr-tabs-container .tab.active:last-child {
  box-shadow: 0 0 0 0 #fff, -0.5rem 0 0 0 #fff, 0 0.375rem 0 0 #f7f7f7;
  z-index: 1;
}

#accelerated-nursing-career .tab-content {
  display: none;
  padding: 0 0 0.625rem 0;
  padding-left: 0;
  border-top: none;
  width: 100%;
  position: relative;
}

#accelerated-nursing-career .list-container ul {
  padding-left: 0;
  list-style-type: none;
}

#accelerated-nursing-career .list-container h5 {
  margin-bottom: 0.5rem;
}

#accelerated-nursing-career .values-container {
  display: flex;
  flex-wrap: wrap;
}

#accelerated-nursing-career .values-container .wordBtn {
  display: none;
}

#accelerated-nursing-career .related-side.card--contact h2,
#accelerated-nursing-career .highlight-side.card--contact h2 {
  margin-bottom: 0.5rem;
}

#accelerated-nursing-career .highlight-side .paragraph--type--highlights a {
  color: #0F4E6A;
}

#accelerated-nursing-career .bachelorsTopbar {
  border-top: 0.125rem solid #234D67;
  position: absolute;
  top: -0.125rem;
  width: 75.5%;
  display: flex;
  right: 0;
  justify-content: flex-end;
}

#accelerated-nursing-career .mastersTopbar_1 {
  border-top: 0.125rem solid #234D67;
  position: absolute;
  top: -0.125rem;
  width: 51%;
  display: flex;
  right: 0;
  justify-content: flex-end;
}

#accelerated-nursing-career .mastersTopbar_2 {
  border-top: 0.125rem solid #234D67;
  position: absolute;
  left: 0;
  width: 23%;
  display: flex;
  left: 0;
  justify-content: flex-start;
  top: -0.125rem;
}

#accelerated-nursing-career .doctoralTopbar_1 {
  border-top: 0.125rem solid #234D67;
  position: absolute;
  top: -0.125rem;
  width: 47.4%;
  display: flex;
  left: 0;
  justify-content: flex-start;
}

#accelerated-nursing-career .doctoralTopbar_2 {
  border-top: 0.125rem solid #234D67;
  position: absolute;
  width: 26.5%;
  display: flex;
  right: 0;
  justify-content: flex-end;
  top: -0.125rem;
}

#accelerated-nursing-career .certificatesTopbar_1 {
  border-top: 0.125rem solid #234D67;
  position: absolute;
  top: -0.125rem;
  width: 71.9%;
  display: flex;
  left: 0;
  justify-content: flex-start;
}

#accelerated-nursing-career .certificatesTopbar_2 {
  border-top: 0.125rem solid #234D67;
  position: absolute;
  width: 3.5%;
  display: flex;
  right: 0;
  justify-content: flex-end;
  top: -0.125rem;
}

#accelerated-nursing-career .card--contact h2 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  color: #0F4E6A;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
}

#accelerated-nursing-career .card--contact h3 {
  color: #B83F35;
  margin-bottom: 0.5125rem;
  font-weight: 500;
  font-size: 1rem;
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
}

#accelerated-nursing-career .right-sidebar .card--contact .stacked-icon-list li:before {
  display: none;
}

#accelerated-nursing-career .right-sidebar a {
  text-decoration: underline;
  font-size: 0.915rem;
  font-weight: 400;
}

#accelerated-nursing-career .tab-content.active {
  display: block;
  padding-right: 0;
}

#accelerated-nursing-career .container-header {
  color: #707070;
  font-weight: bold;
}

#accelerated-nursing-career .sub-header-text {
  color: #5CB3D0;
  font-weight: bold;
}

#accelerated-nursing-career .sub-header-text-infoBox {
  color: #5CB3D0;
  font-weight: bold;
}

/* Vertical Tabs */
#accelerated-nursing-career .custom-vertical {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  flex-wrap: wrap;
  width: 100%;
}

#accelerated-nursing-career ul.custom-vertical .tab {
  border-radius: 0;
  width: 92%;
  padding: 0;
  height: 4.6875rem;
  margin-top: 1rem;
  flex: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 0.5rem;
  line-height: 1.2;
  font-weight: 600;
  /* flex-basis: fit-content; */
}

#accelerated-nursing-career .custom-vertical .tab {
  padding: 15px 20px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

#accelerated-nursing-career .italic-text {
  font-style: italic;
}

#accelerated-nursing-career .custom-vertical .tab.active {
  background-color: #5CB3D0;
  color: #ffffff;
  border-right: 0.625rem solid #aed8e6;
}

#accelerated-nursing-career .tabs-container.custom-vertical-content {
  position: relative;
  display: flex;
  width: 100%;
  /* background-color: #F7F7F7; */
  top: 0;
  border-bottom: 0.125rem solid #234D67;
  padding-bottom: 0.3125rem;
}

#accelerated-nursing-career .tabs-container.custom-vertical-content .custom-vertical-container {
  display: inline-flex;
}

#accelerated-nursing-career .tab-content.custom-vertical {
  display: none;
  padding: 1.25rem;
  border-top: none;
  width: 100%;
  padding-top: 1rem;
  padding-left: 0;
}

#accelerated-nursing-career .tab-content.custom-vertical.active {
  display: block;
}

#accelerated-nursing-career .hidden {
  display: none;
}

#accelerated-nursing-career .right-sidebar {
  /* margin-left: 0.625rem; */
  display: flex;
  justify-content: flex-start;
}

#accelerated-nursing-career .related-side .card--related-links li {
  width: 100%;
  float: left;
}

#accelerated-nursing-career .related-side h2.h4 {
  display: none;
}

#accelerated-nursing-career .related-side h3 {
  display: none;
}

#accelerated-nursing-career .related-side .section--banded--texture {
  background: none;
}

#accelerated-nursing-career .related-side .card--related-links {
  box-shadow: none;
}

#accelerated-nursing-career .related-side .card--related-links .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

#accelerated-nursing-career .related-side .card--related-links .container span {
  line-height: 1.2;
  margin-top: 0.5rem;
}
#accelerated-nursing-career .related-side {
  /* margin-top: 1.25rem; */
  border-radius: 0.5rem;
}

#accelerated-nursing-career .related-side .medium-6 {
  max-width: 100%;
  flex: 0 0 100%;
}

#accelerated-nursing-career .related-side .section--banded:last-child {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#accelerated-nursing-career .related-side section.section--global-spacing.section--banded.section--banded--texture.section--related-links {
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
}

#accelerated-nursing-career .parent-div {
  display: flex;
  justify-content: center;
}

#accelerated-nursing-career .features-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  row-gap: 2rem;
}

#accelerated-nursing-career .wordBtn {
  margin-top: 2rem;
}

#accelerated-nursing-career .related-side .padded-row.grid-max-940.lined-section-title {
  display: none;
}

#accelerated-nursing-career .highlight-side.card--contact {
  margin-top: 1.25rem;
  border-radius: 0.5rem;
}

#accelerated-nursing-career .right-sidebar .card--contact {
  border-radius: 0.5rem;
  /* border: 0.0625rem solid rgba(112, 112, 112, 0.3); */
  /* padding: 1rem 2.9375rem 1rem 1rem; */
}
#accelerated-nursing-career .right-sidebar .program-deadlines .card--contact {
      padding: 1rem 0.9375rem 1rem 1rem;
} 

#accelerated-nursing-career .stacked-icon-list li {
  padding-left: 0;
  margin-bottom: 0;
}

#accelerated-nursing-career .button-container {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

#accelerated-nursing-career .card-container {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap;
}

#accelerated-nursing-career .card-container-apply,
#accelerated-nursing-career .card-container-info {
  display: flex;
  flex-direction: column;
  /* width: 18rem; */
  border: 1px solid rgba(112, 112, 112, 0.4);
  border-radius: 0.5rem;
  padding: 1.625rem;
  box-sizing: border-box;
}

#accelerated-nursing-career .container-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.672rem;
  /* font-size: 1.25rem; */
  line-height: normal;
}

#accelerated-nursing-career .card-container-info {}

#accelerated-nursing-career .applyBtn {
  border: 0.1875rem solid #707070;
  border-radius: 2.25rem;
  width: 10.25rem;
  height: 4.6875rem;
  color: #fff;
  cursor: pointer;
  background: #b83f35;
  font-weight: bold;
}

#accelerated-nursing-career .related-side .lined-divide-container .dividing-line {
  display: none;
}

#accelerated-nursing-career .hr-tabs-container .tab {
  text-transform: uppercase;
}

#accelerated-nursing-career .related-side .card--related-links {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}

#accelerated-nursing-career .mobile-view {
  display: none;
}

#accelerated-nursing-career .related-side section.section--related-links .long-arrow-bullet-container li {
  list-style-image: none;
  list-style-type: none;
}

#accelerated-nursing-career .related-side section.section--related-links .row {
  margin: 0;
  max-width: 100%;
}

#accelerated-nursing-career .related-side .long-arrow-bullet-container ul,
#accelerated-nursing-career .long-arrow-bullet-container li {
  padding-left: 0;
}

#accelerated-nursing-career .related-side .medium-6 {
  padding-left: 0;
}

#accelerated-nursing-career .sub-tabs-container {
  padding: 2rem 1.25rem;
}

#accelerated-nursing-career .vertical-tab-container {
  /* width: 24%; */
}

/* Accordion mobile view */
#accelerated-nursing-career .section--contact .accordion-container-con .accordion-drop-down__toggle--mobile {
  background: #104E6A;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.5938rem 1.1655rem 0.5938rem 1.1655rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#accelerated-nursing-career .section--contact .accordion-container-con .accordion-drop-down__toggle--mobile i:before {
  color: #fff;
  font-size: 0.875rem;
}

#accelerated-nursing-career .section--contact .accordion-container-con .accordion-drop-down__toggle--active i:before {
  content: "\f068";
}

#accelerated-nursing-career .section--contact .accordion-container-con .accordion-drop-down__toggle:not(.sidebar-subnav--button) i {
  left: 0.625rem;
  right: auto;
  height: 100%;
  width: 0.9375rem;
}

#accelerated-nursing-career .section--contact .accordion-container-con .accordion-drop-down__toggle--mobile .btn-text {
  margin-left: 0.625rem;
  font-size: 0.875rem;
}

#accelerated-nursing-career .accordion-container-con .accordion-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

#accelerated-nursing-career .accordion-container-con .mobile-accordion {
  margin: 2rem 0 0 0;
  padding: 0.5rem 0.5rem 0 0.5rem;
}

#accelerated-nursing-career .accordion-container-con .subTab-header {
  padding: 0.5rem;
}

#accelerated-nursing-career .accordion-container-con .subHeader_IntroText {
  padding: 0.5rem;
}

#accelerated-nursing-career .mobile-accordion-parent {
  border: 1px solid rgba(112, 112, 112, 0.4);
  /* border-bottom: 0; */
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*  accordion */
#accelerated-nursing-accordion-section {
      background: #F7F7F7;
}


#accelerated-nursing-accordion-section .accordion-drop-down__toggle:not(.sidebar-subnav--button) {
  display: flex;
  align-items: center;
  background-color: unset;
  border: 0;
  border-bottom: 0.0625rem solid #707070;
  /* box-shadow: none; */
  padding-bottom: 0.5rem;
  padding-top: 0;
  padding-left: 0;
  background-color: #F7F7F7;
  gap: 1.8125rem;
}
#accelerated-nursing-accordion-section .accordion-drop-down__toggle:not(.sidebar-subnav--button) img {
  width: 1.6875rem;
}
#accelerated-nursing-accordion-section .accordion-drop-down__toggle:not(.sidebar-subnav--button) .btn-title {
    color: #707070;
    font-weight: bold;
}
#accelerated-nursing-accordion-section .accordion-drop-down__toggle:not(.sidebar-subnav--button) i {
  color: #707070;
}
#accelerated-nursing-accordion-section .accordion-drop-down__toggled-content {
      margin-top: 0rem;
      border-top: 0;
}
@media (max-width: 64rem) {
  #accelerated-nursing-career .image-container {
    display: none;
  }

  #accelerated-nursing-career .values-container .wordBtn {
    display: flex;
    align-items: flex-end;
  }

  #accelerated-nursing-career .mission_container .wordBtn {
    display: none;
  }
}

#accelerated-nursing-career .accordion-container-con {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

#accelerated-nursing-career .accordion-container-con .accordion-drop-down__toggle--mobile+* {
  margin: 0 auto;
}

#accelerated-nursing-career .accordion-container-con .accordion-drop-down__toggle--active i:before {
  content: "\f067";
}
  #accelerated-nursing-career #mobileLayout {
    display: none;
  }

@media screen and (max-width: 48em) {
  #accelerated-nursing-career {
    padding-top: 0;
  }
  #accelerated-nursing-career #webLayout {
    display: none;
  }
  #accelerated-nursing-career #mobileLayout {
    display: block;
    width: 100%;
    /* background: #0F4E6A; */
    margin-bottom: 2.5rem;
    flex: 1;
  }
  #accelerated-nursing-career #mobileLayout .tabs-container-mobile {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 0.5625rem;
        background-color: #0F4E6A;
    
  }
   #accelerated-nursing-career #mobileLayout .tabs-container-mobile .buttonLink{
    color: #fff;
    margin-left: 1.875rem;
    margin-top: 0.5625rem;
        font-size: 0.875rem;
   }
   #accelerated-nursing-career #mobileLayout .tabs-container-mobile .buttonLink.active{
        color: #FFD95A;
        text-decoration: underline;
   }
  #accelerated-nursing-career .right-sidebar {
    justify-content: center;
  }
  #accelerated-nursing-career #webLayout .tab {
      height: 3.325rem;
  }
  #accelerated-nursing-career .accordion-container-con .mobile-accordion-container--default {}

  #accelerated-nursing-career .subTab-ContainerBar {
    /* top: 3.65rem; */
    top: 3.2rem;
  }

  #accelerated-nursing-career #webLayout .hr-tabs-container .tab.active {
    box-shadow: 0.375rem 0px 0px 0px #fff, -0.375rem 0px 0px 0px #fff, 0px 0.375rem 0px 0px #f7f7f7;
  }

  #accelerated-nursing-career #webLayout .hr-tabs-container .tab.active:last-child {
    box-shadow: 0.375rem 0px 0px 0px #fff, -0.375rem 0px 0px 0px #fff, 0px 0.375rem 0px 0px #f7f7f7;
  }

  #accelerated-nursing-career .mobile-view {
    display: block;
    width: 100%;
  }

  #accelerated-nursing-career .card-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #accelerated-nursing-career .card-container-apply,
  #accelerated-nursing-career .card-container-info {
    padding-left: 0.5rem;
    width: 48.5%;
    padding-right: 1rem;
  }

  #accelerated-nursing-career .non-mobile-view {
    /* display: none; */
  }

  #accelerated-nursing-career #webLayout .tab {
    font-size: 0.55rem;
  }

  #accelerated-nursing-career #webLayout .tabs {
    column-gap: 0.375rem;
  }
}
/* right side panel */

#accelerated-nursing-career .program-duration .card--contact div:not(.button-container), 
#accelerated-nursing-career .program-deadlines .card--contact div:not(.button-container) {
  margin-bottom: 0.5rem;
}
#accelerated-nursing-career .program-duration .button-container {
  margin-top: 1rem;
}
#accelerated-nursing-career .program-duration .title-txt {
  /* color: #707070; */
  color: #B83F35;
  font-weight: 400;
 /*margin-right: 0.5rem;*/
}
#accelerated-nursing-career .program-duration .label,
#accelerated-nursing-career .program-deadlines .label {
  /* color: #5CB3D0;
  font-weight: bold; */
  color: #000000;
  font-weight: 400;
  font-size: 0.915rem;
}

#accelerated-nursing-career .location-txt.label a {
  /* color: #5CB3D0;
  font-weight: bold; */
  color: #000000;
  font-weight: 400;
}

#accelerated-nursing-career .program-deadlines .deadlines-location .location{
  font-style: italic;
}

#accelerated-nursing-career .program-deadlines .deadlines-location {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 360px) {

 #accelerated-nursing-career .tab {
  font-size: 0.45rem;
  /* width: 94.5%; */
}
}
/* #accelerated-nursing-career .program-deadlines .deadlines-location .deadlines-txt:last-child {} */

/**** Css for updated website *****/

.give-to-smu a:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 93%;
  left: 0;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(to right, transparent 0%, #72B1CD 100%, transparent 100%);
}

.give-to-smu.apply a::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 93%;
  left: 0;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(to right, transparent 0%, #004D71 100%, transparent 100%);
}

.my-smu-login a::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 93%;
  left: 0;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(to right, transparent 0%, #FFD959 100%, transparent 100%);
}


/* Css for home page */

.banner-section {
  margin-bottom: 2rem;
}
.banner-section .checkerboard-item::after {
  content: none;
}
.banner-section .checkerboard-item::before {
  content: none;
}
.banner-section .checkerboard-item__info {
  background: #0F4E6A;
  color: #ffffff;
}
.banner-section .checkerboard-item h2:after
{
  content: none;
}
.banner-section .checkerboard-item h2 {
  font-size: 3.125rem;
  color: #ffffff;
  margin-bottom: 0.625rem;
  padding-bottom: 10px;
 }
 .banner-section .checkerboard-item .btn {
  background-color: #B83F35;
  border: none;
  box-shadow: none;
}
.banner-section .checkerboard-item p {
  font-size: 1.25rem;
  font-weight: 400;
   line-height: 1.75rem;
}
.contact-side {    
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to right, transparent 0, #FFD959 100%, transparent 100%) 1;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.related-side {
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to right, transparent 0, #72B1CD 100%, transparent 100%) 1;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.small-12.large-11.columns.preparing-columns h2 {
  color: #0F4E6A;
  font-weight: 500;
}
#college_of_nursing a.btn {
  background: #B83F35;
  box-shadow: inset 0 0 0 0px #0F4E6A, 0 0 0 0px #A0A0A0;
  color: #ffffff;
  border: none;
}
#college_of_nursing a.btn {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 0.5rem;
}

.preparing-columns h5 {
  color: #0F4E6A;
}

#college_of_nursing .checkerboard-item .btn {
  background-color: #B83F35;
  color: #ffffff;
  box-shadow: inset 0 0 0 0px #0F4E6A, 0 0 0 0px #A0A0A0;
  margin: 0;
  z-index: 2;
}

 .checkerboard-item h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 93%;
  left: 0;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(to right, transparent 0%, #FFD959 100%, transparent 100%);
  max-width: 93%;
}

.features-image-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-image-text h5 {
  margin-bottom: 0;
  padding-left: 0.5rem;
}
.faculty-ind img {
  height: 168px;
}

.messages.messages--error {
  display: none;
}

.banner-section.cpm .checkerboard-item__info {
  background: #ffffff;
  color: #0F4E6A;
}

.banner-section.cpm .checkerboard-item h2 {
  font-size: 3.125rem;
  color: #0F4E6A;
  margin-bottom: 0.625rem;
  padding-bottom: 10px;
}
.cpm .checkerboard-item__info__inner:after {
  content: "";
  position: absolute;
  top: 0;
  width: 4rem;
  right: 0;
  height: 100%;
  border-radius: 3px;
  /* background: linear-gradient(to top, transparent 0%, #FFD959 100%, transparent 100%); */
  max-width: 93%;
  background-image: url(/sites/default/files/2024-05/Podiatric_particles%201.png);
  background-size: contain;
  }

.banner-section.programs .checkerboard-item__info {
  background: #B83F35;
  color: #ffffff;
}


.section-btn-container .btn {
  margin-bottom: 0;
  background-color: #B83F35;
  box-shadow: none;
  color: #ffffff;
  border: none;
}

.btn--solid {
  border: 2px solid #B83F35;
  background: #B83F35;
  color: #fff;
  /* border: none; */
  box-shadow: none;
}

.button-container .btn--solid--blue-green {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: 0.5rem;
}

.page--home .featured-listing__media img {
  height: auto;
  
  }

 

  /*----------- Header Css ----------*/

#contact-us-form {
    position: relative;
    margin-top: 1rem;
}
#contact-us-form .form-container {
  position: relative;
}

#contact-us-form .contact-us-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#contact-us-form .contact-us-btn {
  background-color: #B83F35;
  border: 0;
  border-bottom-right-radius: 0.375rem;
  height: 1.7875rem;
  width: 10rem;
  color: #ffffff;
  font-size: 1.125rem;
  border-bottom-left-radius: 0.375rem;
}

#contact-us-form .contact-us-btn .arrow-box {
  font-size: 1rem;
}

#contact-us-form .contact-form {
height: 23rem;
width: 24.625rem;
position: absolute;
right: 0;
/* background-color: #0F4E6A; */
top: 0rem;
border-bottom-left-radius: 0.875rem;
border-bottom-right-radius: 0.875rem;
display: none;
}

#contact-us-form .contact-form.show-form {
display: block;
}

#contact-us-form .container {
  padding: 0.875rem 1.875rem 0 1.875rem;
      line-height: 1;
}

#contact-us-form .container p {
color: #fff;
line-height: 1.1;
margin-bottom: 0.8rem;
font-family: "Source Sans Pro", sans-serif;
}

#contact-us-form .name-holder {
  display: flex;
  gap: 0.8125rem;
}
 #contact-us-form .email-holder {
  display: flex;
  gap: 0.8125rem;
}

#contact-us-form .email-holder div {
  width: 10rem;
}
#contact-us-form .container-gap {
  margin-top: 0.375rem;
}

#contact-us-form .name-holder div {
  width: 10rem;
}

#contact-us-form label {
color: #fff;
font-size: 14px;
margin-bottom: 3px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 600;
}

#contact-us-form input[type="text"],
#contact-us-form input[type="mail"] {
width: 100%;
border-radius: 0.25rem;
color: #fff;
background: #0C3B50;
border: 0;
min-height: 1.5rem;
padding-left: 0.5rem;
padding: 0;
font-size: 14px;
}

#contact-us-form .form-footer-container {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
}

#contact-us-form input[type="checkbox"] {
  margin-right: 0.5rem;
}

#contact-us-form a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#contact-us-form button[type="submit"] {
  width: 5.375rem;
  height: 2.25rem;
  border-radius: 2.25rem;
  color: #0F4E6A;
  font-size: 1.125rem;
  /* font-weight: bold; */
  border: 0.1875rem solid #fff;
  box-shadow: inset 0px 0px 0px 2px #0F4E6A;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}

      #contactFormContainer {
      display: none;
      position: fixed;
      top: 10%;
      right: 0;
      width: 50%;
      height: 50%; 
      background-color: white;
  }

  #contactFormContainer iframe {
      width: 100%;
      height: 100%;
      border: 0;
  }
.header-main {
    /* padding: 2.3819rem 1.25rem; */
}
.footer-buttons-wrapper {
display: none;
}
@media screen and (max-width: 48em), screen and (max-width: 64em) {
#contact-us-form {
  display: none;
}
.footer-buttons-wrapper {
display: block;
}

}

/*----- Footer form Css *------------*/


#contact-us-form-footer {
  position: fixed;
  display: flex;
  width: 100%;
  justify-content: center;
  bottom: 2.8125rem;
}
#contact-us-form-footer .form-container {
    position: relative;
}

#contact-us-form-footer .contact-us-container {
    position: absolute;
    right: 0;
    top: -1.75rem;
}

#contact-us-form-footer .contact-us-btn-footer {
    background-color: #FFD95A;
    border: 0;
    border-top-right-radius: 0.375rem;
    height: 1.7875rem;
    width: 10rem;
    color: #707070;
    font-size: 1.125rem;
    border-top-left-radius: 0.375rem;
}

#contact-us-form-footer .contact-us-btn-footer .arrow-box {
    width: 0.7425rem;
    height: 0.7425rem;
    display: inline-flex;
}

#contact-us-form-footer .footer-contact-form {
  height: 29.6875rem;
  width: 24.625rem;
  /* position: absolute; */
  /* right: 0; */
  background-color: #0F4E6A;
  /* top: 0rem; */
  border-top-left-radius: 0.875rem;
border-top-right-radius: 0.875rem;
  display: none;
}

#contact-us-form-footer .footer-contact-form.show-form {
  display: block;
}

#contact-us-form-footer .container {
    padding: 0.875rem 1.875rem 0 1.875rem;
        line-height: 1;
}

#contact-us-form-footer .container p {
  color: #fff;
  line-height: 1.1;
  margin-bottom: 0.8rem;
  font-family: "Source Sans Pro", sans-serif;
}

#contact-us-form-footer .name-holder {
    display: flex;
    gap: 0.8125rem;
}
 #contact-us-form-footer .email-holder {
    display: flex;
    gap: 0.8125rem;
}
#contact-us-form-footer .container-gap {
    margin-top: 0.375rem;
}

#contact-us-form-footer .name-holder div {
    width: 50%;
}
 #contact-us-form-footer .email-holder div {
    width: 50%;
}

#contact-us-form-footer label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}

#contact-us-form-footer input[type="text"],
#contact-us-form-footer input[type="mail"] {
  width: 100%;
  border-radius: 0.25rem;
  color: #fff;
  background: #0C3B50;
  border: 0;
  min-height: 1.5rem;
  padding-left: 0.5rem;
  padding: 0;
  font-size: 14px;
}

#contact-us-form-footer .form-footer-container {
    display: flex;
    justify-content: space-between;
    margin-top: 0.8rem;
}

#contact-us-form-footer input[type="checkbox"] {
    margin-right: 0.5rem;
}

#contact-us-form-footer a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

#contact-us-form-footer button[type="submit"] {
    width: 5.375rem;
    height: 2.25rem;
    border-radius: 2.25rem;
    color: #0F4E6A;
    font-size: 1.125rem;
    /* font-weight: bold; */
    border: 0.1875rem solid #fff;
    box-shadow: inset 0px 0px 0px 2px #0F4E6A;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.footer_button_container {
      display: flex;
gap: 4px;
position: fixed;
bottom: 0;
width: 100%;
}
.footer_button_container .headerBar {
      width: 100%;
background: #FFD95A;
height: 5px;
position: absolute;
top: -5px;
}
.footer_button_container .footerBtn {
    height: 40px;
    font-size: 18px;
    color: #fff;
    width: 100%;
    border: 0;
    background-color: #B83F35;
}
.footer_button_container .footerBtn.active {        
    background-color: #FFD95A;
    color: #707070;
}
.footer_button_container .footerBtn a {
color: #fff;
}
@media screen and (max-width: 48em) {
   .footer_button_container .footerBtn {
   
    font-size: 1rem;
    
}
}

/* scholorships page css */

form#views-exposed-form-all-programs-scholarships-page-1 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 2.025rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

form#views-exposed-form-all-programs-scholarships-page-1 .form-item {
  max-width: 75%;
}

form#views-exposed-form-all-programs-scholarships-page-1 {
  flex-direction: row;
  margin-top: 4rem;
}

input#edit-submit-all-programs-scholarships {
  margin-bottom: 0px;
}



/* for scrollbar and read more */
#accelerated-nursing-career .links-container {
  gap: 1.25rem;
  display: flow;
}

#accelerated-nursing-career .right-sidebar {
  display: flex;
  justify-content: flex-start;
  height: 730px;
  overflow-y: scroll;
}
@media screen and (max-width: 64.0625em) {
  #accelerated-nursing-career .right-sidebar {
    display: initial !important;
    justify-content: initial !important;
    height: auto !important;
    overflow-y: initial !important;
  }
}
/* .moretext {
  display: none;
} */
#more {
  display: none;
}

button#myBtn {
  background-color: rgb(15, 78, 106);
  border-radius: 62px;
  border: 2px solid rgb(255, 255, 255);
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 1rem 1.25rem;
}

#main-content\ scholorship-page .item-list li {
  color: #ffffff;
}

#main-content\ scholorship-page .item-list ul {
  padding-left: 0px;
}


/* Home Page modification css*/

div#home-program-grid {
  max-width: 93%;
}

h2.h4 {
  flex: 100% !important;
  max-width: 100% !important;
}

.lined-section-title--home .dividing-line {
  display: none;
}
.lined-section-title--home .h4 {
  color: #0F4E6A;
  font-weight: 600;
  font-size: 2.5rem;
}

.home-program-grid__slides a:hover h2 {
  color: #0F4E6A;
  text-decoration: none;
}

.pop-in-small.sequence-anim-item.sequence-anim-item--active {
  border-radius: 0.9rem;
}
.home-program-grid .home-program-grid__slides__highlights__sub-slides--image img {
  border-radius: 0.9rem;
}
.home-program-grid__slides__img img {
  border-top-left-radius: 0.9rem;
  border-top-right-radius: 0.9rem;
}
.lined-divide-container--center::after {
  display: none;
}

.parallax-mask.ranked {
  background: #0F4E6A;
  margin-top: 3rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
}
.ranked-para span {
  color: #FFD95A;
}
.ranked-para h5 {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
}

.ranked .small-11.list-container {
  padding-top: 30px;
  
}
.ranked-para {
  padding: 30px 0px 0px 0px;
  position: relative;
  margin-bottom: 20px;
}

.ranked-para p {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
}

.ranked-para:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, transparent 0%, #5CB3D0 100%, transparent 100%);
}

.small-11.ist img {
  /* padding-bottom: 20px; */
  padding: 30px;
}

.page--home .section--banded.section--smu-perspectives {
  background: #B83F35;
}

.page--home .smu-perspective__quote {
  max-width: 100%;
  position: relative;
  background: #ffffff;
  border-radius: 3rem;
  padding-left: 1rem;
  background: none;
}
.quote .smu-perspective__quote:before {
  display: none;
}

.page--home .smu-perspective__quote {
  background: none;
}
.page--home .smu-perspective figcaption {
  color: #ffffff;
  padding-bottom: 2rem;
}
.page--home .smu-perspective .btn {
  box-shadow: none;
}

.page--home section.section--social-panel.section--global-spacing.sequence-anim-parent {
  display: none;
}
.page--home section.section--global-spacing.section--proof-points.sequence-anim-parent {
  display: none;
}
.page--home .news--large-feature a {
  color: #0F4E6A;
}

.ranked #college_of_nursing .image-container {
  display: block;
}

.page--home  a.news-main-category.news-main-category--campus-news {
  color: #ffffff;
}
@media screen and (min-width: 64.0625em) {

  #home-program-grid h2.h4::after {
    content: "";
    position: absolute;
    bottom: 1rem;
    width: 58%;
    left: 32.2rem;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(to left, transparent 0%, #FFD959 100%, transparent 100%);
    max-width: 93%;
  }

  .home-program-grid__slides__img {
      position: absolute;
      top: 0;
      left: 0;
      height: 75%;
  }

  .lined-divide-container--center.ranked {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .home-program-grid__slides__feature__inner {
    padding: 0;
    margin: 0;
}

.row.quote {
  max-width: 45rem !important;
  margin-left: auto;
  margin-right: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  bottom: 8rem;
}
.page--home .smu-perspective .student-name {
  color: #FFD95A;
}
.page--home .smu-perspective .student-major {
  color: #ffffff;
}
.parallax-mask.ranked {
  padding: 1.5rem;
}
}

@media screen and (min-width: 48.0625em) {
  .smu-perspective__overlay {
      background-image: none;
  }

  .page--home .section--smu-perspectives img {
    position: absolute;
    max-width: none;
    width: 40%;
    height: 100%;
    object-fit: cover;
    padding: 4rem;
}
}


/* General page*/

.right-sidebar .card--contact .stacked-icon-list li:before {
  display: none;
  }
  .related-side section.section--related-links .long-arrow-bullet-container li {
    list-style-image: none;
    list-style-type: none;
    }
.related-side .card--related-links li {
  width: 100%;
  float: left;
  }
  .related-side h2.h4 {
  display: none;
  }
  .related-side h3 {
  display: none;
  }
  .related-side .section--banded--texture {
  background: none;
  }
  .related-side .card--related-links {
  box-shadow: none;
  padding:0;
  }
  
  .related-side {
  /* margin-top: 1.25rem; */
  border-radius: 0.5rem;
  }
  .related-side .medium-6 {
  max-width: 100%;
  flex: 0 0 100%;
  }
  .related-side .section--banded:last-child {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  }
  .related-side section.section--global-spacing.section--banded.section--banded--texture.section--related-links {
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  }

  .card--contact h2 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    color: #0F4E6A;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
 }

 .related-side .lined-divide-container .dividing-line {
  display: none;
  }

  .related-side .padded-row.grid-max-940.lined-section-title {
    display: none;
}
 #general-page .right-sidebar a {
  text-decoration: underline;
  font-size: 0.915rem;
  font-weight: 400;
}

#general-page  article.card.card--related-links ul {
  padding: 0;
}

section.section--global-spacing.section--banded.section--get-started-links a {
  color: #ffffff;
}

#admission-flow  article.card.card--related-links ul {
  padding: 0;
}

#admission-flow .right-sidebar a {
  text-decoration: underline;
  font-size: 0.915rem;
  font-weight: 400;
}

.checkerboard-item__media {
  position: relative;
}
/* video button css */
.checkerboard-item__media {
  position: relative;
  width: 50%; /* Adjust this to fit your layout */
  float: left;
  height: auto;
}

/* Initially hide the popup video */
.popup {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center; /* Initially hidden */
}

/* Video iframe takes full space */
.popup-content {
  position: relative;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    max-height: 940px;
}

.popup-content iframe {
  width: 100%;
  height: 100%;
}

.video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border: none;
  border-radius: 50%;
  color: #FFD959;
  font-size: 40px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

/* Ensures the info content on the right side takes 50% */
.checkerboard-item__info {
  width: 50%;
  float: right;
  height: auto;
}


.exoloreMoreLink.btn {
  color: #fff;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .video-button {
    font-size: 2rem; /* Smaller font size for mobile */
    width: 50px; /* Adjust the size for mobile */
    height: 50px; /* Adjust the size for mobile */
  }
}

/* --- CSS for CPM page ---
   ---------*/
   #college_of_podiatric .hidden_container{
    display:none;
    }
    #college_of_podiatric .preparing-section {
    width: 100%;
    display: flex;
    justify-content: center;
    }
    #college_of_podiatric .preparing-section .preparing-columns {
    padding: 0;
    }
    #college_of_podiatric .deadLines-list > div  {
    padding: 0;
    margin-bottom: 2.672rem;
    }
 
    #college_of_podiatric .deadLines-list .locations {
    font-style: italic;
    font-size: 1rem;
    }
    #college_of_podiatric .deadLines-list .locations a {
    color: #707070;
    }
    /* Horizontal Tabs */
    #college_of_podiatric .tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    column-gap: 0.9375rem;
    }
    #college_of_podiatric .tabLayout-container {
    row-gap: 4.375rem;
    display: flex;
    justify-content: center;
    max-width: 90rem;
    column-gap: 0.625rem;
    }
    #college_of_podiatric .tab-left-section {
    position: relative;
    }
    #college_of_podiatric .subTab-ContainerBar {
    position: absolute;
    top: 3.6875rem;
    display: flex;
    right: 0;
    justify-content: flex-end;
    width: 100%;
    background: #234D67;
    height: 0.125rem;
    }
    #college_of_podiatric .links-container {
    gap: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    }
    #college_of_podiatric .tab {
     cursor: pointer;
     border: none;
     color: #0F4E6A;
     font-weight: bold;
     transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
     background: #E1EEFC;
     border-radius: 1rem 1rem 0 0;
     text-align: center;
     height: 3.8125rem;
     box-sizing: border-box;
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100%;
     line-height: 1.2;
     border-bottom: 0.3125rem solid #fff;
     font-size: 0.875rem;
    }
    #college_of_podiatric .deadline .date {
     color: #000000;
     font-size: 1rem;
     font-weight: 400;
    }
   .deadlines-txt.locations a {
     color: #000000;
     font-weight: 400;
   }
    #college_of_podiatric .deadline h3 {
    font-size: 1rem;
    }
    #college_of_podiatric .tab.active {
     background-color: #FFD95A;
     color: #0F4E6A;
     /* border-bottom: 0.3125rem solid #aed8e6; */
    }
    #college_of_podiatric .hr-tabs-container .tab.active {
    /* box-shadow: 0.9375rem 0px 0px 0px #fff, -0.9375rem 0px 0px 0px #fff, 0px 0.375rem 0px 0px #f7f7f7; */
    z-index: 1;
    }
    #college_of_podiatric .hr-tabs-container .tab.active:last-child {
    /* box-shadow: 0 0px 0px 0px #fff, -0.9375rem 0px 0px 0px #fff, 0px 0.375rem 0px 0px #f7f7f7; */
    z-index: 1;
    }
    #college_of_podiatric .tab-content {
    display: none;
    padding: 0 0 0.625rem 0;
    padding-left: 0;
    border-top: none;
    width: 100%;
    position: relative;
    }
    #college_of_podiatric .list-container ul {
    padding-left: 10px;
 /* list-style-type: none; */
    }
    #college_of_podiatric .list-container h5 {
    margin-bottom: 0.5rem;
    }
    #college_of_podiatric .values-container {
    display: flex;
    flex-wrap: wrap;
    }
    #college_of_podiatric .values-container .wordBtn {
    display: none;
    }
    #college_of_podiatric .related-side.card--contact h2,
    #college_of_podiatric .highlight-side.card--contact h2  {
    margin-bottom: 0.5rem;
    }
    #college_of_podiatric .highlight-side .paragraph--type--highlights a{
    color: #0F4E6A;
    }
    #college_of_podiatric .bachelorsTopbar {
    border-top: 0.125rem solid #234D67;
    position: absolute;
    top: -0.125rem;
    width: 75.5%;
    display: flex;
    right: 0;
    justify-content: flex-end;
    }
    #college_of_podiatric .mastersTopbar_1 {
    border-top: 0.125rem solid #234D67;
    position: absolute;
    top: -0.125rem;
    width: 51%;
    display: flex;
    right: 0;
    justify-content: flex-end;
    }
    #college_of_podiatric .mastersTopbar_2 {
    border-top: 0.125rem solid #234D67;
    position: absolute;
    left: 0;
    width: 23%;
    display: flex;
    left: 0;
    justify-content: flex-start;
    top: -0.125rem;
    }
    #college_of_podiatric .doctoralTopbar_1 {
    border-top: 0.125rem solid #234D67;
    position: absolute;
    top: -0.125rem;
    width: 47.4%;
    display: flex;
    left: 0;
    justify-content: flex-start;
    }
    #college_of_podiatric .doctoralTopbar_2 {
    border-top: 0.125rem solid #234D67;
    position: absolute;
    width: 26.5%;
    display: flex;
    right: 0;
    justify-content: flex-end;
    top: -0.125rem;
    }
    #college_of_podiatric .certificatesTopbar_1 {
    border-top: 0.125rem solid #234D67;
    position: absolute;
    top: -0.125rem;
    width: 71.9%;
    display: flex;
    left: 0;
    justify-content: flex-start;
    }
    #college_of_podiatric .certificatesTopbar_2 {
    border-top: 0.125rem solid #234D67;
    position: absolute;
    width: 3.5%;
    display: flex;
    right: 0;
    justify-content: flex-end;
    top: -0.125rem;
    }
    #college_of_podiatric .card--contact h2 {
     margin-bottom: 0.5rem;
     font-size: 1.25rem;
     color: #0F4E6A;
     font-weight: 500;
     line-height: 26px;
     text-transform: capitalize;
    }
    #college_of_podiatric .card--contact h3 {
     color: #B83F35;
     margin-bottom: 0.5125rem;
     font-weight: 500;
     font-size: 1rem;
     font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    }
    #college_of_podiatric .right-sidebar .card--contact .stacked-icon-list li:before {
    display: none;
    }
    #college_of_podiatric .tab-content.active {
    display: block;
    padding-right: 0;
    }
    #college_of_podiatric .container-header {
     color: #B83F35;
     font-weight: 400;
    }
    #college_of_podiatric .sub-header-text {
     color: #000000;
     font-weight: 400;
    }
    #college_of_podiatric .sub-header-text-infoBox {
     color: #000000;
     font-weight: 400;
    }
    /* Vertical Tabs */
    #college_of_podiatric .custom-vertical {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    flex-wrap: wrap;
    width: 100%;
    }
    #college_of_podiatric ul.custom-vertical .tab {
    border-radius: 0;
    width: 92%;
    padding: 0;
    /* height: 4.6875rem; */
    margin-top: 1rem;
    flex: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 0.5rem;
    line-height: 1.2;
    font-weight: 600;
    /* flex-basis: fit-content; */
    }
 
   .section--news .btn {
     background: #B83F35;
     box-shadow: none;
   }
   #college_of_podiatric .deadLines-list .locations a {
     color: #000000;
     font-weight: 400;
   }
 
   .button-container .btn--solid--blue-green {
     padding-left: 1.5rem;
     padding-right: 1.5rem;
     margin-right: 0.5rem;
    }
    #college_of_podiatric .custom-vertical .tab {
    padding: 15px 20px;
    cursor: pointer;
    border: none;
    color: #0F4E6A;
    font-size: 0.825rem;
    font-weight: bold;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }
    #college_of_podiatric .italic-text {
    font-style: italic;
    }
    #college_of_podiatric .custom-vertical .tab.active {
     background-color: #5CB3D0;
     color: #ffffff;
    /* border-right: 0.625rem solid #aed8e6; */
    }
    #college_of_podiatric .tabs-container.custom-vertical-content {
    position: relative;
    display: flex;
    width: 100%;
    /* background-color: #F7F7F7; */
    top: 0;
    /* border-bottom: 0.125rem solid #234D67; */
    padding-bottom: 0.3125rem;
    }
    #college_of_podiatric .tabs-container.custom-vertical-content .custom-vertical-container {
    display: inline-flex;
    }
    #college_of_podiatric .tab-content.custom-vertical {
    display: none;
    padding: 1.25rem;
    border-top: none;
    width: 100%;
    padding-top: 1rem;
    padding-left: 0;
    }
    #college_of_podiatric .tab-content.custom-vertical.active {
    display: block;
    }
    #college_of_podiatric .hidden {
    display: none;
    }
    #college_of_podiatric .right-sidebar {
    /* margin-left: 0.625rem; */
    display: flex;
    justify-content: flex-start;
    }
    #college_of_podiatric .related-side .card--related-links li {
    width: 100%;
    float: left;
    }
    #college_of_podiatric .related-side h2.h4 {
    display: none;
    }
    #college_of_podiatric .related-side h3 {
    display: none;
    }
    #college_of_podiatric .related-side .section--banded--texture {
    background: none;
    }
    #college_of_podiatric .related-side .card--related-links {
    box-shadow: none;
    }
    #college_of_podiatric .related-side {
    /* margin-top: 1.25rem; */
    border-radius: 0.5rem;
    }
    #college_of_podiatric .related-side .medium-6 {
    max-width: 100%;
    flex: 0 0 100%;
    }
    #college_of_podiatric .related-side .section--banded:last-child {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    }
    #college_of_podiatric .related-side section.section--global-spacing.section--banded.section--banded--texture.section--related-links {
    padding: 0;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    }
    #college_of_podiatric .parent-div {
    display: flex;
    justify-content: center;
    }
    #college_of_podiatric .features-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    row-gap: 2rem;
    }
    #college_of_podiatric .wordBtn {
    margin-top: 2rem;
    }
    #college_of_podiatric .related-side .padded-row.grid-max-940.lined-section-title {
    display: none;
    }
    #college_of_podiatric .highlight-side.card--contact {
    margin-top: 1.25rem;
    border-radius: 0.5rem;
    }
    #college_of_podiatric .right-sidebar .card--contact {
    border-radius: 0.5rem;
    border: 0.0625rem solid rgba(112, 112, 112, 0.3);
    border: none;
    }
    #college_of_podiatric .stacked-icon-list li {
    padding-left: 0;
    margin-bottom: 0;
    }
    #college_of_podiatric .button-container {
    height: 100%;
    display: flex;
    align-items: flex-end;
    }
    #college_of_podiatric .card-container {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    flex-wrap: wrap;
    background-color: #F9F9F7;
    }
    #college_of_podiatric .card-container-apply,
    #college_of_podiatric .card-container-info {
    display: flex;
    flex-direction: column;
    width: 48%;
    /* border: 1px solid rgba(112, 112, 112, 0.4); */
    border-radius: 0.5rem;
    padding: 1.625rem;
    box-sizing: border-box;
    }
    #college_of_podiatric .container-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.672rem;
    /* font-size: 1.25rem; */
    line-height: normal;
    }
    #college_of_podiatric .card-container-info {}
    #college_of_podiatric .applyBtn {
    border: 0.1875rem solid #707070;
    border-radius: 2.25rem;
    width: 10.25rem;
    height: 4.6875rem;
    color: #fff;
    cursor: pointer;
    background: #b83f35;
    font-weight: bold;
    }
    #college_of_podiatric .related-side .lined-divide-container .dividing-line {
    display: none;
    }
    #college_of_podiatric .hr-tabs-container .tab {
    text-transform: uppercase;
    }
    #college_of_podiatric .related-side .card--related-links {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    }
    #college_of_podiatric .mobile-view {
    display: none;
    }
    #college_of_podiatric .related-side section.section--related-links .long-arrow-bullet-container li {
    list-style-image: none;
    list-style-type: none;
    }
    #college_of_podiatric .related-side section.section--related-links .row {
    margin: 0;
    max-width: 100%;
    }
    #college_of_podiatric .related-side .long-arrow-bullet-container ul,
    #college_of_podiatric .long-arrow-bullet-container li {
    padding-left: 0;
    }
    #college_of_podiatric .related-side .medium-6 {
    padding-left: 0;
    }
    #college_of_podiatric .sub-tabs-container {
    /* width: 77%; */
    }
    #college_of_podiatric .vertical-tab-container {
    /* width: 24%; */
    }
    #college_of_podiatric .exoloreMoreLink .anchorText {
    text-decoration: none;
    }
    #college_of_podiatric .exoloreMoreLink {
    color: #ffffff;
    font-weight: bold
    } 
    /* Accordion mobile view */
    #college_of_podiatric .section--contact .accordion-container-con .accordion-drop-down__toggle--mobile {
    background: #104E6A;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.5938rem 1.1655rem 0.5938rem 1.1655rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    }
    #college_of_podiatric .section--contact .accordion-container-con .accordion-drop-down__toggle--mobile i:before {
    color: #fff;
    font-size: 1rem;
    }
    #college_of_podiatric .section--contact .accordion-container-con .accordion-drop-down__toggle--active i:before {
    content: "\f068";
    }
    #college_of_podiatric .section--contact .accordion-container-con .accordion-drop-down__toggle--active {
    background: #5CB3D0;
    border-color: #5CB3D0;
    }
    #college_of_podiatric .section--contact .accordion-container-con .accordion-drop-down__toggle:not(.sidebar-subnav--button) i {
    left: 0.625rem;
    right: auto;
    height: 100%;
    width: 0.9375rem;
    display: flex;
    align-items: center;
    }
    #college_of_podiatric .section--contact .accordion-container-con .accordion-drop-down__toggle--mobile .btn-text {
    margin-left: 0.625rem;
    font-size: 0.875rem;
    }
    #college_of_podiatric .accordion-container-con .accordion-tab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    }
    h3.subTab-header {
     font-size: 1.5rem;
    }
    a.btn {
     background: #B83F35;
     box-shadow: inset 0 0 0 0px #0F4E6A, 0 0 0 0px #A0A0A0;
     color: #ffffff;
     border: none;
    }
    .right-sidebar a {
     text-decoration: underline;
     font-size: 0.915rem;
     font-weight: 400;
    }
    #college_of_podiatric .accordion-container-con .mobile-accordion {
    margin: 1rem 0 0 0;
    padding: 0 0.25rem 0 0.25rem;
    }
    #college_of_podiatric .accordion-container-con .subTab-header {
    padding: 0 0 1rem;
    margin-bottom: 0;
    }
    #college_of_podiatric .accordion-container-con .subHeader_IntroText {
    padding: 0 0 1rem;
    margin-bottom: 0;
    }
    #college_of_podiatric .mobile-accordion-parent {
    border: 1px solid rgba(112, 112, 112, 0.4);
    /* border-bottom: 0; */
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    }
 
    #college_of_podiatric .checkerboard-item .btn {
     background-color: #B83F35;
     color: #ffffff;
     box-shadow: inset 0 0 0 0px #0F4E6A, 0 0 0 0px #A0A0A0;
     margin: 0;
     z-index: 2;
    }
     #college_of_podiatric a.btn {
     background: #B83F35;
     box-shadow: inset 0 0 0 0px #0F4E6A, 0 0 0 0px #A0A0A0;
     color: #ffffff;
     border: none;
     }
     #college_of_podiatric .container-content .columns {
     padding: 0;
     }
    #college_of_podiatric a.btn {
     padding-left: 1rem;
     padding-right: 1rem;
     margin-right: 0.5rem;
    }
 
    @media (max-width: 64rem) {
 
   .cpm .checkerboard-item__info__inner:after {
   content: "";
   position: absolute;
   top: 0;
   width: 4rem;
   right: 0;
   height: 100%;
   border-radius: 3px;
   /* background: linear-gradient(to top, transparent 0%, #FFD959 100%, transparent 100%); */
   max-width: 93%;
   background-image: url(/sites/default/files/2024-05/Podiatric_particles%201.png);
   background-size: contain;
   }
    #college_of_podiatric .preparing-section .preparing-columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    }
    #college_of_podiatric .image-container {
    display: none;
    }
    #college_of_podiatric .values-container .wordBtn {
    display: flex;
    align-items: flex-end;
    }
    #college_of_podiatric .mission_container .wordBtn {
    display: none;
    }
    }
    #college_of_podiatric .accordion-container-con {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    }
    #college_of_podiatric .accordion-container-con .accordion-drop-down__toggle--mobile + * {
    margin: 0 auto;
    }
    #college_of_podiatric .accordion-container-con .accordion-drop-down__toggle--active i:before {
    content: "\f067";
    }
    @media screen and (max-width: 48em) {
    #college_of_podiatric .right-sidebar {
    justify-content: center;
    }
    #college_of_podiatric .accordion-container-con .mobile-accordion-container--default {
    }
    #college_of_podiatric .button-container a {
    padding: 0.688rem 1.007rem 0.688rem;
    font-size: 0.7rem;
    }
    #college_of_podiatric .tab-left-section {
    width: 90%;
    }
    #college_of_podiatric .accordion-container-con {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    }
    #college_of_podiatric .subTab-ContainerBar {
    top:3.65rem;
    top: 2.35rem;
    }
    #college_of_podiatric .hr-tabs-container .tab.active {
    box-shadow: 0.375rem 0px 0px 0px #fff, -0.375rem 0px 0px 0px #fff, 0px 0.375rem 0px 0px #f7f7f7;
    }
    #college_of_podiatric .hr-tabs-container .tab.active:last-child {
    box-shadow: 0.375rem 0px 0px 0px #fff, -0.375rem 0px 0px 0px #fff, 0px 0.375rem 0px 0px #f7f7f7;
    }
    #college_of_podiatric .mobile-view {
    display: block;
    width: 100%;
    }
    #college_of_podiatric .card-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -0.3rem;
    margin-right: -0.3rem;
    }
    #college_of_podiatric .card-container-apply,  #college_of_podiatric .card-container-info {
    padding-left: 0.5rem;
    width: 48.5%;
    padding-right: 1rem;
    }
    #college_of_podiatric .non-mobile-view {
    display: none;
    }
    #college_of_podiatric .tab {
    font-size: 0.75rem;
    height: 2.5rem;
    flex: 1;
    }
    #college_of_podiatric .tabs {
    column-gap: 0.375rem;
    /* width: 95.5%; */
    }
    }
    @media screen and (max-width: 360px) {
    #college_of_podiatric .tab {
    font-size: 0.65rem;
    /* width: 94.5%; */
    }
    }
	/* #showVideoBtn {   display: none; } */
  
  /* .page--home button#showVideoBtn {    display: none; 
  } */
  /* .banner-section.programs button#showVideoBtn {
    display: none;
  } */

    #showVideoBtn {
        z-index: 5;
    }

  .embeddedServiceHelpButton .helpButton {
    position: fixed;
	padding-bottom: 100px;
    bottom: 43px !important;
    right: 7px !important;
  }

  h1#title {
    display: none;
}

#general-page .checkerboard-item__info {
  float: none;
}

@media screen and (max-width: 768px) {
  #general-page .checkerboard-item__info {
      width: 100%; /* Set width to 100% on mobile */
      float: none; /* Remove floating */
      margin: 0 auto; /* Optional: Center the element if needed */
  }
}

.home-program-grid__slides .program-sub-links .accordion-drop-down__toggle{
    background: #ffffff;
    color: #004970;
    padding-left: 15px;
    border: none;
}
.home-program-grid__slides .accordion-drop-down__toggled-content{
    border: 0px;
    padding: 3rem 4px 1.875rem;
}
.home-program-grid__slides .accordion-drop-down program-sub-links:has(div.accordion-drop-down__toggle--active)
{
    background-color: #e1eefc;
}
.home-program-grid__slides .program-sub-links .accordion-drop-down__toggle.accordion-drop-down__toggle--active{
    background-color: #e1eefc;
}
.home-program-grid__slides .program-sub-links .accordion-drop-down__toggle.accordion-drop-down__toggle--active + .accordion-drop-down__toggled-content {
    background-color: #e1eefc;
    padding-left: 15px;
}
.home-program-grid__slides .program-sub-links .accordion-drop-down__toggled-content {
    padding-left: 15px;
}
.home-program-grid__slides .accordion-drop-down__toggle:not(.sidebar-subnav--button) i {
    color: #b83f35;
    position: absolute;
    height: auto;
    width: auto;
    top: 3px;
    bottom: 0;
    right: 1.25rem;
    margin: auto;
    font-size: 1.2rem;
    transition: color .4s ease;
    transform: translateX(0); }
.home-program-grid__slides .accordion-drop-down__toggle--active i:before {
    content: "\f068";
}
.home-program-grid__slides .title{
    font-size: 1rem;
}
.home-program-grid__slides .home-program-grid__slides__feature__inner h2{
    font-size: 1.63rem;
}

.home-program-grid__slides .program-sub-links .accordion-drop-down__toggle {
    border-bottom: 1px solid #5cb3d0;
}
.home-program-grid__slides .program-sub-links:last-child .accordion-drop-down__toggle {
    border-bottom: 0px;
}


.directory-page-main-content {
    padding-bottom: 4.375rem;
}
.directory-page-main-content .content {
    padding-top: 4.375rem;
}
.directory-page-main-content .views-exposed-form {
    max-width: 61.25rem;
    margin: 0 auto;
}
.directory-page-main-content .views-exposed-form .form-item {
    max-width: 100%;
}
.directory-page-main-content .views-exposed-form .form-item > label {
    font-size: 1.875rem;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    color: #444;
}

.directory-page-main-content .content .views-element-container .profile-content {
    padding: 4rem 0;
    display: flex;
    justify-content: space-between;
    max-width: 61.25rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin: 0 auto;
}
.directory-page-main-content .content .views-element-container .profile-content .personal-info {
    max-width: 400px;
    width: 400px;
}
.directory-page-main-content .content .views-element-container
.profile-content .personal-info .views-field-title span {
    font-size: 1.875rem;
    font-family: "Playfair Display",serif;
    font-weight: 200;
    color: #0F4E6A;
}
.directory-page-main-content .content .views-element-container
.profile-content .contact-info {
    display: flex;
    flex-direction: column;
    width: 315px;
    max-width: 315px;
}
.directory-page-main-content .content .views-element-container
.profile-content .contact-info .fas {
    margin-bottom: 1rem;
}
.directory-page-main-content .content .views-element-container
.profile-content .contact-info .fas a {
    font-weight: normal;
}
.directory-page-main-content .content .views-element-container
.profile-content .contact-info .fas:before {
    color: #B83F35;
    margin-right: .5rem;
}
.directory-page-main-content .content .views-element-container
.profile-content .contact-info .fas .field-content {
    color: #0F4E6A;
    font-family: "Source Sans Pro", sans-serif;
}
.directory-page-main-content .content .views-element-container > div > div {

}
.directory-page-main-content .content .views-element-container > div > div:nth-of-type(1) {
    border-top: solid 0.3751rem rgba(160,192,207,0.25);
}
.directory-page-main-content .content .views-element-container > div > div.even {
    background-color: #F7F7F7;
}
.directory-page-main-content .content .views-element-container > div > div.odd {
    background-color: #FFFFFF;
}
.node-azure-ad-page article > div {
    max-width: 61.25rem;
    margin: 0 auto;
    padding: 5rem 0.625rem;
}
.node-azure-ad-page article > footer {
    display: none;
}
.vbo-view-form {
    border: 2px solid red!important;
}
.dean-msg-message-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.dean-msg-image-section {
  flex: 1 1 30%;
  max-width: 33%;
}

.dean-msg-image-section img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dean-msg-text-section {
  flex: 1 1 67%;
  max-width: 67%;
}

.dean-msg-read-more-content {
  display: none;
  margin-top: 1rem;
}

.dean-msg-read-more-link, .dean-msg-close-link {
  display: inline-block;
  margin-top: 1rem;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

.dean-msg-read-more-link:hover, .dean-msg-close-link:hover {
  text-decoration: underline;
}

#onesearch_form a.adv_search {
  color: #ffffff;
}

.news-detail__featured-img figcaption {
  color: #0F4E6A;
}

#accelerated-nursing-career .text-container .title {
  color: #0074AD;
}

.img-grid-item__toggle__text {
  color: #000000;
}

.img-grid-item__toggle:hover .img-grid-item__toggle__text,
.img-grid-item__toggle:focus .img-grid-item__toggle__text {
  background-color: rgba(255, 255, 255, .5);
}

.info-for .btn,
.info-for .btn:hover,
.info-for .btn:focus {
  color: #0f4e6a;
}

.info-for .accordion-drop-down__toggled-content {
  background: #0F4E6A;
}

button.btn.accordion-drop-down__toggle.accordion-drop-down__toggle--mobile {
  color: #000;
}
@media screen and (max-width: 375px) {
  .banner-section .checkerboard-item h2 {
    font-size: 2.0rem;
  }
}