@charset "UTF-8";
.theme-color-default .hl-divider, .theme-color-default .site-top-number-row {
  background-color: #9aa1a9;
}
.theme-color-default .bellus-faculty-card:hover {
  box-shadow: 0 4px 16px rgba(154, 161, 169, 0.5);
}
.theme-color-default .bellus-carousel .tns-nav button.tns-nav-active {
  background-color: #9aa1a9;
}
.theme-color-default .tiny-h2, .theme-color-default .countdown-col::after {
  color: #9aa1a9;
}
.theme-color-default .header-menu-col .bellus-request-info-btn {
  border-color: #9aa1a9;
  background-color: #9aa1a9;
}
.theme-color-default .footer-row {
  border-top: 1px solid rgba(154, 161, 169, 0.25);
}
.theme-color-default main a:not(.bellus-btn), .theme-color-default a:hover {
  color: rgb(154, 161, 169);
}
.theme-color-default .accordion .card-body {
  border-left: 5px solid #9aa1a9;
}
.theme-color-default .sidebar-wrap::before {
  background-image: radial-gradient(at 50% 100%, rgba(154, 161, 169, 0.5) 0%, rgba(154, 161, 169, 0.25) 50%, transparent 75%);
}
.theme-color-default .sidebar-wrap::after {
  background-image: radial-gradient(at 50% 0, rgba(154, 161, 169, 0.5) 0%, rgba(154, 161, 169, 0.25) 50%, transparent 75%);
}
.theme-color-default .post-card-wrap {
  border: 1px solid #9aa1a9;
}
.theme-color-default .bellus-btn-glare, .theme-color-default .header-cta-btn:hover {
  box-shadow: 0 0 12px rgba(154, 161, 169, 0.5) !important;
}
.theme-color-default .course-col-wrap {
  border: 1px solid #9aa1a9;
}
.theme-color-default .countdown-main {
  border-color: #9aa1a9;
}
.theme-color-default .bellus-float-btn:hover {
  background: #9aa1a9;
}
.theme-color-default .bellus-theme-main {
  background: #9aa1a9;
}
.theme-color-default .bellus-btn-cta-solid {
  background: #9aa1a9;
  border-color: #9aa1a9;
}
@media screen and (max-width: 767px) {
  .theme-color-default .drop-shade-wrap::before {
    background-image: radial-gradient(at 50% 100%, rgba(154, 161, 169, 0.5) 0%, rgba(154, 161, 169, 0.25) 50%, transparent 75%);
  }
  .theme-color-default .drop-shade-wrap::after {
    background-image: radial-gradient(at 50% 0, rgba(154, 161, 169, 0.5) 0%, rgba(154, 161, 169, 0.25) 50%, transparent 75%);
  }
  .theme-color-default .bellus-text-img-row .bellus-btn {
    border: 1px solid #9aa1a9;
  }
  .theme-color-default .service-list-line {
    border-left: 5px solid #9aa1a9;
  }
  .theme-color-default .bellus-advantage-subline {
    color: #9aa1a9;
  }
  .theme-color-default .footer-row-mobile-title {
    color: #9aa1a9;
  }
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #080808;
  height: 100%;
  position: relative;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  line-height: 1.5;
}

h1, .h1 {
  font-size: calc(2vh + 2vw);
  line-height: 1;
}

h2, .h2 {
  font-size: calc(1.25rem + 1vw);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

h3, .h3 {
  font-size: calc(1.2rem + 0.875vw);
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

h2:not(:first-child) {
  padding-top: 1rem;
}

h3:not(:first-child) {
  padding-top: 0.75rem;
}

a {
  color: #000;
  transition: color 0.3s, background-color 0.3s;
}

.text-color-link {
  color: #000 !important;
  transition: color 0.3s;
}

.tiny-h2 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.page-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.page-section-top {
  padding-top: 4rem;
}

.page-section-bottom {
  padding-bottom: 4rem;
}

.page-small-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.page-small-section-top {
  padding-top: 2rem;
}

.page-small-section-bottom {
  padding-bottom: 2rem;
}

.margin-center {
  margin-left: auto;
  margin-right: auto;
}

.adjusted-4-anchor {
  padding-top: 80px;
  margin-top: -80px;
  display: block;
}

.bellus-serif {
  font-family: "Playfair Display", serif !important;
}

.font-bold, strong, .strong {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.font-italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.small-font {
  font-size: 14px;
}

.smaller-font {
  font-size: 12px;
}

.large-font {
  font-size: 18px;
}

.larger-font {
  font-size: 24px;
}

.normal-font {
  font-size: 1rem !important;
}

.normal-weight {
  font-weight: 400 !important;
}

.hideOnDesktop {
  display: none !important;
}

.hideOnDesktopFlex {
  display: none !important;
}

.hideOnDesktopInline {
  display: none !important;
}

.hideOnMobile {
  display: block !important;
}

.hideOnMobileFlex {
  display: flex !important;
}

.bellus-btn {
  font-weight: bold;
  font-size: 1rem;
  padding: 0.625rem 1.5rem;
  margin-top: 0.5rem;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #080808;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.bellus-gei-theme .bellus-btn:hover {
  background-color: #080808;
  color: #fff;
}

.bellus-btn-white {
  border-color: #fff;
  color: #fff;
}

.bellus-btn-cta-solid {
  color: #fff !important;
}

.bellus-btn-cta-solid:hover {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

.bellus-gei-theme .bellus-btn-white:hover {
  background-color: #fff;
  color: #080808;
}

.bellus-btn-white-solid {
  border-color: #fff;
  background-color: #fff;
}

.bellus-gei-theme .bellus-btn-white-solid:hover {
  color: #fff;
  background-color: #000;
}

.bellus-btn-arrow::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' width='6px' height='12px'%3E%3Cpath fill='currentColor' d='M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z' class=''%3E%3C/path%3E%3C/svg%3E");
  margin-left: 2rem;
}

.bellus-btn-white.bellus-btn-arrow::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' width='7px' height='14px'%3E%3Cpath fill='%23fff' d='M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z' class=''%3E%3C/path%3E%3C/svg%3E");
}

.grey-text {
  color: #8a8a8a;
}

.white-text {
  color: #fff;
}

.hl-divider {
  width: 80px;
  height: 1px;
  margin: 0.75rem auto;
}

.hl-divider-left {
  margin-left: 0;
}

header {
  position: sticky;
  top: 0;
  z-index: 9;
  left: 0;
  width: 100%;
}

.header-main-row {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 3;
}

.home .header-main-row {
  background-color: transparent;
  box-shadow: none;
}

.home.page-on-scrolling .header-main-row, header:hover .header-main-row {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.page-on-scrolling header {
  position: fixed;
}

.page-on-scrolling header, header:hover {
  background-color: #fff;
  background-image: none;
}

.site-top-number-row {
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  z-index: 9;
  position: relative;
  line-height: 1;
}

.site-top-number-row a {
  color: #fff !important;
  font-size: 14px;
  margin: 0 1rem;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 0.5rem 15px;
}

.site-top-number-row a span {
  font-weight: bold;
}

.page-on-scrolling .site-top-number-row {
  display: none !important;
}

.site-announcement-row {
  padding: 0.5rem 15px;
  background-color: #9aa1a9;
  color: #fff;
  font-size: 14px;
  justify-content: space-between;
  display: none;
  z-index: 9;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.site-announcement-row a, .site-announcement-row a:hover {
  color: #fff !important;
  text-decoration: none;
}

.site-announcement-close {
  cursor: pointer;
}

.header-main-row {
  padding: 1rem 0;
}

.logo-col {
  flex: 1 1 auto;
}

.full-nav-col {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.header-logo-link {
  display: inline-block;
  height: 60px;
}

.header-logo-link svg {
  width: 230px;
  height: 60px;
}

.header-menu-wrap {
  display: flex;
  align-items: center;
}

.bellus-mega-menu {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 24px, #fff 24px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 0;
}

.show-mega .bellus-mega-menu {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}

.header-menu-col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-menu-btn {
  letter-spacing: 2px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.home.show-mega .header-menu-btn, .home.page-on-scrolling .header-menu-btn, .home header:hover .header-menu-btn {
  color: #080808;
}

.header-menu-btn::after {
  content: "";
  width: 0;
  height: 1.5px;
  background: #080808;
  position: absolute;
  bottom: 4px;
  left: 1rem;
  transition: width 0.3s;
}

.header-menu-btn.active::after {
  width: calc(100% - 2rem);
}

.mega-drop-menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.bellus-mega-row {
  display: none;
  margin-bottom: 24px;
}

.body-overlayer {
  background-color: rgba(0, 0, 0, 0.33);
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s opacity;
}

.show-mega .body-overlayer {
  z-index: 3;
  opacity: 1;
  visibility: visible;
}

.header-menu-col .bellus-request-info-btn, .home.page-on-scrolling .header-menu-col .bellus-request-info-btn {
  font-weight: normal;
}

.home header:hover .bellus-request-info-btn {
  background: #fff;
  color: #080808;
  border: 1px solid #080808;
}

.header-cta-btn {
  padding: 0.375rem 20px;
  margin: 0 0 0 1rem;
  cursor: pointer;
  letter-spacing: 2px;
  font-size: 14px;
  transition: box-shadow 0.4s;
}

.mega-col-title {
  color: #8A8A8A;
  letter-spacing: 2px;
  font-size: 18px;
  margin-bottom: 1.25rem;
}

.mega-col ul {
  list-style: none;
  padding: 0;
}

.mega-col ul a {
  text-decoration: none;
  padding: 0.25rem 0;
  font-weight: 600;
  display: inline-block;
}

#menu-main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

#menu-main-menu li a {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 1rem;
}

.menu-btn-wrap {
  margin: 0;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
}

.burger-line {
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  margin: 3px 0;
}

.burger-line:first-child {
  width: 40px;
}

.burger-line:last-child {
  width: 20px;
}

.full-menu {
  transform: translateY(-120%);
  color: #fff;
  position: fixed;
  max-height: 100%;
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgb(0, 0, 0);
  background-image: linear-gradient(0deg, #252525, #000 150px);
  top: 0;
  right: 0;
  z-index: 18;
  overflow-y: auto;
}

.off-canvas {
  transform: translateY(-120%);
  color: #fff;
  position: fixed;
  max-height: 100%;
  width: 100vw;
  height: 100vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgb(0, 0, 0);
  background-image: linear-gradient(0deg, #252525, #000 150px);
  top: 0;
  right: 0;
  z-index: 18;
  overflow-y: auto;
}

.off-canvas.off-canvas-show {
  transform: none;
}

.flyout-form, .flyout-numbers, .popup-search {
  color: #fff;
  position: fixed;
  height: 100%;
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.95);
  background-image: linear-gradient(90deg, #000, #545454, #000);
  top: 0;
  right: 0;
  z-index: 18;
  overflow-y: auto;
}

.flyout-form, .flyout-numbers, .popup-search {
  transform: translateY(125%);
}

.form-flyin, .numbers-flyin, .search-popup {
  overflow: hidden;
}

.form-flyin .flyout-form, .numbers-flyin .flyout-numbers, .search-popup .popup-search {
  transform: translateY(0);
}

.full-menu-closer, .flyout-form-closer, .flyout-number-closer, .popup-search-closer {
  width: 2rem;
  height: 2rem;
  margin: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.5rem;
}

.bellus-page-banner {
  width: 100%;
  min-height: 550px;
  height: 33.33vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #fff;
}

.banner-main-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.overlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 15%);
}

.overlayer-b {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%);
}

.letter-spaced-2 {
  letter-spacing: 2px;
}

.letter-spaced-3 {
  letter-spacing: 3px;
}

.bellus-carousel button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.bellus-carousel .tns-outer {
  position: relative;
}

.bellus-carousel .tns-controls {
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  transform: translateY(-1rem);
  pointer-events: none;
}

.bellus-carousel .tns-controls button {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  background-color: transparent;
  padding: 1rem;
  border-radius: 2rem;
  color: #fff;
  transition: background-color 0.3s;
}

.bellus-carousel .tns-controls button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.bellus-carousel-light-bg .tns-controls button {
  color: #080808;
  border: 1px solid #080808;
  transition: background-color 0.3s;
}

.bellus-carousel-light-bg .tns-controls button:hover {
  background-color: #080808;
  color: #fff;
}

.bellus-carousel .tns-nav {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0 auto;
  border-radius: 8px;
  overflow: hidden;
  flex-wrap: wrap;
}

.bellus-carousel .tns-nav button {
  border: 0;
  height: 16px;
  width: 16px;
  display: inline-block;
  background-color: transparent;
  outline: 0;
  border-radius: 8px;
  background-color: #080808;
  border: 2px solid #fff;
  margin: 0 0.375rem;
  padding: 0;
}

.bellus-carousel .tns-nav button.tns-nav-active {
  width: 16px;
  border-color: transparent;
}
@keyframes aurora {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.home-banner {
  background-size: contain;
}

.home-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  visibility: hidden;
}

.home-banner h1 {
  font-size: calc(2.5rem + 2.5vw);
}

.home-banner-subline {
  font-weight: 600;
  margin-bottom: 2rem;
}

.banner-campus-link {
  width: 100%;
  display: flex;
}

.banner-campus-link a {
  font-weight: bold;
  margin-right: 0.67em;
  font-size: calc(0.75rem + 0.75vw);
  padding: 0.25rem 1rem;
  text-decoration: none;
  border: 1px solid #080808;
  font-weight: 800;
  text-transform: uppercase;
  transition: background-color 0.3s, color 0.3s;
}

.bellus-gei-theme .banner-campus-link a:hover {
  background-color: #080808;
  color: #fff;
}

.bellus-faculty-col {
  margin-bottom: 2rem;
}

.bellus-faculty-card {
  position: relative;
  transition: box-shadow 0.6s ease, transform 0.6s ease;
}

.bellus-faculty-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  position: absolute;
  top: 0;
  left: 0;
  transition: filter 0.6s ease;
}

.bellus-faculty-card-text-wrap {
  color: #fff;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  flex-direction: column;
  justify-content: flex-end;
}

.bellus-faculty-card-title {
  font-size: 21px;
  margin: 8px auto;
  text-align: center;
}

.bellus-faculty-card-title::before, .bellus-faculty-card-title::after {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.bellus-faculty-card-title::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.334' height='9.234' viewBox='0 0 22.334 9.234'%3E%3Cg id='_' data-name='=' transform='translate(0.25 0.25)'%3E%3Cpath id='Line' d='M0,.5H21.834' transform='translate(0 -0.5)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='0.5'/%3E%3Cpath id='Line-2' data-name='Line' d='M0,.5H14.192' transform='translate(7.642 3.867)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='0.5'/%3E%3Cpath id='Line-3' data-name='Line' d='M0,.5H6.55' transform='translate(15.284 8.234)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='0.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.bellus-faculty-card-title::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.334' height='9.234' viewBox='0 0 22.334 9.234'%3E%3Cg id='_' data-name='=' transform='translate(0.25 0.25)'%3E%3Cpath id='Line' d='M0,.5H21.834' transform='translate(0 -0.5)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='0.5'/%3E%3Cpath id='Line-2' data-name='Line' d='M0,.5H14.192' transform='translate(0 3.867)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='0.5'/%3E%3Cpath id='Line-3' data-name='Line' d='M0,.5H6.55' transform='translate(0 8.234)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='0.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.bellus-faculty-card-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

.bellus-faculty-card:hover {
  transform: translateY(-0.5rem);
}

.bellus-faculty-card:hover .bellus-faculty-card-content {
  max-height: 100%;
  transition: max-height 0.6s;
}

.bellus-faculty-card:hover img {
  filter: grayscale(0);
}

.bellus-faculty-card:hover .bellus-faculty-card-title::before, .bellus-faculty-card:hover .bellus-faculty-card-title::after {
  opacity: 1;
}

.bellus-advantage {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  min-height: 450px;
  color: #fff;
  background-color: #000;
}

.bellus-advantage-subline {
  color: #fff;
}

.bellus-why-us-slider-wrap {
  display: flex;
  justify-content: center;
  padding: 1rem 15px;
}

.bellus-c-thumb {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.bellus-c-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.bellus-c-quote {
  flex: 0 0 auto;
  max-width: 640px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 1rem 30px 1rem 30px;
  background-color: rgba(0, 0, 0, 0.75);
}

.bellus-footer-shoutout {
  background-image: linear-gradient(90deg, rgb(174, 168, 163) 0%, rgb(255, 255, 255) 75%);
  height: 66.66vh;
  position: relative;
  overflow: hidden;
}

.shoutout-slogan {
  position: absolute;
  bottom: 0;
  font-size: calc(3rem + 3vw);
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
}

.shoutout-character {
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 10vw;
}

.shoutout-character img {
  height: 100%;
  width: auto;
  opacity: 1;
}

.bellus-shoutout-logo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  transform: translate(100%, -10%);
}

.bellus-footer-shoutout.animate-it .shoutout-slogan {
  animation: b-move 25s linear infinite;
}

@keyframes b-shine {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes b-move {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.bellus-faculty-reasons {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.bellus-text-img-row {
  display: flex;
  flex-wrap: wrap;
}

.bellus-ti-col {
  flex: 1 1 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}

.bellus-ti-col-text {
  padding-right: 45px;
  align-items: flex-end;
}

.bellus-ti-col-img {
  height: 520px;
  max-height: 100vw;
}

.bellus-ti-col-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bellus-text-img-row:nth-child(odd) .bellus-ti-col-text {
  order: 2;
  align-items: flex-start;
  padding-right: 0;
  padding-left: 45px;
}

.bellus-text-img-row h3 {
  font-size: 32px;
}

.bellus-shout-out-banner {
  height: 75vh;
  background-size: cover;
  background-attachment: scroll, scroll, fixed;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
}

.grey-section {
  background-color: #F6F6F6;
}

.general-cl-form {
  border: 0;
  width: 100%;
  height: 525px;
}

.fullwidth-iframe {
  border: 0;
  width: 100%;
  height: 320px;
}

.bellus-testimonial-slider-wrap {
  padding: 0 2rem;
  display: flex;
  justify-content: center;
}

.bellus-ts-thumbnail {
  width: 160px;
  height: 160px;
  border-radius: 80px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}

.bellus-ts-thumbnail img {
  width: 100%;
  height: auto;
}

.bellus-ts-title {
  margin: 0 3rem 0 0;
}

.bellus-ts-content {
  max-width: 450px;
}

.bellus-hl-w-wings {
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h2.bellus-hl-w-wings {
  font-weight: 800;
}

.bellus-hl-w-wings::before {
  margin: 0 0.5rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.334' height='9.234' viewBox='0 0 22.334 9.234'%3E%3Cg id='_' data-name='=' transform='translate(0.25 0.25)'%3E%3Cpath id='Line' d='M0,.5H21.834' transform='translate(0 -0.5)' fill='none' stroke='currentColor' stroke-linecap='square' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='0.5'/%3E%3Cpath id='Line-2' data-name='Line' d='M0,.5H14.192' transform='translate(7.642 3.867)' fill='none' stroke='currentColor' stroke-linecap='square' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='0.5'/%3E%3Cpath id='Line-3' data-name='Line' d='M0,.5H6.55' transform='translate(15.284 8.234)' fill='none' stroke='currentColor' stroke-linecap='square' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='0.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.bellus-hl-w-wings::after {
  margin: 0 0 0 0.5rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.334' height='9.234' viewBox='0 0 22.334 9.234'%3E%3Cg id='_' data-name='=' transform='translate(0.25 0.25)'%3E%3Cpath id='Line' d='M0,.5H21.834' transform='translate(0 -0.5)' fill='none' stroke='currentColor' stroke-linecap='square' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='0.5'/%3E%3Cpath id='Line-2' data-name='Line' d='M0,.5H14.192' transform='translate(0 3.867)' fill='none' stroke='currentColor' stroke-linecap='square' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='0.5'/%3E%3Cpath id='Line-3' data-name='Line' d='M0,.5H6.55' transform='translate(0 8.234)' fill='none' stroke='currentColor' stroke-linecap='square' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='0.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.tax-faculty-main h2 {
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Playfair Display", serif !important;
  font-size: 1.625rem;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

.bellus-hl-w-wings-white::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.334' height='9.234' viewBox='0 0 22.334 9.234'%3E%3Cg id='_' data-name='=' transform='translate(0.25 0.25)'%3E%3Cpath id='Line' d='M0,.5H21.834' transform='translate(0 -0.5)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='0.5'/%3E%3Cpath id='Line-2' data-name='Line' d='M0,.5H14.192' transform='translate(7.642 3.867)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='0.5'/%3E%3Cpath id='Line-3' data-name='Line' d='M0,.5H6.55' transform='translate(15.284 8.234)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='0.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.bellus-hl-w-wings-white::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.334' height='9.234' viewBox='0 0 22.334 9.234'%3E%3Cg id='_' data-name='=' transform='translate(0.25 0.25)'%3E%3Cpath id='Line' d='M0,.5H21.834' transform='translate(0 -0.5)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='0.5'/%3E%3Cpath id='Line-2' data-name='Line' d='M0,.5H14.192' transform='translate(0 3.867)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='0.5'/%3E%3Cpath id='Line-3' data-name='Line' d='M0,.5H6.55' transform='translate(0 8.234)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='0.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.bellus-hl-w-wings-serif {
  font-family: "Playfair Display", serif !important;
  font-size: 1.625rem;
  text-transform: none;
  letter-spacing: 0;
}

.bellus-hl-w-wings-wide {
  font-family: "Playfair Display", serif !important;
  font-size: 1.5rem;
  text-transform: none;
  letter-spacing: 0;
}

.bellus-hl-w-wings-wide::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='125' height='6' viewBox='0 0 201 6'%3E%3Cpath d='M0,.5H106' transform='translate(94.5 5)' fill='none' stroke='%23979797' stroke-linecap='square' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath d='M0,.5H200' transform='translate(0.5)' fill='none' stroke='%23979797' stroke-linecap='square' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E%0A");
}

.bellus-hl-w-wings-wide::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='125' height='6' viewBox='0 0 201 6'%3E%3Cpath d='M0,.5H200' transform='translate(0.5)' fill='none' stroke='%23979797' stroke-linecap='square' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath d='M0,.5H106' transform='translate(0.5 5)' fill='none' stroke='%23979797' stroke-linecap='square' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E%0A");
}

.page-banner {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.page-banner .banner-main-content {
  align-items: flex-start;
  justify-content: center;
  color: #fff;
}

.page-banner h1 {
  color: #fff;
  margin-bottom: 1.5rem;
  padding-top: 2rem;
}

.page-banner .overlayer {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 15%, rgba(0, 0, 0, 0) 75%);
}

.page-banner a {
  color: #fff;
  text-decoration: none;
}

.bellus-why-us-card {
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
}

.bellus-why-us-card-wrap {
  display: flex;
  width: 100%;
}

.bellus-why-us-card .bellus-c-thumb {
  width: 360px;
  flex-shrink: 0;
}

.bellus-why-us-card .bellus-c-quote {
  max-width: 100%;
  flex: 1 1 auto;
  background-color: #fff;
  border: 0;
  background-image: linear-gradient(90deg, #EAEAEA 0%, #fff 50%, #EAEAEA 100%);
  padding: 2rem 30px;
  position: relative;
}

.bellus-cq-main {
  padding-bottom: 1.5rem;
}

.bellus-card-w-hl-link {
  display: flex;
  position: absolute;
  bottom: 2rem;
  width: -moz-max-content;
  width: max-content;
  right: 2rem;
  background: #fff;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  box-shadow: 10px 10px rgba(133, 133, 133, 0.5);
}

.bellus-card-w-hl-link:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid white;
  border-bottom: 20px solid transparent;
}

.bellus-card-w-hl-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid rgba(133, 133, 133, 0.5);
  border-left: 10px solid transparent;
}

.bellus-accordion-wrap {
  padding-left: 2rem;
}

.accordion .card {
  border: 1px solid #E7E7E7;
  border-radius: 0;
  background-color: transparent;
}

.accordion .card-header {
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.accordion .card-header .btn-link {
  width: 100%;
  text-align: left;
  font-size: 1.25rem;
  color: #080808;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  padding: 1.5rem;
  line-height: 1.314;
  background-color: #F7F7F7;
}

.accordion .card-header .btn-link:after {
  display: block;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.971' height='16.971' viewBox='0 0 16.971 16.971'%3E%3Cpath d='M7,12V7h5V5H7V0H5V5H0V7H5v5Z' transform='translate(8.485) rotate(45)' fill='%23000'/%3E%3C/svg%3E");
  margin-right: 0px;
  transition: transform 0.2s ease 0s;
  transform: rotate(-90deg);
  transform-origin: center;
}

.accordion .card-header .btn-link.collapsed {
  background-color: #fff;
}

.accordion .card-header .btn-link.collapsed:after {
  transform: rotate(135deg);
}

.accordion .card-header .btn-link:hover, .accordion .card-header .btn-link:focus {
  text-decoration: none;
}

.accordion .card-body {
  padding: 1.5rem;
  font-weight: 300;
  background-color: #F7F7F7;
}

.accordion .card-body {
  background: #F7F7F7;
}

.card .collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.sidebar-wrap {
  position: relative;
  padding: 0 15px;
}

.sidebar-wrap::before {
  position: absolute;
  top: -10px;
  left: 0;
}

.sidebar-wrap::before, .sidebar-wrap::after {
  content: " ";
  background-size: 100% 10px;
  background-repeat: no-repeat;
  float: left;
  width: 80%;
  margin-left: 10%;
}

.sidebar-main {
  padding: 1.5rem 15px 0 15px;
}

.bellus-fullwidth-wrap {
  position: relative;
}

.bellus-fullwidth-right {
  position: absolute;
  right: 0;
  top: 0;
}

.bellus-fullwidth-right-img-wrap {
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-card {
  padding: 0 24px;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  margin-bottom: 3rem;
}

.post-card-wrap, .course-col-wrap {
  box-shadow: 1rem 1rem 0 #eaeaea;
  background-color: #fff;
  transition: box-shadow 0.5s;
}

.post-card-wrap:hover, .course-col-wrap:hover {
  box-shadow: 0 0 0 transparent;
  border: 1px solid #eaeaea;
}

.grid-item-img {
  width: 100%;
  height: auto;
}

.post-card-contents {
  padding: 1rem 15px;
  background: #fff;
}

.blog main .entry-title a, .category main .entry-title a {
  color: #080808;
  text-decoration: none;
}

.blogposts_loadmore {
  position: relative;
  z-index: 3;
  background: #fff;
}

.bellus-milkyway-col {
  margin: 0 3rem;
}

.page-banner-link {
  color: #fff;
  display: inline-block;
}

.program-in-location-card {
  margin-bottom: 1.5rem;
}

.program-in-location-row {
  display: flex;
}

.program-in-location-row a {
  margin-right: 1rem;
}

footer {
  position: sticky;
  top: 100vh;
}

.footer-social {
  text-align: right;
}

.footer-row {
  line-height: 2;
  font-size: 14px;
}

.footer-row a {
  text-decoration: none;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bellus-float-btn-wrap {
  margin: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tool-tip {
  padding: 0.375rem;
  border-radius: 3px;
  background: #000000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 0.5rem;
  line-height: 1;
  position: relative;
  opacity: 0;
  z-index: 2;
}

.tool-tip:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid #000;
  border-bottom: 5px solid transparent;
}

.bellus-float-btn {
  background: rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
  display: block;
}

.footer-social a {
  display: inline-block;
  padding-left: 8px;
}

.bellus-theme-modal {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

.bellus-theme-modal.theme-modal-on {
  z-index: 3;
  opacity: 1;
  visibility: visible;
}

.bellus-theme-main {
  max-width: 100%;
  border-radius: 20px;
  padding: 4rem;
  background-size: cover;
  background-position: center;
}

.bellus-theme-main-center {
  padding: 2.75rem;
  border-radius: 20px;
  background-color: #fff;
  height: 100%;
  width: 100%;
}

.color-selector {
  width: 50%;
  flex: 0 0 auto;
  display: flex;
  margin: 0.375rem auto;
  padding: 0.25rem;
  cursor: pointer;
}

.color-selector-name {
  text-transform: uppercase;
  padding: 0.375rem 0.5rem;
  flex-grow: 1;
}

.color-selector-panel {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.color-selector-d-flex {
  display: flex;
  flex-wrap: wrap;
}

.selected-dot {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  transition: background-color 0.3s;
}

.color-selector:hover .color-selector-panel .selected-dot, .color-selector.selected .color-selector-panel .selected-dot {
  background-color: #fff;
}

.bellus-mobile-sticky {
  display: none;
}

.footer-col-title {
  margin-bottom: 0.5rem;
}

.footer-row-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bellus-start-dates-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.bellus-start-dates-text-wrap {
  background: #000;
  color: #fff;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.bellus-start-dates-text-wrap::before {
  content: "";
  display: block;
  background: linear-gradient(0deg, #000, transparent);
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
}

.count-down-label {
  background: #fff;
  margin-top: -12px;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  header {
    background-color: #fff;
  }
}
@media screen and (max-width: 1499px) {
  .home-banner {
    height: 50vw;
  }
}
@media screen and (max-width: 991px) {
  .hideOnMobile {
    display: none !important;
  }
  .hideOnMobileFlex {
    display: none !important;
  }
  .hideOnDesktop {
    display: block !important;
  }
  .hideOnDesktopFlex {
    display: flex !important;
  }
  .hideOnDesktopInline {
    display: inline !important;
  }
  .page-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .page-section-top {
    padding-top: 2rem;
  }
  .page-section-bottom {
    padding-bottom: 2rem;
  }
  .page-small-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .page-small-section-top {
    padding-top: 1rem;
  }
  .page-small-section-bottom {
    padding-bottom: 1rem;
  }
  .footer-row-2 {
    padding-top: 0;
    padding-bottom: 1rem;
  }
  h2, .h2 {
    font-size: calc(1.25rem + 1.25vh);
    margin-bottom: 1rem;
  }
  h3, .h3 {
    font-size: calc(1.2rem + 1vh);
  }
  .header-menu-wrap {
    display: none;
  }
  header {
    position: fixed;
    top: 0;
  }
  .home header {
    background: transparent;
  }
  header, .page-on-scrolling header, header:hover, .full-menu-show .header-main-row {
    background: linear-gradient(0deg, #000000 0%, #252525 100%);
  }
  .hl-divider {
    margin: 0.375rem auto;
  }
  .header-main-row {
    padding: 6px 0;
    position: relative;
    z-index: 8;
  }
  body:not(.home) .header-main-row {
    background: linear-gradient(0deg, #000000 0%, #252525 100%);
  }
  .header-main-row::before {
    position: absolute;
    content: "";
    bottom: -50px;
    height: 50px;
    width: 25px;
    background-color: transparent;
    border-top-left-radius: 25px;
    box-shadow: 0 -25px 0 0 #000;
    z-index: 1;
  }
  .header-main-row::after {
    position: absolute;
    content: "";
    bottom: -50px;
    height: 50px;
    width: 25px;
    right: 0;
    background-color: transparent;
    border-top-right-radius: 25px;
    box-shadow: 0 -25px 0 0 #000;
    z-index: 1;
  }
  .header-main-row > div {
    position: relative;
    z-index: 2;
  }
  .home .header-main-row::before, .home .header-main-row::after {
    display: none;
  }
  .page-on-scrolling .header-main-row::before, .page-on-scrolling .header-main-row::after, .header-main-row:hover::before, .header-main-row:hover::after {
    display: block;
  }
  .burger-line {
    transition: width 0.2s, transform 0.3s;
  }
  .full-menu-show .menu-btn-wrap .burger-line {
    width: 0;
  }
  .full-menu-show .menu-btn-wrap .burger-line:first-child {
    width: 40px;
    transform: rotate(45deg) translate(12px, 4px);
    transform-origin: center;
  }
  .full-menu-show .menu-btn-wrap .burger-line:last-child {
    width: 40px;
    transform: rotate(-45deg) translate(8px, 0px);
    transform-origin: center;
  }
  .full-menu-show .full-menu {
    transform: translateY(0);
    transition: transform 0.3s ease;
  }
  .full-menu {
    padding-top: 5rem;
    padding-bottom: 2rem;
    border-radius: 0 0 20px 20px;
    z-index: 7;
  }
  .full-menu-col a {
    color: #fff;
  }
  .color-selector-name {
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    align-items: center;
  }
  .color-selector {
    padding: 0;
  }
  .home-banner {
    height: calc(100vh - 5rem);
    background-size: cover;
    background-position: top;
    color: #fff;
    text-align: center;
  }
  .bellus-page-banner {
    background-position: center;
    min-height: 250px;
  }
  .bellus-page-banner .overlayer {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 40%, #000 90%);
  }
  .banner-main-content {
    justify-content: flex-end;
  }
  .home-banner h1 {
    margin-bottom: 2rem;
  }
  .home-banner-subline {
    font-weight: 300;
    margin-bottom: 0.5rem;
  }
  .banner-campus-link {
    flex-wrap: wrap;
    justify-content: center;
  }
  .banner-campus-link a {
    display: block;
    max-width: 50%;
    color: #fff;
    border-color: #fff;
    margin: 0.5rem 0.25rem;
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
  }
  .bellus-mobile-sticky {
    background: linear-gradient(180deg, #000000 0%, #252525 100%);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 7;
    display: flex;
    color: #fff;
    align-items: center;
  }
  .bellus-mobile-sticky::before {
    position: absolute;
    content: "";
    top: -50px;
    height: 50px;
    width: 25px;
    background-color: transparent;
    border-bottom-left-radius: 25px;
    box-shadow: 0 25px 0 0 #0a0a0a;
    z-index: 1;
  }
  .bellus-mobile-sticky::after {
    position: absolute;
    content: "";
    top: -50px;
    height: 50px;
    width: 25px;
    right: 0;
    background-color: transparent;
    border-bottom-right-radius: 25px;
    box-shadow: 0 25px 0 0 #0a0a0a;
    z-index: 1;
  }
  .bellus-mobile-sticky a {
    color: #fff;
    display: block;
    height: 100%;
    position: relative;
    z-index: 2;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    padding: 1rem 15px;
    font-size: 18px;
    text-align: center;
  }
  .bellus-horizontal-form {
    position: relative;
    z-index: 8;
  }
  .bellus-faculty-card {
    height: 50vw;
  }
  .sidebar-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .bellus-float-btns {
    display: none;
  }
  .bellus-advantage {
    background: none !important;
    color: #080808;
  }
  .bellus-c-thumb {
    width: 100%;
    height: 225px;
  }
  .bellus-c-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .bellus-c-quote {
    padding: 1rem 15px;
    background-color: #fff;
  }
  .drop-shade-wrap {
    position: relative;
  }
  .drop-shade-wrap::before {
    position: absolute;
    top: -10px;
    left: 0;
  }
  .drop-shade-wrap::before, .drop-shade-wrap::after {
    content: " ";
    background-size: 100% 10px;
    background-repeat: no-repeat;
    float: left;
    width: 80%;
    margin-left: 10%;
  }
  .bellus-faculty-col {
    padding: 0;
    margin: 0;
  }
  .bellus-faculty-card {
    height: 120vw;
  }
  .bellus-faculty-card img {
    filter: grayscale(0);
  }
  .bellus-faculty-card-title {
    font-size: 32px;
    text-align: left;
    margin: 0;
    width: 100%;
    padding: 0.375rem 0;
    position: relative;
  }
  .bellus-faculty-card-title::before, .bellus-faculty-card-title::after {
    display: none;
  }
  .bellus-faculty-card-title::after {
    display: block;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.633' height='25.119'  viewBox='0 0 256 512'%3E%3Cpath fill='%23fff' d='M17.525 36.465l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L205.947 256 10.454 451.494c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l211.051-211.05c4.686-4.686 4.686-12.284 0-16.971L34.495 36.465c-4.686-4.687-12.284-4.687-16.97 0z' class=''%3E%3C/path%3E%3C/svg%3E");
    right: 0;
    top: 8px;
    position: absolute;
    opacity: 1;
  }
  .bellus-faculty-card-content {
    max-height: 100%;
  }
  .bellus-faculty-card-text-wrap {
    padding: 0 0 1.25rem 18px;
  }
  .bellus-text-img-row {
    flex-direction: column-reverse;
  }
  .bellus-ti-col {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
  }
  .bellus-text-img-row:nth-child(odd) .bellus-ti-col-text {
    order: 0;
  }
  .bellus-text-img-row .bellus-btn {
    display: block;
    text-align: center;
  }
  .bellus-campus-faculty-row .bellus-btn-arrow {
    padding-left: 4rem;
  }
  .bellus-faculty-col.animate-it .bellus-faculty-card-title::after {
    animation: fadeOutRight 1s infinite;
  }
  .bellus-text-img-row .bellus-ti-col-text {
    padding: 0 15px 1.5rem 15px !important;
    z-index: 2;
    position: relative;
  }
  .bellus-text-img-row .bellus-ti-col-text h2 {
    color: #fff;
    margin-top: -2.5rem;
    margin-bottom: 2.5rem;
    font-size: 14px;
  }
  .bellus-ti-col-img {
    position: relative;
  }
  .bellus-ti-col-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000, transparent);
  }
  .fullwidth-iframe {
    height: 535px;
  }
  .flyout-form {
    padding-top: 6px;
  }
  .tiny-h2 {
    font-size: 13px;
  }
  .bellus-testimonial-slider, .bellus-why-us-slider {
    padding: 1rem 15px 0 15px;
  }
  .bellus-why-us-slider-wrap, .bellus-testimonial-slider-wrap {
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f7f7f7;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  }
  .bellus-why-us-slider-wrap {
    padding: 0;
  }
  .bellus-testimonial-section {
    background: #f7f7f7;
  }
  .bellus-carousel .tns-nav {
    margin: 0 auto;
  }
  .bellus-partner-logos.grey-section {
    background: #fff;
  }
  .bellus-footer-shoutout {
    height: 33.33vh;
  }
  .bellus-shoutout-logo {
    transform: translate(90%, -10%);
  }
  .shoutout-character {
    left: 0;
  }
  footer {
    padding-bottom: 4rem;
  }
  .footer-credit-row {
    flex-direction: column-reverse;
  }
  .footer-credit-text {
    font-size: 12px;
    text-align: center;
  }
  .footer-social {
    text-align: center;
    margin-bottom: 1rem;
  }
  .footer-col-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    width: 100%;
  }
  .footer-col-title::after {
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    background-color: #8a8a8a;
    margin-left: 0.5rem;
  }
  .footer-row {
    border: 0 !important;
  }
  .footer-col {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-link {
    width: 50%;
  }
  .footer-link a {
    padding-right: 0.25rem;
    line-height: 1.2;
    display: inline-block;
  }
  .footer-link-ul ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .footer-link-ul ul li {
    width: 50%;
  }
  .page-banner {
    height: 66.66vh;
  }
  .page-banner h1 {
    font-size: calc(3.75vh + 3.75vw);
    text-align: center;
  }
  .banner-ribbon-wrap h1 {
    font-size: calc(3vh + 3vw);
    text-align: center;
  }
  .bellus-milkyway-row {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .full-menu-col {
    border-bottom: 1px solid #4E4E4E;
  }
  .full-menu-col:last-child {
    border-bottom: 1px solid transparent;
  }
  .mega-col-title {
    margin-bottom: 0;
  }
  .mega-col-title a {
    color: #8A8A8A;
  }
  .pc-ul-section {
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #2e2e2e;
  }
  .pc-ul-section:last-child {
    border-bottom: 0;
  }
  .full-menu-title {
    padding: 8px 15px;
    display: flex;
    justify-content: space-between;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .full-menu-title::after, .full-submenu-title::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='1em' height='1em'%3E%3Cpath fill='%23fff' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z' class=''%3E%3C/path%3E%3C/svg%3E");
    transform-origin: center;
    transition: transform 0.3s;
  }
  .full-menu-col.open .full-menu-title::after, .full-submenu-title.open::after {
    transform: rotate(180deg);
  }
  .full-menu-link {
    display: none;
    list-style: none;
    padding-left: 1.5rem;
  }
  ul.full-menu-link {
    margin-bottom: 0.5rem;
  }
  ul.menu {
    list-style: none;
    padding-left: 0;
  }
  .full-menu-link li a, .full-menu ul.menu li a {
    text-decoration: none;
    padding: 6px 0;
    letter-spacing: 2px;
    display: inline-block;
    width: 100%;
  }
  .full-menu-col.open .full-menu-link {
    display: block;
  }
  .full-submenu-title {
    text-decoration: none;
    padding: 6px 0;
    letter-spacing: 2px;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 15px);
  }
  .full-menu-submenu {
    display: none;
  }
  .full-menu-submenu.open-sub {
    display: block;
  }
  .full-menu-submenu {
    list-style: none;
    padding-left: 1rem;
  }
  .full-menu-submenu li a {
    width: 85%;
    margin: 5px auto;
    padding: 10px;
    border: 1px solid #fff;
    text-align: center;
  }
  .full-menu-admission-numbers a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 0.5rem;
    margin: 1rem 15px;
    border: 1px solid #4E4E4E;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .pc-single-program-link {
    padding-left: 1rem;
  }
  .page-banner-link {
    padding: 6px 8px;
    border: 1px solid #fff;
    width: 100%;
    text-align: center;
  }
  .page-banner .banner-main-content {
    justify-content: flex-end;
    padding: 0 2rem 2rem;
    align-items: center;
  }
  .bellus-hl-w-wings-wide::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='125' height='6' viewBox='0 0 201 6'%3E%3Cpath d='M0,.5H106' transform='translate(94.5 5)' fill='none' stroke='%23979797' stroke-linecap='square' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath d='M0,.5H200' transform='translate(0.5)' fill='none' stroke='%23979797' stroke-linecap='square' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E%0A");
  }
  .bellus-hl-w-wings-wide::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='125' height='6' viewBox='0 0 201 6'%3E%3Cpath d='M0,.5H200' transform='translate(0.5)' fill='none' stroke='%23979797' stroke-linecap='square' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath d='M0,.5H106' transform='translate(0.5 5)' fill='none' stroke='%23979797' stroke-linecap='square' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E%0A");
  }
  .post-card {
    padding: 0;
    width: 100%;
    margin-bottom: 1rem;
  }
  .post-card-wrap {
    box-shadow: none;
  }
  .bellus-milkyway-col {
    margin: 0 0.75rem;
  }
  .subtitle-wrap {
    text-align: center;
  }
  .bellus-shout-out-banner {
    background-attachment: scroll;
  }
  .bellus-start-dates-text-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bellus-start-dates-box .col-12 {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 449px) {
  .bellus-milkyway-col .bellus-btn-white-solid {
    width: 100%;
    text-align: center;
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 0;
    transform: translateX(-2rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden;
  white-space: nowrap;
}

.page-numbers {
  text-decoration: none;
  padding: 0.25rem 0.75rem;
  margin-right: 0.25rem;
}

.page-numbers.current {
  font-weight: bold;
}/*# sourceMappingURL=main.css.map */