:root {
  --bs-link-color: #08488E;
  --bs-link-hover-color: #43535A;
  --sunway-black: #1A1E2B;
  --sunway-gray: #43535A;
  --sunway-light-gray: #F1F1F1;
  --sunway-blue: #08488E;
  --sunway-col-blue: #20BBFC;
  --sunway-light-blue: #E1F5FE;
  --sunway-orange: #FF9030;
  --sunway-red: #da3932;
  --sunway-yellow: #FEC800;
  --font-size-title: 48px;
  --font-size-x-large: 34px;
  --font-size-large: 24px;
  --font-size-base: 18px;
  --font-size-small: 16px;
  --font-size-x-small: 14px;
}

body {
  background: #fff;
  font-size: var(--font-size-base);
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p:last-child {
  margin-bottom: 0;
}

.font-size-x-large {
  font-size: var(--font-size-x-large);
}

.font-size-large {
  font-size: var(--font-size-large);
}

.font-size-small {
  font-size: var(--font-size-small);
}

.font-size-x-small {
  font-size: var(--font-size-x-small);
}

.bg-gray {
  background: var(--sunway-gray);
  color: #fff;
}

.bg-blue {
  background: var(--sunway-blue);
  color: #fff;
}

.bg-light-blue {
  background: var(--sunway-light-blue);
  color: #fff;
}

.bg-orange {
  background: var(--sunway-orange);
  color: #fff;
}

.highlight-link {
  background: var(--sunway-yellow);
  font-weight: bold;
  color: var(--sunway-black);
  border-bottom: 2px dashed var(--sunway-black);
}

.highlight-link-darker-orange {
  background: var(--sunway-orange);
  font-weight: bold;
  color: #fff;
  border-bottom: 2px dashed #fff;
}

.highlight-link-red {
  background: var(--sunway-red);
  font-weight: bold;
  color: #fff;
  border-bottom: 2px dashed #fff;
}

.btn {
  border-radius: 0;
}

.btn-default {
  background: var(--sunway-yellow);
  border: 0;
  border-radius: 0;
  font-weight: bold;
  padding: 14px 40px;
}

.btn.btn-default:hover {
  background: var(--sunway-orange);
  color: var(--sunway-black);
}

.btn-cta,
.btn.btn-cta:hover {
  background: var(--sunway-blue);
  color: #fff;
  display: flex;
  font-size: var(--font-size-x-small);
  font-weight: bold;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  text-transform: uppercase;
}

.btn-cta::after {
  content: "\f105";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}

.btn-wide {
  display: block;
  width: 100%;
}

.hide {
  display: none;
}

.container-short {
  margin: 0 auto;
  max-width: 75%;
}

ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin-bottom: 0.85rem;
}

ul.menu li:last-child {
  margin-bottom: 0;
}

.row:not([class*="gx-"]) {
  --bs-gutter-x: 1rem;
}

.row:not(.no-spacing) > div[class*="col-"] {
  margin-bottom: 1rem;
}

.row:not(.no-spacing) > div[class*="col-"]:last-child {
  margin-bottom: 0;
}

table {
  font-size: 16px;
}

table td {
  padding: 4px;
}

.navbrands {
  background: var(--sunway-blue);
}

.navbar {
  font-size: var(--font-size-x-small);
  font-weight: bold;
  text-transform: uppercase;
}

.navbar,
.navbar a {
  color: #fff;
}

.navbar a.nav-link:focus {
  color: #fff;
  outline: 0;
}

.navbar a.nav-link.show {
  color: var(--bs-nav-link-hover-color);
}

.navbar .dropdown-menu {
  background: #333;
  border: 0;
  border-bottom: 5px solid var(--sunway-orange);
  border-radius: 0;
  min-width: 220px;
  padding: 0;
  text-transform: none;
  top: 34px;
}

.navbar .dropdown-menu .dropdown-item {
  padding: 0.65rem var(--bs-dropdown-item-padding-x);
}

.navbar .dropdown-menu .dropdown-item:hover {
  background-color: var(--sunway-yellow);
  text-decoration: none;
}

.navbar-toggler {
  border: 0;
  color: #fff;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.1rem;
}

.navbar-toggler-icon {
  background: none;
  font-size: 24px;
  height: auto;
  width: auto;
}

.navbar-toggler-icon::after {
  content: "\f0c9";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}

.site-logo img {
  height: 70px;
}

.seg-logo img {
  height: 80px;
}

.bottom-content {
  font-size: 12px;
  opacity: 0.35;
}

footer {
  background: var(--sunway-blue);
  font-size: var(--font-size-x-small);
  color: #fff;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: var(--sunway-light-blue);
}

footer .widget-title {
  font-size: var(--font-size-small);
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.main-content {
  background: #fff;
  padding-bottom: 1rem;
}

.main-content > div:not(.bgslideshow) > * {
  margin-bottom: 5rem;
}

.main-content > div > *:last-child {
  margin-bottom: 0;
}

.main-content > div > .content {
  padding-bottom: 3rem;
}

.main-content .s-lib-box-content > div {
  margin-bottom: 5rem;
}

.main-content .s-lib-box-content > div:last-child {
  margin-bottom: 0;
}

.main-content .widget-title {
  font-size: var(--font-size-large);
  font-weight: bold;
  margin-bottom: 0.5rem;
}

h1.page-title {
  color: var(--sunway-blue);
  font-size: 50px;
  font-weight: bold;
  padding: 3rem 0;
  text-align: center;
}

h1.page-title::after {
  background: var(--sunway-col-blue);
  content: " ";
  display: block;
  height: 8px;
  margin: 1.5rem auto 0;
  width: 85px;
}

.main-content > div > .banner-title {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2.5rem;
  height: 360px;
}

.banner-title .vegas-content {
  height: 100%;
}

.banner-title h1.page-title {
  background: rgba(67, 83, 90, 0.9);
  color: #fff;
  font-size: 42px;
  margin-bottom: 0;
  padding: 20px 30px;
  text-align: left;
}

.banner-title h1.page-title::after {
  display: none;
}

.section-title {
  color: var(--sunway-blue);
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.section-title::after {
  background: #01B1ED;
  content: " ";
  display: block;
  height: 5px;
  margin: 0.85rem auto 0;
  width: 50px;
}

.form-control {
  height: auto;
}

.form-search {
  background: #fff;
  border-radius: 20px;
  justify-content: space-between;
  padding: 5px 6px 5px 14px;
}

.form-search .form-control {
  border: 0;
  box-shadow: none;
  font-size: var(--font-size-x-small);
  padding: 0;
  width: 200px;
}

.form-search .form-control:focus {
  box-shadow: none;
}

.form-search .btn-search {
  padding: 0 8px;
}

.form-search .btn-search:hover {
  color: var(--sunway-blue);
}

.widget-help {
  background: #ff0000;
  bottom: 80px;
  color: #fff;
  padding: 8px 18px;
  right: 0;
  z-index: 9;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.widget-help > a:hover {
  color: #fff;
}

.widget-help a {
  color: #fff;
}

.widget-help-content {
  background: #f3f3f4;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  bottom: 80px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  right: 0;
  width: 320px;
  z-index: 9;
}

.help-content-items {
  max-height: 310px;
  overflow-y: scroll;
}

.help-content-items > div {
  border-bottom: 2px solid #bdbec0;
  font-size: var(--font-size-small);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  &:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
}

.widget-backtotop {
  color: var(--sunway-blue);
  bottom: 20px;
  right: 0;
  text-shadow: 1px 1px 1px #fff;
}

.widget-backtotop a {
  color: var(--sunway-blue);
  display: inline-block;
  padding: 8px 20px;
}

.widget-blog ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget-blog ul > li {
  border-bottom: 1px solid rgba(8, 72, 142, 0.2);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.widget-blog ul > li > span {
  display: none;
  margin-left: 1rem;
  white-space: nowrap;
}

.latest-articles a {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: block;
  height: 100%;
}

.latest-articles a:hover {
  text-decoration: none;
}

.latest-articles .article-date {
  color: #555;
  font-size: 14px;
  margin: 0;
  padding: 1rem 1rem 0;
}

.latest-articles .article-title {
  font-weight: bold;
  line-height: 1.2;
  padding: 0.5rem 1rem 1rem;
}

.latest-articles .article-date .fa-calendar {
  margin-right: 0.25rem;
}

.sitemap-links {
  text-align: center;
}

.sitemap-links .widget-title {
  color: var(--sunway-black);
  font-size: var(--font-size-small);
  margin-bottom: 1rem;
}

.sitemap-links a {
  text-decoration: none;
}

.box-listing > div .inner-content {
  background: var(--sunway-light-gray);
}

.main-content .box-listing .widget-title {
  color: var(--sunway-blue);
  font-weight: normal;
}

.main-content .box-listing .widget-title::after {
  background: var(--sunway-col-blue);
  content: " ";
  display: block;
  height: 5px;
  margin: 0.85rem 0 2rem;
  width: 50px;
}

.cta-listing .btn {
  align-items: center;
  background: rgba(8, 72, 142, 1);
  bottom: 0;
  color: #fff;
  display: flex;
  height: 50px;
  justify-content: space-between;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}
.cta-listing .btn:hover {
  background: var(--sunway-blue);
  color: #fff;
}

.nav-list-link {
  background: var(--sunway-light-gray);
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
  position: relative;
  text-decoration: none;
}

a.nav-list-link:hover {
  background: #ececec;
}

a.nav-list-link::after {
  content: "\f105";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}

a.nav-list-link.p-0::after {
  position: absolute;
  right: 20px;
  top: 10px;
}


.accordion.accordion-flush .accordion-item {
  border-bottom: 0;
  margin-bottom: 1rem;
}

.accordion.accordion-flush .accordion-button {
  background: var(--sunway-light-gray);
  color: var(--sunway-blue);
}

.vegas-timer-progress {
  background: var(--sunway-light-blue);
}

.ebsco-bootstrap {
  padding: 120px 0;
}

.ebsco-bootstrap .panel {
  margin-bottom: 0;
}

.ebsco-bootstrap .nav > li > a {
  padding: 10px 25px;
}

.ebsco-bootstrap .nav-tabs {
  border-bottom: 0;
  text-transform: uppercase;
}

.ebsco-bootstrap .nav-tabs > li > a {
  border: 0;
  color: #fff;
  font-size: var(--font-size-x-small);
  font-weight: bold;
  margin: 0;
}

.ebsco-bootstrap .nav-tabs > li > a:hover {
  background: none;
  color: var(--sunway-light-blue);
}

.ebsco-bootstrap .nav-tabs > li > a.active:hover {
  background: #fff;
  color: var(--sunway-black);
}

.ebsco-bootstrap .btn-searchtype {
  background: #fff;
  border: 0;
  border-right: 3px solid #dedede;
  border-radius: 0;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.ebsco-bootstrap .btn-searchtype:hover,
.ebsco-bootstrap .btn-searchtype:active,
.ebsco-bootstrap .btn-searchtype:focus {
  background: #f4f4f4;
}

#ebsco-mainpanel {
  background: none;
  border: 0;
}

.ebsco-bootstrap #mainpanel-body {
  background: rgba(48, 112, 181, 0.9);
  border-radius: 10px;
  padding: 2.5rem;
}

.ebsco-bootstrap #mainpanel-body .panel-body {
  padding: 0;
}

.ebsco-bootstrap #mainpanel-body .panel {
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ebsco-bootstrap .ebscohostsearchtext {
  border: 0;
  box-shadow: none;
  padding: 10px;
  height: 40px;
}

.ebsco-bootstrap .ebscohost-search-button {
  background: var(--sunway-yellow);
  border-radius: 0;
  border: 0;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 40px;
}

.ebsco-bootstrap .ebscohost-search-button:hover,
.ebsco-bootstrap .ebscohost-search-button:focus,
.ebsco-bootstrap .ebscohost-search-button:active {
  background: var(--sunway-orange);
  border-radius: 0;
  outline: 0;
}

.ebsco-bootstrap .limiter-options {
  color: #fff;
  font-size: var(--font-size-x-small);
}

.ebsco-bootstrap .limiter-options a {
  color: #fff;
}

ul.nav-tabs {
  display: flex;
}

ul.nav-tabs > li {
  flex: 1 1 auto;
  margin-right: 1rem;
}

ul.nav-tabs > li:last-child {
  margin-right: 0;
}

ul.nav-tabs > li > a {
  background: var(--sunway-light-gray);
  display: block;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-decoration: none;
  position: relative;
}

ul.nav-tabs > li.active > a {
  background: var(--sunway-blue);
  color: #fff;
}

ul.nav-tabs > li.active > a::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--sunway-blue);
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

ul.pagination > li {
  margin: 0 0.5rem;
}

ul.pagination > li > a {
  text-decoration: none;
}

ul.pagination > li.active > a {
  color: var(--sunway-black);
  font-weight: bold;
}

.dropdown.open .dropdown-menu {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.dropdown.open .dropdown-menu a {
    display: block;
    padding: 6px 10px;
}


@media (min-width: 1400px) {
  /*.fullwidth {
    margin-right: -4.5rem;
    margin-left: -4.5rem;
  }*/
}

@media (max-width: 1399px) {

}

@media (min-width: 1024px) {
  .mw-75 {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
  }

  .navbrands {
    min-height: 125px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 2rem;
    padding: 0;
  }

  .banner-title h1.page-title {
    width: 75vw;
  }

  .widget-blog ul > li {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
  }

  #ebsco-mainpanel {
    width: 50%;
  }
}

@media (max-width: 1023px) {
  .row > div[class*="col-"] {
    margin-bottom: 2.5rem;
  }

  .navbrands {
    min-height: 60px;
  }

  .navbar-collapse {
    border-top: 1px solid #fff;
    padding-top: 7px;
    margin-top: 7px;
  }

  .site-logo img {
    height: 25px;
  }

  .seg-logo img {
    height: 30px;
  }

  .main-content > div:not(.bgslideshow) > * {
    margin-bottom: 3.5rem;
  }

  .main-content .content-item:not(.bgslideshow) {
    margin-bottom: 3.5rem;
  }

  .section-title {
    margin-bottom: 1.5rem;
  }

  /*.fullwidth {
    margin-right: -12px;
    margin-left: -12px;
  }*/

  .widget-blog ul > li > span {
    display: block;
    margin-left: 0;
  }

  a.nav-list-link.p-0::after {
    position: absolute;
    right: 20px;
    top: unset;
    bottom: 10px;
  }

  footer > div > .row > * {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 2rem;
  }

  footer > div > .row > *:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  #ebsco-mainpanel {
    width: 80%;
  }

  .ebsco-bootstrap #mainpanel-body {
    padding: 1rem 1.5rem;
  }
}

@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }

  .row > div[class*="col-"]:last-child {
    margin-bottom: 0;
  }

  .latest-articles a {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }

  #ebsco-mainpanel {
    width: 100%;
  }

  .ebsco-bootstrap {
    padding: 25px 0;
  }

  .ebsco-bootstrap .input-group {
    display: flex;
  }

  .ebsco-bootstrap .input-group > * {
    margin-left: 0 !important;
  }

  .ebsco-bootstrap .input-group-btn {
    display: block;
    width: 100%;
  }

  .ebsco-bootstrap .input-group-btn > .btn {
    border: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }

  .ebsco-bootstrap .input-group-btn.dropdown {
    width: 35%;
  }

  .ebsco-bootstrap .input-group .form-control {
    width: 65%;
  }

  .ebsco-bootstrap .limiter-options > div {
    margin-bottom: 1rem;
  }

  .ebsco-bootstrap .limiter-options > div:last-child {
    margin-bottom: 0;
  }

  .ebsco-bootstrap .navbar-header .btn.btn-default:hover {
    background: #fff;
  }

  .ebsco-bootstrap .panel-body {
    min-height: 255px;
    position: relative;
  }

  .ebsco-bootstrap .navbar-collapse {
    background: #fff;
    box-shadow: 10px 10px 20px rgb(0, 0, 0, 0.45);
    position: absolute;
    left: 23px;
    padding-top: 0;
    top: 62px;
    width: auto;
    min-width: 240px;
    z-index: 9;
  }

  .ebsco-bootstrap .nav-tabs {
    flex-direction: column;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .ebsco-bootstrap .nav-tabs > li {
    float: none;
    margin: 0;
  }

  .ebsco-bootstrap .nav-tabs > li .nav-link {
    color: var(--sunway-black);
    padding: 15px 25px;
    text-align: left;
  }

  .ebsco-bootstrap .nav-tabs > li .nav-link.active {
    background: #f0f0f0;
  }
}

@media (min-width: 400px) and (max-width: 767px) {
  .ebsco-bootstrap .navbar-toggle {
    display: block;
    position: relative;
    z-index: 9;
  }

  .ebsco-bootstrap .navbar-collapse.collapse {
    display: none !important;
  }

  .ebsco-bootstrap .navbar-collapse.collapse.show {
    display: block !important;
  }
}

@media (max-width: 399px) {
  .ebsco-bootstrap .panel-body {
    min-height: 235px;
  }

  .ebsco-bootstrap .input-group {
    flex-direction: column;
  }

  .ebsco-bootstrap .input-group-btn.dropdown {
    width: 100%;
  }

  .ebsco-bootstrap .input-group .form-control {
    width: 100%;
  }
}