/* @import url(/includes/css/grid-flex.css); */
@charset "UTF-8";
/* Web Solutions 4.0 Compatible */

:root {

	--Bitter: 'Bitter', serif;
	--Raleway: 'Raleway', sans-serif;

	--bright-blue: #1C75BC;
	--bright-blue-2: #0E3D63;
	--dark-blue: #060D16;

	--black: #000000;
	--light-grey: #F0F0F0;
	--grey: #4D4F54;

	--grey-bg-pattern: url(/images/grey-bg-pattern.png) repeat top left / 4px 4px;
	--clear-bg-pattern: url(/images/clear-bg-pattern.png) repeat top left / 4px 4px;

	--blue-border: 4px solid #1C75BC;

	--wide-wrap-width: 74rem;
	--wrap-width: 58.75rem;

}

html {-webkit-box-sizing:border-box;box-sizing:border-box;}
*, *:before, *:after {-webkit-box-sizing:inherit;box-sizing:inherit;}
body {margin:0;padding:0;-webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

img{border: 0}
ul{padding-left: 0}
ul li{list-style:none}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr{font-family:inherit; font-size:inherit; font-style:inherit;font-weight:inherit}
table {border-collapse:collapse}
td, th {empty-cells:show;vertical-align:top;text-align:left}
body {background:var(--dark-blue)}
#skipNavigation{background:#fff;color:#000;padding:.5em;position:absolute;left:0;top:-1000px;z-index:10}
#skipNavigation:focus,#skipNavigation:active{top:0;}
iframe[src="/management/login/persistSession.aspx"] {display: none}
/*page widths*/
body>header, main, body>footer, #alertApp{width:100%;clear:left;}
.wrap, #alertApp>* {width:100%;max-width:var(--wrap-width);margin-left:auto;margin-right:auto;position:relative;}
.wrap.wide {max-width:var(--wide-wrap-width)}
.grey-bg-pattern {background: var(--grey-bg-pattern)}

/* text */
body, .text, input, button, select, textarea {font-family: var(--Raleway); color: #4A4A4A; line-height: 1.625;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.text{font-size: 1rem}
a, a *{color:var(--bright-blue);text-decoration:none;font-weight: 500;}
//n.content p a:not(.button),
.content li a:not(.button) {text-decoration:underline}
a:hover, a:active, a:hover *, a:active *{color:#000;}
p,h1,h2,.h2-style,h3,h4,hr,.content ul,.contentEditor ul,blockquote,dd,ol{margin-top:0;margin-bottom:1rem}
h1, h2, .h2-style, h3, h4, h5, h6, h7, h8, h9, th{font-weight:400; line-height: 120%;}
p + ol, p + ul,
p + h2, p + h3, p + h4, p + h5, p + h6,
ul + h2, ul + h3, ul + h4, ul + h5, ul + h6,
ol + h2, ol + h3, ol + h4, ol + h5, ol + h6,
.highlight + h2, .highlight + h3, .highlight + h4, .highlight + h5, .highlight + h6 {margin-top:2rem;}
.textColor, h1, h2, h3, h4, h5, h6, th, dt{color:#31659b}
em, i, q, cite, .italic{font-style:italic}
.h2-style {display: block;}
b, strong{font-weight:700;color:#000;}
u{text-decoration:none}
hr{border:0;border-top:4px solid var(--light-grey);margin:3em 0;padding-top:1px}
p {font-size:1em}
h1 {color: var(--bright-blue); font-style: italic; font-weight:900; text-transform: uppercase;}
h2, .h2-style {font-family: var(--Bitter); color: var(--black); font-weight:700;}
	.highlight h2 {font-family: var(--Raleway); color: var(--bright-blue); font-weight: 900; font-style: italic; text-transform: uppercase;}
h3 {color: var(--grey); font-weight:700}
h4, th{color: var(--bright-blue); font-weight:700}
.intro {font-family: var(--Bitter); font-size: 1.125rem; color: var(--black); line-height: 1.75rem; font-weight: 700;}
sup, sub {font-size:.6em; line-height:.6em;vertical-align:baseline;position:relative}
sup {bottom:1ex}
sub {top:.5ex}

/* MAIN ------------------------------ */
.menu{cursor: pointer}
main, .mceContentBody{background:#fff}
.contentEditor{background:#fff;min-width:100%;}

/* sidenav */
#sidenav{width:100%;overflow:hidden;margin:0 0 3rem; border-left: var(--blue-border);}
#sidenav ul{padding: 0}
#sidenav li{height:1%; margin-bottom:1px; overflow:hidden; position: relative;}
#sidenav li:last-child {margin:0}
#sidenav li a{padding:.5em 0.625rem;line-height:1.1em;display:block; font-weight:700; color:var(--black)}
#sidenav li a:hover,
#sidenav li a:active,
#sidenav li.on>a{color:#ffffff; background:var(--bright-blue)}
#sidenav>ul>li.on>a{padding-right: 1.5625rem}
	/* t2 */
	#sidenav li.on ul {background:#eee;}
	#sidenav>ul>li.on>ul:before {content:""; height:2.0625rem; width:2.0625rem; position: absolute; top:0; right:0; background: url(/images/navigation/white-down-arrow.svg) no-repeat center}
	#sidenav li.on ul li{margin:0;}
	#sidenav li.on ul li a{font-weight:400; padding:.3em 1rem;font-size:0.9375rem;color:var(--grey)}
	#sidenav li ul li a:hover,
	#sidenav li ul li a:active {color:#fff; background:var(--grey);}
	#sidenav li ul li.on>a{color:var(--black); background:#ffffff;}
		/* t3 */
		#sidenav li ul li.on ul{padding-bottom:.5em;border:0}
		#sidenav li ul li.on ul li{border:0}
		#sidenav li ul li.on ul li a{padding-left:1rem;font-size:.8em;color:#666}
		#sidenav li ul li ul li a:hover,
		#sidenav li ul li ul li a:active,
		#sidenav li ul li ul li.on>a{color:#000; background:#e5e5e5;}
			/* t4 */
			#sidenav li ul li ul li.on ul li a{padding-left:1.5rem;font-size:.7em;color:#666}
			#sidenav li ul li ul li ul li a:hover,
			#sidenav li ul li ul li a:active,
			#sidenav li ul li ul li ul li.on>a{color:#000; background:#f5f5f5;}

/*section callouts*/
main>div>aside section{margin:0 0 20px;padding:10px}
main>div>aside section:hover{background:#FFC}
main>div>aside section h1{margin:0;font-size:1.2em}
main>div>aside section p{margin:0}

/* breadcrumb */
.breadcrumb{margin-bottom: 1em}
.breadcrumb a:after{content: "\00A0\00A0\203A\00A0"}

/* content */
.content{word-wrap:break-word}
.content .photoright, .content .photoleft{max-width:50%;height:auto}
.content .photoright img,.content .photoleft img {max-width:100%;height:auto;margin: 0;float: none}
.content img.phototreatment{max-width:50%;height:auto}
.content figure.phototreatment{width: 100%;text-align: center;margin: 2rem 0;}
.content figure.phototreatment img{max-width: 100%;width: auto;height: auto}
img.phototreatment,img.photoright,img.photoleft,.photoright img,.photoleft img {max-width: 100%;height: auto}
.photoright{float:right;clear:right}
.photoleft{float:left;clear:left}
figcaption {font-style: italic;font-size: 0.8125rem;color: #4A4A4A;}
.photoright figcaption {text-align: right;}
.muted {opacity:0.5;filter:alpha(opacity=50)}
.highlight, .content .highlight{background:#FFC;padding:1em;margin:1em 0}
small, .textSm{font-size:.8em}
.content table{width:100%}

.shareIcons{display:inline-block;position:relative;overflow:auto}
.shareIcons a{display:block;float:left;margin:0 .5em 1em 0;height:20px;width:20px;background-position:center center; background-repeat:no-repeat;background-size:contain;border-radius:.2em;-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, .2);box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, .2)}
.shareIcons a:hover{background-color:#F03C5E}
	.shareFacebook{background-color:#3b5998; background-image:url(../../images/icons/64x64/facebook.png)}
	.shareTwitter{background-color:#00aced; background-image:url(../../images/icons/64x64/twitter.png)}
	.shareLinkedin{background-color:#007bb6; background-image:url(../../images/icons/64x64/linkedin.png)}
	.shareGoogle{background-color:#dd4b39; background-image:url(../../images/icons/64x64/google-plus.png)}

/* list */
.content ol{margin-left:2em}
.content ol ol li {list-style: lower-alpha}
.home #our-fleet ul {margin-bottom: 1rem;}
.content ul li, .home #our-fleet ul li{padding-left:2em;position: relative;}
.content ul li:before, .home #our-fleet ul li:before {content: "";display: block;width: 1em;height:1em; position: absolute;top: 0.3125rem; left: 0.875rem; background: url(/images/bullet.svg) no-repeat center;}
.home #our-fleet ul li:before {background: url(/images/home-bullet.svg) no-repeat center;}
.content ul li ul li:before{opacity: .5}

/* addon classes */
.clearFloats{clear:both}
.nobr{white-space: nowrap}
.twoCol, .threeCol, .resCol{
-webkit-column-rule:0;
        column-rule:0;
-webkit-column-gap:2em;
        column-gap:2em;
}
.req{color:#c00}
.textIcon{background:#999; background-color:rgba(0,0,0,.2);font-size:.8em;line-height:1em;display:inline-block;padding:.2em .4em;border-radius: .5em;color:#fff}
.textIcon:hover{background:#666; background-color:rgba(0,0,0,.4);color:#fff}
.clearfix:after{content: "";display: table;clear: both;}

.videoContainer {width: 100%;height:0;line-height:0;position: relative;padding-top:56.25%; /* 16:9 */}
.videoContainer.ratio-4-3 {padding-top:75%; /* 4:3 full-frame */}
.videoContainer iframe {position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;border:0}

/* forms */
input, button, select, textarea {font-size:1rem;line-height: 1.2em}
#content .wsFormBox, input[type="text"], input[type="time"], input[type="date"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], input[type="reset"]{border-radius:0; outline: none; -webkit-appearance:none;font-size: 1rem}
#content .wsFormBox, input[type="text"], input[type="time"], input[type="date"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], textarea, select{border:1px solid rgba(0,0,0,.2);background-color:#fff;padding:0.5em;box-shadow:none}
#content .wsFormBox:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="date"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, textarea:focus, select:focus{border-color:var(--bright-blue)}
textarea{display:block;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select{background-image:url(/images/icons/16x16/select.png);background-repeat:no-repeat;background-position:right center;padding-right: 18px}
	input[type="search"]::-webkit-search-decoration {-webkit-appearance:none}
	input[type="search"]{padding-right:0}
}
select option{padding:0 .2em}
button,.button,input[type="button"], input[type="submit"], input[type="reset"]{background:var(--bright-blue); text-decoration:none; font-family: var(--Bitter); text-transform: uppercase; font-weight:800; display: inline-block; color:#fff;border:0;padding:0.9375rem .75em;line-height:1em;cursor:pointer}
input::-moz-focus-inner {border:0;padding:0;}

.button.dark {
	background: var(--grey);
}

button:focus,
button:hover,
.button.hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover,
.button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
.button.grey:focus,
.button.grey:hover,
.button.white:focus,
.button.white:hover,
.button.dark:is(:hover,:focus-visible){background: var(--dark-blue); color:#fff;}
.button.white:hover {box-shadow: inset 0 0 0 2px var(--dark-blue);}
.button.grey {background: var(--grey)}
.button.white {background: #fff; color: var(--bright-blue); box-shadow: inset 0 0 0 2px var(--bright-blue);}
.button.clear {background: none; color: #fff; box-shadow: inset 0 0 0 2px #B8B5B7;}
.button.clear:hover {background: var(--bright-blue); color: #fff; box-shadow: inset 0 0 0 2px var(--bright-blue);}

.button.rounded {
	border: 1px solid #D3D3D3;
	border-radius: 1.4375em;
	padding: 0.875em 1.875em;
	text-transform: none;
}

.button.arrow {
	padding: 0.875em 3.25em .875em 1.875em;
	position: relative;
}

.button.arrow::after {
	background: url('/images/icons/arrow-right.svg') no-repeat center / contain;
	content: '';
	display: inline-block;
	height: 1em;
	position: absolute;
	right: 1.875em;
	top: 50%;
	transform: translateY(-50%);
	width: .875em;
}


button img{height:1em;width:auto;vertical-align:top}
.content p > .button {margin: 0 0.625rem 0.625rem 0}
input.bulky, .bulky {padding:.4em .6em;font-size:1.2em}
.formTable, .formTable table{width:100%}
.formTable input[type="text"], .formTable input[type="password"], .formTable input[type="tel"], .formTable input[type="date"], .formTable input[type="time"], .formTable select, .formTable input[type="number"], .formTable input[type="email"], .formTable input[type="url"], .formTable input[type="search"], .formTable textarea{width:100%}
.formTable table td,.formTable table td:first-child{padding-bottom:0}
.formTable.right td:first-child{text-align:right;width:1%}
.formTable.right td{width:auto}
.formTable,
:where(.formTable, .form-flex) :where(input:where([type="text"], [type="password"], [type="tel"], [type="number"], [type="email"], [type="url"], [type="search"], [type="date"], [type="time"]), table, textarea, select) {
	width: 100%;
}

#ContactForm fieldset {
	margin: .5em 0 0;
	border: 0;
	padding: 0;
}

#ContactForm fieldset legend {
	padding: 0;
}

#ContactForm fieldset table {
	margin-left: 2em;
}

/* Forms - without tables ----- */
form.narrow .form-flex,
.narrow.form-flex {
	max-width: 18.75em;
}

.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-flex fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.form-flex fieldset legend {
	float: left;
	width: 100%;
}

.form-flex>div {
	margin: 0 0 .75em;
}

.form-flex .full {
	width: 100%;
}

.form-flex>div>label:first-of-type {
	display: block;
}

/* Checkboxes, radios */
.form-flex>div>fieldset>label {
	display: inline-block;
}




.subjClass{display:none !important;}
#Captcha label{padding-left:0}
td.right, th.right{text-align:right}
.wsNew{display:inline-block;font-size:.7em;line-height:1.5em;height:1.5em;padding:0 .3em;margin:.3em 0;background-color:#FFC700;overflow:visible;vertical-align:top;color:#fff;font-style:italic}
.formEdit select, .formBuilder select { width:40%; }

.content .highlight {margin:3em 0; padding:1.5em; background: var(--grey-bg-pattern); border-top: var(--blue-border)}

/* pagination */
.pagination{font-size:.95em;text-align:right}

/* page header */
.pageHeader {width:100%;clear:both; background-size: cover; background-position:center;position: relative;}
.pageHeader:after {content:""; display: block; width:100%; height:100%; position: absolute; top:0; left:0; background: var(--clear-bg-pattern); opacity:0.5}

/* alert */
#alertApp {background: #990000;cursor: pointer;position: relative;width: 100%;padding: .5rem 2.5rem;z-index: 1;}
#alertApp:hover { background:#660000;}
#alertApp.alertStatic { cursor: default;}
#alertApp h1 {color: #FFF;font-size: .9375rem;line-height: 1.25rem;margin: 0 auto;padding: .1875rem .3125rem;text-align: center;}
#alertApp:hover h1,#alertApp.expand h1 {color: #FFF;}
#alertApp #alertDesc {height: 0;overflow: hidden;}
#alertApp p {color: #FFF;font-size: .9375rem;line-height: 1.5;margin: 0;padding: .5rem 0 .75rem;position: relative;text-align: center; z-index: 1;}

/* management overrides */
#wysiwygBody{background:#fff}

/* management table */
hr+.manage{margin-top:-1em}
.manage{border-bottom:1px solid rgba(0,0,0,.2);width:100%;line-height:1.3em}
.manage th{border-bottom:1px solid rgba(0,0,0,.2);text-align:left}
.manage th.right{text-align:right}
.manage th.sort{cursor:pointer}
.manage th.sort img{margin-left:5px}
.manage th img {position:relative;bottom:-2px}
.manage td,.manage th{padding:5px 5px 5px 0}
.manage td:first-child{padding-left:.8em}
.manage img.preload{display:none;position:absolute;z-index:9900;top:0;border:solid 1px #fff}
.manage td.icons img{margin-left:5px;position:relative;bottom:-2px}
.manage td:first-child.icons img{margin-left:0}
.manage td:first-child.icons{padding-left:3px;padding-right:3px}
.manage td:nth-child(2) {overflow-wrap: break-word;word-wrap: break-word;-ms-word-break: break-all;word-break: break-all;word-break: break-word;-ms-hyphens: auto;-webkit-hyphens: auto;hyphens: auto;}
.manage td.icons a:first-child img{margin-left:0}
.manage td.icons input{position:relative;bottom:2px;margin-left:5px}
.manage .hidden{font-style:italic;color:#900}
.manageButton{text-align:right;padding:10px 0}
.alternate tbody tr:nth-child(even), .even{background:#fff}
.alternate tbody tr:nth-child(odd), .odd {background:rgba(0,0,0,.06)}
.manage+hr, .manage+.manageLinks+hr{margin-top:50px}
.manageLinks{margin-top:10px}
.manageLinks select { max-width: 20em; }
.manageLinks a{white-space:nowrap}
.manageLinks a img{position:relative;bottom:-2px}
.manageLinks button{margin-left:5px}
.manageButtons{text-align: right;padding:10px 0}
.wsReturnToButton {float:right;margin-top:-3.5em}
.manage.rightFirstChild td:first-child{text-align:right}
.sortRow th{cursor:pointer}
.manageEllipsis{width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}
#wsMainManagement td > ul {margin-bottom:0}
.background {position:absolute; top:0; left:0; width:100%; height:100%; background-size: cover; background-position: center;}

#make-a-reservation {position:relative; padding: 2.8125rem 1em; clear:both; background: var(--black);}
#make-a-reservation:after {content:""; display: block; position: absolute; top:0; left:0; width:100%; height:100%; opacity: 0.8; background-image: linear-gradient(269deg, rgba(0,0,0,0.00) 0%, var(--black) 100%);}
#make-a-reservation .wrap {z-index:2;}
#make-a-reservation .wrap .reservation-box {max-width:28.75rem; padding:1.5625rem; border-top: var(--blue-border)}

#make-a-reservation .buttons {
	text-align: center;
}

.landing #make-a-reservation{background-color: #fff;}
.landing #make-a-reservation::after {background-image: none;}
.landing #make-a-reservation .wrap .reservation-box  {max-width:100%; padding:1.5625rem;}
.landing #make-a-reservation .wrap .reservation-box .row:last-child {text-align: left;justify-content: left}
#make-a-reservation .wrap .reservation-box .row + .row {margin-top:0.5em}
#make-a-reservation .wrap .reservation-box .row:last-child {margin-top:1rem; text-align: center;justify-content: center}
#make-a-reservation .wrap .reservation-box .row:last-child button {margin-left: 0;}
#make-a-reservation .wrap .reservation-box h2 {font-family: var(--Raleway); text-transform: uppercase; font-weight:800; color:var(--black)}
#make-a-reservation .wrap .reservation-box .title,
#make-a-reservation .wrap .reservation-box label:not(.radio-checkbox),
.landing #make-a-reservation .wrap .reservation-box .full span {font-family: var(--Bitter); font-weight:700; font-size: 1rem; color: var(--grey);}
.landing #make-a-reservation .wrap .reservation-box .row .full label {display: block; }
.landing #make-a-reservation .wrap .reservation-box textarea {width:100%;}
#make-a-reservation .wrap .reservation-box label input:not([type=radio]),
#make-a-reservation .wrap .reservation-box label select {width:100%; margin-top:5px; border:1px solid #fff; height:2.5rem; padding: 0 0.5em}
#make-a-reservation .wrap .reservation-box label input:not([type=radio]):focus,
#make-a-reservation .wrap .reservation-box label select:focus {border:1px solid var(--bright-blue)}
	#make-a-reservation .wrap .reservation-box label input[type="date"] {padding-right: 2.8125rem; background: #fff url(/images/form-date.svg) no-repeat center right}
	#make-a-reservation .wrap .reservation-box label input[type="time"] {padding-right: 2.8125rem; background: #fff url(/images/form-time.svg) no-repeat center right}
	#make-a-reservation .wrap .reservation-box label select {padding-right: 2.8125rem; background: #fff url(/images/form-select.svg) no-repeat center right}
	.interior #make-a-reservation .background {opacity: 0.65; background: url(/images/backgrounds/private-jet.jpg) no-repeat center / cover}
#make-a-reservation .wrap .reservation-box .reservation-type .select-type {display: flex; justify-content: space-between}
#make-a-reservation .wrap .reservation-box .reservation-type .select-type label {font-weight:400; flex: 1 1 auto; cursor:pointer}
.home #make-a-reservation h1 {color: #FFFFFF;line-height: 1em;text-shadow: 0 2px 4px rgba(0,0,0,0.50);}
.home #make-a-reservation p {font-family: var(--Bitter); font-weight:500;color: #DADADA;text-shadow: 0 2px 4px rgba(0,0,0,0.50);}
.home #make-a-reservation .wrap .reservation-box .row .vehicle-type {width:100%}

.home #our-fleet {color:rgba(255,255,255,0.7); position:relative; background-image: linear-gradient(180deg, #111E2E 10%, #0F1C2C 77%);}
.home #our-fleet:after {content:""; display: block; position: absolute; top:0; left:0; width:100%; height:100%; background: var(--clear-bg-pattern)}
.home #our-fleet .background {z-index:2; background: url(/images/home/our-fleet.webp) no-repeat center / cover}
.home #our-fleet .wrap {z-index:3}
.home #our-fleet .wrap h2 {font-family: var(--Raleway); line-height:1em; font-weight:900;font-style: italic;text-transform: uppercase;color: #FFFFFF;}
.home #our-fleet .wrap span {font-weight: 400; text-transform: none; display: block; color: rgba(255,255,255,0.70); font-style:normal}
.home #our-fleet .wrap p, .home #our-fleet .wrap ul {font-family: var(--Bitter);color: #FFFFFF;}
.home #our-fleet .wrap strong {color:#fff}
.home #our-fleet .wrap .miles-counter {font-family: 'Roboto', sans-serif;}
.home #our-fleet .wrap .miles-counter,
.home #our-fleet .wrap .miles-counter .miles {display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;-webkit-align-content: center;-ms-flex-line-pack: center;align-content: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.home #our-fleet .wrap .miles-counter span {display: block; line-height: 2.9375rem;}
.home #our-fleet .wrap .miles-counter .title {background: rgba(255,255,255,0.7)}
.home #our-fleet .wrap .miles-counter .title span {z-index:1; font-weight: 700; padding: 0 1rem; font-size: 0.875rem; color: var(--black); letter-spacing: 0.055rem; text-transform: uppercase; text-align: center;}
.home #our-fleet .wrap .miles-counter .title:before {content:""; display: block; width: 100%; height: 100%; opacity:0.09; background: var(--clear-bg-pattern)}
.home #our-fleet .wrap .miles-counter .miles span {font-weight:900; margin-left:2px; width:2.4375rem; text-align: center; color: #fff; font-size:1.625rem; background-image: linear-gradient(180deg, #2E2E2E 50%, var(--black) 50%);}

.home #transportation-packages {text-align:center; background: var(--grey-bg-pattern)}
.home #transportation-packages h2 {font-weight: 800}
.home .card {padding:0 0.625rem; height: 100%}
.card a {display: block; padding-bottom: 6.5625rem; position:relative; height:100%; background: #FFFFFF; border: 1px solid rgba(184,181,183,0.30);}
.card a:hover {background: var(--bright-blue); color:#fff}
.card a .package-image {padding-bottom:58.82%; margin-bottom:1.5em; background-size: cover; background-position:center}
.card a .button {width:auto; position:absolute; left: 50%; bottom:2rem; transform:translateX(-50%); background: #fff; color: var(--bright-blue)}
.card a:hover .button {background: #fff; color: var(--bright-blue)}
.card a:hover .button {box-shadow: inset 0 0 0 2px var(--bright-blue);}
.card a:hover .title,
.card a:hover .detail,
.card a:hover .detail * {color:#fff}
.card a .title {display: block; margin:0 0 1rem; padding: 0 1rem; line-height:1em; text-transform: uppercase; font-family: var(--Raleway); font-weight: 900; font-style: italic; color:var(--bright-blue)}
.card a .detail {padding:0 2.8125rem; margin-top: 0.625rem; color:var(--grey)}
.card a .detail strong {color: var(--black)}
.card a .detail span {display: inline-block; color: inherit;}

.image-grid .image {position: relative; overflow:hidden;}
.image-grid .image .center-text {position:relative; z-index: 1;}
.image-grid a .background {width: calc(100% + 2px); height: calc(100% + 2px); transition: ease all 2s}
.image-grid a:hover .background {transform: scale(1.1)}
.image-grid .weddings .background {background: url(/images/image-grid-weddings.jpg) no-repeat center / cover}
.image-grid .airport .background {background: url(/images/image-grid-airport.jpg) no-repeat center / cover}
.image-grid .corporate .background {background: url(/images/image-grid-corporate.jpg) no-repeat center / cover}
.image-grid .leisure .background {background: url(/images/image-grid-leisure.jpg) no-repeat center / cover}

#grid-callouts {text-align: center;}
#grid-callouts .image-grid h2 {font-family: var(--Raleway);text-transform: uppercase; font-weight: 800;color: #FFFFFF;letter-spacing: 1px;text-align: center;text-shadow: 0 2px 4px rgba(0,0,0,0.50);}

#welcome {position:relative; background: url(/images/home/a-drive-above.webp) no-repeat center / cover}
#welcome:before {z-index:1; content:""; display: block; position: absolute; top:0; left:0; width:100%; height:100%; background: var(--clear-bg-pattern); opacity: 0.3}
#welcome:after {z-index:2; content:""; display: block; position: absolute; top:0; left:0; width:100%; height:100%; background-image: linear-gradient(269deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.77) 27%, #FFFFFF 100%);}
#welcome .text-wrapper {z-index:3}
#welcome .text-wrapper h2 {font-family: var(--Raleway);text-transform: uppercase; font-weight: 800;font-style:italic; color: #000;}
#welcome .text-wrapper p {font-family: var(--Bitter); text-shadow: 4px 4px 6px rgba(255,255,255,0.50);}
#welcome .text-wrapper p strong {color: var(--black);}

.service-header {text-align: center; padding: 4em 1em; background: var(--grey-bg-pattern)}
.service-header h1 {color:var(--black)}

.photo-header {position: relative; border-bottom: 4px solid #fff; text-align: center; background:var(--black)}
.photo-header:after {z-index:2; content:""; display: block; position: absolute; top:0; left:0; width:100%; height:100%; background: var(--clear-bg-pattern)}
.photo-header .background {opacity:0.65;}
	#packages-landing .photo-header .background {background: url(/images/backgrounds/packages-header.webp) no-repeat center / cover}
	#fleet-landing .photo-header .background {background: url(/images/backgrounds/packages-header.webp) no-repeat center / cover}
.photo-header h1 {position:relative; z-index: 4; color:#fff; line-height: 1em; margin:0;}

.comment-card td:first-child {font-weight: 700;}

.landing-ribbon {text-align:center; background: var(--grey-bg-pattern)}

#single-layout #brief {background: var(--grey-bg-pattern);}
#single-layout #brief .wrap .brief-content h1 {font-family: var(--Bitter); font-style:normal;text-transform: none; font-weight: 800;color: var(--black);letter-spacing: 0;}
#single-layout #brief .wrap .brief-content p strong {color:var(--black)}
#single-layout #brief .wrap .details {background:#fff; border-top: var(--blue-border)}
#single-layout #brief .wrap .details h2 {font-family: var(--Raleway);font-weight: 900;text-transform: uppercase; font-style: italic;color: var(--black);}
#single-layout #brief .wrap .details ul {margin:0}
#single-layout #brief .wrap .details ul li strong {color:var(--black)}
#single-layout #additional-photos h2 {text-align: center;}
#single-layout #additional-photos .gallery {display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-align-content: stretch;-ms-flex-line-pack: stretch;align-content: stretch;-webkit-align-items: stretch;-ms-flex-align: stretch;align-items: stretch;}
#single-layout #additional-photos .gallery li {width: 33.333%; padding: 0 0.625rem; margin:0 0 1.25rem}
#single-layout #additional-photos .gallery li:nth-child(3n+3) {margin-right:0}
#single-layout #additional-photos .gallery li a {display: block;}
#single-layout #additional-photos .gallery li a:hover {transform: scale(1.05)}
#single-layout #additional-photos .gallery li a img {display: block; max-width: 100%; height:auto}
#single-layout #get-quote h2 {overflow:hidden; font-family: var(--Raleway);font-weight: 800;color: var(--black);text-transform:uppercase}
#single-layout #get-quote h2:after {content: '';border-top: var(--blue-border);display: inline-block;width: 100vw;vertical-align: middle;margin-right: calc(-100vw - 1rem);margin-left: 1rem;}
#single-layout #get-quote .flex {border-bottom: var(--blue-border); padding-bottom: 2.1875rem; margin-bottom:2.1875rem}
#single-layout #get-quote .title {display: block; margin-bottom:0.25em; font-weight:700; font-family: var(--Bitter); font-size: 1.375rem; color: #0700AE;}
#single-layout #get-quote .row + .title {margin-top:2em}
#single-layout #get-quote .row + .row {margin-top:1em}
#single-layout #get-quote label {font-family: var(--Bitter); font-weight:700; font-size: 1rem; color: var(--grey);}
#single-layout #get-quote .checklist label {display: block; padding: 0.3125rem 1.25rem}
#single-layout #get-quote .checklist label.textarea {padding-left:0; padding-right:0}
#single-layout #get-quote .checklist label strong {color:var(--black)}
#single-layout #get-quote label.textarea,
#single-layout #get-quote label.radio-checkbox {font-family: var(--Raleway); font-weight:400;}
#single-layout #get-quote label.textarea {width: 100%; display: block; margin-top:0.3125rem}
#single-layout #get-quote label.textarea textarea{width:100%}
#single-layout #get-quote label input,
#single-layout #get-quote label select {width:100%; margin-top:3px; border:1px solid #D4D4D5; height:2.5rem; padding: 0 0.5em}
#single-layout #get-quote label input[type="radio"],
#single-layout #get-quote label input[type="checkbox"] {width:auto; margin:0; height:auto; padding:0}
.landing #make-a-reservation .wrap .reservation-box label input[type="checkbox"] {
	width: auto;
	margin: 0;
	height: auto;
	padding: 0;
  }
#single-layout #get-quote label input:focus,
#single-layout #get-quote label select:focus {border-color:var(--bright-blue)}
#single-layout #get-quote label input[type="date"] {padding-right: 2.8125rem; background: #fff url(/images/form-date.svg) no-repeat center right}
#single-layout #get-quote label input[type="time"] {padding-right: 2.8125rem; background: #fff url(/images/form-time.svg) no-repeat center right}
#single-layout #get-quote label select {padding-right: 2.8125rem; background: #fff url(/images/form-select.svg) no-repeat center right}
#single-layout #get-quote .disclaimer {margin-top:37px; font-size: 0.875rem;line-height: 1.5rem;}


/* FOOTER ------------------------------ */
body>footer {padding:2.5rem 1rem;color:#B8B5B7; font-size: 0.875rem; line-height: 1.375rem;}
body>footer .title {text-transform: uppercase; margin-bottom:0.625rem; display: block; font-weight: 900; font-style: italic; font-size: 1.25rem; color: #FFFFFF; letter-spacing: 1px; line-height: 22px;}
body>footer a {color:#fff}
body>footer a:hover, footer a:active{color:#fff;text-decoration:underline;}
body>footer a.on,
footer .on>a {text-decoration:underline;color:#fff; text-decoration-color: var(--bright-blue);}
body>footer .fatFooter {margin-bottom:6.25rem;}
body>footer .fatFooter a {font-weight:500}
body>footer .fatFooter .flex .location {margin-bottom: 1.5rem;}
body>footer .fatFooter .flex .button {text-decoration:none; padding:0.625rem 0.75rem; font-weight:800; font-family: var(--Raleway);}
body>footer .fatFooter .flex .button + .button {margin-left: 0.3125rem}
body>footer .fatFooter .flex .button:hover {background: none; box-shadow: inset 0 0 0 2px #fff}
body>footer .fatFooter .flex .logos a {display: block; margin-bottom: 1.25rem}
body>footer .fatFooter .flex .logos img {display: block; max-width:8.0625rem; height:auto;}
body>footer .fatFooter .flex .links nav {margin: 0 6.25rem}
body>footer .fatFooter .flex .links nav a {display: block}
body>footer .fatFooter .flex .social a {display: block; margin-bottom: 0.625rem; position: relative; width:2.5rem; height: 2.5rem; background: var(--bright-blue)}
body>footer .fatFooter .flex .social a:hover {background: none; box-shadow: inset 0 0 0 2px #fff}
body>footer .fatFooter .flex .social img {position: absolute; top:50%; left:50%; transform: translate(-50%, -50%)}
body>footer .copyright {color:#fff}


/* TRANSITIONS ------------------------------ */
a, a *,button,.button,input[type="button"],input[type="submit"],.rsFullscreenBtn,#alertApp,#alertApp span,#alertDesc,#navContainer li,.hamburger, #ancillary li:last-child a::before {-webkit-transition: all 200ms ease;transition: all 200ms ease}
input:focus, select:focus, textarea:focus{-webkit-transition: background-color 150ms ease;transition: background-color 150ms ease}


/* FORM ERROR ------------------------------ */
.formError {background-color:Black; border:0; padding: 5px 10px; color:#fff; display:none; margin:0 0 2px; z-index:9999; border-radius: 10px; -moz-box-shadow:0 2px 2px #333; -webkit-box-shadow:0 2px 2px #333;}
.formError p {margin:0; font-size:.9em; }
.formError em { border:10px solid;  border-color:Black transparent transparent; bottom:-17px; display:block; height:0; left:40px; position:absolute; width:0; }
.form-error {
	color: #EE0000;
	font-size: 0.9375em;
}

.reverse .form-error {
	background: #EE0000;
	color: #FFF;
}

fieldset label:first-of-type input:focus {
	outline: 1px solid #FF0000;
}
