.dev-notes {
  font-weight: bold;
  font-style: italic;
  color: red !important;
}

li {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  padding-left: 10px;
  font-family: Roboto;
  padding-bottom: 10px;
  font-weight: normal;
}

@media (max-width: 767px) {
  li {
    line-height: 120%;
    font-size: 14px;
    padding-bottom: 6px;
  }
}

.centered-content {
  text-align: center;
  width: 100%;
}

.black-border2 {
  border: 2px solid black;
}

h1, h2, h3, h4, h5, h6, p, small, span {
  margin: 0;
  padding: 0;
  font-family: Roboto;
  color: #000000;
  /* sts: added color */
}

/* FONT SIZE OVERRIDES */

h1 {
  font-size: 64px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: bold;
}

h3 {
  font-size: 30px;
  font-weight: 500;
}

h4 {
  font-size: 24px;
  font-weight: 500;
  color: #757575;
}

h5 {
  font-size: 18px;
  font-weight: 500;
  color: #33691E;
}

@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 14px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 14px;
  }
}

/* END FONT SIZE OVERRIDES */

a {
  color: #000 !important;
  text-decoration: underline !important;
}

a:hover {
  color: #558B2F !important;
  text-decoration: underline !important;
}

a:active {
  color: #2F75AE !important;
  text-decoration: none !important;
}

a:visited {
  color: #5B477C !important;
  text-decoration: underline !important;
}

.navbar-nav a {
  color: #fff !important;
  text-decoration: none !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.hidden {
  display: none;
}

.custom-search-button {
  text-transform: initial;
  font-size: 24px !important;
  line-height: 72px;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .custom-search-button {
    line-height: 62px;
  }
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

main {
  padding-top: 55px;
}

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 21;
}

#search-button, .navbar {
  box-shadow: none;
}

#mainFrame {
  height: 500px;
  width: 100%;
}

.headline {
  font-weight: 500;
  font-size: 32pt;
}

.body {
  font-size: 19px;
}

.label {
  font-size: 19px;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.name {
  font-family: 'Arvo', serif;
  font-size: 32px;
}

.background-color-primary {
  background: #000000;
  /* sts:#1e272e */
}

.color-primary.light {
  color: #000000;
}

.color-secondary.light {
  color: #757575;
}

.color-primary.dark {
  color: #FAFAFA;
}

.color-secondary.dark {
  color: #757575;
}

.menu-container {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #000000;
  /* sts: #1e272e */
}

.logo {
  height: 33px;
  width: 78px;
  margin: 11px 16px 11px 16px;
}

.menu {
  height: 33px;
  float: right;
  /*margin-right: 20px;*/
}

/*Search page*/

.snake-search-loading {
  margin-top: 40px;
  display: none;
}

.header-image-container {
  position: relative;
  margin-bottom: 35px;
}

@@media (max-width: 767px) {
  .header-image-container {
    margin-bottom: 55px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header-image-container {
    margin-bottom: 55px;
  }
}

.main-search-bar-contaier {
  background-image: url('../assets/david-clode-461751-unsplash.jpg');
  background-position: center;
  background-size: cover;
  height: 550px;
}

@media (max-width: 767px) {
  .main-search-bar-contaier {
    height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .main-search-bar-contaier {
    height: 366px;
  }
}

.main-search-bar-contaier_headline {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 350px;
  width: 100%;
  height: 550px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.5%, rgba(0, 0, 0, 0.32) 78.01%);
}

@media (max-width: 767px) {
  .main-search-bar-contaier_headline {
    padding-top: 100px;
    height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .main-search-bar-contaier_headline {
    padding-top: 210px;
    height: 366px;
  }
}

@media (min-width: 767px) and (max-width: 1200px) {
  .headline_container {
    width: 720px;
  }
}

.content-container {
  max-width: 812px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .content-container {
    max-width: calc(100% - 30px);
  }
}

.first-question {
  margin-top: 37px;
}

.first-question .custom-input-container {
  margin: 10px 0 60px;
}

@media (max-width: 767px) {
  .first-question {
    margin-top: 8px;
  }
  .first-question .custom-input-container {
    margin: 10px 0 40px;
  }
  .first-question .title {
    font-size: 19px;
  }
}

.placeholder-helper {
  font-size: 12px;
  margin-top: 4px;
}

@media (max-width: 1200px) {
  .placeholder-helper {
    margin: 0;
  }
}

@media (min-width: 767px) {
  .placeholder-helper {
    font-size: 14px;
  }
}

.first-question .title {
  color: #fff;
}

.main-search-bar-contaier input {
  position: absolute;
  width: 92%;
  bottom: -20px;
}

.extra-search-queries {
  margin-top: 30px;
}

.additional-search-criterias {
  margin-top: 30px;
}

.padding {
  padding-left: 20px;
  padding-right: 20px;
}

.radio-button-container {
  position: relative;
}

.radio-button-container input {
  border: 0;
  border-bottom: 1px solid black;
}

.custom-checkbox-container {
  position: relative;
  /*min-height: 40px;*/
}

.custom-input-container {
  position: relative;
  margin: 20px 0;
  z-index: 20;
}

.custom-input {
  position: relative;
  z-index: 2;
}

.country-field {
  border-radius: 0;
  font-size: 18px;
  height: 55px;
  border: 0;
  border-bottom: 1px solid #bdbdbd;
}

@media (max-width: 1200px) {
  .country-field {
    width: 100%;
    margin: 0;
  }
}

#country-field-collapse {
  margin-top: -42px;
}

.custom-input-container .custom-checkbox-hint-open {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 20px;
}

@media (min-width: 576px) {
  .custom-two-row-column>.col-sm:nth-child(2n+1) {
    padding: 0 2px 0 15px !important;
  }
  .custom-two-row-column>.col-sm:nth-child(2n) {
    padding: 0 15px 0 2px !important;
  }
}

@media (min-width: 1201px) {
  .custom-two-row-column>.col-xl-6:nth-child(2n+1) {
    padding: 0 2px 0 15px !important;
  }
  .custom-two-row-column>.col-xl-6:nth-child(2n) {
    padding: 0 15px 0 2px !important;
  }
}

@media (max-width: 767px) {
  .custom-two-row-radio .col-sm, .custom-two-row-radio .col-sm+.col-sm {
    padding: 0 15px;
  }
}

.custom-radio {
  /* position: absolute;
    top: -20px;
    right: 10px;
    left: 10px;*/
  background: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 38px;
  padding-right: 20px;
  border-bottom: 1px solid #BDBDBD;
  cursor: pointer;
  z-index: 10;
}

.custom-checkbox {
  /*  position: absolute;
    top: -20px;
    right: 10px;
    left: 10px;*/
  background: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 38px;
  padding-right: 20px;
  border-bottom: 1px solid #bdbdbd;
  cursor: pointer;
  z-index: 10;
}

.custom-checkbox-hint {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 60px;
  background: #FFFDE7;
}

.custom-checkbox-hint-open {
  padding: 20px;
  right: 0;
  top: 0;
  position: absolute;
}

.custom-checkbox-hint-close {
  position: absolute;
  top: 50px;
  right: 20px;
  cursor: pointer;
}

.search-snake-alert, .search-expert-alert, .js-not-all-filled {
  display: none;
  color: #FF5722;
  background-color: transparent;
  border-color: transparent;
  padding-right: 20px;
}

.custom-checkbox-alert {
  border-color: #FF5722;
}

.icon-right {
  float: right;
  cursor: pointer;
}

.alert-danger .icon-right {
  margin-top: 4px;
}

.custom-heading-container {
  position: relative;
  /*min-height: 40px;*/
}

.custom-heading {
  display: inline-flex;
  position: absolute;
  top: -20px;
  right: 10px;
  left: 0;
  cursor: pointer;
  z-index: 10;
}

.custom-heading .subheader {
  padding-right: 10px;
}

.help-close {
  position: absolute;
  top: 50px;
  right: 12px;
  height: 15px;
  cursor: pointer;
}

.help-container {
  margin-top: -28px;
  position: relative;
  padding: 50px 35px 25px 15px;
  background: #FFFDE7;
}

#expert-hide-collapse {
  width: 100%;
}

.search-expert-container * {
  /*pointer-events: none;*/
}

.search-description {
  padding: 30px 0 20px;
  line-height: normal;
  color: #000000;
}

.hint-container {
  position: relative;
  margin-top: 30px;
}

.search-element-container {
  margin-top: 3px;
  margin-bottom: 3px;
  border-left: 7px solid #FFFFFF;
  border-right: 7px solid #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.search-element-container a {
  color: inherit;
}

.total-search-results {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #000000;
}

.information {
  padding-left: 20px;
  padding-right: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  color: #757575;
}

.search-element-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #000000;
}

.search-element-latin {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  color: #808080;
}

.search-element-description {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.search-element-container img {
  height: 87px;
  margin-right: 10px;
}

.snake-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
}

.snake-latin {
  padding-left: 20px;
  padding-right: 20px;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #757575;
}

.snake-toxicity-container {
  padding-top: 10px;
  padding-left: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-top: -6px;
}

.snake-toxicity {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  color: #000000;
}

.snake-main-image img {
  width: 100%;
}

.snake-more-images img {
  height: 80px;
  padding: 2px;
}

.snake-data-information {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #B7B3B3;
  padding-left: 0;
  padding-right: 20px;
}

.snake-map {
  margin-top: 30px;
  width: 100%;
}

.snake-description {
  font-style: normal;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.02em;
  padding-left: 20px;
  padding-right: 20px;
  color: #333333;
}

.snake-description-container, .snake-warning-container {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.snake-warning-container .snake-description {
  padding-left: 0;
  padding-right: 0;
}

.snake-section-title {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
}

.snake-warning-container {
  background: rgba(255, 224, 178, 0.6);
}

.snake-warning-container .header {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #333333;
}

.snake-information-container {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px solid #BDBDBD;
}

.snake-information-title {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #000000;
}

.snake-information-description {
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #000000;
}

.snake-size-radio-button-input {
  width: 100px;
}

.loadingContainer {
  margin-top: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(100, 100, 100, .3);
  border-radius: 50%;
  border-top-color: rgb(50, 50, 50);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

#search-button {
  margin-top: 20px;
}

#search-button:active {
  background: #558B2F;
  /*box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.75);*/
  box-shadow: none;
}

#search-button:hover {
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3) !important;
}

.reset-button {
  cursor: pointer;
  margin-top: 40px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  text-decoration-line: underline;
  color: #000000;
}

.article-h1 {
  line-height: normal;
  padding: 30px 0;
  color: #000000;
  /* sts: #1e272e */
}

@media (max-width: 767px) {
  .article-h1 {
    padding: 15px 0;
  }
}

.article-subtitle {
  font-size: 24px;
  padding-bottom: 70px;
  line-height: 120%;
  color: #000000;
  /* sts: #1e272e ; */
  font-weight: normal;
}

@media (max-width: 767px) {
  .article-subtitle {
    font-size: 18px;
    padding-bottom: 40px;
    color: #000000;
    /* sts: #1e272e ; */
  }
}

.article-header-image {
  background: url('https://placehold.it/500x500'), #C4C4C4;
  width: 100%;
  margin-bottom: 23px;
}

.article-header-image-caption {
  font-size: 18px;
  line-height: 120%;
  color: #757575;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .article-header-image-caption {
    font-size: 13px;
    padding-bottom: 20px;
  }
}

.article-h2 {
  line-height: 55px;
  color: #000000;
  /* sts: #1e272e; */
}

@media (max-width: 767px) {
  .article-h2 {
    line-height: 120%;
  }
}

.article-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #000000;
}

@media (max-width: 767px) {
  .article-description {
    font-size: 14px;
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.alert {
  padding: 5px 17px 5px 0;
}

.alert.alert-warning {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.6);
}

.alert.alert-warning.alert-pink {
  background: rgba(255, 205, 210, 0.6);
}

.alert.alert-warning.alert-green {
  background: rgba(220, 237, 200, 0.75);
}

.alert.alert-warning.alert-gray {
  background: #F2F2F2;
}

.article-h3 {
  line-height: 46px;
  color: #000000;
  /* #1e272e; */
  margin-bottom: 20px;
}

.article-image {
  background: url('https://placehold.it/500x500'), #C4C4C4;
  width: 100%;
  margin-bottom: 17px;
}

.article-image-caption {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #757575;
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .article-image-caption {
    font-size: 13px;
    margin-bottom: 18px;
  }
}

.article-h4 {
  line-height: 37px;
  color: #000000;
  /* #1e272e; */
}

.article-h5 {
  line-height: 27px;
  color: #000000;
  /* #1e272e; */
}

.card {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card-header {
  background: none;
  padding: 0;
}

.card-header button {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: 0.02em;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: none;
  border-bottom: 1px solid #BDBDBD;
  width: 100%;
  text-align: left;
}

@media (max-width: 767px) {
  .card-header button {
    font-size: 16px;
    line-height: 140%;
  }
}

.card-header .btn.btn-link.collapsed {
  color: #33691E !important;
}

.card-body {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
}

.figure-caption {
  text-align: left;
}

@media (max-width: 767px) {
  .figure-caption {
    line-height: 120%;
    font-size: 13px;
  }
}

.page-snake-container .iNatPhotos, .page-snake-container .flickrPhotos {
  padding: 0;
  height: 120px;
  padding-left: 0;
  padding-right: 2px;
  padding-bottom: 2px;
}

.footer-container {
  background-color: #FFFFFF;
  border-top: 1px solid #F2F2F2;
  text-align: center;
  height: 70px;
  padding-top: 25px;
  margin-top: 10px;
}

.footer-container .footer-links {
  color: #757575;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.01em;
  color: #757575;
}

.footer-container a {
  color: inherit;
  text-decoration: underline;
  color: #757575;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.01em;
  text-decoration-line: underline;
  color: #757575;
}

.progress-bar {
  background: #8BC34A;
}

.snake-search-loading .loadingContainer {
  margin-top: 10px;
}

.snake-search-loading-description {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #000000;
}

.custom-control-label {
  padding-left: 4px;
  max-width: calc(100% - 15px);
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: #558B2F;
  background-color: #558B2F;
}

.custom-control-label::before {
  width: 18px;
  height: 18px;
}

.subspecies-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  letter-spacing: 0.02em;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 20px;
  color: #558B2F;
  display: inline-block;
}

.subspecies-title+a.ref {
  padding-top: 20px;
}

.extra-height {
  min-height: 70px;
}

.extra-height .help-container {
  padding-top: 75px;
}

.extra-height .help-close {
  top: 75px;
}

.customClose {
  font-family: 'Arial';
  font-size: 25px;
  font-weight: 300;
  margin-right: 5px;
  margin-top: 5px;
}

@media screen and (max-width: 39.9375em) {
  #extra>div:nth-child(7) {
    min-height: 100px;
  }
}

.wrapper {
  max-width: 1400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nav-bar-filler {
  height: 56px;
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .wrapper {
    max-width: 800px;
  }
}

/* --- */

/* --- Custom Radio Buttons*/

/* --- */

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  border-color: #212121;
  background-color: #FFFFFF;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3.5' fill='%23558B2F'/></svg>");
  top: 5px;
  left: -23px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .custom-checkbox .custom-control-label::before {
  border-color: #212121;
  border-radius: 0;
  background-color: #FFFFFF;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml, <svg viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M11.6 0.3C11.4 0.0999999 11.1 0 10.8 0C10.5 0 10.3 0.0999999 10.1 0.3L4.60002 6.3L2.20002 3.7C2.00002 3.5 1.80002 3.4 1.50002 3.3C1.20002 3.3 0.900024 3.4 0.700024 3.6C0.300024 4 0.300024 4.7 0.700024 5.1L3.80002 8.6C4.00002 8.8 4.30002 9 4.60002 9C4.90002 9 5.10002 8.8 5.30002 8.6L11.6 1.7C12 1.3 12 0.7 11.6 0.3Z' fill='%23558B2F'/> </svg>");
  background-size: 12px;
  margin: 2px 0 0 1px;
  width: 12px;
  height: 9px;
  top: 7px;
  left: -22px;
}

span.ref {
  vertical-align: top;
  color: blue;
  font-size: 0.6rem;
  text-decoration: none;
}

.navbar.navbar-dark .navbar-toggler-icon {
  background-image: url('../img/menu-32.svg');
  height: 32px;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  padding: 0;
}

.navbar-toggler {
  padding-right: 16px;
}

.navbar-nav.mr-auto {
  margin-left: 16px;
}

.customClose img {
  height: 30px;
}

/* helpers */

.visible-lg, .visible-md, .visible-sm, .visible-xl {
  display: none;
}

@media (max-width: 767px) {
  .visible-sm {
    display: block;
  }
}

.article-page .alert {
  padding: 0 52px 0 28px;
}

.accordion-plus-minus {
  background-image: url("../img/svg/minus-icon.svg");
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  margin-left: -10px;
  display: inline-block;
}

.accordion .collapsed .accordion-plus-minus {
  background-image: url("../img/svg/plus-icon.svg");
}

.help-image {
  width: 100%;
  margin-bottom: 0;
}

.help-image-caption {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #757575;
  text-align: left;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .help-image-caption {
    font-size: 13px;
    margin-bottom: 18px;
  }
}

.snake-information-description {
  display: inline-block;
}

a.ref {
  display: inline-block;
  text-decoration: none !important;
}

.inline-references-name {
  display: inline-block;
  padding: 10px 0 0 20px;
}

.team-title {
  margin: 114px 0 29px;
}

@media (max-width: 767px) {
  .team-title {
    margin: 38px 20px 29px;
  }
}

.team-subtitle {
  margin-bottom: 56px;
}

@media (max-width: 767px) {
  .team-subtitle {
    margin: 0 20px 56px;
  }
}

.team-header-image div {
  height: 550px;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .team-header-image div {
    height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .team-header-image div {
    height: 366px;
  }
}

.team-container {
  max-width: 800px;
  margin: 76px auto 0 auto;
}

@media (max-width: 767px) {
  .team-container {
    margin: 35px 20px 0;
  }
}

.team-additional-info {
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  color: #000;
  margin-bottom: 97px;
}

@media (max-width: 767px) {
  .team-additional-info {
    margin: 0 20px 50px;
  }
}

.team-member-card {
  position: relative;
  min-height: 344px;
  margin-bottom: 140px;
}

.team-member-name {
  padding-left: 362px;
  margin-bottom: 10px;
}

.team-member-function {
  color: #000;
  padding-left: 362px;
  margin-bottom: 20px;
}

.team-member-image {
  position: absolute;
  left: 0;
  top: 44px;
}

.team-member-image img {
  height: 300px;
  width: 300px;
  border-radius: 150px;
}

.team-member-description {
  color: #000;
  padding-left: 362px;
}

@media (min-width: 768px) {
  .team-member-card:nth-child(odd) .team-member-name {
    padding-right: 362px;
    padding-left: 0;
  }
  .team-member-card:nth-child(odd) .team-member-function {
    padding-right: 362px;
    padding-left: 0;
  }
  .team-member-card:nth-child(odd) .team-member-image {
    position: absolute;
    right: 0px;
    left: initial;
  }
  .team-member-card:nth-child(odd) .team-member-description {
    padding-right: 362px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .team-member-card {
    position: relative;
    margin: 0 auto 80px auto;
    max-width: 340px;
  }
  .team-member-name {
    padding-left: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .team-member-function {
    color: #000;
    padding-left: 0px;
    padding-bottom: 320px;
    text-align: center;
  }
  .team-member-image {
    position: absolute;
    left: 20px;
    top: 55px;
  }
  .team-member-description {
    color: #000;
    padding-left: 0px;
  }
}

.team-member-former-title {
  margin-bottom: 56px;
}

@media (max-width: 767px) {
  .team-member-former-title {
    margin: 0 20px 56px;
  }
}

.ld50-title {
  margin: 114px 0 29px;
}

@media (max-width: 767px) {
  .ld50-title {
    margin: 38px 20px 29px;
  }
}

.ld50-subtitle {
  margin-bottom: 56px;
}

@media (max-width: 767px) {
  .ld50-subtitle {
    margin: 0 20px 56px;
  }
}

.ld50-header-image div {
  height: 550px;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .ld50-header-image div {
    height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .ld50-header-image div {
    height: 366px;
  }
}

.container960 {
  max-width: 960px;
  margin: 0 auto;
  overflow-y: auto;
}

@media (max-width: 767px) {
  .container960 {
    margin: 35px 20px 0 20px;
  }
}

/* TODO: refactor after ref-attrib page transition */

.ld50-table-container, .altitude-table-container, .fangs-table-container, .pupils-table-container, .reproduction-table-container, .dim-table-container {
  width: 960px;
  margin: 0 auto;
}

.ld50-table-data, .altitude-table-data, .fangs-table-data, .pupils-table-data, .reproduction-table-data, .dim-table-data {
  width: 960px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .ld50-table-data, .altitude-table-data, .fangs-table-data, .pupils-table-data, .reproduction-table-data, .dim-table-data {
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  .ld50-table-container, .altitude-table-container, .fangs-table-container, .pupils-table-container, .reproduction-table-container, .dim-table-container {
    height: 70vh;
    overflow: auto;
  }
}

.ld50-table-data a, .altitude-table-data a, .fangs-table-data a, .pupils-table-data a, .reproduction-table-data a, .dim-table-data a {
  text-decoration: none !important;
}

.ld50-table-row, .altitude-table-row, .fangs-table-row, .pupils-table-row, .reproduction-table-row, .dim-table-row {
  border: 1px solid black;
  border-top: 0;
}

.ld50-table-row.ld50-sticky-header, .altitude-table-row.altitude-sticky-header, .fangs-table-row.fangs-sticky-header, .pupils-table-row.pupils-sticky-header, .reproduction-table-row.reproduction-sticky-header, .dim-table-row.dim-sticky-header {
  border-top: 1px solid black;
  background: #eee;
  font-weight: bold;
}

.ld50-table-row>div, .altitude-table-row>div, .fangs-table-row>div, .pupils-table-row>div, .reproduction-table-row>div, .dim-table-row>div {
  display: table-cell;
  border-right: 1px solid black;
  vertical-align: middle;
  text-align: center;
}

.ld50-table-row>div:last-child, .altitude-table-row>div:last-child, .fangs-table-row>div:last-child, .pupils-table-row>div:last-child, .reproduction-table-row>div:last-child, .dim-table-row>div:last-child {
  border-right: 0;
}

.ld50-table-row.ld50-sticky-header>div, .altitude-table-row.altitude-sticky-header>div, .fangs-table-row.fangs-sticky-header>div, .pupils-table-row.pupils-sticky-header>div, .reproduction-table-row.reproduction-sticky-header>div, .dim-table-row.dim-sticky-header>div {
  position: relative;
  text-align: left;
  padding-left: 5px;
}

.ld50-table-row.ld50-sticky-header>div>span, .altitude-table-row.altitude-sticky-header>div>span, .fangs-table-row.fangs-sticky-header>div>span, .pupils-table-row.pupils-sticky-header>div>span, .reproduction-table-row.reproduction-sticky-header>div>span, .dim-table-row.dim-sticky-header>div>span {
  position: absolute;
  line-height: 48px;
  right: 5px;
  width: 10px;
  height: 48px;
  top: 0;
}

/* TODO: end refactor */

.sort-direction-none::after {
  content: "";
  /* ⇵ ; disabled because disctracting */
}

.sort-direction-down::after {
  content: "🡇";
  /* 🡇 U+1F847 (129095), ▼ */
}

.sort-direction-up::after {
  content: "🡅";
  /* 🡅 U+1F845 (129093), ▲ */
}

.ld50-table-index {
  width: 40px;
  vertical-align: middle;
  text-align: center;
}

.ld50-table-name {
  width: 210px;
  padding-left: 3px;
}

.ld50-scientific-name {
  text-align: left;
  font-weight: bold;
  font-style: italic;
   /* text-decoration: underline !important; */
}

.ld50-common-name {
  text-align: left;
  max-width: 200px;
  text-transform: capitalize;
}

.ld50-table-length {
  width: 50px;
}

.ld50-table-fang-size {
  width: 60px;
}

.ld50-table-yield {
  width: 60px;
}

.ld50-table-iv, .ld50-table-sc, .ld50-table-ip, .ld50-table-im {
  width: 65px;
}

.ld50-table-iv-kill, .ld50-table-sc-kill, .ld50-table-ip-kill, .ld50-table-im-kill {
  width: 70px;
}

.ld50-background-red {
  background-color: #FA6161;
}

.ld50-background-blue {
  background-color: #A0D8FF;
}

.ld50-background-green {
  background-color: #99CC99;
}

.ld50-background-pink {
  background-color: #FFCCCC;
}

.ld50-legend-title {
  margin-top: 30px;
}

.ld50-legend-info, .ld50-legend-aditional {
  margin-top: 20px;
}

.ld50-legend-info strong {
  font-style: italic;
  font-weight: bold;
}

.list-group-item {
  border: 0;
  padding: 6px 20px;
  color: #000;
  font-weight: 400;
  font-size: 18px;
}

/* altitude, fangs, pupils, reproduction columns */

/* TODO: refactor after rel-attrib transition */

.altitude-table-name, .fangs-table-name, .pupils-table-name, .reproduction-table-name {
  width: 200px;
  padding-left: 3px;
}

.altitude-scientific-name, .fangs-scientific-name, .pupils-scientific-name, .reproduction-scientific-name {
  text-align: left;
  font-weight: bold;
  text-decoration: underline !important;
}

.altitude-common-name, .fangs-common-name, .pupils-common-name, .reproduction-common-name {
  text-align: left;
  max-width: 200px;
  font-style: italic;
}

.altitude-altitude, .fangs-fangs, .pupils-pupils {
  width: 80px;
  padding-left: 3px;
}

.reproduction-reproduction {
  width: 130px;
  padding-left: 3px;
}

.altitude-source-classification, .fangs-source-classification, .pupils-source-classification, .reproduction-source-classification {
  width: 180px;
  padding-left: 3px;
}

.altitude-citation, .fangs-citation, .pupils-citation {
  width: 140px;
  padding-left: 3px;
}

.reproduction-citation {
  width: 120px;
  padding-left: 3px;
}

.altitude-author-type, .fangs-author-type, .pupils-author-type, .reproduction-author-type {
  width: 180px;
  padding-left: 3px;
}

.altitude-author, .fangs-author, .pupils-author, .reproduction-author {
  text-align: left;
  font-weight: bold;
  text-decoration: underline !important;
}

.altitude-type, .fangs-type, .pupils-type, .reproduction-type {
  text-align: left;
  font-style: italic;
}

.altitude-description, .fangs-description, .pupils-description {
  width: 170px;
}

.reproduction-description {
  width: 140px;
}

/* TODO: end refactor */

.underline {
  text-decoration: underline;
}

/* reference page table */

.ref-page-title {
  font-size: 36px;
}

.ref-table-container {
  margin-top: 0;
  border: 1px solid black;
}

.ref-table-row {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid black;
}

.ref-header {
  width: 100px;
  border-right: 1px solid black;
  padding: 5px;
  box-sizing: border-box;
  min-height: 37px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.ref-table-row:last-child {
  border-bottom: 0;
}

.ref-description {
  width: calc(100% - 104px);
  padding: 5px;
  box-sizing: border-box;
  min-height: 37px;
  display: flex;
  align-items: center;
}

/* Dimension page table */

.dim-table-row.dim-sticky-header>div>span {
  line-height: 72px;
}

.dim-table-name {
  width: 140px;
  text-align: left;
  font-weight: bold;
  text-decoration: underline !important;
  padding-left: 3px;
}

.dim-sex {
  width: 55px;
  padding-left: 3px;
}

.dim-age {
  width: 65px;
  padding-left: 3px;
}

.dim-weight {
  width: 75px;
  padding-left: 3px;
}

.dim-length {
  width: 75px;
  padding-left: 3px;
}

.dim-svl {
  width: 75px;
  padding-left: 3px;
}

.dim-fang {
  width: 75px;
  padding-left: 3px;
}

.dim-source-classification {
  width: 115px;
  word-break: break-word;
  padding-left: 3px;
}

.dim-description {
  width: 140px;
  word-break: break-word;
  padding-left: 3px;
}

.dim-author-type {
  width: 145px;
  word-break: break-word;
  padding-left: 3px;
}

.dim-author {
  text-align: left;
  font-weight: bold;
  text-decoration: underline !important;
}

.dim-type {
  font-style: italic;
  text-align: left;
}

/* Ref table styling */

.ref-attrib-table-container {
  width: 1200px;
  margin: 30px auto 0 auto;
}

.ref-attrib-table-data {
  word-break: break-word;
}

.ref-attrib-table-row {
  border: 1px solid black;
  border-top: 0;
}

.ref-attrib-table-row:hover {
  background: #eee;
}

.ref-attrib-sticky-header {
  border-top: 1px solid black;
  background: #eee;
  font-weight: bold;
}

.ref-attrib-table-row>div {
  display: table-cell;
  border-right: 1px solid black;
  vertical-align: middle;
  text-align: center;
}

.ref-attrib-table-row>div:last-child {
  border-right: 0;
}

.ref-attrib-scientific-name {
  width: 150px;
  font-weight: bold;
}

.ref-attrib-original-ident {
  width: 180px;
}

.ref-attrib-attrib {
  width: 160px;
}

.ref-attrib-source {
  width: 165px;
}

.ref-attrib-classification {
  width: 125px;
}

.ref-attrib-author {
  width: 120px;
}

.ref-attrib-document-type {
  width: 110px;
}

.ref-attrib-description {
  width: 190px;
}

/* END: ref attrib table styling */

/* rev value table styling */

.container--value {
  width: 1400px;
}

.ref-value-table-container {
  width: 1400px;
  margin: 30px auto 0 auto;
}

.ref-value-table-data {
  word-break: break-word;
}

.ref-value-table-row {
  border: 1px solid black;
  border-top: 0;
}

.ref-value-table-row:hover {
  background: #eee;
}

.ref-value-sticky-header {
  border-top: 1px solid black;
  background: #eee;
  font-weight: bold;
}

.ref-value-table-row>div {
  display: table-cell;
  border-right: 1px solid black;
  vertical-align: middle;
  text-align: center;
}

.ref-value-table-row>div:last-child {
  border-right: 0;
}

.ref-value-scientific-name {
  width: 200px;
  padding-left: 5px;
  text-align: left !important;
  font-weight: bold;
}

.ref-value-original-ident {
  width: 200px;
}

.ref-value-five-extra .ref-value-scientific-name, .ref-value-five-extra .ref-value-original-ident {
  width: calc(75px / 2 + 200px);
}

.ref-value-four-extra .ref-value-scientific-name, .ref-value-four-extra .ref-value-original-ident {
  width: calc(75px / 2 * 2 + 200px);
}

.ref-value-three-extra .ref-value-scientific-name, .ref-value-three-extra .ref-value-original-ident {
  width: calc(75px / 2 * 3 + 200px);
}

.ref-value-two-extra .ref-value-scientific-name, .ref-value-two-extra .ref-value-original-ident {
  width: calc(75px / 2 * 4 + 200px - 30px);
}

.ref-value-one-extra .ref-value-scientific-name, .ref-value-one-extra .ref-value-original-ident {
  width: calc(75px / 2 * 5 + 200px);
}

.ref-value-attrib {
  width: 75px;
}

.ref-value-value {
  width: 75px;
}

.ref-value-two-extra .ref-value-attrib, .ref-value-two-extra .ref-value-value {
  width: 90px;
}

.ref-value-source {
  width: 100px;
}

.ref-value-data-class {
  width: 100px;
  word-break: break-all;
}

.ref-value-author {
  width: 150px;
}

.ref-value-description {
  width: 200px;
  text-align: left !important;
  padding-left: 5px;
}

/* END: ref value table styling */
