body.advisory {
  background-color: #fff; }
  body.advisory .titleleft-boxright--page-advisory {
    z-index: 0;
    min-height: 649px;
    display: flex;
    align-items: flex-end;
    padding: 80px 50px; }
    @media screen and (max-width: 720px) {
      body.advisory .titleleft-boxright--page-advisory {
        padding: 60px 30px;
        align-items: center; } }
    body.advisory .titleleft-boxright--page-advisory img {
      position: relative;
      z-index: -1;
      pointer-events: none;
      user-select: none; }
    body.advisory .titleleft-boxright--page-advisory .titleleft-boxright__text {
      padding-left: 30px;
      border-left: 3px solid #c00c34;
      font-size: 23px;
      line-height: 1.9;
      max-width: 1000px;
      margin: 0 auto; }
      @media screen and (max-width: 720px) {
        body.advisory .titleleft-boxright--page-advisory .titleleft-boxright__text {
          font-size: 20px; } }

/* -------------------------------------------------------------------------- */
/*                               Upcoming Dates                               */
/* -------------------------------------------------------------------------- */
.upcoming-dates {
  padding: 50px 30px;
  background-color: #fff;
  font-family: "Avenir";
  position: relative;
  z-index: 0; }
  .upcoming-dates__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    object-fit: cover; }
  .upcoming-dates__inner {
    max-width: 1218px;
    margin: 0 auto;
    display: flex;
    column-gap: 70px;
    align-items: center; }
    @media screen and (max-width: 1212px) {
      .upcoming-dates__inner {
        column-gap: 30px; } }
    @media screen and (max-width: 900px) {
      .upcoming-dates__inner {
        flex-direction: column; } }
  .upcoming-dates__list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .upcoming-dates__heading {
    max-width: 450px;
    margin: 0 auto;
    font-size: 58px;
    font-weight: 600;
    color: #c00c34; }
    @media screen and (max-width: 1212px) {
      .upcoming-dates__heading {
        font-size: 42px;
        max-width: 350px; } }
    @media screen and (max-width: 900px) {
      .upcoming-dates__heading {
        max-width: 100%;
        margin: 0 auto 30px auto; } }
  .upcoming-dates__content {
    margin: 0 auto;
    flex-basis: 637px;
    font-weight: 600; }
    @media screen and (max-width: 900px) {
      .upcoming-dates__content {
        flex-basis: unset;
        width: 100%; } }
  .upcoming-dates__subheading {
    font-size: 23px;
    letter-spacing: 1.75px;
    line-height: 45px;
    text-transform: uppercase;
    margin: 0 0 20px 35px; }
    @media screen and (max-width: 900px) {
      .upcoming-dates__subheading {
        margin-left: 0;
        margin-bottom: 5px;
        font-size: 20px; } }
  .upcoming-dates__list {
    display: grid;
    row-gap: 30px; }
  .upcoming-dates__item {
    position: relative;
    font-weight: 900;
    padding: 15px 20px;
    box-sizing: border-box;
    border: 3px solid #c00c34;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.15s; }
    .upcoming-dates__item:hover {
      padding-right: 15px; }
  .upcoming-dates__item-date {
    color: #c00c34;
    padding-right: 20px;
    border-right: 2px solid #000;
    margin-right: 15px; }
  .upcoming-dates__arrow {
    width: 42px;
    height: 42px;
    background-image: url(/wp-content/themes/benu-2022/img/red-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    .upcoming-dates__arrow::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
  .upcoming-dates__link {
    display: table;
    margin: 27px 0 35px 0;
    color: #000;
    font-weight: 600;
    font-size: 22px;
    text-decoration: underline;
    transition: all 0.15s; }
    .upcoming-dates__link:hover {
      color: #c00c34; }
  .upcoming-dates__button {
    background-color: #c00c34;
    color: #fff;
    text-decoration: none;
    padding: 12px 25px 10px 15px;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 22px;
    transition: all 0.15s; }
    .upcoming-dates__button:hover {
      padding-right: 20px; }
  .upcoming-dates__button-arrow {
    min-width: 23px; }

/* -------------------------------------------------------------------------- */
/*                                   CTA Bar                                  */
/* -------------------------------------------------------------------------- */
.cta-bar {
  display: block;
  margin: 100px 0;
  padding: 10px 30px;
  text-decoration: none;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 1080px) {
    .cta-bar {
      margin: 40px 0;
      background-color: #c00c34;
      padding: 20px; } }
  .cta-bar::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 81px;
    width: 100%;
    background-color: #c00c34; }
    @media screen and (max-width: 1080px) {
      .cta-bar::after {
        display: none; } }
  .cta-bar__inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px; }
    @media screen and (max-width: 1080px) {
      .cta-bar__inner {
        flex-direction: column; } }
  .cta-bar__icon-wrapper {
    height: 133px;
    width: 133px;
    background-color: #000;
    border-radius: 50%;
    display: flex; }
    @media screen and (max-width: 1080px) {
      .cta-bar__icon-wrapper {
        width: 100px;
        height: 100px; } }
  .cta-bar__icon {
    max-width: 50%;
    object-fit: contain;
    height: auto;
    margin: auto; }
  .cta-bar__text-container {
    display: flex;
    align-items: center;
    gap: 30px; }
  .cta-bar__heading {
    font-size: 41px;
    color: #fff;
    text-decoration: none;
    line-height: 1.3; }
    @media screen and (max-width: 1080px) {
      .cta-bar__heading {
        font-size: 35px; } }
  .cta-bar__arrow {
    width: 37px;
    height: 30px;
    object-fit: contain; }

/* -------------------------------------------------------------------------- */
/*                               Advisory Posts                               */
/* -------------------------------------------------------------------------- */
.advisory-posts {
  margin-bottom: 75px; }
  @media screen and (max-width: 1440px) {
    .advisory-posts {
      padding: 0 15px; } }
  .advisory-posts__heading {
    font-size: 62px;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 40px 0; }
  .advisory-posts__list {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px; }
    @media screen and (max-width: 1010px) {
      .advisory-posts__list {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 630px) {
      .advisory-posts__list {
        grid-template-columns: 100%; } }
  .advisory-posts__item {
    position: relative; }
  .advisory-posts__content {
    margin-left: 30px; }
    @media screen and (max-width: 1440px) {
      .advisory-posts__content {
        margin-left: 0; } }
  .advisory-posts__image-container {
    position: relative; }
    .advisory-posts__image-container::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 25%;
      z-index: 1;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
      opacity: 0.8; }
  .advisory-posts__image {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-height: 225px;
    object-fit: cover;
    margin: 0 0 30px 0;
    display: flex; }
  .advisory-posts__title {
    padding-left: 27px;
    border-left: 4px solid rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 1010px) {
      .advisory-posts__title {
        padding-left: 10px; } }
  .advisory-posts__link {
    font-size: 32px;
    color: #c00c34;
    text-decoration: none;
    transition: all 0.15s; }
    @media screen and (max-width: 1010px) {
      .advisory-posts__link {
        font-size: 28px; } }
    .advisory-posts__link:hover {
      color: #900927; }
    .advisory-posts__link::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .advisory-posts__excerpt {
    margin: 20px 0 0 30px;
    font-size: 20px;
    color: #000;
    font-weight: 800;
    line-height: 1.5;
    font-weight: 900;
    word-break: break-word; }
    .advisory-posts__excerpt p {
      margin: 0; }
    @media screen and (max-width: 1440px) {
      .advisory-posts__excerpt {
        margin-left: 0; } }
    @media screen and (max-width: 1010px) {
      .advisory-posts__excerpt {
        font-size: 16px; } }
  .advisory-posts__more {
    display: table;
    margin-top: 25px;
    color: #c00c34; }
    @media screen and (max-width: 1010px) {
      .advisory-posts__more {
        margin-top: 10px; } }

/* -------------------------------------------------------------------------- */
/*                                 Quick Links                                */
/* -------------------------------------------------------------------------- */
.quick-links {
  position: relative;
  z-index: 0;
  height: 1000px;
  max-height: 120vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 10vw 30px; }
  @media screen and (max-width: 750px) {
    .quick-links {
      height: auto;
      max-height: 100%;
      padding: 100px 30px; } }
  .quick-links__background-image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none; }
  .quick-links__list {
    max-width: 1190px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
    @media screen and (max-width: 750px) {
      .quick-links__list {
        grid-template-columns: 100%; } }
  .quick-links__item {
    display: block; }
    .quick-links__item:last-of-type {
      grid-column-start: 1;
      grid-column-end: 3; }
      @media screen and (max-width: 750px) {
        .quick-links__item:last-of-type {
          grid-column-start: unset;
          grid-column-end: unset; } }
  .quick-links__link {
    display: block;
    background-color: rgba(192, 12, 52, 0.5);
    padding: 14px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.1;
    text-decoration: none;
    transition: background-color 0.2s; }
    .quick-links__link:hover {
      background-color: rgba(192, 12, 52, 0.8); }

/* -------------------------------------------------------------------------- */
/*                                Video Gallery                               */
/* -------------------------------------------------------------------------- */
.video-gallery {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.05); }
  .video-gallery__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2; }
  .video-gallery__heading {
    font-size: 45px;
    color: #000105;
    text-align: center;
    padding: 0 30px;
    margin: 0 0 40px 0; }
  .video-gallery__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1257px;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    gap: 23px; }
    @media screen and (max-width: 1140px) {
      .video-gallery__list {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 660px) {
      .video-gallery__list {
        grid-template-columns: 100%; } }
  .video-gallery__item {
    position: relative;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    text-align: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s; }
    .video-gallery__item:hover {
      padding-bottom: 35px; }
      .video-gallery__item:hover::before {
        background-color: rgba(0, 0, 0, 0.8); }
    .video-gallery__item::before {
      transition: all 0.2s;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-color: rgba(0, 0, 0, 0.4); }
  .video-gallery__title {
    color: #fff;
    font-size: 37px;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: no-wrap;
    max-width: 100%; }
    @media screen and (max-width: 1140px) {
      .video-gallery__title {
        font-size: 30px; } }

/* -------------------------------------------------------------------------- */
/*                                    Staff                                   */
/* -------------------------------------------------------------------------- */
.advising-staff {
  padding: 80px 40px; }
  .advising-staff__inner {
    max-width: 1256px;
    margin: 0 auto;
    padding: 40px 68px;
    border: 1px solid rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 1160px) {
      .advising-staff__inner {
        padding: 40px 20px; } }
  .advising-staff__heading {
    font-size: 62px;
    line-height: 1.1;
    color: rgba(0, 1, 5, 0.8);
    text-align: center;
    margin: 0 0 15px 0; }
  .advising-staff__campus {
    margin-bottom: 30px; }
    .advising-staff__campus:last-child {
      margin-bottom: 0; }
  .advising-staff__campus-name {
    display: block;
    text-align: center;
    color: rgba(192, 12, 52, 0.8);
    font-size: 33px;
    font-weight: 900; }
  .advising-staff__list {
    padding: 0;
    margin: 30px auto 60px auto;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    gap: 25px; }
    @media screen and (max-width: 850px) {
      .advising-staff__list {
        grid-template-columns: repeat(2, minmax(0px, 1fr)); } }
    @media screen and (max-width: 580px) {
      .advising-staff__list {
        grid-template-columns: 100%; } }
  .advising-staff__member-box {
    text-align: center;
    justify-content: center;
    z-index: 0;
    align-items: flex-end;
    display: flex;
    position: relative;
    padding: 20px;
    cursor: pointer;
    aspect-ratio: 257 / 320;
    overflow: hidden;
    max-width: 100%; }
    .advising-staff__member-box:hover .advising-staff__member-image {
      transform: scale(1.04); }
    .advising-staff__member-box::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 25%;
      z-index: -1;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
      opacity: 0.8;
      transition: all 0.2s; }
  .advising-staff__member-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: -2;
    will-change: transform;
    transition: all 0.15s; }
  .advising-staff__member-inner{
    width:100%;
    text-align:right;
  }
  .advising-staff .svg-inline--fa{
    font-size:2em;
    color:#fff;
    margin:0 3px 5px 0; 
  }
  .advising-staff__member-text {
    width:100%;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px; }
  .advising-staff__member-name {
    margin: 12px 0 0 0;
    font-size: 22px;
    color: #2f2e32;
    opacity: 0.8; }
  .advising-staff__member-grades {
    line-height: 1em;
    margin-top: 6px;
    font-size: 0.8em;
  }

/* -------------------------------------------------------------------------- */
/*                                 Staff Modal                                */
/* -------------------------------------------------------------------------- */
.staff-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "Avenir";
  height: 100%;
  overflow-x: auto;
  padding: 40px 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s; }
  .staff-modal--open {
    visibility: visible;
    opacity: 1; }
  .staff-modal__content {
    position: relative;
    margin: auto;
    background-color: #f2f2f2;
    width: 90vw;
    max-width: 1000px;
    display: flex;
    padding: 40px;
    column-gap: 30px; }
    @media screen and (max-width: 945px) {
      .staff-modal__content {
        flex-direction: column;
        row-gap: 30px; } }
  .staff-modal__close {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 0;
    border: none;
    appearance: none;
    max-width: 80px; }
    .staff-modal__close img {
      object-fit: contain;
      max-width: 100%; }
  .staff-modal__image-cta {
    min-width: 345px; }
    @media screen and (max-width: 945px) {
      .staff-modal__image-cta {
        min-width: 250px; } }
  .staff-modal__image {
    width: 100%;
    aspect-ratio: 333 / 416;
    object-fit: cover;
    object-position: top;
    margin-bottom: 20px;
    display: block; }
    @media screen and (max-width: 945px) {
      .staff-modal__image {
        max-width: 200px;
        margin: 0 auto 20px auto; } }
  .staff-modal__name {
    font-weight: 700;
    margin: 0 0 5px 0; }
  .staff-modal__book-btn {
    display: block;
    border: 1px solid #c00c34;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.15s; }
    .staff-modal__book-btn:hover {
      color: #fff;
      background-color: #c00c34; }
  .staff-modal__split {
    display: flex;
    justify-content: space-between;
    gap: 15px; }
  .staff-modal__split-item {
    margin: 0 0 5px 0;
    text-decoration: none;
    color: #000; }
    .staff-modal__split-item--phone:hover, .staff-modal__split-item--email:hover {
      color: #000; }
  .staff-modal__bio {
    color: #000;
    padding: 10px 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font-size: 20px;
    line-height: 1.5; }
    @media screen and (max-width: 945px) {
      .staff-modal__bio {
        font-size: 18px; } }
    .staff-modal__bio p {
      margin: 0 0 5px 0; }
      .staff-modal__bio p:last-child {
        margin-bottom: 0; }
  .staff-modal__majors {
    margin-top: 10px; }
  .staff-modal__majors-label {
    margin-right: 15px;
    font-weight: 900; }
