﻿
#lobby { max-width: 1280px; margin: auto; text-align: left; }
#GridFooter { margin: 0; }
.topImageCaption ul { display: none; }
.topImagesSubTitle { display: none; }
.topImageCaption a.redBtn { display: none; }
.blueBtnWrapper.prevDirectory, .blueBtnWrapper.nextDirectory { display: none; }


#SiteFooterContainer { margin-top: -6px; }

#GridPage { max-width: none; padding-bottom: 0; }
#GridContent { text-align: center; }
/*.topImage   { padding: 280px 0px 270px; }*/
.toolbar-holder { margin-bottom: 0px; position: relative; z-index: 2; margin-top: 60px; }

ul.itemsList { padding: 0; list-style: none; margin: 0; width: 100%; position: relative; display: flex; }

ul.itemsList li.itemsListItem { display: inline-block; text-align: center; padding: 0 5px 5px; position: relative; text-transform: capitalize; font-size: 87%; width: 10%; margin-right: -5px; font-family: 'din36040'; }
ul.itemsList li.itemsListItem .itemImg img { }
ul.itemsList li.itemsListItem .itemImg.itemImg-hover { opacity: 0; position: absolute; top: 8px; padding: 0; width: 100%; left: 50%; transform: translateX(-50%); transition: all 350ms ease-in-out; -webkit-transition: all 350ms ease-in-out; }
ul.itemsList li.itemsListItem.active .itemImg.itemImg-hover { opacity: 1; }
ul.itemsList li.itemsListItem.active .itemImg.itemImg-main { }
ul.itemsList li.itemsListItem .itemImg { padding: 10px 15px; }
ul.itemsList li.itemsListItem:after { border-bottom: 5px solid; content: ""; position: absolute; bottom: -5px; width: 100%; left: 0; opacity: 0; transition: all 250ms ease-in-out; -webkit-transition: all 250ms ease-in-out; }
ul.itemsList li.itemsListItem.active:after { /* opacity: 1; */ }

.itemsContent { position: relative; height: 680px; background: #012D5C; max-width: 100%; border-top: 5px solid #2dccd3; overflow: hidden; margin-bottom: 0; }
.itemsContent:after { content: ""; position: absolute; top: -1px; left: 0; right: 0; height: 100px; background-image: linear-gradient(to top, rgba(0, 45, 91, 0), #002d5b); z-index: 2; }
.itemsListContentItem { width: 100%; opacity: 0; transition: all 800ms ease-in-out; -webkit-transition: all 800ms ease-in-out; position: absolute; top: 0; pointer-events: none; }
.itemsListContentItem[data-index="0"] { position: relative; }
.itemsListContentItem.active.showActive { opacity: 1; pointer-events: all; }
.itemsListContentItemBox { overflow: hidden; display: flex; width: 100%; position: relative; align-content: center; height: 680px; background: #002d5b; }
.itemsListContentItem .itemImg { display: block; width: 1200px; height: 680px; vertical-align: middle; overflow: hidden; background-size: cover; background-position: center center; background-repeat: no-repeat; position: absolute; border-top-right-radius: 0; border-bottom-right-radius: 0; left: 0; }
.itemsListContentItem .itemContentText { width: 100%; max-width: 1170px; margin: 0 auto; padding: 0px 50px; color: #ffffff; position: relative; z-index: 2; display: flex; align-items: center; }
.itemsListContentItem .itemContentTextFull { opacity: 0; transition: all 1200ms ease-in-out; -webkit-transition: all 1200ms ease-in-out; max-width: 752px; }
.itemsListContentItem.active.showActive .itemContentTextFull { opacity: 1; }

.itemsListContentItem .itemContentText h2 { font-family: Inter-Black; font-size: 343%; line-height: 1.09; margin-bottom: 0; }
.itemsListContentItem .itemContentText h3 { font-size: 150%; text-transform: uppercase; font-family: 'Inter-Medium'; margin-top: 2px; }
.itemContentTextFull-maintext { margin-top: 10px; }
.itemsListContentItem .itemContentText p { max-width: 585px; font-size: 110%; }
.itemsListContentItem .itemContentText ul { padding-left: 20px; list-style: none; }
.itemsListContentItem .itemContentText ul li { margin-top: 11px; position: relative; }
.itemsListContentItem .itemContentText ul li:after { content: ""; position: absolute; left: -16px; top: 5px; width: 8px; height: 8px; background-color: #fff; border-radius: 50%; }
.itemsListContentItem .itemContentText ul li strong { font-weight: normal; color: #2dccd3; }

.arrows-wrapper { position: absolute; top: 0; max-width: 1170px; width: 100%; display: flex; align-content: center; height: 100%; left: 50%; transform: translateX(-50%); justify-content: flex-end; z-index: 2; }

.arrows-wrapper-inner { display: flex; flex-direction: column; justify-content: center; }

.arrows-wrapper-inner a { display: block; height: 60px; margin: 10px 0; }

ul.itemsList li.itemsListItem a { text-decoration: none; color: inherit; }
ul.itemsList li.itemsListItem a svg { position: absolute; left: 50%; transform: translateX(-50%); bottom: -17px; opacity: 0; transition: all 350ms ease-in-out; -webkit-transition: all 350ms ease-in-out; }
ul.itemsList li.itemsListItem.active a svg { opacity: 1; }
.itemsListContentItem .itemImg img { width: 100%; }

.itemsListContentItem .itemImg-wrapper { width: 1200px; position: absolute; height: 100%; right: 0; overflow: hidden; z-index: 1; }

.itemsListContentItem .itemImg-wrapper svg { position: absolute; left: 0; top: -7px; height: auto; }

.itemsListContentItem .itemImg-wrapper:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: #002d5b; opacity: 0.6; }

.navigationLinks { display: inline-block; width: 100%; padding: 15px; background: #ffffff; }
.navigationLinks a { color: inherit; font-size: 120%; }
.navigationLinks a span { display: inline-block; vertical-align: middle; }
.navigationLinks a.nextLink { float: right; }
.navigationLinks a.prevLink { float: left; }
.navigationLinks a.nextLink span:after { content: "\f105"; display: inline-block; margin-left: 7px; font-family: 'FontAwesome'; font-size: 130%; vertical-align: middle; line-height: 1; }
.navigationLinks a.prevLink span:before { content: "\f104"; display: inline-block; margin-right: 7px; font-family: 'FontAwesome'; font-size: 130%; vertical-align: middle; line-height: 1; }

.accordion .panel-title span.itemImg img, .accordion .panel-title span.itemImg svg { width: 45px; height: 45px; display: inline-block; vertical-align: middle; }
.accordion .panel-title > a:after { left: auto; right: 5px; }
.accordion .panel { padding: 0; margin-bottom: 7px; background: #EBEBEB; }
.accordion .panel:nth-child(2n) { background: #EBEBEB; }
.accordion .panel-default > .panel-heading { padding-top: 10px; padding-bottom: 10px; margin: 0; }
.accordion .panel-title > a { text-transform: capitalize; font-weight: normal; font-family: 'Inter-Medium'; }
.accordion .panel-title > a .itemImg { margin-right: 10px; }
.accordion .panel-title > a:after { background-image: none; content: "\f107"; display: inline-block; margin-left: 7px; font-family: 'FontAwesome'; font-size: 130%; vertical-align: middle; right: 15px; top: 45%; }
.accordion .panel-title > a[aria-expanded~=true]:after { background: none; content: "\f106"; }
.panel.panel-default div p { padding-left: 20px; padding-right: 10px; padding-top: 5px; width: 95%; font-size: 105%; line-height: inherit; }
.panel.panel-default div p:last-child { padding-bottom: 10px; }
.accordion .active .panel-title span.itemImg img, .accordion .active .panel-title span.itemImg svg { border: 3px solid #2CC1C7; border-radius: 50%; }
.accordion .active .panel-title span.itemImg svg path { fill: #ffffff; }
.accordion .active .panel-title span.itemImg svg polygon { fill: #ffffff !important; }
.accordion .panel-title span.itemImg svg path { transition: all 600ms ease-in-out; -webkit-transition: all 600ms ease-in-out; }
.accordion .panel-title span.itemImg svg polygon { transition: all 600ms ease-in-out; -webkit-transition: all 600ms ease-in-out; }

.accordion .panel.active { background: #012D5C; color: #ffffff; }
.accordion .panel.active a { color: #ffffff; }
.faq_accordion { padding-bottom: 5px; }
.accordion .panel-default > .panel-heading { color: #012D5C; }


@media (min-width: 991px) {
    .topImageCaption ul { display: table !important; }
    .submenuDropdown { display: none !important; }
}


@media (max-width: 1440px) {
    #lobby { max-width: 95vw; }
    section { max-width: 95vw; }
    .itemsListContentItem .itemImg-wrapper { right: -20vw; }
}

@media (max-width: 1170px) {
    #lobby { max-width: 90%; }
    ul.itemsList li.itemsListItem .itemImg img { width: 70px; }
}

@media (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.25) {
    .toolbar-holder, .itemsContent { zoom: 0.8; }
    :root { --vh: 125vh; --vw: 125vw; }
}


@media(max-width:991px) {
    .itemsListContentItem { background-color: #ffffff; }
    ul.itemsList li.itemsListItem .itemImg img { width: 60px; }
    ul.itemsList li.itemsListItem .itemImg { padding: 0; }
    ul.itemsList li.itemsListItem .itemName { margin-bottom: 10px; }
    ul.itemsList li.itemsListItem { padding-bottom: 0; margin-right: 0; }

    .itemsListContentItem .itemImg img { max-width: none; height: 100%; }
    .itemsListContentItem .itemContentText { padding: 90px 30px 40px; }
    section.itemsContent { }
    .itemsListContentItem .itemContentText h2 { font-size: 225%; }

    .itemsListContentItemBox { display: block; overflow-y: visible; }
    .arrows-wrapper { height: 60px; bottom: 20px; top: auto; justify-content: flex-start; }
    .arrows-wrapper-inner { flex-direction: initial; }
    .arrows-wrapper-inner a { margin: 0 10px; }
    .arrows-wrapper-inner a svg { transform: rotate(-90deg); }
    ul.itemsList li.itemsListItem .itemImg.itemImg-hover { top: 0; }
    .itemsListContentItem .itemImg-wrapper { top: 0; height: 300px; width: 100%; right: auto; height: 610px; }
    .itemsListContentItem .itemImg { width: 100%; height: 100%; }
    .itemsListContentItem .itemImg-wrapper svg { width: 100%; bottom: 0; top: auto; }
    .toolbar-holder { max-width: 100%; }
    .itemImg-mobile { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-size: cover; }
}

@media(max-width:991px) and (min-width:767px) {
    #headline h1 { line-height: 48px; padding-top: 0; }
    .topImageCaption ul { width: 280px; }
    .topImageCaption ul { max-width: 280px; }
    .submenuDropdown { max-width: 280px; }
}


@media(max-width:767px) {
    .itemsListContentItem .itemImg-wrapper:after { opacity: 0.7; }
    .itemsContent:after { height: 50px; }
    ul.itemsList li.itemsListItem .itemImg.itemImg-hover { width: 100%; width: calc(100% - 10px); }
    ul.itemsList li.itemsListItem .itemImg img { width: 100%; width: calc(100% - 20px); }
    .arrows-wrapper-inner a { height: 40px; margin: 0 5px; width: 40px; }
    .arrows-wrapper-inner a svg { height: 100%; width: 100%; }
    ul.itemsList li.itemsListItem .itemName { margin-top: 7px; }
    .itemsListContentItem .itemImg-wrapper { height: 80vw; }
    section.itemsContent { margin-top: -22px; min-height: 125vw; }
    .topImageCaption ul { width: 220px; }
    ul.itemsList li.itemsListItem { width: 90px; min-width: 27vw; display: inline-block; vertical-align: top; padding: 0px 5px; margin: 0px; height: 142px; font-size: 80%; line-height: 1; min-height: 35vw }
    ul.itemsList { display: block; }
    ul.itemsList li.itemsListItem a { }
    .itemsListContentItem .itemContentText { padding: 50px 20px 85px; }
    .arrows-wrapper { bottom: 0; width: auto; /* background-image: linear-gradient(to bottom, rgba(0, 45, 91, 0) -7%, #002d5b 75%); */ height: 90px; padding-top: 20px; left: 0; transform: none; }
    .arrows-wrapper:after { content: ""; position: absolute; left: 0; width: 100vw; height: 100%; background-image: linear-gradient(to bottom, rgba(0, 45, 91, 0) -7%, #002d5b 75%); pointer-events: none; overflow: hidden; bottom: 0; }
    .toolbar-holder { overflow: hidden; overflow-x: auto; z-index: 3; }

    
    .toolbar-holder::-webkit-scrollbar { width: 6px; height: 2px; }
    .toolbar-holder::-webkit-scrollbar-button { width: 6px; height: 0px; }
    .toolbar-holder::-webkit-scrollbar-thumb { background: transparent; border: 0px none transparent; border-radius: 0px; }
    .toolbar-holder::-webkit-scrollbar-thumb:hover { background: transparent; }
    .toolbar-holder::-webkit-scrollbar-thumb:active { background: transparent; }
    .toolbar-holder::-webkit-scrollbar-track { background: transparent; border: 0px none transparent; border-radius: 0px; }
    .toolbar-holder::-webkit-scrollbar-track:hover { background: transparent; }
    .toolbar-holder::-webkit-scrollbar-track:active { background: transparent; }
    .toolbar-holder::-webkit-scrollbar-corner { background: transparent; }

    ul.itemsList li.itemsListItem a svg { bottom: 1px; }
    .itemsListContentItem { height: 100%; overflow-y: auto; background: #002d5b; }
    .itemsListContentItemBox { height: 100%; }
    .arrows-wrapper-inner { position: relative; z-index: 1; margin-left: 5px; }
}
