:root {
  --Primary-900: #2E050C;
  --Primary-800: #4E0915;
  --Primary-700: #7C0E22;
  --Primary-600: #9F1C34;
  --Primary-500: #CC2443;
  --Primary-400: #E67085;
  --Primary-300: #F5C7CF;
  --Primary-200: #FBE9EC;
  --Primary-100: #FDF6F8;
  --Neutral-900: #212529;
  --Neutral-800: #343A40;
  --Neutral-700: #495057;
  --Neutral-600: #6C757D;
  --Neutral-500: #ADB5BD;
  --Neutral-400: #CED4DA;
  --Neutral-300: #DEE2E6;
  --Neutral-200: #E9ECEF;
  --Neutral-100: #F8F9FA;
  --Neutral-Black: #000000;
  --Neutral-White: #FFFFFF;
  --Purple-900: #20081A;
  --Purple-800: #3D1031;
  --Purple-700: #591748;
  --Purple-600: #782964;
  --Purple-500: #A03785;
  --Purple-400: #CE6FB6;
  --Purple-300: #DB95C9;
  --Purple-200: #E8BBDC;
  --Purple-100: #FAF0F7;
  --Blue-900: #0E1A25;
  --Blue-800: #1D364E;
  --Blue-700: #2B5073;
  --Blue-600: #5683AD;
  --Blue-500: #94B6D6;
  --Blue-400: #AFD0EE;
  --Blue-300: #D9E9F7;
  --Blue-200: #E6F0FA;
  --Blue-100: #F6FAFD;
  --Gold-900: #110C04;
  --Gold-800: #2A1F09;
  --Gold-700: #534018;
  --Gold-600: #6F5520;
  --Gold-500: #B18743;
  --Gold-400: #B4985C;
  --Gold-300: #C4AD7E;
  --Gold-200: #E4D9C4;
  --Gold-100: #F9F6F1;
}

/*body {
  background-color: var(--main-bg-color);
}*/

.font-family-Glegoo {
  font-family: 'Glegoo', serif !important;
}

.header-glegoo {
  color: #000;
  font-family: 'Glegoo', serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.7%;
}

.header-Kaufmann {
  color: #D71F85;
  font-family: "Kaufmann BT";
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: 117.7%;
}

.font-family-KaufmannBT {
  font-family: 'Kaufmann BT', serif !important;
}

.font-family-WarnockPro {
  font-family: 'Warnock Pro', serif !important;
}

@media (min-width: 391px) {
  .header-margin {
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

@media (max-width: 390px) {
  .header-margin {
    margin: 16px;
  }
}

a {
  color: rgba(158,27,50,1); /* 9E1B32 */
  text-decoration:underline;
}

a:focus, a:hover {
  color: rgb(92, 9, 27); /* 5C091B */
}

a.nav-link:hover {
  color: rgb(92, 9, 27); /* 5C091B */
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

.hero-row {
  width: 100%;
  height: 525px;
  flex-direction: column;
  gap: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 45.76%, rgba(0, 0, 0, 0.70) 77.43%), url(/templates/assets/images/opportunity.jpg) lightgray 50% / cover no-repeat;
}

@media (max-width: 575px) {
  .hero-cursive {
    font-family: "Kaufmann BT";
    font-style: normal;
    line-height: 110%;
    font-size: 80px;
    margin-left: -11px;
    padding-bottom: 0px;
    margin-bottom: -37px;
  }
}

@media (min-width: 576px) and (max-width: 1200px) {
  .hero-cursive {
    font-family: "Kaufmann BT";
    font-style: normal;
    line-height: 110%;
    font-size: 80px;
    /*margin-left: -11px;*/
    padding-bottom: 0px;
    margin-bottom: 20px;
    text-align: right;
  }
}

@media (min-width: 769px) {
  .hero-cursive {
    font-family: "Kaufmann BT";
    font-style: normal;
    line-height: 110%;
    font-size: 117.11px;
  }
}

@media (min-width: 769px) {
  .hero-text {
    font-family: Glegoo;
    font-size: 80.11px;
    font-style: normal;
    line-height: 110%;
  }
}

@media (max-width: 768px) {
  .hero-text {
    font-family: Glegoo;
    font-size: 51px;
    font-style: normal;
    line-height: 110%;
  }
}

.text_area {
  width: 55%;
  display: inline-block;
  margin: auto;
}

.but_area {
  width: 25%;
  margin: auto;
}

@media (max-width: 991px) {
  .super-heading {
    font-family: Glegoo;
    font-size: 51.27px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .super-heading {
    font-family: Glegoo;
    font-size: 80.11px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0;
  }
}

h1, .slab-3xl-bold {
  color: #000;
  font-feature-settings: 'ss01' on;
  font-family: Glegoo;
  font-size: 64.09px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: 0.481px;
}

@media (max-width: 991px) {
  h1, .slab-2xl-bold {
    color: #000;
    font-family: Glegoo;
    font-size: 51.27px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
  }
}

@media (min-width: 992px) {
  h2, .slab-2xl-bold {
    color: #000;
    font-family: Glegoo;
    font-size: 51.27px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
  }
}

@media (max-width: 991px) {
  h2, .slab-xl-bold {
    color: #000;
    font-family: Glegoo;
    font-size: 41.02px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
  }
}

@media (min-width: 992px) {
  h3, .slab-xl-bold {
    color: #000;
    font-family: Glegoo;
    font-size: 41.02px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
  }
}

@media (max-width: 991px) {
  h3, .slab-lg-bold {
    color: #000;
    font-family: Glegoo;
    font-size: 32.81px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
}

@media (min-width: 992px) {
  h4, .slab-lg-bold {
    color: #000;
    font-family: Glegoo;
    font-size: 32.81px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
}

.slab-md-regular {
  color: #000;
  font-family: Glegoo;
  font-size: 26.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

@media (max-width: 991px) {
  h4, .slab-md-bold {
    color: #000;
    font-family: Glegoo;
    font-size: 26.25px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
}

h5, .slab-md-bold {
  color: #000;
  font-family: Glegoo;
  font-size: 26.25px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.slab-base-bold {
  color: #000;
  font-family: Glegoo;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.4px;
}

.slab-base-link-bold {
  color: #000;
  font-family: Glegoo;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.4px;
  text-decoration-line: underline;
}

.slab-sm-bold {
  color: #000;
  font-family: Glegoo;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.slab-xs-bold {
  color: #000;
  font-family: Glegoo;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.slab-xs-link-bold {
  color: #000;
  font-family: Glegoo;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration-line: underline;
}

.serif-xl-regular {
  color: #000;
  font-family: "Warnock Pro";
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.serif-lg-regular {
  color: #000;
  font-family: "Warnock Pro";
  font-size: 32.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.serif-md-regular {
  color: #000;
  font-family: "Warnock Pro";
  font-size: 26.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.serif-base-regular {
  color: #000;
  font-family: "Warnock Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.serif-base-link {
  color: #000;
  font-family: "Warnock Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;
}

.serif-base-semibold {
  color: #000;
  font-family: "Warnock Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.serif-sm-regular {
  color: #000;
  font-family: "Warnock Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.serif-sm-link {
  color: #000;
  font-family: "Warnock Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6px;
  text-decoration-line: underline;
}

.input-icons {
  width: 100%;
  margin-bottom: 10px;
}

.input-icons i {
  /*width: 100%;*/
  /*margin-bottom: 10px;*/
}

.input-icons i {
  position: absolute;
}

.icon {
  padding: 10px;
  /*min-width: 40px;*/
}

.input-field {
  /*width: 100%;*/
  padding: 10px;
  /*text-align: center;*/
}

.toast-row {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 22px;
}

@media (min-width: 576px) {
  .discover-section {
    /*display: flex;*/
    padding: 80px 80px 0px 80px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
  }
}

@media (max-width: 575px) {
  .discover-section {
    /*display: flex;*/
    padding: 32px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
  }
}

.header-cursive {
  color: #D71F85;
  font-family: "Kaufmann BT";
  font-size: 82px;
  font-style: normal;
  font-weight: 400;
  line-height: 65%;
}

.header-cursive-secondary {
  color: #D71F85;
  font-family: "Kaufmann BT";
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 117.7%;
}

.cta-content-section {
  height: 491px;
  flex-direction: column;
  align-self: stretch;
  background-image: url(/templates/assets/images/discoverYourJourney.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: lightgray;
}

@media (min-width: 768px) {
  .journey-background {
    height: 667px;
    flex-direction: column;
    align-self: stretch;
    background-image: url(/templates/assets/images/hacc-building-1024x683.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: lightgray;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .journey-background {
    height: 305px;
    flex-direction: column;
    align-self: stretch;
    background-image: url(/templates/assets/images/hacc-building-1024x683.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: lightgray;
    background-size: cover;
  }
}

@media (min-width: 576px) {
  .cta-overlay {
    padding: 16px 64px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
  }
}

@media (max-width: 576px) {
  .cta-overlay {
    padding: 80px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
  }
}

.cta-button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1400px) {
  .cta-decoration {
    position: absolute;
    width: 45%;
    bottom: 1%;
    right: -1%;
  }
}

@media (max-width: 1400px) {
  .cta-decoration {
    position: absolute;
    width: 70%;
    bottom: 1%;
    right: -1%;
  }
}

@media (max-width: 991px) {
  .content-image-section {
    padding: 32px 0px;
  }
}

@media (min-width: 992px) {
  .content-image-section {
    padding: 80px 0px;
  }
}

.paying-text {
  color: #000;
  font-family: "Warnock Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
}

@media (min-width: 576px) {
  .section-padding {
    padding: 80px;
  }
}

@media (max-width: 576px) {
  .section-padding {
    padding: 32px 16px;
  }
}

@media (min-width: 768px) {
  .card-body-xl {
    padding-bottom: 2rem!important;
    padding-top: 2rem!important;
    padding-left: 2.625rem!important;
    padding-right: 2.625rem!important;
  }
}

@media (max-width: 767px) {
  .card-body-xl {
    padding-bottom: 2rem!important;
    padding-top: 2rem!important;
    padding-left: 1rem!important;
    padding-right: 1rem!important;
  }
}

.me-20 {
  margin-right: 1.25rem;
}

@media (min-width: 992px) {
  .footer-section {
    display: flex;
    padding: 32px 66px;
    flex-direction: column;
    align-items: flex-start;
    background: linear-gradient(180deg, #8A2C37 5.6%, #571D1F 100%);
  }
}

@media (min-width: 992px) {
  .footer-section2 {
    display: flex;
    padding: 32px 66px;
    width: 1320px;
    flex-direction: column;
    align-items: flex-start;
    background: linear-gradient(180deg, #8A2C37 5.6%, #571D1F 100%);
  }
}

@media (max-width: 991px) {
  .footer-section {
    display: flex;
    padding: 0px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    background: linear-gradient(180deg, #8A2C37 5.6%, #571D1F 100%);
  }
}

@media (max-width: 991px) {
  .footer-section2 {
    display: flex;
    padding: 0px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    background: linear-gradient(180deg, #8A2C37 5.6%, #571D1F 100%);
  }
}

.footer-legal-links {
  /*display: flex;*/
  padding: 32px 0px;
  /*align-items: flex-end;*/
  gap: 32px 25%;
  /*align-self: stretch;*/
}

.footer-legal-links2 {
  display: flex;
  padding: 32px 0px;
  align-items: flex-end;
  gap: 429px;
  align-self: stretch;
}

.footer-logo {
  display: flex;
  width: 248px;
  height: 72px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

@media (max-width: 991px) {
  .footer-legal-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /*padding-bottom: 32px;*/
  }
}

@media (min-width: 992px) {
  .footer-legal-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.footer-section a {
  color: white;
}

.footer-section a:hover {
  color: white;
}

.footer-section ul {
  list-style-type: none;
}

@media (min-width: 992px) {
  .footer-section ul#columns-2 {
    column-count: 2;
    column-gap: 9px;
  }
}

/*.footer-section .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}*/

.footer-section .list-group-item {
  background: transparent;
}

.footer-links2 {
  display: flex;
  padding: 32px 0px;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
}

.footer-current-students {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-current-students-items {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.footer-donors {
  display: flex;
  padding: 16px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-connect-items {
  display: flex;
  padding-bottom: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

@media (max-width: 991px) {
  .footer-address {
    display: flex;
    padding: 32px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-top: 1px solid #e8bbdc;
  }
}

@media (max-width: 991px) {
  .footer-address {
    display: flex;
    padding: 32px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-top: 1px solid #e8bbdc;
  }
}

@media (min-width: 992px) {
  .footer-address {
    display: flex;
    padding: 32px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-top: 1px solid #e8bbdc;
  }
}

@media (max-width: 991px) {
  .footer-copyright {
    display: flex;
    padding: 16px 8px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-top: 1px solid #FFF;
  }
}

@media (min-width: 992px) {
  .footer-copyright {
    display: flex;
    padding: 16px 0px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-top: 1px solid #FFF;
  }
}

/*@media (max-width: 991px) {
  .interior-hero {
    display: flex;
    height: 380px;
    padding: 24px;
    gap: 8px;
    align-self: stretch;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 23.21%, rgba(0, 0, 0, 0.00) 63.06%), url(/templates/assets/images/hacc-building-1024x683.jpg) lightgray 50% / cover no-repeat;
  }
}

@media (min-width: 992px) {
  .interior-hero {
    display: flex;
    height: 380px;
    padding: 48px 80px;
    gap: 8px;
    align-self: stretch;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 23.21%, rgba(0, 0, 0, 0.00) 63.06%), url(/templates/assets/images/hacc-building-1024x683.jpg) lightgray 50% / cover no-repeat;
  }
}*/

@media (max-width: 991px) {
  .interior-breadcrumb {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 6px;
    align-self: stretch;
  }
}

@media (min-width: 992px) {
  .interior-breadcrumb {
    display: flex;
    padding: 40px 80px;
    align-items: center;
    gap: 6px;
    align-self: stretch;
  }
}

.interior-bg-color {
  background: #F7F7F7;
}

@media (max-width: 991px) {
  .interior-pg-content {
    display: flex;
    padding: 0px 16px;
    align-items: flex-start;
    gap: 0;
    align-self: stretch;
  }
}

@media (min-width: 992px) {
  .interior-pg-content {
    display: flex;
    padding: 0px 80px;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
  }
}

@media (max-width: 991px) {
  .interior-sidenav {
    display: flex;
    padding: 0; /* was originally 16px 0 */
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 8px;
    background: #FFF;
  }
}

@media (min-width: 992px) {
  .interior-sidenav {
    display: flex;
    padding: 0; /* was originally 32px */
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 8px;
    background: #FFF;
  }
}

.interior-sidenav .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--Primary-600);
}

.interior-sidenav-active {
  display: flex;
  padding-right: 8px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

/* Google Custom Search script */
button.gsc-search-button.gsc-search-button-v2 {
  font-size: 1em;
  color: #9e1b32;
}
button.gsc-search-button.gsc-search-button-v2 svg {
  display: none;
}
button.gsc-search-button.gsc-search-button-v2::before {
  content: "Search";}

.sm-search {
  width: calc(100% - 20px)!important;
  /*top: 100px!important;*/
}

/* maroon button with white text */
.btn_main{
  background-color: rgba(158, 27, 50,1);
  color: white;
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  white-space: normal;
}
.btn_main:hover{
  background-color:white;
  color:rgba(158, 27, 50,1);
  border-color:rgba(158, 27, 50,1);
}
.btn_main-outline{
  background-color:white ;
  color: rgba(158, 27, 50,1);
  border-color: rgba(158, 27, 50,1);
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  white-space: normal;
}
.btn_main-outline:hover{
  background-color:rgba(158, 27, 50,1);
  color: white ;
}

/*Urgent Announcement*/
.announcement{
  background-color: rgb(0, 0, 0);
  color: white;
  border: none;
  border-radius: 0;
}
.btn-close, .btn-close:hover{
  color: white;
}

h4.section-announcement-heading-rev {
  color:  white;
}

/*********** NEWSROOM **********/
.news-article-title {
  color: rgba(158,27,50,1);
}

.meks_ess {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 0;
  margin: 0 0 20px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  top: -5px;
}

.meks_ess .meks_ess-item {
  font-style: normal;
  text-decoration: none !important;
  font-family: inherit;
  color: #FFF;
  font-size: 16px;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  margin-top: 5px !important;
  box-shadow: none !important;
  border: 0;
}

.meks_ess .meks_ess-item:before {
  font-style: normal !important;
  font-size: 14px;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
}

.meks_ess .meks_ess-item:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, .1))) !important;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important;
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important;
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important;
}

.meks_ess .meks_ess-item:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.meks_ess .meks_ess-item span {
  font-family: inherit;
  position: relative;
  top: -1px;
  margin-left: 8px;
}

.meks_ess.no-labels span {
  display: none;
}

/* rounded no-labels */
.meks_ess.rounded.no-labels .meks_ess-item {
  border-radius: 20px;
  min-width: 100px;
}

.meks_ess .icon-facebook {
  background: #3e5b98;
}

.meks_ess .icon-twitter {
  background: #4da7de;
}

.meks_ess .icon-pinterest {
  background: #c92619;
}

.meks_ess .icon-linkedin {
  background: #3371b7;
}

.vce-share-bar, .vce-share-items {
  padding: 0;
  width: 100%;
  text-align: center
}

.vce-share-bar {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
  float: none
}

.vce-share-items .meks_ess a {
  background-size: 400% 400%;
  background-position: center center;
  -webkit-transition: background-size .3s ease-in-out;
  -o-transition: background-size .3s ease-in-out;
  transition: background-size .3s ease-in-out;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

.vce-share-items .meks_ess a:hover {
  cursor: pointer;
  text-decoration: none;
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .1)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%)
}

.vce-share-items .meks_ess a span {
  font-size: 16px
}

.vce-share-items .meks_ess.rounded a {
  border-radius: 4px
}

.vce-share-items .meks_ess.rounded.no-labels a {
  border-radius: 4px;
  min-width: 50px;
  height: 40px;
  text-align: center;
  color: #fff;
  text-decoration: none
}

@media only screen and (min-width: 200px) and (max-width: 670px) {
  .vce-share-bar {
    padding: 0 20px;
    width: 100% !important
  }
}

.categories ul {
  list-style: none;
  margin: 3rem 0 3rem 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.categories ul li a {
  font-size: 1.5rem;
  font-weight: 400;
  padding: .3em .4em;
  background: #f1f1f1;
  margin: .3em;
  display: inline-block;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none
}

.categories ul li a:hover {
  background: #9e1b32;
  text-decoration: none;
  color: #FFF;
  transform: scale(1.05)
}

.feature-box {
  position: relative;
  margin: 0 -15px;
  min-height: 230px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.listing-page {
  /*margin: 0 -15px;*/
  /*height: 200px;*/
  width: 200px;
}

.feature {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none
}

.feature .categories {
  background: #9e1b32;
  display: inline-block;
  transform: skewX(-15deg);
  position: absolute;
  top: 2rem;
  left: -6px;
  z-index: 50;
  padding: .1rem .8rem .1rem 1.1rem
}

.feature .categories .student-success {
  background: #006894
}

.feature .categories p {
  margin-bottom: 0;
  transform: skewX(15deg);
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px
}

.news-article-split {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative
}

@media (min-width: 950px) {
  .news-article-split {
    flex-direction: row
  }
}

.news-article-split .featured-story-media {
  width: 100%;
  object-fit: cover;
  align-self: stretch;
  position: relative
}

@media (min-width: 950px) {
  .news-article-split .featured-story-media {
    width: 50%
  }
}

.news-article-split .featured-story-media figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden
}

.news-article-split .featured-story-media figure img {
  object-fit: scale-down;
  height: 100%;
  width: 100%;
  transition: all 10.9s ease-in-out
}

.news-article-split .featured-story-media:after {
  content: "";
  display: block;
  padding-top: 85%
}

.news-article-split .featured-story-media.feat-video:after {
  display: none
}

@media (min-width: 950px) {
  .news-article-split .featured-story-media.order-1 {
    order: 1
  }

  .news-article-split .featured-story-media.order-2 {
    order: 2
  }
}

.news-article-split .featured-story-content {
  position: relative;
  width: 100%;
  padding: 1.5rem;
  background: #222;
  overflow: hidden;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all .3s ease-in-out
}

@media (min-width: 950px) {
  .news-article-split .featured-story-content {
    width: 50%;
    padding: 4%
  }
}

.news-article-split .featured-story-content.order-1 {
  order: 1
}

.news-article-split .featured-story-content.order-2 {
  order: 2
}

.featured-story-headlines-subheads {
  align-self: center
}

.featured-story-headlines-subheads .article-date {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 1em 0;
  letter-spacing: 1px
}

.featured-story-headlines-subheads .headline {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  transition: all .3s ease-in-out
}

a.feature.main-feature:hover {
  text-decoration: none;
}

@media (min-width: 769px) {
  .featured-story-headlines-subheads .headline {
    font-size: 32px;
    line-height: 44px
  }
}

@media (min-width: 1120px) {
  .featured-story-headlines-subheads .headline {
    font-size: 42px;
    line-height: 54px
  }
}

.featured-story-headlines-subheads .subhead {
  color: #9a9a9a;
  border-top: 1px solid #444;
  padding: 1em 0 0 0;
  margin-top: 1em;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0
}

@media (min-width: 1120px) {
  .featured-story-headlines-subheads .subhead {
    font-size: 22px;
    line-height: 34px
  }
}

.angle-pseudo-element {
  position: relative;
  align-items: center;
  font-weight: 400
}

.angle-pseudo-element:before {
  content: "";
  width: .6em;
  height: .75em;
  display: inline-block;
  background: #9E1B32;
  transform: skewX(-20deg);
  margin-right: .4em
}

.angle-pseudo-element.student-success:before {
  background: #006894
}

.secondary-features__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin: 4rem auto 3rem auto
}

@media (min-width: 769px) {
  .secondary-features__container {
    flex-direction: row
  }
}

.secondary-features__container .feature {
  margin: 0 0 1.5rem 0
}

@media (min-width: 769px) {
  .secondary-features__container .feature {
    width: 31%;
    margin-bottom: 0
  }
}

.secondary-features__container .feature:hover, .secondary-features__container .feature:focus {
  box-shadow: 0 0px 10px rgba(0, 0, 0, .2);
  transform: translateY(10px);
  transition: .3s;
  text-decoration: none
}

.secondary-features__container .feature:hover.u-news, .secondary-features__container .feature:focus.u-news {
  color: #616161;
}

.secondary-features__container .feature:hover.student-success, .secondary-features__container .feature:focus.student-success {
  color: #9e1b32;
}

.secondary-features__container .feature:hover.campus-community, .secondary-features__container .feature:focus.campus-community {
  color: #d43900;
}

.secondary-features__container .feature:hover.research-discovery, .secondary-features__container .feature:focus.research-discovery {
  color: #007e00;
}

.secondary-features__container .feature:hover.health-medicine, .secondary-features__container .feature:focus.health-medicine {
  color: #80225f;
}

.secondary-features__container .feature:hover.arts-culture, .secondary-features__container .feature:focus.arts-culture {
  color: #b50000;
}

.secondary-features__container .feature .categories {
  top: 13px
}

.secondary-features__container .feature article .headline {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 1rem .5rem;
  text-align: left;
  padding: .2rem .5rem
}

@media (min-width: 1000px) {
  .secondary-features__container .feature article .headline {
    font-size: 1.5rem
  }
}

.stories {
  padding: 2em;
  margin: 0 auto;
  background: #f1f1f1;
  position: relative
}

.stories:nth-of-type(2) {
  margin-top: 0
}

.stories .stories-container {
  max-width: none;
  padding: 0;
  margin: 0 auto
}

.stories .stories-container h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: .3em;
  font-weight: 700;
  color: #000;
  letter-spacing: .03em;
}

@media (min-width: 1701px) {
  .stories .stories-container {
    max-width: 1700px
  }
}

.stories ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .stories ul {
    flex-wrap: nowrap
  }
}

.stories ul li {
  flex-grow: 1
}

@media (min-width: 600px) {
  .stories ul li {
    margin: .5em;
    width: 45%
  }
}

@media (min-width: 1200px) {
  .stories ul li {
    width: 30%
  }

  .stories ul li:first-of-type {
    margin-left: 0
  }

  .stories ul li:last-of-type {
    margin-right: 0
  }
}

.stories ul li a {
  display: block;
  transition: .4s;
  border-top: 8px solid transparent;
  margin-bottom: 1em;
  text-decoration: none
}

@media (min-width: 600px) {
  .stories ul li a {
    padding: 1em
  }
}

@media (min-width: 768px) {
  .stories ul li a {
    margin-bottom: 0
  }
}

.stories ul li a .stories-img-container {
  position: relative
}

.stories ul li a .stories-date {
  font-size: .875rem;
  font-weight: 700;
  margin: 1em 0 .4em 0;
  color: #000
}

.stories ul li a p {
  font-size: 1.125rem;
  line-height: 26px;
  font-weight: 700;
  margin: 0;
  color: #000
}

.stories ul li a:hover, .stories ul li a:focus {
  text-decoration: none;
  transform: translateY(5px);
  border-top: 8px solid #9E1B32;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  background: #fff
}

.v2 {
  padding: 1.5em
}

@media (min-width: 769px) {
  .v2 {
    padding: 3em 2em
  }
}

.v2 .stories-container h3 {
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.3125rem;
  margin-top: 0
}

.v2 ul li a {
  overflow: hidden;
  margin-bottom: 0;
  padding: .6em;
  text-decoration: none
}

.v2 ul li a img {
  width: 100%;
  margin: 0 0 15px 0
}

@media (min-width: 1600px) {
  .v2 ul li a img {
    max-width: 170px;
    float: left;
    margin: 0 15px 0 0
  }
}

.v2 ul li a .stories-date {
  font-size: .875rem;
  font-weight: 700;
  margin: 0 0 .4em 0;
  color: #000
}

.v2 ul li a p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
  color: #000;
}

.v2 ul li a p.shared-from {
  font-weight: 400;
  margin: .8rem 0;
  font-size: .8125rem
}

.v2 ul li a p.shared-from .fas {
  font-size: .7rem;
  color: #d43900
}

.centered {
  text-align: center;
  font-size: 24px !important
}

.fade-in {
  animation: fadeIn ease 0.3s;
  -webkit-animation: fadeIn ease 0.3s;
  -moz-animation: fadeIn ease 0.3s;
  -o-animation: fadeIn ease 0.3s;
  -ms-animation: fadeIn ease 0.3s
}

.load-more-btn {
  display: flex;
  margin: 2em auto;
  padding: .5em 1em .4em 1em;
  border: 1px solid #8f8f8f;
  border-radius: 40px;
  text-transform: uppercase;
  max-width: 250px;
  text-decoration: none;
  width: max-content
}

.load-more-btn:hover, .load-more-btn:focus {
  background: #9e1b32;
  color: #fff;
  text-decoration: none;
  border-color: #000
}

.homepage-secondary-feature {
  width: 35rem;
}

.newsroom-util-nav .nav-tabs {
  font-weight: 700;
  border-bottom: none;
  margin-bottom: 0.5em;
}

@media (min-width:1200px) {
  .newsroom-util-nav .nav-tabs {
    margin-top: -1.5em;
  }
}

.newsroom-util-nav .nav-tabs li a {
  color: black;
  background-color: #ddddddb3;
  text-decoration: none;
  font-size: 1em;
  margin: 0 .1em;
  border:none;
}

.newsroom-util-nav .nav>li>a:focus, .newsroom-util-nav .nav>li>a:hover {
  text-decoration: underline;
  color: #9e1b32;
}

/*@media only screen and (min-width:1200px) {
  .newsroom-util-nav .nav-tabs li a {
    letter-spacing: 0px;
    margin-left: 2px;
  }
}*/

.img-responsive-500 {
  display: block;
  width: 500px;
  height: auto;
}

.img-responsive-400 {
  display: block;
  width: 400px;
  height: auto;
}

.img-responsive-300 {
  display: block;
  width: 300px;
  height: auto;
}

.img-responsive-200 {
  display: block;
  width: 200px;
  height: auto;
}

.img-responsive-150 {
  display: block;
  width: 150px;
  height: auto;
}


.floating-menu{
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 5px 5px 0 0;
  background-color: rgba(83, 129, 172,1);
  font-size: 1.5em;
  z-index: 500;
}

.floating-menu .panel-group{
  margin-bottom: 0;
}
.floating-menu .horizontal-list>li {
  display: block;
  margin-right: .5em;
  padding-top: .5em;
  padding-bottom: .5em;
  float: left;
}
.floating-menu ul li.btn-group{
  margin-left: -1em;
}
@media screen and (max-width:782px){
  .floating-menu .btn-group .dropdown-menu{
    min-width:280px;
    height:90vh;
    overflow:auto;
  }
}
.floating-menu li a{
  color:white;
  text-decoration:none;
}
.floating-menu li a:active{
  color: rgb( 42,64,86);
}
.floating-menu li a i{
  margin-right: 5px;
}
.floating-menu .drop-up a{
  color: rgb(55, 61, 63);
}
.floating-menu .drop-up a:hover,
.floating-menu .drop-up a:focus{
  color:rgba(158,27,50,1);
  text-decoration:underline;
}

.floating-menu input[type=checkbox] {
  display:none;
}

.floating-menu label {
  display: block;
  padding-left: 1.5em;
  text-indent: -.8em;
}

.floating-menu input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f096";
  letter-spacing: 10px;
  cursor: pointer;
}

.floating-menu input[type=checkbox]:checked + label:before {
  content: "\f046";
}

.floating-menu input[type=checkbox]:checked + label:before {
  letter-spacing: 8px;
}

/*******When JS is disable***********/
.no-js .floating-menu .panel-default:hover .panel-collapse{
  display:block;
}
.floating-menu .panel-default .panel-heading{
  background-color:rgba(221, 221, 221,.7);
}
.floating-menu .panel-default .panel-collapse .list-group .list-group-item
{
  background-color: rgba(245, 245, 245,.5);
}

.floating-menu .panel-default .panel-heading i,
.floating-menu .panel-default .panel-collapse .list-group .list-group-item span{
  float: right;
  font-size: 1.2em;
}
.floating-menu .fa-chevron-up{
  transition: all .4s ease;
}
.floating-menu .fa-chevron-up.collapsed{
  transform:rotate(180deg);
}

.floating-menu .drop-up .panel-default .sub-menu-title{
  text-align: center;
}
.floating-menu .panel-default .panel-collapse .list-group{
  margin-bottom:0;
}
.floating-menu .panel-default .active {
  color: rgba(158,27,50,1);
  text-decoration: underline;
}


@media only screen and (min-width: 992px){
  .floating-menu{
    position: relative;
    bottom: inherit;
    background-color: white;
    min-width:220px;
  }
  .floating-menu .btn-group .dropdown-menu{
    position:relative;
    display: block;
    bottom: inherit!important;
    border: none;
    box-shadow: none;
    min-width:220px;
  }
  .floating-menu ul li.btn-group{
    margin-left: -2em;
  }
}

@media only screen and (min-width: 1200px) {
  .floating-menu .btn-group .dropdown-menu {
    min-width: 250px;
  }
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
}

.form-check-input:checked {
    background-color: #9e1b32;
    border-color: #9e1b32;
}

.form-check-input:focus {
    border-color: #9e1b3240;
    outline: 0;
    box-shadow: 0 0 0 .25rem #9e1b3240;
}

/* background image style */
.testimonialImgPos-50-30-s90 {
    background-position: 50% 30%;
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: top;
}

.testimonialImageWrapper {
	position: relative;
	overflow: hidden;
}

.testimonialImage {
	width: 100%;
}

/* ----------------*/
/* --- Zoom in --- */
/* ----------------*/
.testimonialImgMove-zoomIn .testimonialImage {
	transform: scale(1);
	transition: all 0.5s;
}

/* hover */
.testimonialImgMove-zoomIn:hover .testimonialImage {
	transform: scale(1.3);
	transition: all 0.5s;
}
