@font-face {
    font-family: "Finntype";
    font-display: auto;
}

/* classes that are missing in troika, but are still used commonly on most travel pages */
.hidden {
    display: none !important;
}

.clickable {
    cursor: pointer;
}

hr {
    border: 0;
    border-bottom: 1px solid #dfe4e8;
    margin: 0;
}

.topbar-level2 {
    top: 50px;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.topbar-level2.u-position-fixed:not(.hidden) + .pageholder {
    margin-top: 60px;
}

.nav-level2 {
    clear: both;
    border-bottom: 1px solid #fff;
}

.finn-slider {
    height: 58px;
    width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.finn-slider-track {
    position: absolute;
    height: 3px;
    bottom: 14px;
    width: 100%;
    background: #c3ccd9;
}

.finn-slider-track-inner {
    position: absolute;
    height: 5px;
    bottom: 13px;
    background: #0063fb;
}

.finn-slider-thumb {
    background-color: #0063fb;
    border: 8px solid #fff;
    -webkit-box-shadow:
        0 0 4px 0 rgba(0, 0, 0, 0.1),
        0 3px 1px 0 rgba(0, 0, 0, 0.05),
        0 2px 2px 0 rgba(0, 0, 0, 0.05),
        0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow:
        0 0 4px 0 rgba(0, 0, 0, 0.1),
        0 3px 1px 0 rgba(0, 0, 0, 0.05),
        0 2px 2px 0 rgba(0, 0, 0, 0.05),
        0 3px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    height: 13px;
    width: 13px;
    position: absolute;
    bottom: 2px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    cursor: pointer;
    -webkit-transition:
        border-width 0.1s linear,
        padding 0.1s linear;
    transition:
        border-width 0.1s linear,
        padding 0.1s linear;
    -webkit-tap-highlight-color: transparent;
}

.finn-slider-thumb:focus,
.finn-slider-thumb:hover {
    outline: none;
    padding: 3px;
    border-width: 5px;
}

.input input {
    word-break: normal;
}
