@import "nav-bar.css";
.overview-grid {
  background: #f4e3d0;
  padding: 20px;
  min-height: 625px;
  display: flex;
  flex-direction: column;
}
.text-color{color:#ff9219 !important;}
.overview-grid .ind-button {
  margin-top: auto;
}
.overview-grid h3 {
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
/* .overview-grid .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */
ul.list-induction {
  list-style: none;
  margin: 0 0 10px 0;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px;
}
ul.list-induction li:not(:first-child) {
  margin: 5px 0;
}
ul.list-induction li a.link-btn {
  justify-content: space-between;
  font-size: 13px;
}
.student-activities-image {
  position: relative;
  z-index: 9;
}
.student-activities-left-content {
  background: #f5efe3;
  margin-left: -100px;
  padding: 60px 60px 60px 120px;
}
.student-activities-right-content {
  background: #f5efe3;
  margin-right: -100px;
  padding: 60px 120px 60px 60px;
}
.grid-clubs {
  background: #f5efe3;
  margin-top: 30px;
  padding: 40px;
}
.club-btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.club-btn li a {
  background: rgba(252, 250, 238, 1);
  text-align: center;
  color: rgba(8, 7, 8, 0.6);
  padding: 15px;
  font-weight: 500;
  display: block;
}
.club-btn li a:hover {
  background: rgba(8, 7, 8, 0.6);
  color: rgba(252, 250, 238, 1);
}

.day-schedule {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.day-schedule .programmes-col > div {
  margin-bottom: 24px;
}
.programmes-col .news-cell .name a {
  font-size: 15px;
}
.where-to-stay {
  width: 100% !important;
}
.column-count2 {
  -moz-column-count: 2;
  column-count: 2;
}
@media (max-width: 600px) {
  .column-count2 {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.la-link {
  position: relative;
  display: block;
}

/* .la-link br {
  display: none;
} */

.la-link h4 {
 
  bottom: 0px;
 
  color: #000000;
  right: 0;
  padding: 10px;
  font-family: "Inter";
 
 
  font-size: 16px;
}
.fi-img {
  background-image: url(images/transport-hero.jpg);
  height: 330px;
  background-position: right top;
}

#content {
  overflow: visible;
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-caption {
  position: absolute;
  bottom: 35px;
  background: rgba(255, 255, 255, 0.7);
  left: 20px;
  width: 340px;
  padding: 15px;
  height: 250px;
}

.hero-caption .hero-caption-inner {
  position: absolute;
  background: #fff;
  left: 20px;
  width: 300px;
  padding: 15px;
}

.fi-facts {
  background: rgba(0, 0, 0, 0.05);
  padding: 25px 0;
  margin: 0;
}

.fi-facts h3 {
  margin-bottom: 15px;
  border-bottom: 4px solid #000;
  padding: 0 0 10px 0;
}

#ctl00_ContentPlaceHolder1_rblModeofTravel label,
#ctl00_ContentPlaceHolder1_rblIsAvailGuestRoom label {
  margin-right: 15px;
}

.fi-login {
  width: 400px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 5px;
}

.fi-login .fi-group {
  margin-bottom: 15px;
}

.fi-login .fi-group input {
  width: 100%;
}

.fi-login .fi-group label {
  display: block;
  margin-bottom: 0;
}
.fi-login-section .heading-wraper {
  text-align: center;
}
.fi-login-section .heading-wraper .main-head {
  justify-content: center;
}
.fi-login-section .custom-form table {
  width: auto;
}
.fi-login-section .custom-form table tr {
  background: transparent;
}
.fi-login-section .custom-form table tr td {
  background: transparent;
  padding: 5px;
}

.awards-section{
background-color: #f5efe3;
padding: 24px;
}

@media (max-width: 991px) {
  .la-link h4 {
    position: relative;
    width: 100%;
    font-size: 13px;
    padding: 5px;
  }
  .la-link br {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hero-caption {
    position: relative;
    left: 0;
    width: auto;
    padding: 0;
    height: auto;
  }

  .hero-caption .hero-caption-inner {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    padding: 0;
  }

  .hero-caption .hero-caption-inner h4 {
    margin-top: 60px;
  }

  .hero-caption .hero-caption-inner p {
    margin: 0;
  }

  .fi-img {
    background-position: -640px top;
  }
}

@media (max-width: 600px) {
  .hero-caption {
    position: relative;
    left: 0;
    width: auto;
    padding: 0;
  }

  .hero-caption .hero-caption-inner {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    padding: 0;
  }

  .container {
    width: 98% !important;
  }


  .mtm .faq-tabs {
    display: flex !important;
    flex-direction: row;
  }
  .mtm .faq-tabs li a {
    border-left: 1px solid rgb(8, 7, 8, 0.15);
    border-bottom: 0 !important;
    text-align: center;
  }
  .mtm .faq-tabs li:first-child a {
    border: 0 !important;
  }
  .mtm-main > .faq-tabs {
    display: none !important;
  }
}
@media (max-width: 1370px) {
  .overview-grid {
    min-height: 580px;
	height:100%;
  }

  .club-btn li a {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .induct-overview .slick-slide,
  .event-day-by-day .slick-slide {
    margin: 0 12px;
  }

  .club-btn li a {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
    .overview-grid {
        min-height: 620px;
        height: 100%;
    }
}
@media (max-width: 900px) {
  .leader-div {
    grid-template-columns: unset;
  }
  .leader-div .leader-img img {
    width: 250px;
  }
  .leader-div .leader-profile {
    padding: 160px 20px 20px 20px;
    margin-left: 0;
    margin-top: -140px;
  }
  .student-activities-left-content {
    margin-left: 0;
    padding: 120px 60px 60px 60px;
    margin-top: -120px;
  }
  .student-activities-right-content {
    background: #f5efe3;
    margin-right: 0;
    padding: 120px 60px 60px 60px;
    margin-top: -120px;
  }
  .student-activities-image {
    margin-top: 50px;
    width: 70%;
  }
  .club-btn {
    margin-top: 30px;
  }
  .club-btn {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .overview-grid {
    min-height: 560px;
  }
  .programmes-col .news-cell .name {
    font-size: 14px;
  }
.programmes-offered ul li{
margin:0 5px !important;
}
}
.freshmen-ribbon{
background: #ffc252;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
font-size: 18px;
}