body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #231f20;
  font-size: 15px;
  line-height: 1.618;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  font-family: "Abril Fatface", cursive;
  font-weight: normal;
  line-height: 1.5;
}

.hl-sans {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

a,
a:hover {
  color: #231f20;
}

a:hover {
  text-decoration: underline;
  text-decoration-color: #9f0610 !important;
}

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

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

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

.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;
}

.mcc-btn {
  display: inline-block;
  font-weight: bold;
  padding: 0.5rem;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.mcc-btn::after {
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  right: 0.5rem;
  content: "";
  width: calc(100% - 1rem);
  height: 2px;
  background: #9f0610;
  transform-origin: bottom;
  transition: transform 0.3s;
}

.mcc-btn:hover {
  text-decoration: none;
}

.mcc-btn:hover::after {
  transform: scaleY(3);
}

.mcc-btn-white,
.mcc-btn-white:hover {
  color: #fff;
}

.mcc-btn.px-0::after {
  width: 100%;
  left: 0;
  right: 0;
}

.mcc-btn-s-arrow {
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

.mcc-btn-s-arrow::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M4.206 7.868a.57.57 0 0 1-.073-.8l2.558-3.074L4.225.93a.572.572 0 1 1 .891-.717l2.758 3.429a.57.57 0 0 1-.006.724L5.01 7.795a.572.572 0 0 1-.8.073Zm-4 0a.571.571 0 0 1-.074-.8L2.69 3.994.224.93a.572.572 0 1 1 .891-.717l2.759 3.429a.57.57 0 0 1-.006.724L1.011 7.795a.572.572 0 0 1-.8.073Z'/%3E%3C/svg%3E");
  margin-left: 0.25rem;
}

.mcc-border-btn-large {
  padding: 0.75rem 1.25rem;
  border-color: #000;
  font-size: 16px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.link-external {
  cursor: alias;
}

.link-external object {
  display: none;
}

.accessibility-hidden {
  position: absolute !important;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.container-mcc {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

.semibold,
.global-menu-links a {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

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

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

.larger-font {
  font-size: 21px !important;
}

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

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

.hideOnDesktop {
  display: none !important;
}

.hideOnDesktopFlex {
  display: none !important;
}

.hideOnDesktopFlex-n {
  display: none;
}

.hideOnMobile {
  display: block !important;
}

.hideOnMobileFlex {
  display: flex !important;
}

.underline-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
}

.underline-btn::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 100%;
  background: #9f0610;
  transition: transform 0.3s;
  transform: translateX(-105%);
}

.underline-btn:hover {
  text-decoration: none;
}

.underline-btn:hover::after,
.underline-btn.active::after {
  transform: translateX(0);
}

h1 {
  font-size: calc(2vw + 1.5rem);
}

.single h2 {
  font-size: calc(1.325rem + 1vw);
}

.mcc-editor-content h2 {
  margin-bottom: 1rem;
}

.mcc-editor-content h2:not(:first-child) {
  padding-top: 1rem;
}

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

.site-announcement-row {
  padding: 0.5rem 15px;
  background-color: #9f0610;
  color: #fff;
  font-size: 14px;
  justify-content: space-between;
}

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

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

.header-main-row {
  padding: 1rem 0;
  background: #f2f5f7;
  position: relative;
  z-index: 18;
  box-shadow: 0 0 24px 12px rgba(0, 0, 0, 0.2);
}

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

.full-nav-col {
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-logo-link {
  display: flex;
  align-items: center;
}

.header-logo-link svg {
  max-width: 240px;
  height: auto;
}

.mc-popup-dropdown {
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 8px;
}

.mc-choose-campus {
  margin-left: 12px;
}

.site-announcement-row {
  display: none;
}

.mc-popup-dropdown-label {
  padding-left: 12px;
  padding-right: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mc-choose-campus-options {
  min-width: 200px;
}

.mc-choose-cta-options {
  min-width: 225px;
}

.mc-popup-dropdown-options {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-0.5rem, 0);
  list-style: none;
  padding: 1rem 15px;
  margin: 0;
  background: linear-gradient(180deg, #d5d5d5 0%, #fff 24px);
  border-bottom: 8px solid #9f0610;
  opacity: 0;
  pointer-events: none;
}

.mc-popup-dropdown-options a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
}

.mc-popup-dropdown-options a:hover {
  text-decoration: underline;
}

.dropdown-show .mc-popup-dropdown-options {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-0.5rem, calc(100% + 1rem));
}

.mc-dropdown-chevron {
  transform: rotate(180deg);
  transition: transform 0.2s;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.dropdown-show .mc-dropdown-chevron {
  transform: rotate(0);
  color: #9f0610;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2rem 0.5rem 0 0.5rem;
  background: #000;
  opacity: 1;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9f0610;
}

.carousel-swiper {
  width: 540px;
  max-width: 100%;
}

.carousel-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.carousel-img-wrap img {
  width: 100%;
  height: auto;
}

.slide-img-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  font-weight: bold;
  padding: 1.5rem 1rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
  min-height: 33.33%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#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 {
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  margin: 0;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
  border-radius: 18px;
}

.burger-line {
  width: 24px;
  height: 3px;
  border-radius: 2px;
  background: #231f20;
  margin: 1.5px 0;
  transform-origin: center;
  transition: width 0.2s, transform 0.2s;
}

.full-mega-menu-show .burger-line:first-child,
.mobile-full-mega-menu-show .burger-line:first-child {
  width: 30px;
  transform: rotate(45deg) translate(8px, 2px);
}

.full-mega-menu-show .burger-line:last-child,
.mobile-full-mega-menu-show .burger-line:last-child {
  width: 30px;
  transform: rotate(-45deg) translate(6px, -1px);
}

.full-mega-menu-show .burger-line:nth-child(2),
.mobile-full-mega-menu-show .burger-line:nth-child(2) {
  width: 0;
}

.mega-menu {
  color: #231f20;
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
  z-index: 17;
  overflow-y: auto;
  transform: translateY(-120%);
  border-bottom: 8px solid #9f0610;
  transition: transform 0.1s ease;
}

.mega-menu a {
  text-decoration: none;
}

.mega-menu-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 50vh;
  overflow: hidden;
}

.mega-menu-container {
  padding-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.mega-menu-closer {
  width: 2rem;
  height: 2rem;
  margin: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.5rem;
}

.full-mega-menu-show #nav-mega-menu,
.salon-mega-menu-show #salon-mega-menu,
.campus-mega-menu-show #campus-mega-menu {
  transform: translateY(0);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.salon-spa-mega-btn {
  padding: 0.25rem 0;
  position: relative;
  overflow: hidden;
}

.salon-spa-mega-btn::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 100%;
  background: #9f0610;
  transition: transform 0.3s;
  transform: translateX(-105%);
}

.salon-mega-menu-show .salon-spa-mega-btn::after {
  transform: translateX(0);
}

.mc-location-specified .mc-choose-campus-label span {
  text-transform: capitalize;
}

.mc-location-menu {
  display: none;
}

.mc-location-menu ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.mc-location-menu li {
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
}

.mc-location-menu li a {
  padding: 0.25rem 0;
  font-weight: bold;
  display: inline-block;
}

.mc-location-specified .mc-location-menu {
  display: flex;
  align-items: center;
}

.mcc-campus-section-row {
  display: none;
  justify-content: center;
}

.mcc-campus-diplomas-row {
  justify-content: center;
}

.sidebar-iframe {
  width: 100%;
  height: 560px;
}

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

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

.tour-cl-form {
  height: 720px;
}

.application-cl-form {
  height: 1440px;
}

.mcc-stripes-background {
  background-size: 6px 6px;
  background-image: repeating-linear-gradient(-45deg, #ededed 0, #ededed 1px, #fff 0, #fff 50%);
}

.mc-fullimg-section {
  min-height: 500px;
  background-position: center;
}

.mc-all-location-content {
  width: 100%;
}

.mc-btn-outline {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid;
  border-radius: 10px;
  margin: 8px;
}

.mc-locations-wrap .mc-btn-outline {
  color: #fff;
  border-color: #fff;
}

.mc-locations-wrap .mc-btn-outline:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}

.mc-stripe-container {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-size: cover;
}

.mc-stripe-box {
  max-width: 450px;
  width: 33.33%;
  position: relative;
  z-index: 2;
}

.mc-stripe-back-stripe {
  width: 150vw;
  height: 150vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stripe-inner {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0784313725) 40%, #000 50%, rgba(0, 0, 0, 0.0784313725) 60%, rgba(0, 0, 0, 0) 100%);
  transform-origin: center;
}

.get-in-touch-location {
  color: #9f0610;
  text-transform: capitalize;
}

.home-banner {
  height: 35vw;
  background: linear-gradient(180deg, #323232, #1b1b1b);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
  position: relative;
}

.home-banner .perspective-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-banner .perspective-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mc-programs-tabs-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mcc-tab-btn {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 0.5rem 0;
  transition: color 0.3s;
  display: block;
}

.mcc-tab-btn,
.mcc-tab-btn:hover {
  text-decoration: none;
}

.mcc-tab-btn svg {
  opacity: 0;
  transition: opacity 0.3s;
}

.mcc-tab-btn.active,
.mcc-tab-btn:hover {
  color: #9f0610;
}

.mcc-tab-btn.active svg,
.mcc-tab-btn:hover svg {
  opacity: 1;
}

.mc-programs-panels {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 3.5rem;
}

.mc-program-hero-wrap {
  border-radius: 20px;
  max-width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  height: 0;
  opacity: 0;
}

.mc-program-hero-wrap.show {
  height: auto;
  opacity: 1;
}

.mc-dark-gradient-content {
  color: #fff;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
  padding: 1.5rem 2rem;
}

.mc-dark-content {
  color: #fff;
}

.mc-program-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 50%;
  display: flex;
}

.mc-program-content-col {
  max-width: 66.67%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.mc-program-content-btn-col {
  align-items: flex-end;
  flex: 1 1 auto;
}

.mc-program-content-btn-col a.mcc-link {
  color: #fff;
  font-weight: bold;
}

.mc-program-content p {
  margin: 0;
}

/* .mc-360-section{background: #f2f5f7} */
/* .mc-360-panel{display: flex; opacity:.33; transition: opacity .35s, transform .75s;text-align: center;justify-content: flex-end; padding-top:1rem;padding-bottom:1rem} */
/* .mc-360-panel.activate-it{opacity:1;transform: translateX(-50%);} */
.mc-360-panel {
  display: flex;
  opacity: 0.33;
  transition: opacity 0.35s;
  text-align: center;
}

.mc-360-panel:nth-child(even) {
  justify-content: flex-end;
}

.mc-360-panel-inner {
  width: calc(50% - 3rem);
  padding: 0 2rem;
}

.mc-360-panel.activate-it {
  opacity: 1;
}

.mc-360-panel-inner img {
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: auto;
}

.mc-360-panel-inner-text {
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.mcc-banner-info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.mcc-banner-info a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.mcc-banner-info > div {
  margin: 0 0.5rem;
}

.mcc-programs-card-contents {
  width: 100%;
}

.mcc-p-card-hl {
  line-height: 1.2;
}

.mcc-programs-card-contents h3 svg {
  margin-left: 0.25rem;
  margin-right: -1.25rem;
  opacity: 0;
  transition: opacity 0.3s;
}

.mcc-programs-card:hover h3 svg {
  opacity: 1;
}

.mcc-fliter-btn,
.mcc-border-btn {
  padding: 0.625rem 1.125rem;
  display: inline-block;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  border-radius: 2rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.mcc-border-btn {
  text-decoration: none;
  margin-right: 10px;
  padding: 0.5rem 1.125rem;
}

.mcc-white-border-btn {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}

.mcc-fliter-btn svg {
  margin-left: 0.5rem;
}

#campus-location-id {
  text-transform: capitalize;
}

.mcc-fliter-btn.active,
.mcc-border-btn:hover {
  background-color: #9f0610;
  color: #fff;
  border-color: #9f0610;
  text-decoration: none;
}

.mcc-filter-options {
  background: #000;
  color: #fff;
  display: none;
  justify-content: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow-x: scroll;
  max-width: 100%;
}

.mcc-filter-options.show {
  display: flex;
}

.mcc-filter-options a {
  color: #fff;
  padding: 0.25rem 1rem;
  display: inline-block;
}

.filter-options-btn {
  text-decoration: none;
  font-weight: 500;
  border-radius: 24px;
  border: 1px solid #fff;
  margin: 0 0.5rem;
  transition: color 0.3s, background-color 0.3s;
}

.filter-options-btn:hover,
.filter-options-btn.active {
  color: #000;
  background: #fff;
  text-decoration: none;
}

footer {
  background-image: linear-gradient(0deg, #000, #2B2B2B);
  color: #fff;
}

footer a,
footer a:hover {
  color: #fff;
}

.footer-menu-titel,
.global-menu-titel,
.location-certificate-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0.75rem;
  font-size: 14px;
}

.global-menu-titel {
  margin-bottom: 0.5rem;
  font-size: 15px;
}

.footer-menu-links a,
.global-menu-links a {
  text-decoration: none;
  display: inline-block;
  padding: 0.25rem 0;
  width: 100%;
  font-size: 13px;
}

.global-menu-links a {
  font-size: 14px;
}

.footer-menu-links-2-cols {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu-links-2-cols .footer-menu-link {
  width: 50%;
}

.footer-menu-links ul,
.global-menu-links ul,
ul.footer-menu-links {
  list-style: none;
  padding: 0;
}

.footer-content-row p:last-child {
  margin: 0;
}

.footer-logo-link {
  margin-right: 2rem;
}

.footer-logo-link svg {
  width: 185px;
  height: auto;
}

.mc-footer-logo-social-col {
  display: flex;
  align-items: center;
}

.footer-social-link {
  padding: 5px 0.5rem;
}

.footer-credit-col {
  text-align: right;
}

.footer-credit-line {
  font-size: 12px;
}

.footer-extra-links-line a {
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}

.footer-extra-links-line span {
  padding: 0 0.75rem;
}

.mcc-partners-row {
  display: flex;
  justify-content: center;
}

.mcc-partners-row img {
  max-width: 150px;
  height: auto;
}

.mcc-horizontal-form-wrap.animate-it {
  animation: fadeInUp 0.75s ease 0.5s both;
}

.flyout-form {
  transform: translateY(120%);
  position: fixed;
  height: 100%;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  top: 0;
  right: 0;
  z-index: 18;
  overflow-y: auto;
}

.flyout-closer {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  font-size: 1.5rem;
}

.flyout-logo-container {
  display: flex;
  align-items: center;
}

.form-flyin {
  overflow: hidden;
}

.footer-content-row {
  border-bottom: 1px solid #5C5C5C;
  font-size: 12px;
}

.mcc-partners-container {
  overflow-x: hidden;
}

.mobile-full-mega-menu-show #mobile-nav-mega-menu {
  transform: translateY(0);
}

.page-banner {
  height: 41.67vw;
  max-height: 550px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
  position: relative;
}

.page-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-banner-inner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-subline {
  padding: 0.5rem 0;
}

.page-repeat-section:nth-child(even) {
  flex-direction: row-reverse;
}

.mcc-editor-content h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 27px;
}

.filter-options-wrap {
  display: flex;
  padding: 1rem 12px;
  justify-content: center;
  align-items: center;
}

.filter-by-label {
  margin: 0 1.5rem;
}

.location-name-span {
  text-transform: capitalize;
  color: #9f0610;
}

.mcc-programs-panel {
  max-width: 100%;
  display: grid;
  gap: 1rem;
  padding: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
}

.mcc-programs-card {
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
  background-color: #ccc;
  position: relative;
  transition: filter 0.3s;
}

.mcc-programs-card.hide {
  display: none;
}

/* .mcc-programs-card:not(.hide){border:1px solid yellow} */
.mcc-programs-card:hover {
  filter: grayscale(0);
}

.mcc-programs-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
}

.mcc-programs-card-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 1rem;
}

.mcc-card-hover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.program-card-excerpt {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}

.mcc-programs-card:hover .program-card-excerpt {
  max-height: 78px;
}

.mc-location-specified .mc-choose-campus-label span {
  color: #9f0610;
}

.mcc-sticky-btns {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 4px solid #9f0610;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: fixed;
  bottom: 50%;
  right: 0;
  z-index: 2;
  width: auto;
  transform: rotate(-90deg) translateX(50%);
  transform-origin: bottom right;
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.1);
}

.mcc-sticky-btn {
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  text-align: center;
  flex: 1 1 auto;
  border-right: 1px solid #c5c5c5;
}

.mcc-sticky-btn:last-child {
  border-right: 0;
}

@keyframes fadeInUp {
  from {
    transform: translateY(50%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .hideOnMobile {
    display: none !important;
  }
  .hideOnMobileFlex {
    display: none !important;
  }
  .hideOnMobileFlex-n {
    display: none;
  }
  .hideOnDesktop {
    display: block !important;
  }
  .hideOnDesktopFlex {
    display: flex !important;
  }
  .page-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .page-section-top {
    padding-top: 1rem;
  }
  .page-section-bottom {
    padding-bottom: 1rem;
  }
  .page-small-section {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .page-small-section-top {
    padding-top: 0.5rem;
  }
  .page-small-section-bottom {
    padding-bottom: 0.5rem;
  }
  .mc-location-menu,
  .mc-location-specified .mc-location-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .container-mcc {
    padding-left: 15px;
    padding-right: 15px;
  }
  header {
    position: fixed;
  }
  .header-main-row {
    padding: 0.75rem 0;
  }
  .header-logo-link svg {
    max-width: 150px;
  }
  .menu-btn-wrap {
    margin-right: -0.5rem;
  }
  .mc-choose-campus-label {
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 0;
    padding-left: 0;
  }
  .mc-dropdown-chevron {
    margin: 0;
  }
  .dropdown-show .mc-popup-dropdown-options {
    transform: translate(0, calc(100% + 0.75rem));
  }
  .full-mega-menu-show,
  .mobile-full-mega-menu-show {
    overflow: hidden;
  }
  .mega-menu {
    max-height: 100vh;
  }
  .home-banner {
    height: 77.5vh;
    max-height: unset;
  }
  .home-banner .perspective-inner img {
    height: 100%;
    width: auto;
    max-width: unset;
  }
  .mc-360-panel-inner {
    width: auto;
    max-width: 100%;
    padding: 1.5rem;
  }
  .mc-location-specified .mc-choose-campus-label span {
    font-size: 15px;
  }
  .mcc-border-btn-mb-full {
    width: 100%;
    padding: 0.625rem 1rem;
  }
  .hl-sans {
    font-family: "Abril Fatface", cursive;
    font-weight: normal;
  }
  h1 {
    font-size: calc(2vw + 2rem);
    line-height: 1.25;
  }
  .mc-programs-tabs-intro-cat {
    display: none;
  }
  .mc-programs-panels {
    padding-left: 8px;
    padding-right: 8px;
    align-items: start;
  }
  .mc-program-hero-wrap {
    width: 100%;
    height: 75vw !important;
    opacity: 1;
    position: relative;
    margin-bottom: 12px;
  }
  .mc-program-hero-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mc-program-hero-wrap .mc-program-content {
    opacity: 0;
    height: 100%;
  }
  .mc-program-mb-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
    padding: 1rem 15px;
  }
  .mc-program-mb-title a {
    color: #fff;
    text-decoration: none;
  }
  .mc-program-content-btn-col a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mc-dark-gradient-content {
    padding: 0 12px;
  }
  .mc-locations-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 8px;
  }
  .mc-locations-wrap .mc-btn-outline {
    margin: 0;
  }
  .mc-fullimg-section {
    margin-bottom: 1rem;
  }
  .mc-360-panel-inner {
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  }
  .mc-360-panel-inner .img-wrap {
    position: relative;
  }
  .mc-360-panel-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    color: #fff;
  }
  .mc-360-panel-inner-text {
    padding: 12px;
    text-align: center;
  }
  .mc-stripe-back-stripe .stripe-inner {
    display: none;
  }
  .mc-student-salon-section {
    align-items: flex-end;
    background-position: 0 center;
  }
  .mc-stripe-back-stripe {
    top: 0;
    left: 0;
    transform: none;
  }
  .mc-stripe-back-stripe {
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 90%);
  }
  .mc-dark-content {
    padding: 0 12px 2rem 12px;
    max-width: 100%;
    width: 100%;
  }
  .general-cl-form {
    height: 700px;
  }
  .mcc-partners-row {
    justify-content: flex-start;
  }
  .mcc-partners-row img {
    max-width: 125px;
  }
  footer {
    padding-bottom: 3rem;
  }
  .footer-nav-box {
    padding-top: 1rem;
  }
  .footer-menu-titel {
    text-align: center;
    display: flex;
  }
  .footer-menu-titel::before,
  .footer-menu-titel::after {
    content: "";
    background: repeating-linear-gradient(-45deg, #606060 0, #606060 1px, #282828 0, #282828 4px);
    flex-grow: 1;
  }
  .footer-menu-titel::before {
    margin-right: 0.5rem;
  }
  .footer-menu-titel::after {
    margin-left: 0.5rem;
  }
  .footer-menu-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 8px;
  }
  .footer-menu-links .footer-menu-link:nth-child(even),
  .footer-menu-links li:nth-child(even) {
    text-align: right;
  }
  .footer-menu-campus-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 8px;
  }
  .footer-menu-links.footer-menu-campus-links .footer-menu-link:nth-child(3n+1) {
    text-align: left;
  }
  .footer-menu-links.footer-menu-campus-links .footer-menu-link:nth-child(3n+2) {
    text-align: center;
  }
  .footer-menu-links.footer-menu-campus-links .footer-menu-link:nth-child(3n+3) {
    text-align: right;
  }
  .mcc-associations-col {
    flex: 1 0 auto;
    padding: 0;
    width: auto;
    max-width: 50%;
    margin: 0.5rem 0;
    text-align: center;
  }
  .footer-content-row {
    padding: 1.25rem 1rem;
    font-size: 11px;
  }
  .mc-footer-logo-social-col {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
  }
  .footer-logo-link {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .footer-logo-link svg {
    width: 240px;
  }
  .footer-social-link svg {
    transform: scale(1.5);
    margin: 0 1rem;
  }
  .footer-credit-col {
    text-align: center;
  }
  .footer-credit-line span {
    display: block;
  }
  .footer-extra-links-line {
    font-size: 12px;
    padding: 0.25rem 0;
  }
  .footer-extra-links-line a {
    font-size: 12px;
  }
  .footer-extra-links-line span {
    padding: 0 0.125rem;
  }
  .mcc-horizontal-form {
    position: relative;
    z-index: 3;
    background-color: #fff;
  }
  .flyout-form .mcc-horizontal-form {
    position: static;
    z-index: 1;
    background-color: transparent;
  }
  .mcc-sticky-btns {
    width: 100%;
    transform: none;
    bottom: 0;
  }
  .mcc-sticky-btn {
    padding: 0.5rem;
  }
  .page-banner {
    height: 75vh;
  }
  .page-banner-inner {
    padding-top: 10vh;
  }
  .page-banner.mcc-campus-hero {
    max-height: unset;
    flex-direction: column;
    height: auto;
  }
  .mcc-campus-hero img {
    max-height: 250px;
  }
  .mcc-campus-hero .page-small-section {
    position: static;
  }
  .mcc-btn {
    padding: 0.25rem;
  }
  .mcc-btn::after {
    left: 0.25rem;
    right: 0.25rem;
    width: calc(100% - 0.5rem);
  }
  .banner-program-available-campuses {
    padding-bottom: 1rem;
  }
  .banner-subline {
    padding: 0 12px;
  }
  .campus-price-col {
    padding: 0;
  }
  .page-repeat-section,
  .page-repeat-section:nth-child(even) {
    flex-direction: column-reverse;
  }
  main h2 {
    font-size: calc(0.75vw + 1.25rem);
  }
  .mcc-editor-content h3 {
    font-size: calc(0.5vw + 1rem);
  }
  .mc-stripe-banner .mc-stripe-back-stripe {
    width: 100%;
    height: 100%;
    background: none;
    padding-top: 64px;
  }
  .mc-stripe-banner .mc-stripe-back-stripe .stripe-inner {
    display: block;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, #000 50%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
  }
  .mc-stripe-banner .mc-dark-content {
    padding: 0 12px;
  }
  .page-repeat-slider {
    margin-bottom: 2rem;
  }
  .mcc-all-ss-banner-location {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 8px;
  }
  .mcc-all-ss-banner-location .mcc-white-border-btn {
    margin: 0 !important;
  }
  .filter-options-wrap {
    flex-wrap: wrap;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    justify-content: flex-start;
  }
  .filter-by-label {
    width: 100%;
    margin: 0 0 0.5rem 0;
    text-align: left;
  }
  .filter-options-wrap .mcc-fliter-btn {
    padding: 0.625rem 1rem;
  }
  .mcc-filter-options {
    justify-content: flex-start;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcc-filter-options a {
    white-space: nowrap;
  }
  .tour-cl-form {
    height: 1050px;
  }
  .application-cl-form {
    height: 2440px;
  }
  .mc-home-locations-section {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 449px) {
  .container-mcc {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .footer-menu-links-2-cols .footer-menu-link {
    width: 100%;
  }
  .mcc-programs-panel {
    grid-template-columns: repeat(1, 1fr);
    padding: 12px;
  }
}/*# sourceMappingURL=main.css.map */