@font-face {
    font-family: 'FS Albert Pro';
    src: url('../fonts/FSAlbertWeb-Regular.eot');
    src:
        url('../fonts/FSAlbertWeb-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FSAlbertWeb-Regular.woff2') format('woff2'),
        url('../fonts/FSAlbertWeb-Regular.woff') format('woff'),
        url('../fonts/FSAlbertWeb-Regular.ttf') format('truetype'),
        url('../fonts/FSAlbertWeb-Regular.svg') format('svg');
}

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    color: #6f6c6c;
    font-size: 14px;
    font-family: 'FS Albert Pro', Helvetica, Arial, Verdana, sans-serif;
}

.panolens-container.Hover>canvas {
    cursor: pointer;
}

.panolens-container.MouseDisabled {
    pointer-events: none;
}

a:link, a:visited {
    color: #bdc3c7;
}

.Titlebar {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    top: 0px;
    left: 8px;
    color: #044ed7;
    padding: 0.4em 0em 0.4em 0em;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 75%);
    font-family: 'FS Albert Pro', Helvetica, Arial, Verdana, sans-serif;
    font-size: min(1.5em, 4vw, 4vh);
    margin: 0px;
    vertical-align: middle;
    text-align: left;
    transition: left 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    user-select: none;
}

.Titlebar.NoTagPanel {
    left: 0px;
}

@media screen and (orientation = portrait) {
    .Titlebar {
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 85%);
    }
}

.Titlebar.Index {
    font-size: 2em;
    padding: 10px;
}

.Titlebar.TagPanelOffset {
    left: min(calc(100vw - 30px), 376px);
}

.TitleLogo {
    padding: 0px 10px 0px 10px;
}

.TitleSpacer {
    width: 100px;
}

.ContentContainer {
    max-width: min(90vw, 540px);
    min-width: min(90vw, 540px);
    min-height: 100px;
    height: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.5);
    z-index: 2;
    transform: translateX(-50%) translateY(-100%);
}

.WideContentContainer {
    max-width: 630px;
    min-width: 630px;
    min-height: 100px;
    -webkit-overflow-scrolling: touch;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.5);
}

.h3, h3 {
    color: #444444;
    font-size: 28px;
    font-family: 'FS Albert Pro Light', Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    line-height: 36px;
    margin: 0 0 10px;
}

.VideoContainer {
    width: 100%;
    display: inline-block;
    color: #ffffff;
    overflow: hidden;
}

.VideoContainer.VideoAdded {
    visibility: visible;
}

.centered {
    text-align: center;
}

.InfospotContent {
    height: 1px;
    width: 1px;
    position: absolute;
}

/* Tab styling */

.Header {
    width: 100%;
    height: 10%;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    text-align: center;
    color: #8b8b8b;
    font-size: 1.2em;
    padding-bottom: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.HeaderTab {
    cursor: pointer;
}

.HeaderTab span {
    display: block;
    padding: 20px 0px 6px 0px;
    margin: 0px 20px 10px 20px;
}

.HeaderTab.Active span {
    margin-bottom: 6px;
    border-bottom: 4px solid #f27707;
    color: #6f6c6c;
}

.TabContent {
    display: none;
    padding: 20px;
    min-width: min(65vw, 500px);
    min-height: 100px;
    text-align: center;
}

.TabContent:not(p) {
    text-align: left;
}

.TabContent.Active {
    display: block;
}

.ThumbnailContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.Thumbnail {
    min-width: 100px;
    max-width: 400px;
    min-height: 100px;
    text-align: center;
    align-self: center;
    margin: 20px;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
    color: #444444;
    font-size: 20px;
    font-family: 'FS Albert Pro Light', Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    overflow: auto;
}

.Thumbnail:hover {
    border-bottom: 20px solid #f27707;
}

.Thumbnail a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color: #404041;
}

.ThumbnailImage {
    width: 100%;
}


.WhiteBackground {
    background-color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    overflow-y: auto;
}

.CopyrightFooter {
    width: 95%;
    font-size: 10px;
    text-align: center;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.75);
}

.TourStandalone {
    border-bottom: 20px solid #0090b5;
}

.TourTLA {
    border-bottom: 20px solid #004593;
}

.HeaderNav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 0.25em;
    z-index: 1;
    gap: 1em;
}

@media screen and (orientation = portrait) {
    .HeaderNav {
        flex-direction: column-reverse;
    }
    .HeaderNav>.LocaleContainerTitle.Inline {
        font-size: 0.5em;
        right: 10px;
    }
}

.HomeButton {
    display: inline-block;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
.HomeButton:hover {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
}
.HomeButton svg {
    fill: #ffffff;
    width: 36px;
    height: 35px;
}
.InfoButton svg {
    fill: #ffffff;
    width: 28px;
    height: 28px;
}

.InfoButton svg .cls-2 {
    stroke: #6f6c6c;
}

.InfoButton:hover svg .cls-2 {
    stroke: #ffffff;
}

.HomeButton:hover svg, .InfoButton:hover svg {
    fill: #f27707;
}

.InfoButton {
    position: absolute;
    top: 0;
    right: 40px;
    padding: 10px;
    margin: 0px;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

.InfoButton:hover {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
}

.Hide {
    display: none;
}

.ReturnButton {
    width: 8vmin;
    height: 8vmin;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0);
    bottom: 2vmin;
    color: #ffffff;
    margin-bottom: 3vmin;
    font-size: 3vmin;
    text-align: center;
    transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
    text-shadow: 0px 0px 10px #00000099;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    pointer-events: none;
    transition-delay: 0s;
}

.ReturnButton:hover {
    color: #f27707;
}

.ReturnButton path {
    fill: #ffffff;
}

.ReturnButton:hover path {
    fill: #f27707;
}

.ReturnButton.Active {
    transform: translateX(-50%) scale(1);
    pointer-events: all;
    transition-delay: 0.35s;
}

#tags {
    display: none;
}

.TagPanel {
    height: 100vh;
    width: min(calc(100vw - 30px), 370px);
    position: absolute;
    left: 0px;
    top: 0px;
    transition: left 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 5;
}

.TagPanelBack {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    /* box-shadow: 2px 2px 8px #00000066; */
}

.TagPanel.Hidden {
    left: calc(-1 * (min(calc(100vw - 30px), 370px)));
}

.TagPanelInstructions {
    position: absolute;
    top: 50px;
    padding-top: 20px;
    left: 5%;
    font-size: 1.75em;
    width: 90%;
    opacity: 0;
    pointer-events: none;
    user-select: none;
}

.TagPanel.Empty .TagPanelInstructions {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.TagPanelHandle {
    height: 100%;
    width: 6px;
    background-color: #ffffff;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    cursor: pointer;
    z-index: 2;
    border-left: 1px solid #060a3d;
    border-right: 1px solid #060a3d;
}

.TagPanelTab {
    height: 127px;
    width: 20px;
    background-color: #ffffff;
    background-image: url('../assets/images/ui/caret_left.svg');
    background-position: 0.4em;
    background-repeat: no-repeat;
    background-size: 0.5em;
    position: absolute;
    right: 0px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    cursor: pointer;
    border-radius: 0px 6px 6px 0px;
    border: 1px solid #000000;
    border-left: none;
}

.Hidden .TagPanelTab {
    background-image: url('../assets/images/ui/caret_right.svg');
    background-size: 8px;
    animation-name: caretAnim;
    animation-duration: 0.5s;
    animation-iteration-count: 2;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s;
}

@keyframes caretAnim {
    from {
        background-position: 0.4em;
    }
    50% {
        background-position: 0.8em;
    }
    to {
        background-position: 0.4em;
    }
}

.TagPanelHandle:hover, .TagPanelHandle:hover>.TagPanelTab {
    background-color: #ffffff;
}


.TagPanelSearchBar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background-color: #044ed7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.TagPanelSearchInput {
    position: absolute;
    width: calc(100% - 15px);
    height: 35px;
    background-color: #044ed7;
    color: #ffffff;
    font-size: 2em;
    font-family: 'FS Albert Pro', Helvetica, Arial, Verdana, sans-serif;
    border: none;
    border-radius: 0px;
    cursor: pointer;
}

.Focused .TagPanelSearchHintText.Visible {
    opacity: 0.5;
    left: 52px;
}

.TagPanelSearchHintText {
    position: absolute;
    width: calc(100% - 15px);
    font-size: 2em;
    color: #ffffff;
    transition: opacity 0.2s ease;
    opacity: 0;
    z-index: 2;
    user-select: none;
    pointer-events: none;
}

.TagPanelSearchHintText.Visible {
    opacity: 1;
}

.TextEntered .TagPanelSearchHintText.Visible {
    opacity: 0;
}

.Focused .TagPanelSearchInput {
    left: 46px;
    width: calc(100% - 54px);
    cursor: text;
}

.TagPanelSearchInput:focus {
    border: none;
    border-radius: 3px;
    outline-style: solid;
    outline-color: #ffffff;
}

.TagPanelSearchIcon {
    position: absolute;
    height: 32px;
    width: 34px;
    right: 5px;
    padding-left: 5px;
    background-image: url('../assets/images/ui/magnify.svg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 32px;
    border-left: 1px solid #ffffff;
    pointer-events: none;
    transform: scale(1);
    transition: opacity 0.1s ease, transform 0.1s ease-in-out;
}

.TagPanelSearchIcon.Active {
    position: absolute;
    left: 0px;
    border-right: 1px solid #ffffff;
    border-left: none;
    transform: scale(0);
}

.Focused .TagPanelSearchIcon.Active {
    border: none;
    transform: scale(1);
}

.Focused .TagPanelSearchIcon.Right {
    opacity: 0;
}

.MediaOverlay {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100vw - max(20vmin, 370px));
    height: 100%;
    right: 0px;
    top: 0px;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.MediaOverlay.Active {
    opacity: 1;
    pointer-events: all;
}

.MediaOverlayBackground {
    background-color: #00000066;
    width: 100%;
    height: 100%;
    position: absolute;
}

.WistiaVideoLoading {
    background-color: #999999;
    width: 800px;
    height: 600px;
}

.WistiaVideoHidden {
    display: none;
}

.MediaLoadingPlaceholder {
    width: 800px;
    height: 600px;
    position: absolute;
    background-color: #404041;
    display: block;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.Active .MediaLoadingPlaceholder {
    opacity: 1;
    transition-delay: 0.1s;
}

.MediaOverlayImage {
    position: absolute;
    max-height: 80%;
    max-width: 80%;
}

.MediaLoadingPlaceholder.Finished {
    display: none;
}

.MediaLoadingSpinner {
    width: 18vh;
    height: 18vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.MediaLoadingSpinner svg {
    animation: 2s linear infinite loading-animation;
    max-width: 200px;
}


@keyframes loading-animation {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg)
    }
}


.MediaLoadingSpinner circle {
    animation: 1.4s ease-in-out infinite both circle-animation;
    display: block;
    fill: transparent;
    stroke: #ffffff66;
    stroke-linecap: round;
    stroke-dasharray: 283;
    stroke-dashoffset: 280;
    stroke-width: 2px;
    transform-origin: 50% 50%;
}


@keyframes circle-animation {
    0%,
    25% {
        stroke-dashoffset: 280;
        transform: rotate(0);
    }

    50%,
    75% {
        stroke-dashoffset: 75;
        transform: rotate(45deg);
    }

    100% {
        stroke-dashoffset: 280;
        transform: rotate(360deg);
    }
}

.SearchResultsContainer {
    position: absolute;
    width: 80%;
    height: 0em;
    background-color: #044ed7;
    color: #ffffff;
    transition: height 0.35s cubic-bezier(0.19, 1, 0.22, 1), padding 0.35s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0em 0.5em 0em 0.5em;
    right: 8px;
    top: 100%;
    pointer-events: none;
}

.SearchResultsContainer.Searching {
    height: 1.5em;
    padding: 0.5em;
}

.SearchResultsContainer.Results {
    padding: 0.5em;
    height: auto;
}

.SearchStatus {
    font-style: italic;
    color: #cccccc;
    font-size: 1em;
    display: none;
}

.SearchResult {
    width: 100%;
    pointer-events: all;
    user-select: none;
    cursor: pointer;
    font-size: 1.5em;
    display: none;
    margin-bottom: 0.5em;
}

.SearchResult:hover {
    opacity: 0.5;
}

.SearchResultsContainer.Results *, .SearchResultsContainer.Searching * {
    display: block;
}

.LocaleMenu.Index.Dismissed .LocaleContainerTitle {
    color: #cccccc;
    text-shadow: none;
}

.LocaleMenu.Dismissed.TLA, .LocaleMenu.Dismissed.Standalone, .LocaleMenu.Dismissed.WCA {
    right: 108px;
}

.RegulatoryContainer {
    width: 100%;
    font-size: 0.8em;
    text-align: left;
}

.RegulatoryInfo {
    position: relative;
    width: fit-content;
    left: 50%;
    transform: translateX(calc(-50% + 34px));
}

@media (min-width: 936px) {
    .RegulatoryInfo {
        transform: translateX(calc(-50% - 180px));
    }
}