*,
*::before,
*::after {
	box-sizing: border-box;
}

:root {
	--background: #fff;
	--blue: #006993;
	--green: #008899;
	--teal: #51a5b7;
	--grey: #c5d6e0;
	--tablebg: #e8f6ff;
	--evenrowbg: #d9eef8;
	--highlightbg: #f3f7f9;
	--lightblue: #64c3eb;
	--captiongrey: #c4d6e1;
	--modulebg: #f3f7f9;
	--darktext: #000;
	--lighttext: #fff;
	--skyblue: #16c1f3;
	--skybluedark: #006993;
	--oceanblue: #25a8b9;
	--oceanbluedark: #008b9b;
	--neutrallight: #c0d7e3;
	--neutraldark: #5b727d;
	--largefont: 36px;
	--radius: 10px;
}

html {}
body {margin:0; padding:0; font-family: Quicksand, arial;box-sizing:border-box;font-size:24px;}
form, td, span, div, table {margin:0; border:0; padding:0;}
img {border:0}
.cnt {text-align:center}
img.cnt {display:block; margin:0 auto}
.top {vertical-align:top}
.rgt {text-align:right}
.b, b {font-weight:bold; font-family:Quicksand;}
.rt {text-align:right}
.i {font-style:italic}
.req {font-weight:normal; color:red;}
.red {color:red}
.clr, .break, .brk {clear:both; font-size:0; height:0; line-height:0}
.wht {color:#fff}

/* Colors Pallette */
.sky_lightblue {color:var(--skyblue); }
.sky_darkblue {color: var(--skybluedark); }
.ocean_lightblue {color:var(--oceanblue); }
.ocean_darkblue {color:var(--oceanbluedark);}
.neutral_light {color:var(--neutrallight); }
.neutral_dark {color:var(--neutraldark); }
.green_light {color:#87CD44; }
.green_dark {color:#407A34; }

.oceanbluedark{color:var(--oceanbluedark);}
.oceanblue{color:var(--oceanblue);}
.skyblue{color:var(--skyblue);}
.skybluedark{color: var(--skybluedark);}
.neutrallight{color:var(--neutrallight);}
.neutraldark{color: var(--neutraldark);}
.oceanbluedarkbg{background-color:var(--oceanbluedark);}
.oceanbluebg{background-color:var(--oceanblue);}
.skybluebg{background-color:var(--skyblue);}
.skybluedarkbg{background-color: var(--skybluedark);}
.neutrallightbg{background-color:var(--neutrallight);}
.neutraldarkbg{background-color: var(--neutraldark);}
.lighttext{color:#fff;}
.darktext{color:#000;}
.tablebg{background-color:var(--tablebg);}

/* Form Element Styles */
.btn_submit, input.submit, button.submit {background: var(--oceanbluedark);color:var(--lighttext);font-family:Quicksand;font-size:32px;font-weight:bold;
	border: 1px solid var(--oceanbluedark);	display: inline-block;padding: 20px 100px;border-radius: var(--radius);	-webkit-transition: all 125ms ease-out;
	transition: all 125ms ease-out;}
.btn_submit:hover, input.submit:hover, button.submit:hover {cursor:pointer; color:var(--oceanbluedark); background:var(--lighttext);}
.modulebutton{padding:10px 40px; background-color:var(--lightblue); transition:all 125ms ease-in-out;-webkit-transition: all 125ms ease-in-out;margin-top:50px;
border-radius:var(--radius);font-size:30px; color:var(--lighttext);text-decoration:none;border:1px solid var(--lightblue);}
a.modulebutton{font-weight:500 !important;}
.modulebutton:hover{background-color:var(--lighttext);color:var(--lightblue);}
input.text {border:1px solid #AEC0C7; padding:5px; font-size:19px;}
select.select {border:1px solid #AEC0C7; padding:5px; font-size:19px;}


.shadow {
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	/*border:5px solid #fff;*/
}
	
.pageimgrt{max-width:500px; width:100%; float:right; margin: 5px 0 10px 10px;}
figcaption{max-width:500px; width:100%; float:right; margin: 5px 0 10px 10px;}
.pageimg{max-width:500px; width:100%; float:left; margin: 5px 10px 10px 0px;}
.imgr {float:right; margin:0 0 40px 20px}

.normal {font-weight:normal}
select optgroup {font-weight:normal;}
.f10, .fs10 {font-size:10px;}
.f11, .fs11 {font-size:11px;}
.f12, .fs12 {font-size:12px;}
.f13, .fs13 {font-size:13px;}
.f14, .fs14 {font-size:14px;}
.f15, .fs15 {font-size:15px;}
.f16, .fs16 {font-size:16px;}
.f17, .fs17 {font-size:17px;}
.f18, .fs18 {font-size:18px;}

h1, h2, h3, h4, h5, h6 {display:block; position:relative; font-family:Quicksand; font-weight:bold;}
h1 {font-size:38px; line-height:48px; color:var(--darktext);}
h2 {font-size:34px; line-height:40px; color:var(--darktext);}
h3 {font-size:30px; line-height:36px; color:var(--darktext);}
h4 {font-size:26px; line-height:32px; color:var(--darktext);margin-bottom:12px;}
h5 {font-size:24px; line-height:30px; color:var(--darktext);}
.firsth1 {font-size: 55px;font-weight: bold;font-family: Quicksand;line-height:55px;padding-bottom:25px;}

ul{/*margin-left:-18px;*/}
li{padding-left:10px;}
a{font-weight:bold; text-underline-offset:5px; color:var(--darktext);}
a:hover{color:var(--oceanbluedark);}
p{padding:5px 0;}

/* Table */
.tbl {
	display: table;
}
.tr {display:table-row;}
.td {display:table-cell; padding:2px; vertical-align:middle;}

.img_r {float:right; margin:0 0 0 20px}
.img_l {float:left; margin:0 20px 0 0}
img.shadow {-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4); -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4); box-shadow: 1px 1px 5px rgba(0,0,0,0.4);}
img.border {border:5px solid #fff;}

/* Launcher Window Specific */
#launcheriframe {border:0; margin:0; width:100%; height:auto;}
#launcherbg {position:absolute; z-index:500; top:0; left:0; width:100%; background:#000; opacity:0; filter:alpha(opacity=0);}
#launcherbox {position:absolute; display:none; font-family:Quicksand; left:8%; width:940px; margin-left:0; height:600px; border-radius:var(--radius); z-index:900; opacity:0; filter:alpha(opacity=0); background:#fff; padding:20px; -moz-box-shadow: 3px 3px 4px #000; -webkit-box-shadow: 1px 3px 10px #000; box-shadow: 1px 3px 10px #000;}
/*#launcherclose {position:absolute; cursor:pointer; top:215px; z-index:600; right:115px; width:32px; height:32px;}*/
#launcherclose {position:fixed; cursor:pointer; top:35px; z-index:600; right:80px; width:40px; height:40px;}
#launcherclose a{color:var(--lighttext);font-size:40px;text-decoration:none;}

.hr, hr {font-size:0; height:1px; line-height:1px; border-bottom:1px solid #000;}

#topbar{background:var(--grey);height:50px;width:100%;padding-left:25px; font-size:18px;}
#topbarleft{color:var(--darktext);display:inline-block;/*position:relative; bottom:12px;*/}
#topbarleft span{padding-right:25px;}
#topbarleft a{text-decoration:none;color:var(--darktext);font-weight:bold;}
#topbarleft a:hover{color:var(--oceanbluedark);}
#topbarsearch{display:inline-block; width:unset;}
#topbarright{float:right;background:var(--skybluedark); color:var(--lighttext);height:100%;padding-top:8px;min-width:220px;}
#topbar.showq #topbarright{}
/* Youtube Video Embeds */
.ytVideoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}
.ytVideoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#wrapper {}
header {width: 100%;background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 38%, rgba(255,255,255,1) 100%); 
		height: 350px;position: absolute;z-index: 2;
		background-size:100% 350px;	-webkit-background-size: 100% 350px;-moz-background-size: 100% 350px;-o-background-size: 100% 350px;
}
/*#navholder {width: 100%;background: rgb(255,255,255);background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 38%, rgba(255,255,255,1) 100%);	
	height: 200px;position: absolute;z-index: 2;}
*/
	#headergrad_lt {
		z-index:0;
		width:350px; position:absolute; top:0; left:0; height:300px;
		max-width:100%;
		background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	}
	#headergrad_rt {
		z-index:0;
		width:350px; position:absolute; top:0; right:0; height:300px;
		max-width:100%;
		background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}
	
	#headerinner {width:100%; max-width:1280px; position:relative;}
		#logo {position:absolute; top:35px; left:25px;z-index:4;}
	#logo a img{max-width:200px;}
	#bannertextholder {position:absolute; top:0; /*margin-top:-80px;*/ right:0; z-index:500;}
	#bannertextholderinner {width:100%; max-width:1280px; position:relative; margin:0 auto;}
/*#bannertext {font-family:quicksand;font-weight:bold; color:#fff; opacity:0; text-shadow:1px 1px rgba(0,0,0,0.3); letter-spacing:8px; font-size:60px; -webkit-transition: all 1000ms ease-out; transition: all 1000ms ease-out;}*/
	#bannertext {position:relative; font-family:quicksand;font-weight:bold; color:#fff; opacity:0; text-shadow:1px 1px rgba(0,0,0,0.3); font-size:100px; -webkit-transition: opacity 1000ms; transition: opacity 1000ms;}
	/*#bannertext.init {letter-spacing:0; opacity:0.96; font-size:80px; margin-left:0; -webkit-transition: all 1000ms ease-out; transition: all 1000ms ease-out;} */
	#bannertext.init {opacity:0.96; -webkit-transition: opacity 1000ms; transition: opacity 1000ms;} 
	
	
	#mobilemenubtn {display:none; position:absolute; z-index:200; top:12px; right:35px;}
	#mobilemenubtn a {display:block; background: url(/vimages/menu_btn_mobile.png) no-repeat right center; width:38px; height:38px; -webkit-background-clip: padding-box; background-clip: padding-box;}
	#mobilemenubtn a.init {background:url(/vimages/menu_btn_mobile_on.png) no-repeat right center;}
	
	#mobilesearchbtn {display:none; position:absolute; z-index:200; top:112px; right:80px;}
	#mobilesearchbtn a {display:block; background: url(/vimages/search_btn_mobile.png) no-repeat right center; width:38px; height:38px; -webkit-background-clip: padding-box; background-clip: padding-box;}
	#mobilesearchbtn a.init {background:url(/vimages/search_btn_mobile_on.png) no-repeat right center;}
	.show{display:block !important;}
	/*
	h1.first {position:absolute; left:0; top:-180px; z-index:200; opacity:0; -webkit-transition:all 1000ms ease-out; transition:all 1000ms ease-out;  width:96%; padding:0 2%; text-align:center; font-weight:300; font-style:italic; color:#fff; margin:0; font-size:70px; line-height:70px; text-shadow:1px 1px 3px rgba(0,0,0,0.4)}
	h1.first a {text-decoration:none; color:#fff;}
	h1.first.init {top:-130px; opacity:1;}
	*/
	
	#searchbox {position:absolute; top:0; right:0; width:468px; height:105px; background:url(/vimages/searchbox_bg.png) no-repeat; }
		#searchboxinner {padding:5px 20px;}
			#searchboxinnerlt {float:left; width:28%; margin-right:2%; color:#52616F; text-align:center; font-size:15px; font-family:Quicksand;font-weight:bold;}
				#currentweather, #currentdate {padding:0 25px;display:inline-block;}
					#cwicon {display:block; margin:0 auto}
					#cwtemp {}
			
			#searchboxinnerrt {float:left; width:70%;}
				#toplinks {text-align:center; margin-top:2px; padding-right:3px;}
				#toplinks a {text-decoration:none; font-size:13px; line-height:13px; -webkit-transition: all 150ms ease-out; transition: all 150ms ease-out; color:#52616F; display:inline-block; padding:0 0 0 5px; font-family:Quicksand;}
				#toplinks a:hover {color:#AEC0C7}
				#toplinks .td {vertical-align:middle;}
				#toplinks .tbl {margin-left:auto;}
				#toplinks .td img {margin-bottom:-4px;}
				#toplinks a img {-webkit-transition: all 150ms ease-out; transition: all 150ms ease-out; }
				#toplinks a img:hover {filter:saturate(4);}
				
				#searchfldholder {margin-top:5px; margin-bottom:5px;}
					#searchfld {position:relative;}
					#searchfldholder #q {border:0; background:rgba(255,255,255,1);width:0; -webkit-transition: all 0ms ease-in-out; transition: all 0ms ease-in-out; padding:10px 3% 8px 3%; border-radius:10px; line-height:18px; color:#AEC0C7; font-size:18px;}
					#searchfldholder #q:focus {/*background:rgba(231,236,238,0.4);*/background:#fff; outline:none;}
					#searchfldholder #q.showq{width:250px;position:relative;left:33px;}
					#searchfldholder #submit {position:absolute; cursor:pointer; display:block; padding:5px; z-index:20; top:10px; /*right:12px; */border:0; width:29px; height:24px; background:url(/vimages/search_icon.png) no-repeat;}
				#topsocial {text-align:center;}					
			
	#content {width:100%; background:#fff; padding:0; box-sizing:border-box;margin-top:50px;} 
	.divcontent{width:100%;max-width:1280px; margin:0 auto;box-sizing:border-box;padding:10px 55px;}
		#topradius-lt {position:absolute; z-index:2; left:26%; top:-16px; width:14px; height:16px; background:url(/vimages/content_radius_topleft2.png) no-repeat}
		#topradius-rt {position:absolute; display:none; z-index:2; right:31.5%; top:-49px; width:28px; height:49px; background:url(/vimages/content_radius_topright2.png) no-repeat}
		#topbannercover-lt {position:absolute; left:0; top:611px; width:25%; background:#fff; height:200px;}
		#topbannercover-rt {position:absolute; margin-right:0; right:0; top:611px; width:30%; background:#fff; height:200px;}
	#full{width:100%;}	
	#lt {position:relative; z-index:3; margin-top:-93px; margin-bottom:-20px; float:left; width:26%;}
		#lt_header {border-radius:var(--radius) var(--radius) 0  0; background:#0EB4E1; text-align:center; padding:9px 10px; font-weight:normal; font-size:26px; line-height:26px; font-family:Quicksand; font-weight:normal; color:#fff; font-variant:Small-Caps;}
		#lt_header a {text-decoration:none; color:#fff;}
		#lt_inner {position:relative; z-index:3; padding:30px 30px 40px 0;}
		
	
	#rt {position:relative; float:left; width:74%;}	
		
		#notch {position:absolute; z-index:1; top:-49px; left:0; width:56%;}
			#btnarrivals {width:49%; background:rgba(0,0,0,0.05); text-shadow:1px 1px rgba(0,0,0,0.2); cursor:pointer; -webkit-transition: all 250ms ease-out; transition: all 250ms ease-out; border-top:2px solid #fff; border-right:2px solid #fff; text-align:center; border-radius:0 15px 0 0; float:left; margin-right:4px; height:47px;}
			#btndepartures {width:49%; background:rgba(0,0,0,0.05); text-shadow:1px 1px rgba(0,0,0,0.2); cursor:pointer; -webkit-transition: all 250ms ease-out; transition: all 250ms ease-out; border-top:2px solid #fff; border-left:2px solid #fff; text-align:center; border-radius:15px 15px 0 0; border-right:2px solid #fff; float:left; height:47px;}
			
			#notch span {display:inline-block; font-size:23px; line-height:23px; font-family:Quicksand; font-weight:bold; text-decoration:none; text-transform:uppercase;}
			#btnarrivals span {background: url(/vimages/icon_arrival.png) no-repeat left center; padding:13px 20px 12px 50px;}
			#btndepartures span {background: url(/vimages/icon_departure.png) no-repeat left center; padding:13px 20px 12px 54px;}
			#notch a {position:relative; color:#fff; display:block; z-index:10;}
			#notch a:hover #btnarrivals, #notch a:hover #btndepartures {color:#0EB4E1; text-shadow:1px 1px 5px rgba(0,0,0,0.4); background:rgba(0,0,0,0.25);}
			#notch a.init {color:#AEC0C7} 
			#notch a.init #btnarrivals, #notch a.init:hover #btnarrivals, #notch a.init #btndepartures, #notch a.init:hover #btndepartures {background-color:rgba(255,255,255,1); color:#005681; text-shadow:none;}
			#notch a.init #btnarrivals span {background-image:url(/vimages/icon_arrival_init.png); }
			#notch a.init #btndepartures span {background-image:url(/vimages/icon_departure_init.png); }
		
		#rt_inner {padding:25px 0 20px 0; color:#52616F; overflow:hidden; font-size:19px; line-height:23px;}
			
			#rt_inner a {color:#0EB4E1; text-decoration:none; font-family:Quicksand; font-weight:bold; -webkit-transition: all 150ms ease-out; transition: all 150ms ease-out;}
			#rt_inner a:hover {color:#87CD44;}
			/* #rt_inner img {max-width:100%; height:auto;} */
			#breadcrumbholder{width:100%; max-width:1280px; margin:0 auto;box-sizing:border-box;padding:10px 0;}
			#breadcrumb {padding:15px 0; color:var(--darktext); font-size:20px; font-weight:bold;}
			#breadcrumb a{text-decoration:none; color:var(--darktext);}
			#breadcrumb a:last-child{color:var(--oceanbluedark);}
			.bcspan{padding-left:10px; padding-right:10px;font-weight:normal;}
			#rt_inner #breadcrumb a {color:#0EB4E1; font-family:Quicksand; font-weight:normal; }
			#rt_inner #breadcrumb a:hover {color:#AEC0C7;}

			#rt_inner .firsth1 {margin:0; color:#005681; font-variant:Small-Caps; font-size:36px; line-height:36px;}
			#rt_inner ul.pdfbullets li {list-style-image:url(/vimages/icon_pdf.gif);}
			#rt_inner li.pdfbullet {list-style-image:url(/vimages/icon_pdf.gif);}

			#rt_inner ul.iebullets li {list-style-image:url(/vimages/icon_explorer_bullet.gif);}
			#rt_inner li.iebullet {list-style-image:url(/vimages/icon_explorer_bullet.gif);}

#emergencyalert{position:fixed; bottom:0;left:0; z-index:555; width:100%; height:auto; background-color:yellow; text-align:center; transition: all 250ms ease-out;padding-bottom:5px;}
#alerton{margin-bottom:150px;}
#alertx{font-size:16px; padding: 5px 10px; margin: 5px; border: 2px solid #52616F;}
#alertx:hover{cursor:pointer;}
#alertdiv{font-size: 28px; color: #52616F;}
.displaymessage{padding:25px 10px; border: 1px solid #0eb4e1; border-radius: var(--radius); text-align: center; max-width: 350px; font-weight: bold;margin-bottom:1rem;background-color:#0eb4e1; color:#fff;}
.errormessage{padding:25px 10px; border: 1px solid #0eb4e1; border-radius: var(--radius); text-align: center; max-width: 350px; font-weight: bold;margin-bottom:1rem;background-color:red; color:#fff;}

/*ClickLinks*/
.clicklinkholder{width:32%;max-width:600px; display:inline-block; border:1px solid #0EB4E1; border-radius:var(--radius);margin:0px 1px 5px 0px;padding:9px 13px 13px; box-sizing:border-box;vertical-align:top; font-size:15px;}
.clicklinkmainimg{vertical-align:middle;display:inline-block;width:32%;max-width:600px;margin-bottom:7px;padding:9px 0px 13px;}
.clicklinkimage{width:100%; max-width:600px;border-radius:var(--radius);}
.clicklinkholder{color:#000 !important; font-size:18px;}
/*.clicklinkholder a:hover{color:#0EB4E1;}*/
a div.clicklinkholder img{-webkit-transition: all 300ms ease-out; transition: all 300ms ease-out;}
a div.clicklinkholder img:hover{transform:scale(1.1);}
.clicklinkname{}
.clicklink a{font-size:20px;}
a img.clicklinkimage{-webkit-transition: all 300ms ease-out; transition: all 300ms ease-out;opacity:0.8;}
a img.clicklinkimage:hover{transform:scale(1.1);opacity:1;}
.linksheader{width:66%;display:inline-block;}
.linksh1{font-size:1.3rem;width:100%;font-weight:bold;padding-bottom:15px;}
/***********/
footer {position:relative; z-index:5; width:100%; margin-top:40px; overflow:hidden; min-height:280px;}
	#footerinner {position:relative; margin:0;}
		#footerbgwrapper {position:relative; z-index:1; width:100%; height:100%;}
		#footerbg {position:absolute; width:100%; height:108%; z-index:1;
				   background: var(--skybluedark) url("/vimages/bannerswoopfooter.png") no-repeat center bottom;
		}
		#footerbgbot {position:absolute; bottom:0; z-index:10; border-top:2px solid #D6DFE3; width:100%;}
		#footerbgimage {position:absolute; width:100%; height:100%; z-index:0; background-image:url(/vimages/footer_bg_image.jpg); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat:no-repeat; background-position:bottom center;}
		#footertoplt {position:absolute; top:0; left:0; width:35px; height:20px; z-index:3; background:url(/vimages/footer_cover_toplt.png);}
		#footertoprt {position:absolute; top:0; right:0; width:35px; height:20px; z-index:3; background:url(/vimages/footer_cover_toprt.png);}
		#footerbotlt {position:absolute; bottom:0; left:0; width:35px; height:22px; z-index:3; background:url(/vimages/footer_cover_botlt.png);}
		#footerbotrt {position:absolute; bottom:0; right:0; width:35px; height:22px; z-index:3; background:url(/vimages/footer_cover_botrt.png);}
		#footersidelt {position:absolute; top:0; left:0; width:35px; height:100%; margin-top:-20px; z-index:2; background:url(/vimages/footer_cover_sidelt.png);}
		#footersidert {position:absolute; top:0; right:0; width:35px; height:100%; margin-top:-20px; z-index:2; background:url(/vimages/footer_cover_sidert.png);}
		
		#footernotchwrapper {position:relative; z-index:4; width:60%; margin:0 auto;}
		#footernotch {position:relative; top:0; borde left:0; z-index:2; margin:0 44px -26px 44px; background:url(/vimages/footer_cover_notch_rpt.png) repeat-x; height:26px;}
		#footernotchlt {position:absolute; top:0; left:0; width:44px; height:26px; z-index:2; background:url(/vimages/footer_cover_notch_lt.png);}
		#footernotchrt {position:absolute; top:0; right:0; width:44px; height:26px; z-index:2; background:url(/vimages/footer_cover_notch_rt.png);}

		#footertextlt {float:left; position:relative; z-index:500; width:75%;}
			#footertextlt-inner {padding:30px 30px;  display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: flex-start; justify-content: flex-start;}
			#footertextlt .bcol:last-child {padding-right:20px;/* border-right:1px solid #fff;*/}
			.bcol {position:relative; flex: 1 0; min-height:60px; min-width:180px; padding:15px; vertical-align:top}
			.bcolheader {display:inline-block; padding:0 0 10px 0;}
				.bcolheader a {text-decoration:none; position:relative; font-family:Quicksand; font-weight:bold; color:var(--lighttext); -webkit-transition: all 150ms ease-out; transition: all 150ms ease-out; font-size:20px; line-height:25px;}
				.bcolheader a:hover {opacity:1;}
			.bcollinks {padding:5px 0 0 0}
			.bcollinks a {text-decoration:none; position:relative; font-weight:normal; -webkit-transition: all 100ms ease-out; transition: all 100ms ease-out; color:var(--lighttext); opacity:0.8;font-size:18px; display:block; 
							  padding:10px 2px;}
			.bcollinks a:hover {opacity:1; color:var(--skyblue); /*padding:10px 2px 10px 4px;*/}
				
		#footertextrt {float:left; width:20%; z-index:100; vertical-align:top; position:relative; background:transparent;}
			#footertextrt-inner {padding:30px 20px 0px 0px;}
			#footercontactinfo {margin-top:10px; padding-left: 20px; box-sizing: border-box;border-left:1px solid #fff;}
			#contacti {display:inline-block; padding:15px; background:url(/vimages/contact_info_i.png) no-repeat center center; border:4px solid #52616F; border-radius:50%;}
			#contactitxt {padding-left:3px; text-transform:uppercase; color:#52616F; font-size:24px; font-family:Quicksand;font-weight:bold;} 
			#footercontactinfo:first-child .tbl {margin-bottom:10px;}
			#footercontactinfo .td {line-height:20px; font-size:20px; padding:4px 2px;}
			#footercontactinfo:nth-child(1) .tbl .tr .td:first-child {color:var(--lighttext); font-family:Quicksand; padding-right:8px;}

			
		#copyr {font-size:14px; position:relative; z-index:500; bottom:15px; color:var(--neutrallight); text-align:center;}
		#copyr a {text-decoration:none; color:#AEC0C7}
		#copyr a:hover {color:#52616F;}
			
			
#rtt {position:fixed; bottom:10px; transition: all 250ms ease-out; -webkit-transition: all 250ms ease-out;}		
#rtt a {display:inline-block; text-decoration:none; transition: all 150ms ease-out; -webkit-transition: all 150ms ease-out; background:var(--teal) url(/vimages/rtt_arrow.png) no-repeat center center; width:50px; height:50px; border-radius:50%;}
#rtt a:hover {background-color:var(--grey);}
	#rtt.normal {z-index:0; opacity:0; right:-40px;}
	#rtt.fixed {z-index:500; opacity:1; right:20px;}

.bookbtn{font-weight:bold; border:solid 1px #0EB4E1; border-radius:var(--radius);transition: all 150ms ease-out; -webkit-transition: all 150ms ease-out;padding:10px;color: #005681;
margin-top:13px;color:#005681;font-size:18px;text-decoration:none;}


.bookbtn:hover{background-color:#0EB4E1; color:#fff !important;}
/* Sub Menu ///////////////////////////////// */
.mn1 a {display:block; font-family:Quicksand; background:#F4F7F8; -webkit-transition: all 150ms ease-out; transition: all 150ms ease-out; border-radius:var(--radius); font-weight:bold; font-size:21px; line-height:21px; padding:10px 25px; color:#005681; text-decoration:none; margin-bottom:5px;}
.mn1 a:hover {padding:10px 22px 10px 28px; color:#0EB4E1;}
.mnOn1 a {display:block; font-family:Quicksand; border-radius:var(--radius); font-weight:bold; font-size:21px; line-height:21px; padding:10px 25px; margin-bottom:4px; color:#0EB4E1; text-decoration:none; background:#fff url(/vimages/nav_lt_arrow.png) no-repeat 8px center;}

.mn2 a {display:block; padding:7px 6px 7px 28px; font-size:16px; line-height:16px; font-family:Quicksand; text-decoration:none; color:#005681}
.mn2 a:hover {color:#0EB4E1;}
.mnOn2 a, .mnOnHC2 a {display:block; padding:7px 6px 7px 28px; font-size:16px; line-height:16px; font-family:Quicksand; text-decoration:none; color:#0EB4E1}
.menutd2holder {padding:0 0 20px 0;}

.mn3 a {display:block; padding:6px 6px 6px 6px; font-size:14px; line-height:14px; font-family:Quicksand; text-decoration:none; color:#005681}
.mn3 a:hover {color:#0EB4E1;}
.mnOn3 a {display:block; padding:6px 6px 6px 6px; font-size:14px; line-height:14px; font-family:Quicksand; text-decoration:none; color:#0EB4E1}
.menutd3holder {padding:10px; background:url(/vimages/menu_holder3_bg.png) repeat; margin-left:28px; border-radius:var(--radius);}
	
/* Tables //////////////////////////////// */
.tbldefault {width:100%; border-collapse: collapse;background-color:var(--tablebg);border-radius:var(--radius);}
.tbldefault tr:nth-child(even) td {background: #d9eef8;}
.tbldefault td {padding:15px 25px; font-size:24px; line-height:24px; border-bottom:none;}
.tbldefault th { padding:15px 25px 15px 0; color:var(--darktext); font-size:24px; line-height:24px; text-align:left; font-family:Quicksand; font-weight:bold; border-bottom:1px solid rgba(174, 192, 199, 0.3);}

.tbldefault tr:last-child td {/*border:0; padding-right:0;*/}
.tbldefault tr td:nth-child(1) {/*padding-left:0;*/}
.tbldefault td.th {font-family:Quicksand; font-weight:bold; color:var(--oceanbluedark);padding:25px;}
.tbldefault td.th:first-of-type{border-right:2px solid var(--oceanbluedark);}
.tbldefault td.th:last-of-type{border-right:none;}
.tbldefault td.bordertop {border-top:1px solid #AEC0C7;}
.tbldefault td.borderbot {border-bottom:1px solid #AEC0C7;}
.tbldefault td input.text, .tbldefault td .textbox {border:1px solid #AEC0C7; padding:5px; font-size:16px;}
.tbldefault td .select {border:1px solid #AEC0C7; padding:5px; font-size:16px;}
.tbldefault td .textarea {border:1px solid #AEC0C7; width:98%; padding:5px 1%; font-size:16px;}
.tbldefault tr td{border-right:2px solid var(--oceanbluedark);}
.tbldefault tr td:last-of-type{border-right:none !important;}
.tbldefault.noborder tr td{border:none;}
.tbldefault.noborder td.th:first-of-type{border:none;}
.tbldefault_lt {
	width: 100%;
	border-collapse: collapse
}
.tbldefault_lt td {background:#FFFFFF; padding:4px; border:1px solid #E6EBEE}
.tbldefault_lt th { padding:7px 7px 7px 0; color:#005681; font-variant:Small-Caps; font-size:21px; line-height:22px; text-align:left; font-family:Quicksand; font-weight:bold; border-bottom:1px solid rgba(174, 192, 199, 0.3);}

.tblaa {width:100%;  border-collapse: collapse}
.tblaa td {background:#FFFFFF; padding:4px; border:2px solid #E6EBEE}
.tblaa th {background:#EEEEEE; font-weight:bold; font-family:Quicksand; text-align:left; padding:8px; border:2px solid #E6EBEE}

.tblrealcost {width:100%;  border-collapse: collapse}
.tblrealcost td {background:#FFFFFF; padding:4px; font-size:12px; border:2px solid #E6EBEE}
.tblrealcost th {background:#EEEEEE; font-weight:bold; font-family:Quicksand; font-size:12px; text-align:left; padding:8px; border:2px solid #E6EBEE}

.tblpublication {width:100%;  border-collapse: collapse}
.tblpublication td {background:#FFFFFF; padding:4px; border:2px solid #E6EBEE}
.tblpublication th {background:#EEEEEE; font-weight:bold; font-family:Quicksand; text-align:left; padding:8px; border:2px solid #E6EBEE}

.tbl_bestbets {width:100%; border-collapse:collapse }
.tbl_bestbets tr:nth-child(2n+2) {background:#f7f7f7;}
.tbl_bestbets th {padding:4px 8px 4px 4px; border-bottom:1px solid #CCC; font-weight:bold; font-family:Quicksand; text-align:right;}
.tbl_bestbets .thleft {padding:4px 8px 4px 4px; border-bottom:1px solid #CCC; font-weight:bold; text-align:left;}
.tbl_bestbets .thtitle {padding:4px 8px 4px 4px; border-bottom:1px solid #CCC; font-weight:bold; text-align:left;}
.tbl_bestbets td {padding:4px 8px 4px 4px; border-bottom:1px solid #CCC; text-align:right;}
.tbl_bestbets .tdleft {padding:4px 8px 4px 4px; border-bottom:1px solid #CCC; text-align:left;}
.tbl_bestbets .tdbold {background:#DDDDDD; padding:4px 8px 4px 4px; border-bottom: 1px solid #CCC; border-top: 2px solid #CCC; font-weight:bold; text-align:right;}
.tbl_bestbets .tdboldleft {background:#DDDDDD; padding:4px 8px 4px 4px; border-bottom: 1px solid #CCC; border-top: 2px solid #CCC; font-weight:bold; text-align:left;}

.tbl_hours {width:98%; border-collapse:collapse }
.tbl_hours tr:nth-child(2n+2) {background:#f7f7f7;}
.tbl_hours th {padding:4px 8px 4px 4px; border-bottom:1px solid #CCC; font-weight:bold; font-family:Quicksand; text-align:center;}
.tbl_hours .thleft {padding:4px 8px 4px 4px; border-bottom:1px solid #CCC; font-weight:bold; text-align:left;}
.tbl_hours .thtitle {padding:4px 8px 4px 4px; border-bottom:1px solid #CCC; font-weight:bold; text-align:left;}
.tbl_hours td {padding:4px 8px 4px 4px; border:1px solid #CCC; text-align:center;}
.tbl_hours .tdleft {padding:4px 8px 4px 4px; border-bottom:1px solid #CCC; text-align:left;}
.tbl_hours .tdbold {background:#DDDDDD; padding:4px 8px 4px 4px; border-bottom: 1px solid #CCC; border-top: 2px solid #CCC; font-weight:bold; text-align:right;}
.tbl_hours .tdboldleft {background:#DDDDDD; padding:4px 8px 4px 4px; border-bottom: 1px solid #CCC; border-top: 2px solid #CCC; font-weight:bold; text-align:left;}

.tblblog {width:100%;  border-collapse: collapse}
.tblblog td {background:#FFFFFF; padding: 15px 0px 15px 0px; border-bottom:1px solid #E6EBEE; border-top:1px solid #E6EBEE;}
.tblblog th {background:#F8F8F8; font-weight:bold; color:#52616F; font-size:18px; font-family:Quicksand; text-align:left; padding:8px; border:1px solid #E6EBEE}



/* //////////// Global Table Classes ///////////// */
.tblflex {clear:both; width:100%; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: flex-start; justify-content: flex-start;}
	.tblflexitem {padding:10px 0 10px 10px; flex: 1 0; /* flex-grow, flex-shrink and flex-auto */}
	.tblflexitem.p20 {padding:20px;}
	.tblflexitem.p5 {padding:20px;}
	.tblflexitem.grow2 {flex:2;}
	.tblflexitem.grow3 {flex:3;}
	.tblflexitem.checkbox{flex: 9; position: relative;top: -50px;left: -10px;}
	.tblflexitem.auto {flex: 0 0 auto;}
	.tblflexitem.shrink {flex: 0 1 auto;}
	.tblflexitem:first-of-type{/*padding-left:0px;*/}
.tblflex.nowrap {-webkit-flex-flow: nowrap; flex-flow: nowrap;}
.tblflex.center {-webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center;}
.tblflex.stretch {-webkit-align-items: stretch; align-items: stretch;}
.tblflex.baseline {-webkit-align-items: baseline; align-items:baseline;}
.tblflex.inline {display: -webkit-inline-flex; display: inline-flex; width:auto;}
.tblflex.borders .tblflexitem {border-bottom:1px solid #E6E5D8; min-width:46%}
.tblflex.borders .tblflexitem.bordertop {border-top:1px solid #E6E5D8;}
.tblflex.borders .tblflexitem.borderbottom {border-top:1px solid #E6E5D8;}
.tblflex.borders .tblflexitem.borderleft {border-left:1px solid #E6E5D8;}
.tblflex.borders .tblflexitem.borderright {border-right:1px solid #E6E5D8;}
.tblflex.twothirds{width:66%; margin:0 auto;}
.tblflexitem.quarter{width:25%;}
.tblflexitem img {
	border-radius: var(--radius);
}
.tblflexlast{margin-bottom:60px; padding-bottom:40px;}
.tblflexitem.imgcaption{margin-bottom:-60px;}
/* ////////// Buttons //////////////////// */
#airbooknow {
	width: 200px;
	border: 2px solid #00B2DD;
	border-radius: var(--radius);
	padding: 5px;
	background-color: #F3F7F8;
	float: left;
	font-size: 22px;
	margin-top: 10px;
}
#airbooknowindex {width: 90%; border: 2px solid #00B2DD; border-radius: var(--radius); padding: 5px; background-color: #F3F7F8; float: left; font-size:22px; margin-top: 10px; margin-bottom: 30px}
#airbooknow448 {width: 360px; border: 2px solid #00B2DD; border-radius: var(--radius); padding: 5px; background-color: #F3F7F8; font-size:22px; margin-top: 10px;}

/* ////////// Sub Indexes //////////////////// */
#siflex {margin:0 auto; display: -webkit-flex; display: flex; width:100%; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: flex-start; justify-content: flex-start;}
	#siflex a {margin-bottom:15px; margin-right:1%; overflow:hidden;  position:relative; border-radiusvar(--radius); width:100%; max-width:15%; min-width:150px; height:150px; cursor:pointer; background-color:#005293; display:inline-block; -webkit-transition: all 250ms ease-out; transition: all 250ms ease-out;}
	#siflex a .mnOuter1, #siflex a .mnOuter2, #siflex a .mnOuter3, #siflex a .mnOuter4, #siflex a .mnOuter5 {width:100%; -webkit-align-items: center; align-items: center; height:150px; display: -webkit-flex; display: flex;}
	#siflex a .mn1, #siflex a .mn2, #siflex a .mn3, #siflex a .mn4, #siflex a .mn5 {color:#fff; z-index:100; display:block; text-align:center; margin:0 auto; padding:10px 15px; position:relative; font-family:Quicksand; font-weight:bold; font-size:22px; line-height:22px; border:1px solid transparent; text-decoration:none; text-shadow:1px 1px rgba(0,0,0,0.5)}
	#siflex a .mnOuter1 .mnImage1, #siflex a .mnOuter2 .mnImage2, #siflex a .mnOuter3 .mnImage3, #siflex a .mnOuter4 .mnImage4, #siflex a .mnOuter5 .mnImage5 {position:absolute; top:0;  left:0; z-index:0; width:100%; opacity:1; height:100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat:none; background-position:center center; -webkit-transition: all 250ms ease-out; transition: all 250ms ease-out;}
	#siflex a .mnOuter1 .mnGrad1, #siflex a .mnOuter2 .mnGrad2, #siflex a .mnOuter3 .mnGrad3, #siflex a .mnOuter4 .mnGrad4, #siflex a .mnOuter5 .mnGrad5 {position:absolute; bottom:0; left:0; z-index:1; width:100%; opacity:1; height:120px; 
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );}
	#siflex a:first-child {margin-left:0;}
	/* #siflex a:last-child {margin-right:0; }*/
	#rt_inner #siflex a:hover {background:#3F9C35; text-decoration:none;}
	#siflex a:hover .mnOuter1 .mnImage1, #siflex a:hover .mnOuter2 .mnImage2, #siflex a:hover .mnOuter3 .mnImage3, #siflex a:hover .mnOuter4 .mnImage4, #siflex a:hover .mnOuter5 .mnImage5 {opacity:.2;}
	#siflex a:hover .mn1, #siflex a:hover .mn2, #siflex a:hover .mn3, #siflex a:hover .mn4, #siflex a:hover .mn5 {color:#eee;}

/*Flight Info*/

#aordholder {-webkit-transition: all 200ms ease-out; transition: all 200ms ease-out;border-radius:var(--radius);}
#aordpreloader {display:none; position:absolute; width:16px; height:16px; top:15px; right:15px;}	
#aordbuttons {margin-bottom:-30px; padding:15px 15px 0 15px;text-align:center;}
#aordbuttons a {color:var(--lighttext); font-weight:bold; display:inline-block; padding:15px 25px; font-size:36px; text-decoration:none; background:var(--teal); width:358px;z-index:4;
		-webkit-transition: all 200ms ease-out; transition: all 200ms ease-out;
}
#aordbuttons a#aordarr{border-bottom-left-radius:var(--radius);border-top-left-radius:var(--radius);background:var(--oceanblue);border: 1px solid var(--oceanblue);
margin-right:-1px;
}
#aordbuttons a#aorddepart{border-bottom-right-radius:var(--radius);border-top-right-radius:var(--radius);background:var(--oceanblue);border: 1px solid var(--oceanblue);margin-left:-6px;}
#aordbuttons a.active {background: var(--oceanbluedark) !important;z-index: 5;margin-right: 0px;margin-left: 0px;}
#aordbuttons a:hover {background: var(--lighttext) !important;color: var(--darktext) !important;border: 1px solid var(--green);}

.flightdate{font-size:24px; padding:35px 0;text-align:center;}
.tblfidsmini {width:100%;background:#e8f6ff;padding-top:65px;}
.tblfidsmini th {font-size:25px; padding:5px 0; border-bottom:1px solid #fff; color:#000; font-weight:bold; font-family:Quicksand;background:var(--neutrallight);}
.tblfidsmini td {text-align:center; padding:8px 4px; font-size:22px; color:#000; border:0; margin:0;-webkit-transition: all 200ms ease-out; transition: all 200ms ease-out;}
.tblfidsmini tr:nth-child(2n+3) td {background:#d9eef8;}
.tblfidsmini td a {text-decoration:none; color:#00668f;  font-weight:normal; font-family:Quicksand;  -webkit-transition: all 200ms ease-out; transition: all 200ms ease-out;}
.tblfidsmini td a:hover {}
.tblfidsmini tr#flightinfo{-webkit-transition: all 200ms ease-out; transition: all 200ms ease-out;}
.tblfidsmini tr#flightinfo:hover td{background:#00668f;color:#fff;}
.tblfidsmini tr#flightinfo:hover td a{color:#fff;}
#fidslastupdated {padding:5px 15px 10px 15px; text-align:left; font-weight:normal; opacity:.8; font-size:15px; color:#A9BEC5;}
#disclaimer{padding:40px 0;}

.contentdiv{width:100%; max-width:1280px; margin:0 auto;}
.fiftyten{padding:50px 10px;}
.borderrb{border-right:solid 1px var(--darktext);}
.contentdiv h2{margin-top:0px; padding-top:45px;}
.airlineholder,.accessibilityholder{font-size:22px;}
.airlineholder a, .accessibilityholder a{background:var(--tablebg);padding:25px 0; text-align:center;width:100%;display:inline-block;text-decoration:none;
	border-radius:var(--radius);color:var(--darktext);-webkit-transition: all 200ms ease-out; transition: all 200ms ease-out; }
.airlineholder a:hover, .accessibilityholder a:hover{background-color:var(--skybluedark); color:var(--lighttext);}
.airlineimg{width:100%; max-width:420px;}
.spanlabel{font-weight:bold;line-height:40px;}
a.booknow {border-radius:var(--radius); text-decoration:none; -webkit-transition: all 200ms ease-out; transition: all 200ms ease-out; color:#fff; font-family:Quicksand; font-weight:bold; font-size:20px; margin-bottom:15px; margin-right:15px; text-align:center; display:inline-block; padding:25px 40px; 
	background:var(--green); color:var(--lighttext) !important;border:1px solid var(--green);}
a.booknow:hover {background: var(--lighttext);color: var(--darktext) !important;text-decoration: none;}
.overline{border-top:1px solid var(--darktext);}
.underline{border-bottom:1px solid var(--darktext);}
.logo{width:100%; max-width:420px;}
.airlinelogo{width:100%; max-width:420px;}
.airlinelogoholder{margin-top:45px;}
.airlinelogoholder .tblflexitem{padding-top:45px;}

/*Destinations*/
.dest {
	width: 33%;
	box-sizing: border-box;
}
.imgdest{max-width:400px;border-radius:var(--radius);}
.imgdestcaption{position:relative;/*bottom:75px;*/background: rgba(232, 246, 255, 0.7);font-size:24px;padding:20px 0 0 15px;height:70px;
	font-weight:bold;box-sizing:border-box;max-width:400px; border-bottom-left-radius:10px; border-bottom-right-radius:10px;
	-webkit-transition: all 500ms ease-out; transition: all 500ms ease-out;
	/*background-image: url(/vimages/dest-arrow.png);*/
    background-repeat: no-repeat;
    background-color: rgba(232, 246, 255, 0.7);
    background-size: 60px;
    background-position: 40%;

}
.imgdestcaption.bp60{background-position-x:55%;}
#page-27 .imgdestcaption {
	background-position-x: 5%;
	background-position-y: 80%;
	padding: 10px 0 0 15px;
}

#page-27 .destarrowlink:hover .imgdestcaption, .destarrowlink:hover .imgdestcaption.bp60 {
	background-repeat: no-repeat;
	background-color: var(--skybluedark);
	background-position-x: 95%;
	background-position-y: 80%;
}
.destarrow{display:inline-block;width:60px; margin-right: 25px;-webkit-transition: all 500ms ease-out; transition: all 500ms ease-out;color:var(--darktext);}
.destarrowlink{height:70px; max-width:400px;display:block; text-decoration:none; color:var(--darktext);bottom:75px;position:relative;}
a.destarrowlink img.destarrow{-webkit-transition: all 500ms ease-out; transition: all 500ms ease-out;text-decoration:none; }
/*.destarrowlink:hover img{margin-left:100px;}*/
.destarrowlink:hover .imgdestcaption, .destarrowlink:hover .imgdestcaption.bp60{color: var(--lighttext);/*background-image: url(/vimages/dest-arrow-white.png);*/
	background-repeat: no-repeat;background-color: var(--skybluedark);background-position: 95%;}
.destarrowlink:hover img.destarrow{/*position:relative;content:url(/vimages/image.png);*/}

.imgdestcaptionv{background-image: url("/vimages/dest-arrow.png"); background-repeat: no-repeat; width: 60px; height: auto;  margin-right: 25px;padding: 0;}

/*Link Labels*/
.linklabel{font-size:32px; color:var(--darktext);}
.linkdisplay{color:var(--green);font-weight:bold;font-size:34px;}
.linkdisplaysm{font-weight:bold;font-size:26px;}
.accessibilityholder a:hover .linkdisplay{color:var(--lighttext);}

.buttonlinkblue, .buttonlinkgreen, .buttonlinkbluebold, .buttonlinkskyblue, .buttonlinktoskyblue
{font-size:22px; font-weight:bold; padding:25px 5px; text-align:center;width:100%;display:inline-block;text-decoration:none;
	border-radius:var(--radius);-webkit-transition: all 200ms ease-out; transition: all 200ms ease-out;}
.buttonlinkbluebold{color:var(--skybluedark);font-weight:bold;max-width:400px;background:var(--tablebg);}
.buttonlinktogreen, .buttonlinktoskyblue{padding:25px 5px; text-align:center;width:100%;display:inline-block;text-decoration:none;
	border-radius:var(--radius);color:var(--darktext);-webkit-transition: all 200ms ease-out; transition: all 200ms ease-out;}
.buttonlinkblue:hover, .buttonlinkbluebold:hover{background-color:var(--skybluedark); color:var(--lighttext);}

.buttonlinkgreen{background-color:var(--tablebg); color:var(--lighttext);border:1px solid var(--tablebg);}
.buttonlinktogreen{background-color:var(--green); color:var(--lighttext);border:1px solid var(--green);}
.buttonlinkgreen:hover{background-color:var(--green); color:var(--lighttext);border:1px solid var(--green);}
.buttonlinktogreen:hover{background-color:var(--lighttext); color:var(--green);border:1px solid var(--green);}

.buttonlinkskyblue{background-color:var(--tablebg); color:var(--skyblue);border:1px solid var(--tablebg);}
.buttonlinktoskyblue{background-color:var(--skyblue); color:var(--lighttext);border:1px solid var(--skyblue);width:100%; max-width:400px;}
.buttonlinkskyblue:hover{background-color:var(--skyblue); color:var(--lighttext);border:1px solid var(--skyblue);width:100%; max-width:400px;}
.buttonlinktoskyblue:hover{background-color:var(--lighttext); color:var(--skyblue);}
.buttonlinkskyblue:hover .linkdisplay{color:var(--lighttext);}
.buttonlinkskyblue .linkdisplay{color:var(--skyblue);}
.buttonlinkskyblue:hover .linklabel{color:var(--lighttext);}
.buttonlinktoskyblue:hover .linkdisplay{color:var(--skyblue);}
.buttonlinktoskyblue .linkdisplay{color:var(--lighttext);}
.buttonlinktoskyblue:hover .linklabel{color:var(--skyblue);}



.buttonlinkblue:hover .linkdisplay{color:var(--lighttext);}
.buttonlinkblue .linkdisplay{color:var(--skybluedark);}

.buttonlinkgreen:hover .linkdisplay{color:var(--lighttext);}
.buttonlinkgreen .linkdisplay{color:var(--green);}
.buttonlinkgreen:hover .linklabel{color:var(--lighttext);}

.buttonlinktogreen:hover .linkdisplay{color:var(--green);}
.buttonlinktogreen .linkdisplay{color:var(--lighttext);}
.buttonlinktogreen:hover .linklabel{color:var(--green);}

/*Sustainable Initiatives*/
.energyholder{background:url("/vimages/energybg.jpg") no-repeat center;width:100%;max-width:1280px;text-align:center;padding:30px 10px;border-radius:var(--radius);margin:0 auto;}
#energyhistory, #powerline{background-color: rgba(0, 0, 0, 0.5);border-radius:var(--radius);padding:30px;}
#powerline{}
#energyHistory{background-color: rgba(0, 0, 0, 0.5);border-radius:var(--radius);padding:30px;}
.chartholder{width:100%; max-width:800px;height:500px;display:inline-block;}
#energytoday, #currentpower, #totalpower, #energymonth{color:var(--skyblue);font-weight:bold; font-size:32px;}
.powerholder{padding: 25px; border-radius: var(--radius); background-color: rgba(0, 0, 0, 0.5);margin-bottom:50px;}
.poweritem{display:inline-block; width:20%;min-width:250px;  box-sizing:border-box; margin:0 15px;}
/*Checkin*/
.checkin, .parking {background-color: var(--tablebg);}
.checkin{border-bottom: 1px solid var(--lightblue);}
.checkin .tblflexitem:first-child, .parking .tblflexitem:first-child{border-right:1px solid var(--lightblue);}
.checkin .tblflexitem, .parking .tblflexitem{font-weight:bold;}
.checkin:last-of-type{border-bottom:none;}
.parking{min-width:400px;}
.parking .tblflexitem{padding:30px;}

/*What Can I Pack Form*/
.packformholder{background: var(--lighttext);width:100%; color:var(--lighttext); background-color:var(--skybluedark);padding:50px; border-radius:var(--radius);}
.packform {align-items: center; border-radius: var(--radius); padding: 6px 12px;}
.packform input{color:var(--skybluedark);border-radius:var(--radius);border:none;padding:5px;width:80%;font-size:20px;}
.packformlabel {font-size:24px;}
.packforminput {width:80%; background:var(--lighttext);border-radius:var(--radius);text-align:center;}
.packform button{background-color:var(--skybluedark);color:var(--lighttext);-webkit-transition: all 200ms ease-out; transition: all 200ms ease-out;padding:5px 10px;border:1px solid var(--skybluedark);;border-radius:5px; font-size:22px;}
.packform button:hover{color:var(--skybluedark);background-color:var(--lighttext);}

.partnerbanner{/*margin:0 auto;*/}
.partnerbanner img{border-radius:var(--radius);margin:25px 0;width:100%; max-width:1280px; }
.partnerbanner img#partnerlogo{max-width:150px;margin:0;}
.plabel {padding: 10px 0 0 0;font-weight: bold;display: inline-block;width: 115px;}
.plabelex{padding:15px 0 0 120px;}
.exceptions{display:inline-block;padding:10px 15px 0 0;font-weight:bold;vertical-align:top;}
.exceptionhours{display:inline-block;padding-top:10px;}
.hoursholder{display:inline-block; width:33%;padding-top:10px;}
.hourslabel{ font-weight:bold;display:inline-block;}
.hours{display:inline-block;}
.exceptionsholder{display:inline-block; width:66%;vertical-align:top;}
.showresponsive{display:none;}
.hideresponsive{display:block;}
/*FAQ*/
.question {font-weight: bold;padding-bottom: 40px;display: inline-block;width:90%;}
.answer{visibility: hidden;opacity: 0;padding-bottom:0px;height:0;transition: opacity 250ms, visibility 0s ease-in;}
.answer.showa {visibility: visible;opacity: 1;padding-bottom: 40px;height:auto;}
.showa{display:block;}
.questiontoggle{transform: rotate(90deg);float:right;border-radius:50%;text-align:center; background:var(--tablebg);height:50px; width:50px; font-size:40px;-webkit-transition: background 200ms ease-out; transition: background 200ms ease-out;}
.questiontoggle:hover::after{background:var(--skybluedark);transform: rotate(-90deg);color:var(--lighttext);}
.faqgroupholder{margin-bottom:80px;}
.faqholder{border-bottom:1px solid var(--darktext); padding-top:40px;}
.faqarrow {float:right; transition: background 250ms ease-out; -webkit-transition: background 250ms ease-out;}		
.faqarrow a {display:inline-block; text-decoration:none; transition: background 150ms ease-out; -webkit-transition: background 150ms ease-out;
			 background:var(--skybluedark) url(/vimages/arrow_white.png) no-repeat center center; height:40px; width:40px;border-radius:20px;transform: rotate(180deg);} 
.faqarrow a.flip{transform: rotate(0deg);}
.faqarrow a:hover {background:var(--oceanblue) url(/vimages/arrow_white.png) no-repeat center center;}
.faqarrow.normal {z-index:0; opacity:0; right:-40px;}
.faqarrow.fixed {z-index:500; opacity:1; right:20px;}
/*Parking*/
.honkholder{padding-left:0px;}
/*Rental Cars*/
.rentalcar {width: 33%;	background: var(--tablebg);	text-align: center;	padding: 50px !important;	box-sizing: border-box;	border-radius: var(--radius);
	margin-right: 25px;
	margin-top: 50px;
	max-width: 400px;
}
.rentalcar img{border-radius:0;width:100%; max-width:300px;height:61px;}
.rentalcar .carcompany{color:var(--oceanbluedark); font-weight:bold;font-size:28px;}
/*Ground Transportation*/
.tblflex.destholder{ margin-left:-10px;}
.tblflex.destholder .tblflexitem{margin-bottom:-30px;}
.tblflex.destholder a:hover .imgdestcaption{color:var(--lighttext);}

/*About Us*/
.textbubble{box-sizing:border-box;padding:25px;margin:15px 25px 15px 0;border-radius:var(--radius);}
.tblflexitem.textbubble:first-of-type{padding-left:25px !important;}

/*Stained Glass*/
img.stainedglass{width:100%;max-width:480px; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);border-radius:0px;}
.blockquote{font-style:italic;padding:15px 20px 0px 20px;}
.bq{color:grey; font-size:2em;}
.tblflex.sg .tblflexitem{margin:auto 0;}
.tblflex.sg{padding-bottom:50px;}

/* Mini Calendar */
#minicalendarholder {
	min-height: 200px;
}
.caltable {width:100%;}
.caltable th {padding:4px 2px 4px 2px; color:#378371; font-size:10px;}

#caleventbullets { margin: 0 0 0 10px; padding: 0 0 0 10px; }
.calinactive {color:#666;}

.dayevent {color: #000; background:#fff; text-align:center; text-decoration:none}
.dayevent a {color: #000; background:#B3C3BE; padding:8px 5px; font-size:12px; font-weight:bold; display: block; text-decoration:none}
.dayevent a:hover {color:#000; background:#C8D3D0;}

.day {font-size:12px; text-align:center; background:#fff; color:#000; padding:8px 5px;}
.dayblank {background:#ddd;}

.calmonth {text-transform:uppercase; padding:5px; text-align:center; text-decoration:none; font-weight:bold; color:#333; font-size:12px;}
.calmonth a {color:#666; line-height:12px; text-transform:uppercase; text-decoration:none;}
.calmonth a:hover {text-decoration: underline;}

.calprev {font-size:12px;}
.calnext {font-size:12px; text-align:right;}
.calprev a, .calnext a {text-decoration:none; display:block;  font-weight:normal; padding:5px; color:#000;}
.calprev a:hover, .calnext a:hover {color:#ACD154;}


/* ///////// NAV /////////////////// */
#nav{padding-top:0px;}
.nav_toggle{display:none;}
nav a.tlvl {display: inline-block;	position: relative;	-webkit-transition: all 150ms ease-out;	transition: all 150ms ease-out;
	font-family: quicksand;	font-weight: bold;	color: var(--darktext);	margin-right: 0;font-size: 26px;line-height: 30px;	z-index: 300;
	text-decoration: none;	background: none no-repeat 6px top;	--spacing: 1.2em;	padding: calc(var(--spacing) / 2) var(--spacing);
}
nav a.tlvl:after {content: "";position: absolute;bottom: 0;left: var(--spacing);right: var(--spacing);height: 2px;background: currentColor;
		-webkit-transform: scaleX(0);transform: scaleX(0);transition: -webkit-transform 150ms ease-in-out;transition: transform 500ms ease-in-out;
		transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
	}
nav a.tlvl:hover::after {-webkit-transform: scaleX(1);transform: scaleX(1);}
.mlvl1 .nav__link:hover::after {-webkit-transform: scaleX(0);transform: scaleX(0);}
nav a.tlvl:hover{color:var(--skybluedark);}
#navholder {width: 100%;/*background: rgb(255,255,255);background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 38%, rgba(255,255,255,1) 100%);*/	
	height: 200px;position: absolute;z-index: 2;}
nav {}
nav ul {list-style: none;padding: 0;margin: 0;right: 0;	position: absolute;	z-index: 200;display: block;}
nav li {float:left; margin:0; padding:0;}	
nav ul {list-style: none; margin:0;}
nav ul.nav__list{padding:0px 0;}
nav li { margin:0; padding:0;}

nav .mncol {width:99%; margin-right:1%; float:left;}
	/*nav .mncol:nth-child(3n+1) {margin:0; width:34%;}
nav .mncol:nth-child(4) {margin:0; width:34%;}
	*/
nav li li {position:relative; float: none; width:50%; margin:0; padding:0; display:inline-grid;}
nav li.sfhover a.tlvl {	color: var(--skybluedark);	background-color: var(--highlightbg);}
nav li.sfhover ul.mlvl1 {opacity: 1;left: 0;-webkit-transition: opacity 325ms ease-out;	transition: opacity 325ms ease-out;
		background-color: var(--highlightbg);width: 100%;}
nav li.sfhover ul.mlvl1#m2 {}
nav li.sfhover ul.mlvl1#m4 {}
nav li.sfhover ul.mlvl1#m345 {}

nav ul.mlvl1 h1 {text-align:center; margin:0; font-family:eye_catching; opacity:0.5; padding-top:30px; padding-bottom:20px;display:none;}
nav ul.mlvl1 h1 a {color:var(--skybluedark); border:0; font-family:quicksand; font-weight:normal; display:inline-block; font-size:60px; text-decoration:none;}
nav ul.mlvl1 h1 a:hover {color:var(--skybluedark); background:none;}


/* Level 1 Menus */
	nav ul.mlvl1 {
		position: absolute;
		z-index: 500;
		left: -999em;
		opacity: 0;
		/*max-width:1280px; 
	width:1216px;*/
		width: 0px;
		padding: 30px 30px 30px 30px;
		/*top: 70px;*/
		margin: 0;
		/*margin-right: 10vw;*/
		z-index: 200;
		text-align: left;
		border-radius: 0 0 0 0;
		/*background: -moz-linear-gradient(top, rgba(251,251,253, .96) 0%, rgba(255,255,255, .96) 100%);  FF3.6-15 */
		/*background: -webkit-linear-gradient(top, rgba(251,251,253, .96) 0%,rgba(255,255,255,.96) 100%);  Chrome10-25,Safari5.1-6 */
		/*background: linear-gradient(to bottom, rgba(251,251,253, .96) 0%,rgba(255,255,255,.96) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfd', endColorstr='#00ffffff',GradientType=0 );  IE6-9 */
		-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
		-ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
		-o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
		box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
		font-weight: normal;
	}
nav ul.mlvl1 a { color:var(--darktext); font-family:Quicksand; font-weight:normal; font-size:22px; line-height:22px; display:block; text-decoration:none; padding:10px 30px 10px 10px; -webkit-transition: all 200ms ease-out;  -ms-transition: all 200ms ease-out; transition: all 200ms ease-out; }
nav ul.mlvl1 a:hover {color:var(--lighttext); background-color:var(--skybluedark);}
nav ul.mlvl1 li span.hcplus {position:absolute; cursor:pointer; color:var(--skybluedark); border-radius:50%; top:-2px; right:5px; font-size:34px; line-height:34px; font-weight:normal; display:inline-block; padding:5px;}
nav ul.mlvl1 li span.hcplus.init {font-size:40px; line-height:40px; padding:0 5px 5px 5px;}
nav ul.mlvl1 li a.hc.init, nav ul.mlvl1 li a.hc.init:hover {text-decoration:none; color: var(--skybluedark);
    background: var(--evenrowbg);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;}
nav ul.mlvl1 li a.hc {}

/* Level 2 Menus */
nav ul.mlvl2 {
	position:relative;
	
	margin:0;
	opacity:1; 
	max-height:0;
	left:auto;
	overflow:hidden;
	text-align:left;
	-webkit-transition: all 500ms cubic-bezier(.22,.61,.36,1);
	transition: all 500ms cubic-bezier(.22,.61,.36,1);
}
nav ul.mlvl2 li a {color:var(--skybluedark);  background:transparent;  font-family:Quicksand; font-size:20px; line-height:20px; display:block; text-decoration:none; padding:10px 10px 10px 25px; -webkit-transition: all 200ms ease-out; -ms-transition: all 200ms ease-out;border:0; transition: all 200ms ease-out;}
nav ul.mlvl2 li a:hover {background:var(--neutrallight);border-radius:0;color:var(--skybluedark);}
nav ul.mlvl2 li span.hcplus {position:absolute; cursor:pointer; top:3px; right:3px; font-size:20px; line-height:20px; font-weight:bold; display:inline-block; padding:2px 7px; font-family:Quicksand;}
nav ul.mlvl2 li span.hcplus.init {padding:0 8px 2px 8px; background:rgba(174, 192, 199, 0.05); font-size:20px; line-height:20px; border:1px solid rgba(174, 192, 199, 0.5);}

nav ul.mlvl2 li:first-child {} 
nav ul.mlvl2 li:last-child {}
nav ul.mlvl2 li a.hc.init, nav ul.mlvl2 li a.hc.init:hover {background:rgba(174, 192, 199, 0.1);}
nav ul.mlvl2 li{width:100%;}
nav ul.mlvl2.open {
	max-height: 1000px;
	overflow:hidden;
	-webkit-transition: all 750ms cubic-bezier(.71,.01,.21,.99);
	transition: all 750ms cubic-bezier(.71,.01,.21,.99);
}


/* Level 3 Menus */
nav ul.mlvl3 {
	position:relative;
	padding:0px 20px 0px 20px;
	margin-left :0;
	margin-top: 0;
	opacity:1; 
	max-height:0;
	left:auto;
	overflow:hidden;
	text-align:left;
	-webkit-transition: all 500ms cubic-bezier(.22,.61,.36,1);
	transition: all 500ms cubic-bezier(.22,.61,.36,1);
}
nav ul.mlvl3 li a {color:#666;  font-family:Quicksand; font-size:17px; background:transparent; line-height:17px; font-variant:none; display:block; text-decoration:none; padding:6px 16px 6px 6px; -webkit-transition: all 200ms ease-out;  -ms-transition: all 200ms ease-out; transition: all 200ms ease-out; margin-bottom:1px}
nav ul.mlvl3 li a:hover {color:#005293; background:none; text-decoration:none;}
nav ul.mlvl3 li span.hcplus {position:absolute; cursor:pointer; top:0; background:#fff; border:1px solid #E6E5D8; right:0; font-size:17px; line-height:17px; font-weight:normal; display:inline-block; padding:1px 7px 3px 7px;}
nav ul.mlvl3 li span.hcplus.init {padding:0 9px 3px 9px;}
nav ul.mlvl3 li a.hc.init, nav ul.mlvl3 li a.hc.init:hover {background:none; }

nav ul.mlvl3.open {
	max-height: 1000px;
	overflow:hidden;
	-webkit-transition: all 750ms cubic-bezier(.71,.01,.21,.99);
	transition: all 750ms cubic-bezier(.71,.01,.21,.99);
}


/* Level 3 Menus */
nav ul.mlvl4 {
	position:relative;
	padding:0px 13px 0px 20px;
	margin-left :0;
	margin-top: 0;
	opacity:1; 
	max-height:0;
	text-align:left;
	left:auto;
	overflow:hidden;
	-webkit-transition: all 500ms cubic-bezier(.22,.61,.36,1);
	transition: all 500ms cubic-bezier(.22,.61,.36,1);
}
nav ul.mlvl4 li a {color:#666;  font-family:Quicksand; font-size:15px; background:transparent; border:0; line-height:15px; font-variant:none; display:block; text-decoration:none; padding:5px 5px; -webkit-transition: all 200ms ease-out;  -ms-transition: all 200ms ease-out; transition: all 200ms ease-out; margin-bottom:1px}
nav ul.mlvl4 li a:hover {color:#005293; text-decoration:none;}
nav ul.mlvl4 li span.hcplus {position:absolute; cursor:pointer; top:-5px; background:#fff; border:1px solid #E6E5D8; right:0; font-size:20px; line-height:20px; font-weight:normal; display:inline-block; padding:1px 7px 3px 7px;}
nav ul.mlvl4 li span.hcplus.init {padding:0 9px 3px 9px;}

nav ul.mlvl4.open {
	max-height: 1000px;
	overflow:hidden;
	-webkit-transition: all 750ms cubic-bezier(.71,.01,.21,.99);
	transition: all 750ms cubic-bezier(.71,.01,.21,.99);
}


@font-face {
    font-family: 'Quicksand';
    src: url('/fonts/Quicksand.eot');
    src: url('/fonts/Quicksand.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Quicksand.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CalibriBold';
    src: url('/fonts/Calibrib.eot');
    src: url('/fonts/Calibrib.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Calibrib.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eye_catching';
    src: url('/fonts/eye_catching.woff2') format('woff2'),
         url('/fonts/eye_catching.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Quicksand';
    src: url('/fonts/quicksand.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
