html {
  scroll-behavior: smooth;
}

body {
  background: black;
}
body, h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif;
  color: #313131;
}

main {
  background: white;
}
main a {
  color: #123D80;
}
main a:hover {
  color: #123D80;
  text-decoration: underline;
}

tbody, td, tfoot, th, thead, tr {
  border-width: 1px !important;
}

th, td {
  padding: 10px;
}

/* hide Osano cookie widget; prefer Cookie Preferences link instead */
.osano-cm-widget { display: none }

/* fomantic-ui.com overrides */
.ui.card > .content > .header {
  font-family: 'Open Sans', sans-serif;
}

/* external links */
.main-page-container a[href^='http']:not([href*='wiley.com'])::after {
  -webkit-mask: url(../images/icons/external.svg) no-repeat center/contain;
  mask: url(../images/icons/external.svg) no-repeat center/contain;
  margin-left: .2em;
  content: "";
  display: inline-flex;
  background-color: #123D80;
  width: .9em;
  height: .9em;
}
/* media.wiley.com links */
.main-page-container a[href*='media.wiley.com']::after {
  -webkit-mask: url(../images/icons/download.svg) no-repeat center/contain;
  mask: url(../images/icons/download.svg) no-repeat center/contain;
  margin-left: .2em;
  content: "";
  display: inline-flex;
  background-color: #123D80;
  width: .9em;
  height: .9em;
}
/* links to old site...need migration */
.main-page-container a[href^='http://www.wiley.com/WileyCDA/Section/'] {
  color: red;
  font-weight: bold;
}

/* Wiley.com style guide overrides */
.ui.right.labeled.basic.link.icon.button {
  box-shadow: none;
  padding-right: 2em !important;
  padding-left: 0 !important;
}
.ui.right.labeled.basic.link.icon.button i.icon {
  color: black;
  background: none;
  line-height: 1.25em;
}

.ui.basic.link.button {
  margin-top: 1rem;
  border: 1px solid black;
  border-radius: 0;
}
.ui.basic.link.button a {
  color: black;
}

/* sidebar */
.floating-menu {
  border: 1px solid #DFDFDF;
  padding: 15px;
  width: 230px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.13);
  border-radius: 2px;
  transition: .2s
}

@media screen and (max-width: 767px) {
  .floating-menu {
    padding: 10px;
    width: auto;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .floating-menu {
    padding: 10px;
    width: 180px;
  }
}

.floating-menu.navbar-fixed-top {
  position: fixed;
  top: 30px;
  transition: .2s;
  background: #FFFFFF;
}

.floating-menu strong {
  border-bottom: 1px solid #c4c4c4;
  width: 100%;
  display: table;
  padding-bottom: 11px;
  margin-bottom: 6px;
}

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

.floating-menu ul li a {
  color: #313131B2;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 0px;
  display: table;
}

.floating-menu ul li a.active {
  position: relative;
  font-weight: 600
}

.floating-menu ul li a.active:before {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  width: 3px;
  height: 40px;
  background: #000000
}

.breadcrumb-item {
  text-transform: capitalize;
}

.server-error {
  text-align: center;
  padding: 110px 10px 150px 10px;
  box-sizing: border-box;
  font-size: 90%;
}

.server-error h1 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
}

.server-error a {
  color: #009ca9;
}

.accordion-button {
  color: #000;
  background-color: #eee;
}

.accordion-button:not(.collapsed) {
  color: #999;
  background-color: #eee;
}

.mg-b {
  margin-bottom: 2rem;
}

.lp img {
  width: 100%;
  height: auto;
}

.hidden{
  display: none;
}
