/* ============================================
   Component: Homepage Header Shell
   Source: Styles/css/components/homepage-header-menu-layout.css (1140,2057)
   ============================================ */

@media screen and (min-width: 1600px) {
    .header {
        padding: 0 15px;
    }
}

.header_bottom,
.header_middle,
.header_top {
    opacity: 0;
}

body.media-template .header_bottom,
body.media-template .header_middle,
body.media-template .header_top {
    opacity: 1;
}

.header_top {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-justify-content: center;
    justify-content: center;
}

@media screen and (min-width: 1024px) {
    .header_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.header_middle {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    display: none;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}

@media screen and (min-width: 1024px) {
    .header_middle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.header_bottom {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.header_bottom .header_divider {
    display: none;
}

@media screen and (min-width: 1024px) {
    .header_bottom {
        -webkit-box-flex: 1.5;
        -moz-box-flex: 1.5;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .header_bottom .header_divider {
        display: block;
    }
}

.header_alert,
.header_notice {
    width: 100%;
}

.header_notice {
    position: relative;
}

.header_notice.show .header_item.notice:before,
.header_notice.show .header_text {
    opacity: 1;
}

.header_notice.show .header_item.notice:after {
    opacity: 0;
}

.header_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}

.header_item.menu {
    margin-bottom: 0;
    margin-left: auto;
}

@media screen and (min-width: 1024px) {
    .header_item.menu {
        margin-bottom: 50px;
        margin-left: 0;
    }
}

.header_item.menu.show {
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 26px;
}

@media screen and (min-width: 1024px) {
    .header_item.menu.show {
        margin-bottom: 50px;
        margin-left: 0;
        margin-top: 0;
        position: relative;
    }
}

.header_item.menu.show .header_icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 53px;
    position: absolute;
    top: -17px;
    width: 53px;
}

@media screen and (min-width: 1024px) {
    .header_item.menu.show .header_icon {
        background-color: #34657f;
        bottom: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: 32px;
        position: relative;
        top: auto;
        width: 32px;
    }
}

.header_item.menu.show .header_icon .line {
    background-color: #34657f;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .header_item.menu.show .header_icon .line {
        background-color: #fff;
    }
}

.header_item.menu.show .header_icon .line_row {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    width: 25px;
}

.header_item.menu.show .header_icon .line_row:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.header_item.menu.show .header_icon .line_row:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header_item.menu.show .header_icon .line_row:last-child {
    display: none;
}

@media screen and (min-width: 1024px) {
    .header_item.menu.show .header_icon .line_row {
        width: 32px;
    }
}

.header_item.menu.show .header_icon .line_dot {
    display: none;
}

@media screen and (max-height: 600px) and (min-width: 1600px) {
    .header_item.menu.show {
        margin-bottom: 0;
    }
}

.header_item.menu .header_icon {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-align-items: center;
    align-items: center;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
}

.header_item.menu .header_icon .line {
    background-color: #fff;
    height: 2px;
    left: 0;
    position: absolute;
    width: 72%;
}

.header_item.menu .header_icon .line_row {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4px 0;
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
}

.header_item.menu .header_icon .line_dot {
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 4px;
    opacity: 0.4;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    width: 4px;
}

@media screen and (max-height: 600px) and (min-width: 1600px) {
    .header_item.menu {
        margin-bottom: 0;
    }
}

.header_item.contact {
    margin-bottom: 0;
    margin-left: 10%;
}

@media screen and (min-width: 1024px) {
    .header_item.contact {
        margin-bottom: 20px;
        margin-left: 0;
    }
}

@media screen and (min-width: 1600px) {
    .header_item.contact {
        margin-bottom: 15px;
    }
}

.header_item.contact .header_icon {
    height: 29px;
    width: 29px;
}

.header_item.contact .header_icon:after,
.header_item.contact .header_icon:before {
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-48%, -60%);
    -moz-transform: translate(-48%, -60%);
    -ms-transform: translate(-48%, -60%);
    -o-transform: translate(-48%, -60%);
    transform: translate(-48%, -60%);
}

@media screen and (min-width: 1024px) {

    .header_item.contact .header_icon:after,
    .header_item.contact .header_icon:before {
        height: 32px;
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none;
        width: 32px;
    }
}

.header_item.contact .header_icon:after {
    opacity: 0;
}

@media screen and (min-width: 1024px) {
    .header_item.contact .header_icon {
        height: 32px;
        margin-bottom: 5px;
        width: 32px;
    }
}

.header_item.contact.show .header_icon {
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    height: 53px;
    margin-top: -26px;
    width: 53px;
}

@media screen and (min-width: 1024px) {
    .header_item.contact.show .header_icon {
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: 32px;
        width: 32px;
    }
}

.header_item.contact.show .header_icon:after,
.header_item.contact.show .header_icon:before {
    background-color: #34657f;
    background-image: none;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 25px;
}

@media screen and (min-width: 1024px) {

    .header_item.contact.show .header_icon:after,
    .header_item.contact.show .header_icon:before {
        background-color: #fff;
        width: 32px;
    }
}

.header_item.contact.show .header_icon:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 1024px) {
    .header_item.contact.show:hover .header_icon:before {
        opacity: 1 !important;
    }
}

.header_item.portal {
    margin: 0 10% 0 0;
}

@media screen and (min-width: 1024px) {
    .header_item.portal {
        margin: 20px 0;
    }
}

@media screen and (min-width: 1600px) {
    .header_item.portal {
        margin: 15px 0;
    }
}

.header_item.portal .header_icon:after,
.header_item.portal .header_icon:before {
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

.header_item.portal .header_icon:after {
    opacity: 0;
}

.header_item.alert {
    display: none;
    margin: 0 10% 0 0;
}

@media screen and (min-width: 1024px) {
    .header_item.alert {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin: 20px 0;
    }
}

@media screen and (min-width: 1600px) {
    .header_item.alert {
        margin: 15px 0;
    }
}

.header_item.alert .header_icon:after,
.header_item.alert .header_icon:before {
    border: 1px solid #e43637;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    display: block;
    height: 34px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 34px;
}

.header_item.alert .header_icon:after,
.header_item.alert .header_icon:before {
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

.header_item.alert .header_icon:after {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: auto;
    opacity: 1;
    width: auto;
}

.header_item.alert:hover .header_icon:after {
    opacity: 1;
}

.header_item.notice {
    display: none;
    margin: 0 10% 0 0;
    position: relative;
}

@media screen and (min-width: 1024px) {
    .header_item.notice {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin: 20px 0;
    }
}

@media screen and (min-width: 1600px) {
    .header_item.notice {
        margin: 15px 0;
    }
}

.header_item.notice .header_icon:after {
    left: 50%;
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header_item.notice .header_icon:after,
.header_item.notice:before {
    content: '';
    display: block;
    position: absolute;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

.header_item.notice:before {
    background-color: hsla(0, 0%, 100%, 0.1);
    height: -webkit-calc(100% + 10px);
    height: -moz-calc(100% + 10px);
    height: calc(100% + 10px);
    left: -10px;
    opacity: 0;
    right: 0;
    top: -5px;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
}

@media screen and (min-width: 1600px) {
    .header_item.notice:before {
        left: -16px;
        width: -webkit-calc(100% + 32px);
        width: -moz-calc(100% + 32px);
        width: calc(100% + 32px);
    }
}

.header_item.notice:after {
    border: 2px solid #fff;
    border-bottom: 0;
    border-left: 0;
    content: '';
    display: block;
    height: 6px;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 36%;
    -webkit-transform: rotate(45deg) translateY(-36%);
    -moz-transform: rotate(45deg) translateY(-36%);
    -ms-transform: rotate(45deg) translateY(-36%);
    -o-transform: rotate(45deg) translateY(-36%);
    transform: rotate(45deg) translateY(-36%);
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    width: 6px;
}

.header_item.notice:hover .header_icon:after,
.header_item.notice:hover:before {
    opacity: 1;
}

.header_text {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

@media screen and (min-width: 1600px) {
    .header_text {
        font-size: 14px;
        margin-top: 9px;
    }
}

.header_icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 32px;
    margin-bottom: 5px;
    position: relative;
    width: 32px;
}

.header_divider {
    background: #fff;
    height: 100%;
    margin-left: auto;
    opacity: 0.2;
    width: 1px;
}

@media screen and (min-width: 1024px) {
    .header_divider {
        height: 1px;
        margin-left: 0;
        width: 100%;
    }
}

@media (orientation: portrait) and (min-width: 1024px) {
    div.header {
        height: 100vh;
    }

    div.header header.header {
        height: 100%;
    }
}

@media (orientation: landscape) and (min-width: 1024px) and (min-height: 800px) {
    div.header {
        height: 100vh;
    }

    div.header header.header {
        height: 100%;
    }
}

.nav {
    list-style-type: none;
    margin: 0;
    padding: 50px 0;
}

@media screen and (max-width: 1023px) {
    .nav#mainNav {
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }
}

@media screen and (min-width: 1024px) {
    .nav#mainNav {
        padding-top: 15%;
    }

    .nav#mainNav:before {
        top: 0;
    }

    .nav#mainNav:after,
    .nav#mainNav:before {
        background: #fff;
        content: '';
        height: 9%;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1;
    }

    .nav#mainNav:after {
        bottom: 0;
    }
}

.nav.show {
    padding: 0;
}

@media screen and (min-width: 1024px) {
    .nav {
        height: 100%;
        overflow: visible;
        overflow-y: scroll;
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 1600px) {
    .nav {
        padding-bottom: 150px;
        padding-top: 50px;
    }
}

.nav a {
    display: block;
    padding: 10px 0;
}

@media screen and (min-width: 1024px) {
    .nav>li.active .nav_first-level .nav_icon {
        margin-left: 10px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.nav>li.inactive .nav_first-level {
    color: #34657f;
}

@media screen and (max-width: 1024px) {
    .nav>li.inactive .nav_first-level {
        color: #34657f;
    }
}

.nav>li.inactive .nav_first-level .nav_icon:before {
    background-color: #34657f;
    -webkit-box-shadow: 7px 7px 0 0 #34657f, 0 14px 0 0 #34657f;
    -moz-box-shadow: 7px 7px 0 0 #34657f, 0 14px 0 0 #34657f;
    box-shadow: 7px 7px 0 0 #34657f, 0 14px 0 0 #34657f;
}

@media screen and (max-width: 1024px) {
    .nav>li.inactive .nav_first-level .nav_icon:before {
        background-color: #34657f;
        -webkit-box-shadow: 7px 7px 0 0 #34657f, 0 14px 0 0 #34657f;
        -moz-box-shadow: 7px 7px 0 0 #34657f, 0 14px 0 0 #34657f;
        box-shadow: 7px 7px 0 0 #34657f, 0 14px 0 0 #34657f;
    }
}

html.no-touch .nav>li.inactive:hover .nav_first-level {
    color: #34657f;
}

html.no-touch .nav>li.inactive:hover .nav_first-level .nav_icon:before {
    background-color: #34657f;
    -webkit-box-shadow: 7px 7px 0 0 #34657f, 0 14px 0 0 #34657f;
    -moz-box-shadow: 7px 7px 0 0 #34657f, 0 14px 0 0 #34657f;
    box-shadow: 7px 7px 0 0 #34657f, 0 14px 0 0 #34657f;
}

.nav>li.current-page .nav_first-level,
.nav>li.current-page>a {
    font-style: italic;
}

.nav>li.current-page .nav_first-level {
    color: #34657f;
}

@media screen and (max-width: 1023px) {
    .nav>li:not(.nav_children) {
        padding-right: 20px;
    }
}

