<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{box-sizing: border-box}
html{scroll-behavior: smooth;}
body{margin: 0;font-size:62.5%;}
a{text-decoration: none;}
h1,h2,h3,h4,h5,h6, .heroText p{font-family: 'Libre Franklin', sans-serif;}
.btn, .form-btn, nav, .fnav, .microNav, table{font-family: 'Roboto', sans-serif;}
p, .content li, .picTextWrap li, .contentBox li, .js-to_expand, label, legend, footer p{font-family: 'Roboto', sans-serif;font-size: 1.65em;line-height:24px;}
h2 + p, h3 + p, h4 + p{margin-top:0;}
a{text-decoration: none;-webkit-transition: all 0.15s ease-in;transition: all 0.15s ease-in;}
a *{-webkit-transition: all 0.15s ease-in;transition: all 0.15s ease-in;}

.microNav{padding:0 3%;display: flex;justify-content: space-between;align-items: center;}
.microNav .sitesNav{display: flex;}
.microNav .sitesNav a{color:#000;padding:10px 20px;font-size: 1.35em;font-weight: 500; text-transform: uppercase;}

.microNav .sitesNav a.passenger:hover, .microNav .sitesNav a.passenger.current{background-color: #522d6e;color:#FFF;}

.microNav .sitesNav a.business:hover, .microNav .sitesNav a.business.current{background-color:#172852;color:#FFF;}
.microNav .sitesNav a.ftz:hover, .microNav .sitesNav a.ftz.current{background-color: #ffb71b;}

.microNav .descContent{display: flex;align-items: center;}

.microNav .descContent .weatherWrap{padding:0 10px;border-right: 1px solid #000;}
.microNav .descContent .weatherWrap .temp{font-size: 1.25em;vertical-align: middle;}
.microNav .descContent .weatherWrap .justTime{display: none;}
.microNav .descContent .dateTime{font-size: 1.25em;padding:0 10px;}
.microNav .descContent .translate a{font-size: 1.25em;padding:0 20px;color:#999999;}
.microNav .descContent .translate a:hover{color:#172852;}
.microNav .descContent .translate a i{color:#172852;font-size: 1.25em;vertical-align: middle;padding-right:1px;}
.microNav .descContent .search-form-tigger{font-size: 1.25em;padding-left: 10px;color:#999999;}
.microNav .descContent .search-form-tigger:hover{color:#172852;}


header{position: absolute;left:0;right:0;z-index: 1;display: flex;justify-content: space-between;padding:25px 3% 0;}
header .logo{flex-basis: 25%;padding-top: 5px;padding-bottom: 5px;}
header .logo a{display: block;width: 100%;height: 100%;}
header .logo img{max-width: 65%; height: auto;}
.navWrap{display: flex;flex-direction: column;align-items:flex-end;justify-content: center;}

.handle{display:none;}

nav.mainNav{width:100%;}
nav.mainNav ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    list-style-type: none;
}

nav.mainNav ul li{
    text-align: center;
    padding-left: 25px;
    
}

nav.mainNav ul li &gt; span{cursor: pointer;}
nav.mainNav ul li &gt; a, nav.mainNav  ul li &gt; span{
    color:#FFF;
    font-weight: 600;
    font-size: 1.75em;
}

nav.mainNav ul li .mainLink:hover::After{width:100%;}
nav.mainNav ul li .mainLink::after{
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #FFF;
    transition: width .3s;
}

nav.mainNav ul li.active &gt; a, nav.mainNav  ul li.active &gt; span{border-bottom: 3px solid #FFF;}
nav.mainNav ul li .subWrap .sub .subGroup ul li::after{border-bottom: 0;}

nav.mainNav ul li.hasSub .subWrap{display: none;}
nav.mainNav ul li .subWrap{position: absolute;}
nav.mainNav ul li .subWrap .sub{margin-top:12px;padding:20px 20px 20px 0;background-color:#FFF;text-align: left;width: auto;display: flex;}
nav.mainNav ul li .subWrap .sub .subGroup:last-of-type{margin-right: 0;}
nav.mainNav ul li .subWrap .sub .subGroup .sectionParent span{display: block; color:#172852;;font-size: 1.65em;padding-bottom: 10px;font-weight: bold;}
nav.mainNav ul li .subWrap .sub .subGroup .sectionParent ul li{padding-left:0;}
nav.mainNav ul li .subWrap .sub .subGroup ul{display: block;width: auto;}
nav.mainNav ul li .subWrap .sub .subGroup ul li{text-align: left;padding-bottom: 10px;}
nav.mainNav ul li .subWrap .sub .subGroup ul li a{font-size: 1.5em;font-weight: 300; color:#8d8d8d;}
nav.mainNav ul li .subWrap .sub .subGroup ul li:hover &gt; a{color:#172852;font-weight: bold;}
nav.mainNav ul li .subWrap .sub .subGroup ul li &gt; a::after{content:"";margin-left:5px;padding-left:16.516px;}
nav.mainNav ul li .subWrap .sub .subGroup ul li:hover &gt; a::after{
    font-family: "Font Awesome 5 Pro";
    content:"\f178";
    font-weight: 900;
    font-size: 1em;
    line-height: 1;
    vertical-align: middle;
    color:#172852;
	padding-left:0;
}

.visuallyhidden{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

.btn{display: inline-block;margin:10px 0;padding: 10px 30px;background-color: #172852; color:#FFF !important;border: 2px solid #172852;margin-right: 20px;font-size: 1.65em;font-weight: 600;text-decoration: none !important;}
.btn::after{content:"\f178";font-family: "Font Awesome 5 Pro";font-weight: 300;font-size: 1.55em;color:#FFF;vertical-align: middle;margin-left: 10px;}
.btn:hover{border: 2px solid #172852;background-color:#FFF;color:#172852 !important;}
.btn:hover::after{color:#172852;}
.btn.white{border: 2px solid #FFF;}
.btn.white:hover::after{color:#FFF;}
.btn.color:hover::after{color:#FFF;}
p .btn{font-size:initial;font-weight:600;}


.hero{
    background-size: cover;
    background-position: center;
    height:800px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: -1;
}
.hero::before{   
    position: absolute;
    content: "";
    top: 0;
    right:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0, rgba(0,0,0,.8), rgba(0,0,0,.5));
    opacity: .7;
}

.heroText{margin-top:0;padding:0 4%;position: relative;max-width: 70%;}
.heroText h2{color:#FFF;font-size: 4.25em;margin:0 0 5px;}
.heroText p{color:#FFF;font-size: 2em;}
.heroText a{font-size: 1.75em;}

.homeFlights{display: flex;margin: -100px 15% 50px 15%;box-shadow: 1px 5px 10px rgba(0,0,0,.2);}
.homeFlights a{width:100%;height: 100%;padding:40px;display: block;}
.homeFlights .pickUp, .homeFlights .dropOff{flex-basis: 50%;text-align: center;}
.homeFlights .pickUp h2, .homeFlights .dropOff h2{font-size: 3em;font-weight: 900;margin: 0 0 5px;}
.homeFlights .pickUp{background-color: #172852;border-right: 2px solid #172852;}
.homeFlights .pickUp h2{color:#FFF;}
.homeFlights .pickUp:hover{background-color:#FFF;}
.homeFlights .pickUp:hover h2{color:#000;}
.homeFlights .pickUp:hover .btn{background-color: #172852; color:#FFF !important;border: 2px solid #172852;}
.homeFlights .dropOff{background-color: #FFF;border-left: 2px solid #FFF;}
.homeFlights .dropOff h2{color:#000;}
.homeFlights .dropOff:hover{background-color: #172852;}
.homeFlights .dropOff:hover h2{color: #FFF;}
.homeFlights .dropOff:hover .btn{border: 2px solid #FFF;background-color: #172852;color:#FFF !important;}


.homeBoxesWrap{margin:80px 4%;}
.internalBoxesWrap{margin:40px 4%;}
.homeBoxesWrap h2{font-size: 4em;font-weight: 900;text-align: center;color: #172852;}
.homeBoxes{display: flex;justify-content: space-between;}
.homeBoxes .homeBox{flex-basis: 33.333%;border-bottom:3px solid #bfbfbf;box-shadow: 0 4px 5px rgba(0,0,0,.08);-webkit-transition: all 0.15s ease-in;transition: all 0.15s ease-in;}
.homeBoxes .homeBox:hover{box-shadow: 1px 10px 10px rgba(0,0,0,.4);border-bottom:3px solid #172852;}
.homeBoxes .homeBox:nth-child(2){margin-right:20px;margin-left:20px;}
.homeBoxes .homeBox a{width:100%;height:100%;display: block;}
.homeBoxes .homeBox h2{font-size: 3em;margin-top:0;}
.homeBoxes .homeBox h3{color:#FFF;font-size: 2.3em;font-weight: 300; margin: 0;padding:20px 20px 20px 0;}
.homeBoxes .homeBox h3 i{font-size: 1.85em;vertical-align: middle;margin-right:10px;}
.homeBoxes .homeBox .homeBoxTitle{background-size: cover;background-position: center;}
.homeBoxes .homeBox .homeBoxTitle h3{padding-bottom: 250px;}
.homeBoxes .homeBox .homeBoxText{padding: 25px;}
.homeBoxes .homeBox .homeBoxText h4{color: #172852;margin-top:0;margin-bottom: 10px; font-size: 1.85em;font-weight: 600;}
.homeBoxes .homeBox .homeBoxText p{color:#000;font-size:1.55em;}
.homeBoxes .homeBox .homeBoxText p.learnMore{margin-top: 5px; margin-bottom: 0;display: inline-block;}
.homeBoxes .homeBox:hover .homeBoxText p.learnMore{color:#172852;font-weight: bold;}
.homeBoxes .featuredBox{background-color:#172852;background-image: url(/_resources/themes/business/images/flyelp-white.svg);background-repeat: no-repeat; border-bottom:3px solid #172852;}
.homeBoxes .featuredBox .waitTime{display: flex;align-items: center;margin:0 80px}
.homeBoxes .featuredBox .waitTime .waitIcon{color:#FFF;font-size: 4.5em;margin-right: 20px;}
.homeBoxes .featuredBox .waitTimeWrap{display: flex;flex-direction: column;height: 100%;align-items: center;justify-content: center;margin-top: -82px;}
.homeBoxes .featuredBox .waitTime:nth-child(1){margin-bottom: 50px;}
.homeBoxes .featuredBox .waitTime .waitInfo .time{font-size: 3em;font-weight: 800;color:#FFF;margin:0;text-transform: uppercase;}
.homeBoxes .featuredBox .waitTime .waitInfo .desc{color:#FFF;margin:0;}

.homeBoxes .featuredBox .newsEvent{display: flex;padding:20px;}
.homeBoxes .featuredBox .newsEvent .newsEventIcon{flex-basis:10%;color:#FFF;font-size: 2.35em;}
.homeBoxes .featuredBox .newsEvent .newsEventText{padding:0 20px 20px 20px;color:#FFF;}
.homeBoxes .featuredBox .newsEvent .newsEventText h4{margin:0;font-size: 2.35em;}
.homeBoxes .featuredBox .newsEvent .newsEventText p.date{font-size: 1.45em;margin-top: 5px;}
.homeBoxes .featuredBox .newsEvent .newsEventText p:nth-of-type(2){margin-top: 30px;}

/*** Search ***/
.search-form-wrapper {
    display: none;
    position: absolute;
    height:100vh;
    top:0;
    left: 0;
    right: 0;
    padding: 20px 15px;
    background-color:rgba(23, 40, 82, .98);
    z-index: 999;
}
.search-form-wrapper.open {
    display: block;
}
.search-form{display: flex;flex-direction: column;height: 100%;justify-content: center;}
.search-form &gt; span{font-size: 5vw;color:#FFF;font-weight: 800;}
.search-form .gSearchWrap .gSearch{flex:1;}
.search-form .gSearchWrap{display: flex;align-items: center}
.search-form .gSearchWrap .gSearch table{border: 0;margin: 0;border-collapse: inherit;}
.search-form .gSearchWrap .gSearch table td{border: 0;padding: inherit;}
.search-form .search-close{flex-basis: 10%;text-align: center;}
.search-form .search-close i{font-size: 3em;margin-left: 10px;color:#FFF;}
input.gsc-input{padding:10px !important;}

/*** Internal Layouts ***/
.pageTitle{font-size: 3.55em;font-weight: 900;color: #172852;padding:0 4%;}
.pageTitle h2{margin-bottom:5px;}

/*.content p, .content li{font-size: 1.65em; font-weight: 500;}*/
.content li{padding-bottom: 10px;}
.content a, .content a:visited, .contentBox a, .picTextWrap a{color: #172852;text-decoration: underline;}
.content a:hover, .contentBox a:hover, .picTextWrap a:hover{color:#000;}
.content h2{font-size: 3.5em; margin: 40px 0 15px;text-transform:capitalize;}
.content h3, .contentBox h3, .picTextWrap h3{font-size: 3em;margin:20px 0 10px;}
.content h4, .contentBox h4, .picTextWrap h4{font-size: 2.5em;margin:20px 0 10px;}
.content h5, .contentBox h5, .picTextWrap h5{font-size: 2em;margin:20px 0 10px;}
.content h6, .contentBox h6, .picTextWrap h6{font-size: 1.55em;margin:20px 0 10px;}
/*.column100 &gt; h2:first-of-type, .column50 &gt; h2:first-of-type, .column60 &gt; h2:first-of-type, .column30 &gt; h2:first-of-type, .column30 &gt; h3:first-of-type, .columnFlex &gt; h2:first-of-type{margin-top: 0;}*/

.contentOrder{display:flex;flex-direction:column;clear:both;}
.content h2 + p,.content h3 + p,.content h4 + p,.content h5 + p,.content h6 + p{margin-top:0;}
.content{display: flex;justify-content: space-between;padding:0 4% 40px;}
.content img{max-width: 100%;height:auto;}
.content img.left {float: left;max-width: 50%;height: auto;margin: 5px 20px 10px 0;}
.content img.leftAlone {float: left;margin-right: 100%;margin-bottom: 10px;clear: both;}
.content img.right {float: right;max-width: 50%;height: automargin: 5px 0 10px 20px;}
.content img.rightAlone{float:right;margin-left:100%;margin-bottom: 10px;clear: both;}
.content img.center{float: none;margin-left: auto;margin-right: auto;display: block;margin-bottom: 10px;clear: both;}
.content li li, .contentBox li li, .picTextWrap li li{font-size:1em;}
.columnFlex{flex:1;margin-right:120px;}
.column100{flex-basis: 100%;}
.column60{flex-basis: 60%;}
.column50{flex-basis: 50%;}
.column50:nth-child(1){margin-right: 80px;}
.column30{flex-basis: 30%;}
.smallText{font-size:1.25em !important;}
.boxesContent{padding-bottom:0;}
.noFlex{display:block !important;}

.internalHeader {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.internalHeader .headerTitle::before{   
    position: absolute;
    content: "";
    top: 0;
    right:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0, rgba(0,0,0,.8), rgba(0,0,0,.8));
    opacity: .7
}

.internalHeader .headerTitle{
    display: flex;
    align-items: flex-end;
    height:400px;
    width: 100%;
    background-size: cover;
    position: relative;
    padding:0 4% 30px 4%;
}

.internalHeader .headerTitle h1{
    color: #FFF;
    font-size: 4vw;
    line-height: 6vw;
    margin:0;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 10px 30px #000;
    position: relative;
    margin-top:100px;
}

.picTextWrap{margin:40px 4%;display: flex;align-items: center;justify-content: space-between;}
.picTextWrapper .picTextWrap:nth-child(n+2){margin:100px 4%;}
.picTextWrap .pic{flex-basis: 40%;}
.picTextWrap .pic img{max-width:100%;}
.picTextWrap .text{flex:1;}
.picTextWrap .text h2{font-size: 2.35em;margin-top:0;margin-bottom: 10px;}
.picTextWrap.odd .pic{text-align: right;margin-left: 60px;}
.picTextWrap.even .pic{order: -1; text-align: left;margin-right: 60px;}

hr{border-top: 8px solid #e7e7e7;margin:50px 0;border-right: 0;border-left: 0;border-bottom: 0;}


/*** TABLES ***/
table {
    border-collapse: collapse; /* borders are collapsed into a single border when possible */
    border: 1px solid #d4d4d4;
    border-spacing: 0; /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */
    margin: 0 0 10px;
    text-align: left;
}
table tr:nth-child(even) {background-color: #ededed;}
table th, thead td {background-color: #ededed;}
table td, table th {padding: 15px; border: 1px solid #d4d4d4; vertical-align: top;}
table th {font-weight: bold;}
table li{font-size:inherit !important;}  

table.noStyle{border:none;}
table.noStyle tr:nth-child(even){background-color:transparent;}
table.noStyle td, table.noStyle th{border:none;}
table.fullWidth{width:100%;}

.embed.rightAlone{float:right;margin-left:50px;}
.embed.center{margin:0 auto;}

/*** BOXES ***/
.contentBoxesWrap{margin:40px 4%;}
.contentBoxesWrap h2{font-size: 3.65em;margin-top:0;}
.contentBoxes{display: flex;flex-wrap:wrap;}
.contentBoxes .contentBox{flex-basis: 30%;margin-right: 40px;margin-bottom:80px;}
.contentBoxes .contentBox:last-of-type{margin-right: 0;}
.contentBoxes .contentBox h2, .contentBoxes .contentBox h3{font-size: 2.35em;margin-bottom: 10px;}
.contentBoxes .contentBox img{max-width: 100%;}

.boxWrapper{display:flex;flex-wrap:wrap;clear:both;}
.boxWrap{flex-basis:23%;display:flex;flex-direction:column;justify-content: space-between;border:3px solid #CCC;padding:20px;margin-top:20px;margin-right:20px;}
.boxWrap .boxIcon{text-align:center;margin: 20px 0;}
.boxWrap .boxIcon i{font-size:7em;color:#002157;}
.boxWrap .topImage{text-align:center;}
.boxWrap .boxBtn{align-self:bottom;}
.boxWrapper.colSide .boxWrap{flex-basis:30%;}

/*** FORM ***/
.userform-fields input, .userform-fields textarea{
    width: 100%;
    display: block;
    box-sizing: border-box;padding: 10px;
    font-size: 1.4em;
}
.userform-fields label, .userform-fields legend{
    display:block;
    font-size: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}
.userform-fields select{width: 100%;padding: 10px;font-size: 1.4em;}
.userform-fields fieldset{margin:10px 0;}
.userform-fields fieldset label{display:inline-block;}
.userform-fields fieldset input{display:inline-block;width:auto;}
.userform input[type=submit]{
    background-color: #172852;
	color:#FFF;
	border: 2px solid #172852;
    font-size: 18px;
    display: inline-block;
    padding: 15px 30px;
    font-weight: 400;
    margin-top:20px;
    cursor: pointer;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.userform input[type=submit]:hover{
	border: 2px solid #172852;
	background-color: #FFF;
	color: #172852 !important;
}
.requiredField label::after {content: "*";}
.userform-fields textarea{font-family: 'Roboto', sans-serif;}

/*** EDITOR ***/
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}

 /*** ALERTS ***/
.siteAlert{background-color:#172852;color:#000;padding:20px 8%;text-align:center;font-weight:bold;font-weight: 600;}
.siteAlert a{text-decoration:underline;opacity:.8;}
.siteAlert a:hover{opacity:.8;text-decoration:none;}

/*** FOOTER ***/
.preFooter{background-image: url(/_resources/themes/business/images/prefooter.jpg);background-repeat: no-repeat;background-size: cover; padding:80px 4%;text-align: center;}
.preFooter h2{color:#FFF;font-size: 3.85em;margin-top: 0;margin-bottom: 50px;}
.preFooter .family{display: flex;justify-content: space-between;align-items: center;padding:0 15%;}
.preFooter .family a img{width:200px;max-height: 100px}
.preFooter .family a:hover img{opacity: .5;}

footer{padding:4%;background-color: #f0f0f0;}
footer .footerWrap{display: flex; justify-content: space-between;}
footer .footerWrap h3{font-size: 1.55em;font-weight:600;margin-bottom: 0;text-transform: uppercase;}
footer .footerWrap h3::after{margin-top:5px;border-top:3px solid #172852;display: block;content: "";padding-bottom: 20px;}

footer .footerWrap .footerImage img{width:180px;max-width: 100%;}
footer .footerWrap .fnav{display: flex;}
footer .footerWrap .fnav nav ul{list-style-type: none;padding-left: 0;margin-top: 0;}
footer .footerWrap .fnav nav ul:first-of-type{margin-right:40px;}
footer .footerWrap .fnav nav ul li{margin-bottom: 10px;}
footer .footerWrap .fnav nav ul li a{color:#000;font-size: 1.35em;font-weight: 300;}
footer .footerWrap .fnav nav ul li a:hover{color:#172852;font-weight: bold;text-decoration: underline;}
footer .footerWrap .fnav nav ul li:hover::AFter{
    font-family: "Font Awesome 5 Pro";
    content:"\f178";
    font-weight: 900;
    font-size: 1em;
    line-height: 1;
    margin-left: 5px;
    vertical-align: middle;
    color:#172852;
}

footer .copy{margin-top:40px;display: flex;justify-content: space-between;align-items: center;}
footer .copy p{font-size: 1.25em;}
footer .copy a{color:#000;}
footer .copy a:hover{color:#172852;}
footer .copy .social{display: flex;}
footer .copy .social a i{color:#172852;font-size: 2.5em;margin-left: 15px;}
footer .copy .social a i:hover{color:#000;}

@media (min-width:881px){
    nav.mainNav button {display: none;}
    [hidden]{display: block;} 
    .fixedHeader{position:fixed;height:80px;background-color:#FFF;padding:0 3%;top:0;}
    .fixedHeader nav.mainNav ul li &gt; a, .fixedHeader nav.mainNav ul li &gt; span{color:#000;}
    .fixedHeader nav.mainNav ul li .mainLink::after{background:#000;}
    .fixedHeader .logo img{display: none;}
    .fixedHeader .logo{background-image: url(/_resources/themes/epia/images/epia-logo-color.svg);background-repeat: no-repeat;background-size: contain;margin:10px;}
    .fixedHeader nav.mainNav ul li .subWrap{position: fixed;}
}


@media only screen and (max-width: 880px) {
    .microNav{padding-bottom: 10px;padding-left:0;}
    .microNav .sitesNav{flex-direction: column;}
    .microNav .sitesNav a{font-size: 1.15em;}
    .microNav .descContent{flex-direction: column;align-items: flex-end}
    .microNav .descContent .weatherWrap{border-right:0;padding:10px 0 0;}
    .microNav .descContent .weatherWrap .justTime{display: inline-block;font-size: 1.25em;border-left: 1px solid #000;padding-left: 5px;}
    .microNav .descContent .dateTime{display: none;}
    .microNav .descContent .translate a{padding:0;}
    .microNav .descContent &gt; div{margin-bottom: 15px;}
    
    header{flex-direction: column;}
    header .navWrap{flex-direction: column;align-items:center;}
    header .logo img{width:300px;height: auto;}
    header .logo{flex-basis: 105%;text-align: center;}

    
    [hidden]{display: none !important;} 
    nav.mainNav button{
        background-color: transparent;
        border: 0;
        color:#FFF;
        font-size: 3em;
        cursor: pointer;
    }
    nav.mainNav button span{
        position:absolute;
        left:-10000px;
        top:auto;
        width:1px;
        height:1px;
        overflow:hidden;
    }
    nav.mainNav{text-align: center;margin: 20px 0;order: -1;}
    nav.mainNav.desktop{
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background-color: #172852;
        padding:20px;
        margin:0;
    }
    nav.mainNav.desktop i.fa-bars{display: none;}
    nav.mainNav i.fa-times{display: none;}
    nav.mainNav.desktop i.fa-times{display: block;}
    nav.mainNav ul{
        height: 100vh;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    nav.mainNav ul li{margin:10px 0;width:100%;text-align: center;padding: 0;}
    nav.mainNav ul li a{padding: 0;}
    
    nav.mainNav ul li .subWrap .sub{flex-direction: column;text-align:center;padding:40px 20px;background-color: #FFF;} 
    nav.mainNav ul li.hasSub .subWrap{width: 100%;left:0;}
    nav.mainNav ul li .subWrap .sub .subGroup ul{padding: 0;height: auto;}
    nav.mainNav ul li .subWrap .sub .subGroup ul li{text-align: center;}
    nav.mainNav ul li .subWrap .sub .subGroup ul li a{color:#1b2855;}
    nav.mainNav ul li .subWrap .sub .subGroup ul li a:after{display: none;}
    nav.mainNav ul li::after{display: none;}
        
    .heroText{margin-top:0;padding:0 4%;max-width: 100%;}
    .heroText h2{font-size: 3em;}
    
    .homeFlights{flex-direction: column;margin:-100px 5% 50px 5%}
    
    .homeBoxes{flex-direction: column;text-align: center;}
    .homeBoxes .homeBox{flex-basis: 100%;}
    .homeBoxes .homeBox:nth-child(2){margin:40px 0;}
    .homeBoxes .homeBox h3 {text-align:left;}
    .homeBoxes .featuredBox .waitTimeWrap{margin-top: 0;margin-bottom: 40px;}
    
    
    .internalHeader .headerTitle h1{margin-top: 400px;font-size: 4em;line-height: 65px;}
    
    
    .contentBoxes{flex-direction: column;}
    .contentBoxes .contentBox{flex-basis: 100%;margin:0 0 40px;}

    .picTextWrap{flex-direction: column;}
    .picTextWrap.odd .pic{order: -1;margin-left: 0;margin-bottom: 20px;}
    .picTextWrap.even .pic{text-align: center;margin-right: 0;margin-bottom: 20px;}
    .preFooter .family{flex-direction: column;padding:0 4%;}
    .preFooter .family a{margin-bottom: 40px;}
    .preFooter .family a:last-of-type{margin-bottom: 0;}
	.embed.rightAlone{float:none;margin-left:0;}
    footer{text-align: center;}
    footer .fLogo{margin:40px auto 0;}
    footer .footerWrap{flex-direction: column;}
    footer .footerWrap h3::after{margin:10px auto 0;}
    footer .footerWrap .fnav{flex-direction: column;justify-content: center;}
    footer .footerWrap .fnav nav ul:first-of-type{margin-right: 0;}
    footer .footerWrap .fMid{margin: 25px 0 35px;}
    footer .footerWrap .fRight{flex-basis: 100%;align-items: center;}  

    
}

@media (max-width: 768px) {
    .content{flex-direction: column;}
    .column50, .column60{flex-basis: 100%;}
    .column50:nth-child(1){margin-right: 0;}
    .column50:nth-child(2){margin-top: 40px;}
    .column30{flex-basis: 100%;margin-top: 40px;}
	.homeBoxesWrap, .contentBoxesWrap{margin:40px 4%;}
    table{max-width:100%;}
	table td{max-width:100%;}
    footer{flex-direction: column;align-items: center;}
    footer .fLeft{text-align: center;margin-top:30px;}
    footer .fRight{align-items: center;}
}


</pre></body></html>