/* #content .row>div h2:first-child {
    margin-top: 0;
    margin-bottom: 5px
}

body {
	padding-bottom: 20px;
    background: url(header_bg_new.jpg) top center no-repeat, url(header_bg_slice.jpg) top repeat-x, url(main_bg.jpg) top/cover;
    font-family: 'Open Sans', sans-serif
}

body.no-background {
    background: none;
}

#mainheader {
    position: relative;
    width: 100%;
    height: 173px
}

#mainheader h2 a,
#mainheader h2 a:hover {
    color: #fff;
    text-decoration: none
}

#mainheader .logo {
    background: url(logo.png) no-repeat;
    position: absolute;
    top: -15px;
    left: -210px;
    width: 208px;
    height: 119px
}

.logo-res-form {
    position: absolute;
    right: 0;
    top: -20px;
}

.res-wrapper {
    position: relative;
}

#main {
    background: #fff;
    border-radius: 10px;
    border: 2px solid #337ab7;
    padding: 10px 20px;
    margin: 0 auto;
    max-width: 990px;
    width: 100%
}

#content {
    padding: 0 5px
}

#content h2 {
    color: #0959A1;
    font-size: 34px;
    margin: 25px 0 15px
}

#content h3 {
    color: #0959A1;
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 5px;
    clear: both
}

#content .row>div h2:first-child+h3 {
    margin-top: 0
}

#content li h4 {
    margin: 0
}

#content img {
    max-width: 100%;
    height: auto
}

#widget {
    background: url(slides/1.jpg) center center/cover no-repeat #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .25);
    margin-top: 5px;
    position: relative;
    width: 100%;
    height: 330px
} */

.btn, textarea.form-control {
    border-radius: 0
}

input::placeholder {
    color: #8e98a2!important
}

#widget input:disabled, #reservation input:disabled {
    opacity: 1
}

textarea {
    resize: vertical
}

#widget, #reservation {
    line-height: 1.42857143
}

#widget h2 {
    color: #0959A1;
    margin: 0 0 15px;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px
}

#widget form {
    background: #fff;
    border: 2px solid #fff;
    /* border-radius: 10px;
    padding: 10px;
    width: 100%;
    height: 100% */
    min-height: 159px
}

#widget form p {
    margin-top: 0;
    margin-bottom: 5px;
    clear: both
}

#widget form .left label {
    color: #0959A1;
    text-align: right
}

#widget form .left select {
    color: #0959A1;
    width: 100%
}

/* #widget form .hotel-area {
    margin-top: 10px
} */

#widget form .left {
    width: 55%;
    padding: 15px 10px 5px
}

#widget form .right {
    background: #FA8911;
    /* border-radius: 0 10px 10px 0; */
    padding: 10px;
    /* position: absolute;
    top: 0;
    right: 0;
    width: 43%;
    height: 100% */
    width: 45%;
}

#widget form .title {
    color: #fff;
    font-size: 22px;
    font-weight: 600
}

#widget form .quote {
    background: #fff;
    /* border-radius: 5px; */
    color: #0959A1;
    display: block;
    font-size: 24px;
    font-weight: 600;
    padding: 0 5px
}

#widget .note {
    font-size: 11px;
    font-weight: 500;
    margin-left: 10px
}

#widget form button, #reservation .row button:not(.btn-default):not(.btn-link):not(.btn-inverse), #reservation .popup button {
    background: #0959A1;
    /* border: 2px solid #fff; */
    /* border-radius: 5px; */
    color: #fff;
    /* font-weight: 600;
    line-height: 110%;
    padding: 4px; */
    border: 0;
    padding: 6px 12px;
    font-size: 14px
}

#widget form button, #reservation .popup button {
    width: 100%
}

button#reserve-now {
    margin: 7px 0 5px
}

@media (max-width: 768px) {
    #widget form .title {
        font-size: 18px
    }
}

/* #licensed {
    background: -webkit-linear-gradient(bottom, #fff 50%, #cddce3 100%);
    background: linear-gradient(to top, #fff 50%, #cddce3 100%);
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25), inset 0 0 3px 3px rgba(40, 40, 150, .1);
    color: #0959A1;
    font-weight: 600;
    padding: 15px;
    margin: 5px 0 15px
}

#licensed strong {
    color: #ff8207
}

#nla-logo img {
    max-width: 80%;
    margin-top: 30px;
    margin-bottom: 30px
}

#testimonials {
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
    color: #0959A1;
    margin: 25px 0 20px;
    padding: 1px 30px 15px;
    position: relative;
    width: 100%;
    height: 100%
}

#testimonials blockquote {
    display: none;
    margin: 0
}

#testimonials blockquote.active {
    display: block
}

#testimonials:before {
    display: block;
    height: 0;
    content: '\201D';
    font: 100px/100% Georgia, "Times New Roman", serif;
    color: rgba(2, 86, 157, .3);
    position: absolute;
    right: 10px;
    bottom: 50px
}

#testimonials button {
    background: url(arrow.png) no-repeat;
    border: 0;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: 0;
    width: 41px;
    height: 40px
}

#testimonials button:hover {
    opacity: .7
}

#testimonials button.next {
    left: 100%;
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1)
}

.link.question {
    font-weight: 700
}

.answer {
    margin-bottom: 10px
}

.hiddenqa {
    display: none
}

#mainfooter nav,
.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-left-bold {
	text-align: left;
	font-weight: bold;
}

.width-85 {
	width: 85px;
}

.brand-colored {
	color:#337ab7
}

.text-bold {
	font-weight: bold
}

#mainfooter nav li {
    display: inline-block
}

#mainfooter nav li:after {
    color: #fff;
    content: ' | '
}

#mainfooter nav li:last-child:after {
    content: ''
}

#mainfooter nav a {
    color: #fff;
    font-size: 20px;
    text-decoration: underline
}

#mainfooter nav a:hover {
    color: rgba(255, 255, 255, .7)
}

#mainfooter nav img {
    padding: 6px;
}
*/
#content .flight-info-title {
    color: #0959A1;
    font-size: 18px;
    font-weight: 400;
    /* margin-top: -10px; */
    margin-bottom: 20px;
    clear: both;
    margin-top: -2px;
    background-color: #F5F5F5;
    padding: 5px 15px 5px 15px;
}
/*
#content .ratesTable th {
    text-align: center;
    background: #0F99D6
}

#content .ratesTable th h2,
#content .ratesTable th h3 {
    color: #fff;
    margin: 0
} */

/* rates table */
.table-responsive:has(.ratesTable) {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}
.ratesTable {
    table-layout: fixed;
    margin-bottom: 0;
    font-size: 12px;
    --col-width: 60px;
    --first-col-width: 200px;
}
.ratesTable tr {
    display: flex;
    min-width: max-content;
}
.ratesTable>tbody>tr:nth-of-type(odd)>td {
    background-color: #f9f9f9;
}
.ratesTable>tbody>tr:nth-of-type(even)>td {
    background-color: #fff;
}
.ratesTable td, .ratesTable th {
    flex: 1 1 0px;
    width: 0;
    min-width: var(--col-width);
    border: none;
    text-align: unset;
    white-space: wrap !important;
    align-content: center;
}
.ratesTable td:first-child {
    position: sticky;
    left: 0;
}
.ratesTable td:not(:last-child) {
    border-right: 1px solid #ddd;
}
.ratesTable>tbody>tr>th {
    border: none;
}
.ratesTable th[colspan="10"] {
    min-width: calc(var(--first-col-width) + var(--col-width) * 8);
}
.ratesTable th[colspan="4"] {
    min-width: calc(var(--first-col-width) + var(--col-width) * 2);
}
.ratesTable td[colspan="2"] {
    min-width: calc(var(--col-width) * 2);
}
.ratesTable td:first-child {
    min-width: var(--first-col-width);
    max-width: var(--first-col-width);
    text-overflow: ellipsis;
    overflow: hidden;
}
.ratesTable h3 {
    position: sticky;
    left: 8px;
    display: inline-block;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .ratesTable {
        font-size: 14px;
        --col-width: 100px;
        --first-col-width: 350px;
    }
}
/* rates table - END */

.page-template-page-reserve #content {
    margin: 0;
}

.page-template-page-reserve #reservation {
    margin: 40px 0 0;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .page-template-page-reserve #reservation {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .page-template-page-reserve #main .tg-container {
        padding-left: 0;
        padding-right: 0;
    }
}

#reservation {
    width: 100%;
    font-size: 14px
}

#reservation a {
    color: #3e3e3e;
    text-decoration: underline;
}

#reservation-main-col #reservaton-step-bar {
    background-color: #0959A1;
    padding: 10px 15px;
    margin-bottom: 30px;
}

#reservation-main-col .reservation-step-wrapper .reservation-step-label,
#reservation-main-col .reservation-step-wrapper .reservation-step-number {
    text-align: left;
    font-size: 18px;
    color: #fff;
}

#reservation-main-col .reservation-step-wrapper .reservation-step-number {
    text-align: right;
}

@media (max-width: 576px) {
    #reservation-main-col .reservation-step-wrapper .reservation-step-number {
        text-align: left;
    }
}

#reservation-main-col > div {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

#reservation .btn + .btn {
    margin-left: 5px
}

#reservation .hr {
    /* border-top: 1px solid #eee!important; */
    padding-top: 20px;
}

#reservation .hided {
    display: none
}

#reservation .hided2 {
    border-top: 0 solid #eee!important;
    height: 0;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 0
}

#reservation .form-group .selectDate,
#reservation .form-group .time-readonly {
    background: #fff;
    opacity: 1;
    box-shadow: none;
}

#reservation .btn-default {
    height: 36px;
}

#reservation .selection-btn.active {
    background-color: #0959A1;
    color: #fff;
}

#reservation .calendar-btn {
    background-color: #fff;
    border-left: none;
    border-color: #ccc;
    box-shadow: none;
}

.tooltip-inner {
    max-width: 270px;
    width: 270px;
    text-align: left;
    border-radius: 0
}

.datepicker {
    padding: 0;
    box-shadow: none;
}

#info-icon {
    cursor: pointer
}

/* .awards-container {
	display: inline-block;
}

@media (max-width: 600px) {
    .logo-res-form {
        width: 80px
    }
} */

#reservation #trip h3, #reservation #contact h3, #reservation #contact h4 {
    width: 100%;
    text-align: left;
    background-color: #F5F5F5;
    color: #0959A1;
    padding: 5px 15px 5px 15px;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 767px) {
    #reservation-main-col {
        padding: 0 5px
    }
    /* .continue.stickyfixed {
        background: rgba(255, 255, 255, .85);
        position: relative!important;
        z-index: 900;
        padding-right: 30px
    } */
}

@media (min-width: 768px) {
    #reservation .form-group .col-sm-3 {
        width: 316px;
        white-space: pre-wrap;
    }
    #reservation .form-group .col-sm-9 {
        width: calc(100% - 316px)
    }
    .continueprompt {
        float: right;
        width: calc(100% - 316px)
    }
}

/* .testimonials-list blockquote {
    margin-bottom: 20px
}

.testimonials-list blockquote p {
    background: -webkit-linear-gradient(#CEF3FF, #B7EDFF);
    background: linear-gradient(#CEF3FF, #B7EDFF);
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
    color: #666;
    margin: 0 0 10px;
    padding: 10px 60px;
    position: relative;
    width: 100%;
    height: 100%
}

.testimonials-list blockquote p:after,
.testimonials-list blockquote p:before {
    display: block;
    height: 0;
    font: 100px/100% Georgia, "Times New Roman", serif;
    color: rgba(152, 152, 152, .4);
    position: absolute
}

.testimonials-list blockquote p:before {
    content: '\201C';
    left: 10px;
    top: 5px
}

.testimonials-list blockquote p:after {
    content: '\201D';
    right: 10px;
    bottom: 50px
} */

.continueprompt,
.help-block,
.missing {
    font-style: italic
}

/* .testimonials-list blockquote cite {
    padding: 0 0 0 20px
}

.vehicle+.vehicle {
    margin-top: 20px
} */

#reservation,
#reservation>.row {
    position: relative
}

/* .nav-justified>li {
    display: table-cell;
    width: 1%
} */

/* hide but still need functionality */
#reservation-step {
    display: none;
}

.selectDate::-webkit-calendar-picker-indicator,
.selectDate::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none
}

.timeselect .form-control {
    width: 100%;
    display: inline-block;
    box-shadow: none;
    /* max-width: 182px */
}

.serviceselect .form-control {
    width: 100%;
    display: inline-block;
    /* max-width: 242px */
}

label[data-toast] {
    cursor: pointer;
    text-decoration: underline
}

#back {
    height: 40px;
    line-height: 14px;
}

div:has(> #continue.hided) {
    display: none;
}

@media (max-width: 576px) {
    #back {
        font-size: 12px;
        line-height: 12px;
    }
}

.continue {
    position: relative;
    text-align: right;
    width: 100%;
    height: 110px;
    padding-top: 10px;
    margin-top: 30px;
    z-index: 10;
}

.continue > div {
    padding: 0
}

.continue .btn-inverse,
.continue .btn-primary {
    border-radius: 5px;
    text-transform: uppercase;
    padding: 10px 15px !important;
}

.continue .btn-inverse {
    background-color: #fff;
    color:#0959A1;
    border-color: #0959A1;
    font-size: 14px;
    font-weight: 600;
}

.continue .text-left {
    text-align: left;
}

.continue {
    z-index: 10
}
/* 
.continue > :last-child {
    margin-left: 10px
}
.continue > :last-child button {
    margin-left: 5px
} */

.continue.stickyfixed {
    background: rgba(255, 255, 255, .85);
    /* position: absolute; */
    z-index: 900;
    /* padding-right: 30px */
    position: sticky;
    top: unset!important;
    bottom: 0;
    height: 112px;
    border-top: 1px solid #eee
}

/* .hasSticked {
    padding-bottom: 60px
} */

.continue p {
    display: inline-block
}

/* .continue :last-child {
    margin-left: 10px
}

#continue.disabled {
    color: #333;
    background-color: #fff;
    border-color: #ccc
} */

.hideni,
.option-disabled {
    display: none
}

#content .selectVehicle .vehicle img {
    margin-right: 10px;
    max-width: 100px;
    height: auto;
    float: left
}

#content .selectVehicle .vehicle .details {
    float: left
}

.two-inputs input {
    display: block;
    float: left;
    margin-right: .5%;
    width: 49.5%
}

.two-inputs input+input {
    margin-left: .5%;
    margin-right: 0
}

/* .numberInput {
    max-width: 200px
} */

.paypal-button-hidden {
    visibility: hidden
}

#shuttle-note {
    display: none
}

@media (max-width: 1199px) {
    .continue.stickyfixed {
        height: 149px;
    }
}

@media (max-width: 767px) {
    .continue {
        margin-top: 0
    }
    .continue.stickyfixed:has(#price.hided) {
        position: relative;
        border: none
    }  
}

/* ----------------------------------------------------------------------------------------- */
/* Certificate of Excellence Badge
   ----------------------------------------------------------------------------------------- */
/* .landerHeader {
  font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
  font-size: 42px;
  color: #666666;
}
.title1 {
  font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
  font-size: 24px;
  color: #666666;
}
.title2 {
  font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
  font-size: 18px;
  color: #666666;
}
.title3 {
  font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
  font-size: 16px;
  color: #666666;
}
.title4 {
  font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
  font-size: 14px;
  color: #666666;
}
.bodyCopy {
  font-family: ArialMT, Tahoma, 'Bitstream Vera Sans', sans-serif;
  font-size: 13px;
  color: #666666;
}
.bodyCopy.link {
  color: #006699;
  cursor: pointer;
}
.formLabel {
  font-size: 13px;
  color: #666666;
}
.formLabel.HR {
  font-family: "Georgia Italic", Georgia, serif;
  font-style: italic;
}
.formLabel.MC {
  font-family: ArialMT, Tahoma, 'Bitstream Vera Sans', sans-serif;
}
.tableHeader {
  font-family: Arial;
  font-size: 11px;
  color: #666666;
}
.hyperLink {
  font-family: ArialMT, Tahoma, 'Bitstream Vera Sans', sans-serif;
  font-size: 13px;
  color: #006699;
  cursor: pointer;
}
.hyperLink.free {
  text-decoration: underline;
  font-size: 11px;
}
.keyLabel {
  font-family: ArialMT, Tahoma, 'Bitstream Vera Sans', sans-serif;
  font-size: 11px;
  color: #666666;
}
.chartLabel {
  font-family: ArialMT, Tahoma, 'Bitstream Vera Sans', sans-serif;
  font-size: 10px;
  color: #666666;
}
.orangeText {
  color: #E46715;
}
.greenText {
  color: #00AF87;
}
.redText {
  color: #C32D0A;
}
.semibold {
  font-weight: 600;
}
.t4b-button {
  border: solid 1px #006699;
  background-color: #FFFFFF;
  color: #006699;
  font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
  font-size: 18px;
  padding: 10px 30px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.t4b-button.orangeSolid {
  background-color: #E46715;
  border-color: #E46715;
  color: #FFFFFF;
}
.t4b-button.orangeOutline {
  color: #E46715;
  border-color: #E46715;
  background-color: #FFFFFF;
}
.t4b-button.orangeSolid:hover {
  background-color: #F17F21;
}
.t4b-button.orangeOutline:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
.t4b-button.darkBlueSolid {
  background-color: #134C75;
  border-color: #134C75;
  color: #FFFFFF;
}
.t4b-button.darkBlueOutline {
  background-color: #FFFFFF;
  border-color: #134C75;
  color: #134C75;
}
.t4b-button.darkBlueSolid:hover {
  background-color: #006DAC;
}
.t4b-button.darkBlueOutline:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
.t4b-button.secondary {
  padding: 10px 24px;
  font-size: 15px;
}
.t4b-button.tertiary {
  padding: 10px 12px;
  font-size: 11px;
  font-family: Arial, Verdana, "Bitstream Vera Sans", Helvetica, sans-serif;
  text-transform: uppercase;
}
.t4b-button.ta-green {
  background-color: #FFFFFF;
  border-color: #00AF87;
  color: #00AF87;
}
.t4b-button.ta-green:hover {
  background-color: #00AF87;
  border-color: #00AF87;
  color: #FFFFFF;
}
.t4b-button.inactive {
  opacity: 0.5;
  cursor: default;
}
.TA_certificateOfExcellence .widCOE {
  color: #000000;
  background-color: transparent;
  overflow: hidden;
  width: 90px;
  margin: 0px 6px 10px 6px;
  text-align: center;
}
.TA_certificateOfExcellence .widCOE .widCOELink {
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 1px;
  border: none;
  font-weight: normal;
  text-decoration: none;
  outline: none;
}
.TA_certificateOfExcellence .widCOE .widCOELink a {
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  border: none;
  font-weight: normal;
  text-decoration: underline;
  outline: none;
}
.TA_certificateOfExcellence .widCOE a:hover {
  border: none;
  font-weight: normal;
  text-decoration: underline;
  background-color: transparent;
  color: #000000;
}
.TA_certificateOfExcellence .widCOE a:visited {
  border: none;
  font-weight: normal;
  color: #000000;
}

.TA_certificateOfExcellence .widCOE img {
  border: none;
  display: block;
  width: 100%;
}

.widCOETitleEnglish {
  font-family: Tahoma, "Microsoft Yahei", Helvetica, sans-serif;
}
.widCOEDate {
  font-family: Tahoma, "Microsoft Yahei", Helvetica, sans-serif;
}

.TA_certificateOfExcellence .widCOE.widCOE img.TA_certificateOfExcellence .widCOEIMG.widCOEImg {
  padding: 0;
  border: 0;
}

.TA_certificateOfExcellence .widCOE.widCOE .widCOELogo {
  position: relative;
  z-index: 2;
}
.TA_certificateOfExcellence .widCOE.widCOE .widCOEImg {
  display: block;
  margin: 0;
}
.TA_certificateOfExcellence .widCOE.widCOE .widCOELink a {
  font: normal normal 14px Arial, Helvetica, sans-serif;
  color: #000000;
} */
/* ----------------------------------------- */

/* .TA_certificateOfExcellence {
    position: absolute;
    left:auto;
    right: 0px;
    top: 80px;
}

.widCOETitle {
    font: normal 7px Arial, Helvetica, sans-serif !important;
}

.TA_certificateOfExcellence .widCOE2017 {
    display:none;
}
.TA_certificateOfExcellence .widCOE2018 {
    display:none;
}
.TA_certificateOfExcellence .widCOE2019 {
    display:none;
}
.TA_certificateOfExcellence .widCOE2020 {
    display:none;
}

.TA_certificateOfExcellence .widCOE2021 {
    width: 60px !important;
    display:block;
}

.awards-container .widCOE2017 {
    width: 120px !important;
    display: inline-block;
}
.awards-container .widCOE2018 {
    width: 120px !important;
    display: inline-block;
}
.awards-container .widCOE2019 {
    width: 120px !important;
    display: inline-block;
}
.awards-container .widCOE2020 {
    width: 120px !important;
    display: inline-block;
}

.awards-container .widCOE2021 {
    width: 120px !important;
    display: inline-block;
}

.awards-container .widCOELogo {
	  padding: 10px;
}

.js-language-picker {
    z-index: 100;
    position: relative;
    top: 100px;
}

.covid-content-image-container,
.covid-content-video-container {
    margin-bottom: 30px;
    text-align: center;
}

.covid-content-image-container img {
	  width: 360px;
}

.covid-content-video-container video {
	  max-width: 100%;
} */

/* @media (min-width: 375px) {
    #reservation-step a {
        padding: 5px 10px;
    }

    .TA_certificateOfExcellence {
        position: absolute;
        left:auto;
        right: 50px;
        top: 10px;
    }
    .TA_certificateOfExcellence .widCOE2017 {
        display: none;
    }
    .TA_certificateOfExcellence .widCOE2018 {
        display: none;
    }
    .TA_certificateOfExcellence .widCOE2019 {
        display: none;
    }
    .TA_certificateOfExcellence .widCOE2020 {
        display: none;
    }
    .TA_certificateOfExcellence .widCOE2021 {
		    display: block;
        width: 90px !important;
        margin-right:15px !important;
	  }
    #mainheader .logo {
        top: -25px;
    }
} */

/* @media (min-width: 420px) {

    .TA_certificateOfExcellence {
        left: 250px;
    }
}
@media (min-width: 705px) {

    .TA_certificateOfExcellence {
        left: 40%;
    }
    
    .TA_certificateOfExcellence .widCOE img {
      border: none;
      display: block;
      width: 100%;
    }
    
    .TA_certificateOfExcellence .widCOE2017 {
        float: left;
        display: block;
        width: 90px !important;
        margin-top: 10px !important;
    }
    
    .TA_certificateOfExcellence .widCOE2018 {
        float: left;
        display: block;
        width: 90px !important;
        margin-top: 10px !important;
    }
    
    .TA_certificateOfExcellence .widCOE2019 {
        float: left;
        display: block;
        width: 90px !important;
        margin-top: 10px !important;
    }
    
    .TA_certificateOfExcellence .widCOE2020 {
        float: left;
        display: block;
        width: 90px !important;
    }
    
    .TA_certificateOfExcellence .widCOE2021 {
        float: left;
        display: block;
        width: 90px !important;
    }
    
    .awards-container .widCOE2017 {
        float: left;
        display: block;
        width: 160px !important;
        margin-top: 10px !important;
    }
    
    .awards-container .widCOE2018 {
        float: left;
        display: block;
        width: 160px !important;
        margin-top: 10px !important;
    }
    
    .awards-container .widCOE2019 {
        float: left;
        display: block;
        width: 160px !important;
        margin-top: 10px !important;
    }
    
    .awards-container .widCOE2020 {
        float: left;
        display: block;
        width: 160px !important;
    }
    
    .awards-container .widCOE2021 {
        float: left;
        display: block;
        width: 160px !important;
    }
    
    .widCOETitle {
        font: normal 11px Arial, Helvetica, sans-serif !important;
    }
} */

#rates-notice {
    text-align: center;
    padding: 20px;
    font-size: 12px;
}
.continue.stickyfixed #rates-notice {
    display: none !important;
}

#selectServicePopHolder .btn,
#selectServicePopHolder .btn:hover {
    color:#fff;
    background-color: #0959A1;
    width:100%;
}

@media (min-width: 992px) {
    /* .TA_certificateOfExcellence {
        left: 220px;
    }
    #mainheader .wrap {
        margin: 0 auto;
        position: relative;
        width: 990px;
        height: 100%
    }
    #mainheader h1,
    #mainheader h2,
    #mainnav,
    #widget form,
    .subnav {
        position: absolute
    }
    #mainheader h1 {
        color: #0959A1;
        font-size: 47px;
        top: 35px;
        left: 196px;
        margin: 0;
        font-weight: 600
    }
    #mainheader h2 {
        font-size: 36px;
        margin: 0;
        text-shadow: 1px 1px 1px #111;
        right: 30px;
        top: 80px
    }
    #mainheader nav ul {
        margin: 0;
        padding: 0
    }
    #mainnav {
        border: 0;
        margin-bottom: 0;
        bottom: 0;
        left: 50%;
        width: 95%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        min-height: 0
    }
    #mainnav li {
        display: block;
        float: left;
        padding: 0 1px;
        width: 14.25%
    }
    #mainnav a,
    .subnav a {
        text-align: center;
        width: 100%
    }
    #mainnav a {
        background: #0c6aab;
        background: -webkit-linear-gradient(bottom, #0959A1 10%, #168bbc 80%);
        background: linear-gradient(to top, #0959A1 10%, #168bbc 80%);
        border: 2px solid #fff;
        border-bottom: 0;
        border-radius: 10px 10px 0 0;
        box-shadow: 0 -4px 2px -2px rgba(0, 0, 0, .25), -4px 0 2px -2px rgba(0, 0, 0, .25), 4px 0 2px -2px rgba(0, 0, 0, .25);
        box-sizing: border-box;
        color: #fff;
        display: block;
        font-size: 18px;
        font-weight: 600;
        padding: 7px 0;
        height: 36px
    }
    #mainnav a.active,
    #mainnav a:active,
    #mainnav a:focus,
    #mainnav a:hover {
        background: #fff;
        color: #0c6aab;
        text-decoration: none
    }
    #mainnav .navbar-nav {
        float: none
    }
    .subnav {
        background: #fff;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25), inset 0 0 3px 3px rgba(40, 40, 150, .1);
        top: 0;
        right: 0
    }
    .subnav li {
        display: inline-block
    }
    .subnav a {
        color: #0c6aab;
        display: block;
        font-size: 16px;
        font-weight: 700;
        padding: 16px 18px 10px;
        height: 50px
    }
    .subnav a.active,
    .subnav a:active,
    .subnav a:focus,
    .subnav a:hover {
        color: #000;
        text-decoration: none
    } */
    #widget form {
        /* background: #fff;
        border: 2px solid #fff;
        border-radius: 10px;
        padding: 10px;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 440px;
        height: 80% */
        display: flex;
        justify-content: space-between;
        transform: translateY(0);
        min-height: 191px
    }
    #widget form .right {
        height: 285px
    }
    /* #licensed {
        background: url(licensed.png) center center/contain no-repeat;
        border: 0;
        box-shadow: none;
        width: 688px;
        height: 128px;
        max-width: 100%
    }
    #licensed p {
        display: none
    }
    #nla-logo img {
        max-width: 100%;
        margin-top: 30px;
        margin-bottom: 30px
    } */
}

@media (max-width: 991px) {
    /* body {
        background: url(header_bg_slice_mobile.jpg) top repeat-x, url(main_bg.jpg) top/cover;
    }

    #mainheader {
        height: 203px;
    }
    
    .js-language-picker {
        left: 5px;
        top: 130px;
    }

    #mainheader h1,
    #mainheader h2 {
        margin: 0;
        position: absolute;
        text-align: center;
        width: 100%
    }
    #mainheader h1 {
        color: #0959A1;
        font-size: 40px;
        top: 55px;
        left: 0;
        font-weight: 600;
        z-index: 2
    }
    #mainheader .logo {
        left: 5px;
        z-index: 1
    }
    #mainheader h2 {
        font-size: 26px;
        text-shadow: 1px 1px 1px #111;
        left: 0;
        top: 165px
    }
    #mainnav {
        z-index: 100;
        border: 0
    }
    #mainnav .navbar-nav,
    #mainnav .navbar-nav>li {
        float: none
    }
    #mainnav .navbar-collapse {
        background: rgba(255, 255, 255, .95);
        font-weight: 700;
        position: relative;
        top: -51px;
        z-index: -1;
        width: 100%
    }
    #mainnav .navbar-brand {
        color: #0959A1;
        font-weight: 700
    }
    #mainnav .navbar-toggle {
        background: #fff;
        border-color: #e7e7e7;
        display: block
    }
    #mainnav .navbar-toggle .icon-bar {
        background-color: #0959A1
    }
    #mainnav .navbar-header {
        float: right;
        width: 30%
    }
    #mainnav .collapse {
        display: none!important
    }
    #mainnav .collapse.in {
        display: block!important
    }
    #testimonials {
        margin-bottom: 30px
    }
    .sm-inline {
        float: left;
        margin: 10px 10px 0 0
    }
    #content h3 {
        margin-top: 10px
    }
    #widget {
        background: #fff;
        height: auto
    } */
    #widget h2 {
        font-size: 22px;
        /* text-align: left */
        text-align: center
    }
    /* #widget form {
        border: 0;
        padding: 0;
        text-align: center
    } */
    #widget form .left {
        display: inline-block;
        /* padding: 5px 10px;
        position: static;
        width: auto; */
        max-width: 100%;
        width: 100%
    }
    #widget form .left label {
        float: left;
        width: 80px
    }
    #widget form .hotel-area {
        margin-top: 0
    }
    #widget form .right {
        /* border-radius: 0 0 10px 10px; */
        text-align: center;
        /* position: static;
        width: 100%;
        height: auto */
        width: auto
    }
    #widget form .right .quote {
        text-align: left
    }
}

#loading,
.popbg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: fixed
}

/* @media (max-width: 989px) and (min-width: 768px) {
    #mainnav .navbar-collapse {
        top: 0
    }
} */

.optgroup-header {
    font-weight: 700
}

.option {
    font-weight: 400
}

.has-error .btn {
    border-color: #a94442
}

#loading {
    background: url(loading.gif) center center no-repeat rgba(255, 255, 255, .8)
}

#price {
    text-align: right;
    background-color: #F5F5F5;
    width: 100%;
    padding: 8px 15px 8px 8px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* body.hasSticky {
    padding-bottom: 60px
} */

.popbg {
    background: rgba(255, 255, 255, .875);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

.popbg.important {
    z-index: 20000
}

.popbg.shown {
    opacity: 1
}

.popup {
    background: #fff;
    border: 1px solid #ccc;
    /* border-radius: 10px; */
    color: #000;
    /* font-weight: 500; */
    padding: 10px 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    /* text-align: center; */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* width: 70%; */
    max-width: 500px;
    z-index: 10005;
    width: 80%;
    font-size: 14px
}

.popup:not(:has(> #payment-buttons)) {
    cursor: pointer;
}

.popup > div {
    max-height: 80vh;
    overflow: auto;
}

apple-pay-button {
    display: block;
    background: #000;
    padding: 5px 0;
    border-radius: 4px;
    margin: 10px 0;
}

#reservation .popup #googlepay-container button {
    display: block;
    background: #000;
    padding: 0;
    outline: none;
}

.toast {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    width: 90%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 9900
}

.toast.shown {
    bottom: 0;
    opacity: 1
}

.continueprompt {
    display: none;
    /* text-align: center */
}

#widget .selectize-input>*,
.popup>ul {
    text-align: left
}

.help-block {
    margin-bottom: 0
}

.help-block.not-shown {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

.help-block.not-shown.shown {
    max-height: 100px;
    opacity: 1
}

#reservation-main-col {
    position: relative
}

.popup .btn {
    display: block;
    margin: 10px auto 0
}

input.input-sm, textarea.form-control {
    line-height: 26px;
    color: #333;
    border: 1px solid #ccc;
    padding: 3px 12px;
}

input.input-sm {
    height: 36px;
}

input.input-sm:focus {
    box-shadow: none;
}

.input-sm, textarea.form-control {
    font-size: 16px
}

@media (min-width: 768px) {
    .input-sm, textarea.form-control {
        font-size: 14px
    }
}

.selectize-input, .selectize-input input {
    line-height: 26px
}

.input-sm .selectize-input {
    /* font-family: 'Open Sans', sans-serif;
    height: 30px;
    min-height: 30px;
    padding: 5px 10px 5px 14px; */
    border: 1px solid #ccc;
    border-radius: 0;
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    box-shadow: none;
    height: 36px;
    padding: 4px 0px 4px 12px
}

.selectize-control.readonly-input .selectize-input.input-active, .selectize-control.readonly-input .selectize-input.input-active input {
    cursor: pointer
}

/* cover selectize fields so date/time picker popups close on click */
.selectize-input:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectize-input>.item, .selectize-input>input:first-child {
    max-width: calc(100% - 32px)!important;
}
.selectize-input>.item {
    width: auto!important;
    margin-right: 2px;
    overflow: hidden;
    white-space: nowrap;
}
.selectize-input>input:first-child {
    width: 100%!important;
}

.selectize-input>.item, .selectize-input>input:first-child:placeholder-shown, input.form-control, input.form-control:placeholder-shown {
    text-overflow: ellipsis
}

.selectize-input>input:nth-child(2) {
    position: absolute!important;
    left: unset!important
}

.input-sm .selectize-input input {
    color: #555
}

.input-sm.selectize-control .selectize-input.disabled {
    background-color: #eee;
    cursor: not-allowed
}

div.input-sm {
    line-height: 1
}

.selectize-dropdown, .selectize-dropdown.form-control {
    border-radius: 0;
    margin: 0;
}

.selectize-dropdown-content {
    /* line-height: 1.5 */
    padding: 0
}

.selectize-dropdown .optgroup {
    position: relative
}

.selectize-dropdown .optgroup:before {
    height: 0;
    margin: 0
}

.selectize-dropdown .optgroup-header {
    background-color: #e5e5e5;
    position: sticky;
    top: 0
}

.selectize-dropdown .optgroup-header, .selectize-dropdown [data-selectable] {
    padding: 6px 12px;
    line-height: 20px
}

.location-select .selectize-input>.item,
.location-select .selectize-input>input:first-child {
    max-width: calc(100% - 12px)!important;
}
.location-select .selectize-input:after,
.location-select .selectize-dropdown {
    display: none!important;
}
.location-select .selectize-dropdown.show-locations {
    display: block!important;
}

/* timepicker */
.bootstrap-timepicker-widget {
    border-color: #ccc;
}
.bootstrap-timepicker-widget:before {
    border-bottom-color: #ccc;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    border-top-color: #ccc;
}
.bootstrap-timepicker-widget {
    position: absolute;
    z-index: 1000;
    float: left;
    font-size: 16px;
    text-align: left;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
    margin: 2px 0px 0px;
    list-style: none;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 4px;
}
.bootstrap-timepicker-widget table td {
    padding: 4px;
    border: none;
}
.bootstrap-timepicker-widget table td a {
    width: 30px;
    height: 30px;
    padding: 0;
}
.bootstrap-timepicker-widget table td span {
    line-height: 30px;
}
.bootstrap-timepicker-widget table td input {
    width: 30px;
    height: 30px;
    padding: 0;
    border: 1px solid transparent;
    color: #0959A1;
    font-weight: bold;
}
.bootstrap-timepicker-widget table td input:focus {
    background-color: #eee;
    border-color: #ddd;
    color: #333;
    font-weight: normal;
}
input.timepicker {
    position: relative;
    z-index: 1;
}
.timepicker-focus-button {
    position: absolute;
    top: 0;
    left: 15px;
    opacity: 0;
}

/* @media (max-width: 991px) { */

	/* increase tap target */
	/* .input-sm .selectize-input {
      height: 48px;
      min-height: 48px;
	}
  .input-sm {
      font-size: 20px
  } */
    
  /* increase tap target */
	/* .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 28px;
	}
} */

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    opacity: .5
}

/* .popup>ul {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%
} */

.popup ul {
    margin-bottom: 0
}

/* #quickQuote {
    z-index: 10000
} */

#quickQuote.loading {
    background: url(loading.gif) center center no-repeat #fff
}

#quickQuote .left .form-group {
    margin-bottom: 10px
}

#widget form button[disabled] {
    /* opacity: .75; */
    opacity: .65;
    cursor: not-allowed
}

#widget input::-webkit-input-placeholder {
    text-align: left
}

#widget input::-moz-placeholder {
    text-align: left
}

#widget input:-ms-input-placeholder {
    text-align: left
}

#widget input::placeholder {
    text-align: left
}

@media (max-width: 767px) {
    .popup > div {
        max-height: 50vh;
    }
}

/* .home-box {
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .25);
}

#cookie-msg {
  padding: 40px 10px !important;
}

#cookie-msg a.btn-aceptar {
  padding: 5px 20px !important;
}

.covid-notice-banner {
	background-color: #168bbc;
	margin: 10px 0px;
	border-radius: 10px;
	
	border: 2px solid #fff;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .25);
}

.covid-notice-banner .row {
	margin: 0px;
}

.covid-notice-banner .notice-text h3 {
	color: #fff  !important;
	font-weight: 600  !important;
	font-size: 2rem  !important;
	line-height: 1  !important;
}

.covid-notice-banner .notice-text p {
	color: #fff  !important;
	font-weight: 700  !important;
	font-size: 1.6rem  !important;
	line-height: 1.5  !important;
}

.covid-notice-banner .link-container {
	padding-top: 100px;
	text-align: center;
}
.covid-notice-banner img.info-icon {
	padding-top: 3rem;
	box-sizing: border-box;
	float: left;
	width: 20%;
}
.covid-notice-banner .notice-text {
    display: inline-block;
    margin: 20px 0px 20px 20px !important;
    box-sizing: border-box;
    width: 75%;
}


.covid-notice-banner .notice-text h3 {
	color: #fff  !important;
	font-weight: 600  !important;
	font-size: 2rem  !important;
	line-height: 1.5  !important;
	padding-top: .5rem;
	margin-top: 0 !important;
}
.covid-notice-banner .link-container  a.read-more {
	color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: rgb(250, 137, 17);
    font-size: 14px;
}

@media (max-width: 768px) {
	.covid-notice-banner .link-container {
		padding: 0px 20px 20px 20px;
	}
	.covid-notice-banner img.info-icon {
		width: 90px;
		max-width:90px;
	}
}

@media (max-width: 453px) {
	.covid-notice-banner img.info-icon {
		width: 100%;
	}
	.covid-notice-banner .notice-text {
		width: 75%;
	}
	
	#mainheader h2 {
        font-size: 20px;
    }
}


@media (max-width: 380px) {
	.covid-notice-banner .notice-text h3 {
		font-size: 1.6rem  !important;
		line-height: 1.5  !important;
	}
	
	#mainheader h2 {
        font-size: 18px;
    }
}

@media (max-width: 296px) {
	.covid-notice-banner .notice-text h3 {
		font-size: 1.6rem  !important;
		line-height: 1.5  !important;
	}
	
	#mainheader h2 {
        font-size: 18px;
    }
    
    .TA_certificateOfExcellence .widCOE2021 {
		display:none;
	}
} */