/* hover effects: for desktop only */

@media (min-width: 801px) {
    .home-news-entry:hover .hn-title {
        color: #0C5E6E;
    }
    p a:hover,
    .content li a:hover,
    .content th a:hover,
    .content td a:hover {
        text-decoration: underline;
    }
    .main-menu>ul>li>a:after {
        position: absolute;
        content: '';
        display: block;
        top: 100%;
        left: 0;
        height: 2px;
        width: 0;
        margin-top: 3px;
        background-color: #222;
        transition: width 0.3s ease-in-out;
    }
    .main-menu>ul>li>a:hover:after {
        width: 100%;
        transition: width 0.3s ease-in-out;
    }
    .bottom-menu ul li a:after {
        position: absolute;
        content: '';
        display: block;
        top: 100%;
        left: 0;
        height: 1px;
        width: 0;
        margin-top: 3px;
        background-color: #222;
        transition: width 0.3s ease-in-out;
    }
    .bottom-menu ul li a:hover:after {
        width: 100%;
        transition: width 0.3s ease-in-out;
    }
    .dd-col-heading:after {
        position: absolute;
        content: '';
        display: block;
        top: 100%;
        left: 0;
        height: 2px;
        width: 0;
        margin-top: 3px;
        background-color: #0C5E6E;
        transition: width 0.3s ease-in-out;
    }
    .dd-col-heading:hover:after {
        width: 100%;
        transition: width 0.3s ease-in-out;
    }
    .icon-panel li a:hover {
        text-decoration: underline;
    }
}

@media (max-width: 1300px) {
    /* ALL PAGES */
    .container {
        padding-top: 141px;
    }
    .submenu>ul>li>a {
        padding: 13px 25px;
    }
    .header-tools {
        width: auto;
        float: right;
        left: auto;
        right: 0;
        padding-top: 22px;
        margin-right: 2px;
    }
    .header-language-switcher {
        margin-right: 22px;
    }
    .header-font-size-switcher {
        float: left;
        margin-right: 30px;
    }
    .header-search {
        float: left;
        padding-top: 0;
        clear: none;
    }
    .main-menu>ul {
        width: 100%;
        padding: 55px 0 0 0;
        border-right: 0;
        text-align: right;
    }
    .main-menu>ul>li {
        padding-bottom: 23px;
    }
    .main-menu>ul>li:last-child {
        padding-right: 0;
    }
    .drop-down-news {
        left: auto;
        right: -50%;
        transform: none;
    }
    .drop-down-help {
        left: auto;
        right: 0;
        transform: none;
    }
    .bottom-menu {
        padding-top: 15px;
        padding-bottom: 10px;
        /* background: transparent; */
    }
    .bottom-menu ul {
        margin-left: -15px;
        text-align: left;
    }
    .bottom-menu ul li {
        margin: 4px 0;
    }
    .bottom-menu ul li a {
        padding: 0 15px;
        font-size: 1.4em;
        letter-spacing: 0;
    }
    .back-to-top {
        width: 30px;
        height: 30px;
    }
    .back-to-top span {
        padding-top: 8px;
        font-size: 2em;
        font-weight: 400;
    }
    .footer-wrapper {
        padding: 15px 0;
    }
    .footer-social-icons {
        margin-top: 4px;
        margin-bottom: 0;
    }
    .copyright {
        margin-top: 5px;
        font-size: 1.3em;
        text-align: center;
    }
    /* HOME */
    .home-top {
        padding: 20px 0 30px 0;
    }
    .home-top-left,
    .home-top-right {
        float: none;
        width: 100%;
    }
    .home-top-left {
        position: relative;
        padding-right: 0;
        border-right: 0;
        margin-bottom: 20px;
    }
    .home-top-right {
        display: inline-block;
        width: 100%;
        padding-left: 0;
    }
    .home-top-left h2 {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 2em;
    }
    .home-top-right h2 {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 2em;
    }
    .home-news-entries {
        overflow: hidden;
    }
    .home-blocks-small {
        margin-top: 0;
    }
    .hn-left {
        width: 70px;
    }
    .home-news-entry {
        margin-left: 0;
        width: 100%;
        float: none;
    }
    .hn-date {
        width: 55px;
        height: 55px;
        margin-right: 0;
    }
    .hn-title {
        font-size: 1.45em;
    }
    .hn-more {
        position: absolute;
        right: 0;
        top: 3px;
        margin-top: 0;
        font-size: 1.5em;
    }
    /* ALL CONTENT PAGES */
    .page-banner {
        height: 80px;
    }
    .page-title {
        height: auto;
        padding: 15px 0;
    }
    .page-title-text {
        font-size: 2em;
    }
    .breadcrumbs-container {
        padding: 10px 0;
        font-size: 1.6em;
    }
    /* PAGES */
    .main {
        padding: 25px 0;
    }
    .content-with-sidebar {
        float: none;
        width: 100%;
    }
    .content-page-title {
        margin-bottom: 15px;
    }
    .content-text {
        padding: 15px 20px;
    }
    .accordion-title {
        padding: 15px 15px 15px 30px;
        font-size: 1.6em;
    }
    .accordion-title:after {
        left: 11px;
        top: 10px;
        font-size: 1.4em;
    }
    .accordion-text {
        padding: 15px 15px 15px 30px;
    }
    .sidebar {
        float: none;
        width: 100%;
        padding: 0;
        margin: 30px 0 0 0;
        border: 0;
    }
    .sq-title {
        margin-bottom: 15px;
    }
    .siddebar-quote {
        margin-bottom: 30px;
    }
}

@media (max-width: 1000px) {
    .header,
    .header-wrapper {
        height: 80px;
    }
    .container {
        padding-top: 118px;
    }
    .header-logo {
        width: 350px;
    }
    .header-logo img {
        height: 50px;
    }
    .header-tools {
        padding-top: 13px;
    }
    .main-menu {
        width: 68%;
    }
    .main-menu>ul {
        padding-top: 40px;
    }
    .main-menu>ul>li {
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .footer-logo {
        width: 220px;
    }
    .footer-logo-2 {
        width: 55px;
    }
    .ft-menu {
        margin-top: 10px;
    }
    .home-slider-container {
        height: 225px;
    }
    .home-slider-container .slide-image {
        height: 150px;
    }
    .slide-caption {
        height: 75px;
    }
    .slide-caption-wrapper {
        padding: 15px 0;
    }
    .slide-caption-large {
        padding: 0 6px;
        font-size: 2em;
    }
    .slide-caption-small {
        font-size: 1.6em;
    }
    .bx-wrapper .bx-controls-direction a {
        width: 10px !important;
        height: 11px !important;
    }
    .bx-wrapper .bx-prev,
    .bx-wrapper .bx-next {
        background-size: 10px 11px !important;
    }
    .bx-wrapper .bx-prev {
        left: 11px !important;
    }
    .bx-wrapper .bx-next {
        right: 11px !important;
    }
    .home-bottom {
        padding: 30px 0;
    }
    .home-bottom-block {
        height: auto;
        margin-bottom: 10px;
    }
    .hbb-top {
        display: table-cell;
        width: 48%;
        height: 200px;
        border-right: 4px solid #ADEBEB;
        border-bottom: 0;
    }
    .hbb-bottom {
        position: relative;
        display: table-cell;
        width: 52%;
        padding: 15px 10px 35px 32px;
    }
    .hbb-cat {
        position: absolute;
        left: 0;
        top: 50%;
        width: 46px;
        height: 46px;
        margin: -23px 0 0 -25px;
    }
    .hbb-cat span {
        font-size: 1em;
        font-weight: 500;
    }
    .hbb-title {
        margin-top: 0;
        font-size: 1.6em;
    }
    .home-bottom-block-1 .hbb-more,
    .home-bottom-block-2 .hbb-more {
        position: absolute;
        right: 20px;
        bottom: 10px;
        margin-top: 0;
        font-size: 1.5em;
    }
    .hbb-heading {
        margin-bottom: 15px;
        font-size: 2em;
    }
    .hbb-content {
        position: relative;
        padding: 15px 20px;
    }
    .hbb-list {
        margin-bottom: 10px;
    }
    .hbb-list li {
        width: 33%;
        padding-left: 20px;
        margin-bottom: 5px;
        background-position: 0 3px;
        background-size: 15px auto;
    }
    .hbb-list li:nth-child(2n+1) {
        clear: none;
    }
    .hbb-list li:nth-child(3n+1) {
        clear: both;
    }
    .hbb-list li:nth-child(3n+3) {
        padding-right: 0;
    }
    .home-bottom-block-3 .hbb-more {
        position: absolute;
        right: 20px;
        top: 19px;
        bottom: 0;
        margin-top: 0;
        font-size: 1.5em;
    }
    .il-left {
        width: 40%;
    }
    .il-middle,
    .il-right {
        float: none;
        width: 60%;
        margin-left: 40%;
        padding-left: 30px;
    }
    .il-right {
        display: inline-block;
        padding-top: 5px;
    }
    .list-label {
        float: left;
        margin-right: 5px;
    }
    /* ICONS PAGE */
    .main.main-2col .main-wrapper:before {
        left: -20%;
        width: 140%;
        z-index: -1;
    }
    .content-2col,
    .content-left,
    .content-right {
        display: block;
    }
    .content-left {
        width: 100%;
        padding: 15px 0;
    }
    .content-left-list {
        display: none;
    }
    .content-left-heading {
        position: relative;
        cursor: pointer;
    }
    .content-left-heading:after {
        position: absolute;
        display: block;
        content: '\003E';
        right: 0;
        top: -2px;
        width: 20px;
        height: 20px;
        color: #000;
        font-size: 2.6em;
        line-height: 1;
        z-index: 0;
        text-align: right;
        transform: rotate(90deg);
        transition: all 0.4s ease-in-out;
    }
    .content-left.open .content-left-heading:after {
        top: 5px;
        transform: rotate(-90deg);
        transition: all 0.4s ease-in-out;
    }
    .content-left h3 {
        margin: 0;
        font-size: 2.2em;
    }
    .content-left h4 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .content-left h4:last-child {
        margin-bottom: 0;
    }
    .content-right {
        width: 100%;
        padding: 0;
    }
    .main.main-2col .content-right {
        position: relative;
    }
    .main.main-2col .content-right:before {
        position: absolute;
        display: block;
        content: '';
        left: -20%;
        top: 0;
        width: 140%;
        height: 100%;
        background-color: #FFF;
        z-index: 0;
    }
    .icon-entries {
        position: relative;
        padding: 15px 0;
        z-index: 1;
    }
    .icon-entry {
        width: 28.6%;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .icon-entry:nth-child(3n+1) {
        padding-left: 0;
        margin-left: 0;
    }
    .icon-entry:nth-child(3n+3) {
        padding-right: 0;
        margin-right: 0;
    }
    .icon-entry .ie-icon {
        width: 50px;
        height: 50px;
        margin: 0 auto 5px auto;
    }
    .icon-entry .ie-icon i {
        font-size: 2.5em;
    }
    .icon-entry h2 {
        margin: 0;
        font-size: 1.6em;
    }
    .icon-panel {
        padding: 15px 20px 5px 20px;
    }
    .icon-panel ul.sub-list {
        font-size: 1.6em;
    }
    .icon-panel li {
        margin-bottom: 10px;
    }
    .footer-right {
        padding-top: 20px;
    }
    .copyright {
        clear: both;
        float: left;
    }
    .status-keys {
        float: none;
    }
    .status-key {
        float: left;
        margin-left: 0;
    }
    .status-key-good,
    .status-key-information {
        width: 150px;
    }
    .status-key-information {
        clear: left;
    }
    .content-status h2 {
        clear: left;
    }
    .st-group-main .st-cell-text:after {
        left: 10px;
    }
    .st-cell-text {
        padding-left: 30px;
    }
    .st-row-dates .st-cell-text {
        padding-left: 10px;
    }
    .st-cell-date span {
        display: block;
    }
}

@media (max-width: 900px) {
    .header-logo {
        width: 280px;
    }
    .header-logo img {
        height: 40px;
    }
}
/*
@media (max-width: 850px) {
    .header-logo {
        width: 250px;
    }
    .header-logo img {
        height: 35px;
    }
}
*/
@media (max-width: 800px) {
    .wrapper {
        width: 90%;
    }
    .table-form-like table tr {
        border: 1px solid #65aaa9;
        border-bottom: 2px solid #65aaa9;
    }
    .table-form-like table tr td {
        display: block;
        padding: 10px;
        border: 1px solid #dddddd;
        width: 100% !important;
    }
    /* .table-form-like table thead,
    .table-form-like table tbody tr:first-child,
    .table-form-like table tr:first-child {
        display: none;
    } */
    .table-form-like table thead {
        display: none;
    }
    .table-form-like table thead~tbody tr:first-child {
        display: block;
    }
    body {
        font-size: 55%;
    }
    h2 {
        margin: 1em 0 0.7em 0;
        font-size: 2.6em;
    }
    h3 {
        margin: 1em 0 0.7em 0;
    }
    p {
        font-size: 1.5em;
    }
    .content ul,
    .content ol {
        margin-bottom: 2em;
    }
    .content li {
        margin-bottom: 0.7em;
        font-size: 1.5em;
    }
    body.menu-open {
        overflow: hidden;
    }
    body.menu-open .main-menu-mask {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        cursor: pointer;
        z-index: 5;
    }
    body.menu-open .main-menu-mobile {
        right: 0;
        top: 0;
        transition: right 0.3s ease-in-out;
        box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
    }
    .main-menu {
        display: none;
    }
    .main-menu-close {
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        padding: 20px;
    }
    .main-menu-close span {
        display: block;
        width: 20px;
        height: 20px;
        background: url('images/top-menu-close@2x.png') no-repeat center center;
        background-size: 20px 20px;
        cursor: pointer;
    }
    .main-menu-mobile {
        display: block;
        position: fixed;
        right: -100%;
        width: 80%;
        max-width: 280px;
        height: 100%;
        padding: 60px 0 30px 0;
        background-color: #E8E8E8;
        opacity: 1;
        z-index: 10;
        transition: right 0.3s ease-in-out;
    }
    .mmm-top-1, .mmm-top-2 {
        padding: 10px 20px;
    }
    .mmm-top-1 {
        display: flex;
        align-items: center;
    }
    .mmm-top-2 {
        margin-bottom: 20px;
    }
    .header-language-switcher {
        margin-top: 0;
    }
    .header-font-size-switcher span,
    .header-language-switcher a {
        color: #7D2882;
    }
    .header-search {
        float: none;
        width: 162px;
    }
    .main-menu-mobile nav ul li {
        text-align: left;
        border-bottom: 1px solid white;
    }
    .main-menu-mobile nav ul li:first-child {
        border-top: 1px solid white;
    }
    .main-menu-mobile nav ul li a {
        display: block;
        color: #7D2882;
        font-size: 1.6em;
        font-weight: 600;
        padding: 12px 20px;
    }
    a.main-menu-search {
        position: absolute;
        display: block;
        right: 58px;
        width: 56px;
        height: 56px;
        font-size: 2em;
        background: #ADEBEB url('images/search@2x.png') no-repeat center center;
        background-size: 25px 25px;
    }
    .main-menu-button {
        display: block;
        position: relative;
        left: 20px;
        padding: 9px 20px 0 20px;
        cursor: pointer;
    }
    .main-menu-button .menu-line {
        display: block;
        width: 22px;
        height: 2px;
        background: #7D2882;
        margin: 6px auto;
    }
    .header,
    .header-wrapper {
        height: 56px;
    }
    .header:after {
        display: none;
    }
    .header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-bottom {
        display: none;
    }
    .container {
        padding-top: 56px;
    }
    .header-logo {
        width: 80%;
    }
    .header-logo img {
        display: block;
        height: 40px;
    }
    .copyright {
        width: 100%;
        text-align: left;
    }
    .home-slider-container {
        height: 150px;
    }
    .home-slider-container .slide-image {
        height: 90px;
    }
    .slide-caption {
        height: 60px;
    }
    .slide-caption-wrapper {
        padding: 10px 0;
    }
    .bx-wrapper .bx-prev,
    .bx-wrapper .bx-next {
        bottom: 15px !important;
    }
    .hbl-text {
        width: 80px;
        height: 80px;
    }
    .hbl-text h3 {
        font-size: 1.6em;
    }
    /* NEWS */
    .content-filters {
        float: none;
        margin-bottom: 0;
    }
    .content-page-title+.content-filters {
        margin-top: 0;
    }
    .content-filter {
        margin-bottom: 8px;
    }
    .content-filter select {
        height: 22px;
    }
    .content-list {
        padding: 15px 20px;
    }
    .icon-entry {
        width: 28.6%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    /* DATE LIST PAGE */
    .date-list-entry,
    .dl-left,
    .dl-middle,
    .dl-right {
        display: block;
    }
    .date-list-entry {
        width: 100%;
    }
    .dl-left {
        float: left;
        width: 70px;
    }
    .dl-middle {
        width: 100%;
        padding-left: 75px;
        padding-right: 0;
    }
    .dl-right {
        width: 100%;
        padding-left: 75px;
    }
    .list-entry {
        padding: 20px 0;
    }
    .dl-date {
        width: 55px;
        height: 55px;
    }
    .dl-left,
    .dl-middle {
        margin-bottom: 10px;
    }
    .dl-title {
        font-size: 1.6em;
    }
    .list-label {
        float: none;
        display: inline-block;
        padding: 5px 10px;
        margin: 0 5px 5px 0;
        font-size: 1.6em;
    }
    .dl-right .list-label {
        width: auto;
    }
    .pagination {
        margin-top: 15px;
    }
    .submenu>ul>li {
        margin: 0 10px 10px 0;
    }
    .submenu>ul>li>a {
        padding: 6px 10px;
        font-size: 1.6em;
    }
    .footer-bottom {
        display: block;
    }
    .footer-right {
        clear: both;
        float: left;
        padding-top: 0;
        padding-bottom: 10px;
    }
}

@media (max-width: 750px) {
    /* IMAGE LIST PAGE */
    .image-list-entry {
        padding: 22px 0 15px 0;
        margin: 0 auto;
    }
    .il-left,
    .il-middle,
    .il-right {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .il-title {
        margin-bottom: 15px;
    }
    .il-info-row {
        margin-bottom: 8px;
    }
    .il-middle {
        padding: 15px 0 10px 0;
    }
    .il-right {
        display: block;
        padding-left: 0;
    }
    .il-right .list-label {
        width: auto;
        margin: 0 5px 5px 0;
    }
    /*
.form-like th, .form-like td, .table-form-like th, .table-form-like td {
display: block;
border: 0;
}
.form-like th, .table-form-like th {
font-weight: 700;
}
.form-like tr, .table-form-like tr {
border-bottom: 1px solid #CCC;
padding: 5px 0;
}
.form-like tr:last-child, .table-form-like tr:last-child {
border-bottom: 0;
}
*/
}

@media (max-width: 700px) {
    .hbb-top {
        height: 150px;
    }
}

@media (max-width: 650px) {
    .content-status {
        padding: 20px;
    }
    .home-top-right h2 {
        margin-bottom: 27px;
    }
    .home-blocks-large {
        width: 43%;
        margin-top: 0;
        margin-right: 6%;
        margin-bottom: 0;
    }
    .home-block-large {
        float: none;
        width: 100%;
        height: 70px;
        margin-bottom: 19px;
    }
    .home-block-large:last-child {
        margin-bottom: 0;
    }
    .home-block-large-1 {
        background-position: 15px 15px;
        background-size: 30px auto;
    }
    .home-block-large-2 {
        background-position: 10px 25px;
        background-size: 45px auto;
    }
    .home-block-large-3 {
        background-position: 13px 20px;
        background-size: 40px auto;
    }
    .hbl-text {
        right: 10px;
        top: -15px;
        width: 68px;
        height: 68px;
    }
    .hbl-text h3 {
        font-size: 1.3em;
    }
    .home-blocks-small {
        width: 51%;
    }
    .home-block-small {
        float: none;
        width: 100%;
        padding-left: 11px;
    }
    .home-block-small:last-child {
        margin-bottom: 0;
    }
    .cli-bar-wrapper {
        display: block;
    }
    .cli-button {
        text-align: left;
    }
    .cli-plugin-button {
        margin: 15px 0 0 0;
    }
    .page-banner {
        height: 60px;
    }
    .st-cell-date {
        font-size: 1.4em;
    }
    .ft-top {
        display: block;
    }
    .ft-top-1 {
        display: flex;
        margin-bottom: 20px;
    }
    .ft-top-1, .ft-logos {
        justify-content: center;
    }
    .ft-menu {
        margin-top: 20px;
    }
    .ft-menu ul {
        display: block;
        text-align: center;
    }
    .ft-menu ul li {
        display: inline-block;
        margin-bottom: 5px;
    }
    .copyright {
        text-align: center;
    }
}

@media (max-width: 550px) {
    a {
        /* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
    .details-table th {
        width: 40%;
        padding: 5px 0;
        text-align: left;
    }
    .details-table td {
        width: 60%;
    }
    .content ul {
        margin-left: 1em;
    }
    .icon-entry h2 {
        font-size:  0.7em !important;
    }
    .icon-panel li a {
        font-size: 0.9em;
    }
}

@media (max-width: 500px) {
    .hbb-top {
        display: block;
        width: 100%;
        border-bottom: 4px solid #ADEBEB;
        border-right: 0;
    }
    .hbb-bottom {
        display: block;
        width: 100%;
        padding: 32px 10px 35px 32px;
    }
    .hbb-cat {
        left: 50%;
        top: 0;
    }
    .home-news-entry {
        margin-left: 0;
        width: 100%;
        float: none;
    }
    .home-block-large i {
        left: 50%;
        top: 15px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 3.6em;
    }
    /* .hn-left {
display: inline-block;
vertical-align: middle;
width: 20%;
}
.hn-right {
display: inline-block;
vertical-align: middle;
width: 75%;
margin-top: 0;
} */
    .st-row-dates .st-cell-text,
    .st-group-main .st-cell-text,
    .st-cell.st-cell-text {
        width: 20%;
        padding: 3px 3px 3px 10px;
    }
    .st-group-main .st-cell-text {
        padding-left: 20px;
    }
    .st-cell {
        padding: 3px;
    }
    .st-group-main .st-cell-text:after {
        left: 6px;
        top: 1px;
        font-size: 1.2em;
    }
    .st-information,
    .st-restored,
    .st-maintenance {
        width: 18px;
        height: 18px;
    }
    .page-banner {
        height: 45px;
    }
}

@media (max-width: 450px) {
    .st-cell-text,
    .st-row-dates .st-cell-text,
    .st-cell-date {
        font-size: 1.2em;
    }
    .hbb-heading {
        font-size: 1.6em;
    }
    .hbb-top {
        height: 100px;
    }
    .footer-logo {
        max-width: 100%;
    }
    .icon-panel ul.sub-list {
        float: none;
        width: 98%;
        padding-right: 20px;
    }
    .icon-panel li {
        width: 100%;
        padding-right: 20%;
    }
    .status-key-good,
    .status-key-information {
        width: 130px;
    }
    .slide-caption-large {
        font-size: 1.7em;
    }
}

@media (max-width: 400px) {
    .header-logo img {
        height: 30px;
    }
    .status-key {
        display: block;
        float: none;
        font-size: 1.2em;
    }
    .icon-entry h2 {
        font-size: 0.5em !important;
    }
    .slide-caption-large {
        font-size: 1.5em;
    }
}

@media (max-width: 1300px) {
    .main-menu>ul>li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-search form[name="gsearch"] {
        width: 100%;
    }
    .header-bottom-wrapper > ul > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.5em;
    }
    .home-top {
        padding: 20px 0 0px 0;
    }
    .home-bottom-blocks {
        margin-bottom: 2%;
    }
    .home-bottom-block {
        height: 300px;
        margin-bottom: 0;
    }
    .home-bottom-block-half,
    .home-bottom-block-2,
    .home-bottom-block-3 {
        width: 49%;
    }
    .home-bottom-block-half:nth-child(2n+2) {
        margin-right: 0;
    }
    .hbb-solid .hbb-image {
        height: 195px;
    }
    .hbb-solid .hbb-content {
        margin-top: 195px;
    }
    .hbs-text {
        margin-top: 40px;
    }
    .bottom-menu ul {
        text-align: center;
    }
    .bottom-menu ul li {
        padding: 0 0px;
    }
    .home-news-entry {
        display: inline-block;
        width: 30%;
        margin-top: 3%;
        vertical-align: middle;
    }
    .home-news-banner {
        display: inline-block;
        width: 39%;
        float: right;
        padding-bottom: 12%;
        margin-top: 0;
        vertical-align: middle;
    }
}

@media (max-width: 1000px) {
    .home-slider-container {
        height: 202px;
    }
    .home-slider-container .slide-image {
        height: 145px;
    }
    .slide-caption {
        height: 57px;
    }
}

@media (max-width: 875px) {
    .home-news-entry {
        width: 33%;
        margin-top: 0;
    }
    .home-news-banner {
        display: block;
        width: 33%;
        padding-bottom: 10%;
    }
}

@media (max-width: 800px) {
    .home-bottom-block {
        display: inline-block;
    }
    .home-block-large {
        height: 0;
        padding-bottom: 14%;
    }
    .home-block-large-1,
    .home-block-large-2,
    .home-block-large-3 {
        background-size: auto 45%;
        background-position: 15% center;
    }
    .home-block-large i {
        font-size: 5em;
    }
}

@media (max-width: 700px) {
    .home-news-entry {
        width: 49%;
        margin-right: 2%;
        float: left;
    }
    .home-news-entry:nth-child(2n+2) {
        margin-right: 0;
    }
    .home-news-banner {
        display: block;
        width: 300px;
        height: 90px;
        padding-bottom: 0;
        float: unset;
        margin: auto;
        clear: both;
        margin-top: 2%;
    }
}

@media (max-width: 650px) {
    .home-bottom-block-half,
    .home-bottom-block-2,
    .home-bottom-block-3 {
        width: 100%;
        margin: 10px auto;
        height: auto;
    }
    .home-bottom-block-2 {
        height: 300px;
    }
    .home-blocks-large {
        width: 100%;
    }
    .home-blocks-large {
        margin-right: 0;
    }
    .home-blocks-small {
        width: 100%;
    }
    .home-block-large,
    .home-block-small {
        display: inline-block;
        width: 32%;
        vertical-align: top;
        float: left;
    }
    .home-block-large:last-child,
    .home-block-small:nth-child(3n+3) {
        margin-right: 0;
    }
    .home-block-large,
    .home-block-large:last-child {
        margin-bottom: 5px;
    }
    .home-block-small {
        height: auto;
    }
    .home-block-small:nth-child(3n+1) {
        clear: both;
    }
    .home-block-large i {
        font-size: 3.8em;
    }
}

@media (max-width: 550px) {
    .footer-top {
        display: block;
    }
}

@media (max-width: 500px) {
    .home-block-large-1,
    .home-block-large-2,
    .home-block-large-3 {
        background-position: center 17px;
        background-size: auto 26px;
        height: 95px;
        padding-bottom: 0;
        /*background-color: transparent!important;*/
    }
    .hbl-text {
        display: block;
        position: relative;
        top: unset;
        right: unset;
        height: auto;
        width: 100%;
        box-shadow: none;
        text-align: center;
        border-radius: 0;
        margin-top: 60px;
        padding: 1px 0;
    }
    .hbl-text h3 {
        display: block;
    }
    .home-block-large:first-child {
        margin-top: 0;
    }
}

@media (max-width: 400px) {
    .hn-left,
    .hn-right {
        display: block;
        width: 100%;
        text-align: center;
    }
    .hn-date {
        margin: auto;
        margin-bottom: 10px;
    }
    .hn-label {
        margin: auto;
        margin-top: 7px;
    }
    /* .home-news-entry {
        width: 100%;
        margin-right: 0;
    }*/
}


/* A */

.skip-link {
  background-color: rgb(12, 94, 110);
  color: #fff;
  font-size: 1.6em;
  font-weight: 700;
  left: 50%;
  top: 0;
  padding: 6px 15px 8px 15px;
  position: absolute;
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  transition: transform 0.3s;
  z-index: 100;
}
.skip-link:focus {
  -ms-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}

.title-shifted {
  padding-left: 5.5%;
}

.slide-caption {
  display: flex;
  align-items: center;
}

body.font-large .slide-caption {
  height: 160px;
}
body.font-large .bx-wrapper .bx-controls-direction a {
  bottom: 59px;
}

body.font-large .hn-date {
  width: 72px;
  height: 72px;
}
@media (max-width: 1300px) {
  body.font-large .hn-left {
    width: 90px;
  }
  body.font-large .hn-date {
    width: 72px;
    height: 72px;
  }
}

.hbl-icon {
  display: block;
  font-size: 10px;
}
.hbs-icon {
  font-size: 10px;
}
@media (max-width: 500px) {
  .hbl-icon {
    position: relative;
    height: 60px;
  }
  .home-block-large i {
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .hbl-text {
    margin-top: 0;
  }
}

body.font-large .home-block-small {
  width: 16.6666%;
  margin-right: 0;
}

body.font-large .home-bottom-block {
  height: 300px;
}
.hbb-overlay .hbb-content {
  background-color: rgba(12, 94, 110, 0.7);
}
body.font-large .hbb-solid .hbb-content {
    margin-top: 150px;
}
@media (max-width: 1300px) {
  body.font-large .hbb-solid .hbb-content {
      margin-top: 190px;
  }
}
.hbb-list ul {
  overflow: hidden;
}
body.font-large .hbb-list ul {
  margin-bottom: 15px;
}
@media (min-width: 1211px) {
  body.font-large .hbb-overlay .hbb-content {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
@media (max-width: 1000px) {
  body.font-large .home-bottom-block.hbb-overlay,
  body.font-large .home-bottom-block.hbb-status {
    height: 380px;
  }
  body.font-large .hbb-list li {
    width: 50%;
  }
  body.font-large .hbb-list li:nth-child(3n+1) {
    clear: none;
  }
  body.font-large .hbb-list li:nth-child(2n+1) {
    clear: both;
  }
  body.font-large .hbb-list li:nth-child(3n+3) {
    padding-right: 8px;
  }
}
@media (max-width: 1000px) {
  body.font-large .home-bottom-block.hbb-overlay,
  body.font-large .home-bottom-block.hbb-status {
    height: 380px;
  }
  body.font-large .hbb-list li {
    width: 50%;
  }
  body.font-large .hbb-list li:nth-child(3n+1) {
    clear: none;
  }
  body.font-large .hbb-list li:nth-child(2n+1) {
    clear: both;
  }
  body.font-large .hbb-list li:nth-child(3n+3) {
    padding-right: 8px;
  }
}
@media (max-width: 1000px) {
  body.font-large .home-bottom-block.hbb-overlay,
  body.font-large .home-bottom-block.hbb-status {
    height: 300px;
  }
}
@media (max-width: 400px) {
  body.font-large .home-bottom-block.hbb-status {
    height: 380px;
  }
}

@media (max-width: 1000px) {
  .home-bottom-block-3 .hbb-more {
    bottom: auto;
    margin-top: -0.45em;
  }
}
@media (max-width: 700px) and (min-width: 651px) {
  .home-bottom-block-3 .hbb-more {
    position: static;
    margin: 5px 0 15px 0;
  }
}
@media (max-width: 350px) {
  .home-bottom-block-3 .hbb-more {
    position: static;
    margin: 5px 0 15px 0;
  }
}
body.font-large .hbb-status .hbb-more {
  position: static;
  margin-top: 10px !important;
  margin-bottom: 15px;
}

table.status-table,
table.status-table table {
  margin: 0;
}

.footer-social-icon {
  background: none;
}
@media (max-width: 1300px) {
  .footer-social-icons {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

body.font-large .footer-login a {
  font-size: 17px;
}
body.font-small .footer-login a {
  font-size: 12px;
}

.icon-entry h2 {
  font-size: 1em;
  cursor: pointer;
}
.icon-entry h2 button {
  font-family: 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif;;
  border: 0;
  background: none;
  color: #4D4D4D;
  font-size: 2.4em;
  font-weight: 700;
  font-style: italic;
}

.accordion-title.accordion-title-new {
  font-size: 1em;
}
.accordion-title.accordion-title-new:after {
  font-size: 3em;
}
.accordion-title-new button {
  font-family: 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif;;
  border: 0;
  background: none;
  color: #222;
  font-size: 1.8em;
  cursor: pointer;
  text-align: left;
}


.main-menu li:focus-within .drop-down {
  display: block;
}
/*
.main-menu:focus-within li .drop-down,
.main-menu:hover li .drop-down {
  display: none !important;
}
.main-menu li:focus-within .drop-down,
.main-menu li:hover .drop-down {
  display: block !important;
}

.main-menu li:focus-within ~ li .drop-down,
.main-menu li:hover ~ li .drop-down {
  display: block !important;
}

.main-menu li.open .drop-down {
  display: block;
}
*/

.accordion-title,
.accordion-title:after,
.page-numbers,
.submenu > ul > li > a,
.st-group-main .st-cell-text:after {
  color: #000;
}
.st-group-main .st-cell-text:after {
    top: 3px;
}

button.back-to-top {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  z-index: 10001;
}
.back-to-top-inner {
  width: 100%;
  height: 100%;
  background-color: rgba(77,77,77,0.5);
  border-radius: 100%;
}
.back-to-top span {
  line-height: 1;
}
@media (max-width: 1300px) {
  .accordion-title:after {
    top: 9px;
  }
  .back-to-top span {
    line-height: 0.9;
  }
}

.for-screen-reader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

a:focus, button:focus {
  border: 1px dotted black;
}

.header-search form[name="gsearch"] {
  width: 100%;
}

.bx-wrapper .bx-controls-auto {
  background: white;
  width: auto !important;
  padding: 10px 10px 7px 10px;
  right: 0;
  margin-top: -70px;
}

.il-image-new {
    height: auto;
    padding: 0;
}
img.il-image-new-img {
    max-width: none;
    width: 100%;
}

.bx-controls {
    width: 100% !important;
    max-width: 1100px;
}
.bx-wrapper .bx-controls-auto {
    top: auto;
    bottom: 358px;
}

@media (max-width: 1350px) {
  .bx-controls {
    max-width: none;
  }
    .bx-wrapper .bx-prev {
        left: 25px !important;
    }
    .bx-wrapper .bx-next {
        right: 25px !important;
    }
}

@media (min-width: 1001px) {
  .slide-caption-wrapper {
    padding-top: 0;
  }
}
@media (max-width: 1000px) {
    .bx-wrapper .bx-controls-auto {
        bottom: 169px;
    }
    .bx-wrapper .bx-next {
        background-size: 10px 11px !important;
    }
    .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
        bottom: 22px !important;
    }
}

@media (max-width: 800px) {  
  .bx-controls {
    width: 85% !important;
  }
  .bx-wrapper .bx-prev {
    left: -40px !important;
  }
  .bx-wrapper .bx-next {
    right: -40px !important;
  }
}

@media (max-width: 600px) {
  .bx-wrapper .bx-prev {
    left: -25px !important;
  }
  .bx-wrapper .bx-next {
    right: -25px !important;
  }
}
@media (max-width: 400px) {
  .bx-wrapper .bx-prev {
    left: -20px !important;
  }
  .bx-wrapper .bx-next {
    right: -20px !important;
  }
}
@media (max-width: 350px) {
  .bx-wrapper .bx-prev {
    left: -15px !important;
  }
  .bx-wrapper .bx-next {
    right: -15px !important;
  }
}

.bx-wrapper .bx-controls-auto .bx-start,
.bx-wrapper .bx-controls-auto .bx-stop {
  border: 0;
  cursor: pointer;
}
.bx-start:focus,
.bx-stop:focus {
  border: 1px dotted black !important;
}

html.zh_TW .hn-label,
html.zh_HK .hn-label,
html.zh_CN .hn-label {
  padding-bottom: 6px;
}

.sds-prev, .sds-next {
  color: #0C5E6E;
  background-color: #fff;
}