.revamp-2021 .btn-primary, .revamp-2021 .btn-primary:focus {
  background-image: linear-gradient(to right, #ef7c00, #e84450);
}

.revamp-2021 .btn-primary:hover {
  background-image: linear-gradient(to right, #e84450, #e84450);
}

.revamp-2021 .sidebar .nus-sidebar-nav li a {
  background: #f5f5f5;
  color: #2e323b;
}

.revamp-2021 .sidebar .nus-sidebar-nav li.active > a {
  background-image: linear-gradient(to right, #003d7c, #0156af);
  color: #fff;
}

.home.revamp-2021 .content {
  margin: 0;
}

.home.revamp-2021 #more-oar {
  background-color: #f1f8ff;
  padding: 40px;
}

.home.revamp-2021 #announcement {
  background-color: #f6f6f6;
}

.home.revamp-2021 #announcement .cover {
  overflow: hidden;
}

.home.revamp-2021 #announcement .tag {
  color: #ef7c00;
}

.home.revamp-2021 #announcement .detail {
  padding: 45px;
}

.section-resource-overview .tab-content {
  border: none;
}

.section-resource-overview .tab-content p {
  margin-bottom: 0;
}

.section-resource-overview .holder {
  margin-bottom: 15px;
}

.section-resource-overview .item-container a {
  display: block;
}

.section-resource-overview .item-container .caption {
  position: absolute;
  bottom: 8px;
  color: #fff;
  padding: 0 20px;
  z-index: 2;
}

.section-resource-overview .item-container .caption p {
  font-weight: bold;
}

.section-resource-overview .item-container .caption-viewmore {
  position: absolute;
  color: #fff;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.section-resource-overview .item-container .caption-viewmore .fa-plus {
  transform: scale(3);
  padding-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .section-resource-overview .nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
    border-right: 2px solid #f5f5f5;
  }
  .section-resource-overview .nav-tabs > li:last-of-type {
    border-right: none;
  }
  .section-resource-overview .nav-tabs {
    text-align: center;
  }
  .section-resource-overview .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    background: none;
    margin: 0;
  }
  .section-resource-overview .nav-tabs > li > a:hover,
  .section-resource-overview .nav-tabs > li.active > a,
  .section-resource-overview .nav-tabs > li.active > a:focus,
  .section-resource-overview .nav-tabs > li.active > a:hover {
    border: none;
    color: #ef7c00;
    font-weight: bold;
  }
  .section-resource-overview .nav-divider {
    width: 2px;
    height: 30px;
  }
  .section-resource-overview .nav-divider:last-of-type {
    display: none;
  }
}

.alumni-group-revamp {
  margin: 40px 0;
}

.alumni-group-revamp .group-statistics {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.alumni-group-revamp .group-statistics a.statistic:hover {
  text-decoration: none;
}

.alumni-group-revamp .group-statistics .count {
  border: 3px solid #e7e7e7;
  border-radius: 50%;
  width: 2.3em;
  font-size: 3em;
  color: #ef7c00;
  padding: 10px;
  margin: 0 auto;
}

.alumni-group-revamp .group-statistics .count:hover {
  text-shadow: 1px 1px grey !important;
  background: rgba(153, 153, 153, 0.15);
}

.alumni-group-revamp .filter-wrapper {
  flex-flow: column nowrap;
}

.alumni-group-revamp .filter-wrapper #btn-search {
  display: block;
}

.alumni-group-revamp .filter-wrapper .btn, .alumni-group-revamp .filter-wrapper label, .alumni-group-revamp .filter-wrapper select, .alumni-group-revamp .filter-wrapper input {
  margin-left: 10px;
  margin-bottom: 10px;
}

.alumni-group-revamp .column-content article:nth-child(3n+1) {
  clear: none;
}

.alumni-group-revamp .line-break {
  width: 3em;
  margin: 0;
  border-bottom: 3px solid #ef7c00;
  margin: 30px 0;
}

.alumni-group-revamp .fa-angle-right {
  font-weight: bold;
}

.alumni-group-revamp .well {
  height: 100%;
  background-color: #f1f8ff;
  color: initial;
}

.alumni-group-revamp h4 {
  margin-top: 10px !important;
}

.alumni-group-revamp #btn-view-more {
  float: right;
}

.alumni-group-revamp ul.typeahead.dropdown-menu {
  width: 100%;
}

.alumni-group-revamp ul.typeahead.dropdown-menu li {
  list-style: none;
}

.alumni-group-revamp ul.typeahead.dropdown-menu li.active a, .alumni-group-revamp ul.typeahead.dropdown-menu li.active a:hover {
  background: #ef7c00 !important;
  color: #000;
}

.alumni-group-revamp .news-event-listing .oar-thumbnail {
  height: 230px;
  width: 100%;
}

.alumni-group-revamp .news-event-listing a.target-url, .alumni-group-revamp .news-event-listing a.target-url:hover {
  text-decoration: none;
}

.alumni-group-revamp.form-horizontal h6 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ef7c00 !important;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: right;
}

.alumni-group-revamp.form-horizontal .fileupload {
  margin: 5px 0 10px;
  height: 80px;
  border: 2px dashed #ef7c00;
  background: #fff;
  text-align: center;
  position: relative;
}

.alumni-group-revamp.form-horizontal .fileupload p {
  padding-left: 40px;
  width: auto;
  margin: 0 auto;
  display: inline-block;
  line-height: 80px;
  color: #ef7c00;
  font-size: 14px;
  font-size: 1.4rem;
  background: url(../images/upload.png) no-repeat center left;
}

.alumni-group-revamp.form-horizontal .fileupload input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  opacity: 0;
}

.alumni-group-revamp.form-horizontal .fileupload input:hover {
  cursor: pointer;
}

.alumni-group-revamp.form-horizontal .bootstrap-datetimepicker-widget {
  width: 100%;
}

.alumni-group-revamp.form-horizontal .bootstrap-datetimepicker-widget ul {
  padding-left: 0 !important;
}

.alumni-group-revamp.form-horizontal .bootstrap-datetimepicker-widget .btn-primary {
  background: #d66f00;
}

.alumni-group-revamp.form-horizontal .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #d66f00;
}

.alumni-group-revamp .cp-quote {
  background-color: #f1f8ff;
  border-radius: 12px;
  padding: 2rem;
  min-height: 10rem;
}

.alumni-group-revamp .cp-quote:before {
  position: absolute;
  top: 20%;
  left: -5px;
  display: inline-block;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #f1f8ff transparent transparent;
  content: " ";
}

@media screen and (min-width: 769px) {
  .alumni-group-revamp {
    padding-left: 15px;
  }
}

.select-container {
  background-color: #f5f5f5;
  border-radius: 12px;
}

.select-container small {
  font-weight: 700;
  color: #999;
}

.select-container .indicator-and:last-of-type {
  display: none;
}

.select-container .title {
  font-weight: bold !important;
}

#feature-banner .bx-pager {
  bottom: 5%;
  width: 100%;
  position: absolute;
}

.equal, .tab-content > .active.equal {
  display: flex;
  flex-wrap: wrap;
}

.pickgradient {
  position: relative;
  display: inline-block;
}

.pickgradient:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: .25rem !important;
}

.m-2 {
  margin: .5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: .25rem !important;
}

.mr-1 {
  margin-right: .25rem !important;
}

.mb-1 {
  margin-bottom: .25rem !important;
}

.ml-1 {
  margin-left: .25rem !important;
}

.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important;
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

.mt-2 {
  margin-top: .5rem !important;
}

.mr-2 {
  margin-right: .5rem !important;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

.ml-2 {
  margin-left: .5rem !important;
}

.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: .25rem !important;
}

.p-2 {
  padding: .5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-1 {
  padding-top: .25rem !important;
}

.pr-1 {
  padding-right: .25rem !important;
}

.pb-1 {
  padding-bottom: .25rem !important;
}

.pl-1 {
  padding-left: .25rem !important;
}

.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.pt-2 {
  padding-top: .5rem !important;
}

.pr-2 {
  padding-right: .5rem !important;
}

.pb-2 {
  padding-bottom: .5rem !important;
}

.pl-2 {
  padding-left: .5rem !important;
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
/*# sourceMappingURL=revamp-2021.css.map */