﻿.tglp-page__header {
    display: flex;
    margin: auto;

    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    color: white;
    background-color: #00529E;
}

.tglp-page {
    margin: 0;
}

.tglp-heading {
    margin-left: 2%;
    margin-right: 2%;
}

.tglp-heading__title {
    border-bottom-color: rgb(18, 86, 157);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(18, 86, 157);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(18, 86, 157);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(18, 86, 157);
    border-top-style: none;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(18, 86, 157);
    display: block;
    font-family: "tempo", Helvetica, Sans-Serif;
    font-size: 1.7em;
    font-stretch: normal;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    height: 21px;
    letter-spacing: 1px;
    line-height: 21px;
    margin-top: 20px;
    padding-top: 30px;
    max-width: none;
    -webkit-margin-after: 20px;
    -webkit-margin-before: 20px;
    -webkit-margin-end: 0px;
    -webkit-margin-start: 0px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.tglp-heading__text {
    border-bottom-color: rgb(102, 102, 102);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(102, 102, 102);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(102, 102, 102);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(102, 102, 102);
    border-top-style: none;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(102, 102, 102);
    display: block;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 16.8px;
    font-stretch: normal;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    line-height: 23.52px;
    margin: 20px 2% 15px 2%;
    padding-top: 10px;    
    -webkit-margin-after: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-end: 0px;
    -webkit-margin-start: 0px;
    width: inherit;
    height: auto;
    text-align: center;
}
.tglb-component {
    height: 360px;
    max-width: 1400px;
    margin: auto;
}

@media (max-width: 768px) {
    .tglb-component {
        height: 235px;
        background-size: 102% auto;
        background-position: left top; 
    }
}

@media (max-width: 576px) {
    .tglb-component {
        height: 182px;
    }
}

.tpc-component__form-wrapper {
    max-width: 340px;
    margin: 20px auto;
}

@media (max-width: 320px) {
    .tpc-component__form-wrapper {
        margin: 20px 3%; 
    }
}

.sff-component__button::after {
    content: none;
}

.addBookingGif {
    padding-top: 10px;
    display: none;
    background: #fff url(/bookedguest/content/themes/ccl_enUS/images/ajax-loader.gif) no-repeat center;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    z-index: 99000;
}

.error {
    border-color: #ce082e;
    width: 100%;
}
.ccl-skipToMainContentLink{
    z-index: 99000;
}

select::-ms-expand {
    display: none;
}