@font-face {
    font-family: 'EmptyFont2';
    src: url("EmptyFont2.eot");
    src: url("EmptyFont2.eot?#iefix") format('embedded-opentype'),
    url("EmptyFont2.woff2") format('woff2'),
    url("EmptyFont2.woff") format('woff'),
    url("EmptyFont2.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {padding-top:54px;}

.html-symbols-label h1 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

h2 {
    font-size: 1.5rem;
    margin-top: 25px;
}
h2:first-child {margin-top:0;}

h3 {
    font-size: 1.2rem;
}
.header-line {
    position: -webkit-sticky;
    position: sticky;
    top: 55px;
}

.navbar-brand {
    font-family: 'Alegreya', serif;
    font-size: 34px;
    line-height: 1.1;
    font-style: normal;
}

.navbar-brand small {
    text-transform: none;
    'font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-family: 'Playfair Display', serif;
}

.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: .35rem 1rem;
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
}
.sidebar ul li a span {
    display:inline-block;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.1;
    width: 16px;
}
.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;
}

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

.bg-darkblue {
    background-color: #0D47A1!important;
}
.border-header {
    border-color: #8DA6CD !important;
}
.bg-header {
    background-color: #e8f1ff;
}

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

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

.badge-sidebar { color: rgba(255, 255, 255, .75); background-color: rgba(0, 0, 0, 0.25); }

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

.grid-cell {
    background-color: white;
    border-radius: 1px;
    border: 1px solid #8DA6CD;
    padding-top: 1px;
}
.list-grid {
    display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat( auto-fill, minmax(160px, max-content));
}
.list-grid a {
    text-decoration: none;
}
.list-grid .table-head {
    display: none;
}
.list-grid .content-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 6px;
    color: black;
    overflow-x: hidden;
}
.list-grid .content-item.grid-cell div:first-child {
    display:none;
}
.list-grid .content-item.grid-cell div:nth-child(2) {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.3;
    font-family: Georgia, Times, serif;
}
.list-grid .content-item.grid-cell div:last-child {
    margin-top: 10px;
}

.list-grid-container .content-item.grid-cell h6 {
    font-weight: 400;
    font-size: .70rem;
    line-height: 1.5;
    margin-bottom: 0;
    display:inline;
    vertical-align: bottom;
}
.list-grid-container.show-table .content-item.grid-cell h6 {
    display:none;
}
.list-grid-container:not(.show-table) .content-item .two-in-one {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.list-grid-container:not(.show-table) .content-item .two-in-one:nth-child(even) {
    background-color: rgba(239, 239, 239, 0.95);
}
.list-grid-container.compact .content-item .two-in-one {
    display:none!important;
}
.list-grid-container.compact .content-item.grid-cell div:last-child{
    display:none!important;
}
.list-grid-container.compact .list-grid {
    grid-template-columns: repeat( auto-fill, minmax(70px, max-content));
}
.list-grid-container.compact .list-grid .content-item.grid-cell div:nth-child(2) {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
}
.list-grid-container.show-table .list-grid .content-item {
    display: table-row;
    border: 0;
    border-radius: 0;
    height: 36px;
    float: none;
}
.list-grid-container.show-table .list-grid .content-item:hover {
    background-color: #b8daff;
}
.list-grid-container.show-table .list-grid .table-head {
    display: table-row;
    height: 36px;
    background: #e8f1ff;
    /*background: #fffcac;*/
}
.list-grid-container.show-table .list-grid .content-item div, .list-grid-container.show-table .list-grid .table-head div {
    display: table-cell;
    padding-left: 10px;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: black;
    vertical-align: middle;
    white-space: nowrap;
}
.list-grid-container.show-table .list-grid .content-item div:last-child {
    max-width: 300px;
}
.list-grid-container.show-table .list-grid .content-item div {
    border-top: 1px solid #8DA6CD;
}
.list-grid-container.show-table .list-grid .content-item:last-child div:first-child {
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
}
.list-grid-container.show-table .list-grid .content-item:last-child div:last-child {
    border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
}
.list-grid-container.show-table .list-grid .table-head div {
    font-weight: 500;
}
.list-grid-container.show-table .list-grid .table-head div:first-child {
    border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
}
.list-grid-container.show-table .list-grid .table-head div:last-child {
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
}

.list-grid-container.show-table {
    overflow-x: auto;
}
.list-grid-container.show-table .list-grid {
    display: table;
    width: calc(100% - 2px);
    background-color: white;
    border-radius: 6px;
    border: 1px solid #8DA6CD;
}
.list-grid-container.show-table .content-item div:first-child a {
    display: none;
}
.table-head div:first-child, .list-grid-container.show-table .content-item div:first-child {width: 5px;}

.table-head div:nth-child(2), .list-grid-container.show-table .content-item div:nth-child(2) {
    width: 70px;
    font-size: 1.5rem;
    text-align: center!important;
    padding-left:5px!important;
}
.table-head div:nth-child(3), .list-grid-container.show-table .content-item div:nth-child(3) {
    width: 100px;
}
.table-head div:nth-child(4), .list-grid-container.show-table .content-item div:nth-child(4) {
    width: 120px;
}
.table-head div:nth-child(5), .list-grid-container.show-table .content-item div:nth-child(5),
.table-head div:nth-child(6), .list-grid-container.show-table .content-item div:nth-child(6),
.table-head div:nth-child(7), .list-grid-container.show-table .content-item div:nth-child(7) {
    width: 100px;
}

.highlight {
    background-color: #222;
    color: #fff;
}
.content figure.highlight {
    margin: 0 10px 10px 10px;
}
.content figure.highlight pre {
    margin-bottom: 0;
}
.content figure.highlight pre code {
    position: relative;
    background: inherit;
    color: #fff;
    display: block;
    padding: 30px;
    top: 0;
}
.content figure.highlight pre code.language-css:before, .content figure.highlight pre code.language-html:before {
    background: #33a9dc;
    color: #fff;
    display: inline-block;
    font-family: "Source Sans Pro","Roboto","Open Sans",Arial,sans-serif;
    font-size: .6rem;
    font-weight: 700;
    height: 1rem;
    left: -1px;
    letter-spacing: .1em;
    line-height: 1rem;
    padding: 0 .5em;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}
.content figure.highlight pre code.language-css:before {
    content: "CSS";
}
.content figure.highlight pre code.language-html:before {
    content: "HTML";
}

.content figure.highlight pre > .toolbar {
    position: absolute;
    top: 1em;
    right: 2em;
}

.popover {
    background-color: #fff6d6;
    border-color: #e3d49a;
}
.popover-body h6 {
    display: inline-block;
    width: 80px;
}
.popover.bs-popover-right .arrow:before {
    border-right-color: #e3d49a !important;
}
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
    border-right-color: #fff6d6;
}

.dropdown-menu {
    background-color: #f7ffe2;
    border-color:#8DA6CD;
}

.grid-container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat( auto-fill, minmax(160px, max-content));
}
.grid-size-sm {
    grid-template-columns: repeat( auto-fill, minmax(120px, max-content));
}
.grid-size-xs {
    grid-template-columns: repeat( auto-fill, minmax(80px, max-content));
}
.grid-container .grid-item {
    border: 1px solid #9d9d9d;
    text-align: center;
}
.grid-container .grid-item div:first-child {
    font-size: 70px;
    font-weight: 400;
    line-height: 1.1;
    padding: 10px 0;
}
.grid-container .grid-item .apple-system {
    font-family: -apple-system;
}
.grid-container .grid-item .georgia {
    font-family: Georgia, EmptyFont2;
}
.grid-container .grid-item .times-new-roman {
    font-family: "Times New Roman", EmptyFont2;
}
.grid-container .grid-item .arial {
    font-family: Arial, EmptyFont2;
}
.grid-container .grid-item .verdana {
    font-family: Verdana, EmptyFont2;
}
.grid-container .grid-item .courier-new {
    font-family: "Courier New", EmptyFont2;
}
.grid-container .grid-item .noto-sans {
    font-family: 'Noto Sans', EmptyFont2;
}

.categories2 a {
     display: block;
     padding: 15px;
     margin-bottom: 5px;
     border:1px solid gainsboro;
     text-align: center;
}

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

.table-html-code td:first-child {
    width:140px;
}
.table-html-code td:last-child {
    text-align: right;
}
.table-align-middle td {
    vertical-align: middle!important;
}
.table-html-code tr:first-child td {
    border-top-width: 0;
}

.displayarea {
    margin-left: 10px;
}

#return-to-top, #return-to-previous {
    position: fixed; /* Fixed/sticky position */
    bottom: 10px; /* Place the button at the bottom of the page */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #0D47A1; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 12px 22px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    opacity: 0.75;
}
#return-to-top {
    display: none; /* Hidden by default */
    right: 10px; /* Place the button 30px from the right */
}
#return-to-previous {
    left: 10px; /* Place the button 30px from the right */
}
#return-to-top:hover, #return-to-previous:hover {
    background-color: #0D47A1; /* Add a dark-grey background on hover */
    opacity: 1;
}

.pagination ul>li {display:none;}

.pagination .last, .pagination .first {display:inline-block;}
.pagination .page-offset-0 {display:inline-block;}

#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 (min-width: 320px) {
    .pagination .page-offset-lr {display:inline-block;}
    .pagination .page-visible {display:inline-block;}
}

@media (min-width: 380px) {
    .d-xxs-inline { display: inline!important; }
}

@media (min-width: 480px) {
    .d-xs-inline { display: inline!important; }
}

@media (min-width: 550px) {
    .pagination .page-indicator-1 {display:inline-block;}
    .pagination .page-indicator-2 {display:inline-block;}
    .pagination .page-indicator-3 {display:inline-block;}
    .pagination .page-indicator-4 {display:inline-block;}
    .pagination .page-indicator-5 {display:inline-block;}
    .pagination .page-indicator-6 {display:inline-block;}

    .pagination .page-offset-1-5 {display:inline-block;}
    .pagination .page-offset-2-5 {display:inline-block;}
    .pagination .page-offset-3-5 {display:inline-block;}
}

@media (min-width: 767px) {
    .pagination .page-offset-1 {display:inline-block;}
    .pagination .page-offset-2 {display:inline-block;}
    .pagination .page-indicator-2 {display:none;}
}

@media (min-width: 979px) {
    .pagination .page-offset-3 {display:inline-block;}
    .pagination .page-offset-4 {display:inline-block;}
    .pagination .page-indicator-3 {display:none;}
    .pagination .page-indicator-4 {display:none;}
}

@media (min-width: 1200px) {
    .pagination .page-indicator-5 {display:none;}
    .pagination .page-offset-5 {display:inline-block;}
    .pagination .page-offset-6 {display:inline-block;}
}

@media (max-width: 1200px) {
    .table-head div:nth-child(8), .list-grid-container.show-table .content-item div:nth-child(8) {display:none!important;}
    .table-head div:first-child, .list-grid-container.show-table .content-item div:first-child {width: 25px;}
    .table-head div:nth-child(7), .list-grid-container.show-table .content-item div:nth-child(7) {width:auto;}
    .list-grid-container.show-table .content-item div:first-child a {display: inline;}

    .list-grid-container.show-table .list-grid .table-head div:nth-child(7) {
        border-top-right-radius: 6px;
        -moz-border-radius-topright: 6px;
    }
    .list-grid-container.show-table .list-grid .content-item:last-child div:nth-child(7) {
        border-bottom-right-radius: 6px;
        -moz-border-radius-bottomright: 6px;
    }
}

@media (max-width: 992px) {
    .directory {width: 95%;}

    .table-head div:nth-child(6), .list-grid-container.show-table .content-item div:nth-child(6) {display:none!important;}

    .page-offset-2 a {display:none;}
}

@media (max-width: 768px) {
    .sidebar {margin-left: -230px;}
    .sidebar.toggled {margin-left: 0;}

    .directory {width: 100%;}

    .table-head div:nth-child(5), .list-grid-container.show-table .content-item div:nth-child(5) {display:none!important;}

    .page-offset-1 a {display:none;}
    .page-offset-5 {display:none;}

    .displayarea {
        margin-left: 5px;
    }

    .html-symbols-label h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    #tags .badge {display:none;}
    .table-head div:nth-child(4), .list-grid-container.show-table .content-item div:nth-child(4) {display:none!important;}

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