nav{
padding: 0;
display: table;
margin: 12px 0;
position: relative;
max-width: 100%;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
nav a, nav a:visited{
margin: 0;
text-align: center;
font-size: 22px;
font-weight: 400;
display: table-cell;
color: #000;
white-space: nowrap;
vertical-align: middle;
font-family: "Open Sans", Sans-Serif;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
line-height: 30px;
}
nav > a:not(.logo):not(.search-out){
padding: 0 19px;
}
nav > a:nth-of-type(2):hover,
nav > a:nth-of-type(3):hover,
nav > a:nth-of-type(4):hover,
nav > a:nth-of-type(5):hover,
nav > a:nth-of-type(6):hover{
background-color: #f1f1f1;
}
nav > a:nth-last-of-type(1):hover{
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-right: 0;
}
nav > a:nth-of-type(2):hover{
border: 1px solid #ccc;
background-color: #f5f5f5;
}
nav > a:nth-of-type(2){
border: 1px solid #fff;
}
nav > a:nth-of-type(3){
border-right: none;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
}
nav > a:nth-of-type(3):hover{
border-right: none;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
}
nav > a:nth-of-type(5){
border-left: 0 solid #fff;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}
nav > a:nth-of-type(5):hover{
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background-color: #f5f5f5;
border-right: 1px solid #ccc;
}
nav > a:nth-of-type(6){
border-top: 1px solid #fff;
border-right: none;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
}
nav a:nth-of-type(6):hover{
border-top: 1px solid #ccc;
border-right: none;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.employment-button{
background-color: #f5f5f5;
border: 1px solid #ccc;
text-decoration: underline;
box-sizing: border-box;
border-radius: 0;
}
.employment-button:hover{
background-color: #e5e5e5;
border: 1px solid #aaa;
}
.logo{
padding: 8px 8px 8px 0;
max-width: 206px;
margin: 0;
flex-shrink: 0;
box-sizing: border-box;
}
.logo img{
border: none;
margin: 0;
padding: 0;
object-fit: contain;
}
.breadcrumb, .breadcrumb{
font-size: 16px;
}
.breadcrumb{
margin-top: 8px;
font-weight: 400;
box-sizing: border-box;
color: #888;
}
.breadcrumb a, .breadcrumb a:visited{
color: #888;
font-weight: 400;
text-decoration: underline;
font-size: 16px;
}
.breadcrumb a:hover{
text-decoration: underline;
color: #000;
}
.submit:focus{
outline: none;
}
.search-out{
margin: 0;
cursor: pointer;
bottom: 0;
width: 144px;
height: 130px;
z-index: 50;
float: right;
}
.search:not(:focus){
background-color: #f5f5f5;
border: 1px solid #ccc;
}
.search:not(:focus):hover{
background-color: #f1f1f1;
border: 1px solid #aaa;
}
.search{
border: 1px solid #fff;
margin: 0;
left: 0;
text-align: left;
top: 0;
cursor: pointer;
z-index: 4 !important;
border-radius: 0;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="Outline" viewBox="0 0 24 24" width="512" height="512"><path d="M23.707,22.293l-5.969-5.969a10.016,10.016,0,1,0-1.414,1.414l5.969,5.969a1,1,0,0,0,1.414-1.414ZM10,18a8,8,0,1,1,8-8A8.009,8.009,0,0,1,10,18Z"/></svg>');
background-repeat: no-repeat;
background-size: 40px;
background-position: 50% center;
height: 130px;
width: 144px;
font-size: 0;
padding: 0;
color: #111;
z-index: 25;
flex-grow: 1;
}
.search:hover{
border: 1px solid #ddd;
}
.search:focus{
position: absolute;
width: calc(100% - 144px);
background-image: none;
cursor: text;
border: 1px solid #151515;
font-size: 27px;
font-weight: 400;
font-family: 'Open Sans';
padding: 0 22px;
z-index: 50;
box-sizing: border-box;
}
.submit{
position: absolute;
top: 0;
right: 0;
display: block;
height: 100%;
border: 1px solid #ddd;
width: 144px;
z-index: -50;
font-size: 28px;
background-image: url(/img/close-button.png);
background-size: 58px;
background-repeat: no-repeat;
background-position: center;
box-sizing: border-box;
padding: 0;
background-color: #f5f5f5;
}
.clear{
z-index: 9999;
padding: 20px 8px;
box-shadow: none;
font-size: 24px;
font-weight: 400;
font-family: 'open sans';
right: 106px;
text-align: right;
top: 0;
cursor: pointer;
z-index: 0;
border: 1px solid limegreen;
position: absolute;
background-color: yellow;
display: none;
}
.search[type="search"]::-webkit-search-decoration,
.search[type="search"]::-webkit-search-cancel-button,
.search[type="search"]::-webkit-search-results-button,
.search[type="search"]::-webkit-search-results-decoration{
display: none;
}
.search:focus[type="search"]::-webkit-search-decoration,
.search:focus[type="search"]::-webkit-search-cancel-button,
.search:focus[type="search"]::-webkit-search-results-button,
.search:focus[type="search"]::-webkit-search-results-decoration{
display: block;
}
.menu-icon{
border-top: 10px solid rgba(255,255,255, .22);
border-bottom: 10px solid rgba(255,255,255, .22);
border-left: none;
border-right: none;
display: none;
height: 2px;
margin: 0;
padding: 4px 0;
pointer-events: none;
position: absolute;
right: 25px;
top: 20px;
width: 42px;
}
.menu-icon, .menu, .menu span, .menu div{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.menu-0{
border-bottom: 1px solid #a67200;
margin: 0;
padding: 0;
cursor: default;
background-color: #f7a900;
}
.menu-0 a{
padding: 10px 22px;
display: inline-block;
color: #222;
font-weight: 500;
font-size: 15px;
}
.menu-0 a{
border-right: 1px solid #a67200;
}
.menu-0 span{
color: #ebebeb;
}
.menu-0 .filler{
width: 0;
height: 0;
padding: 0;
margin: 0;
line-height: 0;
}
.menu-0 a:hover{
text-decoration: underline;
color: #000;
}
.no-eng-hhs{
background-color: #e39c00;
font-weight: 700; 
}
.no-eng-hhs:hover img{
display: inline-block;
}
.no-eng-hhs img{
width: 22px;
display: inline-block;
margin: 0 10px -6px 0;
}
.header-important{
margin: 10px auto 20px;
padding: 8px 20px 8px 80px!important;
box-sizing: border-box;
border: 1px solid #fc8f66!important;
background-color:#ffefe9!important;
position: relative;
}
.header-important::before{
background: url('/img/icons/256/reg/info2.png') no-repeat;
background-size: 48px;
content:"";
display: inline-block;
height: 48px;
left: 18px;
margin-right: 0;
pointer-events: none;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 48px;
}
.header-important *{
line-height: 28px !important;
}
.header-important p{
margin: 12px 0;
}
.holiday-out{
background-color: #ffb486;
border-bottom: 1px solid #ab7500;
}
.holiday-in{
display: block;
padding: 12px 24px;
text-align: center;
line-height: 30px;
color: #000;
font-weight: 700;
}
.head-msg5-out{
background-color: #f18b5f;
border-bottom: 1px solid #AB7500;
display: none;
}
.head-msg5-in{
display: block;
padding: 14px 26px;
text-align: left;
line-height: 30px;
color: #000;
}
.dddd{
background-color: #1b1b1b;
box-sizing: border-box;
display: none;
left: 0;
margin: 0;
padding: 22px 36px;
position: absolute;
top: 100%;
transition: 0 !important;
width: 100%;
z-index: 999 !important;
}
.dddd *{
list-style-type: none;
}
.dddd li, .dddd a li{
box-sizing: border-box;
}
.dddd > li > ul{
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
padding: 0;
width: 100%;
}
#dddd-comm li > ul > ul, #dddd-hdi li > ul > ul, #dddd-res li > ul > ul{
width: calc(50% - 18px) !important;
box-sizing: border-box !important;
}
.dddd li > ul > ul > li:first-of-type{
color: #fff;
font-weight: 700;
font-size: 18px;
text-decoration: underline;
text-decoration-thickness: 3px;
display: inline-block;
margin-bottom: 0;
padding: 0;
text-align: center;
}
#dddd-comm a, #dddd-hdi a, #dddd-res a{
color: #888 !important;
font-style: normal !important;
}
#dddd-dept > li > ul > li, #dddd-dept > li > ul > div > li{
height: 31px;
}
#dddd-dept > li > ul{
height: 400px;
}
#dddd-res > li > ul{
height: 1060px;
}
#dddd-comm > li > ul{
height: 900px;
}
#dddd-hdi > li > ul{
height: 800px;
}
.dddd > li > ul > li{
min-width: auto;
}
.dddd *{
box-sizing: border-box;
white-space: normal;
}
.dddd ul, .dddd li, .dddd a{
line-height: 31px !important;
}
.dddd a{
background-color: #fff;
background-color: rgba(0, 0, 0, 0) !important;
color: #fff !important;
display: block;
display: inline-block !important;
font-size: 16px !important;
padding: 0 !important;
padding: 10px;
text-align: left !important;
text-decoration: none;
}
.dddd a:hover{
border: none !important;
text-decoration: underline !important;
text-decoration-thickness: 2px !important;
}
.dddd-sub{
padding: 0 0 0 0;
}
.dddd-sub li:last-of-type{
padding-bottom: 0 !important;
}
.dddd-sub a{
font-style: italic !important;
line-height: 26px !important;
color: #777 !important;
}
.menu-ds-active{
color: #fff !important;
border-color: #1b1b1b !important;
background-color: #1b1b1b !important;
}
.menu-ds{
position: relative;
padding-bottom: 0 !important;
}
.menu-ds:hover{
}
.menu-ds::after{
content: '';
position: absolute;
bottom: 8px;
left: 50%;
transform: translateX(-50%);
width: 44px;
height: 44px;
background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5" fill="none" stroke="%23000000" stroke-width="1"/></svg>');
background-size: contain;
background-repeat: no-repeat;
transition: transform 0.3s ease, background-image 0.3s ease;
}
.menu-ds.menu-ds-active::after{
transform: translateX(-50%) rotate(180deg);
background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5" fill="none" stroke="%23ffffff" stroke-width="1"/></svg>');
}
.menu-ds:hover:not(.menu-ds-active)::after{
transform: translateX(-50%) scale(1.33);
}
.menu-ds.menu-ds-active:hover::after{
transform: translateX(-50%) rotate(180deg) scale(1.33);
}