body {padding-top:56px;}

pre {line-height: 1.15;}

.header-line {
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
}

.navbar-brand {
    font-family: 'Rationale', sans-serif; font-size:36px; line-height: 1.1;
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.breadcrumb-item.active {
    color: #3e474f;
}

.sidebar {
    min-width: 230px;
    max-width: 230px;
    min-height: calc(100vh - 56px);
    transition: all 0.3s;
}
.sidebar ul li a {
    display: block;
    padding: .40rem 1rem;
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
}
.sidebar ul li a:hover, .sidebar ul .active a {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .25);
}
.sidebar ul ul a {
    padding-left: 2.5rem;
    background: rgba(0, 0, 0, .25);
}
.sidebar [data-toggle="collapse"] {
    position: relative;
}
.sidebar [data-toggle="collapse"]:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 1rem;
}
.sidebar [aria-expanded="true"] {
    background: rgba(0, 0, 0, .25);
}
.sidebar [aria-expanded="true"]:before {
    content: "\f0d8";
}
.sidebar.toggled {
    margin-left: -230px;
}

.content {
    width: 100%;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.bg-darkblue {
    background-color: #0D47A1!important;
}

#directory {
    font-size: 1em; /* 12/16 */
    width: 81.875%; /* 650/960 */
    max-width: 960px;
    text-align: left;
    margin: 0px auto; /*auto centers the container */
    padding: 2.84615384615385%; /* 25/650 */
}
/*CSS3 multiple columns.*/
/* Get em size for colums: 184/16 */
.directory-columns {
    -moz-column-width: 11.5em; /* Firefox */
    -webkit-column-width: 11.5em; /* webkit, Safari, Chrome */
    column-width: 11.5em;
}
/*remove standard list and bullet formatting from ul*/
.directory-columns ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/* correct webkit/chrome uneven margin on the first column*/
.directory-columns ul li:first-child {
    margin-top:0px;
}

.form-group label {
    margin-bottom: .2rem;
}

footer .nav-link {
    padding: .25rem .75rem;
}

a.facebook:hover {
    color:#3b5998;
}
a.twitter:hover {
    color:#55acee;
}
a.linkedin:hover {
    color:#007bb5;
}

#cookies-eu-banner {position: fixed;overflow: hidden;z-index: 9999;left: 0;right: 0;bottom: 0;display:none;}
.ce-window {display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;padding: 2em 1.8em;background: #000;color: #fff;font-size: 1rem;-ms-flex-align: center; align-items: center;}
.ce-title {font-size: 1.3rem;font-weight:500;margin-bottom: 8px;}
.ce-message {flex: 1;}
.ce-compliance {display: flex;display: -ms-flexbox;-ms-flex-align: center;align-items: center;-ms-flex-line-pack: justify;align-content: space-between;}
.ce-title {font-weight:500;margin-bottom: 10px;}
.ce-link, .ce-link:hover {color:#0068d8;font-weight: bold;}
.ce-btn {display: block;padding: .4em .8em;font-size:.9em;font-weight: 700;line-height: 1.5em;border-width: 2px;border-style: solid;text-align: center;white-space: nowrap;cursor: pointer;flex: 1;border-color: transparent;}
#cookies-eu-accept {color: rgb(0, 0, 0);background-color: rgb(241, 214, 0);padding: .4em 1.5em;}
#cookies-eu-accept:hover,#cookies-eu-accept:focus {background: #fff;color: #222;font-weight: 700}
#cookies-eu-reject {color: rgb(255, 255, 255);padding: 4px 7px;margin: 2px 10px;border: none;}
#cookies-eu-reject:hover {text-decoration: underline;font-weight: 700}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {
    .pre-80-70 {font-size: 80%;}
    .pre-LG {font-size: 80%;}
    .ascii-art-label pre {font-size: 70%;}
    .ascii-art-label span {font-size: 80%;}
    #directory {width: 90%;}
}

@media (max-width: 768px) {
    .pre-80-70 {font-size: 70%;}
    .pre-LG {font-size: 70%;}
    .ascii-art-label pre {font-size: 60%;}
    .ascii-art-label span {font-size: 70%;}
    .sidebar {margin-left: -230px;}
    .sidebar.toggled {margin-left: 0;}
    #directory {width: 100%;}
}

@media (max-width: 576px) {
    .pre-LG {font-size: 60%;}
    .pre-SM {font-size: 80%;}
    .ascii-art-label pre {font-size: 50%;}

    .ce-window {flex-direction: column;}
    .ce-compliance {margin-top:20px;}
}