@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,200;0,400;0,500;0,700;1,400&amp;display=swap');

body {
    font-family: 'IBM Plex Sans', Helvetica, Arial, sans-serif;
}
a {
    color: #3E75C1;
}
img {
    max-width: 100%;
}
blockquote {
    border-left: 5px solid rgba(46, 104, 165, 0.3);
    padding-left: 1rem;
    margin-left: 1rem;
    color: #666;
}
img[src$='#floatleft'], img[src$='#floatright'], img[src$='#floatleftbig'], img[src$='#floatrightbig']{
    max-width: 250px;
    max-height: 100px;
    margin: 0 1rem 1rem;
}
img[src$='#floatleft'], img[src$='#floatleftbig']{
    float: left;
    margin-left: 0;
}
img[src$='#floatright'], img[src$='#floatrightbig']{
    float: right;
    margin-right: 0;
}
img[src$='#floatleftbig'], img[src$='#floatrightbig']{
    max-width: 350px;
    max-height: 200px;
}

h2,h3,h4,h5,h6 {
    margin-top: 2rem;
}
div > h2:first-of-type,
aside > h5 {
    margin-top: 0;
}
li:empty {
    display: none;
}

.navbar .navbar-brand {
    max-width: 60%;
}
.navbar .navbar-brand img {
    height: 62px;
    max-width: 100%;
}
.navbar .navbar-primary-links a.nav-link {
    color: rgba(46, 104, 165, 0.8);
    font-weight: 600;
    font-size: 1.0rem;
}

@media all and (min-width: 768px) {
    .navbar .navbar-nav a.nav-link {
        padding: 1rem;
    }
}
.navbar .navbar-primary-links a.nav-link:hover,
.navbar .navbar-primary-links a.nav-link:focus,
.navbar .navbar-primary-links a.nav-link:active {
    color: rgba(46, 104, 165, 1);
}

.navbar .navbar-nav.navbar-languages {
    margin-left: 1rem;
}
.navbar .navbar-nav.navbar-languages li:not(:first-child) a {
    padding-left: 0;
}
.navbar-languages li:not(:first-child) a span {
    border-left: 1px solid #ccc;
    padding-left: 1rem;
}
.navbar-languages a img {
    width: 1rem;
    opacity: 0.2;
}
.nav-languages a img {
    width: 1.2rem;
    opacity: 0.5;
    margin-left: 0.5rem;
    margin-bottom: 0.1rem;
}
.navbar-languages a:hover img,
.navbar-languages a:focus img,
.navbar-languages a:active img,
.nav-languages a:hover img,
.nav-languages a:focus img,
.nav-languages a:active img {
    opacity: 1;
}
.navbar .navbar-nav a.nav-link.highlight {
    border: 1px solid rgba(46, 104, 165, 0.8);
    color: rgba(46, 104, 165, 0.8);
    padding: 0.5rem 1rem;
    margin: 0.5rem 0;
    border-radius: 2px;
}
.navbar .navbar-nav a.nav-link.highlight:hover,
.navbar .navbar-nav a.nav-link.highlight:focus,
.navbar .navbar-nav a.nav-link.highlight:active {
    background-color: #de2c6c;
    border-color: #de2c6c;
    color: #ffffff;
}

.header {
    background-image: url('../images/banners/6_banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color:white;
}

.header h1
{
    padding: 3rem 0;
    background: rgba(0,0,0,0.15);
}

.breadcrumbs {
    background-color: rgba(46, 104, 165, 0.1);
    font-size: 0.8rem;
}
.breadcrumbs .breadcrumb {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}
.breadcrumbs .breadcrumb a {
    color: #6c757d;
}

.toc ul {
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}
.toc ul ul {
    font-size: 0.9rem;
}

.content ul:not([class]), .content ul[class=""] {
    margin-bottom: 1rem;
}

footer .col-md {
    padding: 0.5rem;
}
footer h2.small {
    margin-top: 1rem;
}
footer img {
    max-height: 60px;
}



.homepage-accordions .card-header a i {
    color: #555;
    text-decoration: none;
    text-align: center;
    width: 1.25em;
}

.plot_wrapper {
    max-width: 100%;
    overflow-x: auto;
}

#searchresults .list-group-item
{
    padding: 1.15rem 1.025rem;
}

@media screen and (max-width: 1199px)
{
    html,body 
    {
        font-size:14px;
    }

    .container 
    {
        max-width: 1000px !important;
    }
}

@media screen and (min-width: 769px) and (max-width:941px)
{
    .container 
    {
        max-width: 941px !important;
    }
    nav 
    {
        font-size: 11px !important;
    }
}


@media screen and (max-width:769px)
{

    .container 
    {
        max-width: 769px !important;
    }
}



.pager-label {    
    font-size: 0.97rem;
    position: relative;
    top: 6px;
}

.os-filters
{
    background:#f1f1f1;
    display: flex;
    flex-direction: column;
    padding-bottom:2rem;
}

.os-filter-wrap
{    
    flex: 0 1 auto;
}

.os-filter 
{
    max-height: 200px;
    overflow-y: auto;
}

.os-filter label.form-check-label {
    font-size: 0.8rem;
}

.pagination .page-item a {
    color: black;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #7a7a7a;
    border-color: #7a7a7a;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow:none;
}

.custom-select:focus {
    border-color: transparent;
    outline: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: none;
}

#os-prev-bottom
{
    font-size:0.8rem;
    text-decoration:underline;  
    color:#0056b3;  
}

#os-prev-bottom:hover 
{
    cursor: pointer;
}

#os-next-bottom:hover 
{
    cursor: pointer;
}

#os-footer 
{
    font-size:0.8rem;
}

#os-next-bottom
{
    font-size:0.8rem;
    text-decoration:underline;    
    color:#0056b3;
}

#resultstopbar 
{
    font-size:0.8rem;
}

#clearsearch
{    
    text-decoration:underline;    
    color:#0056b3; 
    cursor: pointer;
}
#clearsearch::first-letter
{
    text-transform: capitalize;    
}

#cookie-bar {
    z-index: 1000;
    background: #3b9dd8;
    height: auto;
    line-height: 36px;
    color: #000;
    text-align: center;
    padding: 3px 0
}

#cookie-bar a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline
}

#cookie-bar a:hover {
    color: #ef3340;
    text-decoration: none
}

#cookie-bar.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    animation: slideOnLoad 1s 1;
    -webkit-animation: slideOnLoad 1s 1
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto
}

#cookie-bar p {
    margin: 0;
    padding: 0;
    color: #fff;
}

#cookie-bar .cb-enable {
    background: #de2c6c;
    color: #fff;
    display: inline-block;    
    border-radius: 3px;
    text-decoration: none;
    min-width:61px;
    padding: 0 6px;
    margin-left: 8px;
    transition: background-color .1s linear
}

#cookie-bar .cb-enable:hover {
    background: #000;
    color: #fff
}

#cookie-bar .cb-disable {
    background: #ef3340
}

#cookie-bar .cb-disable:hover {
    background: #ef3340
}

#cookie-bar .cb-policy {
    background: #ef3340
}

#cookie-bar .cb-policy:hover {
    background: #ef3340
}

@keyframes slideOnLoad {
    0% {
        bottom: -36px
    }

    100% {
        bottom: 0
    }
}

@-webkit-keyframes slideOnLoad {
    0% {
        bottom: -36px
    }

    100% {
        bottom: 0
    }
}

.container {
    max-width: 80%;
}

span.keywords
{
    position: relative;
    max-width: 100%;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}