.visually-hidden-focusable:active, .visually-hidden-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.visually-hidden-focusable:active, .visually-hidden-focusable:focus {
    position: absolute !important;
    z-index: 999999;
    background-color: #fff;
    color: #000;
    top: 0;
    left: 0;
}
.visually-hidden-focusable {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0.25em;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
    color: #000;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: .9em;
    line-height: 1.42857143;
    color: #333;
}

header {
    box-shadow: 0 4px 14px #888;
}

nav.bg-dark {
    background-color: #fff !important;
    /*height: 3.2em;*/
}

div.wsd-logo {
    display: flex;
    align-items: center;
    column-gap: 40px;
    margin-left: 0;
    padding: 0 30px;
    padding-right: 0;
}

div.wsd-logo > div {
    display: inline-flex;
    position: relative;
}

div.wsd-logo > div:before {
    content: "";
    background-color: #dddddd;
    width: 1px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

div.wsd-logo > div:first-child:before {
    display: none;
}

div.wsd-logo div h1 {
    display: inline-block;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: bold;
}

@media screen and (max-width: 1479px) {
    div.wsd-logo div h1 {
        font-size: .85em;
    }
}

div.wsd-logo div h1 span {
    display: block;
}

ul.wsd-lang-switch {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}

ul.wsd-lang-switch li {
    list-style: none;
    display: inline-block;
}

ul.wsd-lang-switch a {
    margin: .5em .15em;
    background: #fff;
    width: 2em;
    line-height: 2em;
    display: inline-block;
    text-align: center;
    border-radius: .5em;
    vertical-align: top;
    transition: .5s all;
}

ul.wsd-lang-switch a.active {
    color: #fff;
    background-color: #337ab7;
}

.wsd-lang-switch .dropdown-menu {
    background-color: #0054bc;
    margin-left: -50px;
    font-size: 1em;
    border: 0;
    margin-top: .5em;
}

.wsd-lang-switch .dropdown-menu .language-selector {
    list-style: none;
    padding-left: 0;
}

.wsd-lang-switch .dropdown-menu .language-selector li {
    list-style: none;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wsd-lang-switch .dropdown-menu .language-selector li:last-child {
    border-bottom: none;
}

#topNavWrap .wsd-lang-switch .dropdown-menu .language-selector a {
    text-align: left;
    padding: .5em 1em;
    white-space: normal;
    background-color: #0054bc;
    color: #fff;
    display: block;
    transition: .2s all;
}

#topNavWrap .wsd-lang-switch .dropdown-menu .language-selector a.active, #topNavWrap .wsd-lang-switch .dropdown-menu .language-selector a:hover {
    background-color: #81d4ff;
    color: #0054bc;
    text-decoration: none;
}

ul.wsd-toolbar-link {
    /*list-style: none;*/
    /*display: inline-block;*/
    margin-bottom: 0;
    padding-left: 0;
    margin-left: .5em;
}

ul.wsd-toolbar-link li {
    /*list-style: none;*/
    display: inline-block;
}

ul.wsd-toolbar-link li::after {
    content: "•";
    margin: 0 .25em 0 .5em;
    color: #fff;
}

ul.wsd-toolbar-link li:last-child::after {
    display: none;
}

ul.wsd-toolbar-link a {
    padding: 0 .15em;
    color: #7c7c7c;
    display: inline-block;
}

.wsd-heading {
    background-color: #00568c;
    color: #fff;
    font-weight: 600;
    font-size: 1.6em;
    padding: .1em;
    margin-top: 2em;
}

.wsd-heading h1 {
    font-size: 1em;
    font-weight: bold;
    max-width: 500px;
    margin: .75em 0;
}

.wsd-nav {
    /*box-shadow: 0 4px 14px #888;*/
    z-index: 200;
    position: relative;
}

.wsd-nav ul.navbar-nav {
    /*width: 100%;*/
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}

.wsd-nav ul.navbar-nav li {
    position: relative;
    text-align: center;
}

.wsd-nav ul.navbar-nav li::before {
    content: "";
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    width: 1px;
    background-color: #dddddd;
}

.wsd-nav ul.navbar-nav li:last-child::after {
    content: "";
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    height: 20px;
    width: 1px;
    background-color: #dddddd;
}

.wsd-nav ul.navbar-nav li a {
    padding: 1.5em 2em;
    color: #11509e;
}

.wsd-nav .navbar-nav .nav-link {
    padding: 1em 1.75em;
    color: #11509e;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1399.5px) {
    .wsd-nav .navbar-nav .nav-link {
        font-size: .8em;
    }
}

.wsd-nav .navbar-nav .nav-link:hover {
    color: #333333;
}

.wsd-nav .navbar-nav .nav-link:focus-visible {
    outline: black solid 2px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse li a {
        text-align: center;
    }
}

.wsd-nav ul.navbar-nav li a:active {
    color: #333333;
}

.wsd-nav ul.navbar-nav li ul.dropdown-menu {
    font-size: 1em;
    width: 100%;
    background-color: #0054bc;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0;
}

.wsd-nav ul.navbar-nav li ul.dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wsd-nav ul.navbar-nav li ul.dropdown-menu li:last-child {
    border-bottom: none;
}

.wsd-nav ul.navbar-nav li ul.dropdown-menu li:before {
    display: none;
}

.wsd-nav ul.navbar-nav li ul.dropdown-menu li a {
    text-align: left;
    padding: .5em 1em;
    white-space: normal;
    background-color: #0054bc;
    color: #fff;
    transition: .2s all;
}

@media screen and (max-width: 1399.5px) {
    .wsd-nav ul.navbar-nav li ul.dropdown-menu li a {
        font-size: .8em;
    }
}

.wsd-nav ul.navbar-nav li ul.dropdown-menu li a:hover {
    background-color: #81d4ff;
    color: #0054bc;
    text-decoration: none;
}

.wsd-nav ul.navbar-nav li ul.dropdown-menu li a:active {
    background-color: #81d4ff;
    color: #0054bc;
    text-decoration: none;
}

main {
    background-color: #EEF0F4;
    padding: 1.5em 0;
}

main .wsd-search-win .card-header {
    background-color: #0E47A1;
    color: #fff;
}

main .wsd-search-win .card-header h2 {
    font-size: 1.3em;
    margin-bottom: 0;
}

main .wsd-search-win .card-header h3 {
    font-size: 1.3em;
    margin-bottom: 0;
}

main .col-form-label {
    color: #00568c;
    font-weight: bold;
}

main .col-form-label::after {
    content: ':';
    display: inline-block;
}

main .wsd-surveillance-summary {
    color: #333;
    background-color: #EFF8FC;
}

main .wsd-ga-suspended {
    background: #FFFEDA;
}

main .wsd-ga-removed {
    background: #FFE3E9;
}

main .wsd-ga-expired {
    background: #DDD;
}

main select {

    /* styling */
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

main select.form-select {
    background-image:
            linear-gradient(45deg, transparent 50%, #fff 50%),
            linear-gradient(135deg, #fff 50%, transparent 50%),
            linear-gradient(to right, #f7941e, #f7941e);
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 15px) calc(1em + 2px),
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            2.5em 2.5em;
    background-repeat: no-repeat;
}

main select.form-select:focus {
    background-image:
            linear-gradient(45deg, white 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, white 50%),
            linear-gradient(to right, #0E47A1, #0E47A1);
    background-position:
            calc(100% - 15px) 1em,
            calc(100% - 20px) 1em,
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}

main select option:hover,
main select option:focus,
main select option:active {
    background: linear-gradient(#000000, #000000);
    background-color: #000000 !important; /* for IE */
    color: #ffed00 !important;
}

main select option:checked {
    background: linear-gradient(#d6d6d6, #d6d6d6);
    background-color: #d6d6d6 !important; /* for IE */
    color: #000000 !important;
}

main .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

main .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

main .wsd-toolbar {
    background-color: #555;
    padding: .5em 0;
}

main .wsd-toolbar h3 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 0;
    text-transform: uppercase;
}

main .wsd-toolbar .asn-added-container .alert {
    font-size: 1.25em;
}

main .wsd-search-win .display_type .btn {
    padding: .1em .3em;
    font-size: 1.75em;
}

main .wsd-search-win .display_type .btn-check:checked+.btn, main .wsd-search-win .display_type .btn.active, main .wsd-search-win .display_type .btn.show, main .wsd-search-win .display_type .btn:first-child:active, main .wsd-search-win .display_type :not(.btn-check)+.btn:active {
    background-color: #00568c;
}

main .wsd-search-win .nav-container .nav-item .nav-link {
    height: 40px;
    display: inline-block;
    background-color: #CCC;
    font-size: 1.3em;
    cursor: pointer;
    transform: skew(-30deg);
    border: 0;
    border-radius: 0;
    color: #333;
    border-right: 1px solid #EEF0F4;
}

main .wsd-search-win .nav-container .nav-item .nav-link.active {
    background-color: #555;
    color: #fff;
}

main .wsd-search-win .nav-container .nav-item .nav-link span {
    display: inline-block;
    padding: 0 20px;
    transform: skew(30deg);
}

main .result-container .result .toolbar .btn-print {
    color: #444;
    font-size: 1.25em;
}

main .result-container .result .toolbar .btn-print::before {
    content: '\F500';
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .25em;
}

main .result-container .result .toolbar .btn-download {
    color: #444;
    font-size: 1.25em;
    margin: 0 1em;
}

main .result-container .result .toolbar .btn-download::before {
    content: '\F118';
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .25em;
}

main .result-container .no-result {
    text-align: center;
    font-size: 2em;
    padding: 1em 0;
}

main .result-container .result .table-container {
    width: 100%;
    overflow-x: auto;
}

main .table {
    min-width: 1680px;
}

main .table > thead > tr > th {
    background-color: #00568c;
    color: #fff;
}

main .table > thead > tr > th span {
    width: min-content;
    min-width: 60px;
}

main .table > thead > tr > th a {
    color: #fff;
    display: block;
}

main .table .sort::after {
    content: '\F571';
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: .25em;
}

main .table .sort.desc::after {
    content: "\f573";
}

main .table > tbody > tr {
    color: #333;
    background-color: #EFF8FC;
}

main .table > tbody > tr.wsd-ga-suspended {
    background-color: #FFFEDA;
}

main .table > tbody > tr.wsd-ga-removed {
    background-color: #FFE3E9;
}

main .table > tbody > tr.wsd-ga-expired {
    background-color: #DDD;
}

main .table > tbody > tr > td {
    background-color: transparent;
}

main .table > tbody > tr > td a {
    color: #2b61c8;
}

main .result-container .result .bi-circle-fill {
    color: #aaa;
    font-size: 1.75em;
}

main .result-container .result .bi-star-fill {
    color: #2b61c8;
    font-size: 1.75em;
}

main .result-container .result .ga .bi-star-fill.empty {
    color: #aaa;
}

main .result-container .result .qa-info-submitted .bi-circle-fill {
    color: #f7941e;
}

main .result-container .result .qa-info-submitted .bi-circle-fill.empty {
    color: #aaa;
}

main .result-container .result .wels .bi-circle-fill {
    color: #008000;
}

main .result-container .result .wels .bi-circle-fill.empty {
    color: #aaa;
}

main .result-container .result .ga2 .bi-star-fill {
    color: #f7941e;
    font-size: 1.75em;
}

main .result-container .result .ga2 .bi-star-fill.empty {
    color: #aaa;
}

main .result-container .result .pager .page::before {
    content: '|';
    display: inline-block;
    margin-left: .5em;
    margin-right: .5em;
}

main .result-container .result .pager .form-control {
    max-width: 6em;
}

main .result-container .result .grid-container .title {
    color: #00568c;
    font-weight: bold;
}

main .wsd-search-detail .card-header {
    background-color: #555;
    color: #fff;
}

main .wsd-search-detail .card-header h2 {
    font-size: 1.3em;
    margin-bottom: 0;
}

main .wsd-search-detail .card-header h2 a {
    color: #fff;
}

main .wsd-info h2 {
    color: #11509e;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1rem;
}

main .wsd-info h3 {
    color: #11509e;
    font-size: 1.3em;
    font-weight: bold;
}

main .wsd-info .qa-row {
    display: flex;
    align-items: center;
    background-color: #EFF8FC;
}

main .wsd-info .qa-row-2 {
    background-color: #D7F1FC;
}

main .wsd-info .qa-row-3 {
    margin-bottom: 1em;
}

main .wsd-info .qa-row > div {
    padding: .5em;
}

main .wsd-info .qa-row > div {
    width: 15%;
}

main .wsd-info .qa-row > div:first-child {
    width: 15%;
}

main .wsd-info .qa-row > div:last-child {
    width: 70%;
}

main .wsd-info .qa-row .bi-circle-fill {
    color: #f7941e;
    font-size: 2em;
}

main .wsd-info .qa-row .bi-circle-fill.empty {
    color: #aaa;
}

main .wsd-info .img-250 {
    max-width: 250px;
}

main .wsd-search-detail .col-form-label::after {
    display: none;
}

main .wsd-search-detail .form-control-plaintext {
    border: 1px solid #c6c6c6;
    border-radius: .5em;
    background: #efefef;
    padding: .375rem 0.75rem;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    box-shadow: inset 1px 1px 2px rgba(51,51,102,.1);
}

main .wsd-search-detail .form-control-plaintext::after {
    content: ' ';
    display: inline-block;
}

main .wsd-search-detail .form-control-plaintext.ga-status-4 {
    background-color: #FFFEDA;
}

main .wsd-search-detail .form-control-plaintext.ga-status-3 {
    background-color: #FFE3E9;
}

main .wsd-search-detail .form-control-plaintext.ga-status-2 {
    background-color: #DDDDDD;
}

main .wsd-search-detail .bi-circle-fill {
    color: #aaa;
    font-size: 1.75em;
}

main .wsd-search-detail .bi-star-fill {
    color: #2b61c8;
    font-size: 1.75em;
}

main .wsd-search-detail .ga .bi-star-fill.empty {
    color: #aaa;
}

main .wsd-search-detail .qa-info-submitted .bi-circle-fill {
    color: #f7941e;
}

main .wsd-search-detail .qa-info-submitted .bi-circle-fill.empty {
    color: #aaa;
}

main .wsd-search-detail .wels .bi-circle-fill {
    color: #008000;
}

main .wsd-search-detail .wels .bi-circle-fill.empty {
    color: #aaa;
}

main .wsd-search-detail .ga2 .bi-star-fill {
    color: #f7941e;
    font-size: 1.75em;
}

main .wsd-search-detail .ga2 .bi-star-fill.empty {
    color: #aaa;
}

main .wsd-search-detail .table {
    min-width: unset;
}

main .wsd-search-detail .carousel-inner {
    border: 1px solid #999;
    padding: 1em;
}

main .wsd-search-detail .carousel-control-next, main .wsd-search-detail .carousel-control-prev {
    bottom: 50px;
}

main .wsd-search-detail .carousel-indicators {
    position: relative;
    margin-top: .5em;
}

main .wsd-search-detail .carousel-indicators [data-bs-target] {
    width: 50px;
    height: 50px;
    text-indent: unset;
    border: 1px solid #999;
}

main .wsd-search-detail .carousel-indicators [data-bs-target] img {
    max-width: 100%;
    max-height: 100%;
}

footer {
    padding: 2em 0;
    background-color: #fff;
    z-index: 10;
}

footer .wsd-toolbar span {
    color: #666;
}

.w-1 { width: 1%; }
.w-2 { width: 2%; }
.w-3 { width: 3%; }
.w-4 { width: 4%; }
.w-5 { width: 5%; }
.w-6 { width: 6%; }
.w-7 { width: 7%; }
.w-8 { width: 8%; }
.w-9 { width: 9%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

@media print{
    @page {
        size: A3 landscape;
        margin: 10mm 5mm;
    }

    main .table {
        min-width: unset;
        font-size: .5em;
    }

    main .table > thead > tr > th, main .table > thead > tr > th a {
        color: #000;
    }

    main .grid-container .col-12 {
        width: 25%;
    }
}



@font-face {
    font-family: 'icons';
    src: url('../../fonts/icons.eot');
    src: url('../../fonts/icons.eot#iefix') format('embedded-opentype'),
    url('../../fonts/icons.ttf') format('truetype'),
    url('../../fonts/icons.woff') format('woff'),
    url('../../fonts/icons.svg#icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

:root,
[data-bs-theme=light] {
    --bs-border-color: #dddddd;
    --bs-border-color-translucent: rgba(221, 221, 221, 1);
    --bs-border-radius: 0.6rem/*0.375rem*/;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
}

*:focus-visible {
    outline: black solid 2px;
}

body {
    font-size: 1.25em;
}

.bg-body-tertiary {
    background-color: #fff !important;
}

main {
    /*background: url(../../images/bg-water2.png) center 0;*/
    /*background-size: 100%;*/
    background: rgb(255,255,255);
    background: linear-gradient(193deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(202,230,244,1) 100%);
    /*background-color: #f8f8f8;*/
    padding: 3em 0 1.5em 0;
    padding-top: 0;
    position: relative;
}

main .skip-to-content {
    padding-top: 160px;
}

main .bg {
    content: "";
    background: url(../../images/bg-water2.png) center 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 665px;
    display: block;
    position: absolute;
}

main > .container, main > form > .container {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    position: relative;
}

.card {
    --bs-card-cap-padding-y: 0.8rem;
    --bs-card-cap-padding-x: 1.4rem
}

.form-control {
    line-height: 1.9;
}

.form-select {
    font-size: 1.25rem;
}

.row > * {
    padding-right: calc(var(--bs-gutter-x) * .75);
    padding-left: calc(var(--bs-gutter-x) * .75);
}

.text-danger {
    font-size: 0.75em;
}

.mb-3 {
    margin-bottom: 0.8rem !important;
}


main .wsd-search-win .card-header {
    background-color: #0977b8;
}

main .col-form-label {
    color: #0977b8;
    font-weight: 500;
}

main .wsd-surveillance-summary {
    background-color: #f8f8f8;
    color: #515151;
    font-size: 0.8em;
}
main .wsd-surveillance-summary p {
    margin-bottom: .5em;
    font-weight: bold;
}
main .wsd-surveillance-summary li {
    padding: .15em 0;
}


main .wsd-search-win .display_type .btn {
    font-size: 1em;
}

main select.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-position: right .75rem center;
    background-size: 16px 12px;
}
main .btn-primary {
    color: #fff;
    background-color: #007878;
    border-color: #007878;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #717171;
    --bs-btn-border-color: #717171;
}

main .wsd-search-win .display_type .btn-check:checked + .btn,
main .wsd-search-win .display_type .btn.active,
main .wsd-search-win .display_type .btn.show,
main .wsd-search-win .display_type .btn:first-child:active,
main .wsd-search-win .display_type :not(.btn-check) + .btn:active {
    background: #0977b8;
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x) 30px var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: #FFFFFF;
    border-top: none;
}

#logoWrap {
    align-items: center;
    display: flex;
}

#logoWrap a#siteLogo {
    padding: 12px 0;
    width: var(--logo-width);
}

#logoWrap a#siteLogo img {
    height: 46px;
    max-height: 46px;
    max-inline-size: 100%;
    max-block-size: 100%;
}

#logoWrap a {
    display: block;
    line-height: 0;
}

#dj60Logo {
    width: 52px;
    height: 52px;
    margin-left: 10px;
}

#topNavWrap {
    display: flex;
    align-items: center;
    column-gap: 40px;
    margin-left: auto;
}

#topNavWrap > div:before {
    content: "";
    background-color: #dddddd;
    width: 1px;
    height: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

#topNavWrap ul {
    display: block;
    margin-bottom: 0;
}

#topNavWrap ul li {
    color: #069ae7;
}

@media screen and (max-width: 1479px) {
    #topNavWrap ul li {
        font-size: .85em;
    }
}

#topNavWrap ul li a {
    color: #717171;
}

#topNavWrap ul li a:hover {
    color: #333333;
}

.socialmedia {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
}

.socialmedia:before {
    content: "";
    background-color: #dddddd;
    width: 1px;
    height: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

.socialmedia > a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    line-height: 0;
}

.socialmedia > a.btn-fb {
    border-color: #3b5998;
    background-color: #3b5998;
}

.socialmedia > a.btn-wechat {
    border-color: #18cc21;
    background-color: #18cc21;
}

.socialmedia > a.btn-youtube {
    border-color: #e62117;
    background-color: #e62117;
}

.socialmedia > a.btn-ig {
    border-color: #971f9e;
    background-color: #971f9e;
}

.socialmedia > a.btn-fb:hover, .socialmedia > a.btn-wechat:hover, .socialmedia > a.btn-youtube:hover, .socialmedia > a.btn-ig:hover {
    background-color: #ffffff;
}

.socialmedia > a > span {
    display: block;
    height: 100%;
    font-size: 0;
    position: relative;
}

.socialmedia > a > span:before {
    font-family: 'icons' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    color: #fff;
    font-size: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1em;
    transition: color 0.3s ease 0s;
}

.socialmedia > a > span:before {
    color: #fff;
}

.socialmedia > a.btn-fb > span:before, .socialmedia > a.shareFB > span:before {
    content: "\e90a";
}

.socialmedia > a.btn-fb:hover > span:before {
    color: #3b5998;
}

.socialmedia > a.btn-wechat > span:before, .socialmedia > a.shareWechat > span:before {
    content: "\e90b";
}

.socialmedia > a.btn-wechat:hover > span:before {
    color: #18cc21;
}

.socialmedia > a.btn-youtube > span:before {
    content: "\e90c";
}

.socialmedia > a.btn-youtube:hover > span:before {
    color: #e62117;
}

.socialmedia > a.btn-ig > span:before {
    content: "\e90d";
}

.socialmedia > a.btn-ig:hover > span:before {
    color: #971f9e;
}

#siteTools {
    position: relative;
    display: flex;
    justify-content: right;
    align-items: center;
}

#toolLangs .subnav > a, #toolShare .subnav > a {
    line-height: 40px;
    position: relative;
    color: inherit;
}

#toolShare .subnav a {
    font-size: 0;
    width: var(--icon-size);
}

.socialmedia > a > span {
    display: block;
    height: 100%;
    font-size: 0;
    position: relative;
}

.wsd-share-switch {
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    font-size: 1em;
    height: 100%;
}

.wsd-share-switch:before {
    content: "";
    background-color: #dddddd;
    width: 1px;
    height: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    display: none;
}

.wsd-share-switch button {
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 990;
    font-size: 0;
    margin: 0 5px;
    line-height: 0;
    display: inline-block;
    opacity: 1;
    color: #fff;
    border: none;
    background: transparent;
    transition: opacity 0.3s ease 0s, background-color 0.3s ease 0s, left 0.3s ease 0s, right 0.3s ease 0s;
}

.wsd-share-switch button:before {
    content: "";
    z-index: 10;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #0054bc;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease 0s;
}

.wsd-share-switch button.show:before {
    opacity: 1;
    pointer-events: visible;
}

.wsd-share-switch button > span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    border-radius: 50%;
    border: 1px solid #069ae7;
    background-color: #069ae7;
    transition: background-color .3s ease 0s;
}

.wsd-share-switch button > span:before {
    font-family: icons;
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    top: 50%;
    left: 50%;
    color: currentColor;
    transform: translate(-50%, -50%);
    transition: color 0.3s ease 0s;
}

.wsd-share-switch button:hover > span {
    background-color: #fff;
    border-color: #0073bc;
}

.wsd-share-switch button > span:before {
    content: "\e900";
}

.wsd-share-switch button:hover > span:before {
    color: #0073bc;
}

.wsd-share-switch .dropdown-menu {
    background-color: #0054bc;
    margin-left: -75px;
    font-size: 1em;
    border: 0;
    min-width: 200px;
    margin-top: .5em;
}

.wsd-share-switch .dropdown-menu .shareto-selector {
    display: flex;
    list-style: none;
    padding: 0 .5em;
    margin: 0 auto;
    justify-content: center;
}

.wsd-share-switch .dropdown-menu .shareto-selector > li {
    display: inline-flex;
}

.wsd-share-switch .dropdown-menu .shareto-selector > li > a {
    line-height: 40px;
    position: relative;
    color: inherit;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    display: block;
    border-radius: 50%;
    border: 0;
}

.wsd-share-switch .dropdown-menu .shareto-selector > li > a > span {
    display: block;
    height: 100%;
    font-size: 0;
    position: relative;
    background-color: #fff;
    transition: background-color 0.3s ease 0s;
}

.wsd-share-switch .dropdown-menu .shareto-selector > li > a:hover > span, .wsd-share-switch .dropdown-menu .shareto-selector > li > a:focus-within > span {
    background-color: #81d4ff;
    color: #0073bc;
}

.wsd-share-switch .dropdown-menu .shareto-selector > li > a > span:before {
    font-family: 'icons' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    color: #0073bc;
    font-size: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1em;
    transition: color 0.3s ease 0s;
}

.wsd-share-switch .dropdown-menu .shareto-selector > li > a.shareWeibo > span:before {
    content: "\e90e";
}

.wsd-share-switch .dropdown-menu .shareto-selector > li > a.shareTwitter > span:before {
    content: "\e90f";
}

.wsd-share-switch .dropdown-menu .shareto-selector > li > a.shareFB > span:before {
    content: "\e90a";
}

.wsd-share-switch .dropdown-menu .shareto-selector > li > a.shareWhatsApp > span:before {
    content: "\e912";
}


.wsd-lang-switch {
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    font-size: 1em;
    height: 100%;
}

.wsd-lang-switch:before {
    content: "";
    background-color: #dddddd;
    width: 1px;
    height: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

.wsd-lang-switch button {
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 990;
    font-size: 0;
    margin: 0 5px;
    line-height: 0;
    display: inline-block;
    opacity: 1;
    color: #fff;
    border: none;
    background: transparent;
    transition: opacity 0.3s ease 0s, background-color 0.3s ease 0s, left 0.3s ease 0s, right 0.3s ease 0s;
}

.wsd-lang-switch button:before {
    content: "";
    z-index: 10;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #0054bc;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease 0s;
}

.wsd-lang-switch button.show:before {
    opacity: 1;
    pointer-events: visible;
}


.wsd-lang-switch button > span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    border-radius: 50%;
    border: 1px solid #069ae7;
    background-color: #069ae7;
    transition: background-color .3s ease 0s;
}

.wsd-lang-switch button > span:before {
    font-family: icons;
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    top: 50%;
    left: 50%;
    color: currentColor;
    transform: translate(-50%, -50%);
    transition: color 0.3s ease 0s;
}

.wsd-lang-switch button:hover > span {
    background-color: #fff;
    border-color: #0073bc;
}

.wsd-lang-switch button > span:before {
    content: "\e901";
}

.wsd-lang-switch button:hover > span:before {
    color: #0073bc;
}

#toolFontsize {
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    font-size: 1em;
    height: 100%;
}

#toolFontsize > a {
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 990;
    font-size: 0;
    margin: 0 5px;
    line-height: 0;
    display: inline-block;
    opacity: 1;
    color: #fff;
    border: none;
    transition: opacity 0.3s ease 0s, background-color 0.3s ease 0s, left 0.3s ease 0s, right 0.3s ease 0s;
}

#toolFontsize > a > span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    border-radius: 50%;
    border: 1px solid #069ae7;
    background-color: #069ae7;
    transition: background-color .3s ease 0s;
}

#toolFontsize > a > span:before {
    font-family: icons;
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    top: 50%;
    left: 50%;
    color: currentColor;
    transform: translate(-50%, -50%);
    transition: color 0.3s ease 0s;
}
#toolFontsize > a > span:before {
    content: "\e902";
}

#toolFontsize > a:hover > span {
    background-color: #fff;
    border-color: #0073bc;
}

#toolFontsize > a:hover > span:before {
    color: #0073bc;
}



.navbar-toggler {
    height: 100%;
    width: 54px;
    position: relative;
    background-color: #0054bc;
    border-radius: 0;
    border: 0;
    margin: 0 5px !important;
}

.navbar-toggler.collapsed {
    background-color: transparent;
}

.navbar-toggler > span {
    text-indent: -9999px;
    color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 1.5px;
    background-image: none;
    background-color: #069ae7;
}

.navbar-toggler.collapsed > span {
    background-color: #069ae7;
}

.navbar-toggler.collapsed:hover > span {
    background-color: #0073bc;
}

.navbar-toggler > span {
    background-color: transparent;
}

/*.navbar-toggler:hover span, .navbar-toggler:hover span:before, .navbar-toggler:hover span:after, .navbar-toggler:focus-within span, .navbar-toggler:focus-within span:before, .navbar-toggler:focus-within span:after {*/
/*    width: 24px;*/
/*    background-color: #047169;*/
/*}*/

.navbar-toggler:focus {
    box-shadow: none;
    outline: black solid 2px;
}

.navbar-toggler > span, .navbar-toggler > span:before, .navbar-toggler > span:after {
    transition: all 0.3s ease 0s;
}

.navbar-toggler > span:before, .navbar-toggler > span:after {
    content: "";
    height: 3px;
    border-radius: 1.5px;
    width: 24px;
    background-color: #069ae7;
    position: absolute;
    display: block;
}

.navbar-toggler.collapsed > span:before, .navbar-toggler.collapsed > span:after {
    background-color: #069ae7;
}

.navbar-toggler.collapsed:hover > span:before, .navbar-toggler.collapsed:hover > span:after {
    background-color: #0073bc;
}

.navbar-toggler > span:before, .navbar-toggler > span:after {
    background-color: #fff;
}

.navbar-toggler > span:before {
    transform: rotate(45deg);
    top: 0;
}

.navbar-toggler > span:after {
    transform: rotate(-45deg);
    top: 0;
}

.navbar-toggler.collapsed > span:before {
    top: -9px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed > span:after {
    top: 9px;
    transform: rotate(0deg);
}

#backToTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    opacity: 0;
    z-index: 1000;
    color: #fff;
    border: 4px solid #defef6;
    background-color: #0073bc;
    visibility: hidden;
    transition: background-color 0.5s ease 0s, opacity 0.3s ease 0s, border-color 0.5s ease 0s;
}

#backToTop:hover, #backToTop:focus-within {
    background-color: #fff;
    color: #0073bc;
    border-color: #0073bc;
}

#backToTop.active {
    opacity: 1;
    visibility: visible;
}

#backToTop > span {
    display: block;
    height: 100%;
    position: relative;
    font-size: 0;
}

#backToTop > span:after {
    content: "\e913";
    font-family: icons;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    line-height: 20px;
    color: currentColor;
}

.modal-header .btn-close:focus {
    box-shadow: none;
    outline: black solid 2px;
}

.modal-body {
    font-size: 1.3em;
}
