@charset "utf-8";
/* CSS Document */

body {
    background-color: #ededed;
}
.wrapper {
    margin: 0 auto;
    max-width: 1172px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    background-color: #fff;
}
.text-red { color: #e50000; }

/* header */
#introductory-text {
    font-size: 14px;
}
.navbar-toggler {
    border: 0;
    outline: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}
button.navbar-toggler {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
    #navbarServiceMenu > ul > li > a:hover {
        background-color: #ddd;
    }
    #navbarServiceMenu > ul > li > a:focus-visible {
        outline-offset: -2px;
    }
}
#top-nav .nav-item a {
    font-size: 14px!important;
    font-weight: bold;
    color: #000;
    background-color: #efefef;
}
@media (min-width: 768px) {
    #top-nav .nav-item a { background-color: #fff; }
    #top-nav .nav-item a:hover { opacity: .7; }
    #top-nav .nav-item a:focus-visible {
        outline-offset: -2px;
    }
}
#top-nav .nav-item+.nav-item { border-top: 1px solid #ddd; }
#global-nav .navbar-nav {
    background: #cfcfcf;
    border-top: 1px solid #336483;
    border-right: 3px solid #336483;
    border-bottom: 1px solid #336483;
    border-left: 3px solid #336483;
}
#global-nav .nav-item {
    font-size: 14px!important;
    font-weight: bold;
    color: #336483;
    background: #ededed; letter-spacing: 1px;
}
#global-nav a:hover {
    color: #1a3a4f;
    opacity: .8;
}
#global-nav a:focus-visible {
    outline-offset: -2px;
}
#global-nav .nav-item+.nav-item { border-left: 1px solid #336483; }
.curved {
    position: relative;
    border-bottom-right-radius: 60% 90%;
}
@media (min-width: 768px) {
    #top-nav .nav-item+.nav-item { border-top: none; }
    #top-nav .arrow {
        margin-right: 4px;
        margin-bottom: 4px;
        display: inline-block;
        position: relative;
        width: 14px;
        height: 14px;
        line-height: 1;
        color: #3090c3;
        background: currentColor;
        vertical-align: middle;
        border: 1px solid currentColor;
        border-radius: 50%;
        box-sizing: content-box;
    }
    #top-nav .arrow::before {
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 1px;
        width: calc(tan(60deg) * 8px / 2);
        height: 8px;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        background: #fff;
        content: '';
    }
}

/* side menu */
#side-links a:hover { opacity: .7; }
.side-wrap { background-color: #d3e1e6; }
.side-wrap > .title-wrap {
    margin: 1px;
    border: 1px solid #ddd;
}
.side-wrap > .title-wrap > .title-bg { 
    padding: 8px 0 1px 8px;
    background: linear-gradient(to right, #fff, 60%, #eff1ff);
    border-left: solid 3px #2979c3;
}
.side-wrap > .title-wrap h1 {
    font-size: 14px!important;
    color: #2979c3;
}
.subtitle-wrap .title-bg {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top : 8px;
    padding-bottom: 1px;
    text-align: center;
    background: linear-gradient(to bottom, #2c84c3, 80%, #1d53ac);
}
.subtitle-wrap h2 {
    font-size: 14px!important;
    font-weight: bold;
    color: #fff;
}

/* footer */
#license {
    font-size: 14px;
    border-bottom: 1px solid #666;
}
#about-us {
    font-size: 14px;
}
#about-us a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
#about-us a:hover { opacity: .7; } 
#footer-links h2 {
    font-size: 12px!important;
}
#footer-links a { font-size: 12px!important; }
#footer-link .arrow {
    margin-right: 4px;
    margin-bottom: 4px;
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    line-height: 1;
    vertical-align: middle;
    color: #3090c3;
    background: currentColor;
    border: 1px solid currentColor;
    border-radius: 50%;
    box-sizing: content-box;
}
#footer-link .arrow::before {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 1px;
    width: calc(tan(60deg) * 8px / 2);
    height: 8px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #fff;
    content: '';
}
.footer-title {
    margin-bottom: 10px;
    border-bottom: none;
}
.footer-list {
    padding: 0;
    list-style-type: none;
}
.footer-list li {
    margin-bottom: 10px;
}
.footer-list a {
    text-decoration: none;
}
.footer-list a:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .footer-column {
        margin-bottom: 0px;
        width: 100%;
    }
    .footer-title {
        margin-bottom: 0;
        padding: 16px 10px 16px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        text-align: left;
        border-top: 1px solid #ddd;
        cursor: pointer;
    }
    .footer-title::after {
        font-size: 18px;
        content: '+';
    }
    .footer-title.active::after {
        margin-right: 3px;
        font-size: 18px;
        content: '-';
    }
    .footer-list {
        margin: 0;
        padding-left: 20px;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.3s ease-out;
    }
    .footer-list.open {
        max-height: 500px;
        border-bottom: none;
    }
    .footer-title.top {
        border-top: none;
    }
    .footer-list li {
        margin-bottom: 16px;
    }
}

/* content */
.underlined-title {
    padding-left: .25rem;
    border-bottom: 1px solid #000;
}
.contact-us {
    border: dotted 1px #333;
    padding: 2rem 1rem 1.25rem;
}
.video-container > iframe { width: 100%; height: 100%; }

/* content-bootstrap5 overwrite */
.common-table-style > table {
    border: 2px solid #000!important;
}
.common-table-style > th, .common-table-style > td {
    border: 2px solid #000!important;
}
.common-table-style > table > thead > tr > th {
    font-weight: 500!important;
    background-color: #d7e0e9!important;
}
.common-table-style { 
    overflow-x: auto!important;
    width: 100%!important;
}
.common-table-style > .table {
    min-width: 620px!important;
    }
    @media (max-width: 620px) {
    .common-table-style > .table {
        box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
    }
}
.th-width-20 > th { width: 20% }
.th-width-25 > th { width: 25% }
  
/* youtube */
.video-container {
    width: 100%;
    aspect-ratio: 16 / 9;
}

/* print */
@media print {
    @page {
        size: A4;
        margin: 13mm;
    }
    body {
        margin: 0;
        padding: 0;
    }
    p {
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 16px;
    }
    main > nav > div  {
        display: none;
    }
    .wrapper { box-shadow: none; }
    #introductory-text, #global-nav, #side-links, #about-us, #footer-link, #top-nav .navbar-nav, .contact-us, .to-top {
        display: none!important;
    }
    select {
        display: none;
    }
    .table-responsive-sm {
        width: 100%!important;
        font-size: 12px;
        table-layout: fixed;
    }
    .common-table-style > .table {
        min-width: 0!important;
    }
    .common-table-style > .table th, .common-table-style > .table td {
        word-wrap: break-word;
        padding: 4px!important;
    }
    .print-wrap {
        page-break-inside: avoid;
    }
    .print-text-black {
        color: black!important;
    }
    .print-w-50 {
        max-width: 50%!important;
    }
}
