body {
  min-width: 360px;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 150%;
  color: #505050;
}
*,
::after,
::before {
  box-sizing: border-box;
}

@media only screen and (min-width: 320px) and (max-width: 753px) {
  div.ewc_base_search_input {
    max-width: 100%;
  }
}

.ewc_base_search_input {
  margin: 1rem 0;
  position: relative;
  display: block;
  vertical-align: top;
  max-width: 420px;
}

.ewc_base_search_input.header_search-input {
  margin: 1rem 0;
  position: relative;
  display: block;
  vertical-align: top;
  max-width: 420px;
  width: 22rem;
}

.ewc_base_dropdown {
  font-family: "NexusSans", sans;
}

.c_els_field_label {
  display: block;
  margin: 0;
  width: auto;
  color: #505050;
  text-transform: none;
  line-height: 1.2;
  padding: 0;
}

.c_els_field_label_text {
  display: block;
  vertical-align: middle;
}
button.vjs-subs-caps-button > span.vjs-control-text {
  position: relative !important;
  top: -14px;
}

li.vjs-menu-item.vjs-captions-menu-item,
li.vjs-menu-item.vjs-texttrack-settings {
  color: white;
}
.vjs-menu-button-popup .vjs-menu {
  width: 12em !important;
}
.c_els_field_wrap {
  position: relative;
  display: block;
  background: #fff;
}

.c_els_field_wrap:hover .c_els_field_icon {
  color: #ff8200;
}

.c_els_field_input:hover,
.c_els_field_wrap:hover .c_els_field_input {
  border-color: #ff8200;
}

.c_els_field_input:focus {
  border-color: #ff8200;
  /*outline: 2px solid #ff8200;
   outline-offset: 2px;*/
}

.c_els_field_icon {
  z-index: 99;
  position: absolute;
  color: #969696;
  top: 0.5rem;
  left: 0.5rem;
  bottom: 0;
  overflow: hidden;
  /* width: 1.25rem; */
}

.c_els_field_icon_right {
  right: 0.35rem;
  left: auto;
}

.c_els_field_wrap_icon_right .c_els_field_input {
  padding-right: 1.75rem;
}

.c_els_field_wrap .c_els_field_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: transparent;
  position: relative;
}

.c_els_field_input {
  margin: 0;
  width: 100%;
  display: block;
  vertical-align: top;
  background-color: #fff;
  outline: none;
  font-size: 16px;
  font-weight: normal;
  font-family: "NexusSans", sans;
  opacity: 1;
  border: 2px solid #cecece;
  box-sizing: border-box;
  height: 2rem;
  padding: 0.2rem 0.5rem 0 0.5rem;
  color: #505050;
  border-radius: 1rem;
}

alphabeticallisting {
  display: none;
}

.app_footer {
  display: block;
  padding-bottom: 50px;
  font-size: 11pt;
  color: #505050;
  border-top: 2px solid #e9711c;
  padding-top: 20px;
  font-family: "NexusSans", sans;
  position: relative;
  background: #fff;
  margin: 0;
}

.app_footer-row {
  display: block;
  margin-left: 1rem;
  margin-right: 1rem;
}

.footer__elsevier-logo {
  display: block;
  top: 90px;
  left: 35px;
  padding-bottom: 3px;
  width: 125px;
  height: 20px;
}

.footer__link-entry {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  line-height: 150%;
}

.footer__link {
  background: 0 0;
  font-family: "NexusSans", sans;
  color: #505050;
  cursor: pointer;
  text-decoration: none;
  margin-right: 10px;
  font-size: 11pt;
  padding: 0 5px 0 0;
}

.footer__link:hover {
  color: #eb6500;
  text-decoration: underline;
}

.footer__copyright {
  margin-bottom: 0;
}

.footer__copyright {
  margin-bottom: 10px;
}

.footer__corporate-logo {
  width: 110px;
  float: left;
  clear: both;
}

.footer__cookies-link {
  font-size: 11pt;
  color: #007398;
}

.footer__cookies-link:hover {
  color: #eb6500;
  text-decoration: underline;
}

.ie7 .footer__corporate-logo,
.ie8 .footer__corporate-logo {
  display: block;
}

@media only screen and (min-width: 767px) {
  .footer__link-group,
  .footer__copyright,
  .footer__cookies {
    margin-left: 10px;
  }

  .footer-elsevier-logo {
    margin-right: 2em;
  }
  .footer__corporate-logo {
    margin-left: 2em;
    width: 110px;
    float: right;
    clear: right;
  }
  .app_footer-row {
    display: inline-flex;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}

.landing-menu {
  margin: 10px auto;
  padding-top: 24px;
  padding-bottom: 24px;

  text-align: center;
}

.landing-menu__menu-item-title {
  padding: 10px 0 0 0;
  margin-bottom: 20px;

  font-weight: bolder;
  font-size: 1.4em;
  display: block;
  color: #007398;
}

.landing-menu__menu-item-title:hover {
  color: #e9711c;
  text-decoration: underline;
}

@media only screen and (min-width: 320px) and (max-width: 615px) {
  .landing-menu {
    width: 275px;
    flex-wrap: wrap;
  }
}

.header {
  display: flex;
  font-size: 18pt;
  border-bottom: 2px solid #ff8200;
  padding: 2px;
}

.header__title {
  color: #007398;
  flex: 1 auto;
  font-size: 18pt;
  padding: 3px 0 0 3px;
  -webkit-margin-before: 0.4em;
  -webkit-margin-after: 0.2em;
}

.header__bars {
  flex: 1 initial;
}

.header__home-icon {
  -webkit-margin-before: 0.4em;
  -webkit-margin-after: 0.2em;
  cursor: pointer;
  color: #505050;
}
.header__home-icon:hover {
  color: #737373;
}

.header__link {
  text-decoration: none;
}

/* Hamburger menu */

.header__nav-dropdown,
.header__nav-dropdown-content {
  display: none;
}

.header__nav-dropdown-list {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 0.5em;
  -webkit-padding-start: 40px;
  -ms-margin-before: 1em;
  -ms-margin-after: 0.5em;
  -ms-padding-start: 40px;
  -moz-margin-before: 1em;
  -moz-margin-after: 0.5em;
  -moz-padding-start: 40px;
  font-size: 15px;
  font-family: "NexusSans", sans;
  text-decoration: none;
}

.header__nav-dropdown-link {
  margin: 7px;
  color: #505050;
}

.header__nav-dropdown-link:hover {
  color: #e9711c;
  border-bottom: 1px solid #e9771c;
}

.header__hamburger-dropdown {
  display: inline-block;
  -webkit-margin-before: 0.4em;
  -webkit-margin-after: 0.2em;
}

.header__hamburger-dropdown-content {
  display: flex;
  text-align: left;
  z-index: 100;
  flex: 2 auto;
  flex-direction: column;
  margin-top: 1px;
  margin-right: 1px;
  background-color: #eeeeee;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  position: absolute;
  top: 30px;
  right: 0px;
}

.header__hamburger-icon {
  color: #505050;
}

.header__hamburger-icon:hover {
  color: #737373;
}

.header__hamburger-link:not(:last-of-type) {
  margin-bottom: 16px;
}

.header__hamburger-link-text {
  text-decoration: none;
  font-size: 14pt;
  color: #505050;
}

.header__hamburger-link:hover .header__hamburger-link-text {
  color: #e9771c;
  border-bottom: 1px solid #e9771c;
}

.header__hamburger-link:active .header__hamburger-link-text,
.header__hamburger-link:focus .header__hamburger-link-text {
  font-size: 14pt;
  color: #e9771c;
  border-bottom: 1px solid #e9771c;
}

.search_intput {
  width: 20rem;
}
.header_element {
  display: flex;
  justify-content: left;
  align-items: center;
}

.c_els_field_icon.c_els_field_icon_right.search_intput-icons {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 2px;
  font-size: medium;
}

.icon_clear, .icon_search {
  height: 1.5rem;
  width: 1.5rem;
}

.search_intputbox {
  width: 22rem;
}

/* Clear floats after image containers */

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}
.row {
  display: inline-flex;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: inline-flex;
}

.category_container {
  display: flex;
  flex: auto;
  gap: 10px;
  flex-flow: wrap;
  border-bottom: 2px solid #b9b9b9;
}
.category_section_title {
  padding-top: 1rem;
  margin-bottom: 1px;
  font-size: 20pt;
  font-weight: normal;
}

@media only screen and (min-width: 360px) and (max-width: 834px) {
  .category_section {
    padding: 0px 3px 0px 3px;
  }
}

.page_title {
  padding-top: 0.5rem;
  font-size: 20pt;
  font-weight: normal;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 20%;
  border-radius: 5px;
  padding: 1rem;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 12rem;
}
.card_container {
  padding: 2px 16px;
}
.card_container h4 {
  text-align: center;
}
.cate {
  color: #000000;
}

.tag-primary {
  background-color: #ffd100;
}
.view_categoris_btn {
  display: flex;
  justify-content: end;
  padding-top: 16px;
}
.link-b {
  color: #007398;
  padding: 1px;
  font-size: 16pt;
  margin-right: 8px;
}
.link-b:hover, .link-b:focus {
  padding: 1px;
  color: #2e2e2e;
  text-decoration: underline;
}

.link-b:focus {
    outline: 1px auto -webkit-focus-ring-color !important;
    outline-offset: 3px;
}

.wrapper {
  padding: 26px 0;
}
.wrapper-light {
  background: #f6f6f6;
}
.card-h {
  scroll-snap-align: center;
  background: white;
  width: 240px;
  height: 210px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border: none;
  padding: 0;
}
.card-h:focus-visible {
  outline: solid black 3px;
}
.card-h .card-thumbnail {
  position: relative;
  overflow: hidden;
}
.card-h .card-thumbnail img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.card-h .card-tag {
  position: absolute;
  top: 10px;
  left: 10px;
}
.card-h .card-body {
  flex: 1;
}
.card-h .card-foot {
  padding: 0 20px 14px 20px;
}
.card-h .card-title {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  white-space: normal;
  text-align: center;
  margin-bottom: 12px;
  max-height: 52px;
  color: #007398;
}
.card-h .card-title h3 {
  margin-left: auto;
  margin-top: revert;
}
.card-h .card-name {
  max-height: 42px;
  line-height: 16px;
}
.scrollable-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .scrollable-container {
    max-width: 960px;
  }
  .scrollable-cards {
    overflow-x: auto;
  }
}
@media (max-width: 991px) {
  .scrollable-cards {
    overflow-x: scroll;
  }
}
@media (min-width: 1200px) {
  .scrollable-container {
    max-width: 1140px;
  }
}
.scrollable-cards {
  scroll-snap-type: x mandatory;
  display: flex;
  /* overflow-x: scroll; */
  display: flex;
  padding: 5px;
  -webkit-overflow-scrolling: touch;
}
.scrollable-cards .card-h {
  flex-shrink: 0;
  margin: 5px 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.scrollable-cards .card-h:last-child {
  border-right: 10px solid #f6f6f6;
}
@media (min-width: 992px) {
  .scrollable-cards {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px / 2 0;
  }
  .scrollable-cards .card-h {
    flex: 0 0 calc(25% - 10px);
    margin-bottom: 1rem;
  }
  .scrollable-cards .card-h:last-child {
    border-right: 0;
  }
}
.scrollable-cards .card-h:hover {
  border: 1px solid #007398 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s;
  -webkit-background-clip: text;
}

.breadcrumb{
   margin-top: 0.7rem;
   margin-bottom: 2rem;
   display: inline-flex;
}

.breadcrumb-arrow {
  margin-left: 8px;
  margin-right: 8px;
}

.breadcrumb-not-active {
  color: #737373;
}

.breadcrumb-active {
  color: #2e2e2e;
  cursor: default;
  text-decoration: none;
}

.cat-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-wrap: wrap;
  height: 436px;
  margin-left: 3px;
}
@media (max-width: 767px) {
  .cat-row {
    height: auto;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .categories-info {
    padding-bottom: 60px;
  }
}
@media (max-width: 360px) {
  .breadcrumb {
    margin-left: .125rem;
  }
}
.themed-grid-col {
  color: #007398;
  padding-bottom: 0.2rem;
}
.themed-grid-col a {
  cursor: pointer;
  font-size: 18px;
}
.themed-grid-col:hover {
  color: #e9711c;
}
.categories-info {
  padding-bottom: 80px;
}
.categories-info .page_title {
  font-size: 20pt;
  padding-top: 0.3rem;
}
.categories-info .page_title h1 {
  margin-top: 0;
}
