.no-scroll {
    overflow: hidden;
}

.tx-psbfieldguide .filter_area.is-open .filter_area--content {
    max-height: 100000px;
    padding: 1em 0;
}

.tx-psbfieldguide .filter_area--filter-wrap.is-inactive input[type="checkbox"] + label,
.tx-psbfieldguide .filter_area--filter-wrap.is-inactive input[type="checkbox"] + label span {
    color: #c5c5c5;
    cursor: default;
}

.tx-psbfieldguide .filter_area.hidden,
.tx-psbfieldguide .filter_area--filter-wrap.hidden {
    display: none;
}

.tx-psbfieldguide .filter_area--headline {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 1.5em;
}

.tx-psbfieldguide .filter_area--spacer {
    height: 1px;
    margin-bottom: 1em;
    background-color: #ccc;
}

.tx-psbfieldguide .filter_area--info {
    position: absolute;
    right: 30px;
    margin: 3px 13px 0 0;
    display: inline-block;
    width: 28px;
    height: 28px;
    color: #000;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 50%;
    text-align: center;
    transition: color .2s, background-color .2s;
    margin-top: -2px;
    /*background-image: url('/typo3conf/ext/smns_naturportalsuedwest_template/Resources/Public/Images/infoicon.png');*/
    background-size: 100% auto;
}

.species__characteristics .responsive-video {
    max-width: 100%;
}

.species__characteristics .responsive-video iframe {
    width: 100%;
    height: 500px;
}

.tx-psbfieldguide .filter_area--info .filter_area--info_overlay {
    color: #000;
}

.tx-psbfieldguide .filter_area--info:hover {
    color: #000;
    background-color: #d28044;
}

.tx-psbfieldguide .filter_area--info:hover .filter_area--info_overlay {
    color: #000;
}

.tx-psbfieldguide .filter_area--info_overlay {
    display: inline-block;
    width: 260px;
    height: fit-content;
    background-color: #fff;
    border: 1px solid #888;
    position: absolute;
    bottom: 30px;
    left: -241px;
    z-index: 999;
    transition: width 200ms;
}

@media (min-width: 1174px) {
    .tx-psbfieldguide .filter_area--info_overlay {
        width: 300px;
        height: fit-content;
        bottom: 30px;
        left: -281px;
    }
}

.tx-psbfieldguide .filter_area--info_overlay--close {
    position: absolute;
    top: 10px;
    right: 10px;
    text-transform: uppercase;
    width: 22px;
    height: 23px;
    text-align: center;
    background-color: #fff;
    transition: color 200ms, background-color 200ms;
}

.tx-psbfieldguide .filter_area--info_overlay--close:hover {
    color: #fff;
    background-color: #000;
}

.tx-psbfieldguide .filter_area--info_overlay--image {
    background-size: cover;
    background-position: center;
    height: 150px;
}

.tx-psbfieldguide .filter_area--info_overlay--content {
    height: auto;
    padding: 5px;
    text-align: center;
}

.tx-psbfieldguide .filter_area--headline span {
    position: absolute;
    top: 5px;
    right: 1em;
    display: inline-block;
    width: 18px;
    height: 9px;
    background: url(Img/arrow.png) 0 no-repeat;
}

.tx-psbfieldguide .filter_area.is-open .filter_area--headline span {
    background-position: -18px 0;
}

.tx-psbfieldguide .filter_area--content {
    position: relative;
    top: .5em;
    max-height: 0;
    overflow: hidden;
    cursor: pointer;
}


.tx-psbfieldguide .filter_area--content ul {
    list-style: none;
    padding: 0;
}

.tx-psbfieldguide .filter_area--content ul ul {
    padding: 0 1em;
}

.tx-psbfieldguide .filter_area--content ul li {
    margin: 0 0 .5em;
}

.tx-psbfieldguide .filter_area--content ul p {
    margin: 0;
}

.tx-psbfieldguide > h1,
.tx-psbfieldguide .species_item_wrap h1,
.tx-psbfieldguide .species_show h1 {
    /*font-style: italic;*/
    margin-top: 0;
}

.tx-psbfieldguide .species_show h1 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.tx-psbfieldguide .gm-infowindow h1 {
    margin: .5em 0 0 0;
    font-weight: normal;
    font-size: 1.2em;
}

.tx-psbfieldguide .gm-infowindow .title {
    font-style: italic;
}

.tx-psbfieldguide .gm-infowindow .title span {
    font-style: normal;
}

.tx-psbfieldguide .gm-infowindow .subheadline {
    font-size: 1em;
}

.tx-psbfieldguide .subheadline {
    display: block;
    color: #000;
    font-size: 60%;
    font-style: normal;
    font-weight: bold;
}

.tx-psbfieldguide .species_item_wrap h1 {
    display: none;
}

.tx-psbfieldguide .species {
    position: relative;
    height: 280px;
    margin: .6% .6% .2%;
    cursor: pointer;
    overflow: hidden;
    border-radius: .25rem;
    vertical-align: top;
}

.tx-psbfieldguide .species.hidden {
    display: none;
}

.tx-psbfieldguide .species .species--title {
    font-weight: bold;
    font-size: 15px;
}

.tx-psbfieldguide .species .species--titleTranslated {
    font-style: italic;
    font-size: 15px;
}

.tx-psbfieldguide .species a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.tx-psbfieldguide .species--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    vertical-align: top;
    transition: transform .2s ease-in-out 0s;
}

.tx-psbfieldguide .species:hover .species--image {
    transform: scale(1.15);
}

.tx-psbfieldguide .species_text_wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: .5em;
    background: #0388a6;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tx-psbfieldguide .filter_area--species-wrap .species--title {
    font-style: italic;
}

.tx-psbfieldguide .filter_area--genus-wrap .genus--title.is-active,
.tx-psbfieldguide .filter_area--species-wrap .species--titleTranslated.is-active,
.tx-psbfieldguide .filter_area--species-wrap .species--title.is-active {
    color: #d28044 !important;
}

.tx-psbfieldguide .filter_area--genus-wrap .genus--title {
    text-transform: uppercase;
    font-style: italic;
}

.tx-psbfieldguide .filter_area--genus-wrap a,
.tx-psbfieldguide .filter_area--genus-wrap a p {
    color: #fff;
    transition: color .2s ease-in-out;
}

.tx-psbfieldguide .filter_area--genus-wrap a:hover,
.tx-psbfieldguide .filter_area--genus-wrap a:hover p {
    color: #d28044;
    text-decoration: none;
}

.tx-psbfieldguide .species--title {
    position: relative;
    color: #fff;
    text-decoration: none;
}

.tx-psbfieldguide .species--title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tx-psbfieldguide .species:hover .species--title:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.tx-psbfieldguide .species--titleTranslated {
    color: #d28044;
}

/**
 * Checkbox
 */
.tx-psbfieldguide input[type="checkbox"] {
    display: none;
}

.tx-psbfieldguide .filter_area--filter-wrap.is-inactive input[type="checkbox"] + label,
.tx-psbfieldguide .filter_area--filter-wrap.is-inactive input[type="checkbox"] + label span {
    transition: color .2s ease-in-out;
    cursor: not-allowed !important;
}

.tx-psbfieldguide .filter_area--filter-wrap.is-inactive input[type="checkbox"] + label .filter_area--info {
    cursor: pointer;
}

.tx-psbfieldguide input[type="checkbox"] + label {
    width: 100%;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.tx-psbfieldguide input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 3px 13px 0 0;
    vertical-align: middle;
    background: url(Img/check_radio_sheet.png) left top no-repeat;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.tx-psbfieldguide input[type="checkbox"]:checked + label span {
    background: url(Img/check_radio_sheet.png) -19px top no-repeat;
}

.tx-psbfieldguide .filter_area--filter-wrap.is-inactive input[type="checkbox"] + label span {
    background-position-x: -38px;
}

.tx-psbfieldguide .species__characteristics--headline {
    margin: 2em 0 .5em;
    font-size: 1.5em;
    font-weight: bold;
}

.tx-psbfieldguide .species__characteristics table {
    width: 100%;
}

.tx-psbfieldguide .species__characteristics td {
    padding: 1em;
}

.tx-psbfieldguide .species__characteristics td:first-child {
    vertical-align: top;
}

.tx-psbfieldguide .species__characteristics tr:nth-child(odd) {
}

.tx-psbfieldguide .species__characteristics tr:nth-child(even) {
}

.tx-psbfieldguide .owl-carousel {
    margin-bottom: 2em;
}

.tx-psbfieldguide .owl-carousel img {
    width: 100% !important;
    height: auto;
    max-height: 500px;
    margin: 0 auto;
}


.tx-psbfieldguide.species__overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999;
    overflow: scroll;
}

.tx-psbfieldguide.species__overlay .species__content {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 5% auto 0 auto;
    padding: 2em;
    background-color: #fff;
    text-align: left;
    border-radius: .25rem;
}

.tx-psbfieldguide.species__overlay .owl-prev {
    left: 0 !important;
}

.tx-psbfieldguide.species__overlay .owl-next {
    right: 0 !important;
}

@media (min-width: 992px) {
    .tx-psbfieldguide.species__overlay .species__content {
        width: 80%;
        padding: 5em;
    }
}

.tx-psbfieldguide.species__overlay .species__overlay--close {
    position: absolute;
    right: 5%;
    font-size: 2em;
    padding: 0 .5em;
    transition: color 200ms;
    cursor: pointer;
}

.tx-psbfieldguide.species__overlay {
    text-align: center;
}

.tx-psbfieldguide.species__overlay .species__overlay--close:hover {
    color: #d28044;
}

.tx-psbfieldguide .species__overlay--loader {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -25px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #d28044;
    border-bottom: 6px solid #d28044;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

.tx-psbfieldguide .species__list--loader {
    margin: 1em auto;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #d28044;
    border-bottom: 6px solid #d28044;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

.tx-psbfieldguide .species__list--loader.hidden {
    display: none;
}

.tx-psbfieldguide .species__characteristics td:first-child {
    font-weight: bold;
    max-width: 200px;
}

.tx-psbfieldguide .publication--authors {
    font-variant: small-caps;
}

.tx-psbfieldguide .publication--medium {
    font-style: italic;
}

.tx-psbfieldguide .publication--issue {
    font-weight: bold;
}

.tx-psbfieldguide .publication--file {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    left: 1em;
    background-image: url('/typo3conf/ext/psb_field_guide/Resources/Public/Img/icon_pdf.png');
    background-repeat: no-repeat;
    background-position: center;
}

.tx-psbfieldguide .publication--file:before {
    content: '';
    display: none;
}

.tx-psbfieldguide .form-group.has-loader {
    position: relative;
}

.tx-psbfieldguide #form--found-message {
    padding: 1.5em 0;
}

.tx-psbfieldguide #form--found-message h1 {
    margin-bottom: 1.5em;
}

.tx-psbfieldguide #form--found-message .row--submit {
    text-align: center;
}

.tx-psbfieldguide #form--found-message input[type="checkbox"] {
    display: inline-block;
    width: 2em;
    vertical-align: top;
}

.tx-psbfieldguide #form--found-message input[type="checkbox"] + label {
    display: inline-block;
    width: 65%;
}

.tx-psbfieldguide #form--found-message input[name="tx_psbfieldguide_foundmessage[data_protection_accepted]"] + label {
    width: 90%;
    margin-top: -6px;
}

.tx-psbfieldguide #form--found-message .row--submit input {
    margin-top: 1.5em;
}

.tx-psbfieldguide .found-report--form {
    padding: 2em;
    margin-top: 2em;
}

.modal-backdrop {
    display: none;
    z-index: -1;
}

.link {
    text-decoration: underline;
    cursor: help;
    text-align: center;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    display: none;
    position: absolute;
    top: 0;
    right: 45px;
    color: #000;
    font-size: 5px;
    margin: 30px 0 0 0;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

#psb_foundmessage--user-found-list .modal-dialog {
    max-width: 1000px;
    height: 500px;
}

#psb_foundmessage--user-found-list .modal-body {
    text-align: center;
}

#psb_foundmessage--user-found-list .found--image {
    padding: 5px;
    cursor: pointer;
    transition: opacity 300ms;
}

#psb_foundmessage--user-found-list .found--image:hover {
    opacity: .5;
}

#psb_foundmessage--user-reward-show table thead {

}

#psb_foundmessage--user-reward-show table tbody tr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#psb_foundmessage--user-reward-show table th,
#psb_foundmessage--user-reward-show table td {
    padding: 1em;
}

#psb_foundmessage--user-reward-show .reward.active {
    background-color: #f2f2f2;
}

#psb_foundmessage--user-reward-show .reward--image {
    width: 100%;
    max-width: 50px;
    height: auto;
}

#psb_foundmessage--user-reward-show .icon--check {
    width: 20px;
    height: auto;
}

.panel {
    border: 1px solid #f2f2f2;
    border-radius: .25rem;
    padding: .5em;
}

.femanager_edit .femanager_usergroup,
.femanager_edit .femanager_image,
.femanager_edit .femanager_name,
.femanager_edit .femanager_middlename {
    display: none;
}

.femanager_edit .col-sm-2,
.femanager_edit .col-sm-10 {
    width: 100%;
    padding: 0;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff !important;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@media (min-width: 1174px) {
    .tx-psbfieldguide .species__characteristics td:first-child {
        font-weight: bold;
        max-width: 200px;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.species__overlay--prev,
.species__overlay--next,
.owl-theme .owl-nav [class*='owl-'] {
    background: transparent url(Img/slider_arrow.png) top left no-repeat !important;
    overflow: hidden;
    text-indent: 500%;
    white-space: nowrap;
    width: 19px;
    height: 36px;
}

.species__overlay--prev,
.species__overlay--next,
.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent url(Img/slider_arrow.png) top left no-repeat !important;
}

.species__overlay--prev,
.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -18px;
    background-position: 0 0;
}

.species__overlay--prev {
    left: 10px;
    cursor: pointer;
}

.species__overlay--next-wrap,
.species__overlay--prev-wrap {
    background-color: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 83px;
    left: -6%;
}

.species__overlay--next-wrap {
    left: inherit;
    right: -6%;
}

.species__overlay--next,
.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -40px;
    margin-top: -18px;
    background-position: 0 -36px !important;
}

.species__overlay--next {
    right: 10px;
    cursor: pointer;
}

.species__overlay--next::before {
    content: "";
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.owl-theme .owl-nav .owl-next:hover {
    background-position: -19px -36px !important;
}

.owl-theme .owl-nav .owl-prev:hover {
    background-position: -19px 0 !important;
}

.owl-theme {
}


@media (min-width: 600px) {
    .species__overlay--prev-wrap {
        left: -4%;
    }

    .species__overlay--next-wrap {
        right: -4%;
    }
}

@media (min-width: 768px) {
    .tx-psbfieldguide .species {
        display: inline-block;
        width: 48.4%
    }

    .tx-psbfieldguide .owl-carousel img {
        width: auto !important;
        height: 100%;
        max-height: 500px;
    }
}

@media (min-width: 992px) {
    .tx-psbfieldguide > h1 {
        font-style: normal;
    }

    .tx-psbfieldguide .species_item_wrap h1 {
        display: inherit;
    }

    .species_filter_wrap {
        display: inline-block;
        width: 30%;
        vertical-align: top;
        margin-right: 3%;
    }

    .tx-psbfieldguide .view--show .filter_area--content {
        max-height: 100%;
    }

    .tx-psbfieldguide .view--show .filter_area--headline {
        cursor: default;
    }

    .tx-psbfieldguide .view--show .filter_area--headline span {
        display: none;
    }

    .species_item_wrap,
    .species_show {
        display: inline-block;
        width: 67%;
        vertical-align: top;
    }

    .species_show.found--report {
        width: 100%;
    }

    .owl-theme .owl-nav [class*='owl-'].owl-prev {
        left: -10%;
    }

    .owl-theme .owl-nav [class*='owl-'].owl-next {
        right: -10%;
    }

}

@media (min-width: 1200px) {
    .tx-psbfieldguide .species {
        width: 31%;
        height: 255px;
    }

    .owl-theme .owl-nav [class*='owl-'].owl-prev {
        left: -40px;
        top: 45%;
    }

    .owl-theme .owl-nav [class*='owl-'].owl-next {
        right: -40px;
        top: 45%;
    }
}

.frame-type-flux_container > .green {
    width: 100%;
    background: #93c01f;
    color: #fff;
    padding-top: 4em;
    padding-bottom: 4em;
    text-align: center;
}


.dpnglossary.link:before,
.dpnglossary.link:after {
    display: none;
}

.glossary-overlay {
    position: absolute;
    width: 320px;
    padding: 1em !important;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    background-color: #fff;
    z-index: 999;
}

.glossary-overlay img {
    width: auto;
    max-height: 200px;
}

.glossary-overlay h1 {
    font-size: 2em;
}

.glossary-overlay h4 {
    font-size: 1em;
}

@media (min-width: 1200px) {
    .glossary-overlay {
        width: 500px;
    }
}

.tx-psbfieldguide .nav-sidebar ul {
    /*margin-left:5px;*/
}

.tx-psbfieldguide .nav-sidebar ul ul {
    margin-left: 5px;
}

.tx-psbfieldguide .nav-sidebar ul ul ul {
    margin-left: 10px;
}

#accordion .card,
.tx-psbfieldguide .nav-sidebar .card {
    border: none;
}

#accordion .card-header,
.tx-psbfieldguide .nav-sidebar .card-header {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background: none;
}

#accordion .card-body,
.tx-psbfieldguide .nav-sidebar .card-body {
    padding-top: 0;
    padding-left: 5px;
}

.tx-psbfieldguide a,
.tx-psbfieldguide .btn-link,
.tx-psbfieldguide a.nav-link {
    color:#0089a4;
    padding-left: 0;
}

.tx-psbfieldguide a:hover,
.tx-psbfieldguide .btn-link:hover,
.tx-psbfieldguide a.nav-link:hover {
    color: #df5b28;
    text-decoration: underline;
}

.tx-psbfieldguide a.active,
.tx-psbfieldguide .btn-link.active,
.tx-psbfieldguide a.nav-link.active {
    color: #df5b28;
    background: none;
}

.tx-psbfieldguide  a.nav-link.level2 {
    padding-left:5px;
    padding-bottom:10px;
    /*color:red;*/
}
.tx-psbfieldguide  a.nav-link.level3 {
    padding-left:10px;
    padding-bottom:15px;
    /*color:blue;*/
}
.tx-psbfieldguide  a.nav-link.level4 {
    padding-left:15px;
    padding-top:0;
    /*color:lime;*/
}

.tx-psbfieldguide  a.nav-link.levelgenus {
    padding-left:20px;
    padding-top:0;
}

.tx-psbfieldguide  a.nav-link.level6 {
    padding-left:25px;
    padding-top:0;
}

.tx-psbfieldguide h1.systematic--header {
    color: #0089a4;
 }

.tx-psbfieldguide h5.systematic--header {
    /*color: #0089a4;*/
    padding-bottom: 25px;
    padding-top:5px;
}

#searchDropdown {
    border:none;
}

#searchDropdown:hover {
    background-color: #0089a4;
}

.tx-psbfieldguide--search h1 {
    margin-top: 1em;
}

.tx-psbfieldguide--search .search-query {
    margin-bottom: 2em;
}

ul.sublist {
  list-style-type: none;
}

#tabContentTaxonLayer5 .tab-pane {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

#tabControlTaxonLayer5 a.nav-link {
    padding-left: 4px;
}

#tabControlTaxonLayer5 .spinner-loading {
    vertical-align: middle;
}

.psb-species-viewer-wrapper {
    width: 980px;
    height: 880px;
    position: relative;
}

.psb-species-viewer-wrapper .psb-species-viewer {
    width: 980px;
    height: 880px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.psb-species-viewer-wrapper .psb-species-viewer canvas:focus,
.psb-species-viewer-wrapper .psb-species-viewer canvas:focus-within,
.psb-species-viewer-wrapper .psb-species-viewer canvas:focus-visible {
    border: none;
    outline: none;
}

.nav-item {
    list-style-type: none;
}

.nav-link.sub.levelgenus {
    font-style: italic;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.species--describer {
    display: inline-block;
    font-style: normal;
    padding-left: .4em;
}

.taxon-layer--1 h2,
.taxon-layer--2 h2,
.taxonlayer5--show h2 {
    font-size: 1.6rem;
}

.taxon-layer--1 h4,
.taxon-layer--2 h4,
.taxonlayer5--show h4 {
    color: #0089a4;
}

.habitat-container li {
    list-style: none;
}

.space-after-4em {
    margin-bottom: 4em;
}

.habitat-container .species--image {
    background-position: center;
}

.habitat-container .species--title {
    font-style: italic;
}

#species-search {
    width: 50%;
    padding: .4em .4em .4em 2.3em;
    margin: .6% .6% .2%;
    border-radius: .25rem;
}

.species-search-icon {
    position: relative;
    left: 2.5em;
    top: -1px;
}

.overlay--species {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 999;
}

.overlay__wrap {
    background-color: #fff;
}

.overlay__header {
    height: 6em;
    text-align: right;
}

.overlay__content {
    padding: 1em 3em;
    overflow: scroll;
}

.overlay__close {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0.5em;
    transition: color 150ms;
    cursor: pointer;
}

.overlay__close:hover {
    color: #ccc;
}

.no-scroll {
    overflow-y: hidden;
}

.functional-circuits-wrap {
    margin-top: 1em;
    margin-bottom: 10em;
}

.taxon-layer--1 .functional-circuits-wrap,
.taxon-layer--2 .functional-circuits-wrap {
    margin-top: 2em;
    margin-bottom: 2em;
}

nav.functional-circuits .container-fluid {
    padding: 0;
}

nav.functional-circuits .navigation-bar {
    display: block;
    width: 100%;
}

nav.functional-circuits .menu-subpages {
    display: none;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
}

nav.functional-circuits .menu-subpages li {
    width: 100%;
}

nav.functional-circuits .has-submenu {
    position: relative;
}

nav.functional-circuits .has-submenu:hover > .menu-subpages {
    display: inline-block;
    position: absolute;
}

nav.functional-circuits .has-submenu:hover > .menu-subpages .menu-subpages {
    top: 0;
    left: 100%;
}

nav.functional-circuits ul,
nav.functional-circuits li.fc-nav-item {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

nav.functional-circuits .navigation-bar > .fc-nav-item {
    display: flex;
    flex: 1;
}

nav.functional-circuits ul {
    background-color: #fff;
    z-index: 800;
}

nav.functional-circuits li.fc-nav-item a {
    display: inline-block;
    height: 100%;
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: .5em 1em;
    transition: background-color 250ms, colour 250ms;
    font-weight: 600;
}

nav.functional-circuits li.fc-nav-item a:hover {
    background-color: #df5b28;
    color: #fff;
    text-decoration: none;
    transition: background-color 250ms;
}

nav.functional-circuits li.fc-nav-item a:hover .arrow {
    border-color: #fff;
}

nav.functional-circuits .fc-nav-item {
    display: inline-block;
    padding: 0;
}

nav.functional-circuits .navigation-link {
    display: none;
}

nav.functional-circuits .navigation-bar {
    display: flex;
    flex-direction: row;
}

nav.functional-circuits .menu-subpages li a{
    display: block;
}

nav.functional-circuits a:before {
    content: '';
}

.arrow {
    border: solid #0089a4;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transition: border-color 250ms;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    left: 10px;
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    margin-left: 10px;
    position: relative;
    top: -2px;
}

nav.functional-circuits .menu-subpages {
    box-shadow: 10px 10px 10px rgba(0,0,0,.2);
}

.functional-circuits--content {
    position: relative;
    min-height: 50px;
    padding: 1em 0;
}

.functional-circuits--content .species__overlay--loader {
    top: 10px;
}

.taxon-modal-backdrop {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 900;
    transition: opacity 300ms;
}

.taxon-modal-backdrop--open {
    opacity: .5;
    display: block;
}

.taxon-modal {
    display: none;
    opacity: 0;
    position: absolute;
    left: 5%;
    right: 5%;
    top: 5%;
    bottom: 5%;
    min-height: 90%;
    width: 90%;
    transition: opacity 300ms;
    z-index: 901;
    box-sizing: border-box;
}

.taxon-modal--open {
    display: block;
}

.taxon-modal-dialog {
    padding: 2%;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    background-color: #fff;
    max-height: 100%;
    height: 100%;
    overflow: scroll;
}

.modal-source {
    width: 100%;
    height: 100%;
}

.taxon-modal .col-menu {
    display: none !important;
}

.taxon-modal .col-main {
    width: 100%;
}

.taxon-modal-header {
    text-align: right;
    font-size: 1.25em;
}

.taxon-modal .functional-circuits-wrap {
    padding-bottom: 20em;
}

.taxon-modal h4 {
    margin: 2rem 0 1rem;
}

.taxon-modal .arrow_prev,
.taxon-modal .arrow_next {
    position: absolute;
    display: inline-block;
    top: 50px;
    padding: 0.5em 1em;
    background-color: #fff;
    font-size: 1.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
    transition: color 300ms, background-color 300ms;
}

.taxon-modal .arrow_prev:hover,
.taxon-modal .arrow_next:hover {
    color: #fff;
    background-color: #0089a4;
}

.taxon-modal .arrow_prev {
    left: -40px;
}
.taxon-modal .arrow_next {
    right: -40px;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 1024px) {

    /*nav.functional-circuits .navigation-bar:hover .has-submenu {*/
    /*    opacity: 0.2;*/
    /*}*/
    /*nav.functional-circuits .navigation-bar:hover .has-submenu:hover,*/
    /*nav.functional-circuits .navigation-bar:hover .has-submenu:hover > .has-submenu {*/
    /*    opacity: 1;*/
    /*}*/

    nav.functional-circuits .navigation-bar {
        flex-direction: column;
    }

    nav.functional-circuits .menu-subpages li {
        background-color: #F8F8F8;
    }

    nav.functional-circuits .has-submenu:hover > .menu-subpages .menu-subpages {
        top: 100%;
        left: 0;
    }

    nav.functional-circuits .has-submenu > .menu-subpages .menu-subpages li {
        background-color: #E8E8E8;
    }

    nav.functional-circuits .has-submenu > .menu-subpages .menu-subpages .menu-subpages li {
        background-color: #D8D8D8;
    }

}

/* ============ Functional circuits browser - START ============ */
#fc-navigation .nav-item {
    cursor: pointer;
    color: #0089a4;
    transition: color 300ms;
    position: relative;
}
#fc-navigation .nav-item:hover {
    color: #df5b28;
}

#fc-navigation .nav-item.current {
    font-weight: bold;
    color: #df5b28;
}

#fc-navigation li .subnavigation {
    display: none;
}

#fc-navigation li.current > .subnavigation {
    display: block;
    margin-left: 10px;
}

#fc-navigation .nav-item.current ul {
    font-weight: normal;
}

#fc-navigation .nav-item--title {
    position: relative;
}

#fc-navigation .has-subnavigation > .nav-item--title:after {
    content:'>';
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 100%;
    margin-left: 5px;
    transition: transform 300ms;
    font-size: 80%;
    font-weight: bold;
    color: #d2d2d2;
}

#fc-navigation .has-subnavigation.current > .nav-item--title:after {
    transform: rotate(90deg);
}

#functional_circuits-container .taxon-modal .modal-dialog {
    max-width: 90%;
}

/* ============ Functional circuits browser - END ============ */

/* ============ TaxonLayer5 - Title RTE - START ============ */
.taxonlayer5--show {
    h1 {
        p {
            display: inline;
        }
    }
}

.nav-sidebar {
    .nav-link {
        p {
            display: inline;
        }
    }
}

.tx-psbfieldguide {
    .species {
        .species--title {
            p {
                display: inline-block;
        }
    }
}

.tx-psbfieldguide.assignment--tool {
    p {
        display: inline-block;
    }
}
/* ============ TaxonLayer5 - Title RTE - END ============ */


/* ============ desktop view ============ */
/*@media all and (min-width: 992px) {*/
/*    .dropdown-menu li{*/
/*        position: relative;*/
/*    }*/
/*    .nav-item .submenu{*/
/*        display: none;*/
/*        position: absolute;*/
/*        left:100%; top:-7px;*/
/*    }*/
/*    .nav-item .submenu-left{*/
/*        right:100%; left:auto;*/
/*    }*/
/*    .dropdown-menu > li:hover{ background-color: #f1f1f1 }*/
/*    .dropdown-menu > li:hover > .submenu{ display: block; }*/
/*}*/
/*!* ============ desktop view .end// ============ *!*/

/*!* ============ small devices ============ *!*/
/*@media (max-width: 991px) {*/
/*    .dropdown-menu .dropdown-menu{*/
/*        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;*/
/*    }*/
/*}*/
/* ============ small devices .end// ============ */

.species-viewer-content-element {
    position: relative;
}

#species-viewer-content-element-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: #000;*/
}
