*,
*::before,
*::after {
    box-sizing: border-box;
}

textarea:focus,
input:focus,
button:focus {
    outline: none;
}

*:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    text-align: left;
    background-color: white;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

#header .title-row h1.title,
#header .subtitle-row .subtitle,
#header .navbar-row .user-nav button {
    color: black;
}

html,
body,
#root,
.site-selector {
    height: 100%;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

a {
    color: #eb4d2c;
    text-decoration: none;
    background-color: transparent;
}

#root {
    font-family: "Helvetica Neue LT", "Helvetica Neue", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 400;
}

#header {
    position: relative;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: black;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 730px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    clip-path: url(#myMask);
}

.parallax .parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black 0%, rgba(122, 122, 122, 0) 50%);
}

.parallax svg {
    width: 100%;
    height: 100%;
    display: none;
}

.parallax.masked svg {
    display: inherit;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.align-items-center {
    align-items: center !important;
}

.portal-home .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.portal-searchbar .search-bar-row {
    margin-right: 7.5px;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.portal-home .col-xl,
.portal-home .col-xl-auto,
.portal-home .col-xl-12,
.portal-home .col-xl-11,
.portal-home .col-xl-10,
.portal-home .col-xl-9,
.portal-home .col-xl-8,
.portal-home .col-xl-7,
.portal-home .col-xl-6,
.portal-home .col-xl-5,
.portal-home .col-xl-4,
.portal-home .col-xl-3,
.portal-home .col-xl-2,
.portal-home .col-xl-1,
.portal-home .col-lg,
.portal-home .col-lg-auto,
.portal-home .col-lg-12,
.portal-home .col-lg-11,
.portal-home .col-lg-10,
.portal-home .col-lg-9,
.portal-home .col-lg-8,
.portal-home .col-lg-7,
.portal-home .col-lg-6,
.portal-home .col-lg-5,
.portal-home .col-lg-4,
.portal-home .col-lg-3,
.portal-home .col-lg-2,
.portal-home .col-lg-1,
.portal-home .col-md,
.portal-home .col-md-auto,
.portal-home .col-md-12,
.portal-home .col-md-11,
.portal-home .col-md-10,
.portal-home .col-md-9,
.portal-home .col-md-8,
.portal-home .col-md-7,
.portal-home .col-md-6,
.portal-home .col-md-5,
.portal-home .col-md-4,
.portal-home .col-md-3,
.portal-home .col-md-2,
.portal-home .col-md-1,
.portal-home .col-sm,
.portal-home .col-sm-auto,
.portal-home .col-sm-12,
.portal-home .col-sm-11,
.portal-home .col-sm-10,
.portal-home .col-sm-9,
.portal-home .col-sm-8,
.portal-home .col-sm-7,
.portal-home .col-sm-6,
.portal-home .col-sm-5,
.portal-home .col-sm-4,
.portal-home .col-sm-3,
.portal-home .col-sm-2,
.portal-home .col-sm-1,
.portal-home .col,
.portal-home .col-auto,
.portal-home .col-12,
.portal-home .col-11,
.portal-home .col-10,
.portal-home .col-9,
.portal-home .col-8,
.portal-home .col-7,
.portal-home .col-6,
.portal-home .col-5,
.portal-home .col-4,
.portal-home .col-3,
.portal-home .col-2,
.portal-home .col-1 {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.site-logo.icon img {
    overflow: hidden;
    vertical-align: middle;
    width: 200px;
}

.portal-searchbar {
    position: sticky;
    top: 0;
    z-index: 3;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.icon-and-label {
    display: flex;
    align-items: center;
}

.searchbar .input-group .icon-and-label {
    width: inherit;
}

.icon-and-label .icon-wrapper {
    margin-left: 2px;
}

.icon-and-label .icon-wrapper:first-child {
    margin-left: 0;
}

.icon-and-label .content:last-child {
    margin-left: 3px;
    margin-right: 0;
}

.icon-and-label .icon {
    display: flex;
    align-content: center;
}

.icon-and-label .icon svg {
    height: 20px;
    vertical-align: text-bottom;
}

.searchbar .input-group .icon-and-label .content {
    width: inherit;
    display: flex;
    align-items: center;
}

.searchbar .form-control-borderless {
    border: none;
    width: inherit;
    outline: none;
    box-shadow: none;
}

.hidden {
    display: none !important;
}

.portal-searchbar .searchbar-wrapper .searchbar button {
    font-size: 16px;
    font-weight: bold;
    padding: 4px 10px;
    line-height: 32px;
    color: black;
}

.searchbar .input-group .icon-and-label .content .clear-wrapper button {
    display: contents;
}

.searchbar .input-group .icon-and-label .content .cancel-button-wrapper {
    display: none;
}

.searchbar .btn {
    background-color: #ff5733;
    border: none;
    color: white;
    font-weight: bold;
    width: 100%;
    border-radius: 100px;
}

.user-nav {
    color: white;
}

.user-nav button {
    height: 42px;
    background: transparent;
    color: white;
}

.user-nav .sign-up {
    border: 1px solid white;
    border-radius: 40px;
    margin-left: 34px;
    width: 95px;
}

#header .title-row h1.title,
#header .subtitle-row .subtitle,
#header .navbar-row .user-nav button {
    color: black;
}

#header.header-image-is-dark .title-row h1.title,
#header.header-image-is-dark .subtitle-row .subtitle,
#header.header-image-is-dark .navbar-row .user-nav button {
    color: white;
}

.row.title-row .col-12 .title span {
    background: linear-gradient(0deg, #fb4218 0%, rgba(122, 122, 122, 0) 100%);
}

.portal-home section {
    width: 100%;
    margin-top: 5px;
}

#promotional-spot {
    margin-top: 120px;
}

.portal-searchbar.stuck {
    z-index: 100;
}

.portal-searchbar.stuck .search-bar-row {
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0px;
}

.icon-and-label {
    display: flex;
    align-items: center;
}

.user-nav .reservations .content {
    font-weight: 500;
}

#header .navbar-row button svg {
    fill: #000000;
}

#header.header-image-is-dark .navbar-row button svg {
    fill: #ffffff;
}

.user-nav .icon svg {
    height: 24px;
    fill: #ffffff;
}

.user-nav .icon.arrow svg {
    height: 10px;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.user-nav .list-group {
    width: 104px;
    top: 75px;
    right: 15px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 8px;
    z-index: 10;
}

.user-nav .list-group hr {
    border-top: 1px solid #c4c4c4;
    width: 100%;
}

#header.header-image-is-dark .navbar-row .user-nav .list-group * {
    color: #000000;
}

.user-nav .list-group a:hover,
.user-nav .list-group a:focus,
.user-nav .list-group button:hover,
.user-nav .list-group button:focus {
    text-decoration: underline;
    text-decoration-color: #eb4d2c;
    text-decoration-thickness: 2px;
    font-weight: 700;
    background-color: #ffffff;
}

#promo-swiper .swiper-pagination.swiper-pagination-clickable {
    position: absolute;
    text-align: center;
    transition: opacity 300ms ease 0s;
    transform: translate3d(0px, 0px, 0px);
    z-index: 10;
    display: block;
    bottom: -20px;
    left: 0px;
    width: 100%;
}

#promo-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #134f6c;
    width: 12px;
    height: 12px;
    opacity: 0.6;
    cursor: pointer;
    margin: 0px 4px;
}

#promo-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

#promo-swiper .swiper-button-prev {
    background: rgba(7, 17, 27, 0.3);
    border: none;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0px;
    border-radius: 50px;
    font-size: 25px;
    color: rgb(255, 255, 255);
    opacity: 0.6;
    top: 40%;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: white;
    top: calc(50% - 10px);
    left: 0px;
}

#promo-swiper .swiper-button-next {
    background: rgba(7, 17, 27, 0.3);
    border: none;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0px;
    border-radius: 50px;
    font-size: 25px;
    color: rgb(255, 255, 255);
    opacity: 0.6;
    top: 40%;
    text-indent: 2px;
    z-index: 9;
    right: 0px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: white;
    top: calc(50% - 29px);
    right: 0;
}

#promo-swiper .swiper-button-prev:after,
#promo-swiper .swiper-button-next:after {
    content: '';
}

.more_swiperContainer {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.more_swiper_div {
    width: 200;
    color: white;
    height: 200;
    background: #134f6c;
    border-radius: 50%;
    font-size: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

#mission-statement {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

video#background-video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}

.col_lang_container {
    position: relative;
}

.lang_title {
    position: relative;
    padding: 0.375rem 0.75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 40px;
    margin-left: 34;
}

.lang_title .svg-inline--fa {
    display: inline-block;
    height: 1em;
    vertical-align: -2;
    margin-right: 0;
    color: white;
    overflow: visible;
}

.language-btn {
    border: none;
    background: none;
    padding: 0px;
    cursor: pointer;
    color: white;
}

.col_lang_swiper {
    z-index: 9999;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 30px;
    background: white;
    opacity: 1;
    left: 0px;
    position: absolute;
    display: none;
    min-width: 104px;
    user-select: none;
}

.col_lang_item {
    text-align: left;
    list-style: none;
    cursor: pointer;
    padding: 0.375rem 0.75rem;
}

.col_lang_item a {
    color: black;
}

.col_lang_item.active a {
    color: #508ead;
}

.col_lang_swiper li:hover {
    background-color: rgb(108, 163, 190);
}

.col_lang_item.active:hover a {
    color: black;
}

.lang_container_ul {
    position: absolute;
    display: none;
    padding: 0;
    right: 0px;
    background: white;
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 10%), 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.language-switcher-mobile {
    display: none !important;
}

.footer-followus-language-mobile select {
    opacity: 0;
    height: 24px;
    display: block;
    margin-top: -24px;
    border: 1px solid black;
    width: 100%;
}

.footer-followus-language-mobile.footer-followus-languageList {
    position: static;
    display: none;
    width: 0;
}

.footer-followus-language-mobile select {
    opacity: 0;
    height: 24px;
    display: block;
    margin-top: -24px;
    border: 1px solid black;
    width: 100%;
}

#sel_lang {
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    min-height: 1.5em;
    min-height: 100%;
    height: 3em;
    max-height: 100%;
    outline: 0;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    filter: Alpha(Opacity=0);
    opacity: 0;
    z-index: 2;
}

.btn.mobile_lang {
    position: relative;
}

.main_slideshow_block {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.main_slideshow_block:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.navigation-btn .language-btn {
    font-size: 1.5rem;
}

.col_lang_swiper_gb {
    z-index: 9999;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 30px;
    background: white;
    opacity: 1;
    left: -20px;
    position: absolute;
    display: none;
    min-width: 104px;
    user-select: none;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
}

.col_lang_item_gb {
    text-align: left;
    list-style: none;
    cursor: pointer;
    padding: 0.375rem 0.75rem;
}

.col_lang_item_gb a {
    color: black;
}

.col_lang_item_gb.active a {
    color: #508ead;
}

.col_lang_swiper_gb li:hover {
    background-color: rgb(108, 163, 190);
}

.btn.new_btnStyle {
    border: 0;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    outline: none;
    position: relative;
    align-items: center;
    user-select: none;
    vertical-align: middle;
    justify-content: center;
    -moz-appearance: none;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 0.875rem;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    line-height: 1.75;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    background-color: #FFBA3F;
    border-radius: 26px;
    min-height: 30px;
    padding: 0;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-left: 10px;
    margin-right: -10px;
    box-shadow: none;
    flex: none;
    height: 50px;
    width: 95;
}

@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .search-row .col-sm-9 {
        flex: 0 0 85%;
        max-width: 85%;
    }

    .order-sm-12 {
        order: 12;
    }

    .search-button-wrapper {
        flex: 0 0 15%;
        max-width: 15%;
    }
}

@media (min-width: 767px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }

    .portal-home .portal-searchbar {
        margin-top: 40px;
    }

    .searchbar .input-wrapper input {
        font-size: 18px;
    }

    #header .user-nav-wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .search-row .col-sm-9 {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .search-button-wrapper {
        flex: 0 0 20%;
        max-width: 20%;
    }

    #promo-swiper .swiper-button-prev,
    #promo-swiper .swiper-button-next {
        width: 58px;
        height: 58px;
        line-height: 58px;
    }
}

@media (min-width: 767px) and (max-width: 1439px) {
    .portal-searchbar .search-bar-col {
        padding-top: 12px;
        padding-bottom: 16px;
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }

    #promo-swiper .swiper-button-prev,
    #promo-swiper .swiper-button-next {
        display: flex;
    }
}

@media (min-width: 1439px) {
    #header .navbar-row {
        padding-top: 46px;
    }

    #header .navbar-row .site-logo img {
        width: 200px;
    }

    #header .header-content.top-justified .title-subtitle-wrapper .title-row {
        margin-top: 94px;
    }

    #header .header-content .title-row .title {
        font-size: 48px;
        line-height: 52px;
    }

    .portal-searchbar .search-bar-col {
        padding-top: 12px;
        padding-bottom: 10px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .portal-searchbar.stuck {
        height: 90px;
        background-color: white;
        display: flex;
        align-items: center;
        box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 10%), 0px 0px 10px 0px rgb(0 0 0 / 20%);
    }

    .portal-searchbar.stuck .site-logo {
        display: block;
        position: absolute;
        top: 20px;
        left: 36px;
    }

    .portal-searchbar.stuck .search-bar-row {
        width: 960px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 8px;
    }

    .portal-searchbar.stuck .user-nav {
        display: block;
        position: absolute;
        top: 23px;
        right: 10px;
    }

    .portal-searchbar.stuck .user-nav button {
        color: black;
    }

    .portal-searchbar.stuck .user-nav button.sign-up {
        border-color: black;
    }

    .portal-searchbar .site-logo,
    .portal-searchbar .user-nav {
        display: none;
    }

    .portal-searchbar.stuck .user-nav button svg {
        fill: #000000;
    }

    #promo-swiper .swiper-button-prev {
        left: -70;
        background-color: rgba(0, 0, 0, 0.6);
        border: none;
        color: rgb(255, 255, 255);
    }


    #promo-swiper .swiper-button-next {
        right: -70;
        background-color: rgba(0, 0, 0, 0.6);
        border: none;
        color: rgb(255, 255, 255);
    }
}

.portal-searchbar .search-bar-row .search-bar-col {
    background-color: white;
    border-radius: 8px;
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 10%), 0px 0px 10px 0px rgb(0 0 0 / 20%);
    margin-right: 7.5px;
    margin-left: 7.5px;
}

@media (min-width: 1439px) {
    .portal-searchbar.stuck .search-bar-row .search-bar-col {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 1440px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .searchbar-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#header .header-content {
    display: flex;
    flex-direction: column;
}

.portal-home #header .header-content.top-justified .title-subtitle-wrapper .title-row .title {
    font-weight: bold;
}

#header .title-row h1.title,
#header .subtitle-row .subtitle,
#header .navbar-row .user-nav button {
    color: white;
}

.portal-searchbar .search-bar-row .search-bar-col {
    background-color: white;
    border-radius: 8px;
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 10%), 0px 0px 10px 0px rgb(0 0 0 / 20%);
    margin-right: 7.5px;
    margin-left: 7.5px;
}

.portal-searchbar .searchbar-wrapper .searchbar input {
    font-weight: 400;
}

.searchbar .input-group .icon-and-label .content input {
    caret-color: orange;
}

.btn.lang .svg-inline--fa {
    color: black;
    vertical-align: -2;
    margin-left: 20px;
    height: 1.5rem;
}

@media (max-width: 767px) {
    #header .header-wrapper {
        height: 100%;
    }

    .portal-home .parallax .parallax-overlay {
        background: linear-gradient(0deg, black 0%, rgba(122, 122, 122, 0) 100%);
    }

    .portal-home .parallax {
        height: 670px;
    }

    #header .navbar-row .site-logo-col .site-logo img {
        width: 84px;
    }

    .searchbar .icon.search svg {
        height: 24px;
    }

    #header .navbar-row .user-nav {
        display: none;
    }

    #header .navbar-row .col_lang_container {
        display: none;
    }

    .portal-home .portal-searchbar {
        margin-top: 24px;
    }

    .portal-searchbar .search-bar-col {
        padding-top: 8px;
        padding-bottom: 12px;
        padding-right: 6px;
        padding-left: 6px;
    }

    .searchbar .input-wrapper {
        margin-bottom: 12px;
    }

    #header {
        height: 218px;
    }

    #header .navbar-row {
        padding-top: 10px;
        min-height: 68px;
    }

    #header .header-content.top-justified .title-subtitle-wrapper .title-row {
        margin-top: 36px;
    }
}

@media (max-width: 1439px) {

    .portal-searchbar .covers-dropdown-wrapper,
    .portal-searchbar .covers-dropdown .dropdown .dropdown-wrapper {
        padding-left: 2px;
    }

    .portal-searchbar .covers-dropdown-wrapper,
    .portal-searchbar .times-dropdown-wrapper {
        margin-bottom: 5px;
    }

    .portal-searchbar .searchbar-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .portal-searchbar .site-logo,
    .portal-searchbar .user-nav {
        display: none;
    }
}