/* RESET STYLES
************************************/
*, *:before, *:after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { font-size: 62.5%; line-height: 1.5; -webkit-text-size-adjust: 100%; /* Prevents font sizes growing on rotation */ }
body { font-size: 1.4rem; font-family: 'Roboto', sans-serif; color: #333; }
.no-flexbox body {overflow-x: hidden;} /* prevents horizontal scroll bar in IE due to Flying Focus */
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, select, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, table, caption, tbody, tfoot, thead, tr, th,
td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section { display: block; }
table { border-collapse: collapse; border-spacing: 0; }
sup { vertical-align: super; font-size: 1.2rem; }
input, input[type=text], input[type=password], input[type=button], select, textarea, button, .ui-widget {
font-family: 'Roboto', sans-serif !important; }
/* ELEMENT STYLES
************************************/
a,
span.tooltip,
i.fa-question-circle-o,
button.link
{
color: #006bb7;
}

a:hover,
button.link:hover
{
color: #666;
cursor: pointer;
}
span.tooltip
{
border-bottom: 1px dotted;
cursor: help;
}
hr
{
border-left-width: 0;
border-right-width: 0;
}
small
{
font-size: 1.2rem;
}
legend
{
width: 100%;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select
{
border: 1px solid #aaa;
height: 30px;
border-radius: 3px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"]
{
padding-left: 4px;
}
input[type="checkbox"],
input[type="radio"]
{
vertical-align: top;
}
input[type="checkbox"],
input[type="radio"]
{
margin-top: 3px;
}
h1,
.h1
{
font-size: 2.8rem;
margin-bottom: 10px;
line-height: 1;
}
h2,
.h2
{
width: 100%;
font-weight: bold;
font-size: 2.2rem;
padding-bottom: 5px;
margin-bottom: 15px;
border-bottom: 1px solid #aaa;
}
h3,
.h3
{
font-size: 1.9rem;
}
h4,
.h4
{
font-size: 1.6rem;
margin-bottom: 5px;
}
.GEP-info-block-boilerplate h4 {
display: none;
}
h5,
.h5
{
font-size: 1.6rem;
font-weight: normal;
margin-bottom: 5px;
}
th
{
font-weight: bold;
text-align:left;
}
@media (max-width:414px)
{
h1,
.h1
{
font-size: 2.2rem;
margin-bottom: 5px;
}
h2,
.h2
{
font-size: 1.8rem;
margin-bottom: 10px;
}
h3,
.h3
{
font-size: 1.6rem;
}
h4,
.h4
{
font-size: 1.5rem;
}
h5,
.h5
{
font-size: 1.5rem;
}
}
/* UTILITY STYLES
************************************/
.is-highlighted
{
background-color: #ebffe2;
}
.subLabel
{
font-size: 1.2rem;
white-space: nowrap;
}
.clear:after
{
content: "";
display: table;
clear: both;
}
.waitScreenVisibility,
.skipToPrimeContent,
#mobileNavBar,
.displayNone,
.visibilityHidden,
.is-hidden,
.is-empty:empty
{
display: none;
}
.visibilityHiddenMaxPax {
visibility: hidden;
}
.aria-only,
.ariaHidden
{   /* hidden but visible to screen readers. "aria-only" preferred; "ariaHidden" for v2 legacy support where output from UI */
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
@media (max-width: 414px), (max-height: 414px)
{
.non-phone-only
{
display: none !important;
}
}
@media (min-width: 415px) and (min-height: 415px)
{
.phone-only
{
display: none !important;
}
}
.trip-advisor-wrap
{
font-size: 1.2rem;
}
.expco-trigger
{
background: none;
border: none;
padding: 0;
text-align: left;
font-size:inherit;
font-weight:inherit;
cursor: pointer;
}
.EXPCO-PADDING
{ /* add this class to a wrapper element around expand/collapse content to prevent most cases of jitter when padding is needed */
padding: 2%;
}
.EXPCO-MARGIN
{ /* add this class to a wrapper element around expand/collapse content to prevent most cases of jitter when margin is needed */
margin: 2%;
}

.calendar-icon-wrap
{
position: relative;
}
.has-calendar
{
position: relative;
}

.day-label
{
position: absolute;
right: 0;
top: 3px;
font-weight: normal;
}
/* For pre-formatted plain text blocks */
.preWrap
{
white-space: pre-wrap;
}
.questionImage
{
width: 15px;
position: absolute;
margin-top: 2px;
background: url("https://trisept.widen.net/content/nv2ryautfm/png/TRI_ICON_NAV_tooltip.png") no-repeat top left;
cursor: help;
}
.fa-question-circle-o
{
cursor:help;
}
.empty:empty
{
display: none !important;
}
/* Prevent drag selecting */
.unselectable
{
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* RATING STYLES
************************************/
.hotel-rating-wrap
{
display: inline-block;
width: 140px;
}
img[class^="rating_"]
{
height: 16px;
width: 16px;
vertical-align: middle;
margin-right: 2px;
background-size: 16px 16px;
}
.rating_ST
{
background: url("https://trisept.widen.net/content/j80bvwnrks/png/TRI_IMG_rating_ST.png") no-repeat top left;
}
.rating_ST_empty
{
background: url("https://trisept.widen.net/content/gykz4umf07/png/TRI_IMG_rating_ST_empty.png") no-repeat top left;
}
.rating_ST_half
{
background: url("https://trisept.widen.net/content/qrfa84zuu1/png/TRI_IMG_rating_ST_half.png") no-repeat top left;
}
.rating_BB
{
background: url("https://trisept.widen.net/content/vndssjjzfs/png/TRI_IMG_BEV_rating_BB.png") no-repeat top left;
}
.rating_BB_empty
{
background: url("https://trisept.widen.net/content/ynzrdrpkru/png/TRI_IMG_BEV_rating_BB_empty.png") no-repeat top left;
}
.rating_BB_half
{
background: url("https://trisept.widen.net/content/nrtcvr8hkq/png/TRI_IMG_BEV_rating_BB_half.png") no-repeat top left;
}
.rating_AP
{
background: url("https://trisept.widen.net/content/yg9wahrox2/png/TRI_IMG_APV_rating_AP.png") no-repeat top left;
}
.rating_AP_half
{
background: url("https://trisept.widen.net/content/4qnnoj7yfe/png/TRI_IMG_APV_rating_AP_half.png") no-repeat top left;
}
.rating_AP_Booster
{
background: url("https://trisept.widen.net/content/zpseexmyew/png/TRI_IMG_APV_rating_AP_Booster.png") no-repeat top left;
}
.rating_AP_Booster_half
{
background: url("https://trisept.widen.net/content/pvvxdxpbt0/png/TRI_IMG_APV_rating_AP_Booster_half.png") no-repeat top left;
}
.rating_AP_empty
{
background: url("https://trisept.widen.net/content/bttjheimrb/png/TRI_IMG_APV_rating_AP_empty.png") no-repeat top left;
}
.rating_TI
{
background: url("https://trisept.widen.net/content/lstqen1vmn/png/TRI_IMG_TIV_rating_TI.png") no-repeat top left;
}
.rating_TI_empty
{
background: url("https://trisept.widen.net/content/hrbjuwskrx/png/TRI_IMG_TIV_rating_TI_empty.png") no-repeat top left;
}
.rating_TI_half
{
background: url("https://trisept.widen.net/content/gyqpescnmh/png/TRI_IMG_TIV_rating_TI_half.png") no-repeat top left;
}
.rating_SV
{
background: url("https://trisept.widen.net/content/tmx2uif2dq/png/TRI_IMG_WNT_rating_SV.png") no-repeat top left;
}
.rating_SV_empty
{
background: url("https://trisept.widen.net/content/uryqriuq2o/png/TRI_IMG_WNT_rating_SV_empty.png") no-repeat top left;
}
.rating_SV_half
{
background: url("https://trisept.widen.net/content/rkfnfy2ld7/png/TRI_IMG_WNT_rating_SV_half.png") no-repeat top left;
}
.rating_AM
{
background: url("https://trisept.widen.net/content/v2svgfocg7/png/TRI_IMG_AME_rating_AM.png") no-repeat top left;
}
.rating_AM_empty
{
background: url("https://trisept.widen.net/content/qjiz3vshnc/png/TRI_IMG_AME_rating_AM_empty.png") no-repeat top left;
}
.rating_AM_half
{
background: url("https://trisept.widen.net/content/echycnebbx/png/TRI_IMG_AME_rating_AM_half.png") no-repeat top left;
}
.eConfirmButtons {
float: left;
padding: 0 20px 10px 0;
}
.SKIP-WRAP a,
.ada-message-wrap a {
background-color: #666;
border-radius: 0 0 3px 3px;
color: #fff;
left: 5px;
padding: 6px;
position: absolute;
top: -50px;
transition: top 1s ease-out 0s, background 1s linear 0s;
z-index: 100;
}
.SKIP-WRAP a:focus,
.ada-message-wrap a:focus {
transition: top 0.1s ease-in 0s, background 0.5s linear 0s;
top: 0;
}
.SITE-WRAP,
.CONSTRAINT-WRAP
{
max-width: 1280px;
min-width: 320px;
margin: 10px auto;
padding: 0 5px;
}
/*
Don't delete this comment. This extra spacing somehow prevents
the CSS from failing to pull styles on Checkout Step 1
and on the Contact Us page.
*/
.BOOKING-NAVIGATION,
.CONTENT-WRAP
{
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.CONTENT-WRAP
{
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border: 1px solid #aaa;
padding: 2%;
background-color: #fff;
border-radius: 0 0 3px 3px;
}
.CONTENT-MAST-WRAP
{
margin: 15px 0;
-webkit-flex: 1 100%;
-ms-flex: 1 100%;
flex: 1 100%;
}
.CONTENT-MAIN-WRAP
{
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
}
.CONTENT-GUTTER-WRAP
{
width: 200px;
margin-right: 2%;
border-radius: 3px;
}
.page-error-wrap,
.cart-summary-error
{
border-radius: 3px;
margin: 30px 0;
padding: 2%;
background-color: #fcfcfc;
border: 1px solid #f2f2f2;
}
@media (max-width: 767px)
{
.CONTENT-WRAP
{
padding: 2%;
}

.CONTENT-MAIN-WRAP
{
-webkit-flex: none;
-ms-flex: none;
flex: none;
width: 100%;
}

.CONTENT-GUTTER-WRAP
{
background-color: #f9f9f9;
margin-right: 0;
margin-top: 40px;
padding: 10px;
width: 100%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
}
}
@media (max-width: 480px)
{
.CONTENT-MAST-WRAP
{
margin-bottom: 15px;
}
}
/*-- DO NOT CUSTOMIZE THIS CSS!
-- Any site-specific customizations should go in modules.css.*/
/* Change URLs from "../" to "/" */
/*! Font Awesome 4.6.3 by @davegandy - http://fontawesome.io */
@font-face{font-family:'FontAwesome';src:url('/siteassets/admin/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('/siteassets/admin/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('/siteassets/admin/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('/siteassets/admin/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('/siteassets/admin/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('/siteassets/admin/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:1.5em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/*
-- If upgrading to a new version of jQuery...
-- Replace both this and jquery-ui.css with the latest matching versions.
-- Change instances of [ url("images/ ] to [ url("https://media.triseptsolutions.com/sites/VAXWEBUAV/PublishingImages/w3/booking/images/ ].
*/
/*! jQuery UI - v1.12.1 - 2016-09-14 (smoothness)
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #d3d3d3}.ui-widget-content{border:1px solid #aaa;background:#fff;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url("https://trisept.widen.net/content/rjsdzvrpza/png/TRI_IMG_BG_ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #d3d3d3;background:#e6e6e6 url("https://trisept.widen.net/content/odbrfdhv7r/png/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #999;background:#dadada url("https://trisept.widen.net/content/jbudr5bxrc/png/TRI_IMG_BG_ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#212121;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #aaa;background:#fff url("https://trisept.widen.net/content/wkmggluliq/png/TRI_IMG_BG_ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-icon-background,.ui-state-active .ui-icon-background{border:#aaa;background-color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url("https://trisept.widen.net/content/skvnbohmn7/png/TRI_IMG_BG_ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;color:#363636}.ui-state-checked{border:1px solid #fcefa1;background:#fbf9ee}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url("https://trisept.widen.net/content/2vq4lvku8o/png/TRI_IMG_BG_ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("https://trisept.widen.net/content/a0kbfptgon/png/TRI_IMG_BG_ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("https://trisept.widen.net/content/a0kbfptgon/png/TRI_IMG_BG_ui-icons_222222_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("https://trisept.widen.net/content/qnxv7newrg/png/TRI_IMG_BG_ui-icons_454545_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("https://trisept.widen.net/content/qnxv7newrg/png/TRI_IMG_BG_ui-icons_454545_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("https://trisept.widen.net/content/jbqf4pv9su/png/TRI_IMG_BG_ui-icons_2e83ff_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("https://trisept.widen.net/content/kwsgi6ka7s/png/TRI_IMG_BG_ui-icons_cd0a0a_256x240.png")}.ui-button .ui-icon{background-image:url("https://trisept.widen.net/content/dum3f56diu/png/TRI_IMG_BG_ui-icons_888888_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:-8px -8px 8px #aaa;box-shadow:-8px -8px 8px #aaa}
/**
* selectize.css (v0.12.1)
* Copyright (c) 2013–2015 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at:
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
* ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*
* @author Brian Reavis <brian@thirdroute.com>
*/
.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible!important;background:#f2f2f2!important;

background:rgba(0,0,0,.06)!important;border:0!important;-webkit-box-shadow:inset 0 0 12px 4px #fff;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:'!';visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2)}.selectize-dropdown-header{position:relative;padding:5px 8px;border-bottom:1px solid #d0d0d0;background:#f8f8f8;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.selectize-dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px!important}.selectize-dropdown-header-close:hover{color:#000}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.selectize-control.plugin-remove_button [data-value] .remove,.selectize-input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;display:inline-block}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control.plugin-remove_button [data-value]{position:relative;padding-right:24px!important}.selectize-control.plugin-remove_button [data-value] .remove{z-index:1;position:absolute;top:0;right:0;bottom:0;width:17px;text-align:center;font-weight:700;font-size:12px;color:inherit;text-decoration:none;vertical-align:middle;padding:2px 0 0;border-left:1px solid #d0d0d0;-webkit-border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;box-sizing:border-box}.selectize-control,.selectize-input{position:relative}.selectize-control.plugin-remove_button [data-value] .remove:hover{background:rgba(0,0,0,.05)}.selectize-control.plugin-remove_button [data-value].active .remove{border-left-color:#cacaca}.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover{background:0 0}.selectize-control.plugin-remove_button .disabled [data-value] .remove{border-left-color:#fff}.selectize-dropdown,.selectize-input,.selectize-input input{color:#303030;font-family:inherit;font-size:13px;line-height:18px;-webkit-font-smoothing:inherit}.selectize-control.single .selectize-input.input-active,.selectize-input{background:#fff;cursor:text;display:inline-block}.selectize-input{border:1px solid #d0d0d0;padding:8px;width:100%;overflow:hidden;z-index:1;box-sizing:border-box;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 1px 1px rgba(0,0,0,.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.selectize-control.multi .selectize-input.has-items{padding:6px 8px 3px}.selectize-input.full{background-color:#fff}.selectize-input.disabled,.selectize-input.disabled *{cursor:default!important}.selectize-input.focus{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.15);box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.selectize-input.dropdown-active{-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.selectize-input>*{vertical-align:baseline;display:-moz-inline-stack;display:inline-block;zoom:1}.selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#f2f2f2;color:#303030;border:0 solid #d0d0d0}.selectize-control.multi .selectize-input>div.active{background:#e8e8e8;color:#303030;border:0 solid #cacaca}.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{color:#7d7d7d;background:#fff;border:0 solid #fff}.selectize-input>input{display:inline-block!important;padding:0!important;min-height:0!important;max-height:none!important;max-width:100%!important;margin:0 2px 0 0!important;text-indent:0!important;border:0!important;background:0 0!important;line-height:inherit!important;-webkit-user-select:auto!important;-webkit-box-shadow:none!important;box-shadow:none!important}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:0!important}.selectize-input::after{content:' ';display:block;clear:left}.selectize-input.dropdown-active::before{content:' ';display:block;position:absolute;background:#f0f0f0;height:1px;bottom:0;left:0;right:0}.selectize-dropdown{position:absolute;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:-1px 0 0;border-top:0 none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1);-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.selectize-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.selectize-dropdown .optgroup-header,.selectize-dropdown [data-selectable]{padding:5px 8px}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.selectize-dropdown .active{background-color:#f5fafd;color:#495c68}.selectize-dropdown .active.create{color:#495c68}.selectize-dropdown .create{color:rgba(48,48,48,.5)}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input:after{content:' ';display:block;position:absolute;top:50%;right:15px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0;border-color:grey transparent transparent}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px;border-color:transparent transparent grey}.selectize-control.rtl.single .selectize-input:after{left:15px;right:auto}.selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px!important}.selectize-control .selectize-input.disabled{opacity:.5;background-color:#fafafa}
/* General brand styling - fonts, buttons, colors, etc.. - pulled on content and booking */
html {
overflow-x: hidden;
}
body {
overflow-x: hidden;
}
/* responsive nav css start */
#mobileNavWrap {display:none;}
/* responsive nav css end */
/* uv mobile start */
.headerphone {color: #FFFFFF; margin:0 2% 0 0; padding: 5px; float: right; font-size: 12px; line-height: 16px; }
.headeremail {color: #FFFFFF; margin:0 2% 0 0; padding: 5px; float: left; font-size: 12px; line-height: 16px; }
.headeremail img {padding-right: 8px; float: left;}
.headeremailmobile {display: none;}
.headeremail a {color: #FFFFFF;}
.headeremail a:hover {text-decoration: underline;}
#uvlogohead .headerphoneicon, #mobiledrop {display: none;}
#hamburger-menu, #mobileheader, #mobilenav{display: none;}
/* uv mobile end */
/* accessibility start */
.header-container a:focus {border: 1px dotted #fff;}
#bizztext a:focus {border: 1px dotted #0C2340;}
#main-menu h2 a, #main-menu p a {color: #FFFFFF;}
/* accessibility end */
/* SM CORE start */
.sm{position:relative;z-index:9998;}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0); z-index: 49;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>p,.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:not-allowed;}
.sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.sm-blue {
background: transparent;
}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
padding: 10px 20px;
/* make room for the toggle button (sub indicator) */
padding-right: 58px;
background: #e6e6e6;
color: #0C2340;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: bold;
line-height: 23px;
text-decoration: none;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.sm-blue a:focus {background: #fff;}
.sm-blue a.current {
background: #e6e6e6;
color: #0C2340;
}
.sm-blue a.disabled {
color: orange;
}
.sm-blue a span.sub-arrow {
position: absolute;
top: 50%;
margin-top: -17px;
left: auto;
right: 4px;
width: 34px;
height: 34px;
overflow: hidden;
font: bold 16px/34px monospace !important;
text-align: center;
text-shadow: none;
background: rgba(0, 0, 0, 0.1);
}
.sm-blue a.highlighted span.sub-arrow:before {
display: block;
content: '-';
}
.sm-blue ul {
background: #FFFFFF;
}
.sm-blue ul ul {
background: rgba(102, 102, 102, 0.1);
}
.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {
background: #efefef;
color: #000;
font-size: 15px;
text-shadow: none;
border-left: 8px solid transparent;
}
.sm-blue ul a.current {
background: #572c5f;
color: #FFFFFF;
}
.sm-blue ul a.disabled {
color: #b3b3b3;
}
.sm-blue ul ul a,
.sm-blue ul ul a:hover,
.sm-blue ul ul a:focus,
.sm-blue ul ul a:active {
border-left: 16px solid transparent;
}
.sm-blue ul ul ul a,
.sm-blue ul ul ul a:hover,
.sm-blue ul ul ul a:focus,
.sm-blue ul ul ul a:active {
border-left: 24px solid transparent;
}
.sm-blue ul ul ul ul a,
.sm-blue ul ul ul ul a:hover,
.sm-blue ul ul ul ul a:focus,
.sm-blue ul ul ul ul a:active {
border-left: 32px solid transparent;
}
.sm-blue ul ul ul ul ul a,
.sm-blue ul ul ul ul ul a:hover,
.sm-blue ul ul ul ul ul a:focus,
.sm-blue ul ul ul ul ul a:active {
border-left: 40px solid transparent;
}
.sm-blue ul li {
border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-blue ul li:first-child {
border-top: 0;
}
#main-menu > li:last-child a {
padding-left: 60px;
}
#main-menu > li:last-child ul li a {
padding-left: 23px;
}
#main-menu > li:last-child img {
left: 0;
position: absolute;
top: 36px;
padding-left: 20px;
}
/* SM CORE end */
#sub-nav {background-color: #ebebeb; font-size: 14px; min-height: 50px;}
.sn-container {max-width: 1200px; margin: 0 auto; padding: 15px 0;}
.sn-container a {color: #006080 !important; text-decoration: underline;}
.sn-container a:hover {text-decoration: none;}
.sn-container p {float: left; margin: 0; padding-left: 5px; margin-top: 1px; font-size: 14px; line-height: 18px;}
.sn-container ul {float: right; margin: 0; padding: 0 6px 0 0;}
.sn-container ul li {display: inline-block; padding: 0 0 0 16px; font-size: 14px; line-height: 18px; vertical-align: middle;}
.phoneNumber a{font-weight: bold; font-size: 110%;}
#main-nav-logo {display: inline-block;}
.header-container {max-width: 1200px; margin: 0 auto; position: relative; padding: 14px 0; background: #0033A0;}
#main-nav {position: absolute; left: 17%; top: 1px; width: 83%; }
#main-menu > li:last-child {
position: absolute;
right: 0;
}
.header-bg {background-color: #0033A0; width: 100;}
a.agent-go-button {display: none;}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
padding: 36px 24px;
background: transparent;
color: #FFFFFF;
}

#skiptocontent a {
padding:6px;
position: absolute;
top:-40px;
left:0px;
color: #FFFFFF;
background:#572c5f;
z-index: 9998;
}
#skiptocontent a:focus {
position:absolute;
left:0px;
top:0px;
background:#572c5f;
outline:0;
}
.screen-reader-only {
position: absolute;
width: 1px;
clip: rect(0 0 0 0);
overflow: hidden;
white-space: nowrap;
}
#tablet-main-menu {display: none;}
#logged-in-name {color: #FFFFFF; line-height: 26px;}
.plheaderContainer {
clear:both;
padding: 4px 6px 4px 4px;
font-size: 12px;
background-color: #4e5254;
margin: 0 auto;
min-height: 42px;
position: relative;
}
.plheaderContainerText {
max-width: 1200px;
margin: 0 auto;
position:relative;
width: 98%;
line-height: 40px;
color: #FFFFFF;
}
.plheaderContainerText a{
color: #FFFFFF;
}
.plheaderContainerText a:hover{
color: #FFFFFF;
text-decoration: none;
}
.plheaderContainerLogo {float: left; margin-right: 10px}
@media (max-width: 1200px) {
#main-nav {left: 19%; width: 80%;}
}
@media (max-width: 1100px) {
#main-nav {left: 22%; width: 77%;}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
padding: 36px 14px !important;
}

#main-menu > li:last-child a {
padding-left: 60px !important;
}

#main-nav ul li ul li a { padding: 9px 23px !important;}
}
@media (max-width: 1000px) {
#main-nav {left: 22%; width: 77%; }
}
@media (max-width: 925px) {
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
padding: 36px 10px !important;
}

#main-menu > li:last-child a {
padding-left: 50px !important;
}

.sn-container {padding: 15px 5px 15px 2px;}

#sub-nav
{
min-height: 60px;
}
}
@media (max-width: 852px) {
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
font-size: 15px;
padding: 32px 9px 30px 9px !important;
}

#main-nav-logo img {
width: 84%;
}
}
@media (min-width: 769px) {
/* Switch to desktop layout
-----------------------------------------------
These transform the menu tree from
collapsible to desktop (navbar + dropdowns)
-----------------------------------------------*/
/* start... (it's not recommended editing these rules) */
.sm-blue ul {
position: absolute;
width: 12em;
}
.sm-blue li {
float: left;
}
.sm-blue.sm-rtl li {
float: right;
}
.sm-blue ul li, .sm-blue.sm-rtl ul li, .sm-blue.sm-vertical li {
float: none;
}
.sm-blue a {
#FFFFFF-space: nowrap;
}
.sm-blue ul a, .sm-blue.sm-vertical a {
#FFFFFF-space: normal;
}
.sm-blue .sm-nowrap > li > a, .sm-blue .sm-nowrap > li > :not(ul) a {
#FFFFFF-space: nowrap;
}
/* ...end */

.sm-blue {
background: transparent;
}

.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
padding: 36px 24px;
background: transparent;
color: #0C2340;
font-weight: normal;
}

.sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
background: #0C2340;
color: #FFFFFF;
}

.sm-blue a.current, .sm-blue a.disabled {
background: #006080;
color: #FFFFFF;
}

.sm-blue a span.sub-arrow {
top: auto;
margin-top: 0;
bottom: 2px;
left: 50%;
margin-left: -5px;
right: auto;
width: 0;
height: 0;
border-width: 2px;
border-style: solid dashed dashed dashed;
border-color: #0033A0 transparent transparent transparent;
background: transparent;
}

#main-menu li:nth-child(2) p:first-child span, #main-menu li:nth-child(3) p:first-child span, #main-menu li:nth-child(4) p:first-child span, #main-menu li:nth-child(5) p:first-child span {display: none;}

.highlighted .sm-blue a span.sub-arrow {border-color: #0C2340 transparent transparent transparent; }

.sm-blue a.highlighted span.sub-arrow:before {
display: none;
}

.sm-blue > li {
border-left: 0px solid #0C2340;
}

.sm-blue > li:first-child {
border-left: 0;
}

.sm-blue ul {
border: 1px solid #0C2340;
padding: 7px 0;
background: #0C2340;
}

.sm-blue ul ul {
background: #0C2340;
}

.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
border: 0 !important;
padding: 9px 23px;
background: transparent;
color: #fff;
}

.sm-blue ul a:focus, .sm-blue ul a:active {border: 1px dotted #ccc !important;}

.sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
background: #0C2340;
color: #FFC658;
}

.sm-blue ul a.current {
background: #0C2340;
color: #FFFFFF;
}

.sm-blue ul a.disabled {
background: #FFFFFF;
color: #b3b3b3;
}

.sm-blue ul a span.sub-arrow {
border-color: #FFC658;
border-style: solid;
bottom: auto;
left: 10px;
margin-left: 0;
margin-top: -2px;
right: auto;
top: 50%;
}
.sm-blue ul li {
border: 0;
min-width: 200px;
}

.sm-blue span.scroll-up,
.sm-blue span.scroll-down {
position: absolute;
display: none;
visibility: hidden;
overflow: hidden;
background: #FFFFFF;
height: 20px;
}

.sm-blue span.scroll-up-arrow, .sm-blue span.scroll-down-arrow {
position: absolute;
top: -2px;
left: 50%;
margin-left: -8px;
width: 0;
height: 0;
overflow: hidden;
border-width: 8px;
border-style: dashed dashed solid dashed;
border-color: transparent transparent #0C2340 transparent;
}

.sm-blue span.scroll-down-arrow {
top: 6px;
border-style: solid dashed dashed dashed;
border-color: #0C2340 transparent transparent transparent;
}

.sm-blue.sm-rtl.sm-vertical a span.sub-arrow {
right: auto;
left: 10px;
border-style: dashed solid dashed dashed;
border-color: transparent #a1d1e8 transparent transparent;
}

.sm-blue.sm-rtl > li:first-child {
border-left: 1px solid #0C2340;
}

.sm-blue.sm-rtl > li:last-child {
border-left: 0;
}

.sm-blue.sm-rtl ul a span.sub-arrow {
right: auto;
left: 10px;
border-style: dashed solid dashed dashed;
border-color: transparent #a1d1e8 transparent transparent;
}

.sm-blue.sm-vertical a {
padding: 9px 23px;
}

.sm-blue.sm-vertical a span.sub-arrow {
top: 50%;
margin-top: -5px;
bottom: auto;
left: auto;
margin-left: 0;
right: 10px;
border-style: dashed dashed dashed solid;
border-color: transparent transparent transparent #a1d1e8;
}

.sm-blue.sm-vertical > li {
border-left: 0 !important;
}

.sm-blue.sm-vertical ul a {
padding: 9px 23px;
}


/*  new styles  */
.sm-blue ul a span.sub-arrow{
color: #FFC658;
top: auto;
margin-top: 0;
bottom: 2px;
left: 50%;
margin-left: -5px;
right: auto;
width: 0;
height: 0;
border-width: 2px;
border-style: solid dashed dashed dashed;
border-color: #0033A0 transparent transparent transparent;
background: transparent;
display: none;
}
ul li > a.has-submenu::before{
position: relative;
z-index: 100;
color: #FFC658;
content:'+';
left:-10px;
font-size: 10px;
}
ul li > a.has-submenu:hover::before{
content:'+';
visibility: hidden;
}
ul li > a.has-submenu.highlighted{
position: relative;
z-index: 100;
}
ul li > a.has-submenu.highlighted::after{
position: absolute;
bottom: 0;
left:7%;
top: 46%;
width: 0%;
background-color:#FFC658;
transition: 0.2s;
z-index: -1;
content: '';
height: 4px;
}
/* hover, line underneath txt */
ul li > a.has-submenu.highlighted:hover::after{
width: 80%;
max-width: 100%;
display: inline-block !important;
background: url('https://media.triseptsolutions.com/sites/vaxwebuav/PublishingImages/UV_misc/line.png') no-repeat;
width: 174px;
height: 5px;
left: 11px;
}
/* creates blue bg behind text */
.line-list{
z-index: 100 !important;
background-color: #0C2340 !important;
margin-left: -7px;
text-align: left;
border: 3px solid #0C2340;
}
}
@media (max-width: 768px) {
#tablet-main-menu {display: inline-block; width: 100%; clear: both; background-color: #0C2340; position: relative;}

#tablet-main-menu > button {
background: #666666 none repeat scroll 0 0;
border: 0 none;
color: #FFFFFF;
font-size: 14px;
padding: 2% 0;
width: 100%;
}

#tablet-main-menu > button:hover {cursor:pointer}
#tablet-main-menu > button:focus {background-color: #666666; outline: transparent; border: 1px dotted #FFFFFF;}

.header-container a:focus {background-color: #cccccc;}
#main-menu h2 a, #main-menu p a {color: #000;}
#main-nav-logo {
display: inline-block;
text-align: center;
width: 100%;
padding: 2% 0;
}

#main-nav {
left: 0;
position: static;
top: 0;
width: 100%;
}

#main-menu > li:last-child {
position: static;
right: 0;
}

#main-menu > li:last-child a {
padding-left: 10px !important;
}

#main-menu > li:last-child img {
display: none;
}

.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
padding: 36px 24px;
background: #ebebeb;
color: #000;
font-weight: normal;
}

.header-container {padding: 0;}
}
@media screen and (max-width: 600px) {
.headeremail {display: none;}
.headeremailmobile {color: #FFFFFF; margin:0 2% 0 0; padding: 5px; float: none; font-size: 12px; line-height: 16px; display: block;}
.headeremailmobile img {float: left; padding-right: 8px;}
.headeremailmobile a {color: #FFFFFF;}
.headeremailmobile a:hover {text-decoration: underline;}

.mainnavlogo, .uvnav {
position: static;
}

.uvnav a {
padding: 10px 15px;
}
.sn-container ul li {
padding: 3px 5px;
}
}
@media screen and (max-width: 534px) {
.headerphone {line-height: 0;}
#mainnav li a {font-size: 14px;}
}
@media screen and (max-width: 480px) {
.header-bg {display: none;}
#uvheader {display: none;}
#hamburger-menu {display:none; float: left;}
.siteSearchBTN {display: none;}

#mobileheader {
display:block;
background-color: #0033A0;
height: 55px;
width: 100%;
z-index: 10000;
text-align: center;
}

#mobileheader a {
display: block;
text-align: center;
}

#logo-header-mobile {
width: 40%;
margin: 0 auto;
position: absolute;
left: 50%;
margin-left: -20%;
height: auto;
}

#logo-header-mobile img {
max-height: 38px;
max-width: 100%;
margin: 9px 0;
}

#icon-header-phone-mobile {
float: right;
padding: 15px 10px 10px;
height: 30px;
}

#icon-header-phone-mobile img {
max-height: 30px;
}
#mobilenav {
display: block;
margin: 0 auto;
position:relative;
}

.subnav-link, #innerResTool { cursor: pointer; cursor: hand; }
.hamburger-subnav{display:none;}
.mobilebook {background-color: #55bbe1 !important; border-bottom: none;}

#hamburger {
border: 0px solid #0C2340;
border-radius: 3px 3px 3px 3px;
cursor: pointer;
display: block;
height: 34px;
padding: 11px 10px 10px;
float: left;
position: relative;
width: 34px;
background: #0033A0;
}
#hamburger div {
background-color: #fff;
border: 1px solid #eee;
border-radius: 0;
height: 2px;
margin-top: 5px;
}

#hamburger-menu {
background: #ebebeb none repeat scroll 0 0;
border: 0 none;
height: auto;
left: 0;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
top: 0;
width: 70%;
z-index: 0;
}

#content {position:relative;}

#hamburger-menu ul {
margin: 0;
padding: 0;
position: relative;
z-index: 99;
}
#hamburger-menu ul li {position:relative;list-style:none; border: 0;}
#hamburger-menu ul li ul {position:absolute;left:0;right:0; width: 300px; border: 1px solid #E6E6E6;}
#hamburger-menu ul .clicker {position:relative;background:#0033A0;color:#FFFFFF; height: 29px; border: 0;}
#hamburger-menu ul .clicker:hover,#hamburger-menu ul .active {background:#0033A0;}
#hamburger-menu img {position:absolute;top:3px;left:0;}
#hamburger-menu ul li a {
border-top: 1px solid #ededed;
transition:background-color 0.2s ease-in-out;
-webkit-transition:background-color 0.2s ease-in-out;
-moz-transition:background-color 0.2s ease-in-out;
display:block;
padding:12px 8px;
background: #FFFFFF url(https://media.triseptsolutions.com/sites/VAXWEBUAV/PublishingImages/w3/booking/images/headerarrowsub.png) no-repeat scroll 94% 50%;
color:#000;
text-decoration:none;
font-size: 12px;
}

#hamburger-menu ul li span {border-top: 1px solid #EBEBEB; transition:background-color 0.2s ease-in-out;-webkit-transition:background-color 0.2s ease-in-out;
-moz-transition:background-color 0.2s ease-in-out;display:block;padding:12px 8px;background: #FFFFFF;color:#000;text-decoration:none; font-size: 12px;}
#hamburger-menu ul li h2 {padding: 12px 8px; background-color: #EBEBEB; font-size: 12px; color: #006080; margin: 0; border-top: 1px solid #FFFFFF;}
#hamburger-menu ul li a:hover {background: #FFFFFF url(https://media.triseptsolutions.com/sites/VAXWEBUAV/PublishingImages/w3/booking/images/headerarrowsub.png) no-repeat scroll 94% 50%;}
#contentLayer {
display: none;
height: 100%;
min-height: 1062px;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
right: 0;
top: 0;
width: 30%;
z-index: 100001;
}

#bizzbarb, #sub-nav {display: none !important;}
#sub-nav {
margin-top: 0 !important;
}

#skiptocontent {display: none;}
}
/* FOOTER STYLES ************************************/
.FOOTER-WRAP {
margin-top: 15px;
clear: both;
background-color:#0033A0;
color:#fff;
padding:50px 0;
}
.FOOTER-WRAP a{color:#fff; text-decoration:none;}
.FOOTER-WRAP a:hover{text-decoration:underline; color:#fff;}
.FOOTER-WRAP ul{list-style:none;}
.FOOTER-WRAP ul li{margin-bottom:5px;}
.FOOTER-WRAP h2{border-bottom:solid 1px #fff; padding-bottom:10px; margin-bottom:15px; font-size:1.6rem; color:#fff; font-weight:bold; text-align:left;}
.footer-nav-50{}
.footer-nav-50,
.footer-nav-about ul{width:48%; float:left; margin-right:2%;}
.footer-nav-50:last-child{margin-right:0; margin-left:1%;}
.footer-nav-cc,
.footer-nav-account{width:48%; float:left;}
.footer-nav-cc{margin-right:2%;}
.footer-nav-account{margin-left:2%;}
.footer-email-reg {
margin-top: 20px;
}
#emailSign input {
padding: 4px 12px;
width: 150px;
margin: 0 5px 0 0
display: inline-block;
height: 38px;
font-size: 14px;
border-radius: 3px;
border: 1px solid #666666;
}
#emailSign button {
width: 50px;
text-decoration: none;
text-align: center;
color: #6244BB;
cursor: pointer;
Font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
border: none;
height: 40px;
font-weight: normal;
font-size: 14px;
background: #FFF;
border: 2px solid #6244BB;
margin: 0;
border-radius: 3px;
cursor: pointer;
}
#emailSign button:hover {
color: #402d7e;
background: #F2F2F2 !important;
border: 2px solid #402d7e;
}
#FooterEmailConfirmation,
#FooterEmailConfirmation h3 {
color: #fff;
margin-top: 20px;
}

#emailSign #QuickEmailSignupThankYou, #emailSign #QuickEmailSignupWait {
margin: 0 0 0 0;
padding: 0;
float: left;
position: absolute;
top: -16px;
line-height: 1.0em;
font-size: 13px !important;
}
#emailSign #QuickEmailSignupThankYou div, #emailSign #QuickEmailSignupWait div {
background-color: #FFF !important;
width: 100%;
height: 22px;
padding: 4px 10px 5px 10px;
}
#QuickEmailSignupWait {
left: auto !important;
top: auto !important;
margin-top: 30px !important;
color: #000;
}
#QESInputs table {
float: left !important;
font-size: 12px !important;
}
#QESInputs table[id$="_popupTable"]{
border: none !important;
left: auto !important;
top: auto !important;
margin-top: 50px;
}
#QESInputs .ajax__validatorcallout_callout_cell {
width: 0 !important;
}
#QESInputs .ajax__validatorcallout_icon_cell {
padding: 2px 0 2px 5px !important;
}
#QESInputs .ajax__validatorcallout_error_message_cell {
border-left: none !important;
border-right: none !important;
line-height: 1.00em;
padding: 0 10px 0 10px;
vertical-align: middle;
}
#QESInputs .ajax__validatorcallout_close_button_cell {
padding: 2px 10px 2px 2px !important;
}
#QESInputs .ajax__validatorcallout div, #QESInputs .ajax__validatorcallout td {
border: none !important;
background-color: #FFF !important;
box-shadow: none !important;
}
.updateModalPadding {
padding-top: 20px;
}
@media (max-width: 800px){
.footer-nav-50 {width:100%; float:none; margin-left:0; margin-right:0; margin-bottom:20px;}
.footer-nav-50:last-child {margin-left:0; margin-right:0;}
.footer-nav-account{margin-left:0;}
}
.FOOTER-TIMESTAMP-WRAP{
display: inline-block;
width: 58%;
}
.FOOTER-LOGO-WRAP{
float: right;
}
.FOOTER-WRAP small{
display: block;
}
.FOOTER-LOGO-WRAP small,
.FOOTER-LOGO-WRAP img{
text-align: right;
}
.FOOTER-LOGO-WRAP img{
float: right;
}
.footer-sub-wrap{margin:60px auto 0;}
.bot-container {width: 80%; float: left;}
.navlogo {float: left; margin-right: 3%;}
.bot-container-right {width: 20%; float: left; text-align: right;}
.copyright {
font-size: 11px;
margin-top: 0;
color: #FFFFFF;
text-align: left;
line-height: 17px;
font-weight: normal;
}
.copyright-popout {
font-size: 11px;
margin-top: 0;
color: #FFFFFF;
text-align: left;
line-height: 17px;
font-weight: normal;
padding: 0 0 50px 0;
}
@media (max-width: 480px){
.bot-container,
.bot-container-right {width: 100%; float:none; text-align:left; margin-top:10px;}
}
/* BUTTON STYLES ************************************/
.search-container input.button {
text-decoration: none;
text-align: center;
color: #FFF;
cursor: pointer;
float: right;
Font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
border: none;
outline: none;    /* Hide dotted border around tab links in Firefox */
height: 52px;
font-weight: normal;
font-size: 18px;
background: #6244BB;
padding: 0 40px !important;
border-radius: 3px;
}
.search-container input.button:hover {
color: #FFF;
background: #402d7e!important;
}
a.button, .button:enabled {
background-color:#fff;
color:#6244BB;
border:0;
border-radius: 3px;
border: 2px solid #6244BB;
font-weight:normal;
text-transform:none !important;
}
a.button:hover,
.button:hover:enabled,
.mini-cart-checkout-button:hover {
color: #FFF;
background: #402d7e !important;
}
#bookingBar input.button, #summaryCartContinueBtn {
text-decoration: none;
text-align: center;
color: #FFF;
cursor: pointer;
float: right;
Font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
border: none;
outline: none;    /* Hide dotted border around tab links in Firefox */
height: 52px;
font-weight: normal;
font-size: 18px;
background: #6244BB;
padding: 0 40px !important;
border-radius: 3px;
margin: 0 0 0 25px;
}
#bookingBar input.button:hover, #summaryCartContinueBtn input.button:hover {
color: #402d7e;
background: #F2F2F2!important;
border: 2px solid #402d7e;
}
.secondary-button:enabled {
background-color:#fff;
border: 2px solid #6244BB;
border-bottom: 3px solid #6244BB;
color:#6244BB;
}
.secondary-button:hover:enabled,
.mc-v4-wrap .secondary-button:hover {
color: #402d7e;
background: #F2F2F2 !important;
border: 2px solid #402d7e;
border-bottom: 3px solid #6244BB;
}
.button-large:enabled{
}
.PRICE-SELECT-WRAP .button {
text-decoration: none;
text-align: center;
color: #6244BB;
cursor: pointer;
float: left;
border: none;
outline: none;    /* Hide dotted border around tab links in Firefox */
height: 48px;
line-height: 48px;
font-weight: normal;
font-size: 18px;
background: #FFF;
border: 2px solid #6244BB;
padding: 0 20px;
border-radius: 3px;
width: 100%;
display: inline-block;
}
.PRICE-SELECT-WRAP .button:hover {
color: #402d7e;
background: #F2F2F2!important;
border: 2px solid #402d7e;
}
.limited-hotel-wrap .button {
text-decoration: none;
text-align: center;
background: #FFF;
color: #6344bb;
border: 2px solid #6344bb;
cursor: pointer;
Font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
outline: none;    /* Hide dotted border around tab links in Firefox */
height: 40px;
font-weight: normal;
font-size: 18px;
padding: 0 30px;
border-radius: 3px;
}
.limited-hotel-wrap .button:hover {
color: #402d7e;
background: #F2F2F2!important;
}
@media (max-width: 979px) {
.PRICE-SELECT-WRAP .button{width:96%;}
}
/* don't combine "input:read-only" and "input:-moz-read-only" with other selectors */
input:read-only { }
input:-moz-read-only { }
input[type="button"]:disabled,
select:disabled,
button:disabled {
background: #dddddd;
cursor: default;
border: 0;
color: #333;
border-radius: 3px;
height: 30px;
}
button:disabled i{
}
.cart-modify-button, .cart-remove-button{text-transform:none;}
/* FONT STYLES ************************************/
body {
font-size: 1.4rem;
font-family:"OpenSans",sans-serif;
color:#000;
}
h1, h2, h3, h4, h5, h6 {
font-weight:normal;
color:#000;
}
.gutter-section-title{
border-bottom: none;
font-size: 150%;
}
.recent-searches a,
.recent-searches .tooltip,
.PRICE-SELECT-WRAP a,
.PRICE-SELECT-WRAP button.link,
.checkout-sign-in a,
.confirm-top-summary-wrap a{
color:#006080;
}
.PRICE-SELECT-WRAP button.link:not(.original-price-desc-trigger) {
margin-top: 10px; width: 100%;
}
.PRICE-SELECT-WRAP .secondary-button.link {
background: none;
border: none;
color: #000;
}
.flight-leg-drop-down dd{
background-color:#ebebeb;
}
.flight-leg-drop-down dd a{
color:#000;
}
.COMPONENT-TITLE-WRAP a{
font-weight:bold;
}
.ui-widget-content{
color:#000;
}
a,
span.tooltip,
button.link,
.hotel-profile-wrap .expco-added-value .expco-trigger span,
.attraction-title span,
.v1-minicart-sub-accordian-title .expco-trigger-text,
.ro-minicart-sub-accordian-title .expco-trigger-text,
.cart-remove-button,
.cart-remove-item i,
#registration-tab-container .ui-state-default a.ui-tabs-anchor {
color: #006080;
text-decoration: underline;
}
i.fa-question-circle-o  {
color: #006080;
text-decoration: none;
}
a:hover,
span.tooltip:hover,
i.fa-question-circle-o:hover,
button.link:hover,
.hotel-profile-wrap .expco-added-value .expco-trigger span:hover,
.attraction-title span:hover,
.v1-minicart-sub-accordian-title .expco-trigger-text:hover,
.ro-minicart-sub-accordian-title .expco-trigger-text:hover,
.cart-remove-button:hover,
.cart-remove-item i:hover,
#registration-tab-container .ui-state-default a.ui-tabs-anchor:hover {
color: #006080;
text-decoration: none;
}
.modal-close a,
.modal-close button,
.close-text,
.modal-close i,
.seats-left,
.charter-operated,
.arrival-disclaimer-t,
.arrival-disclaimer-t i,
.mc-arrival-warning-v2,
.flight-options-list .arrival-disclaimer-t,
.arrival-disclaimer-t i,
.arrival-disclaimer,
.flight-leg-change-disclaimer,
.flight-leg-change-disclaimer strong,
.hotel-sales-message span,
.car-deposit,
.cart-advisory,
.cart-advisory-title,
.advisory-fa,
.message-title-text,
.summary-warning-text,
.advisory-text,
.advisory-fa,
.SSRpassengerContainer label span,
span.mandatorySSR,
.modal-close i,
#mapDiv_infobox_closeBtn {
color:#D50032;
}
.cart-advisory * {
color: #000;
}
.hotel-sales-message span{color:#0033A0;}
.filter-count-wrap{background-color:#0C2340;}
.ui-rangeSlider-bar{background-color:#d4d4d0;}
.ui-rangeSlider-label{background-color:#0C2340;}
.ui-rangeSlider-label-inner{border-top:10px solid #0C2340;}
.free-cancel-text
{
color:#0C2340;
}
.preferred-hotel{display:none !important;}
/***** CONTAINER COLORS AND BORDER STYLES *****/
.SELECTED-COMPONENT{background-color:#0C2340; color:#fff; font-weight:normal;}
.CONTENT-WRAP{border:0px !important; padding: 0;}
.PRICE-SELECT-WRAP{background:#ebebeb;}
.ui-datepicker-trigger img {
background: url("https://trisept.widen.net/content/zrybrx3tqw/gif/UAV_ICON_CAL_calendar.gif") no-repeat scroll left top;
width: 23px;
height: 20px; }
.restool-wrap .ui-datepicker-trigger {
cursor: pointer;
border: 0 none;
background: none;
position: absolute;
right: 0px;
top: 10px;
}
.restool-wrap .infant-question:before {
content: url("https://trisept.widen.net/content/vji3cd9wt1/png/UAV_ICON_TOOLTIP_question.png");
}
/* Waitscreen Styles ============================== */
.modalWaitScreenBackground { /*Controls style and background of Waitscreens*/
background: #003399;
max-width: 600px;
height: auto;
padding:0;
text-align:center;
}
.waitscreenUV {
background-color: #FFFFFF;
max-width: 600px;
height: 85px;
padding: 0!important;
margin: 0;
}
.waitscreenUV ul{
margin: 0;
padding: 0;
}
.waitscreenUV li.logo{
width: 31%;
padding: 15px 0 0 20px;
list-style: none;
float: left;
}
.waitscreenUV li.text{
color:#FFF;
width: 63%;
list-style: none;
line-height: 18px;
float: left;
margin: 28px 0 0 25px;
padding: 0!important;
vertical-align: middle;
font-size: 16px;
font-weight: bold;
}
.modalWaitScreenBackground sup{
line-height: 1.2em;
font-size: 70%;
}
.wait-anime {text-align: center; padding: 0; margin: 0; line-height: 0;}
.waitscreenValues  {
background-color: #003399;
padding: 0!important;
margin: 50px 0 0 0;
width: 100%;
}
.waitscreenValues:after  {
content: "";
display: table;
clear: both;
}
.waitscreenValues p{
margin: 0 auto 0 auto !important;
color: #ffffff;
font-size: 16px!important;
text-align:center;
}
.waitscreenValues li{
width: 50%;
list-style: none;
float: left;
margin: 0 0 0 0;
padding: 0 0 0 0;
text-align: center;
padding: 0;
}
.waitscreenValues li p{
margin: 0 auto 0 auto !important;
padding: 0 0 40px 0;
font-size: 14px!important;
color: #FFFFFF;
width: 46%;
text-align: center;
line-height: 1.25em!important;
}
p.waitScreenStatusSection {
color: #ffffff;
font-size: 16px!important;
margin: 0;
text-align:center;
}
p.bookingTop {
color: #ffffff;
font-size: 16px!important;
margin: 75px 0 25px 0;
text-align:center;
}
p.bookingBottom {
color: #ffffff;
font-size: 16px!important;
margin: 25px 0 75px 0;
text-align:center;
}
@media (max-width: 590px) {
.modalWaitScreenBackground{
max-width: 480px;
height: auto;
margin: 0 10px 0 10px;
}
.waitscreenUV {
max-width: 480px;
height: 65px;
}
.waitscreenUV li.logo img{
width: 100%;
height: auto;
}
.waitscreenUV li.text{
width: 66%;
line-height: 65px;
margin: 0 0 0 5px;
font-size: 94%;
}

.wait-anime img {width: 100%; height: auto;}

p.waitScreenStatusSection, p.bookingTop, p.bookingBottom  {
padding: 0 10px 0 10px;
}
}
@media (max-width: 480px) {
.waitscreenUV li.logo {
padding: 20px 10px 10px 10px;
}
.waitscreenUV li.text{
width: 65%;
line-height: 15px;
font-size: 75%;
margin: 22px 0 0 8px;
}

p.waitScreenStatusSection, p.bookingTop, p.bookingBottom, .waitscreenValues p {
padding: 0 10px 0 10px;
font-size: 14px !important;
}

.waitscreenValues  {
margin: 20px 0 0 0;
}

.waitscreenValues li p {
font-size: 13px !important;
}
}
.waitscreen-modal-wrap, #fakeModalDocumentDiv {outline: none;}
.waitscreen-modal-wrap:focus {outline: none;}
.tntModalWaitScreenBackground { /*Controls style and background of Waitscreens*/
background: #000000 url(https://media.triseptsolutions.com/sites/VAXWEBUAV/PublishingImages/w3/booking/images/tntWaitscreen.jpg) no-repeat top left;
width: 678px;
height: 461px;
padding: 10px;
position: absolute;
top: 0;
left: 0;
}
.waitScreenLastSection {
display:none;
}
.waitScreenStatusSection img {
width: 100%;
}
.waitscreen-ind {
margin: 10px 0 -11px;
text-align: center;
}
#fakeModalDocumentDiv:focus-visible
{
outline: none;
}
#fakeModalDocumentDiv:focus
{
outline: 1px dashed #f5f5f5;
}
/* =========================== */
.restool-accordian-title,
.vacation-type-wrap legend {
padding:10px;
border-bottom: 1px solid #0C2340;
color:#0C2340;
}
.vacation-type-wrap legend {
font-weight:normal;
}
.restool-wrap legend .expco-trigger,
.restool-wrap legend a,
.restool-wrap legend button{
text-decoration: none;
color:#0C2340 !important;
font-weight: normal;
font-size:inherit;
}
.mc-v2-wrap{
margin-bottom:0;
border-bottom:solid 1px #aaa;
}
/* Terms and Conditions ============================== */
.terms-conditions-checkout h3{
margin:20px 0 10px;
}
.terms-conditions-checkout table{
border:solid 1px #dedede;
}
.terms-conditions-checkout table thead{background-color:#f2f2f2;}
.terms-conditions-checkout table th,
.terms-conditions-checkout table td{
padding:3px 5px;
border:solid 1px #dedede;
}
/* left gutter ============================== */
#landmarkOptionsArea div a {
color: #0C2340;
font-size: 1.2rem;
margin-left: 17px;
}
/* email modal ============================== */
.email-itin-modal input {
width: 185px;
}
/* in-path modal============================== */
.in-path-logo {
background-color: #0033A0;
}
.in-path-logo img {
background: url("https://trisept.widen.net/content/a78kxiyaar/png/UAV_LOGO_MAINBRAND_3p-white-logo.png") no-repeat center;
background-size: 200px;
width: 200px;
height: 70px;
margin: 0 auto;
display: block;
}
.in-path-main {
margin: 12px 0;
padding-bottom: 15px;
border-bottom: 1px solid #e6e6e6;
}
.in-path-update-rooms {
text-align: left;
}
.in-path-update-rooms .infant-question {
float: right;
margin-top: 7px;
}
.in-path-update-rooms #maxPAXPosition{
display: inline-block;
margin-left: 10px;
}
.in-path-update-pax {
background-color: #e6e6e6;
}
.in-path-modal-wrap .ajax__validatorcallout_popup_table {
margin-top: 0;
}
@media (max-width: 580px){
.in-path-update-rooms .infant-question    {
float: none;
margin-top: 0;
}
}
@media (max-width: 400px){
.in-path-update-rooms #maxPAXPosition    {
display: block;
margin-left: 0;
}
}
/* error message styles ============================== */
.ajax__validatorcallout div, .ajax__validatorcallout td {
color: #000;
background-color: #FFF;
vertical-align: top;
text-align: left;
font-weight: normal;
border: none!important;
}
.ajax__validatorcallout_popup_table {border:1px solid black!important;background-color:transparent;padding:0px;margin:-82px 0 0; top: auto !important; left: auto !important;}
.ajax__validatorcallout_popup_table_row {vertical-align:top;height:100%;background-color:transparent;padding:0px;margin:0px;}
.ajax__validatorcallout_callout_cell {width:20px;height:100%;text-align:right;vertical-align:top;border:none !important;background-color:transparent !important;padding:0px;margin:0px;}
.ajax__validatorcallout_icon_cell img,
.ajax__validatorcallout_icon_cell_reverse img {
display: block;
}
.ajax__validatorcallout_callout_table {height:100%;border:none;background-color:transparent;padding:0px;margin:0px;}
.ajax__validatorcallout_callout_table_row {background-color:transparent;padding:0px;margin:0px;}
.ajax__validatorcallout_callout_arrow_cell {padding:8px 0px 0px 0px;margin:0px;text-align:right;vertical-align:top;font-size:1px;border:none !important;background-color:transparent !important;}
.ajax__validatorcallout_callout_arrow_cell_reverse {padding:8px 0px 0px 0px;margin:0px;text-align:left;vertical-align:top;font-size:1px;border:none !important;background-color:transparent !important;}
.ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv {font-size:1px;position:relative;left:1px;width:15px;background-color:transparent !important;padding:0px;margin:0px; display: none;}
.ajax__validatorcallout_callout_arrow_cell_reverse .ajax__validatorcallout_innerdiv_reverse {font-size:1px;position:relative;right:1px;width:15px;background-color:transparent !important;padding:0px;margin:0px;}
.ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div {height:1px;overflow:hidden;padding:0px;margin:0px 0px 0px auto;}
.ajax__validatorcallout_callout_arrow_cell_reverse .ajax__validatorcallout_innerdiv_reverse div {height:1px;overflow:hidden;padding:0px;margin:auto 0px 0px 0px;}
.ajax__validatorcallout_error_message_cell {font-size:11px; padding:5px; text-align: left; }
.ajax__validatorcallout_icon_cell {width:20px; padding:5px; margin:0px; }
.ajax__validatorcallout_icon_cell_reverse {width:20px;padding:5px;margin:0px;}
.ajax__validatorcallout_close_button_cell {vertical-align:top; padding:5px; margin:0px; text-align:right; }
.ajax__validatorcallout_close_button_cell img {top: 8px; right: 8px;}
.ajax__validatorcallout_close_button_cell_reverse {vertical-align:top;padding:0px;margin:0px;text-align:right;}
.ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv {text-align:center;width:10px;padding:2px;cursor:pointer;}
.ajax__validatorcallout_close_button_cell_reverse .ajax__validatorcallout_innerdiv_reverse {text-align:center;width:10px;padding:2px;cursor:pointer;}
#ctl00_ctl01_ContentPlaceHolder_ContentPlaceHolder_PaymentInfotool_agreetermsandconditionscheckbox_popupTable{margin-top:-120px;}
.password table[id*="Password_popupTable"] { margin: 0 0 0 0; }
/* General Overrides ************************************/
.is-highlighted{background-color:#f2f2f2;}
.PROMO-APPLIED-WRAP, .PROMO-MESSAGE{background-color: #B6B8DC; color:#000;}
.PROMO-APPLIED-WRAP a, .PROMO-MESSAGE a{color:#000;}
#ratingOptionsArea,
#themeOptionsArea {
list-style:none;
}
.gc-balance-content li{list-style-position:inside;}
.vehicle-cart-modify ul{list-style:none;}
.PRICE-SELECT-WRAP a{
color: #006080 !important;
}
.PROMO-APPLIED-WRAP a {
color: #000 !important;
}
.flights-advisory-item span  {
color: #D50032 !important;
}
.CONTENT-GUTTER-WRAP .customer-care, .CONTENT-GUTTER-WRAP .recent-searches{
border-radius: 3px;
border: 1px solid #666666;
padding: 15px;
}
.customer-care li {margin: 0 0 8px 0;}
.CONTENT-GUTTER-WRAP > div.ad-server-wrap {
padding: 0;
margin: 0;
margin-bottom: 0px;
}

.BOOKING-NAVIGATION {
margin-top: 25px;
}
.search-container {
margin-bottom: 25px;
}
.search-container:after {
content: "";
display: table;
clear: both;
}
.restool-wrap > fieldset > div > div, .package-type, .dest-region-wrap, .rooms-wrap, .hotel-name-wrap, .hotel-brand-wrap, .going-to-wrap {margin-top: 12px; margin-bottom: 0 !important;}
.depart-date-wrap, .rooms-wrap {float: left; }
.ui-widget-header {
border: none;
color: #676767;
font-weight: bold;
background: #FFF;
}
.ui-datepicker * {
font-size: 13px !important;
}
.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
background: #FFF;
color: #555;
}
.ui-datepicker td {
border: 0;
padding: 3px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
background: #FFF;
font-weight: normal;
color: #000;
border: none;
}
.ui-datepicker td span, .ui-datepicker td a {
display: block;
text-align: center;
text-decoration: none;
}
.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active {
border: none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: #000;
background-color: #B6B8DC!important;
}
.ui-datepicker-calendar .ui-state-active .ui-state-active {background: #0C2340 !important; color: #fff; }
.restool-wrap legend .expco-trigger, .restool-wrap legend a, .restool-wrap legend button {
color: #FFF;
}
.infant-question {margin-top: 0; margin-bottom: 12px;}
#infantTooltip {border: 1px solid #B6BBDC!important; font-size: 14px!important; line-height: 1.2em!important;}
.cart-remove-button, input[type="button"].cart-remove-button, input[type="submit"].cart-remove-button {
color: #006080;
}
.cart-remove-button:hover, input[type="button"].cart-remove-button:hover, input[type="submit"].cart-remove-button:hover{
text-decoration: none;
}
.contact-primary-wrap {
margin-right: 3%;
width: 39%;
}
.contact-secondary-wrap {
width: 58%;
}
.contact-email-wrap legend {
margin-bottom: 5px;
}
.contact-email-wrap div {
margin-top: 20px;
}
.contact-email-wrap input.button {
height: 50px;
line-height: 50px;
font-weight: normal;
font-size: 20px;
padding: 0;
border-radius: 3px;
}
/***
.fa-info-circle::before {
content: url("https://media.triseptsolutions.com/sites/VAXWEBUAV/PublishingImages/w3/booking/images/info.gif");
}
.fa-question-circle-o::before {
content: url("https://media.triseptsolutions.com/sites/VAXWEBUAV/PublishingImages/w3/booking/images/question.gif");
}
.fa-plane::before  {
content: url("https://media.triseptsolutions.com/sites/VAXWEBUAV/PublishingImages/w3/booking/images/plane.gif");
}
.fa-building::before {
content: url("https://media.triseptsolutions.com/sites/VAXWEBUAV/PublishingImages/w3/booking/images/hotel.gif");
}
.fa-automobile::before, .fa-car::before {
content: url("https://media.triseptsolutions.com/sites/VAXWEBUAV/PublishingImages/w3/booking/images/car.gif");
}
***/

.booking-progress-navigation .current-booking-tab a span .fa
{
background-color: #624bbb;
}
.booking-progress-navigation li a span .fa
{
color: #0033A0;
}
@media (max-width: 767px) {
.contact-primary-wrap {
margin-right: 0;
width: 96%;
}
.contact-secondary-wrap {
width: 96%;
margin-top: 7%;
}
}
@media (max-width: 979px) {
.fareTypeVisibility{position:static;}
}
.see-all-promos-wrap{
font-size:1.4rem;
font-weight:normal;
}
.air-matrix-table{
background:#f2f2f2;
}
.air-matrix-table a {
color:#006080;
}
.matrixHover{background-color:#ebebeb !important;}
.room-type-table tr{background-color:#fff; border-bottom: 1px dashed #dedede;}
.room-type-table tr:first-child{background-color:#fff; border-bottom:0;}
.room-type-table td:first-child{padding-left:5px;}
.room-type-table td,
.room-type-table th,
.room-type-table tr:last-child td{padding:10px 5px;}
.flight-leg-info-wrap th,
.flight-leg-info-wrap caption {
text-align: left;
font-weight:bold;
}
/* Onsale Restool Fixes ************************************/
#restoolOnSale label{display:block; width:100%;}
#restoolOnSale fieldset{margin:15px 0;}
#restoolOnSale .ui-datepicker-trigger {
position: relative;
}
/* Travel Protection ************************************/
.travel-protection-content {
margin:20px 0;
}
.travel-protect-subtext {
margin:15px 0 10px 0;
display:block;
font-size:1.2rem;
}
ul.travel-protect-list{
margin-bottom:20px;
}
.travel-protect-list li{
list-style-type:none;
margin-bottom:10px;
}
.travel-protect-list li i{
color:#006080;
}
.insurance-selection ul li {
padding:10px;
border-radius:5px;
background-color:#eaeaea;
}
.insurance-selection ul li label{
margin-bottom:0;
}
.insurance-selection ul li label span{
display:inline-block;
float:right;
font-size:1.6rem;
}
.insurance-selection ul li:after{
content: "";
display: table;
clear: both;
}
.insurance-selection .ajax__validatorcallout_popup_table{
margin-top:-130px;
}
/* RESERVATION RETRIEVAL TOOL ************************/
.retrieve-reservation-with-sign-in{
width: 50%;
float: left;
padding-right: 1%;
margin-right: 10%;
}
.retrieve-reservation-with-mileage-plus{
width:40%;
float:left;
}
.retrieve-reservation-as-guest{
clear: both;
border-top: 1px solid #aaaaaa;
margin-top: 20px;
padding-top: 20px;
}
.reservation-retrieve-booking-guest{
width:50%
}
#retrieveLoginPanel a.button,
#retrieveLoginPanel .button:enabled{
padding: 0px 40px !important;
height: 45px !important;
font-size: 20px;
}
.reservation-retrieve-booking-guest fieldset{
width:100%
}
.reservation-retrieve-sign-in h1 {
font-size: 1.9rem;
}
.united-mileage-plus-sign-in-wrap a{
text-decoration:none;
}
.mileage-plus-text-link:hover{
text-decoration:underline;
}
.mileage-plus-united-logo{
width:300px;
}
.reservation-retrieve-sign-in .sign-in-wrap{
width:100%;
}
.res-retrieval-num,
.res-retrieval-pass{
width: 100%;
float: none;
}
.res-retrieval-num{
margin-right: 0%;
margin-bottom: 15px;
}
.res-retrieval-pass{
margin-left: 0%;
}
@media (max-width:850px){
.retrieve-reservation-with-sign-in,
.retrieve-reservation-with-mileage-plus {
float:none;
width:100%;
padding:0px;
}

.reservation-retrieve-booking-guest {
width: 100%;
}

.retrieve-reservation-with-sign-in {
margin-bottom:20px;
}

.reservation-retrieve-sign-in .sign-in-wrap {
width:100%;
}

.united-mileage-plus-sign-in-wrap {
text-align:center;
}

.united-mileage-plus-sign-in-wrap a {
display: block;
}

.reservation-retrieve-booking-guest fieldset,
.res-retrieval-num,
.res-retrieval-pass {
width:100%;
}
}
@media (max-width:580px){
.reservation-retrieve-booking-guest fieldset {
width:100%;
}
}
.confidence-messages-wrap > ul > li > .fa.fa-circle-thin::before {
content: "";
}
.confidence-messages-wrap > ul > li > .fa.fa-circle-thin {
font-family: none;
background: url("https://media.triseptsolutions.com/sites/VAXWEBUAV/PublishingImages/w3/booking/images/uvicon.gif") repeat 17px 0;
height: 16px;
width: 16px;
position: relative;
top: 3px;
}
/* OnSale externalFormPost */
#successMessage, #errorMessage {
text-align: center;
margin: 50px;
padding: 0 0 50px 0;
}
#successMessage p, #errorMessage p {
clear: both;
font-size: 2.142em;
line-height: 1.25em;
color: #333;
}
#successMessage img{
clear: both;
margin: 0 0 15px 0;
padding: 0;
}
#errorMessage img {
clear: both;
margin: 25px 0 25px 0;
padding: 0;
}
.limited-hotel-wrap {
margin: 25px 0 15px 0;
padding: 10px 20px 10px 20px;
}
/******** TRIP BOOKMARK PAGE ***********/
.trip-bookmark-wrap {
border: none;
}
.trip-bookmark-wrap p.trip-bookmark-na {
padding: 40px;
margin: 0;
font-size: 1.6rem;
font-weight: bold;
text-align: center;
}
.trip-bookmark-hero {
width: 100%;
}
.trip-bookmark-hero img {
width: 100%;
margin: 0 0 20px 0;
}
.trip-bookmark-main {
width: 67%;
padding: 0 0 0 15px;
float: left;
}
.trip-bookmark-wrap h2 {
border-bottom: none;
}
.trip-bookmark-wrap ul{
list-style: none;
line-height: 2;
}
.trip-bookmark-wrap p,
.trip-bookmark-wrap ul{
padding: 10px 0 10px 0;
}
/** SP css **/
.x_tripbookmark-details {
padding: 35px 0 0 0;
}
.x_gray {
background-color: #f2f2f2;
}
ul.x_dest-info {
list-style: none;
padding: 30px;
}
ul.x_dest-info:after {
content: ""; display: table; clear: both;
}
li.x_dest-details {
width: 62%;
float: right;
padding: 8px 0 0 40px;
line-height: 1.5;
}
.x_dest-details h3 {
font-size: 2.1rem;
padding: 0 0 5px 0;
}
.x_dest-details h4 {
padding: 0 0 0 0;
font-weight: bold;
}
.x_dest-details p {
padding: 8px 0 15px 0;
}
li.x_hotel-info {
width: 40%;
float: left;
background-color: #FFF;
max-width: 280px;
outline: 2px solid #f2f2f2;
}
.x_hotel-img {
width: 100%;
}
.x_hotel-name {
padding: 5px 15px 0 20px !important;
font-size: 1.5rem;
}
.x_hotel-rating {
padding: 0 15px 10px 20px !important;
}
/** end SP css **/
.trip-bookmark-restool {
width: 28%;
padding: 35px 0 0 0;
float: right;
}
.trip-bookmark-restool {padding: 10px 25px 25px 25px;}
.trip-bookmark-restool h1 {display: none;}
.trip-bookmark-restool .trip-bookmark-description {display: none;}
.trip-bookmark-origin {margin: 0; padding: 0;}
.trip-bookmark-dest {margin: 0 0 20px 0;}
.trip-bookmark-depart {margin: 0 0 20px 0!important;}
.trip-bookmark-return  {padding: 5px 0 10px 0;  }
.trip-bookmark-rooms-wrap {margin: 0 0 15px 0;}
.trip-bookmark-book-by  {display: none;}
.trip-bookmark-submit-wrap {padding-top: 50px;}
.tripbookmark-error {
border-radius: 3px;
margin: 10px 0;
padding: 2%;
background-color: #fcfcfc;
border: 1px solid #f2f2f2;
color: #d90707;
}
.trip-bookmark-disclaimer {
clear: both;
font-size: 1.2rem;
padding: 0 0 0 0;
margin: 50px 0 0 0;
font-style: normal;
}
@media screen and (max-width: 1279px) {
li.x_hotel-info {width: 35%;}
}
@media screen and (max-width: 1024px) {
.trip-bookmark-wrap h2 {font-size: 1.75rem;}
.trip-bookmark-main {width: 65%;}
li.x_dest-details {width: 60%; padding: 8px 0 0 10px;}
.trip-bookmark-restool {width: 30%;}
}
@media screen and (max-width: 768px) {
.trip-bookmark-hero img { margin: 0 0 5px 0;}
.trip-bookmark-main {width: 100%; padding: 0 15px 0 15px;}
.trip-bookmark-disclaimer { margin: 15px 0 35px 0;}
.trip-bookmark-restool {width: 100%; padding: 35px; max-width: 768px;}
}
@media screen and (max-width: 480px) {
.trip-bookmark-restool {padding: 25px; width: 97%; }
li.x_dest-details {width: 100%; padding: 0 0 0 0; }
li.x_hotel-info {width: 100%; background-color: transparent; max-width: 100%; outline: none;}
.x_hotel-img {display: none;}
.x_hotel-name {padding: 5px 0 5px 0 !important; font-size: 1.7rem;}
.x_hotel-rating {padding: 0 0 0 0 !important;}
}
@media screen and (max-width: 300px) {
.trip-bookmark-hero img {width: 88%;}
.trip-bookmark-main {padding: 0 5px 0 5px; width: 88%;}
.trip-bookmark-restool {padding: 15px; float: left; width: 88%;}
ul.x_dest-info {padding: 20px;}
.trip-bookmark-disclaimer {width: 86%;}
}
/* MOBILE STYLES
************************************/
@media (max-width: 414px)
{

/*** mobile checkboxes ***/

input[type=checkbox]:checked + label:before
{
background-color: #6244BB;
border-color: #6244BB;
}

/*** mobile radio buttons ***/

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after
{
background: #6244BB;
}

.return-date-wrap
{
margin-top: 0px !important;
}

.depart-date-wrap
{
margin: 0px 3% 0px 0px !important;
}

/*** mobile navigation ***/

.BOOKING-NAVIGATION::before
{
background-color: #ddd;
}

.BOOKING-NAVIGATION > li > a
{
background-color: #fff;
border: 1px solid #6244BB;
color: #6244BB;
}

.BOOKING-NAVIGATION > li.current-booking-tab > a
{
background-color: transparent;
color: #fff;
}

.PRICE-SELECT-WRAP
{
background:#fff;
}

.rewards-hotel-wrap
{
border:0 !important;
}

.PRICE-SELECT-WRAP .button
{
width: 100%;
float: none;
}
}
/*** Styles for CMS Blocks for alerts that show up in header **/
.alert-01,
.alert-03
{
text-align: left;
margin: 0;
padding: 10px;
background-color: #624bbb;
padding: 5px 0;
color: #fff;
}
.alert-01 p,
.alert-03 p
{
max-width: 1200px;
margin: 0 auto;
text-align: left;
color: #fff;
}
.alert-01 p a,
.alert-03 p a
{
color: #fff;
}
.alert-02,
.alert-04
{
text-align: left;
margin: 0;
padding: 10px 0;
width: 100%;
white-space: normal;
background-color: #EBEBEB;
}
.alert-02 p,
.alert-04 p
{
max-width: 1200px;
margin: 0 auto;
padding: 10px 0;
text-align: left;
clear: both;
}
@media (max-width:1280px) {
.alert-01,
.alert-03
{
padding: 10px 20px;
}
.alert-01 p,
.alert-03 p,
.alert-02 p,
.alert-04 p
{
width: 96%;
margin: 0 auto;
}
}
@media (max-width:480px) {
.alert-02,
.alert-04
{
padding: 10px 20px;
}
}
.mc-v4-wrap
{
border-bottom: 1px solid #aaa;
}
nav .mini-cart-toggle,
nav .mini-cart-toggle:hover
{
text-decoration: none;
}
/***** travel credit page ******/
.tc-retrieval-wrap {
margin: 30px auto;
padding: 0 40px;
}
.tc-retrieval-faq .credit-faq .fa {
color: #006080;
}
.tc-retrieval-faq .credit-faq .expco-trigger-text {
color: #006080;
}
@media (max-width:899px) {
.tc-retrieval-wrap {
padding: 0;
}
}
.sub-panel-menu{
display:none;
position:absolute;
height:100px;
width:100px;
background-color: pink;
top:0;
right:0;
}
.sub-panel{
position:relative;
}

.sub-panel:hover  .sub-panel-menu,
.sub-panel:focus .sub-panel-menu,
.sub-panel:focus-within .sub-panel-menu{
display:block;
}
/***** Site Search Modal *****/
.SEARCH-SITE-BOX
{
min-width: 320px;
width: 450px !important;
border-radius: 4px;
box-shadow: 0 2px 4px 0 var(--base-15);
background-color: #0033A0;
padding: 0 10% 20px 10%;
z-index: 99;
}
.search-site-close
{
float: right;
color: rgba(255, 255, 255, 0.65);
font-size: 1.8rem;
}
.modalDocumentDiv .search-site-close
{
display: none;
}
.search-site-header {
font-size: 2rem;
font-weight: 600;
color: #FFF;
margin: 10px auto 5px auto;
width: 100%;
text-align: center;
padding: 5px 0 0 0;
}
.search-input-container
{
margin: 0 auto;
}
.search-input-field
{
color: rgba(36, 45, 55, 0.65) !important;
width: 87%;
height: 40px !important;
float: left;
font-size: 1.5rem !important;
border-color: #ccc !important;
border-radius: 4px 0 0 4px !important;
border-width: 1px 0 1px 1px !important;
border-style: solid !important;
padding-left: 10px !important;
}
.search-site-button
{
background-color: #fff;
border-color: #ccc;
cursor: pointer;
width: 13%;
border-width: 1px 1px 1px 0;
border-style: solid;
border-radius: 0 4px 4px 0;
height: 40px;
padding: 0 10px 0 0;
margin-bottom: 15px;
}
.search-site-icon
{
color: rgba(1, 10, 65,.65) !important;
font-size: 2.4rem !important;
margin: -3px;
}
.search-site-button-2
{
display: block;
border-radius: 4px;
border: 2px solid #fff;
margin-top: 15px;
background: #402d7e;
color: #FFF;
font-weight: normal;
width: 100%;
padding: 10px 0;
margin: auto;
cursor: pointer;
font-family: lato-bold, sans-serif !important;
font-size: 16px;
}
#modalContentDiv .search-site-close
{
display: none;
}
@media (max-width: 500px)
{
.SEARCH-SITE-BOX
{
width: 340px !important;
}
.search-input-field
{
font-size: 1.2rem !important;
}
}
@media (max-width: 359px)
{
.SEARCH-SITE-BOX
{
width: 300px !important;
}
.search-input-field
{
font-size: 1.1rem !important;
}
}
@media (max-width: 687px)
{
.nav-item.vacation-planning {
display: none !important;
}
.mileage-plus-benefits.nav-item {
display: none !important;
}

.icon-sprite-base90
{
background-image: url('https://trisept.widen.net/content/u3hlqmtpf6/png/UAV_ICON_NAV_icon_sprite-m3.png');
width: 24px;
height: 24px;
margin-top:10px;
}

.bg-compass { background-position: 0 0; }
.bg-contact { background-position: -49px 0; }
.bg-drink { display: initial; background-position: -98px 0; }
.bg-search.nav-search { background-position: -147px 0; }
.bg-deals { display: initial; background-position: -190px 0; width:21px;}
.bg-phone {background-position: -284px 0;}
.bg-faq{background-position: -241px 0;}
.bg-account{background-position: -326px 0; width: 28px;}
}
/***/

/* NEW HEADER STYLES
************************************/
.HEADER-WRAP.original-header
{
margin-bottom: 0;
border-top:0 solid;
box-shadow: 0 1px 5px 0 rgba(1, 10, 65, 0.3);
background-color:#fff;
position: relative;
z-index: 10;
padding: 1.25em 0;
background: #0033A0;
}
.HEADER-WRAP.original-header a {
border-bottom: 0;
}
.HEADER-WRAP.original-header .CONSTRAINT-WRAP
{
display:flex;
padding:0;
}
.HEADER-WRAP.original-header .CONSTRAINT-WRAP > .main-navigation
{
margin: 0 auto;
padding:0 120px 0 50px;
}
.HEADER-WRAP.original-header.plheader .CONSTRAINT-WRAP
{
justify-content: space-between;
align-items: center;
}
.HEADER-WRAP.original-header.plheader .SITE-NAVIGATION.original-header-nav {
margin-top: 0;
}
.HEADER-WRAP.original-header.plheader .CONSTRAINT-WRAP > .main-navigation
{
margin: 0 auto;
padding: 0;
}
.member-nav-wrap
{
float:right;
position:relative;
}
.header-wrap-pl .CONSTRAINT-WRAP > .main-navigation
{
width:48%;
}
.header-wrap-pl .member-nav-wrap
{
width:50%;
}
.root-member-nav-wrap
{
width:100%;
}
.mobile-phone-wrap
{
display:none;
}
.icon-sprite-base90.bg-search.nav-search {
background: url('https://trisept.widen.net/content/6t4acd38yn/png/UAV_ICON_NAV_icon_sprite-base90.png') no-repeat;
width: 16px;
height: 16px;
display: inline-block;
background-position: -82px -118px;
}
.popover-content a {
color: #FFF;
}
.infant-question-widget .popover {
z-index: 2000 !important;
}
.HEADER-LOGO-WRAP.original-header
{
padding: 0;
}
.HEADER-LOGO-WRAP.original-header a {
border-bottom: none;
display: block;
}
.HEADER-LOGO-WRAP.original-header img
{
width: 322px;
height: auto;
}
.HEADER-LOGO-WRAP.original-header a:hover
{
border-bottom:0 !important;
}
.SITE-NAVIGATION.original-header-nav > li > a:hover
{
border-bottom:0 !important;
}
.logo
{
padding-bottom: 10px;
box-sizing: content-box;
}
.WBF-logo
{
width: 90px;
height: auto;
}
.select-vendor
{
width: 70%;
font-size: 1.1rem;
}
.HEADER-MENU-WRAP.original-header
{
float: right;
padding-bottom: 10px;
}
.SITE-NAVIGATION.original-header-nav,
.member-nav
{
border-radius: 3px;
list-style:none;
margin-top: 0;
}
.SITE-NAVIGATION.original-header-nav
{
text-align:right;
}
.SITE-NAVIGATION.original-header-nav > li,
.member-nav > li
{
display: inline-block;
text-align: center;
padding: 0 10px;
z-index: 99;
vertical-align:top;
height: 3em;
}
.SITE-NAVIGATION.original-header-nav > li > a,
.member-nav > li > a,
.mobile-phone-wrap > a,
.mobile-phone-wrap > a:hover
{
font-size: 1.6rem;
font-family: 'lato-bold', Sans-Serif !important;
font-weight: normal !important;
color: #FFF;
line-height: 3em;
text-decoration: none;
/*text-transform: uppercase !important;*/
border-bottom: 0px solid !important;
}
.SITE-NAVIGATION.original-header-nav > li > button,
.SITE-NAVIGATION.original-header-nav > li > button.link,
.member-nav > li > button.link,
.mobile-search > li > button.link
{
font-family: 'lato-bold', Sans-Serif !important;
font-size: 1.6rem !important;
line-height: 1.6rem !important;
font-weight: normal !important;
margin-top: 1.4rem !important;
color: #FFF;
background-color: transparent !important;
padding: 0;
border: 0px solid !important;
cursor: pointer;
/*text-transform: uppercase !important;*/
text-decoration: none;
}
.member-nav .member-sub-nav li a .fa.fa-external-link
{
color: #fff !important;
}
.SITE-NAVIGATION.original-header-nav button {
font-family: 'lato-bold', Sans-Serif !important;
}
.SITE-NAVIGATION.original-header-nav .nav-item,
.member-account,
.member-help
{
position: relative;
z-index: 9997;
}
.footer-col > ul > li > a,
.acc-panel > li > a
{
display:inline-block;
}
.SITE-NAVIGATION.original-header-nav > li,
.member-nav > li
{
font-family: 'lato-bold', Sans-Serif !important;
text-transform: initial;
letter-spacing: normal !important;
font-size: 1.4rem !important;
}
.SITE-NAVIGATION.original-header-nav > li h3,
.SITE-NAVIGATION.original-header-nav > li h3 a,
.member-nav > li h3 a
{
font-family: 'lato-bold', Sans-Serif !important;
text-transform: initial;
font-weight: normal !important;
letter-spacing: normal;
font-size: 1.9rem !important
}
.SITE-NAVIGATION.original-header-nav .sub-nav li.dest-header h2,
.member-nav .sub-nav li.dest-header h2
{
font-family: 'lato-regular','Times New Roman', Times;
text-transform: initial;
letter-spacing: normal;
font-weight: normal !important;
border: 0px solid;
}
.SITE-NAVIGATION.original-header-nav > li > a:after,
.member-nav > li > a:after,
.sub-nav > li > a:after,
.sub-nav > li > h3 > a:after,
.member-sub-nav > li > a:after,
.mobile-phone-wrap > a:after,
.footer-col > ul > li > a:after,
.footer-col > ul > li > button:after,
.acc-panel > li > a:after {
content: '';
width: 0;
height: 1px;
display: block;
margin-top: -10px;
right: 0;
background: #2D2D2D;
transition: width .3s ease-in-out;
-webkit-transition: width .3s ease-in-out;
font-family: 'lato-bold', Sans-Serif;
font-size: 14px;
}
.SITE-NAVIGATION.original-header-nav .nav-item button.link:after,
.member-nav > li > button.link:after,
.mobile-search > li > button.link:after
{
content: '';
width: 0;
display: block;
right: 0;
background: #010a41;
transition: width .3s ease-in-out;
-webkit-transition: width .3s ease-in-out;
font-family: 'lato-bold', Sans-Serif;
font-size: 14px;
margin-top: .5rem;
}
.link-button {
margin-top: 1.4rem;
padding: 0 0 .2rem 0;
}
.member-sub-nav > li > a
{
color: #010a41;
}
.acc-nav-header h2,
.member-sub-nav h2
{
font-family: 'lato-regular', Sans-Serif;
}
.sub-nav > li > a:after,
.sub-nav > li > h3 > a:after,
.member-sub-nav > li > a:after,
.footer-col > ul > li > a:after,
.footer-col > ul > li > button:after,
.acc-panel > li > a:after {
margin-top: 3px !important;
}
.member-nav > li > a:focus,
.member-nav > li > button.link:focus,
.member-sub-nav > li > a:focus,
.sub-nav > li > a:focus,
.sub-nav > li > h3 > a:focus
{
outline: 1px dotted #fff !important;
}
.SITE-NAVIGATION.original-header-nav .nav-item button.link:focus,
.SITE-NAVIGATION.original-header-nav > li > button.link:focus,
.member-nav > li > a:focus,
.member-nav > li > button.link:focus
{
outline: 1px dotted #000 !important;
}
.SITE-NAVIGATION.original-header-nav > li > a:hover,
.SITE-NAVIGATION.original-header-nav > li > a:focus-within,
.SITE-NAVIGATION.original-header-nav .nav-item button.link:hover,
.SITE-NAVIGATION.original-header-nav .nav-item button.link:focus-within,
.member-nav > li > a:hover,
.member-nav > li > button.link:after:hover,
.member-nav > li > button.link:focus-within,
.mobile-search > li > button.link:after:hover,
.member-sub-nav > li > a:hover,
.sub-nav > li > a:hover,
.sub-nav > li > h3 > a:hover,
.member-nav > li > a:focus-within,
.footer-col > ul > li > a:hover,
.acc-panel > li > a:hover
{
text-decoration:none !important;
border-bottom: solid 2px transparent !important;
}
.member-nav > li > a:hover:after,
.SITE-NAVIGATION.original-header-nav > li > a:hover:after,
.SITE-NAVIGATION.original-header-nav > li > a:focus-within:after,
.footer-col > ul > li > a:hover:after,
.footer-col > ul > li > button:hover:after,
.SITE-NAVIGATION.original-header-nav .nav-item button.link:hover:after,
.member-nav > li > button.link:hover:after {
width: 100%;
left: 0;
background: #FFF;
height: 1px;
}
.sub-nav > li > a:hover:after,
.sub-nav > li > h3 > a:hover:after,
.member-sub-nav > li > a:hover:after,
.member-nav > li > a:focus-within:after,
.acc-panel > li > a:hover:after,
.member-nav > li > button.link:after
{
width: 100%;
left: 0;
background: rgba(255,255,255,0.9);
}
.SITE-NAVIGATION.original-header-nav .sub-nav, .sub-panel-menu
{
width: 335px;
position: absolute;
display: none;
left: 10%;
top: 40px;
list-style:none;
box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
z-index:9998;
background:#fff;
height:90%;
overflow-y:scroll;
}
.SITE-NAVIGATION.original-header-nav .sub-nav.open
{
min-height:500px;
}
.dealsDD-open {
min-height: 200px !important;
/*margin-top: -6px !important;*/
}
.dealsDD {
overflow-y: initial !important;
background: #010a41 !important;
}
.SITE-NAVIGATION.original-header-nav .sub-nav.affiliate-subnav
{
top:131px;
}
.member-nav
{
float:right;
}
.member-nav .member-sub-nav
{
width: 335px;
position: absolute;
display: none;
right: 10px;
list-style:none;
box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
z-index:9998;
padding-bottom:20px;
bottom:-190px;
height:175px;
background:#fff;
}
.member-nav
{
top:55px;
bottom:auto;
}
.SITE-NAVIGATION.original-header-nav .sub-nav.open,
.member-nav .member-sub-nav.open
{
display: block;
margin-top:10px;
}
x.member-nav.original-header-nav .member-sub-nav
{
bottom:-165px;
}
.SITE-NAVIGATION.original-header-nav .sub-nav li,
.member-nav .member-sub-nav li
{
border: 0;
background-color: #0C2340;
text-align:left;
padding:5px 10%;
vertical-align:top;
}
.member-nav .member-sub-nav li
{
padding:5px 20px;
}
.member-nav .member-sub-nav li:last-child
{
padding-bottom:40px;
}
.member-sub-nav li.acc-nav-header
{
padding-top:20px;
}
.SITE-NAVIGATION.original-header-nav .sub-nav li:first-child,
.member-nav .member-sub-nav li:first-child
{
box-shadow: inset 0 7px 10px -7px rgba(1, 10, 65, 0.35);
padding-top:40px;
}
.SITE-NAVIGATION.original-header-nav .sub-nav li:last-child
{
padding-bottom:40px;
}
.SITE-NAVIGATION.original-header-nav .sub-nav li
{
display:flex;
padding-left:30px;
}
.SITE-NAVIGATION.original-header-nav .sub-nav li.dest-header
{
padding-left:20px;
}
.SITE-NAVIGATION.original-header-nav .sub-nav li .column
{
width:25%;
float:left;
padding:0 0px;
}
.SITE-NAVIGATION.original-header-nav .sub-nav a,
.SITE-NAVIGATION.original-header-nav .sub-nav h2,
.SITE-NAVIGATION.original-header-nav .sub-nav h3,
.member-nav .member-sub-nav a,
.member-nav .member-sub-nav h3,
.member-nav .member-sub-nav h2
{
color: rgba(255,255,255,0.9);
display: block;
border: 0px solid;
font-family: 'lato-bold', Sans-Serif !important;
font-weight: normal !important;
}
.SITE-NAVIGATION.original-header-nav .sub-nav a
{
font-size: 1.4rem;
}
.member-nav .member-sub-nav li {
display: block;
}
.member-nav .member-sub-nav li a {
display: inline-block;
}
/*content style overrides*/
.sub-nav li.dest-header h2,
.member-nav .member-sub-nav h2
{
color: rgba(255,255,255,0.9) !important;
display:block !important;
text-align:left !important;
}
.sub-nav li.dest-header h2:after,
.member-sub-nav li h2:after
{
border:0 !important;
margin:0 !important;
height:0 !important;
width:0 !important;
}

.SITE-NAVIGATION.original-header-nav .sub-nav li a,
.member-nav .member-sub-nav li a,
.footer-mega-wrap ul a
{
border-bottom:solid 2px transparent;
margin-bottom:-2px;
text-decoration: none;
}

.SITE-NAVIGATION.original-header-nav .sub-nav li a:hover,
.member-nav .member-sub-nav li a:hover,
.footer-mega-wrap ul a:hover
{
border-bottom:solid 2px transparent;
}

.hotelrating-filter-wrap .hotelClassRatings img
{
max-width:16px;
}

/**/

.SITE-NAVIGATION.original-header-nav .sub-nav li.dest-header h2,
.member-sub-nav h2
{
font-size: 2.4rem !important;
color: #fff !important;
text-align: left !important;
font-weight: 300 !important;
line-height: 1.2 !important;
}
.SITE-NAVIGATION.original-header-nav .sub-nav li.dest-view-all
{
text-align:left;
font-weight:bold;
padding-top:40px;
padding-bottom:40px;
}
.SITE-NAVIGATION.original-header-nav .sub-nav li.dest-view-all .fa
{
color: #fff;
}
.search-site-close-x.fa.fa-times
{
color: #fff;
}
a.search-site-close:hover {
border-bottom: 0px;
}
@media  (max-width: 1100px) and (min-width: 931px)
{

.HEADER-WRAP.original-header
{
min-height:85px;
}

.SITE-NAVIGATION.original-header-nav
{
text-align:right;
}
.HEADER-LOGO-WRAP.original-header
{
width: 440px;
}

.HEADER-LOGO-WRAP-pl img
{
max-width:250px;
}
.SITE-NAVIGATION .sub-nav
{
left:23%;
}

.SITE-NAVIGATION .sub-nav li,
.member-nav .member-sub-nav li
{
padding:5px 10%;
}
}
@media  (min-width: 688px)
{
ul.mobile-search {
display: none;
}
}
@media  (max-width: 688px)
{
ul.mobile-search {
list-style: none;
float: right;
margin: 2.5em 1em 0 0;
}
.SITE-NAVIGATION.original-header-nav > li.desktop-only {
display: none;
}
}
@media  (max-width: 780px)
{
.HEADER-WRAP.original-header .CONSTRAINT-WRAP
{
padding:0 5px;
}
}
@media  (max-width: 1100px) and (min-width: 688px)
{
.root-member-nav-wrap{width:100%;}
.root-member-nav-wrap .member-nav
{
float:none;
text-align:center;
}

.HEADER-LOGO-WRAP-pl
{
width:100% !important;
float:none;
text-align:center;
}

.HEADER-LOGO-WRAP-pl img
{
max-width:250px;
}
}
@media  (max-width: 1280px) and (min-width: 866px)
{
.SITE-NAVIGATION.original-header-nav {
text-align: left;
}
.HEADER-WRAP.original-header .CONSTRAINT-WRAP
{
display:block;
}

.SITE-NAVIGATION.original-header-nav
{
text-align:left;
margin-left:0;
}

.HEADER-WRAP.original-header .CONSTRAINT-WRAP > .main-navigation
{
float:left;
}
.member-nav-wrap
{
float:right;
padding-right: 30px;
}

.HEADER-WRAP.original-header .CONSTRAINT-WRAP > .main-navigation {
padding: 0 50px 0 30px;
}
.member-nav.original-member-subnav
{
top:48px;
bottom:auto;
}

.root-member-nav-wrap{width:100%;}
.root-member-nav-wrap .member-nav
{
float:none;
text-align:center;
}

.HEADER-LOGO-WRAP.original-header
{
width:100% !important;
float:none;
text-align:center;
}

.SITE-NAVIGATION.original-header-nav .sub-nav.affiliate-subnav
{
top:165px;
}

.SITE-NAVIGATION.original-header-nav .sub-nav.open,
.member-nav .member-sub-nav.open
{
margin-top:10px;
}
.SITE-NAVIGATION.original-header-nav .sub-nav li,
.member-nav .member-sub-nav li
{
padding:5px 10%;
}
}
@media  (max-width: 1280px) and (min-width: 1050px)
{
.HEADER-WRAP.original-header.plheader .CONSTRAINT-WRAP {
display: flex;
}
}
@media  (max-width: 865px) and (min-width: 688px)
{
.HEADER-WRAP.original-header .CONSTRAINT-WRAP
{
flex-direction: column;
align-items: center;
}
.HEADER-WRAP.original-header .CONSTRAINT-WRAP > .main-navigation
{
float:none;
clear: both;
display: block;
}

.HEADER-WRAP.original-header .CONSTRAINT-WRAP > .main-navigation {
padding: 0;
}
}
@media (max-width: 1049px) {
.HEADER-PL-LOGO-WRAP.original-header {
text-align: center;
}
}
@media (min-width: 688px)
{
.SITE-NAVIGATION.original-header-nav > li.mobile-only-member-nav
{
display:none !important;
}

.main-navigation.root-nav,
.main-navigation > ul > li > a > i,
.SITE-NAVIGATION.original-header-nav > li.mobile-only-search
{
display:none;
}
}
.mobile-nav-accordion
{
display:none;
}
@media (max-width: 687px)
{
.footer-mega-wrap .footer-col
{
display:none;
}

.footer-mega-wrap .footer-col-large,
.mobile-nav-accordion
{
display:block;
}
.footer-mega-wrap .expco-trigger .expco-trigger-text {
color: #FFF;
}
.acc-toggle {
color: rgba(1, 10, 65,0.9);
cursor: pointer;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 14px;
font-weight:300;
transition: 0.4s;
background:transparent;
border:solid 2px;
border-left:0;
border-right:0;
border-color: #FFF;
}

.acc-toggle.is-expanded{}
.acc-toggle.is-collapsed{ border-bottom:0;}

.acc-toggle button{ width:100%; padding:18px;}
.acc-toggle button i{ text-align:right; float:right; font-size:18px; color: #FFF !important;}
.acc-active
{
border-color: rgba(1, 10, 65,0.05)
}
.acc-panel {
padding: 0 18px;
}

.acc-panel li
{
padding:10px 0 0;
}

.HEADER-WRAP.original-header .CONSTRAINT-WRAP > .main-navigation {
padding: 0;
}
.HEADER-LOGO-WRAP.original-header
{
float: left;
}
.SITE-NAVIGATION.original-header-nav > li.mobile-only-search
{
display:inline-block !important;
}

.mobile-search > li > button.link {
margin-top: 0;
}
.SITE-NAVIGATION.original-header-nav > li:nth-child(1) a,
.SITE-NAVIGATION.original-header-nav > li:nth-child(2) a,
.SITE-NAVIGATION.original-header-nav > li:nth-child(3) a,
.SITE-NAVIGATION.original-header-nav > li:nth-child(4) a,
.SITE-NAVIGATION.original-header-nav > li:nth-child(5) a
{
display:inline-block !important;
width:inherit;
box-shadow:none;
position:static;
margin-top:0;
}
.SITE-NAVIGATION.original-header-nav .nav-item button,
.SITE-NAVIGATION.original-header-nav .nav-item button.link,
.member-nav > li > button.link,
.mobile-search > li > button.link {
line-height: 1.4rem !important;
margin-top: 0 !important;
}
.SITE-NAVIGATION.original-header-nav > li > button {
font-size: 1.1rem;
line-height: 1.4rem;
display: inline-block;
width: inherit;
position: static;
margin-top: 0;
}
.SITE-NAVIGATION.original-header-nav > li > button i {
display: block;
margin: 0 auto 5px;
}

.HEADER-WRAP.original-header .CONSTRAINT-WRAP
{
display:block;
padding:0 10px;
}

.root-header-wrap .constraint-wrap
{
margin:5px 0;
}

.HEADER-WRAP.original-header .CONSTRAINT-WRAP > .main-navigation
{
background-color: #0033A0;
width:100%;
float:none;
padding-right:0;
}

.SITE-NAVIGATION.original-header-nav
{
width:100%;
text-align:center;
margin: 0;
}

.mobile-only-search .sub-nav{overflow:visible; height:inherit;}

.SITE-NAVIGATION.original-header-nav .sub-nav li
{
background-color:transparent;
display:block;
}

.sub-nav li .column
{
width:100%;
float:none;
padding:0 10px;
}
.SITE-NAVIGATION.original-header-nav .sub-nav a,
.SITE-NAVIGATION.original-header-nav .sub-nav h3
{
color: #fff;
text-align: left;
}

.member-nav
{
display:none;
}
.SITE-NAVIGATION.original-header-nav .nav-item button.link {
font-size: 1.1rem;
margin-top: 0;
}
/* temporary classes to show dropdowns in mobile view */
.SITE-NAVIGATION.original-header-nav li .sub-nav.open:not(a) { position: fixed; bottom: 60px; left: 1%; width: 90%; height:85%; min-height: 240px; padding: 10px; overflow-y: auto; z-index:9998; background:#010a41; top:auto;}
.SITE-NAVIGATION.original-header-nav li .sub-nav.open:not(a)
{
height:85%;
}
.SITE-NAVIGATION.original-header-nav li li { text-align: left; }
.SITE-NAVIGATION.original-header-nav > li { position: static; }

.SITE-NAVIGATION.original-header-nav > li > a {font-size:1.2rem; line-height:2.2rem;}

.SITE-NAVIGATION.original-header-nav > li > a:hover:after,
.SITE-NAVIGATION.original-header-nav > li > a:focus-within:after,
.member-nav > li > a:hover:after,
.member-sub-nav > li > a:hover:after,
.member-nav > li > a:focus-within:after
{
width: 0;
left: 0;
background: transparent;
}

.SITE-NAVIGATION.original-header-nav > li > a > i {margin-bottom:5px;}

/* temporary classes to use a png logo image */
.header-logo-wrap { width: auto !important; }
.header-logo-wrap img { width: 200px; display: block; margin: auto; }


.HEADER-LOGO-WRAP.original-header
{
width: 250px;
margin-top: 12px;
}

.root-logo-wrap
{
width:242px;
margin:5px auto;
}

.HEADER-LOGO-WRAP-pl
{
width: 100% !important;
text-align:center;
}



.SITE-NAVIGATION.original-header-nav .mobile-only-search .sub-nav.open{margin-top:0;}

.root-logo-wrap{margin:12px auto 0; float:none;}

.root-logo-wrap .logo
{
padding-bottom:0;
}

.mobile-phone-wrap
{
display:inline-block;
float:right;
text-align:right;
margin-top:2px;
}

.root-mobile-phone-wrap
{
display:none;
}

.HEADER-LOGO-WRAP-pl img
{
max-width:250px;
}

.nav-menu > li a i,
.nav-menu > li span i
{
margin: 0 auto 5px;
display: block;
}

.member-sub-nav > li a i
{
margin: 0 auto;
display: inline-block;
color: #fff;
}

.HEADER-WRAP.original-header .BASE-NAV,
.HEADER-WRAP.original-header .root-nav
{
z-index: 9999;
min-width: 320px;
position: fixed;
bottom: 0;
left: 0;
background: #fff;
width: 100%;
border-top: 1px solid rgba(45, 45, 45, 0.15);
}

.SITE-NAVIGATION.original-header-nav
{
padding:10px 0 10px;
display: -webkit-box;display:-ms-flexbox;display: flex;
-ms-flex-wrap: nowrap;flex-wrap: nowrap;
-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}

/*.SITE-NAVIGATION .sub-nav li,
.member-nav .member-sub-nav li
{
padding:5px 10px;
}*/

.SITE-NAVIGATION.original-header-nav li
{
text-align: center;
margin: auto !important;
}

.SITE-NAVIGATION.original-header-nav > li.mobile-only-nav-item
{
display: inline-block;
}

.SITE-NAVIGATION.original-header-nav li a,
.SITE-NAVIGATION.original-header-nav li i + a,
.SITE-NAVIGATION.original-header-nav li span,
.SITE-NAVIGATION.original-header-nav li i + span
{
margin: 0;
}

.SITE-NAVIGATION.original-header-nav .sub-nav li.dest-view-all i
{
width:auto;
display:inline;
}
ul.mobile-search button
{
font-family: 'lato-bold', Sans-Serif !important;
font-size: 1.6rem;
line-height: 3em;
font-weight: normal;
color: #010a41;
background: none;
padding: 0;
height: auto !important;
border: 0px solid;
cursor: pointer;
}
.SITE-NAVIGATION.original-header-nav .nav-item button {
display: inline-flex;
flex-direction: column;
align-items: center;
font-size: 1.1rem;
}
.SITE-NAVIGATION.original-header-nav .nav-item button .icon-sprite-base90 {
margin:0 0 5px 0;
}
.HEADER-WRAP.original-header.plheader {
display: flex;
flex-direction: column;
justify-content: center;
}
.HEADER-PL-LOGO-WRAP.original-header {
text-align: center;
}
.plcodeContactInfo {
float: none;
}
}
@media (max-width: 480px)
{
.member-actions li:first-child
{
width: 100%;
font-weight: bold;
}
.HEADER-LOGO-WRAP.original-header img {
width: 240px;
}
ul.mobile-search {
margin: 1.5em 1em 0 0;
}
}
@media (max-width: 414px)
{
.HEADER-WRAP.original-header .BASE-NAV
{
padding: 0;
}
}
@media (max-width: 376px)
{
.HEADER-LOGO-WRAP.original-header
{
width: 220px;
}
.HEADER-LOGO-WRAP.original-header img {
width: 190px;
}
ul.mobile-search {
margin: 1em 1em 0 0;
}
.SITE-NAVIGATION.original-header-nav > li > a,
.SITE-NAVIGATION.original-header-nav .nav-item button.link
{
font-size: 1rem;
}
.SITE-NAVIGATION.original-header-nav .nav-item button,
.SITE-NAVIGATION.original-header-nav .nav-item button.link,
.member-nav > li > button.link,
.mobile-search > li > button.link {
font-size: 1rem !important;
margin-top: 0 !important;
}
}
@media (max-width: 355px)
{
.HEADER-LOGO-WRAP.original-header
{
width: 185px;
}
.mobile-phone-wrap
{
margin-top:-2px;
}
.SITE-NAVIGATION.original-header-nav > li,
.member-nav > li
{
padding: 0 8px;
}
}
/* FOOTER STYLES
************************************/
.FOOTER-WRAP.original-footer
{
margin-top: 15px;
clear: both;
background-color: #0033A0;
padding:20px 0;
}
.FOOTER-WRAP.original-footer a
{
font-size: 1.2rem;
line-height: 1.4em;
text-decoration: none;
}
.FOOTER-WRAP.original-footer ul li
{
display: inline-block;
list-style-type: none;
vertical-align: top;
width: 100%;
}
.FOOTER-WRAP.original-footer .CONSTRAINT-WRAP,
.sub-footer-wrap .CONSTRAINT-WRAP
{
padding:0 50px;
}
.sub-footer-wrap .CONSTRAINT-WRAP
{
padding-bottom:80px;
}
.footer-mega-wrap
{
display:flex;
}
.footer-mega-wrap .footer-col h3
{
color: #FFF;
font-size:1.6rem;
font-weight:400 !important;
margin-bottom:10px;
}
.footer-mega-wrap ul
{
list-style-type:none;
font-size:1.2rem;
}
.footer-mega-wrap ul li
{
margin-bottom:8px;
}
.footer-mega-wrap ul a
{
color: #FFF;
font-weight: 400;
}
.footer-col
{
width:16%;
padding:0 1%;
}
.footer-col-large
{
width:36%;
text-align:center;
}
.footer-subscribe-wrap
{
margin-bottom:20px;
}
.footer-col .footer-subscribe-wrap h3{ font-size:2rem;}
#FooterEmailSignup p {
color: #FFF;
}
.footer-subscribe-wrap input,
.footer-subscribe-wrap button
{
min-width:60%;
margin:10px auto;
display: block;
}
.footer-subscribe-wrap input
{
border-radius: 4px;
border: solid 1px;
border-color: rgba (5,13,41,.65);
background-color: #ffffff;
}
.FOOTER-WRAP.original-footer .secondary-button:enabled:focus
{
background-color: #010a41;
border-color: #010a41;
color: #FFF;
}
.footer-subscribe-wrap .button:focus {
background-color: #010a41;
color: #FFF;
}
input.subscribe-email::-webkit-input-placeholder,
input.subscribe-email::-moz-placeholder,
input.subscribe-email:-ms-input-placeholder,
input.subscribe-email:-moz-placeholder,
input.subscribe-email::placeholder
{
font-size: 1.6rem;
color: green;
text-align: left;
font-weight: 300;
line-height: 1;
}
.footer-subscribe-wrap button.subscribe-btn {
font-size: 20px;
font-weight: bold;
color: #ffffff;
background-color: #003A70 !important;
}
.footer-social li
{
display: inline-block;
width: initial !important;
}
.footer-social li a i{font-size:2.5rem; color: #FFF !important;}

.footer-col > ul.footer-social > li > a:after
{
width:0;
}
.footer-social li:not(:first-child)
{
margin-left: 10px;
}
.sub-footer-wrap
{
text-align:center;
}
.sub-footer-wrap small
{
margin:10px auto;
color: #6e6e6e;
}
.full-sub-footer-wrap img{float:right;}
ul.marketing-list
{
width:40%;
margin:0 auto 15px;
display:flex;
}
ul.marketing-list li
{
display:inline;
float:left;
list-style:none;
margin:10px 20px;
text-align:center;
width:33%;
}
.full-sub-footer-wrap .FOOTER-TIMESTAMP-WRAP
{
text-align:center;
}
.full-sub-footer-wrap,
.full-sub-footer-wrap .FOOTER-TIMESTAMP-WRAP
{
text-align:left;
width: 100%;
}
.full-sub-footer-wrap .FOOTER-TIMESTAMP-WRAP
{
margin-top:10px;
}
nav .mini-cart-toggle > .fa {
margin-left: 10px;
font-size: 30px;
color: #010a41;
padding: 0 10px 0 0;
top: 20px;
position: relative;
}
.is-highlighted {
background-color: #fff8d9;
}
.PROMO-MESSAGE {
background-color: #fff8d9;
}
.footer-col-plcode {
width: 24%;
}
#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings,
#ot-sdk-btn2.ot-sdk-show-settings,
#ot-sdk-btn2.optanon-show-settings {
border: 0 solid !important;
background-color: transparent !important;
color: #fff !important;
font-size: 1.2rem !important;
line-height: 1.4rem !important;
cursor: pointer !important;
padding: 0 !important;
font-family: "OpenSans",sans-serif !important;
}
#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover,
#ot-sdk-btn2.ot-sdk-show-settings:hover,
#ot-sdk-btn2.optanon-show-settings:hover {
color: #fff !important;
}
@media (max-width:465px) {
nav .mini-cart-toggle > .fa {
top: 0px;
}
}
@media (max-width: 768px)
{
.FOOTER-WRAP.original-footer ul
{
display: block;
}
.FOOTER-WRAP.original-footer a:hover {
/*text-decoration: underline;*/
}
.footer-mega-wrap
{
display:block
}

.footer-col
{
width:48%;
padding:0 1%;
float:left;
margin-bottom:20px;
}
.footer-col-large
{
width:100%;
clear:both;
text-align:center;
float:none;
border:solid 1px  rgba(1, 10, 65, 0.05);
border-left:0;
border-right:0;
margin:20px auto;
padding:20px 0;
}

ul.marketing-list
{
width:100%;
}
}
.rating_ST
{
background: url("https://trisept.widen.net/content/gdvrekst3c/png/TRI_IMG_UAV_rating_ST.png") no-repeat top left;
}
.rating_ST_empty
{
background: url("https://trisept.widen.net/content/ykye1gyhlp/png/TRI_IMG_UAV_rating_ST_empty.png") no-repeat top left;
}
.rating_ST_half
{
background: url("https://trisept.widen.net/content/li8xmi3om9/png/TRI_IMG_UAV_rating_ST_half.png") no-repeat top left;
}
@media screen and (prefers-contrast: more) {
/* Dark Mode styles go here */
.pl3-contrast-icon {
fill: #FFF !important;
}
}
/* ------------------HEADER PLCode 3 Changes----------------------- */
.cep-field-hide {
display: none !important;
}
.HEADER-WRAP-PL3 {
border-bottom: 1px solid #CCC;
box-shadow: none;
background-color: #0033A0;
margin: 0 0 25px 0;
padding: 15px 0;
z-index: 10;
}
.CONSTRAINT-WRAP-PL3,
.CONSTRAINT-WRAP-FOOTER-PL3 {
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 0 15px;
}
.HEADER-LOGO-WRAP-PL3 {
padding: 0 20px 0 0;
margin: auto 0;
}
.HEADER-LOGO-WRAP-PL3 .logo {
padding: 0;
margin: 0;
}
.HEADER-LOGO-WRAP-PL3 svg {
width: 150px;
padding: 20px 0 0 0;
}
.header-agency-wrap-pl3 {
display: flex;
flex-direction: column;
font-size: 15px;
}
.header-agency-wrap-pl3 div {
margin: 4px 0;
text-align: left;
color: #FFF;
}
.pl3-logo {
display: block;
max-width: 220px;
height: auto;
margin-right: 10px;
}
.pl3-email,
.pl3-phone {
display: flex;
align-items: center;
word-break: break-all;
}
.pl3-email a,
.pl3-phone a {
color: #FFF;
text-decoration: none;
}
.pl3-email svg,
.pl3-phone svg {
margin: 4px 4px 2px 0;
font-size: 16px;
width: 20px;
}
@media (max-width: 979px) {
.CONSTRAINT-WRAP-PL3,
.CONSTRAINT-WRAP-FOOTER-PL3 {
padding: 0 10px;
}
}
@media (max-width: 680px) {
.CONSTRAINT-WRAP-PL3 {
min-width: 90%;
max-width: 90%;
flex-direction: column;
align-items: center;
}
.HEADER-LOGO-WRAP-PL3 {
padding: 0;
}
.header-agency-wrap-pl3 {
margin-top: 15px;
align-items: center;
}
.header-agency-wrap-pl3 div {
text-align: center;
}
.pl3-logo {
padding: 0;
margin: 0;
}
}
/* CSS overrides to target elements within content sites only - not pulled on booking */
@font-face {
font-family: 'icomoon';
src:  url('/siteassets/admin/fonts/icomoon.eot?dkvsga');
src:  url('/siteassets/admin/fonts/icomoon.eot?dkvsga#iefix') format('embedded-opentype'),
url('/siteassets/admin/fonts/icomoon.ttf?dkvsga') format('truetype'),
url('/siteassets/admin/fonts/icomoon.woff?dkvsga') format('woff'),
url('/siteassets/admin/fonts/icomoon.svg?dkvsga#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before {
content: "\e900";
}
.icon-calendar:before {
content: "\e901";
}
.icon-caret:before {
content: "\e902";
}
.icon-carry-on:before {
content: "\e903";
}
.icon-chat:before {
content: "\e904";
}
.icon-cloud:before {
content: "\e905";
}
.icon-compass:before {
content: "\e906";
}
.icon-contact:before {
content: "\e907";
}
.icon-correct:before {
content: "\e908";
}
.icon-drink:before {
content: "\e909";
}
.icon-dropdown:before {
content: "\e90a";
}
.icon-edit:before {
content: "\e90b";
}
.icon-emali:before {
content: "\e90c";
}
.icon-error:before {
content: "\e90d";
}
.icon-exit:before {
content: "\e90e";
}
.icon-feedback:before {
content: "\e90f";
}
.icon-hotel:before {
content: "\e910";
}
.icon-import:before {
content: "\e911";
}
.icon-info:before {
content: "\e912";
}
.icon-insurance:before {
content: "\e913";
}
.icon-location-gps:before {
content: "\e914";
}
.icon-location-map-pin:before {
content: "\e915";
}
.icon-location-services:before {
content: "\e916";
}
.icon-lookup:before {
content: "\e917";
}
.icon-phone:before {
content: "\e918";
}
.icon-plane:before {
content: "\e919";
}
.icon-plus:before {
content: "\e91a";
}
.icon-plus-circle:before {
content: "\e91b";
}
.icon-question:before {
content: "\e91c";
}
.icon-search:before {
content: "\e91d";
}
.icon-sign-in:before {
content: "\e91e";
}
.icon-sign-out:before {
content: "\e91f";
}
.icon-social-blog:before {
content: "\e920";
}
.icon-social-facebook:before {
content: "\e921";
}
.icon-social-instagram:before {
content: "\e922";
}
.icon-social-pinterest:before {
content: "\e923";
}
.icon-social-twitter:before {
content: "\e924";
}
.icon-star-full:before {
content: "\e925";
}
.icon-star-half .path1:before {
content: "\e926";
color: rgb(222, 222, 222);
}
.icon-star-half .path2:before {
content: "\e927";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-suitcase:before {
content: "\e928";
}
.icon-transfer:before {
content: "\e929";
}
.icon-trash:before {
content: "\e92a";
}
.icon-user:before {
content: "\e92b";
}
.icon-user-new:before {
content: "\e92c";
}
/* --------------------------------------------------
// Module Styles Added for Content Epi
// -------------------------------------------------- */
a.button,
input.button,
.button:enabled
{
font-size: 20px;
font-weight: bold;
cursor: pointer;
text-align: center;
}
.package-type-wrap, .vacation-type-wrap {
position: relative;
}
.package-type-wrap input, .vacation-type-wrap input {
cursor: pointer;
}
.ui-datepicker-trigger {
cursor: pointer;
border: 0 none;
background: none;
position: absolute;
right: -6px;
top: 5px;
}
.multi-room .room-number-label
{
display: block;
font-weight: bold;
clear: left;
padding: 15px 0 5px;
margin-bottom: 5px;
border-bottom: 1px dashed #aaa;
}
/* --------------------------------------------------
// Res Tool Widget - AngularJS
// -------------------------------------------------- */
.page.restool-wrap .package-label-widget, .page.restool-wrap .passengerText {
display: none;
}
.page.restool-wrap {
border-radius: 10px;
text-align: center;
}
.page .res-widget-container {
max-width: 880px;
display: inline-block;
border-radius: 10px;
-moz-box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.3);
box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.3);
}
.res-widget-container {
background-color: #FFF;
/*max-width: 660px;*/
margin: 0 auto;
padding: 0;
}
.res-widget-container .package-type-wrap {
display: flex;
flex-wrap: wrap;
}
.res-widget-container .jet-res-padding {
padding: 0 20px;
}
.page.restool-wrap #scc_rt_Origin_Label, #scc_rt_Destination_Label, .depDTos, .retDTos, #numRM_AriaLabel, #passengers_1_adults_label, #passengers_1_kids_label, #passengers_2_adults_label, #passengers_2_kids_label, #passengers_3_adults_label, #passengers_3_kids_label, #passengers_4_adults_label, #passengers_4_kids_label {
font-size: 10px;
margin: -11px 0 -5px 5px;
clear: both;
display: block;
text-align: left;
background-color: #FFF;
width: max-content;
position: relative;
z-index: 1;
}
.res-widget-container .childAge label {
font-size: 10px;
margin: -11px 0 -5px 5px;
clear: both;
display: block;
text-align: left;
background-color: #FFF;
width: max-content;
position: relative;
z-index: 1;
}
.swv-right-version {
display: none;
}
.rooms-wrap .infant-question-widget {
display: none;
}
.number-of-pax-wrap-widget:last-child .infant-question-widget {
display: block;
}
.priceDetailBox {
float: left;
width: 52%;
text-align: left;
}
.onsale-selected-dates {
font-size: 2.2rem;
font-weight: bold;
color: #cc4173;
float: right;
padding: 10px 0;
}
.onsale-selected-dates-search {
display: none;
font-size: 2.2rem;
font-weight: bold;
color: #cc4173;
float: left;
padding: 0 0 20px 10px;
}
.res-widget-container .OnSaleSpecialTitle {
clear: left;
font-size: 2.2rem;
float: left;
padding: 0 0 0 5px;
}
.res-widget-container .OnSaleTaglineSpecial {
color: #378277;
float: left;
font-weight: bold;
padding: 10px 0 10px 5px;
text-align: left;
}
.res-widget-container .OnSaleTaglineSpecialRoomCat {
color: #378277;
float: right;
font-weight: bold;
padding: 10px;
}
.res-widget-container .OnSaleTaglineSpecialRoomCatIcon {
float: right;
padding: 15px 0 0 0;
}
.res-widget-container .mainSearchScreenReaderLeft {
display: inline-block;
float: left;
width: 100%;
}
.res-widget-container .mainSearchScreenReaderRight {
-ms-box-orient: horizontal;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
width: 25%;
margin: 0 auto -40px;
padding: 0;
}
.res-widget-container .package-type {
margin-bottom: 20px;
}
.res-widget-container .Search-More-Options {
flex: 0 0 100%;
margin-bottom: 20px;
margin-top: 2px;
order: 1;
text-align: right;
height: 25px;
display: none;
}
.res-widget-container .search-container {
flex: 0 0 100%;
text-align: center;
margin: 0 0 20px 0;
order: 2;
}
.res-widget-container .Search-More-Options a {
color: #CCC;
cursor: pointer;
text-decoration: none;
font-size: 12px;
font-weight: bold;
display: none;
}
.res-widget-container .Search-More-Options-Icon.fa.fa-search {
font-size: 13px;
color: #378277;
}
.res-widget-container .expco-trigger-wrap {
display: none;
}
.res-widget-container .main-image {
width: 100%;
}
.res-widget-container .OnSaleThumbs {
width: 27%;
}
.res-widget-container th {
font-weight: bold;
text-align: center;
}
.res-widget-container .fa {
color: rgba(47, 35, 19, 0.65);
font-size: 2rem;
left: 5px;
top: 3px;
}
.res-widget-container .fa.fa-chevron-down {
color: #0059a3;
font-size: 14px;
padding: 0 5px;
}
.uib-datepicker-popup {
top: 34px !important;
}
@media (min-width: 465px)
{
.uib-datepicker-popup {
left: -1px !important;
}
}
.res-widget-container table {
background-color: #008086;
color: #fff;
}
.res-widget-container table td {
background-color: #FFF;
}
.res-widget-container .uib-title {
line-height: 18px !important;
}
.res-widget-container .uib-left {
height: 30px;
padding: 0;
margin: 0;
}
.res-widget-container .uib-right {
height: 30px;
padding: 0;
margin: 0;
}
.res-widget-container .btn {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
padding: 6px 12px;
}
.res-widget-container .promo-code-wrap {
display: none;  /*// 05/06/2020 */
float: left;
min-width: 120px;
width: 100px;
}
.res-widget-container #promocode {
padding-left: 20px;
width: 150px;
}
.res-widget-container .going-to-wrap, .res-widget-container .departing-from-wrap {
width: 258px;
height: 36px;
border-radius: 4px;
background-color: #ffffff;
border: solid 1px rgba(47, 35, 19, 0.65);
float: left;
margin-right: 20px;
}
.mainSearchScreenReaderLeft .x_subLabel {
display: none;
font-size: 10px;
}
.res-widget-container .res-widget-buttons {
margin-right: 0;
}
.res-widget-container .ui-datepicker-trigger {
left: 3px;
right: auto;
top: 0;
height: 34px;
padding: 0 4px;
}
.res-widget-container .form-control-widget {
padding: 0 0 0 25px;
}
.res-widget-container .return-date-wrap, .res-widget-container .depart-date-wrap {
width: 130px;
height: 36px;
border-radius: 4px;
background-color: #ffffff;
border: solid 1px rgba(47, 35, 19, 0.65);
float: left;
margin-bottom: 25px;
margin-right: 20px;
}
.res-widget-container .return-date-wrap {
margin-right: 0;
}
.res-widget-container #osMegaCalendar .btn.active, .btn:active {
background-color: #FFF;
}
.res-widget-container .btn.active, .btn:active {
border: 1px dashed rgba(5, 13, 41, 0.65);
margin: -1px;
}
.res-widget-container .groupsLink {
width: 100%;
background-color: #b60000;
color: #FFF;
float: left;
margin: 0 0 20px 0;
position: relative;
z-index: 999;
}
#hotel-ResToolBlock .res-widget-container .groupsLink {
height: auto;
}
.res-widget-container .groupsText, .groupsTextLink {
float: left;
color: #FFF;
padding: 5px 5px 5px 10px;
}
.res-widget-container .groupsLink .groupsTextLink a {
color: #FFF;
}
.res-widget-container .groupsClearButton {
background-color: #7c0004;
color: #FFF;
border: 2px solid #FFF;
border-radius: 3px;
font-size: 12px;
width: 52px;
float: right;
margin: 8px;
}
.res-widget-container fieldset select,
.res-widget-container fieldset input[type="text"]
{
background: none;
height: 34px;
color: rgba(36, 45, 55, 0.65);
float: left;
font-size: 16px;
width: 92%;
}
.res-widget-container .res-widget-room-drop {
border: 0px;
padding: 5px 10px;
margin: 0;
}
.res-widget-container fieldset select {
width: 100%;
height: 34px;
margin: 0;
padding: 5px 10px;
background: #fff url('https://trisept.widen.net/content/htxwzqocal/png/TRI_ICON_NAV_arrow_down_48px-128.png') no-repeat;
background-size: 25px;
background-position:  right 10px center;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
outline: none;
border: none;
}
.res-widget-container select::-ms-expand {
display: none;
}
.res-widget-container .form-control-widget {
border: 0px;
}
.res-widget-container .dropdown-menu {
border: 1px solid #DDD;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
position: absolute;
z-index: 999;
}
.res-widget-container .rooms-wrap {
float: left;
margin: 0 0 20px 0;
width: 100%;
}
.res-widget-container .number-of-rooms-wrap-widget, .res-widget-container .adults-wrap-widget {
float: left;
width: 120px;
height: 36px;
border-radius: 4px;
background-color: #ffffff;
border: solid 1px rgba(47, 35, 19, 0.65);
/*margin-bottom: 20px;*/
margin-right: 20px
}
.res-widget-container .children-wrap-widget {
float: left;
width: 120px;
height: 36px;
border-radius: 4px;
background-color: #ffffff;
border: solid 1px rgba(47, 35, 19, 0.65);
margin-right: 20px
}
.res-widget-container .res-widget-room-drop {
border: 0px;
padding: 5px;
margin: 0;
}
.res-widget-container .calendar-icon-wrap > img {
background: url("https://trisept.widen.net/content/4oczebhiiq/png/TRI_ICON_CAL_calendar.png") no-repeat scroll left top;
float: left;
margin-left: 5px;
margin-top: 5px;
width: 25px;
}
.res-widget-container .res-widget-room-drop, .res-widget-container .res-widget-adult-drop, .res-widget-container .res-widget-children-drop {
border: 0px;
margin: 1px 0 0 0;
}
.fa.fa-female.res-widget-children {
padding-left: 13px;
}
.res-widget-container .res-widget-children {
color: #378277;
float: left;
font-size: 1.8rem;
left: 4px;
position: absolute;
top: 8px;
width: 20px;
}
.res-widget-container .onsaleclear .infant-question-widget {
float: left;
}
.res-widget-container .children-ages-label {
text-align: left;
}
.res-widget-container .multi-room .room-number-label {
text-align: left;
padding: 10px 0 5px 0;
margin-bottom: 10px;
border-bottom: none;
}
.res-widget-container .childAgeInput {
border: solid 1px rgba(47, 35, 19, 0.65) !important;
background-color: #FFF;
height: 36px;
}
.res-widget-container .tooltip {
font-size: 11px;
float: left;
margin-top: 5px;
}
.res-widget-container .infant-tool-tip-icon.fa.fa-info-circle {
float: left;
padding: 8px 3px 0 0;
color: #378277;
font-size: 14px;
}
.res-widget-container .infant-tool-tip-icon.icon-info {
float: left;
padding: 9px 3px 0 0;
font-size: 12px;
}
.res-widget-max-pass {
float: left;
display: none;
}
.res-widget-container .number-of-pax-wrap {
float: left;
}
.res-widget-container .number-of-pax-wrap-widget {
width: 695px;
float: left;
margin: 0 0 0 140px;
}
.res-widget-container .number-of-pax-wrap-widget:nth-of-type(2) {
margin: 0;
}
.res-widget-container .infant-question {
float: left;
width: 100px;
}
.res-widget-container .children-ages-wrap-widget {
float: left;
width: 100%;
}
.res-widget-container .childAge {
width: 80px;
}
.res-widget-container .childAge {
float: left;
margin-right: 10px;
min-width: 45px;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 20px;
}
.res-widget-container .res-button-group {
flex-grow: 1;
float: left;
position: relative;
}
.res-widget-container .package-type-wrap div input.res-widget-buttons {
width: 100%;
height: 35px;
background-color: rgba(255, 255, 255, 0.0);
border-bottom: solid #CCC;
border-width: 2px 1px;
color: #666;
cursor: pointer;
font-family: SanFranciscoDisplay;
font-size: 14px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1;
letter-spacing: normal;
text-align: center;
border-radius: 0 !important;
}
.res-widget-container .selectedPkg {
border-bottom: 3px solid #106fa2 !important;
color: #106fa2 !important;
}
.res-widget-container .icon-plane, .icon-location-map-pin {
float: left;
padding: 11px 0 0 6px;
color: rgba(36, 45, 55, 0.65);
font-size: 12px;
}
.res-widget-container .icon-calendar {
color: rgba(36, 45, 55, 0.65);
font-size: 12px;
}
.res-widget-container #orgAC_value, .res-widget-container #desAC_value {
border: 0;
}
.res-widget-container #orgAC_dropdown, .res-widget-container #desAC_dropdown {
max-height: 350px;
overflow-y: auto;
}
@media screen and (min-width: 768px) {
.res-widget-container #orgAC_dropdown, .res-widget-container #desAC_dropdown {
min-width: 300px;
}
}
.res-widget-container .search-container input {
height: 50px !important;
padding: 0 !important;
width: 100%;
}
.res-widget-container .search-container input:disabled {
background: #DADBDF;
border: 2px solid #DADBDF;
color: #4F5469;
}
.res-widget-container .calendar-icon-wrap .fa.fa-question-circle-o {
float: left;
position: absolute;
}
.res-widget-container #flexLink {
margin: -12px 0 25px 0;
text-align: right;
width: 100%;
}
.res-widget-container #flexLink a, .res-widget-container #flexLink i {
font-size: 13px;
}
#hotel-ResToolBlock .res-widget-container #flexLink {
text-align: center;
}
@media (max-width: 430px) {
.res-widget-container #flexLink {
text-align: center;
}
.res-widget-container #flexLink a, .res-widget-container #flexLink i {
font-size: 11px;
}
}
.res-widget-container #flexLink {
display: block;
}
.res-widget-container .main-package-onsale .package-type-wrap {
display: none;
}
.res-widget-container .passengersCount {
cursor: pointer;
font-size: 14px;
float: left;
font-weight: bold;
padding: 5px;
border: 1px solid #127cb7;
border-radius: 10px;
color: #127cb7;
background-color: #e7f2f8;
}
.res-widget-container .passengersCount span {
font-weight: bold;
font-size: 14px;
}
.res-widget-container .passengersCount .icon-caret {
font-size: 10px;
padding: 0 3px;
}
.res-widget-container .passengersChangeIcon {
cursor: pointer;
float: left;
padding: 3px 3px 0 0;
margin: 0;
}
.res-widget-container .passengersChange {
cursor: pointer;
float: left;
font-size: 14px;
font-weight: bold;
padding: 2px 0 0 0;
color: #CCC;
}
.res-widget-container .updatePassengerCount {
background: none;
color: #CCC;
font-weight: bold;
border: none !important;
padding: 5px 5px 0 0;
float: right;
cursor: pointer;
display: none;
}
.res-widget-container .departing-from-wrap, .depart-date-wrap, .rooms-wrap {
margin-bottom: 0px;
}
.res-widget-container .classOfServiceAir {
padding: 20px;
}
.res-widget-container .classOfServiceAirAlt {
padding: 20px;
}
.res-widget-container #mainTabSet {
padding: 0;
}
.angucomplete-dropdown {
background-color: #fff;
margin-left: -5px;
padding-left: 25px;
position: relative;
text-align: left;
width: 105%;
z-index: 999;
}
.res-widget-container .bg-user_new, .res-widget-container .bg-hotel, .res-widget-container .bg-plane, .res-widget-container .bg-location_map_pin, .res-widget-container .bg-calendar  {
left: 5px;
position: absolute;
top: 10px;
}
.res-widget-container .onsaleclear .onsaletwocolumnwrap {
float: left;
width: 100%;
margin: 10px 0;
padding: 0px;
}
.departing-from-wrap, .going-to-wrap, .depart-date-wrap, .return-date-wrap, .rooms-wrap, .dest-region-wrap {
min-width: 130px;
}
@media (max-width: 1035px)
{
.res-widget-container .going-to-wrap, .res-widget-container .departing-from-wrap {
width: 250px;
}
}
@media (max-width: 1033px)
{
.res-widget-container .going-to-wrap, .res-widget-container .departing-from-wrap {
width: 47%;
margin-bottom: 25px;
}
.res-widget-container .number-of-pax-wrap-widget {
width: 74%;
margin: 0 0 0 140px;
}
}
@media (max-width: 974px)
{
.res-widget-container .going-to-wrap, .res-widget-container .departing-from-wrap {
width: 46%;
}
}
@media (max-width: 970px)
{
.number-of-pax-wrap-widget:last-child .infant-question-widget {
float: left;
}
}
@media (max-width: 915px)
{
.res-widget-container .mainSearchScreenReaderLeft {
width: 100%;
}

.res-widget-container .mainSearchScreenReaderRight {
margin: 0 auto -20px;
}

.res-widget-container .Search-More-Options {
margin-bottom: 5px;
}

.res-widget-container .search-container {
margin: 0;
}
.expco-content-wrap {
display: flex;
flex-flow: row wrap;
}

.res-widget-container .package-type {
order: 1;
}

.res-widget-container .departing-from-wrap {
order: 2;
}

.res-widget-container .going-to-wrap {
order: 3;
}

.res-widget-container .depart-date-wrap {
order: 4;
}

.res-widget-container .return-date-wrap {
order: 5;
}

.res-widget-container .rooms-wrap {
order: 6;
margin-bottom: 20px;
}

.res-widget-container .search-container {
order: 7;
}

.res-widget-container .Search-More-Options {
order: 8;
margin: 20px auto 0;
text-align: center;
}
.res-widget-container .number-of-pax-wrap-widget {
width: 100%;
margin: 0;
}
.res-widget-container .number-of-rooms-wrap-widget {
margin-bottom: 20px;
}
}
@media (max-width: 640px)
{
.res-widget-container .vacation-type-wrap input, .res-widget-container .package-type-wrap input {
left: 0;
position: relative;
}
#hotel-ResToolBlock-view2 .res-widget-container .restoolNights {
text-align: center;
}
.res-widget-container .mainSearchScreenReaderRight {
width: 50%;
}
}
@media (max-width: 630px)
{
.res-widget-container .going-to-wrap, .res-widget-container .departing-from-wrap {
width: 45%;
}
}
@media (max-width: 583px)
{
.res-widget-container fieldset select,
.res-widget-container fieldset input[type="text"]
{
width: 90%;
}
}
@media (max-width: 567px)
{
.res-widget-container .icon-sprite-ocean
{
background-image: url('https://trisept.widen.net/content/a8n5ami0sn/png/TRI_ICON_NAV_icon_sprite-ocean.png');
width: 16px;
height: 16px;
}
}
@media (max-width: 484px)
{
.res-widget-container fieldset select,
.res-widget-container fieldset input[type="text"]
{
width: 86%;
}
}
@media (max-width: 479px)
{
.res-widget-container .going-to-wrap, .res-widget-container .departing-from-wrap {
width: 100%;
}
.res-widget-container fieldset select,
.res-widget-container fieldset input[type="text"]
{
width: 92%;
}
}
@media (max-width: 473px)
{
.rooms-wrap .infant-question-widget {
width: 100%;
float: left;
}
.res-widget-container .mainSearchScreenReaderRight {
width: 75%;
}
}
@media (max-width: 348px)
{
.departing-from-wrap, .going-to-wrap, .depart-date-wrap, .return-date-wrap, .rooms-wrap, .dest-region-wrap {
min-width: 125px;
}
.res-widget-container .depart-date-wrap {
margin: 0px 5px 0px 0px !important;
}
}
.res-widget-container #scc_rt_passengers_numrooms.ng-invalid-qtypax {
border: #a00 1px solid;
z-index: 7;
position: relative;
}
.res-widget-container .res-widget-adult-drop.ng-invalid-infmorethanadt {
color: red
}
.res-widget-container select[name$="$age"].ng-invalid-required
{
color: red;
}
.res-widget-container #scc_rt_passengers_CustomValidatorRooms, .res-widget-container #scc_rt_passengers_pr_ctl00_pi_CustomValidatorAdults {
position: absolute;
width: 200%;
background-color: inherit;
z-index: 1;
}
.res-widget-container .number-of-rooms-wrap-widget span {
background-color: #FFF !important;
color: #a00 !important;
display: block;
z-index: 6;
position: relative;
padding: 10px;
}
.res-widget-container .adults-wrap-widget span {
background-color: #FFF;
display: block;
padding: 10px;
}
/* --------------------------------------------------
// Res Tool Widget END - AngularJS
// -------------------------------------------------- */
/* --------------------------------------------------
// Popovers - AngularJS
// -------------------------------------------------- */
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 2000;
display: none;
max-width: 300px;
padding: 1px;
font-size: 10px;
background-color: #FFFFFF;
background-clip: padding-box;
border: 1px solid silver;
border-radius: 4px;
}
.popover.top     { margin-top: -5px; }
.popover.right   { margin-left: 5px; }
.popover.bottom  { margin-top: 5px; }
.popover.left    { margin-left: -5px; }
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 10px;
background-color: #FFFFFF;
border-bottom: 1px solid darken(silver, 5%);
border-radius: 3 3 0 0;
}
.popover-content {
padding: 9px 14px;
}
.megainputlabelwrap h3
{
display: inline-block;
}
.megainputlabelwrap i
{
display: inline-block;
}
.megainputlabelwrap .fa {
font-size: 14px;
}
.megainputlabelwrap .popover .popover-content
{
font-size:12px;
line-height:18px;
}
/* --------------------------------------------------
// Popovers - AngularJS
// -------------------------------------------------- */
/* --------------------------------------------------
// Calendar - AngularJS
// -------------------------------------------------- */

.glyphicon-chevron-left:after {
color: rgba(0, 0, 0, 0);
content: "----";
}
.glyphicon-chevron-left
{
width: 20px;
height: 22px;
padding: 0;
margin: 0;
background: transparent url("https://trisept.widen.net/content/bho9aqcyo4/png/TRI_ICON_NAV_arrow_left.png") no-repeat top left;
background-size: 12px;
border: solid 0px #fff;
}
.glyphicon-chevron-right:after {
color: rgba(0, 0, 0, 0);
content: "----";
}

.glyphicon-chevron-right
{
width: 20px;
height: 22px;
padding: 0;
margin: 0;
background: transparent url("https://trisept.widen.net/content/ubisq21ytg/png/TRI_ICON_NAV_arrow_right.png") no-repeat top left;
background-size: 12px;
border: solid 0px #fff;
}
.prev.glyphicon-chevron-left {
left: 12%;
position: absolute;
top: 20%;
}
.next.glyphicon-chevron-right {
left: 75%;
position: absolute;
top: 20%;
}
.glyphicon-chevron-left:after {
color: rgba(0, 0, 0, 0);
content: "----";
}
th .pull-left, th .pull-right { float:none}
.input-prepend .add-on, .input-append .add-on, .input-prepend .btn, .input-append .btn {
border-radius: 3px 0 0 3px;
}
.input-prepend .add-on, .input-prepend .btn {
margin-right: -1px;
}
.input-append .add-on, .input-append .btn {
border-radius: 0 3px 3px 0;
margin-left: -1px;
}
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
border-radius: 3px 0 0 3px;
margin-right: -1px;
}
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
border-radius: 0 3px 3px 0;
margin-left: -1px;
}
.btn {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #fff;
background-image: none;
border: none;
border-image: none;
border-radius: 4px;
border-style: solid;
border-width: 0px;
box-shadow: none;
color: #333333;
cursor: pointer;
display: inline-block;
font-size: 13px;
line-height: 18px;
margin-bottom: 0;
padding: 4px 10px;
vertical-align: middle;
}
.btn:active, .btn.active {
}
.btn:first-child {
}
.btn:hover {
background-position: 0 -15px;
color: #333333;
text-decoration: none;
}
.btn:focus {
outline: thin dotted #333333;
outline-offset: -2px;
}
.res-widget-container .btn-info {
background-color: #378277;
color: #FFF;
background-image: none;
box-shadow: none;
outline: 0 none;
}
.res-widget-container .btn-info span {
color: #FFF !important;
}
.megaOnSale .btn.active, .btn:active {
background-color: #FFF;
background-image: none;
box-shadow: none;
outline: 0 none;
}
.res-widget-container .btn.disabled {
background-color: #E6E6E6 !important;
background-image: none;
box-shadow: none;
color: #666 !important;
cursor: default;
border: none;
}
.uib-left {
text-align: left;
}
.uib-right {
text-align: right;
}
/* --------------------------------------------------
// Calendar - AngularJS
// -------------------------------------------------- */
/* ---------------------------------------------------
//  Carousel - AngularJS
// --------------------------------------------------- */
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-moz-transition: -moz-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0;
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.res-widget-container .carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 5%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
.res-widget-container .carousel-control.left {
}
.res-widget-container .carousel-control.right {
left: auto;
right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.promo-item-hotels {
margin: 10px 10px;
padding: 10px 10px;
}
@media (max-width: 400px) {
.carousel-inner .item.active {
max-width: 355px;
/*background-color: yellow;*/
}
.carousel-inner .item img {
max-width: 320px;
}
}
/* ---------------------------------------------------
//  Carousel - AngularJS
// --------------------------------------------------- */
/* ---------------------------------------------------
//  LightBox - AngularJS
// --------------------------------------------------- */
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 0;
background-color: #fff;
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, .15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5;
}
button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
}
.modal-open {
overflow: hidden;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition:      -o-transform .3s ease-out;
transition:         transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5;
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.lightbox-nav {
position: relative;
margin-bottom: 12px; /* the font-size of .btn-xs */
height: 22px;
text-align: center;
font-size: 0; /* prevent the otherwise inherited font-size and line-height from adding extra space to the bottom of this div */
}
.lightbox-nav .btn-group {
vertical-align: top;
}
.lightbox-nav .close {
/* absolutely position this in order to center the nav buttons */
position: absolute;
top: 0;
right: 0;
}
.lightbox-image-container {
position: relative;
text-align: center; /* center the image */
}
/* the caption overlays the top left corner of the image */
.lightbox-image-caption {
position: absolute;
top: 0;
left: 0;
margin: 0.5em 0.9em; /* the left and right margins are offset by 0.4em for the span box-shadow */
color: #000;
font-size: 1.5em;
font-weight: bold;
text-align: left;
text-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.5);
}
.lightbox-image-caption span {
padding-top: 0.1em;
padding-bottom: 0.1em;
background-color: rgba(255, 255, 255, 0.75);
/* pad the left and right of each line of text */
box-shadow: 0.4em 0 0 rgba(255, 255, 255, 0.75),
-0.4em 0 0 rgba(255, 255, 255, 0.75);
}
/* ---------------------------------------------------
//  LightBox - AngularJS
// --------------------------------------------------- */
td.onvacay-date button:disabled{
background-color: #d9e4ee;
}
button.onsalelength-active {
background-color: #008086 !important;
color: #378277;
border-radius: 12px;
}
.onsalelength-active {
background-color: #008086 !important;
color: #FFF;
}
.onvacay-date span {
background-color: #008086;
color: #FFF;
padding: 6px;
border-radius: 6px;
}
.onsaletwocolumnwrap {
float: left;
width: 48%;
margin: 0px 1%;
padding: 5px 0px;
}
.onsaletwocolumnwrap table {
table-layout:auto;
width: 99%;
}
.onsaleclear {
clear:both;
}
.onsalehotelimage {
background-position-x: center;
background-repeat:no-repeat;
background-size:cover;
}
.onsalehotelimage img {
height:275px;
}
.rowHoverOver {
cursor: pointer;
}
.priceDetailBox h4 {
font-weight: bold;
display: inline-block;
font-size: 35px;
text-transform: uppercase;
text-align: center;
color: #008086;
letter-spacing: 2px;
padding: 0 2px;
}
@media (max-width: 640px) {
.onsaletwocolumnwrap {
width:98%;
}
}
/* --------------------------------------------------
// AnguComplete-Alt AngularJS
// -------------------------------------------------- */
.res-widget-container .highlight {
color: #f76049;
}
form input.ng-invalid-autocomplete-required {
border-color: red;
}
.valid-status {
display: inline-block;
margin-left: 10px;
}
.valid-status.valid {
color: green;
}
.valid-status.invalid {
color: red;
}
.angucomplete-dropdown {
border-color: #ececec;
border-width: 1px;
border-style: solid;
border-radius: 2px;
width: 101%;
margin-left: -5px;
padding: 6px;
cursor: pointer;
z-index: 9999;
position: absolute;
top: 32px;
left: 3px;
margin-top: 0;
background-color: #ffffff;
}
.angucomplete-searching {
color: #acacac;
font-size: 14px;
}
.angucomplete-description {
font-size: 14px;
}
.angucomplete-row {
padding: 5px;
color: #000000;
margin-bottom: 4px;
clear: both;
}
.angucomplete-selected-row {
background-color: #378277;
color: #ffffff;
}
.angucomplete-image-holder {
padding-top: 2px;
float: left;
margin-right: 10px;
margin-left: 5px;
}
.angucomplete-image {
height: 34px;
width: 34px;
border-radius: 50%;
border-color: #ececec;
border-style: solid;
border-width: 1px;
}
.angucomplete-image-default {
/* Add your own default image here
background-image: url('/assets/default.png');
*/
background-position: center;
background-size: contain;
height: 34px;
width: 34px;
}
.res-widget-container .widgetInvaild {
color: #aa0000;
float: left;
font-size: 11px;
font-weight: bold;
padding-top: 1px !important;
z-index: 9;
position: relative;
}
/* --------------------------------------------------
// AnguComplete-Alt AngularJS.  E N D
// -------------------------------------------------- */
/* --------------------------------------------------
// Angular HotelProfile display and Tabs.
// --------------------------------------------------*/
.res-widget-container .name-address {
float: left;
width: 49%;
padding: 10px;
}
.res-widget-container .hoteltripadvisor {
float: left;
text-align: left;
padding: 0px;
font-size: 12px;
color: rgba(45,45,45, 0.65);
width: 50%;
}
.res-widget-container .hoteltripadvisor div {
line-height: 18px;
color: rgba(5, 13, 41, 0.65);
font-size: 11px;
padding: 0 0 6px 0;
}
.res-widget-container .hotelProfileIntro {
display: block;
float: left;
padding: 10px;
}
.res-widget-container .hotelProfileIntro h3 {
color: #378277;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.res-widget-container .nav > li > a {
padding: 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #ffd200;
outline: none;
}
.nav > li.disabled > a {
color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
border-color: #337ab7;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: 100%;
}
.dealRightColumn .nav-tabs {
border-bottom: 2px solid #ededed;
border-top: 2px solid #ededed;
margin-top: 60px;
margin-bottom: 30px;
}
.dealRightColumn .nav > li > a {
padding: 13px 9px;
}
.nav-tabs > li {
float: left;
}
.res-widget-container .tab-pane strong, .recreations .name {
font-size: 14px;
color: #378277;
font-weight: bold;
}
.recreations .name {
margin-bottom: 3px;
}
.dealRightColumn .tab-pane p {
font-size: 13px;
margin-bottom: 10px;
color: #333333;
}
.res-widget-container .nav-tabs > li > a {
margin-right: 2px;
line-height: 2;
font-weight: bold;
font-size: 15px;
display: block;
border-bottom: 5px solid #FFF;
}
/*.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd;
}*/
.res-widget-container .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
background-color: #FFF;
cursor: default;
border-bottom: 5px solid #cc4173;
}
.res-widget-container .nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #FFF;
border-bottom: 5px solid #cc4173;
outline: none;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
.res-widget-container .roomCatText {
color: #378277;
}
.accomodations {
}
.restaurants {
}
.key-and-value {
}
.recreations {
}
.recreations .name {
}
.recreations .desc {
}
.recreations .details-list {
}
.recreations .details-list .detail{
}
.attractions {
}
.attractions .name {

}
.attractions .desc{

}
.attractions .details-list{

}
.attractions .details-list .detail{

}
.HotelDescription, .section-name.OffsiteAttractions, .section-name.OnsiteAttractions, .section-name.Location, .section-name.HotelDescription, .key.Advisory, .key.HotelPropertyDescription, .section-name.HotelRoomTypes, .accomodations br:nth-child(even), li.main-wrapper-li:last-of-type .key-and-value {
display: none;
}
.key, .tab-pane h4 {
margin-bottom: 3px;
margin-top: 10px;
line-height: 1;
letter-spacing: 0;
display: inline-block;
text-transform: none;
}
.tab-pane .more, .tab-pane .less {
text-decoration: underline;
}
.key
{
font-size: 14px;}
.key.Pet {
margin-bottom: 30px;
}
.key.Pet:after, .section-name.Policies, .section-name.Transportation, .section-name.propertyInformation {
content: ":";
margin-right: 4px;
}
.section-name.FeesMayApply {
font-size: 14px;
font-weight: normal;
}
.value
{   display: inline-block;
}
.tab-pane b
{
font-weight: 700;
font-size: 14px;
display: inline-block;}
.restaurants-desc p {
font-size: 100%;
color: #141414;
line-height: 26px;
}
.res-widget-container .tab-pane ul {
padding: 0;
margin: 0 0 1em 0;
list-style-type: none;
}
.dealRightColumn .tab-pane .b-review__rating {
margin: 1em 0;
}
.b-review {
margin: 2em 0 3em;
color: #7e7d82;
}
.b-tabPane__review {
font-size: .875em;
}
.tab-content .tab-pane:first-child
{
}
.res-widget-container .tab-content .tab-pane:nth-child(2) li {
margin-left: 10px;
list-style-type: none;
}
.tab-content .tab-pane:nth-child(2) .main-wrapper-li {
margin-left: 0;
list-style-type: none;
}
.tab-content .tab-pane:nth-child(3) p {
margin-bottom: 0;
}
.tab-content .tab-pane:nth-child(3) {
margin-bottom: 0;
}
.tab-content .tab-pane:nth-child(3) h3 {
margin-bottom: 10px;
}
.tab-content .tab-pane:nth-child(4) .name {
font-size: 14px;
font-weight: bold;
margin-bottom: 0;
}
.tab-content .tab-pane:nth-child(5) strong
{ font-weight:
}

@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #337ab7;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.tab-content > .tab-pane {
display: none;
}
.res-widget-container .tab-content > .active {
display: block;
padding: 40px 40px 0 20px;
text-align: left;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.res-widget-container .hotel-profile-section-header {
font-size: 16px;
font-weight: bold;
padding: 0 0 10px 0;
}
.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after {
content: " ";
display: table;
}
.clearfix:after,
.nav:after {
clear: both;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@media only screen and (max-width: 1200px)
{
.inner.pre-booking  {
padding: 25px;
}
}
@media only screen and (max-width: 1000px)
{
.bookingToolColumn iframe {
height: 1540px;
}
}
@media only screen and (max-width: 960px)
{
.bookingToolColumn {
width:100%;
float:none;
margin: 10px 0 0 0;
}
.bookingToolColumn iframe {
height: 1400px;
}
.dealRightColumn {
width:100%;
float: none;
}
}
@media only screen and (max-width: 680px)
{
.bookingToolColumn iframe {
height: 1500px;
}
}
@media only screen and (max-width: 480px)
{
.tab-pane {max-width: 100%; }
}
@media only screen and (max-width: 450px)
{
.bookingToolColumn iframe {
height: 1450px;
}
.infant-question-widget .popover
{
width:80% !important;
position:absolute;
left:10% !important;
}
}
.carousel-indicators {
display: none !important;
}
.text-center
{
text-align:center;
}
/* --------------------------------------------------
// Angular HotelProfile display and Tabs.
// --------------------------------------------------*/
@media only screen and (max-width: 430px)
{
.priceDetailBox {
width: 100%;
}
.package-type-wrap, .vacation-type-wrap {
display: flex;
}
.res-widget-container .res-button-group {
flex-grow: 1;
}

.res-widget-container .package-type-wrap div input.res-widget-buttons {
width: 100%;
font-size: 12px;
}

.res-widget-container .departing-from-wrap, .res-widget-container .going-to-wrap {
width: 100%;
margin-bottom: 25px !important;
}

.res-widget-container .tab-content > .active {
padding: 20px 20px 0 10px;
}

.res-widget-container .depart-date-wrap, .res-widget-container .return-date-wrap, .res-widget-container .number-of-rooms-wrap-widget, .res-widget-container .adults-wrap-widget, .res-widget-container .children-wrap-widget {
margin-right: 6%;
width: 47%;
}
.res-widget-container .children-wrap-widget, .res-widget-container .return-date-wrap {
margin-right: 0px;
}

.res-widget-container .updatePassengerCount {
padding: 20px 0 0 0;
float: left;
}

.res-widget-container .number-of-pax-wrap-widget {
width: 100%;
float: left;
}
.res-widget-container .rooms-wrap {
padding: 0px 0 20px 0;
}

.res-widget-container .infant-question-widget {
margin-right: 0%;
padding: 5px 0 20px 0;
}

.res-widget-container .search-container {
width: 295px;
margin: -20px 0 0 0;
}
.res-widget-container .package-type-wrap input {
border-top: 0px;
border-right: 0px;
border-left: 0px;
border-left-width: 0px;
}

.hoteltripadvisor div {
font-size: 11px;
}

.res-widget-container .groupsLink {
height: 105px;
margin: -20px 0 20px 0;
}

.res-widget-container .groupsText, .groupsTextLink {
padding: 5px 5px 0 10px;
width: 100%;
}

.res-widget-container .groupsClearButton {
float: none;
text-align: center;
margin: 10px 0 0 0;
}

.res-widget-container .depart-date-wrap {
margin: 0px 6% 0px 0px !important;
}
.res-widget-container .search-container input {
width: 80%;
}
}
@media only screen and (max-width: 414px) {
.res-widget-container .depart-date-wrap {
margin: 0px 3% 0px 0px !important;
}
}
@media only screen and (max-width: 400px)
{
.bookingToolColumn iframe {
height: 1550px;
}
}
@media only screen and (max-width: 320px)
{
.res-widget-container {
width: 320px;
}
}
#osMegaCalendar .megaos-left {
font-size: 12px !important;
margin: 0;
padding: 0;
display: inline-block;
font-weight: bold !important;
line-height: 24px;
color: rgba(45,45,45,0.65);
}
#osMegaCalendar .megaos-right {
font-size: 12px !important;
margin: 0;
padding: 0;
display: inline-block;
font-weight: bold !important;
line-height: 24px;
color: rgba(45,45,45,0.65);
}
#osMegaCalendar .fa.fa-angle-right {
float: right;
font-size: 25px;
font-weight: bold;
color: #008501;
}
#osMegaCalendar .fa.fa-angle-left {
float: left;
font-size: 25px;
font-weight: bold;
color: #008501;
}
.fa.fa-caret-left {
/*color: #CCC;*/
}
#osMegaCalendar .uib-title {
font-size: 16px;
line-height: 24px;
font-weight: normal;
font-stretch: normal;
color: rgba(45,45,45,0.9);
}
.megaOnSale small {
font-size: 15px;
font-weight: normal;
}
#osMegaCalendar .text-center {
border: 1px solid #FFF;
color: rgba(45, 45, 45, 0.65);
font-size: 16px;
line-height: 24px;
}
#osMegaCalendar .fa.fa-caret-left {
float: left;
color: #008501;
}
#osMegaCalendar .fa-caret-right {
float: right;
color: #008501;
}
#osMegaCalendar table {
table-layout: auto;
width: 100%;
}
#osMegaCalendar thead tr:last-child {
border-top: 2px solid #CCC;
}
#osMegaCalendar .pricelabelouter {
font-size: 10px;
text-align: center;
padding: 0;
margin: 0;
min-height: 16px;
}
#osMegaCalendar .pricelabel {
font-size: 9px !important;
color: rgba(45, 45, 45, 0.65) !important;
}
#osMegaCalendar .uib-day.onsale-lowprice-date button, #osMegaCalendar .uib-day.onsale-lowprice-date button span {
color: #01468d !important;
}
.onsale-lowprice-date span.pricelabel {
color: #01468d !important;
}
#osMegaCalendar .glyphicon-chevron-left::after{
color: black;
content: "<";
}
#osMegaCalendar .glyphicon-chevron-right::after{
color: black;
content: ">";
}
#osMegaCalendar button.btn {
min-height: 45px;
border: none;
min-width: 40px;
padding: 0;
margin: 0;
color: rgba(45, 45, 45, 0.9);
}
#osMegaCalendar .megamenucaltitle {
font-size: 16px !important;
font-weight: 400;
line-height: 24px;
}
#osMegaCalendar button.btn span {
font-size: 14px;
font-weight: 400;
/*line-height: 24px;*/
}
#osMegaCalendar table {
background-color: #FFFFFF !important;
color: black;
}
#osMegaCalendar .uib-day.onsale-date button, #osMegaCalendar .uib-day.onsale-date button span {
color: rgba(45, 45, 45, 0.9);
background-image: none;
min-width: 39px;
width: 100%;
font-weight: bold;
padding: 0;
}
#osMegaCalendar .uib-day.onsale-date .onsale-end-date {
background-color:  #f33;
color: #FFFFFF;
background-image: none;
min-width: 40px;
margin: 2px;
}
#osMegaCalendar .uib-day.onsale-date .btn {
/* border: 0; */
}
#osMegaCalendar .uib-day.onsale-date .btn span {
text-align: center;
display: inline-block;
padding: 0;
}
#osMegaCalendar table td.onvacay-date .btn .pricelabel {
color: #d9e4ee !important;
}
#osMegaCalendar table td.onsale-end-date .btn .pricelabel {
color: #25538C !important;
}
.megaonsaleselected #osMegaCalendar .uib-day.onsale-date button {
color: rgba(45, 45, 45, 0.65);
padding: 0px;
}
.megaonsaleselected #osMegaCalendar .uib-day.onsale-date button span {
padding: 0px;
}
.megaonsaleselected #osMegaCalendar .uib-day.onsale-date.onvacay-date button span {
color: #25538C;
}
#osMegaCalendar table td.onvacay-date button {
background: none !important;
}
#osMegaCalendar td button span {
}
#osMegaCalendar .btn[disabled] {
background-color: #FFFFFF;
}
.megaOnSale .lengthsofstay button {
background-color: #FFFFFF;
border: 2px solid #008501;
border-left-width: 1px;
border-right-width: 1px;
margin: 0;
color: #008501;
font-weight: bold;
/*font-size: 1.1em;
padding: 0px 25px;*/
cursor: pointer;
flex: 1;
line-height: 24px;
}
.megaOnSale .lengthsofstay button:first-child {
border-left: 2px solid #008501;
border-radius: 5px 0 0 5px;
}
.megaOnSale .lengthsofstay button:last-child {
border-right: 2px solid #008501;
border-radius: 0 5px 5px 0;
}
.megaOnSale .lengthsofstay button:only-child {
border-radius: 5px;
}
.megaOnSale .lengthsofstay button.active {
background-color: #008501;
color: #FFFFFF;
}
.megaOnSale .lengthsofstay {
display: flex;
margin: 0;
text-align: center;
}
#osMegaCalendar .megaos-cal-day {
line-height: 48px;
}
#osMegaCalendar .uib-day.onsale-date.onsale-start-date button, #osMegaCalendar .uib-day.onsale-date.onsale-start-date button:hover {
/*background-image: url('https://trisept.widen.net/content/yoznzpfbmx/png/TRI_ICON_NAV_onSaleStart-R.png') !important;
background-color: transparent !important;*/
background-color: #25538C !important;
border-radius: 5px 0 0 5px;
background-repeat: no-repeat;
background-position: center left;
background-size: cover;
color: #FFFFFF;
box-shadow: none;
margin: 0 -2px 0 0;
padding: 0;
}
#osMegaCalendar .uib-day.onsale-date.onsale-start-date button span, #osMegaCalendar .uib-day.onsale-date.onsale-start-date button span:hover {
background-color: transparent !important;
color: #FFFFFF !important;
text-emphasis-position: left;
}
#osMegaCalendar .uib-day.onsale-end-date button, #osMegaCalendar .uib-day.onsale-end-date button:hover {
/*background-image: url('https://trisept.widen.net/content/rcj9ihbxio/png/TRI_ICON_NAV_onSaleEnd-L.png') !important;
background-color: transparent !important;*/
background-color: #25538C !important;
border-radius: 0 5px 5px 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
color: #FFFFFF;
margin: 0;
width: 100%;
}
#osMegaCalendar .uib-day.onsale-end-date button span {
background-color: transparent;
color: #FFFFFF !important;
font-weight: bold;
}
#osMegaCalendar .uib-day.onvacay-date button, #osMegaCalendar .uib-day.onvacay-date button:hover {
background-color: transparent;
}
#osMegaCalendar .onvacay-date span {
background-color: transparent;
color: #14468D;
}
#osMegaCalendar table td.onvacay-date {
background-color: #d9e4ee;
border: none;
}
#osMegaCalendar table td.onsale-start-date {
background-color: transparent !important;
padding: 0;
}
#osMegaCalendar table td.onsale-end-date {
background-color: transparent !important;
padding: 0;
}
#osMegaCalendar .uib-day.onsale-start-date button p .pricelabel:after{
color: #fff;
}
#osMegaCalendar .btn.active, .btn:active {
border: rgba(5, 13, 41, 0.65) 1px dashed;
border-radius: 5px;
margin: -1px;
}
#osMegaCalendar .uib-day button, #osMegaCalendar .uib-day button span {
width: 100%;
}
.megaOnSale .megainputlabel {
clear: both;
text-align: center;
font-size: 16px !important;
margin: 20px 0 10px 0;
}
#megaSubmit:disabled {
background-color: rgba(45, 45, 45, 0.15);
color: rgba(45, 45, 45, 0.65);
}
.megaOnSale .megaSubmitArea button {
background-color: #008501;
color: #FFFFFF;
width: 100%;
margin: 20px 0 0 0;
text-align: center;
font-weight: bold;
font-size: 20px;
height: 45px;
border-radius: 5px;
border: 0px;
cursor: pointer;
}
.megaOnSale .passengersCount {
color: rgba(45, 45, 45, 0.9);
font-size: 16px;
font-weight: bold;
padding: 20px 0 10px 0;
margin: 0 auto;
text-align: center;
width: 100%;
background-color: #FFF;
border: none;
}
.megaOnSale .megadisclaimer {
color: #878787;
font-size: 10px;
padding: 0;
text-align: center;
width: 100%;
margin: 0 auto;
}
.megaOnSale .mega-origin {
border: 1px solid rgba(5, 13, 41, 0.65);
font-size: 16px;
height: auto;
margin: 0 0 20px 0;
padding: 10px;
width: 100%;
}
.megaOnSale .megaOnSaleHeader:after {
content: "";
clear: both;
display: table;
}
.megaOnSale .hoteltripadvisor {
display:none;
}
.main-package-options .hoteltripadvisor {
display: none;
}
.megaOnSale .hoteltripadvisor div {
line-height: 18px;
color: rgba(5, 13, 41, 0.65);
font-size: 11px;
padding: 0 0 6px 0;
}
.megaOnSale div.megaOnSalePrice {
color: #878787;
text-align: right;
}
.megaOnSale div.megaOnSalePrice div {
line-height: 18px;
font-size: 11px;
color: rgba(45,45,45, 0.65);
}
.megaOnSale .megaOnSalePrice div.megapricequote {
color: rgba(45,45,45,0.9);
font-size: 32px;
line-height: 30px;
font-weight: bold;
}
.megaOnSale .megaOnSalePrice .megapricewrap {
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
margin: 5px 0;
}
.megaOnSale .megaOnSalePrice .megapricewrap .megapricetotalperperson {
padding-top: 4px;
margin-left: 5px;
}
.megaOnSale .megaOnSalePrice .megapricewrap .megapricetotalperperson div {
text-align: left;
line-height: 1.2rem !important;
}
#osCalendar button.btn {
min-height: 50px;
}
#osCalendar table td {
width: 50px !important;
max-width: 50px !important;
}
#osCalendar .uib-day.onsale-date button, #osCalendar .uib-day.onsale-date button:hover {
color: #25538C;
background-image: none;
min-width: 50px;
margin: 2px;
}
.megaOnSale div.megaonsaleitem {
display: none;
width: 90%;
text-align: center;
margin: 0 auto;
color: #25538C;
font-size: 14px;
padding: 10px 0 0 0;
}
#megaOnSaleOverlay {
display: none;
position: relative;
width: 100%;
height: 350px;
background-color: rgba(255, 255, 255, 1);
top: -350px;
padding: 10px;
opacity: .8;
margin-bottom: -350px;
background-repeat:  no-repeat;
background-position-y: 50%;
background-position-x: 50%;
}
.MegaWaitTool {
margin: 30% auto;
font-size: 14px;
font-weight: bold;
}
.megaOnSale .fa.fa-spinner.fa-spin {
font-size: 40px;
padding: 20px;
}
.megaOnSale .megaToggleButton {
width: 100%;
background-color: #FFF;
border: none;
cursor: pointer;
margin: 20px 0 0 0;
}
.res-widget-container .megaToggleButton{
width: 100%;
background: none;
border: none;
cursor: pointer;
margin: 20px 0 0 0;
}
.res-widget-container .megaToggleText {
color: #0059a3;
font-size: 12px;
font-weight: bold;
}
.megaOnSale .readLess {
padding: 0 10px 0 0;
}
.megaOnSale .fa.fa-plus-circle {
color: #008086;
padding: 3px 0;
font-size: 14px;
top: 0;
left: 0;
margin: 0 0 0 2px;
}
.megaOnSale .megaToggleText {
font-size: 12px;
font-weight: bold;
color: #008086;
width: 245px;
}
span.readMore:before {
height: 12px !important;
}
span.readLess:before {
height: 12px !important;
}
/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) { @media
{

.res-widget-container .uib-title {
line-height: 18px !important;
margin-top: -1px;
}

.hoteltripadvisor div {
font-size: 11px;
}

.res-widget-container .ui-datepicker-trigger {
height: 36px;
padding: 0 3px;
}

}}
/* START - Hotel Page Restool styles for Vertical Layout */
#hotel-ResToolBlock .res-widget-container {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#hotel-ResToolBlock .res-widget-container .mainSearchScreenReaderLeft {
width: 100%;
}
#hotel-ResToolBlock .res-widget-container .mainSearchScreenReaderRight {
width: 80%;
}
#hotel-ResToolBlock .res-widget-container .package-type-wrap div input.res-widget-buttons {
width: 100%;
font-size: 12px;
}
#hotel-ResToolBlock .res-widget-container .package-type-wrap div:last-child input.res-widget-buttons {
display: none;
}
#hotel-ResToolBlock .expco-content-wrap {
display: flex;
flex-flow: row wrap;
}
#hotel-ResToolBlock .res-widget-container .package-type {
order: 1;
margin-top: 10px;
}

#hotel-ResToolBlock .res-widget-container .departing-from-wrap {
order: 2;
}

#hotel-ResToolBlock .res-widget-container .going-to-wrap {
order: 3;
}

#hotel-ResToolBlock .res-widget-container .depart-date-wrap {
order: 4;
}

#hotel-ResToolBlock .res-widget-container .return-date-wrap {
order: 5;
}

#hotel-ResToolBlock .res-widget-container .rooms-wrap {
order: 6;
margin-bottom: 20px;
margin-right: 0px;
}

#hotel-ResToolBlock .res-widget-container .search-container {
order: 7;
}

#hotel-ResToolBlock .res-widget-container .Search-More-Options {
order: 8;
margin: 0 auto;
text-align: center;
}
#hotel-ResToolBlock .res-widget-container .departing-from-wrap {
width: 300px;
margin-bottom: 20px;
margin-right: 0;
}
#hotel-ResToolBlock .res-widget-container .going-to-wrap {
width: 300px;
margin-bottom: 20px;
margin-right: 0;
}
#hotel-ResToolBlock .res-widget-container .depart-date-wrap {
width: 140px;
}
#hotel-ResToolBlock .res-widget-container .return-date-wrap {
width: 140px;
margin-right: 0;
}
#hotel-ResToolBlock .res-widget-container .number-of-pax-wrap-widget {
width: 100%;
float: left;
margin: 0;
}
#hotel-ResToolBlock .res-widget-container .number-of-rooms-wrap-widget, #hotel-ResToolBlock .res-widget-container .adults-wrap-widget {
width: 140px;
}
#hotel-ResToolBlock .res-widget-container .search-container {
width: 300px;
}
#hotel-ResToolBlock .res-widget-container .number-of-rooms-wrap-widget {
margin-bottom: 20px;
}
#hotel-ResToolBlock .res-widget-container .children-wrap-widget {
margin-right: 0;
float: left;
width: 140px;
}
#hotel-ResToolBlock .res-widget-container .infant-question-widget {
float: right;
padding: 0 0 0 20px;
}
#hotel-ResToolBlock .res-widget-container .updatePassengerCount {
padding: 0;
width: 90%;
margin: 20px auto 0 auto;
}
#hotel-ResToolBlock .res-widget-container {
max-width: 340px;
padding: 0;
}
#hotel-ResToolBlock .res-mega-widget-container {
padding: 20px;
}
#hotel-ResToolBlock .res-widget-container .passengersCount {
border: none;
background-color: #FFF;
}
#hotel-ResToolBlock .res-widget-container .megaToggleText {
padding: 0 5px 0 10px;
}
.expco-content-wrap.onsale-item .lengthsofstay button {
border: 2px solid #0059a3;
color: #0059a3;
}
.expco-content-wrap.onsale-item .lengthsofstay button.active {
background-color: #0059a3;
color: #FFFFFF;
}
.expco-content-wrap.onsale-item .lengthsofstay button:last-child {
border-right: 2px solid #0059a3;
}
.expco-content-wrap.onsale-item .lengthsofstay button:first-child {
border-left: 2px solid #0059a3;
}
#hotel-ResToolBlock-view2 .res-widget-container .lengthsofstay button {
background-color: #FFFFFF;
border: 2px solid #1a2c80;
border-left-width: 1px;
border-right-width: 1px;
margin: 0;
color: #1a2c80;
font-weight: bold;
/*font-size: 1.1em;
padding: 0px 25px;*/
cursor: pointer;
flex: 1;
line-height: 24px;
max-width: 20%;
}
#hotel-ResToolBlock-view2 .res-widget-container .lengthsofstay button:first-child {
border-left: 2px solid #1a2c80;
border-radius: 5px 0 0 5px;
}
#hotel-ResToolBlock-view2 .res-widget-container .lengthsofstay button:last-child {
border-right: 2px solid #1a2c80;
border-radius: 0 5px 5px 0;
}
#hotel-ResToolBlock-view2 .res-widget-container .lengthsofstay button:only-child {
border-radius: 5px;
}
#hotel-ResToolBlock-view2 .res-widget-container .lengthsofstay button.active {
background-color: #1a2c80;
color: #FFFFFF;
}
#hotel-ResToolBlock-view2 .res-widget-container .lengthsofstay {
display: flex;
margin: 0;
text-align: center;
}
#hotel-ResToolBlock-view2 .res-widget-container {
max-width: 1280px;
}
#hotel-ResToolBlock-view2 .res-widget-container {
max-width: 1280px;
display: flex;
flex: nowrap;
flex-direction: row;
}
#hotel-ResToolBlock-view2 .res-widget-container .priceDetailBox {
background-color: #111b40;
padding: 10px;
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: space-between;
width: 25%;
}
#hotel-ResToolBlock-view2 .res-widget-container .priceDetailBox .priceDetailBoxTop div {
color: #fff;
}
#hotel-ResToolBlock-view2 .res-widget-container .priceDetailBox .priceDetailBoxTop div.onSaleDescription {
color: #ffbf27;
font-size: 22px;
font-weight: bold;
}
#hotel-ResToolBlock-view2 .res-widget-container .priceDetailBox .priceDetailBoxTop div.onSaleDescription.alternate {
color: #fff;
font-size: 16px;
font-weight: bold;
}
#hotel-ResToolBlock-view2 .res-widget-container .priceDetailBox .priceDetailBoxTop div.onSaleLosAndPackage {
color: #fff;
font-size: 18px;
font-weight: bold;
}
#hotel-ResToolBlock-view2 .res-widget-container .priceDetailBox .priceDetailBoxTop div.onSaleDateOfDeal span {
color: #fff;
font-size: 14px;
}
#hotel-ResToolBlock-view2 .res-widget-container .priceDetailBox .priceDetailBoxBottom div {
color: #fff;
}
#hotel-ResToolBlock-view2 .res-widget-container fieldset {
width: 100%;
}
#hotel-ResToolBlock-view2 .res-widget-container .package-type {
margin-bottom: 10px;
}
#hotel-ResToolBlock-view2 .res-widget-container .restoolNights {
text-align: left;
clear: both;
}
#hotel-ResToolBlock-view2 .res-widget-container .restoolNights h4 {
display: inline-block;
margin: 0 0 0 20px;
padding: 0;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Droid Sans","Helvetica Neue",sans-serif !important;
}
#hotel-ResToolBlock-view2 .res-widget-container .onsaletwocolumnwrap {
float: left;
width: 100%;
margin: 2px 0 10px 20px;
padding: 0px;
}
#hotel-ResToolBlock-view2 .res-widget-container .return-date-wrap,
#hotel-ResToolBlock-view2 .res-widget-container .depart-date-wrap {
margin-right: 20px !important;
margin-top: 40px !important;
}
#hotel-ResToolBlock-view2 .res-widget-container .departing-from-wrap,
#hotel-ResToolBlock-view2 .res-widget-container .going-to-wrap {
margin-right: 20px !important;
margin-top: 40px !important;
}
#hotel-ResToolBlock-view2 .res-widget-container .restoolToggleText {
margin-top: 85px;
}
#hotel-ResToolBlock-view2 .res-widget-container .restoolToggleText p,
#hotel-ResToolBlock-view2 .res-widget-container .restoolToggleText span {
font-size: 12px;
text-align: left;
}
#hotel-ResToolBlock-view2 .res-widget-container .restoolToggleText b {
font-size: 12px;
font-weight: bold;
}
#hotel-ResToolBlock-view2 .res-widget-container .restoolToggleText a {
color: #304cb2;
}
#hotel-ResToolBlock-view2 .res-widget-container .search-container {
margin: 80px 0 20px 0;
}
#hotel-ResToolBlock-view2 .res-widget-container .search-container.came-from-onsale-res-widget   {
margin: 15px 0 20px 0;
}
.res-widget-container .onsale-selected-dates {
display: none;
}
#hotel-ResToolBlock-view2 .page.restool-wrap .res-widget-container .icon-info {
color: #304cb2;
}
#hotel-ResToolBlock-view2 .page.restool-wrap .res-widget-container .popover {
background-color: transparent !important;
}
#hotel-ResToolBlock-view2 .page.restool-wrap .res-widget-container .popover-content.ng-binding {
background-color: #fff;
color: #404040 !important;
border-radius: 2px;
border: 1px solid #404040 !important;
box-shadow: none !important;
}
#hotel-ResToolBlock-view2 .page.restool-wrap .res-widget-container div.popover.ng-scope.ng-isolate-scope.bottom.ui-widget.ui-widget-content.ui-widget-corner-all.fade.bottom-right.in {
border: 0 solid;
box-shadow: none !important;
}
#hotel-ResToolBlock-view2 .page.restool-wrap .res-widget-container .return-date-wrap.return-date-disabled {
border: 0 solid;
}
#hotel-ResToolBlock-view2 .page.restool-wrap .res-widget-container .return-date-wrap.return-date-disabled input[type="text"] {
padding: 8px 10px 8px 0;
}
#hotel-ResToolBlock-view2 .res-widget-container .full-restool-back-to-onsale .restoolToggleText {
margin-top: 85px;
}
#hotel-ResToolBlock-view2 .res-widget-container .full-restool-back-to-onsale p {
width: 50%;
float: right;
margin-top: -50px;
}
@media (max-width: 1049px) {
#hotel-ResToolBlock-view2 .res-widget-container {
flex-direction: column;
}
#hotel-ResToolBlock-view2 .res-widget-container .priceDetailBox {
width: 100%;
}
}
@media (max-width: 900px) {
#hotel-ResToolBlock-view2 .res-widget-container .restoolToggleText,
#hotel-ResToolBlock-view2 .res-widget-container .restoolToggleText span {
margin-top: 0;
clear: both;
width: 80%;
margin: 0 auto;
}
#hotel-ResToolBlock-view2 .res-widget-container .restoolToggleText p,
#hotel-ResToolBlock-view2 .res-widget-container .restoolToggleText span {
text-align: center;
}
#hotel-ResToolBlock-view2 .res-widget-container .full-restool-back-to-onsale p {
width: 100%;
float: none;
clear: both;
}
}
.high-date-picker::before {
width: 93%;
border-top: 1px solid #e7e7e7;
content: "";
display: block;
margin: 0 auto;
padding: 0 0 5px 0;
}
.high-date-picker {
background-color: #FFF;
font-size: 13px;
color: #696969;
padding: 0 0 5px 0;
}
.angular-res-tool {
min-height: 171px;
}
@media only screen and (max-width: 1033px)
{
.angular-res-tool { min-height: 227px; }
}
@media only screen and (max-width: 915px)
{
.angular-res-tool { min-height: 328px; }
}
@media only screen and (max-width: 479px)
{
.angular-res-tool { min-height: 384px; }
}
@media only screen and (max-width: 437px)
{
.angular-res-tool { min-height: 440px; }
}
@media only screen and (max-width: 430px)
{
.angular-res-tool { min-height: 385px; }
}
@media only screen and (max-width: 320px)
{
.angular-res-tool { min-height: 365px; }
}
#resToolDiv {
max-width: 876px;
margin: 0 auto;
}
/* don't combine "input:read-only" and "input:-moz-read-only" with other selectors */
input:read-only { background: #dddddd; cursor: default; border: 0; color: #333; border-radius: 3px; }
input:-moz-read-only { background: #dddddd; cursor: default; border: 0; color: #333; border-radius: 3px; }
input[type="button"]:disabled,
input[disabled=disabled][type=submit],
select:disabled,
button:disabled,
input[type="button"]:disabled:hover
{
background: #dddddd;
cursor: default;
border: 0;
color: #333;
border-radius: 3px;
height: 35px;
}
input[type="button"]:hover:disabled,
input[disabled=disabled][type=submit]:hover,
select:hover:disabled,
button:hover:disabled
{
cursor: not-allowed;
}
.res-widget-container fieldset select {
width: 100%;
height: 34px;
margin: 0;
padding: 5px 10px;
background: #fff url('https://trisept.widen.net/content/ewwbuhwr8a/png/UAV_ICON_NAV_arrow_down_48px-128.png') no-repeat;
background-size: 25px;
background-position:  right 10px center;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
outline: none;
border: none;
}
.glyphicon-chevron-right {
background: transparent url(https://trisept.widen.net/content/qo8jgozu6o/png/UAV_ICON_NAV_arrow_right.png) no-repeat top left;
background-size: 12px;
}
.glyphicon-chevron-left {
background: transparent url(https://trisept.widen.net/content/mum5akyy9u/png/UAV_ICON_NAV_arrow_left.png) no-repeat top left;
background-size: 12px;
}
.angucomplete-selected-row {
background-color: #0033A0;
color: #FFF;
}
.angucomplete-selected-row:hover:active:focus {
background-color: #0033A0;
color: #FFF;
}
.res-widget-container .highlight {
color: #A92327;
}
.angucomplete-selected-row .highlight {
color: #FFF;
}
.angucomplete-selected-row .angucomplete-title {
background-color: #0033A0;
color: #FFF !important;
}
.angucomplete-title:hover:active:focus {
color: #FFF;
}
.angucomplete-title .highlight:hover:active:focus {
color: #FFF;
}
.megaOnSale .lengthsofstay button:first-child {
border-radius: 4px 0 0 4px !important;
}
.megaOnSale .lengthsofstay button:last-child {
border-radius: 0 4px 4px 0 !important;
}
.megaOnSale .lengthsofstay button:only-child {
border-radius: 4px !important;
}
.res-widget-container .package-type {
margin-bottom: 20px !important;
}
.res-widget-container .selectedPkg {
color: #0033A0 !important;
border-bottom: 3px solid #0033A0 !important;
}
.res-widget-container .passengersCount {
border: 1px solid #0033A0;
color: #0033A0;
background-color: #d9e2ea;
}
.res-widget-container .passengersCount span {
color: #0033A0;
}
.megainputlabelwrap h3
{
display: inline-block;
}
.megainputlabelwrap i
{
display: inline-block;
padding: 4px;
}
.megainputlabelwrap .fa {
font-size: 14px;
}
.megainputlabelwrap .popover .popover-content
{
font-size:12px;
line-height:18px;
}
.res-widget-container table {
background-color: #0033A0;
}
.res-widget-container .btn.active, .btn:active {
margin: 0;
}
.res-widget-container .mainSearchScreenReaderLeft {
position: relative;
}
.res-widget-container .Search-More-Options {
display: block;
margin-bottom: 17px;
text-align: right;
position: absolute;
right: 20px;
bottom: 10px;
}
.Search-More-Options.swv-right-version {
display: none;
}
.res-widget-container .Search-More-Options a {
color: #0033A0;
padding: 0;
display:inline-block;
position:relative;
}
@media only screen and (max-width: 599px) {
.res-widget-container .rooms-wrap {
width: 75%;
}
}
@media only screen and (max-width: 453px) {
.res-widget-container .rooms-wrap {
width: 100%;
}
}
@media only screen and (max-width: 430px) {
.res-widget-container .infant-question-widget {
padding: 5px 0 0px 0;
}
.res-widget-container .Search-More-Options {
bottom: 40px;
margin-bottom: 0;
}
}
.res-widget-container .tooltip {
color: #0033A0;
}
.res-widget-container .icon-edit {
color: #0033A0;
}
.res-widget-container .passengersChange {
color: #0033A0;
}
.res-widget-container .passengersChange:hover {
text-decoration: underline;
}
.hotelLandResToolSection .megaOnSale {
max-width: 340px;
overflow: hidden;
}
.megaOnSale div.megaOnSalePrice div {
color: rgba(5, 13, 41, 0.65);
}
.megaOnSale .megaOnSalePrice div.megapricequote {
color: rgba(5, 13, 41, 0.9);
}
.megaOnSale .passengersCount {
color: rgba(5, 13, 41, 0.9);
}
.megaOnSale .megadisclaimer {
color: rgba(5, 13, 41, 0.65);
}
.megaOnSale .lengthsofstay button {
border: 2px solid #0033A0;
color: #0033A0;
}
.megaOnSale .lengthsofstay button.active {
background-color: #0033A0;
color: #FFFFFF;
}
.megaOnSale .lengthsofstay button:last-child {
border-right: 2px solid #0033A0;
}
.megaOnSale .lengthsofstay button:first-child {
border-left: 2px solid #0033A0;
}
#osMegaCalendar .megaos-left {
color: #0033A0;
}
#osMegaCalendar .megaos-right {
color: #0033A0;
}
#osMegaCalendar .fa.fa-angle-left {
color: #0033A0;
}
#osMegaCalendar .fa.fa-angle-right {
color: #0033A0;
}
#osMegaCalendar .uib-day.onsale-date button, #osMegaCalendar .uib-day.onsale-date button span {
color: rgba(45, 45, 45, 0.9);
}
#osMegaCalendar .uib-day.onsale-date.onsale-start-date button, #osMegaCalendar .uib-day.onsale-date.onsale-start-date button:hover {
background-color: #A92327 !important;
}
#osMegaCalendar .uib-day.onsale-end-date button, #osMegaCalendar .uib-day.onsale-end-date button:hover {
background-color: #A92327 !important;
}
#osMegaCalendar table td.onsale-lowprice-date.onsale-end-date .btn .pricelabel {
color: #A92327 !important;
}
#osMegaCalendar table td.onvacay-date {
background-color: rgba(182, 0, 0, 0.15);
}
#osMegaCalendar table td.onvacay-date .btn .pricelabel {
color: rgba(0,128, 134, 0) !important;
}
.megaonsaleselected #osMegaCalendar .uib-day.onsale-date.onvacay-date button span {
color: #0033A0;
}
.megaOnSale div.megaonsaleitem {
color: #cc4173;
}
.megaOnSale .megaSubmitArea button {
background-color: #0033A0;
border-radius: 4px;
}
#osMegaCalendar .pricelabel {
color: rgba(45, 45, 45, 0.65) !important;
}
#osMegaCalendar .uib-day.onsale-lowprice-date button, #osMegaCalendar .uib-day.onsale-lowprice-date button span {
color: #A92327 !important;
}
#osMegaCalendar .uib-day.onsale-lowprice-date.onsale-end-date button span {
background-color: transparent;
color: #FFFFFF !important;
}
.onsale-lowprice-date span.pricelabel {
color: #0033A0 !important;
}
#osMegaCalendar .onvacay-date span {
background-color: transparent;
color: rgba(182, 0, 0, 0.15);
}
.res-widget-container .btn {
line-height: 23px;
border: none;
}
.res-widget-container .btn.disabled, .btn[disabled] span {
font-size: 13px;
padding: 0;
margin: 0;
}
.res-widget-container .btn span {
font-size: 13px;
}
.res-widget-container .btn.active span {
/*color: #FFF;*/
}
.widgetInvaild {
padding-top: 5px;
font-size: 14px;
}
#osMegaCalendar .uib-left:hover {
background: transparent !important;
}
#osMegaCalendar .uib-right:hover {
background: transparent !important;
}
.modal-content {
background: none;
box-shadow: none;
border: none;
padding: 50px 0 0 0;
margin: 0 auto;
}
.res-widget-container .updatePassengerCount {
display: none;
}
.number-of-pax-wrap-widget:last-child .infant-question-widget {
display:block;
}
.res-widget-container .infant-tool-tip-icon.fa.fa-info-circle {
float: left;
padding: 8px 3px 0 0;
color: #0033A0;
font-size: 14px;
}
.infant-tool-tip-icon.icon-info {
color: #0033A0;
}
.res-widget-container .btn-info {
background-color: #0033A0;
}
.res-widget-container .megaToggleText {
color: #0033A0;
padding: 0 5px 0 0;
}
.megaOnSale .megaToggleText {
font-size: 12px;
color: #0033A0;
}
.megaOnSale .fa.fa-plus-circle {
color: #0033A0;
}
.res-widget-container #scc_rt_passengers_numrooms.ng-invalid-qtypax {
border: red 1px solid;
z-index: 100;
position: relative;
}
.res-widget-container .number-of-rooms-wrap-widget span {
background-color: #FFF !important;
display: block;
z-index: 6;
position: relative;
padding: 10px;
}
.res-widget-container .rooms-wrap {
margin: 0 0 20px 0 !important;
}
.res-widget-container .adults-wrap-widget span {
background-color: #FFF;
display: block;
padding: 10px;
}
.res-widget-container .icon-plane, .icon-location-map-pin {
padding: 12px 0 0 6px;
}
.res-widget-container .ui-datepicker-trigger {
height: 35px;
}
.res-widget-container .going-to-wrap, .res-widget-container .departing-from-wrap {
border: solid 1px rgba(5, 13, 41, 0.65);
margin-top: 0;
}
.res-widget-container .return-date-wrap, .res-widget-container .depart-date-wrap {
border: solid 1px rgba(5, 13, 41, 0.65);
}
.res-widget-container .number-of-rooms-wrap-widget, .res-widget-container .adults-wrap-widget {
border: solid 1px rgba(5, 13, 41, 0.65);
}
.res-widget-container .children-wrap-widget {
border: solid 1px rgba(5, 13, 41, 0.65);
}
.res-widget-container .hoteltripadvisor {
padding: 10px 0 0 20px;
}
.res-widget-container.res-mega-widget-container .hoteltripadvisor {
padding: 0;
}
@media only screen and (max-width: 1033px) {
.res-widget-container .going-to-wrap, .res-widget-container .departing-from-wrap {
margin-bottom: 25px !important;
}
}
@media only screen and (max-width: 430px) {
.res-widget-container .package-type {
width: 100%;
}

.res-widget-container .return-date-wrap {
margin-right: 0;
}

.res-widget-container .children-wrap-widget {
margin-right: 0;
}

.res-widget-container .infant-question-widget {
margin-right: 5px;
}

.res-widget-container .updatePassengerCount {
width: 100%;
margin: 0 auto;
}

.res-widget-container .rooms-wrap {
margin-right: 0;
}
.res-widget-container .Search-More-Options {
bottom: 45px;
}
.res-widget-container .search-container input {
width: 100%;
}

}
#hotel-ResToolBlock .res-widget-container .package-type-wrap div:nth-child(2) input.res-widget-buttons {
border-radius: 0 !important;
}
#hotel-ResToolBlock .res-widget-container .rooms-wrap {
order: 6;
margin-bottom: 50px !important;
margin-right: 0px !important;
}
#hotel-ResToolBlock .res-widget-container .going-to-wrap {
margin-bottom: 20px !important;
}
#hotel-ResToolBlock .res-widget-container .Search-More-Options {
order: 8;
margin: 0 auto !important;
text-align: center;
}

