.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.arrow-down {
  display: none;
}

.collapsed .arrow-down {
  display: inline-block;
}

.arrow-up {
  display: inline-block;
}

.collapsed .arrow-up {
  display: none;
}

.wo-chat-btn,
.wo-inline .bottom-right.online-color,
.wo-inline .online-color,
.wo-inline .wo-chat-btn .wo-title {
  background-color: #003d7c;
  border-radius: 0;
  border-width: 1px;
  border-color: #fff;
}

.at-share-btn-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.at-icon-wrapper.at-share-btn.at-svc-compact {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.at-resp-share-element .at-share-btn .at-label {
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
}

.at-icon-wrapper {
  margin-bottom: 10px;
}

.tab-speakers-link .svg-down {
  display: block;
}

.tab-speakers-link .svg-up {
  display: none;
}

.tab-speakers-link.expanded .svg-down {
  display: none;
}

.tab-speakers-link.expanded .svg-up {
  display: block;
}

@media only screen and (max-width: 768px) {
  .wo-inline .bottom-right.online-color {
    bottom: 105px !important;
  }

  .floating-message-content {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    /* -webkit-transform: translate(-50%,-50%); */
    transform: initial;
  }
}


.nus-search-box.collapse.show {
  display: block;
  visibility: visible;
}

.fade.show {
  opacity: 1;
}

.collapse.show {
  display: block;
  visibility: visible;
}

.override-tab-pane.show {
  visibility: visible;
}

.modal.fade .modal-dialog {
  transform: none !important;
}


.programme-white-footer-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: white;
  color: black;
  padding: 0.5rem 1.7rem;
}

.programme-white-footer-banner img {
  height: 40px;
}

@media screen and (min-width: 768px) {
  .programme-white-footer-banner {
    flex-direction: row;
  }
}

.homepage__career__block__sustainability {
  outline: 1px solid #fff;
  outline-offset: -12px;
  margin: 4px;
  position: relative;
  transition: background-color .2s;
  background-color: rgba(0, 167, 158, 1);
}

.homepage__career__block__sustainability:hover {
  background-color: rgba(0, 167, 158, 0.5);
}