@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;
}

input[type="button"]:disabled, select:disabled, button:disabled {
  background: #818386 !important;
  cursor: default;
  border: 0;
  color: #333;
  padding: 0 10px;
  height: 30px;
  border: 2px solid #818386 !important;
  border-radius: 50px;
}

input[type="button"]:disabled, select:disabled, button:disabled {
    color: #fff !important;
}

input[type="button"]:disabled, select:disabled, button:disabled {
    background: #006298;
    cursor: default;
    border: 0;
    color: #333;
    padding: 0 10px;
    height: 30px;
}

input[disabled="disabled"][type="submit"], input[type="button"]:disabled, select:disabled, button:disabled {
  background: #818386 !important;
  cursor: default;
  border: 0;
  color: #FFF !important;
  padding: 0 10px;
  height: 23px;
  border: 2px solid #818386 !important;
  border-radius: 60px;
}

.group-portal-customizations .gp-section .pr-inputs .pr-input:nth-child(-n+2) input {
    background-color: #FFF;
    color: #00131E;
}

.pagination-trigger:disabled {
  background: none !important;
  border: none !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: 30px !important;
    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;
}

.name-filter-wrap input.button, .name-filter-wrap .button:enabled {
  border-radius: 22px !important;
}

.name-filter-wrap input[type="text"] {
  width: 70%;
}

.shop-by-schedule-modal, form[action*="ShopBySchedulePricingWait.aspx"] .waitscreen-modal-wrap {
  max-width: 720px !important;
  width: 100% !important;
}

iframe[src*="ShopBySchedulePricing.aspx"] {
    max-width: 720px;
    width: 100% !important;
    height: 500px !important;
}

.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;
    margin-right: 5px;
}

.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:hover {
    /*color: #006298;*/
    text-decoration: none;
}

.ALG-LogOutText:hover {
    color: #006298;
    text-decoration: underline;
}

.alg-chat:hover {
  text-decoration: underline;
  color: #006298;
  text-underline-offset: 5px;
}

.ALG-Support-Text:hover {
  color: #006298 !important;
}
	
.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;
} 

@media (min-width: 1220px) {
    body nav.ALG-content .anchorNavigation li .active ~ .subNav /*.ALG-top-header .ALG-max-header .vax-header .ALG-nav ul.anchorNavigation > li.active ~ .subNav*/ {
        display: block !important;
    }
}

.ALG-content ul.anchorNavigation li a {
	font-size: 16px;
	color: #00131E;
}

.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 li ul.subNav li {
	margin: 0;
	padding: 8px 25px 0 15px;
	white-space: nowrap;
}
.ALG-content ul.anchorNavigationli ul.subNav li a {
	color: #00131E;
	text-decoration: none;
	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;
}

.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 !important;
}

#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;
    padding: 20px 0px 20px 15px !important;
    color: #00131E;
    float: right;
}


.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;
    }
}



.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-icon path {
    fill: #01426A;
}

body.iframeBody:before 
{
    background: white;
}

a
{
    color: #0097A9;
}

.fa
{
    color: #006298;
}

#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
************************************/

#modalContentDiv, #modalIframeDiv {
    -webkit-overflow-scrolling: touch;
    overflow: hidden !important;
}

.anchorWaitScreenBkgrd
{
    padding: 0;
	text-align: center;
	height: 480px;
	width: 100%;
	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
************************************/

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;
    /*display: block;
    margin: 0 auto;
    width: fit-content;*/
}

.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-container, .ui-rangeSlider-arrow, .ui-rangeSlider-label {
  background: #F8F8F8;
}

.ui-rangeSlider-bar
{
    background: #006298;
}

.ui-rangeSlider-disabled .ui-rangeSlider-bar
{
    background: #818386;
}

.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: #006298;
    border: 2px solid #006298;
}

.secondary-button:hover:enabled,
a.secondary-button:hover
{
    background-color: #00131E !important;
    border: 2px solid #00131E !important;
}

.tertiary-button:enabled 
{
    background-color: #006298 !important;
    border: 2px solid #006298;
    color: #FFF;
}

.tertiary-button:hover:enabled
{
    color: #FFF;
    border: 2px solid #000;
    background-color: #000 !important;
}

.transfer-itin-summary-item-btn-wrap a.button, .insurance-itin-summary-item-btn-wrap a.button, .insurance-upsell-btn-wrap a.button {
  font-size: 1.3rem;
  padding: 5px 10px 0 10px;
}

.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: #DDDDDD; cursor: default; border: 0; color: #000; border-radius: 3px; border: 1px solid #818386; }
input:-moz-read-only { background: #DDDDDD; cursor: default; border: 0; color: #000; border-radius: 3px; border: 1px solid #818386; }

input:read-only:hover {
  color: #FFF;
}

input[readonly="readonly"] {
    background: #dddddd !important;
    cursor: default !important;
    border: 1px solid #60676C !important;
    color: #333 !important;
    padding: 0.5rem 0.75rem !important;
    height: 3rem !important;
}

.schedule-btn-wrap .btnDisabled .button
{
    color:#FFF;
}

.shopByFlightSorting a,
.shopByPerPageTop a,
.shopByPerPageBottom a
{
    color:#fff !important;
}

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;
}

.hotel-results-wrap {
  font-family: inherit;
}

.filter-count {
  font-family: inherit;
}

.filter-count-label {
  font-family: inherit;
}

.filters-heading {
  font-family: inherit;
}

.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;

}

.fare-select .button {
    width: 100%;
    height: 100%;
    min-height: 40px;
}

.travel-protection-wrap legend,
.shop-by-wrap legend
{
    font-family: arial, sans-serif !important;
}

.price-flights-modal-wrap .arrival-disclaimer, .price-flights-modal-wrap .price-flights-intro {
    font-size: 1.4rem;
    padding: 40px 0 12px 0;
}

.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;
}

.avail-promo-full-col 
{
    background-color: #cdcbcb;
}

#ctl00_ContentPlaceHolder_EmailItin_RemoveRecipientLink {
  width: fit-content;
}

@media (max-width:360px)
{
    #anchorHeader {

    background: #f33;
    }
}

.modal-close button
{
    background-color: #006298;
    padding: 3px 4px;
}

/* Group Portal styles */

.group-portal-customizations .header .header-title {
    background: #194167;
    border-radius: 0.5rem;
}

.group-portal-main-frame {
    border: 1px solid #D2D2D2;
    border-radius: 0.5rem;
}

.group-portal-main-frame .group-info {
    border-radius: 0.5rem;
    border: 1px solid #D2D2D2;
    background: #F8F8F8;
}

.group-portal-customizations .gp-content-section {
    border-radius: 0.5rem;
    border: 1px solid #D2D2D2;
}

.pr-inputs input[type=text], .pr-inputs select, .advisor-inputs input[type=text] {
    border-radius: 0.3125rem;
    border: 1px solid #000;
}

.gp-input-group input[type=text] {
    border-radius: 0.3125rem;
    border: 1px solid #000;
}

.gp-textarea-container .gp-textarea {
    border-radius: 0.3125rem;
    border: 1px solid #000;
}

.gp-save-button {
    border-radius: 3.75rem !important;
    background: #006298 !important;
}

.gp-form-button {
    border-radius: 3.75rem !important;
    background: #006298 !important;
    padding: 0.875rem 3rem !important;
}

.gp-link-color {
    color: #006298;
}

.gp-form-input {
    border: 1px solid #000 !important;
    border-radius: 0.3rem !important;
    height: 3rem !important
}

.text-bold {
    font-family: 'lato-bold', Sans-Serif;
}

.gp-image-grid-item {
    border-radius: 0.5rem
}

.gp-image-grid-item.selected {
    border: 3px solid #298FC2;
}
/* End Group Portal styles */
/* Group Retrieval styles*/
.gr-link-button {
    background: #006298;
}

/* End Group Retrieval styles*/

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: 9px;
        margin-top: -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;
    }


.hr-restool {
    border: solid 2px #006298 !important;
    background-color: #f8f8f8 !important;
}

.hr-restool *:focus,
.hr-restool *:focus-within {
    outline-color: #006298 !important;
}

    .hr-restool input.button.hr-search-btn:enabled {
        border: transparent !important;
    }


    .hr-restool input.button.hr-search-btn:focus,
    .hr-restool input.button.hr-search-btn:focus-within {
        outline: none;
        box-shadow: inset 0 0 0 2px #fff, 0 0 0 2px #006298;
    }

@media (prefers-contrast: more) {

    .hr-restool input.button.hr-search-btn:enabled {
        border: solid 2px !important;
    }

    .hr-restool input.button.hr-search-btn:hover:enabled {
        border: solid 2px !important;
    }

    .hr-restool input.button.hr-search-btn:focus,
    .hr-restool input.button.hr-search-btn:focus-within {
        outline: solid 2px;
    }
}