e/* CSS Document */
@font-face {
  font-family: SFProDisplay-Light;
  src: url(fonts/sf/SFNSDisplay-Light.otf);
}
@font-face {
  font-family: SFProDisplay-Regular;
  src: url(fonts/sf/SFNSDisplay-Regular.otf);
}
@font-face {
  font-family: CircularXXWeb-Light;
  src: url(fonts/circular/CircularXXWeb-Light.woff);
}
@font-face {
  font-family: CircularXXWeb-Regular;
  src: url(fonts/circular/CircularXXWeb-Regular.woff);
}
@font-face {
  font-family: CircularXXWeb-Medium;
  src: url(fonts/circular/CircularXXWeb-Medium.woff);
}
@font-face {
  font-family: CircularXXWeb-Medium;
  src: url(fonts/circular/CircularXXWeb-Medium.woff);
}
/*
@font-face {
  font-family: SFProDisplay-Medium;
  src: url(fonts/SFNSDisplay-Medium.otf);
}
@font-face {
  font-family: SFProDisplay-Heavy;
  src: url(fonts/SFNSDisplay-Heavy.otf);
}
@font-face {
  font-family: SFProDisplay-Black;
  src: url(fonts/SFNSDisplay-Black.otf);
}
*/

html {
  height: 100%;
}
body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
.card-text,
.grid-content,
label,
.custom-control-label a,
.article p a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
      hyphens: auto;
  white-space: normal !important;
}
main,
#page-footer {
  position: relative;
  z-index: 3;
}
.home main,
.home #page-footer {
  z-index: 2;
}

.rgba-black-strong {
  background-color: rgba(0, 0, 0, 0.4);
}
.font-size-12 {
  font-size: 12px;
}
.font-size-36 {
  font-size: 36px;
}

.medium-editor-image-upload img {
  max-width: 100%;
  height: auto;
}

.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.sitemap-shown {
  overflow: hidden;
}
.btn.focus,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1560px;
  }
}
.text-black {
  color: #000;
}
.text-yellow {
  color: #f5d312;
}
a.text-yellow:hover,
a.text-yellow:focus {
  color: #fff;
}

.text-zoo-green {
  color: #017470;
}

.text-zoo-green-light {
  color: #6cbe99;
}

.bg-grey-light {
  background: #f7f7f7;
}
.text-grey {
  color: #afafaf;
}
.bg-grey {
  background: #afafaf;
}

.bg-red {
  background: #cc3e22;
}
.text-iucn {
  color: #d70000;
}
.bg-iucn {
  background: #d70000;
}
.bg-orange {
  background: #ea5b0c;
}
.bg-brown {
  background-color: #483324;
}
.gradient-40 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.article ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

.article ul li {
  padding-left: 60px;
  list-style-position: inside;
  text-indent: -1em;
}

.article ul li::before {
  content: "–";
  padding-right: 8px;
  color: #8c8d8e;
}

.article ul ul li {
  padding-left: 70px;
  list-style-position: inside;
  text-indent: -1em;
}

.article ul ul li::before {
  content: "";
  padding-right: 8px;
  color: #8c8d8e;
}

a.btn-more {
  color: #8c8d8e;
  font-size: 16px;
  text-decoration: none !important;
}
.btn-more i {
  vertical-align: middle;
  margin-top: -2px;
}
.btn-red {
  background: #cc3e22;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 1;
  padding: 15px;
}
.btn-red:hover {
  background: #a12c15;
  color: #fff;
}
section.content {
  margin-bottom: 120px;
}

.bg-wide {
  border-left: 30px solid #fff;
  border-right: 30px solid #fff;
  margin-bottom: 0 !important;
}
.btn-filter {
  font-family: CircularXXWeb-Regular, sans-serif;
  width: 100%;
  text-align: left;
  border-radius: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
  color: #fff;
  background: #d3d3d3;
  line-height: 1;
  font-weight: 500;
  padding: 10px 14px;
}
.btn-filter.btn-inline {
  width: auto;
}
.btn-filter.dropdown-toggle::after {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.375rem 0.75rem;
  background: #8c8d8e;
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 24px;
}
.btn-filter.active::after {
  display: none;
}
.btn-filter-reset {
  background: #8c8d8e;
  color: #fff;
  border-radius: 0;
  border: none;
  position: absolute;
  right: 0;
}
.btn-filter:hover,
.btn-filter.active {
  color: #fff;
  background: #8c8d8e;
}
.dropdown.filter {
  width: 100%;
  font-family: CircularXXWeb-Regular, sans-serif;
}
.dropdown.filter .dropdown-menu {
  width: 100%;
  border-radius: 0;
  padding: 0;
  max-height: 490px;
  overflow-y: auto;
  overflow-x: hidden;
}
.dropdown-form {
  max-height: 380px;
  overflow: auto;
}
.dropdown.filter .dropdown-menu label {
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}
.dropdown.filter .form-group {
  margin: 0;
}
.dropdown.filter .custom-checkbox {
  margin-bottom: 2px;
  background: #d3d3d3;
  padding-left: 35px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.dropdown.filter .custom-checkbox:hover,
.dropdown.filter .custom-checkbox.selected {
  background: #8c8d8e;
}
.dropdown.filter .custom-control-label::before {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.dropdown.filter
  .custom-control-input:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #fff;
}
.dropdown-footer,
.dropdown-header {
  padding: 10px;
  font-size: 18px;
}
.dropdown-header a {
  color: #d3d3d3;
}
.dropdown-header a:hover {
  color: #8c8d8e;
}
.dropdown-footer .btn {
  border-radius: 0;
  font-family: CircularXXWeb-Regular, sans-serif;
  width: 100%;
  background: #d3d3d3;
  color: #fff;
}
.dropdown-footer .btn:hover {
  background: #8c8d8e;
}

.showOnlyFirstParagraph p:not(:first-child) {
  display: none;
}
.showOnlyFirstParagraph p,
.showOnlyFirstParagraph em,
.showOnlyFirstParagraph i {
  font-style: normal !important;
}

.showOnlyFirstParagraph table,
.showOnlyFirstParagraph ul,
.showOnlyFirstParagraph img,
.showOnlyFirstParagraph figure,
.showOnlyFirstParagraph iframe,
.showOnlyFirstParagraph h3 {
  display: none;
}
