html {
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Muli, Arial, sans-serif;
}
h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.5;
}
h1 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.5rem;
    line-height: 1.3;
  }
}
h2 {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.8rem;
  }
}
h3 {
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  font-weight: 550;
}
h5 {
  font-size: 21px;
  font-size: 1.9rem;
  line-height: 1.6;
}
h6 {
  font-size: 18px;
  font-size: 1.8rem;
}
.font-lg {
  font-size: 2.1rem;
  line-height: 1.8;
}
blockquote {
  padding: 10px 30px 20px 60px;
  position: relative;
  margin: 30px;
  margin-right: 50px;
  color: #003d7c;
  border-left: none;
}
blockquote:before {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  content: "\201C";
  position: absolute;
  top: 0;
  left: -1rem;
  color: rgba(0, 61, 124, 0.9);
  font-size: 10rem;
  z-index: -1;
  line-height: 1;
}
.blockquote-footer {
  margin-top: 20px;
}
q {
  background: rgba(239, 124, 0, 0.1);
  padding: 2px 5px;
  border-radius: 5px;
  font-style: italic;
  font-weight: 700;
}
#back-to-top,
.btn,
.transition,
:after,
:before,
a {
  transition: all 0.3s ease-out;
}
.navbar,
.nus-quicklinks {
  font-size: 14px;
  font-size: 1.4rem;
}
.nus-quicklinks ul.box > li > a {
  color: #999;
}
main a {
  color: #ef7c00;
}
img {
  max-width: 100%;
  height: auto;
}
ul, ol {
  padding-left: 20px;
}
.btn {
  font-family: Muli, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 30px;
  padding: 11px 23px;
}
.btn-primary:hover {
  background: #d66f00;
  border-color: #d66f00;
}
.m0 {
  margin: 0;
}
.gap {
  margin-top: 60px;
}
.inner-gap {
  padding-top: 30px;
}
.text-primary {
  color: #ef7c00;
  cursor: pointer;
}
.slick-slide {
  overflow: hidden;
  position: relative;
}
.slick-slide img {
  width: 100%;
  height: 42.82577vw;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .slick-slide img {
    height: 400px;
    object-position: 50% 50%;
  }
}
@media screen and (max-width: 500px) {
  .slick-slide img {
    height: 250px;
  }
}
.slick-next:before,
.slick-prev:before {
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1365px) {
  .slick-next:before,
  .slick-prev:before {
    display: none;
  }
}
.slick-next:hover:before,
.slick-prev:hover:before {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .slick-dots {
    text-align: left;
    padding-left: 110px;
    bottom: 50px;
  }
  .slick-dots li {
    margin: 0;
  }
}
@media screen and (min-width: 1920px) {
  .slick-dots {
    bottom: 100px;
  }
}
.slick-dots li button:before {
  color: #ddd;
  opacity: 1;
}
.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
  color: #ef7c00;
  opacity: 1;
}
.banner-text {
  padding: 30px 30px 30px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .banner-text {
    margin-bottom: 0;
    padding-top: 30px;
    position: absolute;
    width: 100%;
    max-width: 560px;
    right: 50px;
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
  }
  .banner-text h3 {
    color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .banner-text {
    right: 110px;
  }
}
@media screen and (min-width: 1920px) {
  .banner-text {
    bottom: 160px;
    right: 210px;
  }
}
.banner-text h3 {
  margin: 0 auto;
  max-width: 500px;
}
.banner-text p {
  font-size: 2rem;
  margin: 10px auto;
  max-width: 500px;
}
.banner-text .btn {
  margin-top: 20px;
  display: inline-block;
}
.bg-section,
.white-section {
  padding: 60px 0;
}
.bg-section h2,
.white-section h2 {
  text-align: center;
  margin: 0 0 30px;
}
.bg-section {
  background: #f5f5f5;
}
.date {
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  margin: 30px 0 15px;
}
@media (min-width: 1024px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}
.custom-object-fit {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.custom-object-fit img {
  opacity: 0;
}
.card {
  height: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .card {
    margin-bottom: 40px;
  }
}
.card .img-container {
  width: 100%;
}
.card .img-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 400px;
}
@media (min-width: 1024px) {
  .card .img-container {
    height: 222px;
  }
  .card .img-container img {
    height: 222px;
  }
}
.card h6 {
  margin: 0 0 0;
  padding-bottom: 12px;
}
.card .more {
  position: absolute;
  padding-top: 6px;
}
.card .more. {
  position: absolute;
  padding-top: 6px;
}
.testimonials {
  margin-top: 50px;
  line-height: 1.55;
}
.testimonials .box {
  font-size: 17px;
  font-size: 1.7rem;
  color: #666;
}
.box {
  background: #fff;
  padding: 40px 30px;
  height: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .box {
    margin-bottom: 40px;
  }
}
.box h6 {
  margin: 0 0 3px;
  color: #ef7c00;
}
.box small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}
@media (max-width: 1023px) {
  .fb-container {
    margin-top: 40px;
    text-align: center;
  }
}
.subpage-wrapper {
  position: relative;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .subpage-wrapper {
    padding-top: 40px;
  }
}
.main-content {
  font-size: 18px;
  font-size: 1.6rem;
  line-height: 1.6;
}
/* .main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  margin: 0;
} */
.main-content h2 {
  color: #003d7c;
}
.main-content .page-title {
  margin: 0 0 40px;
  color: #ef7c00;
}
.main-content .highlighted {
  background: #f5f5f5;
  padding: 60px 0;
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .main-content .indent {
    margin-left: 30%;
    width: calc(100% - 30%);
    padding-right: 60px;
  }
}
.sidebar {
  background-color: #003d7c;
  overflow-x: hidden;
  padding: 20px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sidebar {
    margin: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .sidebar {
    width: 292px;
    position: absolute;
    z-index: 1;
    top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sidebar {
    width: 25%;
    max-width: 260px;
  }
}
@media screen and (min-width: 768px) {
  .sidebar.stick {
    position: fixed;
  }
}
.sidelinks {
  font-size: 18px;
  font-size: 1.7rem;
}
.sidelinks,
.sidelinks li,
.box ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sidelinks a {
  color: #fff;
  padding: 10px 30px;
  padding-right: 35px;
  display: block;
}
.sidelinks a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .sidelinks a:hover {
    color: #ef7c00;
  }
}
.sidelinks .active {
  color: #ef7c00;
  font-weight: 400;
}
.sidelinks .parent {
  position: relative;
}
.sidelinks .parent.down {
  font-weight: 700;
}
.sidelinks .parent:after {
  content: "\25BA";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 13px;
  color: #eee;
  font-size: 14px;
}
.sidelinks .down {
  position: relative;
}
.sidelinks .down:after {
  content: "\25BC";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 13px;
  color: #eee;
  font-size: 14px;
}
.sidelinks li ul {
  display: none;
}
.sidelinks ul {
  padding-left: 0;
}
.sidelinks ul a {
  padding-left: 40px;
}
.sidelinks ul li a {
  background: #004a96;
  border-left: 5px solid #ff9019;
}
.sidelinks ul ul a {
  padding-left: 50px;
}
.event {
  margin: 40px -15px;
  font-size: 16px;
  font-size: 1.6rem;
}
.event img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.event p {
  margin: 20px 0;
}
.img-style {
  border: 10px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  max-height: 280px;
}
.accordion {
  margin: 30px 0;
}
.accordion .item {
  border-bottom: 1px solid #ddd;
  background: #fff;
  margin: 0 0;
  padding: 0 0;
  position: relative;
}
.accordion .item .acc-header {
  margin: 0;
  color: #2e323b;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  display: block;
  padding: 15px 0;
  padding-right: 60px;
  cursor: pointer;
  position: relative;
}
.accordion .item .acc-header:hover {
  color: #000;
}
.accordion .item .acc-header:after {
  content: "\271a";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 10px;
  color: #ccc;
  font-size: 24px;
}
.accordion .item.active-acc .acc-header {
  color: #000;
}
.accordion .item.active-acc .acc-header:after {
  content: "\25AC";
}
.accordion .acc-content {
  padding: 0 0 20px;
  font-size: 18px;
  font-size: 1.5rem;
  display: none;
}
.nus-breadcrumbs ul > li {
  color: #ef7c00;
}
.nus-breadcrumbs ul > li a,
.nus-breadcrumbs ul > li + li:before {
  color: #999;
}
footer {
  color: #eee !important;
  padding-top: 30px;
  line-height: 1.5;
}
footer .nus-contact-us {
  font-size: 14px;
  font-size: 1.4rem;
}
footer h5 {
  color: #fff;
}
footer li,
footer ul {
  padding: 0;
  margin: 0;
  color: #fff;
  list-style-type: none;
}
footer li {
  margin: 12px 0;
}
footer .fa-map-marker {
  color: #ef7c00;
  font-size: 20px;
  width: 25px;
  padding-top: 3px;
}
@media screen and (min-width: 1024px) {
  footer .line {
    border-left: 1px solid #003d7c;
    padding: 5px 0 30px 40px;
    margin-top: 40px;
  }
}
.flex-parent {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.nus-footer .copyright {
  margin-top: 40px;
}
.nus-footer .copyright li {
  margin: 2px 0;
}
#back-to-top {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 1000px;
  text-align: center;
  background: #1c4773 url(../images/arrow-top.png) no-repeat center center;
  color: #fff;
  z-index: 5;
}
#back-to-top i {
  color: #fff;
}
#back-to-top:hover {
  background-color: #ef7c00;
}
.featured-image {
    position: relative;
    overflow: hidden;    
    max-width: 800px;
    margin: auto;
}
.featured-image img {
    width: 100%;
    display: block;
}
.featured-image .caption {
    position: absolute;
    bottom: -1px;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 2rem;
    color: #fff;
}
.featured-image .caption h5 {
    color: #ef7c00;
}
.faqs__icon {
    position: absolute;
    top: 1px;
    left: -20px;
}
.faqs__heading {
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.faqs__link[aria-expanded="true"] .faqs__icon::before {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faqs__link {
  color: #42495b;
}
.faqs__title {
  margin: 0 0 15px 0 !important;
}
.faqs__item {
  padding: 15px 35px 0 35px;
  margin-bottom: 20px;
  background-color: #fefefe;
  border: solid 1px #e8e8e8;
}
a:focus, a:hover {
  color: #ef7c00;
  text-decoration: none;
}
.nusgro-gray-box {
  background: #f3f3f3;
  border: 0;
  border-radius: 0;
  padding: 2rem 3rem;
  margin-bottom: 3rem;
}
.nusgro-gray-box h4{
  font-weight: 500;
  font-size: 1.6rem;
}
.ng-box-item {
    -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
    box-shadow: -0.2px 3px 16px 0 #ebebeb;
    background-color: #ffffff;
    border: solid 1px #ededed;
    padding: 10px 0;
    margin-bottom: 2rem;
}
.ng-box-item .row > div {
    padding: 0 10px;
}
.ng-box-item .row {
    margin-left: 0;
    margin-right: 0;
}
.ng-box-item blockquote {
    display: flex;
    padding: .5rem .5rem 0 0;
    margin: 0;
}
.ng-box-item blockquote .flaticon-left-quote-mark:before {
    color: #ef7c00;
    margin: 0;
    font-size: 1.5rem;
}
.ng-box-item blockquote p label {
    display: block;
    margin-top: 1rem;
    font-weight: 600;
    color: #42495b;
    font-size: 17px;
}
.ng-box-item blockquote p label > span {
    font-size: 12px;
    display: block;
    font-weight: 500;
    font-style: italic;
    margin-top: 6px;
}
.ng-box-item blockquote p {
    padding: 5px 0 0 1rem;
    font-size: 16px;
    line-height: 21px;
}
.nusgro-contact .box {
  background-color: #e8f5fe;
  padding: 2rem 3rem;
  margin-bottom: 30px;
  min-height: 250px;
}
.nusgro-contact .box h2 {
  margin: 0 0 15px 0;
  font-size: 25px;
}
.nusgro-contact .box h3 {
  font-size: 17px;
  color: #5a5a5a;
  font-weight: 550;
  margin: 0;
}
.nusgro-contact .box ul.list {
  margin-left: 2rem;
}
.nusgro-contact .box ul.list li {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #868686;
  padding-left: 35px;
}
.nusgro-contact .box .nusgro-btn-blue {
  margin: 0 auto;
  width: 70%;
  display: block;
}
.nusgro-btn-blue {
  display: inline-block;
  padding: 10px 16px;
  font-size: 14px;
  background-color: #003c7c;
  color: #fff!important;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.nusgro-btn-blue:hover, .nusgro-btn-blue.active {
  border: solid 1px #ef7c00;
  background-color: #ef7c00;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.nusgro-sub-title {
    font-size: 2.2rem;
} 
#nusgro_student_exchange h4 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 1.5rem 0 .5rem 0;
}
.nusgro-modal .modal-body {
  padding: 0 50px 0px;
}
.nusgro-modal .modal-header, 
.nusgro-modal .modal-footer {
  border: none;
}
.nusgro-modal h3.title {
  padding-left: 20px;
}
.nusgro-modal .modal-header .close {
  font-size: 4rem;
}
p.title {
  margin-bottom: 2rem;
}
.sidebar {
  z-index: 100;
}
.more-content {
  padding-bottom: 10px;
}

blockquote.testimonial {
  background: #f3f3f3;
  padding: 20px 20px;
  margin: 10px 0 20px 0;
  font-size: 17.5px;
  border-left: 5px solid #f28a00;
}

.news-date {
  font-size: 0.8em;
  margin-bottom: 0px;
  color: #003d7c;
}

.news-col .news-headline {
  margin-top: 0px;
  min-height: 40px;
}
.glob-edu-at-home {
  min-height: 320px;
}
.glob-edu-at-home.yale-nus {  
  border-left: solid grey 1px;
  border-right: solid grey 1px;
}
.glob-edu-at-home .img-container {
  min-height: 100px;
}
.glob-edu-at-home img,
.news-col img {
  margin: 20px auto;
  display: block;
}
.tile-col {
  padding: 0;
}

.tile-blue-box {
  padding: 10px;
  background: #003d7c;
  color: white;
  line-height: 25px;
  position: relative;
  margin: 1px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tile-blue-box .nusgro-sub-title {
  padding-bottom: 8px;
}
.tile-blue-box.tile-enterprise {
  min-height: 250px;
}
.tile-blue-box.tile-programmes {
  min-height: 125px;
}
.logo-zone {
  min-height: 140px;
  line-height: 140px;
}

/* for bootstrap 5 css */
@media screen and (max-width:991px) {
    .container {
        width: 100%;
        max-width: none;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
}

a {
    text-decoration: none;
}

.navbar-brand {
    float: left;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1023px) {
    .testimonials div {
        margin-bottom: 40px;
    }
}

.row > * {
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.testimonials > div {
    padding-left: 12px;
    padding-right: 12px;
}

@media screen and (max-width: 767px) {
    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive > .table {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > tbody > tr:last-of-type > td {
    border-bottom-width: 0px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #ddd;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

.table-borders > tbody, .table-borders > tbody > tr > td, .table-borders > tfoot, .table-borders > thead > th, .table-borders > thead, .table-borders > tbody > tr {
    border-width: 1px;
}
/*td, th {
    border-width: 1px;
}*/
.modal-header {
    padding: 15px;
}

.modal-footer {
    padding: 15px;
}

.nusgro-modal > .modal-dialog > .modal-content > .modal-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

.nusgro-modal > .modal-dialog > .modal-content > .modal-header > .close {
   padding: 0;
   cursor: pointer;
   background: 0 0;
   border: 0;
   font-weight: 700;
   line-height: 1;
   color: #000;
   text-shadow: 0 1px 0 #fff;
   opacity: .2;
}

/* desktop nav */

.navbar {
    padding: 0;
    border: 1px solid transparent;
    display: contents;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-nav {
    flex-direction: row;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
}

.nus-megamenu .navbar-nav li > a.active {
    box-shadow: 0 -3px 0 #ef7c00 inset;
    color: #003d7c;
    background: transparent !important;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.dropdown-menu {
    font-size: 14px;
    top: 50px;
    width: max-content;
}

.nav-item {
    cursor: pointer;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }
}

.input-lg {
    font-size: 18px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.form-control::placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.nus-search-box.collapse.show {
    border-bottom: 1px solid #e7e7e7;
}

/* mobile nav */
.nav-pills > li > a {
    border-radius: 4px;
}

.nav-stacked {
    flex-direction: column;
}

#nus-sidebar-off-canvas .header .close {
    display: flex;
    justify-content: center;
    align-items: center;
}

#nus-sidebar-off-canvas .header .close > button {
    padding: 0;
    cursor: pointer;
    border: 0;
    font-size: 10px;
    float: right;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

