@charset "UTF-8";
a {
    color: #337ab7
}

a:focus,
a:hover {
    color: #23527c
}

@media (min-width:768px) {
    .main_bg {
        min-height: 100%;
        position: relative;
        overflow: hidden
    }
    .main_bg::before {
        background-image: url();
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        content: '';
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        will-change: transform;
        z-index: -1
    }
}

.worms-header {
    border: 0;
    margin-bottom: 0!important
}

.worms-header .navbar-header {
    background-color: #247e24;
    height: 80px
}

.worms-content {
    max-width: 1200px;
    background: rgba(255, 255, 255, .9)
}

.worms-footer {
    max-width: 1200px;
    background: rgba(32, 30, 28, .7);
    color: #fff
}

@media (min-width:767px) {
    .worms-content {
        min-height: 85vh
    }
    .worms-content-no-footer {
        min-height: 100vh
    }
    .worms-footer {
        min-height: 15vh
    }
}

.aphia-nav-menu {
    border-radius: 0;
    background-color: #247e24!important
}

.aphia-nav-menu .navbar-nav .dropdown li>a,
.aphia-nav-menu .navbar-nav .dropdown li>a:active,
.aphia-nav-menu .navbar-nav .dropdown li>a:focus,
.aphia-nav-menu .navbar-nav .dropdown li>a:visited,
.aphia-nav-menu .navbar-nav a,
.aphia-nav-menu .navbar-nav li>a,
.aphia-nav-menu .navbar-nav li>a:active,
.aphia-nav-menu .navbar-nav li>a:focus,
.aphia-nav-menu .navbar-nav li>a:visited {
    color: #fff!important
}

.aphia-nav-menu .dropdown-menu {
    border-color: #247e24;
    background-color: #247e24
}

.aphia-nav-menu .navbar-nav .dropdown li>a:hover,
.aphia-nav-menu .navbar-nav a:hover,
.aphia-nav-menu .navbar-nav li>a:hover {
    color: #247e24!important;
    background-color: #fff!important
}

.aphia-nav-menu .navbar-nav .dropdown li.active>a,
.aphia-nav-menu .navbar-nav .dropdown li.active>a:active,
.aphia-nav-menu .navbar-nav .dropdown li.active>a:focus,
.aphia-nav-menu .navbar-nav .dropdown li.active>a:visited,
.aphia-nav-menu .navbar-nav li.active>a,
.aphia-nav-menu .navbar-nav>.open>a,
.navbar-default .navbar-nav .open .dropdown-menu>li.active>a {
    color: #247e24!important;
    background-color: #fff!important
}

@media (min-width:767px) {
    .aphia-nav-menu ul.nav li.dropdown:hover>ul.dropdown-menu {
        display: block
    }
    .aphia-nav-menu-table {
        display: table;
        width: 100%
    }
    .aphia-nav-menu-table-cell-col1 {
        display: table-cell
    }
    .aphia-nav-menu-table-cell-col2 {
        display: table-cell;
        vertical-align: bottom
    }
}

.worms-nav-menu {
    border-radius: 0;
    background-color: #ffffff!important
}

.worms-nav-menu .navbar-nav .dropdown li>a,
.worms-nav-menu .navbar-nav .dropdown li>a:active,
.worms-nav-menu .navbar-nav .dropdown li>a:focus,
.worms-nav-menu .navbar-nav .dropdown li>a:visited,
.worms-nav-menu .navbar-nav a,
.worms-nav-menu .navbar-nav li>a,
.worms-nav-menu .navbar-nav li>a:active,
.worms-nav-menu .navbar-nav li>a:focus,
.worms-nav-menu .navbar-nav li>a:visited {
    color: #000!important
    background-color: #fff;
}

.worms-nav-menu .dropdown-menu {
    border-color: #247e24;
    background-color: #247e24
}

.worms-nav-menu .navbar-nav .dropdown li>a:hover,
.worms-nav-menu .navbar-nav a:hover,
.worms-nav-menu .navbar-nav li>a:hover {
    color: #247e24!important;
    background-color: #eee;
}

.worms-nav-menu .navbar-nav li.active>a,
.worms-nav-menu .navbar-nav>.open>a {
    color: #fff!important
}

.worms-nav-menu .navbar-nav li.active>a:hover,
.worms-nav-menu .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #247e24!important;
}

@media (min-width:767px) {
    .worms-nav-menu ul.nav li.dropdown:hover>ul.dropdown-menu {
        display: block
    }
    .worms-nav-menu-table {
        display: table;
        width: 100%
    }
    .worms-nav-menu-table-cell-col1 {
        display: table-cell;
        vertical-align: middle;
        height: 110px;
    }
    .worms-nav-menu-table-cell-col2 {
        display: table-cell;
        vertical-align: bottom
    }
}

.worms_content_section {
    padding: 8px 15px;
    margin: 8px 15px
}

@media (min-width:768px) {
    .worms_content_section {
        padding: 15px 30px;
        margin: 15px 30px
    }
}

.worms_content_section_colored {
    background-color: rgba(0, 0, 0, .05)
}

.worms_content_color_main {
    color: #247e24
}

.worms_content_color_sub {
    color: #247e24
}

.worms-footer a,
.worms-footer a:active,
.worms-footer a:focus,
.worms-footer a:visited {
    color: #a9a9a9;
    text-decoration: none
}

.worms-footer a:hover {
    color: #d3d3d3;
    text-decoration: none
}

.worms-footer-column {
    display: table
}

@media (min-width:991px) {
    .worms-footer-column {
        margin: 0 auto
    }
}

.worms-footer-column h4 {
    padding-bottom: 10px
}

.worms-footer-list {
    list-style: none;
    padding-left: inherit
}

.worms-footer-list i {
    width: 30px;
    padding-right: 10px
}

.worms-footer-splitter {
    width: 90%;
    border-color: #a9a9a9;
    margin-top: 5px;
    margin-bottom: 5px
}

.worms-footer-hosted_by {
    color: #a9a9a9;
    padding-top: 5px;
    padding-bottom: 5px
}

.worms-break-words {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 0
}

.photogallery_counter {
    bottom: 0!important
}

.quick_search_inc_chk a,
.quick_search_inc_chk a:active,
.quick_search_inc_chk a:focus,
.quick_search_inc_chk a:visited {
    color: #fff!important
}

.quick_search_inc_chk a:hover {
    color: #000!important
}

.affix {
    top: 0
}

.affix-bottom {
    top: auto;
    position: absolute
}

body {
    position: relative
}

.about_nav_section {
    display: none
}

@media (min-width:768px) and (min-height:350px) {
    .about_nav_section {
        display: inline-block
    }
}

@media (max-width:767px),
(max-height:349px) {
    .about_content_section {
        width: 100%
    }
}

.about_nav_section li:first-of-type {
    padding-top: 20px
}

.about_nav_section li a {
    padding-top: 2px;
    padding-bottom: 2px
}

.about_content_section .worms_content_section {
    min-height: 200px
}

.header-bullet:before {
    content: '• '
}

.indent {
    padding-left: 15px
}

.index_main_container {
    position: relative
}

.index_main_container_col2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px
}

@media (min-width:768px) {
    .index_main_container_col1 {
        padding-right: 300px
    }
}

.index_statsbox {
    margin: auto;
    border: 1px solid #d3d3d3;
    background-color: rgba(0, 0, 0, .05);
    display: table
}

.index_statsbox>a {
    color: inherit;
    text-decoration: none
}

.index_statsbox-image {
    padding: 25px;
    width: 110px;
    display: table-cell
}

.index_statsbox-content {
    padding: 25px 25px 25px 0;
    display: table-cell;
    width: 200px;
    vertical-align: middle
}

.index_statsbox-content p {
    margin-bottom: 0
}

#aphia-quick-search-form li.select2-selection__choice {
    max-width: 100%;
    overflow: hidden;
    max-height: 26px
}

#aphia-quick-search-form ul.select2-selection__rendered {
    padding-right: 12px!important
}

.material-switch>input[type=checkbox]:checked+label::after {
    background-color: #a0ff33!important
}

@media (max-width:768px) {
    .content_options {
        padding-top: 10px;
        position: relative;
        color: #fff
    }
}

@media (min-width:769px) {
    .content_options {
        position: absolute;
        top: 10px;
        right: 0;
        width: 260px;
        color: #fff
    }
}

.test {
    background-color: #fff;
    padding: 1em;
    border: 1px solid #fff;
}

.algaebase-content {
    background-color: #eee;
    padding: 2em;
    overflow: auto;
}

.algaebase-sidebar {
    padding: 0.5em 1em;
}

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,400;0,600;1,400;1,600&display=swap');

body {
    font-family: 'IBM Plex Serif', serif;
}

.lwbanner {
    color: #a9a9a9;
    font-size: calc(13px + (26 - 13) * ((100vw - 300px) / (4000 - 300)));
    font-family: 'open_sansregular','Helvetica Neue', Helvetica, sans-serif;
    padding: 0.5em;
    border: 0px solid #bfbfbf;
}

.lwbanner div{
    display: flex;
    align-items: center;
    justify-content: center;
}

.lwbanner span{
    padding: 1%;
}

.lwbanner img {
    height: 60px;
    max-width: 33%; 
}

.lwbanner a {
    color: #a9a9a9;
    font-size: calc(10px + (20 - 10) * ((100vw - 300px) / (4000 - 300)));
    text-decoration: none;
}
.lwbanner a:hover {
    text-decoration: underline;
}

.lwbanner small {
    font-size: calc(10px + (20 - 10) * ((100vw - 300px) / (4000 - 300)));
}
.carousel {
    background-color: #fff;
    padding: 10px;
}

.navbar-default .navbar-nav>.active>a {
    color: #fff;
    background-color: #247e24!important
}

h1, h2, h3 {
    color: #247e24;
}

h1 {
    font-size:1.8em;
    margin: 10px 0 20px 0;
}

#randomspeciesdisplay {
    float: right;
    width: 308px;
    margin-left: 30px;
    margin-bottom: 20px;
    border: 1px solid #e3e2e3;
    padding: 12px;
    font-size: 85%;
    border-bottom-width: 2px;
    background: #fff;
    position: relative;
    left: 20px;
    text-align: center;
}
#randomspeciesdisplay img {
    max-width: 282px;
}

#randomspeciesdisplayhome {
    margin-top: 15px;
    width: 100%;
    font-size: 85%;
    border-bottom-width: 2px;
}
div#speciesblurb {
    text-align: left;
}
p.speciesimages {
    font-size: 85%;
    margin-bottom: 1.5em;
}
p.speciesimages img {
    max-width: fit-content;
}
p.sidebarClassification b {
    display: block;
}
p.sidebarClassification a {
    margin-left: 1.5em;
}

.slider-for,.slider-nav {
    margin-top: 20px;
}

.imageSliderPreview {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
}

.arrow-down {
    float:left;
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid black;
    margin: 6px;
}

.arrow-right {
    float:left;
    width: 0; 
    height: 0; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid black;
    margin: 3px;
}

.arrow-up {
    float:left;
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid black;
    margin: 6px;
}

.arrow-left {
    float:left;
    width: 0; 
    height: 0; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid black;
    margin: 3px;
}

.recentItemsHeaderClick::before {
    content: "";
    float:left;
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid black;
    margin: 6px 6px 6px 0px;
}
.recentItemsHeaderClick.collapsed::before {
    content: "";
    float:left;
    width: 0; 
    height: 0; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid black;
    margin: 3px 3px 3px 3px;
}

.searchResultsDivider, .searchResultsHeader {
    padding: .5em 0;
    border-bottom: 1px solid gray;
}

.searchResultsHeader {
    font-weight: bold;
}

.distroRecordDetail {
    padding-left: 2em;
    padding-top: 1em;
}

div.infraspecific-class {
    display: none;
    padding-left: 20px;
}


.random-img-grid {
    display: grid;
}

.random-img-grid--fill {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

.random-img-grid--fit {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.resultsgrid_preview {
  background-color: deepPink;
  padding: 20px;
  height: 150px;
  color: #fff;
  border: 1px solid #fff;
  background-position: center center;
  background-repeat: no-repeat;
}

.imageResultPreview {
  float: left;
  height: 220px;
  width: 295px;
  color: #fff;
  border: 1px solid #fff;
  background-position: left top;
  background-repeat: no-repeat;    
  margin-right: 1em;
}

.imageResultDetails {
  width: 100%;
}

#pdfurl {
    display: none;
}

.slick-prev:before, .slick-next:before {
    color:  gray;
}

#load-spinner-icon{
    background: rgba(0, 0, 0, 0.61);
    height: 100vh;
    position: fixed;
    text-align:  center;
    top: 0;
    left: 0;
    margin-left:  -5em;
    right: 0;
    z-index: 1000;
    opacity: 0.5;
    visibility: hidden;
}

div#load-spinner-holder {
    border-radius: 7px;
    padding: 16px;
    top: 38%;
    display:inline-block;
    position: absolute;
    visibility: hidden;
}

i#saveSpinnerBox {

}

#save-dialogue-text{
    font-size: 60px;
}

.slick-slide img {
  width: auto;
  margin: 0 auto; /* it centers any block level element */
}

.teamgallery div {
    text-align: center;
}