/*
@Theme Name: Mt Hawley WordPress Theme 
@Description: This site was built by Central States Marketing. For more information about the site or this custom WordPress theme, you can contact Central States Media at: info@centralstatesmedia.com or call us at: 309-693-2345.
@Author: Central States Media
@Author URI: http://www.centralstatesmarketing.com/
@Version: 1.0
@Date: February 2025
*/
@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    color: #4d4d4d;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* fonts
Futura PT Medium

font-family: futura-pt, sans-serif;
font-weight: 500;
font-style: normal;

Futura PT Heavy

font-family: futura-pt, sans-serif;
font-weight: 700;
font-style: normal;

Futura PT Book

font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;

Futura PT Bold

font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;
*/
* {
    box-sizing: border-box;
    /*transition: 0.2s all ease;*/
}
a {
    text-decoration: none;
    transition: all .2s ease;
}
.clear {
    clear:both;
}
.width-wrap {
    max-width: 1800px;
    margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
.mobile-only {display:none;}
.alignright{margin:0 0 2em 2em;padding:0px;float:right;border:0;}
.alignleft{margin:0 2em 2em 0;padding:0px;float:left;border:0;}
.aligncenter{display:block;margin-left:auto;margin-right:auto;padding:0px;border:0;}
.one-fourth {width:25%;}
.one-third {width:33.33%;}
.one-half {width:50%;}
.three-fourths {width:75%;}
.two-thirds {width:66.66%;}
.columns {display: flex;margin:0 auto;max-width:1600px;}
.wrap {padding-left: 5%;padding-right: 5%;}
.alignright{margin:0 0 2em 2em;padding:0px;float:right;border:0;}
.alignleft{margin:0 2em 2em 0;padding:0px;float:left;border:0;}
.aligncenter{display:block;margin-left:auto;margin-right:auto;padding:0px;border:0;}
/* colors */
.yellowbg {
    background: #fabc16;
}
.ltbluebg {
    background: #70b9cf;
}
.bluebg {
    background: #5998b9;
}
.dkbluebg {
    background: #00376a;
}
.navybg {
    background: #00294f;
}
.graybg {
    background: #dcdcdc;
}
.whitebg {
    background: #fff;
}
.yellow-text {
    color: #fabc16;
}
.ltblue-text {
    color: #70b9cf;
}
.blue-text {
    color: #5998b9;
}
.dkblue-text {
    color: #00376a;
}
.navy-text {
    color: #00294f;
}
.gray-text {
    color: #dcdcdc;
}
.white-text {
    color: #fff;
}
p.button a, a.button, .content a.button, .content input[type="submit"],
.content a.wp-block-button__link{
    padding: 10px 20px;
    display:inline-block;
    background: #70b9cf;
	background-color:#70b9cf;
    color: #1a5c6b;
    font-weight: 700;
    border: none;
    font-family: futura-pt, sans-serif;
    cursor: pointer;
    transition: 0.2s all ease;
	border-radius:8px;
	font-size: inherit;
}
p.button a:hover, a.button:hover, .content a.button:hover, .content input[type="submit"]:hover,
.content a.wp-block-button__link:hover{
    background: #00376a;
    color: #fff;
}
/*fix icon issue coblocks*/
.icon {
	-webkit-mask-image: none !important;
	mask-image: none !important;
}
/*hide marker coblocks accordion*/
.content .wp-block-coblocks-accordion-item__title{
	background:#fff;
	border-radius: 0;
	padding:10px 15px;
	border-bottom:2px solid #dcdcdc;
}
.wp-block-coblocks-accordion-item__title:focus{outline:0;}
.content .wp-block-coblocks-accordion-item details summary {list-style: none;}
.content .wp-block-coblocks-accordion-item details summary::marker {
    visibility: hidden;
}
.content .wp-block-coblocks-accordion-item details summary:before{
	content:"+";
	position: absolute;
	right:8px;
	top:50%;
	transform: translateY(-50%);
	font-size: 1.5em;
	font-weight: bold;

}
.content .wp-block-coblocks-accordion-item details[open] summary:before{content:"-";}
.content .wp-block-coblocks-accordion-item details[open] summary,
.content .wp-block-coblocks-accordion-item details summary:hover{background:#00376a;color:#fff;border-radius:0;border-bottom:0;}
.content .wp-block-coblocks-accordion-item details summary:hover{cursor:pointer;}

.content .wp-block-image{margin:1em 0;}

.content .wp-block-group.has-background{padding:15px;}

.content .has-blue-color.has-text-color{color:#00376a;}
.content .has-ltblue-color.has-text-color{color:#70b9cf;}
.content .has-yellow-color.has-text-color{color:#fabc16;}
.content .has-gray-color.has-text-color{color:#6d6d6d;}
.content .has-white-color.has-text-color{color:#ffffff;}
.content .has-blue-color.has-inline-color{color:#00376a;}
.content .has-ltblue-color.has-inline-color{color:#70b9cf;}
.content .has-yellow-color.has-inline-color{color:#fabc16;}
.content .has-gray-color.has-inline-color{color:#6d6d6d;}
.content .has-white-color.has-inline-color{color:#ffffff;}
.content .has-blue-color.has-background{background:#00376a;}
.content .has-ltblue-color.has-background{background:#70b9cf;}
.content .has-yellow-color.has-background{background:#fabc16;}
.content .has-gray-color.has-background{background:#6d6d6d;}
.content .has-white-color.has-background{background:#ffffff;}

.content h1 {
    color: #00376a;
    font-size: 2em;
    margin-top: 0;
    text-transform: uppercase;
}
.content h2 {
    font-size: 1.6em;
    color: #70b9cf;
    margin: 0 0 20px 0;
    line-height: 1em;
}
.content h3 {
    font-size: 1.6em;
    margin: 0 0 20px 0;
    line-height: 1em;
}
.content h4 {
    font-size: 1.3em;
    color: #fabc16;
    margin: 0 0 20px 0;
    line-height: 1em;
}
.content h5 {
    font-size: 1.3em;
    color: #0f5aaa;
    margin: 0 0 20px 0;
    line-height: 1em;
}
.content h6 {
    font-size: 1.3em;
    margin: 0 0 20px 0;
    line-height: 1em;
}
.content p {
    line-height: 30px;
    font-size: 1.1em;
    margin: 20px 0;
}
.content a, #textAlert a {
    color: #70b9cf;
}
.content a:hover, #textAlert a:hover {
    color: #fabc16;
}
/*
.overlay {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99990!important;
    background: #000;
    opacity: 0;
    transition: 0.2s all ease;
}
.overlay.active {
    opacity: 0.5;
    visibility: visible;
}
*/

/*FLIGHTS*/
#demoFly{
	padding:25px 15%;
}
#demoFly button{
	background:#d0d0d0;
	text-transform: lowercase;
	color:#565656;
	padding:10px 25px;
	border:0;
	font-weight: bold;
	margin:10px 5px;
	cursor: pointer;
}
#demoFly button:hover,
#demoFly button.arrival:hover,
#demoFly button.departure:hover{background:#00376a;color:#fff;}
#demoFly button.arrival{background:#fbbc17;}
#demoFly button.departure{background:#b4c8d1;}


#demoFly table{width:100%;margin:20px auto 40px auto;border:0;border-spacing: 0px;    border-collapse: separate;}
#demoFly th{
	background:#00376a;
	color:#fff;
	padding:25px 5px 5px 5px;
	border:0;
	text-align: center;
}
#demoFly td{text-align: center;padding:5px;border:0;border-bottom:2px solid #d0d0d0;}
#demoFly td:first-child, #demoFly th:first-child{text-align: left;}

#demoFly table a{color:#00376a; border:1px solid #00376a;border-radius: 10px;padding:3px 5px;display:block;}

.trackicon{
	background:url("images/icon-loc-blue.svg")no-repeat;
	background-position: center;
	background-size: 0.7vw;
	cursor: pointer;
}
/* 
==================
HEADER
==================
*/
#tracker {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 89000;
    text-transform: uppercase;
    text-align: center;
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}
#tracker h2 {
    font-size: 1.2em;
    margin: 10px;
}
#tracker a {
    color: #fff;
    display:block;
    padding: 5px 10px;
}
#tracker p {
    font-size: 0.9em;
    margin: 0;
}
#tracker .icon {
    border-radius: 50%;
    border: 3px solid #fff;
    width: 60px;
    height: 60px;
    margin: 10px auto;
    transition: 0.2s all ease;
}
#tracker img {
    width: 70%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: 0.2s all ease;
}
#tracker .arrivals img {
    transform: rotate(130deg);
}
#tracker .departures img {
    transform: rotate(45deg);
}
#tracker .arrivals:hover img {
    transform: rotate(115deg);
}
#tracker .departures:hover img {
    transform: rotate(60deg);
}
#tracker .rewards img {
    transition: 0.1s all ease;
}
#tracker .rewards:hover .icon {
    transform: scale(1.06);
}
#header {
    -webkit-box-shadow: 0 0 20px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 20px 20px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px 20px rgba(0,0,0,0.2);
    border-top: 15px solid #dcdcdc;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 20000!important;
    padding: 15px 5% 0;
}
#header .width-wrap {
    display:flex;
    align-items: center;
}
#header .logo img {
    max-width: 200px;
    transition: 0.2s all ease;
}
#header .logo:hover img {
    transform: translateX(4px);
}
#header .alert{
	background:#fabc16;
	padding:5px 10px;
	text-align: center;
	position: relative;
}
#header .alert .close{position: absolute;
left:5px;top:5px;font-weight: bold;cursor: pointer;}
#header .alert a{color:#00376a;}
#header .alert a:hover{color:#FFF;}
#header .alert p{margin:0;}
.language {
    color: #dcdcdc;
    position: relative;
}
.language::before {
    content: "";
    position: absolute;
    left: -15px;
    top: -3px;
    width: 15px;
    height: 15px;
    background: url("images/icon-globe.svg") center/contain no-repeat;
}
.language::after {
    content: "▼";
    position: absolute;
    right: -10px;
    top: 0;
    width: 15px;
    height: 15px;
}
.language select {
    padding: 0!important;
    margin: 0!important;
    width: 100%!important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 9px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-menu {
    display:flex;
    text-align: center;
    font-size: 0.9em;
}
.search-menu .icon {
    width: 40px;
    height: 40px;
    margin: 5px 5px 0 5px;
    border-radius: 8px;
    cursor: pointer;
}
.search .icon {
    background: #fabc16 url("images/icon-search.svg") center/70% auto no-repeat;
}
.search-box {
    display:none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #70b9cf;
    width: 100%;
}
.search-exit {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 10px;
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 700;
    cursor: pointer;
}
.search-box.active {
    display:block!important;
}
.search-box form {
    display: flex;
    padding: 10px 40px 10px 10px;
}
.search-box input[type="text"] {
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 3px solid #fff;
    flex: 1;
    padding: 10px;
    text-align: center;
    outline: none!important;
    font-family: futura-pt, sans-serif;
}
.search-box input[type="submit"] {
    width: 50px;
    background: #fff url("images/icon-search-y.svg") center/auto 70% no-repeat;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-left: 0px solid #fff;
    cursor: pointer;
}
.search-box input[type="submit"]:hover {
    background: #70b9cf url("images/icon-search.svg") center/auto 70% no-repeat;
}
.hamburger .icon {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.hamburger .icon span {
    background: #fff;
    width: 50%;
    height: 2px;
    margin: 2px 0;
}
.hamburger .icon:hover, .search .icon:hover {
    background-color: #70b9cf;
}
#nav {
    flex: 1;
    display:flex;
    justify-content: flex-end;
    align-items: stretch;
}
#nav .menu-main-menu-container {
    width: 90%;
}
#nav ul {
    display:flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
}
#nav li {
/*     border-left: 3px solid #dcdcdc; */
/*     position: relative; */
    display: flex;
    /*flex: 1;*/
}
#nav > div > ul > li{flex:1;}
#nav a {
/*    display:flex;*/
    width: 100%;
    padding: 39px 15px;
    color: #0f0f0f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em;
    white-space:nowrap;
    text-align: center;
    position:relative;
/*    align-items: center;*/
/*    justify-content: center;*/
}
/*#nav > div > ul > li{border-left:3px solid #70b9cf;}*/
#nav a::before {
    content: "";
    width: 3px;
    height: 30px;
    background: #dcdcdc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#nav li:first-child a::before {
    display:none!important;
}
#nav li:hover > a::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
    z-index: 1000000;
} 

#nav ul ul a::after {
    display:none!important;
}
#nav li:hover > a {
    color: #70b9cf;
}
#nav > div > ul > li:first-child {
    border-left: none;
}
#nav ul li.blue-text a {
    color: #5998b9;
}
#nav ul li.yellow-text a {
    color: #fabc16;
}
#nav ul li.blue-text > a::before, #nav ul li.yellow-text > a::before {
    background: #293883;
}
#nav ul li.blue-text:hover a {
    color: #fabc16;
}
#nav ul li.yellow-text:hover a {
    color: #5998b9;
}
#nav ul ul {
	position: absolute;
	top:100%;
    /*position: fixed;
    top: 105px;*/
    left: 0;
/*     min-width: 160px; */
    width: 100%;
    display:none;
/*     text-align: right; */
    background: #00376a;
    /*padding: 3% 5% 3% calc(300px + 5% + 5%);*/
	padding:3% 5%;
    webkit-box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
    box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
    /*flex-flow: row wrap;*/
    justify-content: flex-start;
    align-content: flex-start;
    min-height: 250px;
    z-index: 100000!important;
	flex-wrap: wrap;
	flex-direction: row;
	flex:1;
}
/*nav li.airlines > ul, #nav li.contact > ul {
    flex-direction: column;
}*/
#nav ul ul li {
    border-left:3px solid #70b9cf;
    display:flex;
    width: 20%;
	/*max-width: 33%;*/
    /*flex:1;*/
    flex-flow:column nowrap;
	padding:0 15px;
}
#nav ul ul ul li{padding:0;}

/*#nav ul ul li.featured::before {
    content: "";
    width: 100%;
    height: 150px;
    position: relative;
}*/
#nav li.icon{border-left:0;width:40%;}
#nav li.icon a{display:flex;flex-direction: column;text-align: center;color:#70b9cf;flex:0;}
#nav li.icon a img{order:-1; max-width: 100px;height:auto;margin:0 auto 10px auto;}
#nav li.icon a span{color:#fff;font-size:0.9em;text-transform: none;}
/*#nav li.airlines li.featured::before {
    background: url("images/icon-header-info.svg") center/contain no-repeat;
}
#nav li.airport li.featured::before {
    background: url("images/icon-header-flights.svg") center/contain no-repeat;
}
#nav li.services li.featured::before {
    background: url("images/icon-header-car-rentals.svg") center/contain no-repeat;
}
#nav li.contact li.featured::before {
    background: url("images/icon-header-contact.svg") center/contain no-repeat;
}*/
/*#nav ul ul li:first-child {
    border-left: 3px solid #70b9cf!important;
}*/
#nav ul ul li.featured {
    position: absolute;
    top: 0;
    left: 5%;
    width: 300px;
    height: 100%;
    padding: 30px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border:none!important;
}
#nav ul ul li.featured > a {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    width: 100%;
    display:block;
    border-top: 3px solid #70b9cf;
    text-align: center;
}
#nav ul ul li a {
    text-align: left;
    color: #fff;
    padding: 5px 15px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1em;
    white-space: normal;
	padding-left:15px;
	text-indent: -15px;
}
#nav ul ul a::before {
    display:none!important;
}
#nav ul ul li:hover > a {
    color: #fff;
}
#nav ul ul a:hover {
    color: #70b9cf!important;
}
#nav ul ul ul {
    display:block!important;
    position: relative;
    transform: translate(0);
    padding: 0;
    top: auto;
    left: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 0!important;
}
#nav ul ul ul li {
    border-left: none!important;
    width: 100%!important;
}
#nav ul ul ul li:first-child {
    border-left: none!important;
}
#nav ul ul ul li a {
    padding: 0 0 0 30px;
    font-weight: 400;
    text-transform: none;
    color: #dcdcdc;
}
#nav li:hover > ul {
    display:flex;
}
#nav ul ul li:hover > ul {
    display:block;
}
/* mobile nav */
#m-nav {
    display:none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;height:100%;
	padding:5% 5% 5% 25%;
    /*background: #00376a;*/
    z-index: 999999!important;
	/*box-shadow: 0 0 15px 0 rgba(0,0,0,0.9);*/
	overflow: auto;
}
#m-nav:before{
	content:"";
	position: fixed;
	right:80%;
	top:0;
	width:100%;height:100%;
	background:rgba(0,0,0,0.8);
	z-index: -1;
}
#m-nav:after{
	content:"";
	position: fixed;
	right:0;top:0;
	width:80%;height:100%;
	background: #00376a;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.9);
	z-index: -1;
}
/*#m-nav.active {
    display:block!important;
}*/
#m-nav .close {
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
    cursor: pointer;
    font-weight: 700;
	text-transform: uppercase;
	font-size:1.5em;
}
#m-nav ul {
    margin: 0;
    padding:0;
    border-bottom: 10px solid rgba(0,0,0,0.3);
    list-style: none;
	overflow: auto;
	max-height: 100%;
	width:80%;
}
#m-nav a {
    padding: 12px;
    display:block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
#m-nav a:hover {
    background: rgba(0,0,0,0.1);
}
#m-nav ul ul {
    border:none;
    /*background: #70b9cf;*/	
    display:none;
	width:100%;
}
#m-nav ul ul li{width: 100%;border-left:2px solid #70b9cf;margin:10px 0;}
#m-nav ul ul ul li{width:30%;border-left: 0;margin:0;}
@media screen and (max-width:1200px){
	#m-nav ul ul ul li{width:50%;}
}
@media screen and (max-width:800px){
	#m-nav ul ul ul li{width:100%;}
}
#m-nav ul ul a {
    padding: 10px 25px;
	font-weight: 700;
	font-size: 1em;
	border-bottom: 0;
}
#m-nav ul ul a:hover {
    
}
#m-nav ul ul ul {
	border-left:0;
	margin:0;padding:0;
	display:flex;
	flex-wrap: wrap;
}
#m-nav ul ul ul a {
    text-transform: none;
    font-weight: normal;
	padding:10px 35px;
	font-size:1em;
}
#m-nav ul ul ul a:hover {
    background: rgba(0,0,0,0.1);
}
#m-nav li:hover > ul {
    display:flex;
	flex-wrap: wrap;
}
#m-nav li.topnav-only,
#m-nav li.icon{
    display:none!important;
}

/* 
==================
SLIDER
==================
*/
#flash {
    position: relative;
    overflow: hidden;
}
#flash .metaslider .flexslider {
    margin-bottom: 0!important;
}
#flash .caption-wrap {
    width: 100%;
    height: 100%;
    position: absoulute;
    top: 0;
    left: 0;
}
#flash .caption-wrap::after {
    content: "";
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 120%;
    opacity: 0.5;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+86&1+0,0+58 */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 58%, rgba(0,0,0,0) 86%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 58%,rgba(0,0,0,0) 86%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 58%,rgba(0,0,0,0) 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#flash .caption {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: auto;
    max-width: 90%;
    text-align: right;
    z-index: 100;
}
#flash img {
    width: 100%;
}
#flash h2, #flash p {
    text-transform: lowercase;
    position: relative;
    line-height: 1em;
	font-size:1.2em;
}
#flash h2 {
    font-size: 3em;
    display:inline-block;
    padding: 0 0 20px 0;
    margin: 10px 0;
    letter-spacing: 0.5px;
}
#flash p {
    margin: 0;
}
#flash h2::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fabc16;
}
/* 
==================
INTRO AREA
==================
*/
#tabs {
    margin-top: -61px;
    position: relative;
    z-index: 1000;
    -webkit-box-shadow: 0 0 20px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 20px 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 20px 10px rgba(0,0,0,0.3);
}
#tabs ul {
    display:flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
#tabs li {
    flex: 1;
    position: relative;
    filter: grayscale(20%);
}
#tabs li.ui-state-active {
    z-index: 1000!important;
    filter: grayscale(0);
        -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 10px 4px rgba(0,0,0,0.25);
    box-shadow: 0 0 10px 4px rgba(0,0,0,0.25);
}
#tabs li:nth-child(2) {
    z-index: 200;
}
#tabs li:nth-child(3) {
    z-index: 100;
}
#tabs .content {
    position: relative;
    z-index: 2000;
}
#tabs li a {
    font-weight: 700;
    text-align: center;
    display:block;
    padding: 20px;
    color: #fff;
    outline:none!important;
}
#tabs .content {
    padding: 50px;
}
#tabs li.whitebg a {
    color: #4d4d4d;
}
/* tab content */
#tabs-1.columns {
    flex-direction: row;
    align-items: flex-start;
	justify-content: center;
}
#tabs a.button {
    margin: 0 10px 0 0;
    background: #fabc16;
    color: #7b5d0d;
    padding: 10px 8%;
}
#tabs a.button:hover {
    background: #70b9cf;
    color: #1a5c6b;
}
.flight-search {
    flex: 1;
    margin: 0 0 0 5%;
	flex-wrap: wrap;
}
.flight-search a.button{
	color:#fff;text-transform: lowercase;
	width:100%;display:block;
	margin:10px auto;
	background:none;
	border:2px solid #fff;
}
.flight-search a.button:hover{background:#fff;color:#293883;}
.flight-search input[type="search"] {
    flex: 1;
    padding: 10px;
    text-align: right
}
.flight-search input[type="submit"] {
    background: #4d4d4d url("images/icon-search.svg") center/50% auto no-repeat!important;
    border:none;
    cursor: pointer;
    padding: 0 10px;
}
.flight-search input[type="submit"]:hover {
    background-color: #5998b9!important;
}
.flight-search form {
    display:flex;
    align-content: flex-start;
    flex-flow: row wrap;
}
.flight-search p {
    margin: 0;
    text-align: right;
    width: 100%;
}
#flight-info .mobile-only .flight-search {
    padding: 5%;
    background: #293883;
    margin: 0;
    text-align: center;
}
#flight-info .mobile-only .flight-search h2 {
    color: #fff;
}
#flight-info .mobile-only .flight-search p {
    text-align: center;
    color: #bfbfbf;
    margin: 10px 0 0 0;
}
/* INTRO */
#intro {
    margin: 80px auto;
	max-width:1200px;
}
#intro .one-half:first-child {
    border-right: 8px solid #b3c8d1;
    text-align: right;
    padding: 0 5% 0 0;
    position: relative;
}
#intro .gas-circle p{margin:0;}
#intro .gas-circle{
	background:#00376a;
	color:#fff;
	border-radius:50%;
	text-align:center;
	font-weight:bold;
	font-size:1.5vw;
	line-height:1em;
	width:20vw;
	height:20vw;
	max-width:300px;max-height:300px;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(1, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
	align-items:center;
	place-items:center;
	justify-content:center;
	justify-items:center;
}
#intro .fuel-price{border-radius:8px;}
#intro .fuel-price h2, #intro .fuel-price p{margin:0;}
#intro .gas-circle strong{font-size:3vw;font-weight:bold;display:block;line-height:3.5vw;}
#intro .gas-circle small{font-size:12px;font-weight:normal;display:block;}
#intro .world {
    /*position: absolute;*/
	display:block;
	margin:2vw auto 10px auto;
    max-width: 50%;
    height: auto;
   /* bottom: 15%;
    left: 5%;*/
}
#intro .text {
    flex: 1;
}
#intro h1 {
    font-size:1em;
	line-height: 2em;
	font-weight:normal;
	 margin: 0;
}
#intro h1 strong{font-size:2em;font-weight:bold;}

#intro h2 {
    text-transform: uppercase;
    font-size: 3em;
    line-height: 1em;
    margin: 0;
    color: #70b9cf;
}
#intro span {
    display:block;
}
#intro span.cursive, #intro h1.cursive {
    text-transform: none;
    font-family: pacifico, sans-serif!important;
    font-weight: 700!important;
    font-style: normal!important;
	font-size:2.5em;color:#70b9cf;
	line-height:1.2em;
}
#intro .one-half:last-child {
    padding: 0 0 0 5%;
}
#intro .dots {
    width: 50%;
    height: 5px;
    margin: 15px 50% 30px auto;
    border-top: 10px dotted #eafaff;
}

/* 
==================
MAPS
==================
*/
#maps {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    background-image: url("images/bg-blue-swoop.png");
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}
#maps .right-half {
    padding: 0 0 0 50px;
	display:flex;
	align-items:center;
}
#maps h2 {
    color: #fff;
    font-size: 2em;margin:0;
}
#maps h3{color:#fff;font-size:1.5em;margin:0;}
#maps .right-half img {
    width: 100%;
}
#maps a.button{background:rgba(0,55,106,0);border:3px solid #00376a;color:#00376a;}
#maps a.button:hover{background:#00376a;color:#fff;}
#maps ul {
    display:flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
#maps li {
    width: 50%;
    padding: 5px 10px 0 0;
    color: #fff;
    font-weight: 700;
    cursor: default;
}
#maps li:hover {
    color: #fabc16;
}
#maps li.active {
    color: #fabc16;
}
.map-img {
    display:none;
}
.map-img.active {
    display:block;
}
.bottom-image{background:#00376a;}
.bottom-image img{width:100%;height:auto;opacity:1;}
/* 
==================
LOGOS
==================
*/
.swoop1 {
    width: 100%;
    height: 60px;
    background: #5998b9 url('images/bg-swoop1.png') bottom left/100% 100% no-repeat;
}
.swoop2 {
    width: 100%;
    height: 60px;
    background: #5998b9 url('images/bg-swoop2.png') bottom left/100% 100% no-repeat;
}
#airlines {
    padding-top: 20px;
    padding-bottom: 40px;
    flex-flow: row nowrap;
    justify-content: center;
}
#airlines a {
    margin: 20px;
}
#airlines img {
    width: 100%;
    height: 100%;
    max-height: 50px;
    max-width: 200px;
    object-fit: contain;
    object-position: center;
}
#airlines a:hover {
    transform: scale(1.05);
}
/* 
==================
ICONS
==================
*/
#callout-icons {
    position: relative;
    overflow: hidden;
}
#callout-icons .shadow {
    -webkit-box-shadow: inset 0 0 15px 15px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 15px 15px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 15px 15px rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 100%;
    z-index: 1;
}
#callout-icons .columns {
    flex-flow: row nowrap;
    padding: 30px 0;
    position: relative;
    z-index: 100;
}
#callout-icons a {
    flex: 1;
    padding: 20px;
    text-align: center;
}
#callout-icons .icon {
    height: 70px;
    width: 70px;
    margin: 10px auto;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#callout-icons a:hover .icon {
    transform: translateY(-3px);
/*    transform: scale(1.04);*/
/*    filter: drop-shadow(0px 0px 10px #fbe2a1);*/
}
#callout-icons .icon img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}
#callout-icons .bag img {
    width: 85%;
}
#callout-icons .food img {
    width: 90%;
}
#callout-icons .access img {
    width: 95%;
}
#callout-icons .transport img {
    margin-top: 15px;
}
#callout-icons .first img {
    margin-top: 15px;
}
#callout-icons .rewards img {
    width:65%;
    margin-top: 10px;
}
#callout-icons h3 {
    color: #785c10;
    margin: 0;
    text-transform: lowercase;
}
/* 
==================
SLIDER AND CALLOUTS
==================
*/
#prefooter {
    padding-top: 80px;
    padding-bottom: 80px;
}
.news-slider {
    border-right: 8px solid #b3c8d1;
    text-align: center;
    padding: 0 5% 0 0;
}
#prefooter .one-half:last-child {
    display:flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 0 0 0 5%;
}
.news-slider h3 {
    color: #00376a;
}
.news-slider p {
    line-height: 25px;
}
.news-slider .slides {
    margin: 0 30px;
}
.news-slider a {
    color: #00376a;
    font-weight: 700;
    text-transform: uppercase;
} 
.news-slider a:hover {
    color: #fabc16;
} 
.news-slider img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: contain;
    object-position: center;
}
.news-slider a.button {
    max-width: 100%;
    padding: 5px 10px;
}
.news-slider a.button:hover {
    color: #70b9cf;
}
.callout {
    display: flex;
}
.callout:hover {
    transform: scale(1.02);
    -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.2);
}
.callout:nth-child(2) {
    margin: 20px 0;
}
.callout .text {
    padding: 30px 15px;
    flex:1;
}
.callout h3 {
    margin: 0 0 15px 0;
    font-size: 1.6em;
    text-transform: lowercase;
}
.callout p {
    margin: 0;
}
.callout .image {
    width: 100px;
    margin: 0 10px 0 0;
}
.callout.carry .image {
    background: url("images/passport.jpg") center/cover no-repeat;
}
.callout.flight .image {
    background: url("images/flight.jpg") center/cover no-repeat;
}
.callout.calc .image {
    background: url("images/calculator.jpg") center/cover no-repeat;
}
.callout.drones .image {
    background: url("images/drones.jpg") center/cover no-repeat;
}
/* 
==================
FOOTER
==================
*/
#footer {
    padding-top: 30px;
    padding-bottom: 30px;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #b3c8d1;
}
#footer .logo {
    text-align: center;
    padding: 0 0 40px 0;
}
#footer .logo img {
    max-width: 300px;
}
#footer .logo:hover {
    transform: scale(1.05);
}
#footer .one-third {
    padding: 0 20px;
}
#footer h2 {
    margin-top: 0;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 1.2em;
}
#footer .middle {
    text-align: center;
}
#footer .middle h2 {
    margin: 0;
}
#footer .middle p {
    margin: 0;
    line-height: 1em;
}
#footer .soc {
    text-align: right;
}
#footer .soc .icons {
    width: 100%;
    /*max-width: 80px;*/
    float: right;
    /*margin-right: 45px;*/
}
#footer .soc a {
    padding: 5px;
    width: 30px;
    display:inline-block;
    border-radius: 8px;
}
#footer .soc a.button{width:auto;clear:both;border:2px solid #70b9cf;background:none;color:#70b9cf;}
#footer .soc a.button:hover{background:#70b9cf;color:#fff;}
#footer .soc .fb {
    background: #6d6d6d url("images/icon-facebook.svg") center/auto 60% no-repeat;
}
#footer .soc .twt {
    background: #6d6d6d url("images/icon-twitter.svg") center/auto 50% no-repeat;
}
#footer .soc .ig {
    background: #6d6d6d url("images/icon-instagram.svg") center/50% auto no-repeat;
}
#footer .soc .ln {
    background: #6d6d6d url("images/icon-linkedin.svg") center/50% auto no-repeat;
}
#footer .soc .yt {
    background: #6d6d6d url("images/icon-play.svg") center/40% auto no-repeat;
}
#footer .soc a:hover {
    background-color: #b3c8d1;
}
.cred {
    position: relative;
    text-align: center;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 0.8em;
}
.cred a {
    color: #fff;
}
.cred a:hover {
    color: #b3c8d1;
}
.cred a.button {
    position: absolute;
    right: calc(15% + 40px);
    padding: 3px 10px 5px 10px;
    background: #fabc16;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.cred a.button img {
    width: 15px;
    margin-right: 5px;
    transform: translateY(2px);
}
.cred a.button:hover {
    background: #70b9cf;
}
/* FLIGHTS PAGE AND FULL WIDTH TEMPLATE */
.iframe-flights {
    margin-top: -64px;
}
.iframe-flights .heading {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 800;
    background: #fff;
    -webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 30px 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 30px 5px rgba(0,0,0,0.3);
}
.iframe-flights .icon {
    width: 100px;
    height: 100px;
    background: #fabc16 url("images/icon-departure.svg") center/70% no-repeat;
}
.iframe-flights h1 {
    text-transform: lowercase;
    flex: 1;
    text-align: center;
    margin: 0;
    font-size: 2.2em;
}
.iframe-flights .wp-block-image {
    margin: 0!important;
}

.disclaimer {
    background: #f0f0f0;
    text-align: center;
    color: #616161;
    padding-top: 20px;
    padding-bottom: 20px;
}
.disclaimer hr {
    border: none;
    height: 3px;
    background: #fff;
    width: 50%;
    margin: 20px auto;
}
/* INSIDE PAGES WITH SIDEBAR */
.sidebar {
    width: 280px;
    background: #fff;
    margin-top: -70px;
    box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1000;
    padding-bottom: 100px;
}
.sidebar .white-shadow {
    position: absolute;
    bottom: 0px;
    left: -15px;
    width: calc(100% + 30px);
    height: 100px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+64 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.sidebar p {
    margin: 0 0 15px 0;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    font-size: 1.5em;
    background: #70b9cf;
    color: #fff;
}
.sidebar ul {
    margin: 0 20px;
    padding: 0;
    list-style: none;
}

.sidebar a {
    display:block;
    background: none;
    color: #00376a;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
    padding: 5px 0;
}
.sidebar a:hover {
    color: #fabc16;
    cursor: pointer;
}
.sidebar ul ul {
    margin: 5px 0;
    border-left: 2px solid #fabc16;
}
.sidebar ul ul li {
    display:none;
}

.sidebar ul ul a {
    padding: 2px 10px;
    color: #70b9cf;
    font-weight: 500;
    text-transform: none;
}
.sidebar ul ul ul {
    margin: 0 0 0 25px;
    position: relative;
    border-left: none;
}
.sidebar ul ul ul a {
    padding: 0;
    color: #949494;
    font-size: 1.1em;
    font-weight: 400;
}
.sidebar li.topnav-only,
.sidebar ul ul li.current-menu-item.topnav-only, 
.sidebar ul ul li.current_page_item.topnav-only {
    display:none !important;
}
.sidebar ul ul li.icon,
.sidebar ul ul li.current-menu-item.icon,
.sidebar ul ul li.current_page_item.icon{display: none !important;}

.sidebar li.current-menu-item > a,
.sidebar li.current_page_item > a {
    color: #fabc16 !important;
}
.sidebar ul ul ul li { display: block; }


.sidebar .current_page_ancestor > ul > li,
.sidebar .current_page_item > ul > li{display:block;}

.content.with-sidebar {
    flex: 1;
    padding: 20px 0 20px 40px;
}
/*
=====================
FORM STYLES
=====================
*/
.gform_body input, .gform_body textarea, .gform_body select {
    border: 2px solid #70b9cf;
}
.gform_wrapper .gfield_required {
    color: #fabc16!important;
}
.gform_body label {
    text-transform: uppercase;
}
/*
=====================
PAGINATION STYLES
=====================
*/
.pagination {
    clear:both;
    padding:20px 0;
    position:relative;
    line-height:13px;
    width: 100%;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
} 
.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    font-weight: 700!important;
} 
.pagination a:hover{
    color:#fabc16!important;
}
.pagination span{
    background:transparent;
    color:#00376a!important;
    text-transform: uppercase;
    font-weight: 700!important;
}
.pagination .current{
    padding:6px 9px 5px 9px;
    background: #fabc16;
    color:#fff !important;
}
.pagination span:first-child {
    display:none;
}
/* search and news archive pages */
.search .item, .news .item {
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 2px solid #dcdcdc;
}
.search .item h3, .news .item h3 {
    margin: 0 0 15px 0;
}
.news .item h3 a {
    color: #00376a!important;
}
.news .item h3 a:hover {
    color: #fabc16!important;
}
.search .item p, .news .item p {
    margin: 0;
}
.news p a {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}
/*TRIP CALCULATOR*/
#gform_wrapper_2 .bkgd-yellow{background:rgba(250,188,22,0.5);}
#gform_wrapper_2 .bkgd-ltblue{background:rgba(112,185,207,0.5);}
#gform_wrapper_2 .bkgd-mdblue{background:rgba(0,55,106,0.5);}
#gform_wrapper_2 .bkgd-dkblue{background:rgba(0,41,79,0.5);}
#gform_wrapper_2 .bkgd-yellow,
#gform_wrapper_2 .bkgd-ltblue,
#gform_wrapper_2 .bkgd-mdblue,
#gform_wrapper_2 .bkgd-dkblue{padding:10px;margin:0;box-sizing: border-box;}
#gform_wrapper_2 .total-cost{background:#00376a;text-align: center;padding:15px;margin:25px 0 0 0;border-bottom:0;position: relative;}
#gform_wrapper_2 .total-cost:before{
	content:"";
	  width: 0; 
  height: 0; 
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  
  border-bottom: 25px solid #00376a;
	display: block;
	position: absolute;top:0;left:50%;
	transform: translate(-50%,-50%)
}
#gform_wrapper_2 .total-cost h2{color:#fff;text-transform: uppercase;}


/*
=====================
MEDIA QUERIES
=====================
*/
@media screen and (max-width:1200px){
    .wrap {padding-left: 5%;padding-right: 5%;}
    #header {
        padding: 15px;
    }
    #nav {
        display:none;
    }
    #header .logo {
        flex: 1;
        max-width: 100%;
    }
    #tracker h2 {
        margin: 5px;
        font-size: 0.9em;
        line-height: 1em;
    }
    #tracker p {
        font-size: 0.7em;
    }
    #tracker .icon {
        width:35px;
        height: 35px;
        margin: 5px auto;
    }
    #tracker a {
        padding: 3px;
    }
    #intro {
        padding-left: 10%;
        padding-right: 10%;
    }
    #intro .left-half {
        align-items: center;
    }
    #intro .world {
        bottom: 20%;
        left: -5%;
    }
    #callout-icons .columns {
        flex-flow: row wrap;
    }
    #callout-icons a {
        width: 25%;
        flex:auto;
    }
    #prefooter {
        padding-left: 10%;
        padding-right: 10%;
    }
    #prefooter .callout {
        font-size: 0.9em;
        margin: 0 0 10px 0;
    }
    .cred a.button {
        right: 5%;
    }
    .content.with-sidebar {
        padding: 20px 40px;
    }
}
@media screen and (max-width:1200px){
    #tabs-1 form {
        width: 100%;
    }
	#intro .columns{    flex-direction: column;}
	#intro{margin:20px 0;order:1;}
	#intro .one-half:first-child{border-right:0;text-align:left;margin-bottom:20px;display:grid;grid-template-columns:1fr 2fr;width:100%;grid-gap:30px;}
	#intro .content{width:100%;}
	#intro .gas-circle{margin-bottom:20px;width:100%;height:auto;border-radius:0px;padding:35px 5%;}
	#intro .gas-circle{font-size:2vw;}
	#intro .gas-circle strong{font-size:4vw;line-height:4vw;}
}
@media screen and (max-width:800px){
	#header{position: relative;}
    .alignright, .alignleft, .aligncenter{
		display:block;
        margin:10px auto;
        padding:0px;
        border:0;
		float:none;
    }
    .mobile-only {
        display:block;
    }
    .wrap {padding-left: 20px;padding-right: 20px}
    .one-fourth {width:100%;}
    .one-third {width:100%;}
    .one-half {width:100%;}
    .three-fourths {width:100%;}
    .two-thirds {width:100%;}
    .columns {flex-direction: column;}
    #flash.home {
        /*display:none;*/
		height:70vw;width:auto;min-width:100%;
    }
	#flash.home img {height:70vw;object-fit:cover;object-position:center;}
    #tracker {
        display:none;
        /*bottom: 0;
        left: 0;
        width: 100%;
        display:flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        top: auto;
        transform: translate(0);*/
    }
	#intro .gas-circle strong{font-size:7vw;line-height:7vw;}
    #tabs {
        display:none;
    }
    #flight-info {
        padding: 0;
        order:0
    }
    .swoop1, .swoop2 {
        display:none;
    }
    #airlines {
        flex-direction: column;
        align-items: center;
		order:2;
    }
    body {
        display:flex;
        flex-direction: column;
    }
    #m-nav {
        top: 125px;
    }
    #maps {
        background-position: bottom;
        order: 3;
    }
    #maps .one-half {
        padding: 20px 0;
    }
    #maps h2 {
        text-align: center;
        margin: 0 0 20px 0;
    }
    #maps ul {
        max-width:300px;
        margin: 0 auto;
    }
    #maps .map-img {
        text-align: center;
    }
    #maps img {
        max-width: 400px;
    }
    #callout-icons {
        order: 2;
    }
    #callout-icons.wrap {
        padding: 0!important;
    }
    #callout-icons a {
        font-size: 0.7em;
        padding: 15px;
    }
   
    #prefooter {
        order: 3;
        padding: 20px;
    }
    #prefooter .one-half {
        border:none!important;
        padding: 0!important;
    }
    #prefooter .callout {
        margin: 20px 0;
    }
    #prefooter .news-slider {
/*
        padding-left: 40px!important;
        padding-right: 40px!important;
*/
    }
    #footer {
        text-align: center;
        order: 4;
        padding-bottom: 50px;
    }
    #footer .one-third {
        margin: 20px 0;
        padding: 0;
    }
    #footer .soc {
        text-align: center;
    }
    #footer .soc .icons {
        margin: 0 auto;
        float:none;
    }
    .cred {
        order: 5;
    }
    .cred a.button {
        top: -50px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .content.with-sidebar {
        padding: 20px 0;
    }
    .sidebar {
		display: none;
        order: 2;
        width: 100%;
        margin-top: 20px;
    }
    #flash.inside img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center;
    }
    .slick-prev, .slick-next {
        top: 15%;
    }
	.alert{margin-bottom:15px;}
	.search-menu{padding-top:10px;}
	.language:after{font-size:0.7em;}
}
@media screen and (max-width:500px){
    #callout-icons a {
        width: 50%;
        padding: 5px 15px;
    }
}
@media screen and (min-width:2000px) { /* big screens */
   /* #nav ul ul {
        padding: 3% 15% 3% calc(300px + 20%);
    }*/
    #nav ul ul li.featured {
        left: 15%;
    }
}
/* IE Fixes */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
    img {
    	border: none!important;
    	height: auto!important;
    	object-fit: none!important;
    	width: 100%!important;
    }
    #tracker img {
        width: 70%!important;
        margin-top: 12%!important;
    }
    #intro .world {
        width: 35%!important;
    }
    #intro h2 {
        line-height: normal!important;
    }
    #airlines a {
        width: 33.33%
    }
    #airlines img {
        width: 100%!important;
        height: auto!important;
        max-width: 0!important;
        max-height: 80px!important;
    }
    #callout-icons .icon img {
        width: 100%!important;
        height: auto!important;
        margin-top: 0!important;
    }
}
@media all and (max-width:1200px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
}
@media all and (max-width:800px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
}
@media all and (max-width:400px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
}

/* Added by martin March 29 at 8pm*/
.complete{
  color: #6eac2c;
}

#map_canvas {
  height: 500px;
  width: 100%;
}

.phone #map-canvas,.phone .map-canvas {
    width: 90%;
    height: 90%
}

#map-canvas,.map-canvas {
    width: 95%;
    height: 95%;
    margin: 0;
    background: #5b647e;
	position: fixed;
	z-index: 20001;
	left:50%;top:50%;
	transform: translate(-50%,-50%);
	border:15px solid #00376a;
}

#map-wrapper  {
    display: none;
	position: fixed;
	z-index: 30000;
	background:rgba(0,0,0,0.8);
	left:0;top:0;
	width:100%;height:100%;
}
#map-wrapper:before{
	
	display: block;
}
#map-wrapper .close{
	color:#fff;
	position: absolute;
	right:5%;top:5%;
	font-size: 3em;
	cursor: pointer;
}
#map_canvas {
  height: 500px;
  width: 100%;
}