@font-face {
    font-family: 'lato-regular';
    src: url('/fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'lato-light';
    src: url('/fonts/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'lato-bold';
    src: url('/fonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url('/fonts/MaterialIcons-Regular.ttf') format('truetype');
}

.ada-message-wrap, .SKIP-WRAP {
    background-color: #01426a;
    z-index: 10000;
    position: relative;
}

.SKIP-WRAP a, .ada-message-wrap a {
  background-color: #10426A;
  border-radius: 0 0 3px 3px;
  color: #fff !important;
  left: 5px;
  padding: 6px;
  position: absolute;
  top: -50px;
  transition: top 1s ease-out 0s, background 1s linear 0s;
  z-index: 100;
}

sup {
  font-size: revert;
}

/* advisories styles in Theme.css (global styles for algv anchors) 
=========================================================================== */

/*.advisories-placeholder {
  background-color: #01426a;
  color: #FFF;
  text-align: center;
  padding: 10px;
  font-size: 16px;
}

.advisories-placeholder a {
  color: #FFF !important;
}*/

/* end
=========================================================================== */

input, input[type="text"], input[type="password"], input[type="button"], select, textarea, button, .ui-widget {
  font-family: lato-regular, sans-serif !important;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: bottom;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}


html {
    background: none;
}

    html *, * {
        font-family: 'lato-regular', Sans-Serif;
    }

body {
    text-align: left;
    font-size: 14px;
    background-size: 100% auto;
    background-attachment: fixed;
    font-family: 'lato-regular', Sans-Serif;
    color: #00131E;
}

    body:before {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
    }

a.button, input.button, .button:enabled {
    cursor: pointer;
    text-align: center;
    height: 23px;
    color: #fff;
    border: 2px solid #0B4D70;
    background-color: #0B4D70;
    border-radius: 20px;
    padding: 0 10px;
}

.button:hover:enabled {
    background-color: #006298;
    border: 2px solid #006298;
}

a:link, a:visited, a:active {
    /*color: #FFF;*/
    text-decoration: none;
}

i[class*="fa-chevron-circle"] {
    color: #0B4D70;
}

a:link, 
a:visited,
a:active { color: #006298; text-decoration: none; }
a:hover { 
    color: #006298;
    text-decoration: underline;
    text-underline-offset: 5px;
}


a:hover {
    color: #10426A;
    text-decoration: underline;
}

.ALG-top-header {
    display: block;
    width: 100%;
    padding: 0;
    position: sticky;
    top: 0;
    background: #FFF;
    border-bottom: 1px solid #D2D2D2;
    z-index: 9999;
}

.ALG-max-header {
  max-width: 1280px;
  margin: 0 auto;
}

#vaxBar {
    display: none;
}

.ALG-header {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.ALG-logo {
  margin: 0 auto;
  padding: 6px 0;
  position: absolute;
  width: fit-content;
  z-index: 10000;
}

.ALG-logo a {
    text-align: left;
    display: block;
}

    .ALG-logo img {
        margin: 10px 0 0 15px;
        padding: 0;
        width: 200px;
        height: auto;
    }

.ALG-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding: 9px 0 0 0;
}



.ALG-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.ALG-tools ul.anchorMainNavigation {
    display: flex;
    justify-content: flex-end;
}

.ALG-tools ul.anchorMainNavigation li {
    margin-left: 30px;
}

.ALG-tools ul.anchorMainNavigation li a {
    display: flex;
    align-items: center;
    color: #00131E;
    font-size: 16px;
}

.ALG-tools ul.anchorMainNavigation li a:focus, .ALG-tools ul.anchorMainNavigation li a:hover {
    color: #006298;
}

.navIcon {
    padding-left: 6px;
}

.navIconArrow {
    padding-left: 2px;
}

.ALG-content {
    margin: 0;
    padding: 15px 0 0 0;
}

.ALG-content ul.anchorNavigation {
    display: flex;
    justify-content: space-between;
}

.ALG-content ul.anchorNavigation li {
    display: inline-block;
    position: relative;
    text-align: left;
    align-self: flex-start;
	margin: 0 0 0 24px;
	padding: 0 0 15px 0;
    list-style: none;
}

.ALG-content ul.anchorNavigation li ul.subNav {
    background: #fff;
    margin: 10px 0 0 0;
    border: 1px solid #d2d2d2;
    padding: 8px 0;
    padding-left: 0px;
    z-index: 1000;
    position: absolute;
    width: auto;
}

.ALG-content ul.anchorNavigation li:last-child ul.subNav {
    margin-left: -155px;
} 

.ALG-content ul.anchorNavigation li:focus-within > ul {
  display: block;
  visibility: visible;
  opacity: 1;
}

.ALG-content ul.anchorNavigation li a {
    font-size: 16px;
    color: #00131E;
    padding: 0 0 2px 0;
}

.ALG-content ul.anchorNavigation li a:hover {
    text-decoration: none;
    font-weight: bold;
}

.ALG-content ul.anchorNavigation li a:hover .material-icons {
    transform: rotate(180deg);
}

.ALG-content ul.anchorNavigation ul.subNav {
    display: none;
}

.ALG-content ul.anchorNavigation li:hover ul.subNav {
    display: block;
}

.ALG-content ul.anchorNavigation ul li:hover > ul,
.ALG-content ul.anchorNavigation ul li:focus-within > ul,
.ALG-content ul.anchorNavigation ul li ul:hover,
.ALG-content ul.anchorNavigation ul li ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
}

.ALG-content ul.anchorNavigation li ul.subNav li {
    margin: 0;
    padding: 8px 25px 0 15px;
    white-space: nowrap;
}

.ALG-content ul.anchorNavigationli ul.subNav li a {
    color: #00131E;
    padding: 0;
}

.ALG-content ul.anchorNavigation li ul.subNav li a:hover {
    color: #006298;
    text-decoration: 1px underline;
    font-weight: normal;
}

/* Nav menu */

.ALG-mobile-nav {
    display: none;
}

.ALG-nav2 {
    width: 100%;
    height: 100%;
    position: sticky;
    background-color: #FFF;
    overflow: hidden;
    margin: 80px 0 0 0;
}

.ALG-nav2 a {
  color: #00131E;
}

.ALG-menu a {
    display: block;
    padding: 15px 30px;
    color: #231f20;
    font-size: 1.8rem;
    text-decoration: none;
}

    .ALG-menu a:hover {
        background-color: #e5eaed;
        text-decoration: underline;
    }

.alg-login-icon {
    padding: 0 0 0 5px;
}

.alg-login-icon {
  padding: 0 0 0 5px;
}

.material-icons.alg-login-icon:hover {
  text-decoration: none;
  color: #00131E;
}

#login-icon {
    padding: 0;
    width: 20px;
}

#login-icon-mobile {
    padding: 0;
    width: 20px;
}

.ALG-nav2 {
    max-height: 0;
    transition: max-height .5s ease-out;
    background-color: #FFF;
    left: 0;
}

/* Menu Icon */

.ALG-hamb {
    cursor: pointer;
    float: right;
    padding: 20px 0px 20px 15px !important;
    color: #00131E;
}


.ALG-hamb-line {
    background: #00131E;
    display: block;
    height: 2px;
    position: relative;
    width: 12px;
}

.ALG-hamb-line::before,
.ALG-hamb-line::after {
    background: #00131E;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.ALG-hamb-line::before {
    top: 4px;
}

.ALG-hamb-line::after {
    top: -4px;
}

.ALG-side-menu {
    display: none;
}

    /* Toggle menu icon */

.ALG-side-menu:checked ~ .ALG-nav2 {
    max-height: 100%;
}

.ALG-side-menu:checked ~ .ALG-hamb .ALG-hamb-line {
    background: transparent;
}

.ALG-side-menu:checked ~ .ALG-hamb .ALG-hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
}

.ALG-side-menu:checked ~ .ALG-hamb .ALG-hamb-line::after {
    transform: rotate(45deg);
    top: 0;
}

.ALG-mobile-sub {
  padding: 12px 0 0 34px;
}

.ALG-mobile-sub li a:hover {
  text-decoration-thickness: 1px;
}

.alg-toggle-box {
    display: none;
}

.alg-toggle-box + label,
.m-top-level-nav {
    border-bottom: 1px solid #707070;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 21px;
    padding: 20px 0 10px 38px;
}

.m-top-level-nav .alg-login-icon {
    padding: 0 5px 0 0;
}

.alg-toggle-box + label + div {
    display: none;
    margin-bottom: 10px;
}

.alg-toggle-box:checked + label + div {
    display: block;
}

.alg-toggle-box + label:before {
    color: #00131E;
    content: "\276F";
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    width: 20px;
    transform: rotate(90deg);
}

.alg-toggle-box:checked + label:before {
    content: "\276E";
}

.ALG-mobile-sub ul li {
    padding: 0 0 5px 35px;
    list-style: none;
    font-size: 16px;
}

/* Responsiveness */
@media (max-width: 768px) {
    .ALG-logo img {
        width: 140px;
    }

    .ALG-nav {
        margin: 20px 0;
        right: 90px;
        display: block;
        position: absolute;
    }

    .ALG-mobile-nav {
        display: block;
        margin: 15px 0 10px 0;
    }

    .ALG-content {
        display: none;
    }

    .alg-chat {
        display: none;
    }

    .ALG-hamb {
        padding: 0 15px !important;
        margin-top: 10px;
    }
}

.ALG-blog {
    display: block;
    margin: 0;
    padding: 0;
}

.ALG-blog a {
  display: block;
}

.ALG-blog a:focus {
  display: block;
}

.ALG-blog img {
    margin: 15px auto;
    padding: 0;
    max-width: 224px;
    height: auto;
    display: block;
    text-align: center;
}

.ALGVLogo {
  margin: 0 auto 15px auto !important;
}

.ALGVLogo {
  width: 193px;
}

.travelogueLogo {
  width: 192px;
}

.ALGV-VAX-Logo-Link img {
    display: block;
    width: 299px;
}

.ALGV-Partner-Logos img {
    width: 102px;
}

.ALGV-Partner-Logos img:last-child {
    margin: 0 0 5px 0;
    width: 296px;
}

.algv-register-book, .algv-sign-up {
  margin: 0 5px 0 3px;
}

.ALG-social ul {
    display: flex;
    justify-content: center;
}

.ALG-social ul li {
  margin: 0 8px;
  height: 34px;
  width: 34px;
  text-align: center;
  color: #01426A;
  padding: 5px;
  border-radius: 50px;
}

.ALG-fb {
    margin: 4px 0 0 4px;
}

.ALG-social ul li i {
    color: #01426a;
    font-size: 17px;
    line-height: 16px;
}

.fa.fa-facebook.ALG-fb {
    font-size: 19px;
}

.travelblogueLogo {
    width: 224px;
}

.ALG-social ul li a:link,
.ALG-social ul li a:visited,
.ALG-social ul li a:active {
    color: #01426A;
}

.alg-social-icon path {
    fill: #01426A;
}

body.iframeBody:before {
    background: white;
}

a {
    color: #0097A9;
}

.fa {
    color: #006298;
}

input[type="button"]:disabled, select:disabled, button:disabled {
    color: #fff !important;
}

#mainContent {
    float: none;
    overflow: hidden;
    background: #fff;
}


.messageTextContainer {
    text-align: center;
}

.restoolBgReset, #extRestoolContainer {
}

#secondContent.content-wrap,
.retrieve-tripbookmark-wrap {
    background-color: #ffffff;
    padding: 10px;
}

.modalBody {
    background: #ffffff;
}

#groupDetailsTabs {
    font-size: 1em;
}

    #groupDetailsTabs TABLE.dataTable THEAD TH {
        padding: 3px 0 3px 17px;
    }

/********** HEADER **********/

/***** NAVIGATION *****/

.vax-header {
    width: 100%;
}

#anchorHeader,
.navtools-wrap {
    width: 100%;
}

#anchorHeader {
    background: #000;
    z-index: 3000;
    top: 61px;
}

.navtools-wrap {
    width: 1280px;
    margin: 10px auto;
    height: 44px;
}

.anchorHeader-constraint {
    width: 1280px;
    margin: auto;
}

.anchorNavigation {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-item: stretch;
    justify-content: space-between;
    width: 100%;
}

    .anchorNavigation li {
        display: inline-block;
        position: relative;
        text-align: left;
        align-self: flex-start;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .anchorNavigation li a {
            font-size: 14px;
            color: #ffffff;
        }

li.anchorStoreMenu {
    padding: 18px 0;
}

.anchorNavigation ul.subNav {
    display: none;
}

.anchorNavigation li:hover ul.subNav {
    display: block;
}

ul.subNav {
    display: block;
    margin: 0;
    padding-top: 0;
    position: absolute;
    z-index: 2997;
    left: 2px;
    width: 120px;
}

.anchorNavigation li ul.subNav {
    background: #ededed;
    margin: 0;
    border: 1px solid #ededed;
    padding: 8px 0;
    z-index: 1000;
    position: absolute;
    padding-left: 0;
    width: 140px;
}

.anchorNavigation li ul.subNav li {
    list-style-type: none;
    display: list-item;
    float: none;
    background: none;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
}

.anchorNavigation li ul.subNav li a {
    font-size: 16px;
    color: #00131e;
    text-decoration: none;
}

.anchorNavigation li ul.subNav li a:hover {
    background-image: none;
}

.anchorNavigation li ul.subNav li p {
    font-size: 14px;
    color: #000;
    margin: 12px 0 0 0;
    padding: 4px 6px;
    font-weight: bold;
}

        /**** Sub sub nav *****/
        .anchorNavigation li ul.subNav li ul.subSubNav {
            background: #ededed;
            margin: 0;
        }

            .anchorNavigation li ul.subNav li ul.subSubNav li a {
                padding-left: 18px;
            }
/**** END Sub sub nav *****/



/****** END NAVIGATION ******/



/********** FOOTER **********/


/********** FOOTER **********/



/********** END FOOTER **********/

/********** END FOOTER **********/

/* WAITSCREEN
************************************/

.anchorWaitScreenBkgrd {
    padding: 0;
    text-align: center;
    height: 480px;
    width: 700px;
    box-sizing: border-box;
}

    .anchorWaitScreenBkgrd p {
        color: #000;
        font-size: 20px;
        text-align: center;
        margin: 10px;
    }

    .anchorWaitScreenBkgrd .progressIndicator {
        margin-top: 20px;
    }

#hotelActive #searchbarSubmitPosition input.btnSearch {
    background-position: 0 -52px !important;
}

.addSearchHotelCol .ui-datepicker-trigger img {
    background-size: 18px 16px;
}

.extSearchBtnPosition .btnSearchLt, .extSearchBtnPosition .btnSearchRt {
    display: none;
}

/****** SEARCH BUTTON COLOR ******/

.vaxbar-logo-link {
    height: 70px;
}

.primeContentxb1Bkgd, .secondContentxb1Bkgd, .column2Fieldxb1Bkgd, .hotelRatingFieldxb1Bkgd, .packageFieldxb1Bkgd,
.adServerFieldxb1Bkgd, .promotionsFieldxb1Bkgd, .roomsIncludeFieldxb1Bkgd, .carFieldxb1Bkgd, .headerFieldBkgd, .headerFieldxb1Bkgd {
    background-color: #e0e0e0 !important;
}

.rating_SV {
  background: url("https://trisept.widen.net/content/tmx2uif2dq/png/TRI_IMG_APV_rating_SV.png") no-repeat top left;
    background-size: auto;
}

/* ELEMENT STYLES
************************************/
#restoolContainer a {
    color: #01426A;
    text-decoration: underline;
}

span.tooltip {
    color: #006298;
}


i.fa-question-circle-o {
    color: #006298 !important;
}

.link {
    color: #006298;
    text-decoration: none;
}

a:hover,
.link:hover 
{
    color: #006298;
    text-decoration: underline;
    text-underline-offset: 5px;
}


a {
    color: #4d4d4f;
    text-decoration: none;
    cursor: pointer;
}

a:hover:after {
    width: 100%;
    left: 0;
    background: #008501;
}


i[class*="fa-chevron-circle"] {
    color: #008501;
}

.travel-protection-wrap, .shop-by-wrap {
    border: 2px solid #e57200;
}

.ui-datepicker-trigger {
    top: 2px;
}

    .ui-datepicker-trigger img {
        background: url("https://trisept.widen.net/content/l1u3ism58w/png/TRI_ICON_NAV_calendar-algv.png") no-repeat scroll left top !important;
        margin-top: 0;
    }

.recent-searches .is-highlighted {
    background-color: #f5f5f5;
    border: solid 2px #01468d;
}

.avail-price-position .avail-price,
.hotel-total-price .avail-price {
    color: #006298;
}

.up-from-price-pill {
    width: fit-content !important;
}

.pagination-trigger i.fa {
    color: #006298;
}

.airContainerSelected .SELECTED-COMPONENT,
.componentContainerSelected .SELECTED-COMPONENT,
.avail-grid-table .flight-current-selection,
.avail-grid-table .hotel-current-selection {
    background: #4d4d4f;
    border: 1px solid #01468d !important;
}

.componentContainerSelected,
.airContainerSelected {
    border: solid 2px #4d4d4f !important;
}

.avail-grid-table tr.selected-component {
    border: solid 2px #01468d;
}

.avail-summary-price strong {
    color: #006298;
}

.avail-price {
    color: #01468d;
}

    .avail-price, .avail-price span {
        color: #01468d;
    }


.avail-rr-points,
.avail-rr-points font {
    margin: 10px auto;
    font-weight: bold;
    color: #44812d !important;
}

    .avail-rr-points font {
        color: #000 !important;
    }

.price-stamp-rr-points {
    margin: 10px auto 0 auto;
    color: #44812d !important;
}

    .price-stamp-rr-points font {
        color: #000 !important;
    }

.rr-points-wrap {
    font-weight: bold;
    color: #44812d;
}

.total-pricing-row td {
    color: #006298;
}

.componentContainerSelected {
    border: solid 2px #01468d !important;
}

.ui-rangeSlider-bar {
    background: #01468d;
}

.ui-rangeSlider-disabled .ui-rangeSlider-bar {
    background: #93aeca;
}

.ui-rangeSlider-label {
    background: #d2d2d2;
}

.ui-rangeSlider-label-value {
    color: #000;
}

.ui-rangeSlider-disabled .ui-rangeSlider-label-value {
    color: #333;
}

.ui-rangeSlider-label-inner {
    border-top: 10px solid #d2d2d2;
}

.hotel-avail-calendar img {
    background: url("https://trisept.widen.net/content/qhpe6um5nw/png/VAX_APV_ICON_CAL_ANCHOR_calendar.png") no-repeat scroll left top;
}

body.modalBody::before {
    background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0) 400px);
}

body.restoolBgReset::before {
    background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0) 400px);
}

.itin-summary-item-header,
.multi-stop-dest-header {
    background-color: #4d4d4f;
}

.commissionAdjusted {
    border: 2px solid #01468d;
    padding: 5px;
    margin-top: 5px;
    background-color: #f2f2f2;
}




.insurance-upsell-details {
    background-color: #f2f2f2;
}

/* BUTTONS
************************************/

/* BUTTONS
************************************/

a.button,
input.button,
.button:enabled {
    cursor: pointer;
    text-align: center;
    height: 23px;
    color: #fff;
    border: 2px solid #006298 !important;
    background-color: #006298 !important;
    border-radius: 22px;
    padding: 0 10px;
}

    a.button,
    a.button:enabled {
        display: inline-block;
        padding-top: 1px;
        text-decoration: none;
    }

.button:hover:enabled {
    color: #fff;
    background-color: #00131E !important;
    border: 2px solid #00131E !important;
}

.secondary-button:enabled,
a.secondary-button {
    color: #fff;
    background-color: #ef721e;
    border: 2px solid #ef721e;
}

    .secondary-button:hover:enabled,
    a.secondary-button:hover {
        background-color: #4d4d4f;
        border: 2px solid #4d4d4f;
    }

.tertiary-button:enabled {
    background-color: #fff !important;
    border: 2px solid #00131E;
    color: #000;
}

.tertiary-button:hover:enabled {
    color: #000;
    border: 2px solid #00131E;
    background-color: #D2D2D2 !important;
}

.button-large:enabled {
    padding: 0px 33px !important;
    height: 38px !important;
    font-size: 16px;
}

.name-filter-wrap input.button,
.name-filter-wrap .button:enabled {
    border-radius: 0;
}

/* don't combine "input:read-only" and "input:-moz-read-only" with other selectors */
input:read-only {
    background: #006298;
    cursor: default;
    border: 0;
    color: #333;
    border-radius: 22px;
}

input:-moz-read-only {
    background: #006298;
    cursor: default;
    border: 0;
    color: #333;
    border-radius: 22px;
}

input:read-only:hover {
  color: #FFF;
}

.schedule-btn-wrap .btnDisabled .button
{
    color:#FFF;
}

input[type="button"]:disabled,
select:disabled,
button:disabled {
    background: #006298;
    cursor: default;
    border: 0;
    color: #333;
    padding: 0 10px;
    height: 30px;
}

    button:disabled i {
        color: #dddddd;
    }

button.link {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
}

preBookingLeftColumn h1,
preBookingLeftColumn h2,
preBookingLeftColumn h3,
preBookingLeftColumn h4,
preBookingLeftColumn .h7,
preBookingLeftColumn .h8 {
    text-transform: none;
}


#StandaloneHPContainer {
    background-color: #fff;
}


#promotionPrintBtn,
#emailToClientBtn {
    background-color: #fff;
    color: #4d4d4f;
    border: 2px solid #4d4d4f;
    text-transform: none;
    font-weight: bold;
}

#preBookingRightColumn .btnSearch {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

#promotionPrintBtn:hover,
#emailToClientBtn:hover {
    background-color: #006298;
    border: 2px solid #006298;
    color: #000;
}

#preBookingRightColumn .btnSearch:hover {
    color: #000;
    background-color: #006298;
    border: 1px solid #006298;
    text-shadow: 0 1px 2px #006298(0,0,0,.3);
    box-shadow: 0 8px 8px -6px rgba(0,0,0,.3);
}

#preBookingLeftColumn h1 {
    color: #4d4d4f;
}

.retrieve-reservation-wrap {
    min-height: 400px;
}

#secondContent.content-wrap,
.retrieve-tripbookmark-wrap {
    min-height: 400px;
}

#restoolOnSale {
    background-color: #fff;
}

    #restoolOnSale .btnSearch {
        background-image: url('https://trisept.widen.net/content/xwomo2ni0o/gif/VAX_APV_IMG_NAV_ANCHOR_vaxBookNowAPV.gif') !important;
        width: 94px;
        height: 23px;
        border: none;
        margin-top: 10px;
        cursor: pointer;
    }

.group-request-wrap {
    background-color: #fff;
    padding: 20px;
}

.searchbar-wrap input,
#btnCheckoutPosition input,
.pay-submit-button-wrap input,
#abbreviatedPricingCheckoutBtn {
    text-transform: capitalize;
}

.active-flight-panel-header,
.inactive-flight-panel-header {
    border-top: 0;
}

#searchInActive .active-flight-panel-header,
#searchInActive .inactive-flight-panel-header {
    border-bottom: 0;
}

.recent-searches .is-highlighted {
    border: solid 0px;
}

/* Flex Dates Calendar / LTMS Flex Date Selector Modal
************************************/

.calendar {
    background-color: #f5f5f5;
}

.calendarTitle td {
    background-color: #01468d;
}

.calendarDayHeader {
    background-color: #ccc;
}

.ui-datepicker-calendar .ui-state-active .ui-state-active {
    background: #01468d none repeat scroll 0 0;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
    border: 1px solid #01468d;
}

.promoHighlight, .arrivalHighlight {
    background-color: #f2f2f2;
}

.promo-wrap {
    background-color: #f2f2f2;
}

i[class*="fa-chevron-circle"] {
    color: #006298;
}



.avail-grid-table tr {
    border-bottom: solid 1px #01426A;
    border-top: solid 10px #01426A;
}

.airContainerSelected .SELECTED-COMPONENT, .componentContainerSelected .SELECTED-COMPONENT, .avail-grid-table .flight-current-selection, .avail-grid-table .hotel-current-selection {
    background: #01426A;
    border: 1px solid #01426A !important;
}

.componentContainerSelected {
    border: solid 2px #01426A !important;
}

.travel-protection-wrap legend,
.shop-by-wrap legend {
    font-family: arial, sans-serif !important;
}

.travel-protection-wrap, .shop-by-wrap {
    border: 2px solid #006298 !important;
}

input[type="text"], input[type="password"], select {
  border: 1px solid #DBDBDB;
}

.up_summary_pm, .up_pm {
    color: #006298 !important;
    text-decoration: none !important;
}

.ui-rangeSlider-bar {
    background: #97999B;
}

.avail-promo-full-col {
    background-color: #cdcbcb;
}

@media (max-width:360px) {
    #anchorHeader {
        background: #f33;
    }
}

.modal-close button {
    background-color: #006298;
    padding: 3px 4px;
}



/* LOGIN Only
************************************/

.login-page-wrap{
    padding-top:10px;
}

.login-form .forgot-password-wrap {
    text-decoration: none !important;
}

.login-form-wrap {
    background-color: #F8F8F8;
    width: 379px;
    border: none;
    border-radius: 10px;
    margin-right:10px;
    padding:15px;
}

    .login-form-wrap table {
        width:100%;
    }

    .register-wrap-alg {
        padding: 20px 0 0px 0;
    }

.login-form legend.h1 {
    font-weight: bold;
}

.login-form label + input, .reset-password-form label + input {
    margin-bottom: 10px;
    width: 100%;
    height: 35px;
    border-radius: 2px;
    margin-top: 10px;
}

.login-form label {
    color: #000;
    font-size: 16px;
}

.h2-alg-login-title {
    font-size: 16px;
    font-weight: 700;
}

.alg-login-text {
    font-weight: 400;
    padding: 0 0 20px 0;
    font-size:16px;
}

.register-wrap-alg li {
    list-style-type: none;
    padding: 0 0 5px 0;
    font-weight: 400;
    font-size:16px;
}

.register-wrap-alg li:last-of-type {
    padding-bottom:0;
}

.login-form .forgot-password-wrap {
    margin-bottom: 20px;
    margin-top: 1px;
    text-decoration: underline;
    font-size: 16px;
}

.login-form .button {
    width: 100%;
    border-radius: 20px;
    font-size:18px;
}

.login-anchor-block-wrap {
    width: 100%;
    position: relative;
    padding: 0;
    top: 0;
}

.login-anchor-block-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.login-anchor-block-wrap-text {
    background-color: #01426a;
    color: #fff;
    border-radius: 15px;
    padding: 60px 35px 35px 35px;
    width: 100%;
    margin-right: 15px;
    /*height: 484px;*/
}

.login-anchor-block-wrap-image {
    width: 100%;
    box-sizing: border-box;
    /*height: 500px;*/
}

.login-anchor-block-wrap-text h2 {
    font-size: 300%;
}

.login-anchor-block-wrap-text p {
    font-size: 16px;
}

.login-anchor-block-wrap-image img {
    border-radius: 15px;
    max-width: 100%;
    display: block;
}

.login-anchor-block-disclaimer {
    color: #707070;
    font-size: 12px;
    margin-top: 20px;
}

.login-form legend.h1 {
    color: #00131E;
    font-size: 16px;
    font-family: lato-regular, Sans-Serif;
}

#ForgotPass {
  text-transform: capitalize;
  font-weight: 400;
}

#ForgotPass:hover {
    color: #006298;
}

@media (max-width:1125px) {
    .login-anchor-block-wrap-text h2 {
        font-size: 250%;
    }
}

@media (max-width:1100px) {
    .login-anchor-block-wrap-text {
        padding: 40px 35px 35px 35px;
    }
}

@media (max-width:1050px) {
    .login-anchor-block-wrap-text h2 {
        font-size: 220%;
    }
}

@media (max-width:1006px) {
    .login-anchor-block-wrap-text p {
        font-size: 15px;
    }
}

@media (max-width:1000px) {
    .login-anchor-block-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: initial;
        flex-direction: column;
    }

    .login-form-wrap {
        height: initial;
        width: 50%;
    }

    .login-anchor-block-wrap-text,
    .login-anchor-block-wrap-image {
        height: initial;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .login-anchor-block-wrap-text {
        padding: 35px;
    }

        .login-anchor-block-wrap-text h2 {
            font-size: 4rem;
        }
}

@media (max-width:767px) {
    .login-form .forgot-password-wrap {
      margin-bottom: 20px;
    }
    
    .login-form-wrap {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        padding: 20px 20px 10px 20px;
    }

    .login-anchor-block-disclaimer {
      margin-top: 10px;
    }

    .login-form-wrap table {
        width: 100%;
    }

    .login-page-wrap {
      border-top: none;
      padding: 0;
    }

    .login-form .button {
      margin: 0;
    }
}


@media screen and (prefers-contrast: more) {
    
    .ALG-hamb {
        /*border: 2px solid #FFF;*/
        color: #FFF;
    }

    .ALG-hamb-line {
        background: #FFF;
    }

    .ALG-hamb-line::before, .ALG-hamb-line::after {
      background: #FFF;
      border: 2px solid;
    }
}

footer .algv-footer {
    margin: 0 auto;
    padding: 40px 20px;
    max-width: 1290px;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'lato-regular', sans-serif;
}

.footer-copyright {
    margin: 20px auto 40px;
    max-width: 1290px;
    padding: 0 20px;
    font-size: 12px !important;
}

@media screen and (max-width: 920px) {
    footer .algv-footer {
        padding: 40px;
    }
}

footer .algv-footer .logo-algv {
    margin-bottom: 30px;
    padding: 8px 0 5px 0;
}

@media screen and (max-width: 920px) {
    footer .algv-footer .logo {
        display: flex;
        justify-content: center;
    }
}

footer .algv-footer a {
    display: block;
}

footer .algv-footer .logo a img {
    width: 100%;
}

footer .algv-footer .footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 920px) {
    footer .algv-footer .footer-content {
        display: block;
    }
}

footer .algv-footer .footer-content .footer-columns {
    padding-top: 0px;
    padding-bottom: 5px;
}

    footer .algv-footer .footer-content .footer-columns.footer-social-links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

@media screen and (max-width: 920px) {
    footer .algv-footer .footer-content .footer-columns.footer-social-links {
        margin-left: 0;
    }
}

footer .vax-footer .footer-content .footer-columns:first-child {
    /*flex-grow: 1;*/
}

@media screen and (min-width: 920px) {
    footer .algv-footer .footer-content .footer-columns:first-child {
        margin-right: 94px;
    }
}

footer .algv-footer .footer-content .footer-columns:first-child .footer-list {
    margin-bottom: 10px;
}

footer .algv-footer .footer-content .footer-columns.authentication-links {
    flex-grow: 1;
}

    footer .algv-footer .footer-content .footer-columns.authentication-links li {
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }

        footer .algv-footer .footer-content .footer-columns.authentication-links li a {
            align-items: center;
        }

            footer .algv-footer .footer-content .footer-columns.authentication-links li a img {
                padding-right: 10px !important;
                width: 100%;
                margin: 5px 0;
            }

footer .vax-footer .footer-content .footer-columns.authentication-links li:last-child a {
    cursor: default;
}

footer .algv-footer .footer-content .footer-columns.authentication-links li:nth-child(3) {
    margin-bottom: 30px;
    display: block;
}

footer .algv-footer .footer-content .footer-columns .footer-list {
    list-style-type: none;
}

    footer .algv-footer .footer-content .footer-columns .footer-list .list-content {
        display: block;
        font-weight: bold;
    }

    footer .algv-footer .footer-content .footer-columns .footer-list .register-to-book,
    footer .algv-footer .footer-content .footer-columns .footer-list .email-signup,
    footer .algvx-footer .footer-content .footer-columns .footer-list .member-service {
        padding-right: 10px;
        vertical-align: middle;
    }

    footer .algv-footer .footer-content .footer-columns .footer-list a {
        cursor: pointer;
        line-height: 1.4;
        align-items: self-end;
        width: fit-content;
    }

        footer .algv-footer .footer-content .footer-columns .footer-list a img {
            margin: 7px 0 5px 0;
        }

        footer .algv-footer .footer-content .footer-columns .footer-list a sup {
            font-size: 8px;
        }

    footer .algv-footer .footer-content .footer-columns .footer-list .member-service-icon {
        height: 17px;
        vertical-align: middle;
        padding-right: 6px;
    }

    footer .algv-footer .footer-content .footer-columns .footer-list:focus {
        border: none;
    }

footer .algv-footer .footer-content .footer-columns .social-media-icons {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0 0;
}

@media screen and (max-width: 920px) {
    footer .algv-footer .footer-content .footer-columns .social-media-icons {
        justify-content: initial;
    }
}

footer .algv-footer .footer-content .footer-columns .social-media-icons li {
    list-style-type: none;
}

    footer .algv-footer .footer-content .footer-columns .social-media-icons li a {
        margin-left: 8px;
        margin-right: 8px;
    }

        footer .algv-footer .footer-content .footer-columns .social-media-icons li a img {
            margin: 0;
        }

@media screen and (max-width: 920px) {
    footer {
        display: block !important;
    }
}

footer {
    background-color: #01426A;
    color: #fff;
}

    footer .algv-footer .authentication-links li a img {
        padding-right: 10px !important;
    }

    footer .algv-footer a {
        color: #fff;
        border: 1px solid transparent;
        font-size: 16px;
        display: inline-block;
    }

        footer .algv-footer a:hover {
            text-decoration: underline;
            text-underline-offset: 5px;
        }

        footer .algv-footer a:focus {
            border: 1px Solid #fff;
            border-radius: 5px;
            outline: 0;
        }

@media screen and (max-width: 380px) {
    footer .algv-footer a {
        font-size: 13.6px;
    }
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
    color: #fff !important;
    font-size: 16px !important;
    font-family: 'lato-regular', Sans-Serif !important;
}

    #ot-sdk-btn.ot-sdk-show-settings:hover,
    #ot-sdk-btn.optanon-show-settings:hover {
        text-decoration: underline;
    }