/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Global
:: Global Typography 
:: Header Bar
:: More Section
:: Current Weather, Contact, Email Sign-up
:: Footer
:: Elements
:: Home-Specific Styles
:: Page-Specific Styles
:: Media Queries
:: Top Nav/Nav Bar Overrides
:: Sitefinity Overrides
*/


/* -----------------------------------------
   Colors
----------------------------------------- */

/*
blue: #0673ba
light blue: #26aae1 
dark blue: #055c95

green: #70c162
lime green: #a5ce3b
dark green: #5b9b52

yellow: #fccd43

light gray: #e9eaeb
*/


/* -----------------------------------------
   Global
----------------------------------------- */

body { background-color: #e9eaeb; min-width:280px;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

::selection {
	background: #92d4f0; /* Safari */
	}
::-moz-selection {
	background: #92d4f0; /* Firefox */
}

.wrapper { background-color: #ffffff; width: 1024px; max-width: 100%; min-width: 768px; margin: 0 auto; padding:0; }
.lt-ie9 .wrapper { max-width: 1024px; min-width: 1024px; }

.desktop-hide { display:none !important;}


/* -----------------------------------------
   Global Typography
----------------------------------------- */


@font-face {
    font-family: 'texgyreadventorregular';
    src: url('fonts/texgyreadventor-regular-webfont.eot');
    src: url('fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
}
		 
@font-face {	 
	font-family: 'texgyreadventorbold';
	src: url('fonts/texgyreadventor-bold-webfont.eot');
    src: url('fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.cta-caps { font-size: 12px; font-weight: bold; text-transform: uppercase; }
a.cta-caps:link { color: #014c80; }
a.cta-caps:visited { color: #014c80; }
a.cta-caps:hover { color: #26aae1; }
a.cta-caps:active { color: #014c80; }

.red-warning { color: #f00; }


/* -----------------------------------------
   Header Bar
----------------------------------------- */


.header-bar { background-color: #e9eaeb; background-image: url(../images/tag_the-easy-way_2x.png); background-position: 270px 10px; background-repeat: no-repeat; background-size: 309px 28px; float: left; height: 50px; width: 100% }
/* Fix Tag Line (background-size) on ie8  */
.lt-ie9 .header-bar { background-color: #e9eaeb; background-image: url(../images/tag_the-easy-way.png); background-position: 270px 10px; background-repeat: no-repeat; float: left; height: 50px; width: 100% }

.pie-logo-large { position: absolute; z-index: 99; }

.pie-logo-medium { display: none; float: left; margin: 0; }

.pie-tag { margin: 10px 0 0 270px; }

.search-social { float: right; height: 50px; width: 310px; }
.search-social form { float: left; margin-top: 10px; }
.search-social form input[type=text] { height: 27px; width: 200px; }

a.social-icon-tw { background-color:#0673BA; background-image:url(../images/icon_twitter_2x.png); background-repeat: no-repeat; background-position:center; background-size: 20px 20px; display: block; float: left; height: 27px; margin: 10px 0 0 10px; text-indent: -9999px; width:27px; }
a.social-icon-tw:hover { background-color: #055c95; }

a.social-icon-fb { background-color:#0673BA; background-image:url(../images/icon_facebook_2x.png); background-repeat: no-repeat; background-position:center; background-size: 11px 21px; display: block; float: left; height: 27px; margin: 10px 0 0 10px; text-indent: -9999px; width:27px; }
a.social-icon-fb:hover { background-color: #055c95; }

a.social-icon-in { background-color:#0673BA; background-image:url(../images/icon_instagram_2x.png); background-repeat: no-repeat; background-position:center; background-size: 20px 18px; display: block; float: left; height: 27px; margin: 10px 0 0 10px; text-indent: -9999px;width:27px; }
a.social-icon-in:hover { background-color: #055c95; }

/* Fix Social Icons (background-size) on ie8  */
.lt-ie9 a.social-icon-tw { background-image:url(../images/icon_twitter.png); background-repeat: no-repeat; background-position:center; display: block; float: left; height: 27px; margin: 10px 0 0 10px; width:27px; }
.lt-ie9 a.social-icon-fb { background-image:url(../images/icon_facebook.png); background-repeat: no-repeat; background-position:center; display: block; float: left; height: 27px; margin: 10px 0 0 10px; width:27px; }
.lt-ie9 a.social-icon-in { background-image:url(../images/icon_instagram.png); background-repeat: no-repeat; background-position:center; display: block; float: left; height: 27px; margin: 10px 0 0 10px; width:27px; }


/* -----------------------------------------
   More Section
----------------------------------------- */


.more-section { background-image: url(../images/bg_more-section_2x.png); background-repeat: no-repeat; background-position: bottom left;  background-size: 1024px 239px; border-bottom: 1px solid #0673ba; height: 280px; position: relative; z-index: 1; }
/* Fix More Section Background (background-size) on ie8  */
.lt-ie9 .more-section { background-image: url(../images/bg_more-section.png); background-repeat: no-repeat; background-position: bottom left; border-bottom: 1px solid #0673ba; height: 280px; position: relative; }

/* Engineering added width: 250px */.more-section-menu { margin: 110px 0 0 50px; float: left; width: 250px; }

.more-section-menu a:link { color: #ffffff; font-weight: normal; }
.more-section-menu a:visited { color: #ffffff; }
.more-section-menu a:hover { color: #ffffff; text-decoration: underline; }
.more-section-menu a:active { color: #ffffff; }

.more-section-menu h1 { font-weight: normal; font-size: 18px; color: #ffffff; }

.more-section-menu ul { list-style-type: none; }

.more-section-menu li { background-image: url(../images/icon_chevron_darkblue_right.png); background-repeat: no-repeat; font-size: 14px; padding: 0 0 0 20px; margin: 0 0 8px 0; line-height: 14px; }

/*.more-content { float: right; position: absolute; bottom: 10px; right: 20px; width: 430px; height: 241px; z-index: 10; }*/
.more-content { float: right; position: absolute; bottom: 15px; right: 15px; width: 730px; height: auto; z-index: 10; max-height: 250px; overflow: hidden; } /* changed 12/16/13 LAS - added max-height and overflow, and changed width from auto */
.more-content iframe { border: 1px solid #0673ba; text-align: right; }
.more-content .sfvideoWrp { float:right; } /* added 12/17/13 LAS so that if a video is added to this section it floats to the right; may have issues with other widgets in the future not floating right */


/* -----------------------------------------
   Current Weather, Contact, Email Sign-up
----------------------------------------- */


.weather-contact-wrap { background-image: url(../images/bg_palm_2x.png); background-position: 5% 100%; background-repeat: no-repeat; background-size: 240px 186px; border-right: 1px solid #cecece; min-height: 225px; padding: 30px 10px 20px 53%; }
/* Fix Palm Tree (background-size) on ie8  */
.lt-ie9 .weather-contact-wrap { background-image: url(../images/bg_palm.png); background-position: 5% 100%; background-repeat: no-repeat; border-right: 1px solid #cecece; padding: 20px 10px 20px 60%; }

.current-weather h1, .contact-info h1, .email-signup h1 { font-size: 16px; margin:0 0 10px 0; }

.current-weather-icon { float: left; width: 50px; height: 50px; margin: 0 20px 0 0; }
/*.current-weather-icon { background-color: #C93; float: left; height: 25px; margin: 0 20px 0 0; width: 25px; }*/

.current-weather-wrap { margin: 0 0 20px 0; text-align: center; width: 130px; }

.current-weather-degrees { color: #000; font-size: 20px; font-weight: bold; }

.current-weather-conditions { color: #000; font-size: 10px; font-weight: bold; }

.contact-info p { margin: 0; padding-bottom: 5px; }

.email-signup { padding: 30px 40px 10px 40px; }

.email-signup input[type=text] { display: inline; height:27px; margin-right: 10px; width: 200px; padding: 0 6px; }
.lt-ie9 .email-signup input[type=text] { padding: 6px; }

.email-signup input[type=submit] { background-color: #0673ba; border: none; color: #ffffff; display: inline; font-size: 11px; height: 27px; padding: 0 10px; text-transform: uppercase; -webkit-appearance: none;}
.email-signup input[type=submit]:hover { background-color: #055c95; cursor: pointer; }


/* -----------------------------------------
   Footer
----------------------------------------- */


.sitemap-bar { background-color: #0673ba; border-top: solid 1px #055c95; text-align: center; }

.sitemap-bar a:link, .sitemap-bar a:visited, .sitemap-bar a:hover, .sitemap-bar a:active { border-left: solid 1px #055c95; border-right: solid 1px #055c95; box-shadow: 0 0 1px rgba(255, 255, 255, 0.3); color: #ffffff; display: block; font-weight: normal; margin: 0 auto; padding: 10px; width: 100px; }
.sitemap-bar a:hover { background-color: #055c95; }

.sitemap-col { padding: 30px 0 20px 20px;}

.sitemap ul { list-style-type: none; margin-left: 10px; margin-top: 10px; }

.sitemap ul li { font-size: 11px; line-height: 1; margin-bottom: 8px; text-transform: uppercase; margin-left: -30px;}

.sitemap ul li a:link { color: #014c80;}
.sitemap ul li a:visited { color: #014c80;}
.sitemap ul li a:hover { color: #26aae1;}
.sitemap ul li a:active { color: #014c80;}

/*.sitemap ul li.sitemap-head { background-image: url(../images/icon_chevron_darkblue_right_2x.png); background-repeat: no-repeat; background-size: 12px 12px; font-size: 14px; font-weight: bold; line-height: 14px; margin: 0 0 15px 0; padding: 0 0 0 20px; text-transform: none; }*/
 
.sitemap ul li.sitemap-head { background-image: url(../images/icon_chevron_darkblue_right_2x.png); background-repeat: no-repeat; background-size: 12px 12px; font-size: 14px; font-weight: bold; line-height: 14px; margin: 20px 0 10px 0; padding: 0 0 0 20px; text-transform: none; width: 200px;}

.lt-ie9 .sitemap ul li.sitemap-head { background-image: url(../images/icon_chevron_darkblue_right.png); }

.sitemap ul li.sitemap-head a:link { color: #26aae1; }
.sitemap ul li.sitemap-head a:visited { color: #26aae1; }
.sitemap ul li.sitemap-head a:hover { color: #014c80; }
.sitemap ul li.sitemap-head a:active { color: #26aae1; }

/* Overwrites nested ul SF styles */
.sitemap .sitemap-head ul li a:link { color: #014c80; }
.sitemap .sitemap-head ul li a:visited { color: #014c80; }
.sitemap .sitemap-head ul li a:hover { color: #26aae1; }
.sitemap .sitemap-head ul li a:active { color: #014c80; }

.legal-line { font-size: 11px; line-height: 1.2; padding: 10px; }


/* -----------------------------------------
   Elements
----------------------------------------- */

.remarks { text-transform: uppercase; }
.no-flights { padding: 20px 0px 10px 0px; text-align: center;}

/* Alert Bar */
a.alert-bar:link { background-color: #fccd43; border-bottom: 1px solid #caa436; color: #606060; display: block; font-weight: normal; line-height: 1.2; padding: 10px 20px !important; text-align: left; }
a.alert-bar:visited { background-color: #fccd43; color: #606060; }
a.alert-bar:hover { background-color: #fee6a1; color: #606060; }
a.alert-bar:active { background-color: #fee6a1; color: #606060; }

div.alert-bar { background-color: #fccd43; border-bottom: 1px solid #caa436; color: #606060; display: block; line-height: 1.2; padding: 10px 20px !important; text-align: left; }

div.alert-bar-body { background-color: #fccd43; color: #606060; display: block; line-height: 1.2; margin: 30px 0; padding: 30px !important; text-align: left; }

/* Hero Slider */
.hero-slider { position: relative; margin-bottom: 0; }

.hero-slide-small { height: 350px; background-image: url(../images/slider_legroom.jpg); background-position: 20% -50px; background-repeat: no-repeat; }

.hero-slide-small-footer { height: 134px; width: 100%; background-image: url(../images/slider_bottom_2x.png); background-repeat: no-repeat; background-position: bottom; z-index: 50; background-size: 1024px 134px; position: relative; margin-top: -162px; }

.hero-slide-small-footer h1 { color:#ffffff; float: right; font-size: 22px; margin: 40px 20px 0 10px; }

.hero-slide-footer { height: 134px; width: 100%; background-image: url(../images/slider_bottom_2x.png); background-repeat: no-repeat; background-position: bottom; z-index: 50; background-size: 1024px 134px; position: relative; margin-top: -140px; }
/* Fix Slider Bottom Image (background-size) on ie8  */
.lt-ie9 .hero-slide-footer { height: 134px; width: 100%; background-image: url(../images/slider_bottom.png); background-repeat: no-repeat; background-position: bottom; z-index: 50; position: relative; margin-top: -140px; }

.hero-slide-footer h1 { color: #ffffff; float: right; font-size: 28px; margin: 40px 20px 0 0; }

/* Fixes ie8 jaggies on PNG */
.lt-ie9 .hero-slide { background: #fff; }

/* Fixes Hero Slider footer margin 
#featured img { margin-bottom: 100px; }*/
.orbit-container .orbit-slides-container img {margin-bottom: 100px;}
/*#featured-art {height:590px!important;}*/
.orbit-timer, .orbit-slide-number {display:None!important;}
/* Blue callout */
.blue-callout { color: #2eabdf; font-size: 24px; font-weight: normal; padding: 20px 100px; text-align: center; }


/* Tabs */
.tabs-home-widget { margin-left: 10px; }

.tabs-home-widget table { background-color: #f1f1f1; padding: 20px; width: 100%; }

.tabs-home-widget th { font-size: 14px; padding: 0 0 10px 0; text-align: left; }

.tabs-home-widget td { font-size: 12px; padding: 0 5px 10px 0; }

.tabs-home-widget .tabs dd a, .tabs-home-widget .tabs li a { font-family: 'texgyreadventorregular', Arial, sans-serif; font-weight: normal; }

/* Tabs padding Foundation override */.tabs.two-up dt a, .tabs.two-up dd a, .tabs.two-up li a, .tabs.three-up dt a, .tabs.three-up dd a, .tabs.three-up li a, .tabs.four-up dt a, .tabs.four-up dd a, .tabs.four-up li a, .tabs.five-up dt a, .tabs.five-up dd a, .tabs.five-up li a { padding: 0 5px; text-align: center; overflow: hidden; }


/* Image Link Boxes */
.home-image-link-boxes { padding: 0 10px; }

.image-link-box { border: #3872bb 1px solid; }

.image-link-box h1 { background-color: #26aae1; color: #ffffff; font-size: 20px; padding: 10px; margin:-3px 0 0; }
.image-link-box:hover h1 { background-color: #0673ba; }

div.image-link-box-accent { background-image: url(../images/bg_image-link-box_2x.png); background-repeat: no-repeat; background-size: cover; height: 30px; margin-top: -29px; position: relative; width: 100%; }
/* Fix */
.lt-ie9 div.image-link-box-accent { display: none; }


/* Global Buttons */
a:link.blue-btn, a:hover.blue-btn, a:active.blue-btn, a:visited.blue-btn { background-color: #0673ba; border: none; color: #ffffff; display: block; float: left; font-size: 14px; font-weight: bold; margin: 0; line-height: 1.2; padding: 15px 20px; text-align: center; text-transform: uppercase; -webkit-appearance: none; width: auto; }
a:hover.blue-btn { background-color: #055c95; }

/* Back To Top Buttons */
a:link.btn-top, a:hover.btn-top, a:active.btn-top, a:visited.btn-top { background-color: #cecece; border: none; color: #606060; display: block; float: right; font-size: 11px; font-weight: normal; margin: 0 0 10px 0; line-height: 1.2; padding: 5px 10px; text-align: center; text-transform: uppercase; -webkit-appearance: none; width: auto; }
a:hover.btn-top { background-color: #606060; color:#cecece; }


/* List Tables */
/* div.list-table-wrap { margin: 0; } */
div.list-table-wrap { margin: 0 0 20px 0; }

ul.lt-bluetabs li { background: #2eabdf; color: #ffffff; font-family: 'texgyreadventorregular', Arial, sans-serif; font-size: 14px; margin: 0 0; }

li.lt-phone { font-weight: bold; }


/**//* List Tables 5-3-4 */


ul.list-table-5-3-4 { clear: both; display: block; }

ul.list-table-5-3-4 li { word-wrap: break-word; }

ul.list-table-5-3-4 li, ul.list-table-5-3-4 li + li, ul.list-table-5-3-4 li + li + li { display: block; float: left; padding: 10px 20px; margin-right: 1%; }

ul.list-table-5-3-4 li { width: 40.6666667%; }
ul.list-table-5-3-4 li + li { width: 24%; }
ul.list-table-5-3-4 li + li + li { width: 32.3333333%; }

/** Multiple websites need to be wrapped in divs for ellipsis fix **/ ul.list-table-5-3-4 li + li + li div { font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word;  }


/**//* List Tables 7-5 */
ul.list-table-7-5 { clear: both; display: block; }

ul.list-table-7-5 li { word-wrap: break-word; }

ul.list-table-7-5 li, ul.list-table-7-5 li + li { display: block; float: left; padding: 10px 20px; margin-right: 1%; }

ul.list-table-7-5 li { width: 57.333333%; }
ul.list-table-7-5 li + li { width: 40.6666667%; }


/**//* List Table 3-2-3-4 */
ul.lt-bluetabs.list-table-3-2-3-4 li { font-size: 14px !important; }

ul.list-table-3-2-3-4 { clear: both; display: block; }

ul.list-table-3-2-3-4 li { font-size: 12px; word-wrap: break-word; }

ul.list-table-3-2-3-4 li,
ul.list-table-3-2-3-4 li + li,
ul.list-table-3-2-3-4 li + li + li,
ul.list-table-3-2-3-4 li + li + li + li { display: block; float: left; padding: 10px 20px; margin-right: 1%; }

ul.list-table-3-2-3-4 li { width: 24%; }
ul.list-table-3-2-3-4 li + li { width: 15.6666667%; }
ul.list-table-3-2-3-4 li + li + li { white-space: nowrap; width: 24%; }
ul.list-table-3-2-3-4 li + li + li + li { margin-right: 0; white-space: nowrap; width: 33.3333333%;  }
/** Multiple websites need to be wrapped in divs for ellipsis fix **/ ul.list-table-3-2-3-4 li + li + li div, ul.list-table-3-2-3-4 li + li + li + li div { font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word;  }


/**//* List Table Flight */
div.list-table-flight-wrap { background:#e9f6fc;/*#d4eef9*/ background-image:url(../images/bg_accent-under-h1_2x.png); background-position: center 50px; background-repeat:no-repeat; border: 1px solid #055c95; margin: 20px auto; max-width: 600px; padding: 10px 10px 10px 10px; }

div.list-table-flight-wrap h1 { background: #26aae1; color: #ffffff; margin: -10px -10px 40px -10px; padding: 20px; }

ul.lt-flighttabs li { font-size: 14px; font-weight: bold; margin: 0 0; }
ul.lt-flighttabs.list-table-flight li { font-size: 14px !important; white-space: nowrap; }

ul.list-table-flight { clear: both; display: block; }

ul.list-table-flight li { word-wrap: break-word; font-size: 12px; }

ul.list-table-flight li,
ul.list-table-flight li + li,
ul.list-table-flight li + li + li,
ul.list-table-flight li + li + li + li,
ul.list-table-flight li + li + li + li + li,
ul.list-table-flight li + li + li + li + li + li,
ul.list-table-flight li + li + li + li + li + li + li { display: block; float: left; padding: 5px; margin-right: 0; }

ul.list-table-flight li { width: 15%; }
ul.list-table-flight li + li { width: 10%; }
ul.list-table-flight li + li + li { width: 20%; }
ul.list-table-flight li + li + li + li { width: 10%; }
ul.list-table-flight li + li + li + li + li { width: 10%; }
ul.list-table-flight li + li + li + li + li  + li { width: 15%; }
ul.list-table-flight li + li + li + li + li + li  + li { width: 20%; }

/*ul.list-table-flight li { width: 20%; }
ul.list-table-flight li + li { width: 10%; }
ul.list-table-flight li + li + li { width: 23%; }
ul.list-table-flight li + li + li + li { width: 10%; }
ul.list-table-flight li + li + li + li + li { width: 12%; }
ul.list-table-flight li + li + li + li + li + li { width: 22%; }*/


/* New styles for the responsive arrivals and departures
    JMM 5-19-2015
*/

.hide-on-mobile{
	display: inherit !important;
}

.show-on-mobile{
	display: none !important;
}

ul.accordion { 
    margin: 0 0 22px 0; 
    border-bottom: medium none!important; 
    -webkit-margin-before: 0!important;
    -webkit-margin-after: 0!important;
    -webkit-margin-start: 0!important;
    -webkit-margin-end: 0!important;
    -webkit-padding-start: 0!important;
}

ul.accordion > li { background: #a5ce3a; list-style: none; margin: 0; padding: 0; border: medium none; margin-bottom:10px!important; }

.airline {display:inline-block;float:left;margin-right:3%;width:30%;}
.flightnum {display:inline-block;float:left;margin-right:3%;width:15%;}
.airport {display:inline-block;float:left;margin-right:0px;width:34%;}
.location {display:inline-block;float:left;margin-right:3%;width:77%;}
.airportcode {display:inline-block;float:left;margin-right:3%;width:17%;}

.accordion-head {
    display:block;
    width:100%;
    padding:10px;
    border: 1px solid #014c80;
    background-color:#a5ce3a!important;
    min-height:45px;
}

.accordion-head span {
    color:#084694;
    font-family: 'texgyreadventorbold';
    font-size:12px;
    /*height:20px;
    display:block;
    overflow:hidden;*/
}

.accordion-navigation.active a.accordion-head {
    background: url('../Images/accordion-active.png') 96% 50% no-repeat #a5ce3a!important;
}

.accordion-navigation a.accordion-head {
    background: url('../Images/accordion-inactive.png') 96% 50% no-repeat #a5ce3a!important;
}
.quad-content {
    background:#ffffff;
    border-left:1px solid #0673ba!important;
    border-right:1px solid #0673ba!important;
    border-bottom:1px solid #0673ba!important;
    padding:15px 30px!important;
    display:block;
    min-height:180px;
    width:100%;
}

.duo-content {
    background:#ffffff;
    border-left:1px solid #0673ba!important;
    border-right:1px solid #0673ba!important;
    border-bottom:1px solid #0673ba!important;
    padding:15px 10px!important;
    display:block;
    min-height:100px;
    width:100%;
}

.quad {
    float: left;
    width: 50%;
    display:table-cell;
    height:70px;
    text-align:center;
}

.q-half {
    float: none;
    width: 100%;
    display:block;
    min-height:50px;
}

.quadrant-top {
    border-bottom:1px solid #d7d7d7;
}

.quadrant-bottom {
    margin-top:10px;
}

.q-half a {
    color:#0673ba;
    font-size:15px;
    font-family:"texgyreadventorbold";
    display:block;
    overflow:hidden;
    height:25px;
}

.quadrant1 {
    border-right:1px solid #d7d7d7;
    border-bottom:1px solid #d7d7d7;
}

.quadrant2 {
    
    border-bottom:1px solid #d7d7d7;
}

.quadrant3 {
    padding-top:6px;
    border-right:1px solid #d7d7d7;
}

.quadrant4 {
    padding-top:6px;
}

.q-head {
    color:#5c5d5d;
    display:block;
    float:none;
    width:100%;
    text-transform:uppercase;
    font-weight:bold;
    font-size:12px;
    font-family:'texgyreadventorregular';
}
.q-body {
    color:#5c5d5d;
    display:block;
    float:none;
    width:100%;
    margin-top:6px;
    text-transform:uppercase;
    font-size:22px;
    font-family:'texgyreadventorbold';
}

/* Airline styles */ 


.airline-body {
    display:block;
    border:1px solid #5c5d5d;
    padding:5px;
    background: #000000;
    margin:10px 5px 60px;
}

.airline-body:nth-child(odd) {
    background: #e9f6fc;
}

.airline-body:nth-child(even) {
    background: #cde3f1;
}

.airline-headings {
    width:100%;
    padding:5px 0 10px;
    display:inline-block;
    clear:both;
}

.airline-headings > span {
    font-weight:bold;
    
    text-align:left;
    float:left;
}

span.destination {
    padding-left:10px;
    width:77%;
}

span.airport {
    padding-left:0;
    width:17%;
}

.airline-logo {
    display:table;
    width:200px;
    height:75px;
    background:#ffffff;
    border:1px solid #5c5d5d;
    margin:-20px auto 15px;

}

.airline-label {
    display:block;
    width:100%;
    color:#5c5d5d;
    font-size:14px;
    font-family:"texgyreadventorbold";
    margin:20px 0px 10px;
}

.airline-website {
	margin: 10px 0px;
	text-transform: uppercase;
}

.airline-additional {
	line-height: 18px;
	padding-bottom: 10px;
}

/* Listing Bars */
.listing-bar { margin: 20px 0; }

div.lb-logo-box, div.lb-logo-box-two { background: #ffffff; border: 1px solid #d9dadb; padding: 20px !important; text-align: center; }
div.lb-logo-box-two a:first-of-type img { margin-bottom: 20px; }

.lb-info-box { background: #f1f1f1; border-top: 1px solid #d9dadb; border-right: 1px solid #d9dadb; border-bottom: 1px solid #d9dadb; padding: 20px !important; min-height:200px;}


/* Lists */
/**//* Bulleted List */
ul.ul-bullet  { list-style-position: outside; list-style-type: disc; margin: 15px 0 15px 15px; }

ul.ul-bullet li { line-height: 1.2; margin-bottom: 3px !important; }

ul.ul-bullet ul { margin-left: 20px; margin-top: 10px; }

ul.ul-bullet-nospace { list-style-position: inside; list-style-type: disc; margin: -10px 0; }
ul.ul-bullet-nospace li { line-height: 1.2; margin-bottom: 3px !important; }


/**//* Non- Bulleted List */
.ul-nobull { list-style-type: none; list-style-position: inside; }

ul.ul-nobull li { line-height: 1.2; margin-bottom: 10px; }

.ul-nobull-nospace { list-style-type: none; list-style-position: inside; }

ul.ul-nobull-nospace li { line-height: 1.2; margin-bottom: 0; }

ol.ol-numbered li { line-height: 1.2; margin-bottom: 10px; }


/**//* List Item Styles */
li.li-title { font-weight: bold; }

li.li-website { overflow: hidden; text-overflow: ellipsis; }

li.li-phone {  }

li.li-address {  }

li.li-hours {  }

li.li-info {  }

li.li-note { font-style: italic; }

li.li-note-sm { font-size: 12px; font-style: italic; }


/* Bottom Accent Image */
/* Original changed for engineering because they can't use background images div.bottom-accent-img { background: #ccc; height: 360px; margin-bottom: -165px; margin-top: 20px; width: 100%; z-index: -1; } */
div.bottom-accent-img { min-height: 165px; margin-bottom: -165px; margin-top: 20px; width: 100%; z-index: -1; }


/* Maps */
div.large-map { background: #ccc; height: 470px; margin-bottom: -165px; margin-top: 20px; width: 100%; z-index: -1; }

div.large-map a.map-email-icon { background-color:#0673BA; background-image:url(../images/icon_map-email_2x.png); background-repeat: no-repeat; background-position:center; background-size: 45px 45px; float: left; height: 45px; margin: 30px 10px 0 100px; text-indent: -9999px; width: 45px; }
div.large-map a.map-email-icon:hover { background-color: #055c95; }
/* Fix Map Email Icon (background-size) on ie8  */
.lt-ie9 div.large-map a.map-email-icon { background-color:#0673BA; background-image:url(../images/icon_map-email.png); background-repeat: no-repeat; background-position:center; background-size: 45px 45px; float: left; height: 45px; margin: 30px 10px 0 100px; text-indent: -9999px; width: 45px; }
.lt-ie9 div.large-map a.map-email-icon:hover { background-color: #055c95; }

div.large-map a.map-print-icon { background-color:#0673BA; background-image:url(../images/icon_map-print_2x.png); background-repeat: no-repeat; background-position:center; background-size: 45px 45px; float: left; height: 45px; margin: 30px 0 0 0; text-indent: -9999px; width: 45px; }
div.large-map a.map-print-icon:hover { background-color: #055c95; }
/* Fix Map Print Icon (background-size) on ie8  */
.lt-ie9 div.large-map a.map-print-icon { background-color:#0673BA; background-image:url(../images/icon_map-print.png); background-repeat: no-repeat; background-position:center; background-size: 45px 45px; float: left; height: 45px; margin: 30px 0 0 0; text-indent: -9999px; width: 45px; }
.lt-ie9 div.large-map a.map-print-icon:hover { background-color: #055c95; }


/* Select Lists */
.pie-select { background-color: white; color: #5c5d5d; font-family: inherit; border: 1px solid #cccccc; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 14px; margin: 0 0 12px 0; padding: 6px 20px 6px 6px; height: 32px; width: auto; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; min-width:50px;}

.pie-select option { margin: 10px; text-align: left; }

p.pie-select-label { float: left; }

select.archive-filter-category { float: left; margin-bottom: 20px; margin-left: 10px; }
select.archive-filter-month { float: left; margin-bottom: 10px; margin-left: 10px; }
select.archive-filter-year { float: left; margin-bottom: 20px; margin-left: 10px; }

select.noise-minutes { float: left; margin: 0 10px 10px 0; width: 150px; }
select.noise-semiann { float: left; margin: 0 10px 10px 0; width: 150px; }

span.required-exclaim { color: #f00; font-weight: bold; }

input[type=submit].form-submit { background-color: #0673ba; border: none; color: #ffffff; display: block; float: left; font-size: 14px; font-weight: bold; margin: 0; line-height: 1.2; padding: 15px 20px; text-align: center; text-transform: uppercase; -webkit-appearance: none; width: auto; }
input[type=submit]:hover.form-submit { background-color: #055c95; cursor: pointer; }

input[type=submit].form-reset { background-color: #0673ba; border: none; color: #ffffff; display: block; float: left; font-size: 14px; font-weight: bold; margin: 0 0 0 10px; line-height: 1.2; padding: 15px 20px; text-align: center; text-transform: uppercase; -webkit-appearance: none; width: auto; }
input[type=submit]:hover.form-reset { background-color: #055c95; cursor: pointer; }


/* Form Elements */
label.post-text-field { font-style: italic; margin-left: 10px; }

input[type=submit].submit-go { background-color: #0673ba; border: none; color: #ffffff; cursor: pointer; display: inline; font-size: 11px; height: 27px; padding: 0 10px; text-transform: uppercase; -webkit-appearance: none;}
input[type=submit]:hover.submit-go { background-color: #055c95; }

a.submit-go { float: left; background-color: #0673ba; border: none; color: #ffffff; cursor: pointer; display: inline; font-size: 11px; height: 30px; padding: 10px; text-transform: uppercase; -webkit-appearance: none; }
a:hover.submit-go { background-color: #055c95; }

div.form-thanks { border: 2px solid #72C266; margin-bottom: 40px; padding: 30px !important; }
div.form-thanks h1 { color: #72C266; }
div.form-error { border: 2px solid #f00; margin-bottom: 40px; padding: 30px !important; }
div.form-error h1 { color: #f00; }
div.form-error ul  { list-style-position: outside; list-style-type: disc; margin: 15px 0 15px 15px; }
div.form-error ul li { line-height: 1.2; margin-bottom: 3px !important; }

.email-form-checkbox input[type="checkbox"] { float: left; margin-right: 5px; margin-top: 2px; }


/* Pagination */
div.sf_pagerNumeric a { padding: 0 5px; }
div.sf_pagerNumeric a:link { font-weight: normal; color: #0673ba; }
div.sf_pagerNumeric a:visited { color: #0673ba; }
div.sf_pagerNumeric a:hover { color: #26aae1; }
div.sf_pagerNumeric a:active { color: #0673ba; }

a.sf_PagerCurrent { font-weight: bold !important; }
a.sf_PagerCurrent:before { content: "["; padding-right: 2px; }
a.sf_PagerCurrent:after { content: "]"; padding-left: 2px; }


/* -----------------------------------------
   Home-Specific Styles
----------------------------------------- */

/* Specific instance of Flight Info List Table for Home */div.list-table-flight-wrap-home { background:#f1f1f1; padding: 10px 5px 10px 5px; margin: 0; }
/* Specific instance of Flight Info List Table for Home */.list-table-flight-wrap-home ul { list-style-position:inside; margin:0; }
/* Specific instance of Flight Info List Table for Home */.flights-view-all { padding: 10px 0 0 5px; }

.site-intro { padding: 0 20px; }

.news { padding: 10px 20px 40px 20px; }

.news ul { list-style-type: none; }

.news ul li { line-height: 1; margin-bottom: 10px; }


/* -----------------------------------------
   Page-Specific Styles
----------------------------------------- */


/* All Content Pages */
.page-content { padding: 0 8%; }

.page-content a { text-transform: uppercase; }

.page-content a h1 { text-transform: none; }

div.section-space { margin-bottom: 20px; }
div.section-spacex2 { margin-bottom: 40px; }

.note { font-style: italic; }

.note-sm { font-size: 12px; font-style: italic; }
.note-sm-ddl { font-size: 12px; font-style: italic; float: left; }

h1.page-head { background-image: url(../images/bg_page-head_2x.png); background-repeat: no-repeat; background-position: top; background-size: 1024px 130px; color: #ffffff; font-size: 24px; font-weight: normal; height: 130px; padding: 20px 20px 0 250px; position: relative; z-index: 10; }
/* Fix Page Head (background-size) on ie8  */
.lt-ie9 h1.page-head { background-image: url(../images/bg_page-head.png); background-repeat: no-repeat; background-position: top; background-size: 1024px 130px; color: #ffffff; font-size: 24px; font-weight: normal; height: 130px; padding: 20px 20px 0 250px; position: relative; z-index: 10; }

h1.accent-divider { background-image: url(../images/bg_accent-divider_2x.png); background-repeat: no-repeat; background-position: top left; background-size: 1024px 100px; color: #ffffff; font-size: 24px; font-weight: normal; height: 100px; margin: 20px 0; padding: 20px 20px 0 60px; }
/* Fix Page Head (background-size) on ie8  */
.lt-ie9 h1.accent-divider { background-image: url(../images/bg_accent-divider.png); background-repeat: no-repeat; background-position: top left; background-size: 1024px 100px; color: #ffffff; font-size: 24px; font-weight: normal; height: 100px; margin: 20px 0; padding: 20px 20px 0 60px; }

a:link.btn-archives { display: block; float: left; margin: 0; width: 250px; }

/* Home */
div.green-box { background-color: #26aae1; width: 98%; height: 100%; margin: 0px 20px 10px 10px; padding: 10px 10px 0px 10px; }
a.cta-caps:link div.green-box { color: #ffffff; font-size: 20px; text-transform: capitalize; } 
a.cta-caps:visited div.green-box { color: #ffffff; font-size: 20px; text-transform: capitalize; }
div.green-box h1 { color: #ffffff; font-size: 20px; text-transform: capitalize; }
a.cta-caps:hover div.green-box { background-color: #0673ba; }

/* Arrivals & Departures */
a:link.btn-flight-aware { display: block; margin: 0 10px 20px 0; width: 210px; }

a:link.btn-flight-view { display: block; margin: 0 10px 20px 0; width: 210px; }

a.btn-flight-view + p.note-sm { clear: both; }

.flights-error { }


/* Airlines & Destinations */
/* div.allegiant-promo { display: block; padding: 40px; text-align: center; } */
div.media-ad-promo { display: block; padding: 0 0 20px 0; text-align: center; }


/* Route Map */
div.large-map.route-map { background-image:url(/images/default-source/map-images/map_route-map.png); background-position: 72% 0; background-repeat: no-repeat; height: 675px; margin-bottom: 0; margin-top: 30px; width: 100%; z-index: -1; }

div.large-map a.map-email-icon.route-map { margin-top: -10px; }
div.large-map a.map-print-icon.route-map { margin-top: -10px; }

div.route-button-wrap { display: block; margin: 30px auto; width: 520px; }

a:link.btn-routemap { display: block; margin: 0 10px 0 0; width: 210px; }

a:link.btn-monthlyschedule { display: block; margin: 0; width: 300px; }


/* Travel Tips */


/* Thorguard marquee styles */

#mainMarqueeContainer
{
	width: 100%;
	margin:0 0 10px;
	font-size: 12px;
}

.marquee {
  overflow: hidden;
  color: red;
  font-weight: normal;
  width: 100%;
  font-size: 1.4em;
}


/* Services & Amenities */
div.service-wrap { margin: 20px 0; }

div.service-wrap p { padding: 10px 0 0 0; }

div.service-wrap img { display: block; margin: 0 auto; }

/* Killed by Engineering div.bottom-accent-img.ba-sa { background-image:url(http://placehold.it/1024x360&text=Image+Placeholder); background-position: center; } */


/* Shopping & Dining */
/* Killed by Engineering div.bottom-accent-img.sd { background-image:url(../images/bg_bottom-accent_dining.jpg); background-position: center; } */


/* Terminal Map */
div.large-map.terminal-map { background-image:url(/images/default-source/map-images/map_terminal.png); background-position: center; background-repeat: no-repeat; height: 500px; width: 100%; z-index: -1; }

div.large-map a.map-email-icon.terminal-map { margin-top: 50px; }
div.large-map a.map-print-icon.terminal-map { margin-top: 50px; }


/* Q&A */
p.question { font-weight: bold; }


/* Public Art */
div.slider-art { margin: -85px 0 40px 0; position: relative; z-index: 1; }

.art-gallery-image { /*margin-bottom: 100px;*/ } /* moved from inline style 11/14/2013 LAS */ 

div.slider-art-info { background-color:rgba(0,0,0,0.5); padding: 20px; position: absolute; bottom: 95px; }
.lt-ie9 div.slider-art-info { background-color: #4c4c4c; }

div.slider-art-info p { color: #fff; }
	p.slider-art-cutline { float: left; width: 70%; }
	p.slider-art-credit { float: left; width: 30%; text-align: right; }

div.slider-art-footer { height: 134px; width: 100%; background-image: url(../images/slider_bottom_2x.png); background-repeat: no-repeat; background-position: bottom; z-index: 50; background-size: 1024px 134px; position: relative; margin-top: -40px; }

div.slider-art-bullets { position: absolute; margin: -80px 0 0 20px; width: auto; z-index: 51; }

div.slider-art-footer h1 { color: #ffffff; float: right; font-size: 28px; margin: 40px 20px 0 0; }

div.slider-art-small { height: 350px; background-repeat: no-repeat; margin-top: -50px; }

div.slider-art-small-footer { height: 134px; width: 100%; background-image: url(../images/slider_bottom_2x.png); background-repeat: no-repeat; background-position: bottom; z-index: 50; background-size: 1024px 134px; position: relative; margin-top: -162px; }

div.slider-art-small-footer h1 { color:#ffffff; float: right; font-size: 22px; margin: 40px 20px 0 20px; }

/*NEW BULLETS OVERRIDE*/div.slider-art ul.orbit-bullets { position: absolute; z-index: 100; list-style: none; bottom: 10%; left: 50px; padding: 0; }

div.slider-art .hero-slide-small-footer { margin-top: -110px; }


/* Driving Directions */
.image-link-box.driving-directions { max-width: 245px; margin: 0 0 20px 20px; }

div.get-directions-box { background: #f1f1f1; padding: 0; margin: 0 0 20px 0; }

div.get-directions-box h1 { background: #26aae1; color: #ffffff; font-size: 22px; margin: 0; padding: 20px; }

div.get-directions-box-accent { background-image: url(../images/bg_accent-under-h1_2x.png); background-repeat: no-repeat; background-size: cover; height: 30px; margin: 0; position: relative; width: 100%; }
/* Fix Get Directions Box Accent (background-size) on ie8  */
.lt-ie9 .get-directions-box-accent { display: none; }

div.get-directions-form { padding: 5px 20px 0px 20px; }

div.directions-a { background-image: url(../images/icon_directions-a_2x.png); background-repeat: no-repeat; background-size: 30px 30px; margin-bottom: 20px; padding-left: 40px; text-indent: -9999px; }
/* Fix Directions Circle A (background-size) on ie8  */
.lt-ie9 div.directions-a { background-image: url(../images/icon_directions-a.png); background-repeat: no-repeat; background-size: 30px 30px; margin-bottom: 20px; padding-left: 40px; text-indent: -9999px; }

div.directions-b { background-image: url(../images/icon_directions-b_2x.png); background-repeat: no-repeat; background-size: 30px 30px; padding-left: 40px; text-indent: -9999px; }
/* Fix Directions Circle B (background-size) on ie8  */
.lt-ie9 div.directions-b { background-image: url(../images/icon_directions-b.png); background-repeat: no-repeat; background-size: 30px 30px; margin-bottom: 20px; padding-left: 40px; text-indent: -9999px; }

a.directions-flip { background-image: url(../images/btn_directions-flip_2x.png); background-repeat: no-repeat; background-size: 45px 33px; display: block; height: 33px; margin: 20px 0 0 10px; text-indent: -9999px; width: 45px; cursor: pointer; }
a.directions-flip:hover { background-image: url(../images/btn_directions-flip_hover_2x.png); }
/* Fix Directions Flip (background-size) on ie8  */
.lt-ie9 a.directions-flip { background-image: url(../images/btn_directions-flip.png); background-repeat: no-repeat; background-size: 45px 33px; display: block; height: 33px; margin: 20px 0 0 10px; width: 45px; text-indent: -9999px; }
.lt-ie9 a.directions-flip:hover { background-image: url(../images/btn_directions-flip_hover.png); }

a:link.btn-get-directions { clear: both; display: block; float: none; margin: 20px auto; width: 250px; }

div.fdot-info { background-image: url(../images/icon_fdot-phone_2x.png); background-position: 0 40px ; background-repeat: no-repeat; background-size: 55px 55px; border-top: 1px solid #d9dadb; margin: 40px 0; padding: 40px 0 0 75px; }
/* Fix Directions FDOT Phone Icon (background-size) on ie8  */
.lt-ie9 div.fdot-info { background-image: url(../images/icon_fdot-phone.png); background-position: 0 40px ; background-repeat: no-repeat; background-size: 55px 55px; border-top: 1px solid #d9dadb; margin: 40px 0; padding: 40px 0 0 75px; }


/* Parking Information */
.image-link-box.parking-info { max-width: 245px; margin: 0 0 20px 20px; }


/* Area Maps */
a.area-map-google img, a.area-map-airport img, a.area-map-beaches img, a.area-map-tampabay img { border: 1px solid #0673ba; }

a.area-map-google { display: block; margin: 10px 5px 10px 0; }
a.area-map-airport { display: block; margin: 10px 0 10px 5px; }
a.area-map-beaches { display: block; margin: 10px 5px 10px 0; }
a.area-map-tampabay { display: block; margin: 10px 0 10px 5px; }


/* Traffic & Road Conditions */


/* Taxis & Shuttles */


/* Taxis & Shuttles */


/* Rental Cars */


/* Press Releases */


/* Media Guide */


/* Media Library */
ul.ul-media-library { list-style-type: none; list-style-position: inside; }

ul.ul-media-library li { line-height: 1.2; margin-bottom: 20px; }

ul.ul-media-library li img { float: left; padding: 0 20px 20px 0; }

.photography-copyright { font-size: .85em; } /* added 11/14/2013 LAS */

/* Newsletter */


/* Passenger Statistics & Reports */


/* Filming at the Airport */
a:link.btn-film-info { display: block; margin: 0 10px 0 0; width: 240px; }

a:link.btn-film-application { display: block; margin: 0 10px 0 0; width: 210px; }


/* Archive */


/* Noise Complaints & Flight Tracking */


/* Noise Abatement Task Force */
a:link.btn-task-force { float: none; margin: 0 auto; width: 400px; }


/* Noise Abatement Programs */


/* Contact */


/* Airport Tours */
/* div.airport-tours-slider ul.orbit-bullets { background: red; position: absolute; z-index: 100; list-style: none; bottom: 10px; left: 10px; padding: 0; } */


/* Community Involvement */
div.community-involvement-props { margin-bottom: 50px; }

div.community-involvement-props p { padding: 20px 0 0 20px; }


/* Projects & Information */


/* History */


/* General Aviation */


/* Corporate Aviation */


/* Fixed Based Operations */


/* Aviation Training */


/* Airfield Map */
div.large-map.airfield-map { background-image:url(/images/default-source/map-images/map_airfield.png); background-position: center; background-repeat: no-repeat; height: 500px; width: 100%; z-index: -1; }

div.large-map a.map-email-icon.airfield-map { margin-top: 50px; }
div.large-map a.map-print-icon.airfield-map { margin-top: 50px; }


/* Airport Operations */


/* Cargo Airlines */


/* Real Estate & Business Opportunities */


/* Employment */


/* Visiting the Area */

div.visiting-main-event { padding-right: 20px !important; }
div.visiting-main-event img { display: block; padding: 10px 0; }

div.visiting-featured1 img,
div.visiting-featured2 img,
div.visiting-featured3 img { margin-bottom: 10px; }

div.visiting-featured1 a img:hover,
div.visiting-featured2 a img:hover,
div.visiting-featured3 a img:hover { opacity: 0.5; filter: alpha(opacity=50); /* For IE8 and earlier */ }

div.visiting-featured1 h2 a:link,
div.visiting-featured2 h2 a:link,
div.visiting-featured3 h2 a:link,
div.visiting-events h2 a:link { color: #26aae1; font-weight: normal; text-transform: none; }

div.visiting-featured1 h2 a:visited,
div.visiting-featured2 h2 a:visited,
div.visiting-featured3 h2 a:visited,
div.visiting-events h2 a:visited { color: #26aae1; }

div.visiting-featured1 h2 a:hover,
div.visiting-featured2 h2 a:hover,
div.visiting-featured3 h2 a:hover,
div.visiting-events h2 a:hover { color: #055c95; font-weight: normal; text-transform: none; }

div.visiting-featured1 h2 a:active,
div.visiting-featured2 h2 a:active,
div.visiting-featured3 h2 a:active,
div.visiting-events h2 a:active { color: #055c95; }

div.visiting-vspc-social a img { margin-bottom: 10px; }

div.visiting-vspc-social-icons {  }
div.visiting-vspc-social-icons img { margin: 0 5px 0 0; }
div.visiting-vspc-social-icons a:hover img { opacity: 0.5; filter: alpha(opacity=50); /* For IE8 and earlier */ }

div.visitingspc-slider { position: relative; }
.visitingspc-slider p { background-color:rgba(0,0,0,0.7); color: #fff; width: 100%; margin: 0; padding: 10px; position: absolute; bottom: 0; }
.lt-ie9 .visitingspc-slider p { background-color: #4c4c4c; }

select.cities-towns { float: left; margin: 0 10px 10px 0; width: auto; max-width: 70%; }
select.local-chambers { float: left; margin: 0 10px 10px 0; width: auto; max-width: 70%; }
select.local-visitors { float: left; margin: 0 10px 10px 0; width: auto; max-width: 70%; }


/* Nearby Hotels */


/* Maps, Guides & Links */


/* Email Sign Up */



/* -----------------------------------------
   Media Queries
----------------------------------------- */

@media only screen and (max-width: 1024px) { 

/* Header Bar */
.pie-logo-large { display: none !important; }

.pie-logo-medium { display: block; }

.header-bar { background-color: #e9eaeb; background-position: 300px 115px; height: auto !important; }

.pie-tag { display: none; }

h1.page-head { background-image: url(../images/bg_page-head_2x.png); background-repeat: no-repeat; background-position: top left; background-size: 1024px 100px; color: #ffffff; font-size: 24px; height: 130px; padding: 15px 20px 0 20px; }

h1.accent-divider { background-image: url(../images/bg_accent-divider_2x.png); background-repeat: no-repeat; background-position: top left; background-size: 1024px 100px; color: #ffffff; font-size: 24px; font-weight: normal; height: 100px; margin: 20px 0; padding: 20px 20px 0 20px; }


/* Route Map */
div.large-map.route-map { background-image:url(/images/default-source/map-images/map_route-map.png); background-position: none; background-repeat: no-repeat; background-size: cover; height: 600px; margin-bottom: 0; margin-top: 0; width: 100%; z-index: -1; }


/* Public Art */
div.slider-art { margin: -100px 0 40px 0; position: relative; z-index: 1; }

}

@media only screen and (max-width: 767px) { 

/* Global */
.wrapper { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }


/* Alert Bar */
.alert-bar { text-align: left; padding: 10px 20px !important; }


/* Header Bar */
.header-bar { background-color: #0673ba; background-image: none; height: auto !important; }

.pie-logo-medium { float: left; margin: 0; }

.search-social {display: none;}


/* More Section */
.more-section { background-color: #70c162; background-image: none; border-bottom: none; height: auto; margin-top: 10px; padding: 20px; }

/* Added width for Engineering */.more-section-menu { float: none; margin: 0; width: auto; }

.more-section-menu h1 { font-weight: normal; font-size: 24px; color: #ffffff; }

.more-section-menu li { background-image: none; padding: 0; text-align: center; }

.more-section-menu li a { background-color: #014c80; display: block; padding: 20px; text-align: center; text-transform: uppercase; width: 100%; }
.more-section-menu li a:hover { background-color: #26aae1; text-decoration: none; }

.pie-video { display: none; }


/* Current Weather, Contact, Email Sign-up */
.weather-contact-wrap { border: none; padding: 35px 10px 0 0; background-position: -100px bottom; background-size: 220px 171px; min-height:inherit; }

.current-weather { display: none; }

.contact-info { margin-left: 130px; }

.email-signup { text-align: center; padding: 40px 0 0 0; }
.email-signup p { display: none; }
.email-signup form input[type=text] { display: block; height: 40px; margin: 0 auto 10px auto; width: 200px; }
.email-signup form input[type=submit]:link, .email-signup form input[type=submit]:visited, .email-signup form input[type=submit]:hover, .email-signup form input[type=submit] { border-radius: 0; display: block; font-size: 14px; height: 40px; margin: 0 auto; -webkit-appearance: none; width: 150px; }

.contact-info p { padding-bottom: 40px; }


/* Footer */
.sitemap-col { border-bottom: 1px solid #e9eaeb; padding: 20px 20px 0 20px;}


/* Buttons */
a:link.blue-btn, a:hover.blue-btn, a:active.blue-btn, a:visited.blue-btn { float: none; margin: 15px 0 25px 0; }

a.mob-btn:link, a.mob-btn:hover, a.mob-btn:visited, a.mob-btn:active { background-color: #0673ba; border: none; color: #ffffff !important; display: block; font-size: 14px; font-weight:bold; margin: 10px 0; padding: 15px 30px; text-align: center; text-transform: uppercase; -webkit-appearance: none; }
a.mob-btn:hover { background-color: #055c95; margin: 10px 0; }
a.mob-btn-a:hover, a.mob-btn-b:hover { background-color: #055c95; }


/* Tabs */
.tabs-home-widget { display: none; }

.home-mob-tabs { padding: 10px 10px 40px 10px; text-align: center; }

.home-mob-tabs a.mob-btn-arrivals { background-color: #0673ba; border: none; color: #ffffff !important; display: inline-block; font-size: 14px; font-weight:bold; margin-right: 10px ; padding: 15px 0; text-align: center; text-transform: uppercase; -webkit-appearance: none; width: 48%; }
.home-mob-tabs a.mob-btn-departures { background-color: #0673ba; border: none; clear: both; color: #ffffff !important; display: inline-block; font-size: 14px; font-weight:bold; margin: 0; padding: 15px 0; text-align: center; text-transform: uppercase; -webkit-appearance: none; width: 48%; }
.home-mob-tabs a.mob-btn-track { background-color: #0673ba; border: none; color: #ffffff !important; display: block; font-size: 14px; font-weight:bold; margin: 10px 0 0 0; padding: 15px 0; text-align: center; text-transform: uppercase; -webkit-appearance: none; }

.home-mob-tabs a:hover { background-color: #055c95; }

/* List Tables */
ul.lt-bluetabs { display: none; }
ul.lt-flighttabs { display: none; }
	
ul.list-table-5-3-4,
ul.list-table-7-5,
ul.list-table-3-2-3-4 { border-bottom: 1px solid #e9eaeb; padding-bottom: 20px; }
ul.list-table-flight { border-bottom: 1px solid #055c95; padding-bottom: 20px; }

ul.list-table-5-3-4 li,
ul.list-table-7-5 li,
ul.list-table-3-2-3-4 li { background: none; word-wrap: break-word; }

ul.list-table-5-3-4 li,ul.list-table-5-3-4 li + li, ul.list-table-5-3-4 li + li + li,
ul.list-table-7-5 li,ul.list-table-7-5 li + li,

ul.list-table-3-2-3-4 li, 
ul.list-table-3-2-3-4 li + li, 
ul.list-table-3-2-3-4 li + li + li, 
ul.list-table-3-2-3-4 li + li + li + li { display: block; float: none; width: auto; padding: 5px; margin-right: 0; }

ul.list-table-flight li, 
ul.list-table-flight li + li, 
ul.list-table-flight li + li + li, 
ul.list-table-flight li + li + li + li, 
ul.list-table-flight li + li + li + li + li,
ul.list-table-flight li + li + li + li + li + li, 
ul.list-table-flight li + li + li + li + li + li + li { display: block; float: none; width: auto; padding: 5px; margin-right: 0; }

li.lt-name:before { background: #2eabdf; color:#ffffff; content: "Name/Title:"; display: block; font-weight: bold; margin-bottom: 5px; padding: 5px; }
li.lt-phone:before { background: #2eabdf; color:#ffffff; content: "Phone:"; display: block; font-weight: bold; margin-bottom: 5px; padding: 5px; }
li.lt-email:before { background: #2eabdf; color:#ffffff; content: "Email:"; display: block; font-weight: bold; margin-bottom: 5px; padding: 5px; }
li.lt-destination:before { background: #2eabdf; color:#ffffff; content: "Destination:"; display: block; font-weight: bold; margin-bottom: 5px; padding: 5px; }
li.lt-airport:before { background: #2eabdf; color:#ffffff; content: "Airport:"; display: block; font-weight: bold; margin-bottom: 5px; padding: 5px; }
li.lt-website:before { background: #2eabdf; color:#ffffff; content: "Website:"; display: block; font-weight: bold; margin-bottom: 5px; padding: 5px; }
li.lt-visitorinfo:before { background: #2eabdf; color:#ffffff; content: "Visitor Info:"; display: block; font-weight: bold; margin-bottom: 5px; padding: 5px; white-space: nowrap; }

li.lt-airline:before { background: #ffffff; color:#5c5d5d; content: "Airline:"; display: block; font-size: 14px; font-weight: bold; margin-bottom: 5px; padding: 5px; white-space: nowrap; }
li.lt-flt:before { background: #ffffff; color:#5c5d5d; content: "Flt #:"; display: block; font-size: 14px; font-weight: bold; margin-bottom: 5px; padding: 5px; white-space: nowrap; }
li.lt-from:before { background: #ffffff; color:#5c5d5d; content: "From:"; display: block; font-size: 14px; font-weight: bold; margin-bottom: 5px; padding: 5px; white-space: nowrap; }
li.lt-gate:before { background: #ffffff; color:#5c5d5d; content: "Gate:"; display: block; font-size: 14px; font-weight: bold; margin-bottom: 5px; padding: 5px; white-space: nowrap; }
li.lt-date:before { background: #ffffff; color:#5c5d5d; content: "Date:"; display: block; font-size: 14px; font-weight: bold; margin-bottom: 5px; padding: 5px; white-space: nowrap; }
li.lt-time:before { background: #ffffff; color:#5c5d5d; content: "Time:"; display: block; font-size: 14px; font-weight: bold; margin-bottom: 5px; padding: 5px; white-space: nowrap; }
li.lt-status:before { background: #ffffff; color:#5c5d5d; content: "Status:"; display: block; font-size: 14px; font-weight: bold; margin-bottom: 5px; padding: 5px; white-space: nowrap; }


/* Listing Bars */
.lb-info-box { background: #f1f1f1; border-top: none; border-right: 1px solid #d9dadb; border-bottom: 1px solid #d9dadb; border-left: 1px solid #d9dadb; padding: 20px !important; }


/* Image Link Boxes */
.home-image-link-boxes { padding: 10px 10px 20px 10px; }
.image-link-box h1 { font-size: 12px; }
div.image-link-box-accent { height: 20px; margin-top: -20px; }


/* Select Lists */
p.pie-select-label { float: none; }

select.archive-filter-category { float: none; margin-bottom: 20px; }
select.archive-filter-month { float: none; margin-bottom: 10px; }
select.archive-filter-year { float: none; margin-bottom: 20px; }


/* Form Elements */
div.noise-complaint label { margin-bottom: 0; }
label.post-text-field { margin: -10px 0 20px 0; }


/* Bottom Accent Image */
div.bottom-accent-img { display: none; }


/* Home-Specific Styles */

.site-intro { padding: 0 10px; }
 
.news { padding: 10px; }

.legal-line { line-height: 1.4; text-align: center; }


/* All Content Pages */
.page-content { padding: 0 20px; line-height: 18px; }

h1.page-head { height: 90px;  }


/* Blue callout */
.blue-callout { padding: 20px 20px; }


/* Arrivals & Departures */
a:link.btn-flight-aware, a:link.btn-flight-view { display: block; width: 100%; }

.arrivals-departures-accordion-instructions {
	font-size: 12px; 
	padding-bottom: 15px;
}


/* Airlines & Destinations */
.airlines-destinations-accordion-instructions {
	font-size: 12px; 
	padding: 15px;
}


/* Route Map */
div.route-button-wrap { margin: 10px 0 20px 0; width: 100%; }
a:link.btn-routemap { margin: 0 0 10px 0; width: 100%; }
a:link.btn-monthlyschedule { margin: 0; width: 100%; }

div.large-map.route-map { display: none; }

div.large-map a.map-email-icon.route-map { display: none; }
div.large-map a.map-print-icon.route-map { display: none; }


/* Terminal Map */
div.large-map.terminal-map { display: none; }


/* Airfield Map */
div.large-map.airfield-map { display: none; }


/* Driving Directions */
.image-link-box.driving-directions { margin: 0 auto 20px auto; }
.image-link-box.driving-directions h1 { font-size: 18px; }


/* Parking Information */
.image-link-box.parking-info { margin: 0 auto 20px auto; }
.image-link-box.parking-info h1 { font-size: 18px; }


/* Area Maps */
a.area-map-google, a.area-map-airport, a.area-map-beaches { display: block; margin: 10px auto; }
a.area-map-tampabay { display: block; margin: 10px auto 30px auto; }


/* Noise Info */
a:link.btn-task-force { display: block; width: 100%; }


/* Community Involvement */
section.community-involvement-props { margin-bottom: 20px; }

section.community-involvement-props p { padding: 0; }

section.community-involvement-props img { display: block; margin: 0 auto 20px auto; }

 }
 
 
 
/* -----------------------------------------
   TOPBAR OVERRIDES
----------------------------------------- */

.top-bar { background: #26aae1!important; border-top: 1px solid #1e88b4; border-bottom: 1px solid #1e88b4; min-height: 77px; line-height: 75px; margin: 0; padding: 0 0 0 250px; width: 100%; position: relative; }
.top-bar > ul .name h1 a { font-weight: normal; padding: 0 22.5px; font-size: 17px !important; }
.top-bar ul > li.has-dropdown a { font-family: 'texgyreadventorregular', Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1; padding-right: 33.75px; }
/*.top-bar ul > li.has-dropdown a:after { }*/
.top-bar ul > li.has-dropdown > a {  border-right: solid 1px #1e88b4; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); min-height: 76px; padding: 20px 0 0 0; text-align: center; width: 150px; }
.top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name):focus { background: #0673ba; }
.top-bar ul > li:not(.name).active { background: #70c162; }
.top-bar ul > li:not(.name):hover a, .top-bar ul > li:not(.name).active a, .top-bar ul > li:not(.name):focus a { color: #ffffff; }
.top-bar ul > li.has-dropdown .dropdown { background: #0673ba; border-top: 1px solid #1e88b4; left: 0; margin: 0; padding: 9px 0 0 0; position: absolute; visibility: hidden; z-index: 99; }
.top-bar ul > li.has-dropdown .last-drop { left: -150px; }
.top-bar ul > li.has-dropdown .dropdown li { background: #0673ba; line-height: 1; min-width: 100%; padding-bottom: 0; }
.top-bar ul > li.has-dropdown .dropdown li a { background-image: url(../images/icon_chevron_blue_right_2x.png); background-position: 15px 12px; background-repeat: no-repeat; background-size: 12px 12px; padding: 10px 20px 10px 35px; }
.top-bar ul > li.has-dropdown .dropdown li a:hover { background: #26aae1; background-image: url(../images/icon_chevron_white_right_2x.png); background-position: 15px 12px; background-repeat: no-repeat; background-size: 12px 12px; padding: 10px 20px 10px 35px; }

/* BR that only displays on desktop */.desktop-br { display: inherit; }
/* Hides hamburger menu from desktop */.menu-hamburger { display: none !important; }

/* IE8 Fixes */
.lt-ie9 .top-bar ul > li.has-dropdown > a {  border-right: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding-top: 20px !important; padding-right: 0 !important; padding-bottom: 0 !important; padding-left: 0 !important; text-align: center; width: 130px; margin-bottom: -20px; }
.lt-ie9 .top-bar ul > li.has-dropdown {  width: 130px; margin-bottom: -20px; }
.lt-ie9 .top-bar ul > li.has-dropdown a { font-family: 'texgyreadventorregular', Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1; }
.lt-ie9 .top-bar section > ul > li a:hover, .lt-ie9 .top-bar section > ul > li a:focus { color: #ffffff; }
.lt-ie9 .top-bar section > ul > li:hover, .lt-ie9 .top-bar section > ul > li:focus { background: #0673ba; }
.lt-ie9 .top-bar ul > li.has-dropdown .dropdown li a { background-image: none; padding: 10px 20px 10px 20px; }
.lt-ie9 .top-bar ul > li.has-dropdown .dropdown li a:hover { background: #26aae1; background-image: none; padding: 10px 20px 10px 20px; }
	
/* Foundation fixes 
{
*/
.alpha 
{
	padding-left:0!important;
}
.omega
{
	padding-right:0!important;
}

	
@media only screen and (max-width: 1025px) {
	
	.top-bar { min-height: 45px; padding:0; }
	.top-bar ul > li.has-dropdown a:after { content: ""; }
	.top-bar ul > li.has-dropdown > a { background: #0673ba; border-bottom: 1px solid #26aae1; min-height: 45px; padding: 15px 0 0 0; text-align: left; width: auto; }
	.top-bar ul > li.has-dropdown.moved .back.title a:before { position: absolute; top: 50%; left: 17.5px; margin-top: -5px; width: 0; height: 0; content: ""; display: block; border: solid 5px; border-color: transparent rgba(255, 255, 255, 0.5) transparent transparent; }
	.top-bar ul > li.has-dropdown.moved .back.title h5 { margin: -9px 0 0 -15px; padding-left: 15px; position: relative; }
	.top-bar ul > li.has-dropdown.moved .back.title h5 a { background: #0673ba; padding-top: 15px; padding-bottom: 15px; font-size: 16px; font-weight: normal; }

	.top-bar ul > li.has-dropdown.moved > .dropdown li { border-bottom:1px solid #0673ba;  }
	.top-bar ul > li.has-dropdown.moved > .dropdown li a { background: #26aae1; display: block;  }
	.top-bar ul > li.has-dropdown.moved > .dropdown li a:hover { background: #0673ba; display: block; }
	.top-bar ul > li.has-dropdown.moved > .dropdown { background: #26aae1; display: block; }
  
	.top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) a { background-image: url(../images/icon_chevron_white_right_2x.png); background-position: 20px 12px; background-repeat: no-repeat; background-size: 12px 12px; display: block; height: 35px; padding-top: 9px; padding-left: 40px !important;  }

	.top-bar ul > li.toggle-topbar { cursor: pointer; display: block; height: 45px; position: absolute; left: 0; top: 0; width: 135px; }
	.top-bar ul > li.toggle-topbar a { content: none; display: block; width: 0; height: 0; border: none; padding: 0; position: absolute; top: 50%; right: 22.5px; margin-top: -4px; }
	.top-bar ul > li.toggle-topbar:hover { background: transparent; }
	.top-bar ul > li.toggle-topbar a { padding: 0 !important; }
  
	.top-bar.expanded ul li.toggle-topbar a { content: none; display: block; width: 0; height: 0; border: none; top: auto; bottom: 50%; margin-bottom: -4px; }
	.top-bar ul > li.active, .top-bar ul > li:hover { background: none; }
  
	.top-bar ul > li.name h1 a { line-height: 40px !important; font-size:26px !important; }

	/* Hides social icons on non-desktop */ .social-mobile { display: none; }

	/* Hides BR on non-desktop */.desktop-br { display: none; }

	/* Shows hamburger menu on non-desktop */.menu-hamburger { display: block !important; }
	
	/* Hides more section on mobile and table */.more-content { display: none; }
	

}
	
	
@media only screen and (max-width: 767px) {
	
	.social-mobile { display: block; float: right; }
	
	.social-mobile a.social-icon-tw { background-color:#26AAE1; background-image:url(../images/icon_twitter_2x.png); background-repeat: no-repeat; background-position:center; background-size: 24px 24px; border-left:1px solid #0673BA; box-shadow:inset 1px 0px 0 rgba(255,255,255,.5); display: inline-block; height: 50px; margin: 0; width: 50px; }
	.social-mobile a.social-icon-fb { background-color:#26AAE1; background-image:url(../images/icon_facebook_2x.png); background-repeat: no-repeat; background-position:center; background-size: 11px 21px; border-left:1px solid #0673BA; box-shadow:inset 1px 0px 0 rgba(255,255,255,.5); display: inline-block; height: 50px; margin: 0; width: 50px; }
	.social-mobile a.social-icon-in { background-color:#26AAE1; background-image:url(../images/icon_instagram_2x.png); background-repeat: no-repeat; background-position:center; background-size: 20px 18px; border-left:1px solid #0673BA; box-shadow:inset 1px 0px 0 rgba(255,255,255,.5); display: inline-block; height: 50px; margin: 0; width: 50px; }

}
	
	
	
/* -----------------------------------------
   NAVBAR OVERRIDES
----------------------------------------- */

/**/.nav-bar-wrap { margin-left: 40px; margin-right: 40px;  border-bottom: 2px solid #e9eaeb; margin-bottom: 40px; }
	
.nav-bar { height: 67px; background: #70c162; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; padding: 0; width: 617px; }

.nav-bar > li { float: left; display: block; position: relative; padding: 0; margin: 0; border: 1px solid #5b9b52; border-right: none; line-height: 20px; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5) inset; }

.nav-bar > li:last-child { border-right: solid 1px #5b9b52; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); }

.nav-bar > li.active { background: #055c95; border-color: #055c95; }
.nav-bar > li.active > a { color: white; cursor: default; }
.nav-bar > li.active:hover { background: #055c95; cursor: default; }
.nav-bar > li:hover { background: #055c95; border-color: #055c95; }

.nav-bar > li a { color: #ffffff; font-weight: normal; }

/**/.nav-bar > li.single-nav { line-height: 40px; } /* Vertically centers single-line subnav elements */

.nav-bar > li.has-flyout > a:first-child { padding-right: 0; position: relative; height: 65px; width: 150px; }

/**/.nav-bar > li.has-flyout.noise-menu > a:first-child { width: 120px; }
/**/.nav-bar > li.has-flyout.about-menu > a:first-child { width: 120px; }
/**/.nav-bar > li.has-flyout.aviation-menu > a:first-child { width: 120px; }
/**/.nav-bar > li.has-flyout.visiting-menu > a:first-child { width: 120px; }
/**/.nav-bar > li.maps-menu > a:first-child { width: 130px; height:65px;}

.nav-bar > li.has-flyout > a:first-child:after { width: 0; height: 0;  position: absolute; right: 10px; top: 30px; }

.nav-bar > li > a:first-child { position: relative; padding: 10px 0; display: block; text-decoration: none; font-size: 14px; text-align: center; }

.flyout { background: #f2f2f2; padding: 20px; margin: 0; border: 1px solid #d9d9d9; position: absolute; top: 66px; left: -1px; width: 250px; z-index: 40; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); /* remove margin on any first-child element */ /* remove margin on last element */ }


@media only screen and (max-device-width: 1280px) { /* NavBar --- */

  .touch .nav-bar li.has-flyout > a { padding-right: 0 !important; } 
}


@media only screen and (max-width: 1279px) and (min-width: 768px) { /* NavBar --- */

	.touch .nav-bar li a { font-size: 13px; }
  
	.touch .nav-bar li.has-flyout > a.flyout-toggle  { height: 65px; width: 150px; }
  
	/**/ .touch .nav-bar li.has-flyout.noise-menu > a.flyout-toggle  { height: 65px; width: 110px; }
	/**/ .touch .nav-bar li.has-flyout.about-menu > a.flyout-toggle  { height: 65px; width: 110px; }
	/**/ .touch .nav-bar li.has-flyout.aviation-menu > a.flyout-toggle  { height: 65px; width: 110px; }
	/**/ .touch .nav-bar li.has-flyout.visiting-menu > a.flyout-toggle  { height: 65px; width: 150px; }
	/**/ .touch .nav-bar li.maps-menu > a.flyout-toggle  { height: 65px; width: 130px; }

  .touch .nav-bar li.has-flyout > a { padding-right: 0 !important; }
}


@media only screen and (max-width: 767px) {
	
	.nav-bar-wrap { margin: 0 15px 20px 15px;  border-bottom: none; }

	/**//**/ ul.flyout li, .nav-bar li ul li { margin-right: -2px; border-right: none; }

	.nav-bar { height: auto; width: auto; }
	.nav-bar > li { float: none; display: block; border: none; border-bottom: 1px solid #5b9b52; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

	/**/.nav-bar > li.single-nav { line-height: 20px; } /* Remove vertical center for single-line subnav elements */
	
	.nav-bar > li:last-child { border: none; }

	.nav-bar > li.has-flyout > a:first-child { padding-right: 40px; position: relative; }
	.nav-bar > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: #ffffff transparent transparent transparent; position: absolute; right: 20px; top: 17px; }

	.nav-bar > li.has-flyout > a:first-child { height: 40px; padding-left:20px; text-align: left; width: auto; }

	/**/ .nav-bar > li.has-flyout.noise-menu > a:first-child, .nav-bar > li.has-flyout.about-menu > a:first-child, .nav-bar > li.has-flyout.aviation-menu > a:first-child, .nav-bar > li.has-flyout.visiting-menu > a:first-child, .nav-bar > li.has-flyout.maps-menu > a:first-child { height: 40px; padding-left: 20px; text-align: left; width: auto; }

	.nav-bar > li > a.main { text-align: left; border-top: 1px solid #ddd; border-right: none; }
	.nav-bar > li:first-child > a.main { border-top: none; }
	.nav-bar > li.has-flyout > a.flyout-toggle { position: absolute; right: 0; top: 0; padding: 22px 50px; z-index: 2; display: block; }
	.nav-bar > li.has-flyout.is-touch > a.flyout-toggle span { content: ""; width: 0; height: 0; display: block; }
	.nav-bar > li.has-flyout > a.flyout-toggle:hover span { border-top-color: #141414; }
	.nav-bar.vertical > li.has-flyout > .flyout { left: 0; }
	.flyout { position: relative; width: 100% !important; top: auto; margin-right: -2px; border-width: 1px 1px 0 1px; }
	.flyout.right { float: none; right: auto; left: -1px; }
	.flyout.small, .flyout.large { width: 100% !important; }
	.flyout p:last-child { margin-bottom: 18px; }
	.nav-bar > li.maps-menu > a:first-child { height: 45px; width: 178px; }
}

/* Yahoo Weather Widget 
#weatherholder { width: 170px; padding-top: 15px; }
#weathertext { border: 1px solid #cccccc; display: none; }
#placetitle { font-size: 36px; border-bottom: 1px solid #cccccc; text-transform: capitalize; }*/
/*#temperature{font-family: arial; font-size: 24px; font-weight: bold;}
.contents { font-family: arial; color: #999999; font-size: 12px; line-height: 20px; }
#statustext { text-align: left; }
#forecastimage { width: 120px; }
@media only screen and (max-width: 767px) {
	#weatherholder { margin: 0 auto; }
}*/
/* Simple Weather Widget */
#weather {
  width: 170px;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
	#weather { margin: 0 auto; }
}
	
fieldset 
{
	padding: 7px;
	margin: 0;
}


/* -----------------------------------------
   SITEFINITY OVERRIDES
----------------------------------------- */
.sfContentBlock ul { padding: 0; }
 
/* Menus */
.k-menu .k-item, .k-widget.k-menu-horizontal>.k-item
{
       /*float: none;
       border-style: none;
       border-bottom: 1px solid #5b9b52;
       position: relative;
       vertical-align: top;
       zoom: 1;
       box-sizing: content-box;
       line-height: 20px;
       padding-top: .3em;*/
} 
.k-menu .k-group .k-item>.k-link { padding: 1em 1.8em 1em 1.6em; }
.k-menu .k-item, .k-widget.k-menu-horizontal>.k-item { border-style:none; }


/* Search Box */
input#SearchPlaceHolder_T323BCE23039_ctl00_ctl00_searchButton.sfsearchSubmit { display: none; }
fieldset#SearchPlaceHolder_T323BCE23039_ctl00_ctl00_main.sfsearchBox { border: none; }


/* Search Results Page */
/* Add ellipses to search result description */
dd.sfsearchResultHighLighter { border-bottom: 1px solid #e9eaeb; margin-bottom: 25px; padding-bottom: 25px; }
dd.sfsearchResultHighLighter:before { content: "... " }
dd.sfsearchResultHighLighter:after { content: " ..." }


/* Fixes For Admin Editor */
#RadWindowWrapper_PropertyEditorDialog { position: absolute !important; top: 50px !important; left: 50% !important; margin-left: -375px;  width: 750px !important; height: auto !important; }
.sfContentBlocksDesignerWrp { width: 1000px !important;}
.sfPageContainer .RadDock_Sitefinity .rdCenter .rdTitleBar>em { padding: 0 0 0 12px!important; }
.sfPageContainer .RadDock_Sitefinity .rdCenter .rdCommands { margin: 4px 7px 6px 15px!important; }
.RadDockZone, .RadDockZone * { box-sizing: inherit!important; }

/* Admin widget designers 
#RadWindowWrapper_PropertyEditorDialog { width: 425px !important; height: auto !important; }*/

@media only screen and (max-width:767px){
	.hide-on-mobile{
		display: none !important;
	}

    .show-on-mobile{
		display: inherit !important;
	}

	.hide-on-desktop 
	{
		display: none !important;
	}
	
	div.green-box { width: 97%; }
	div.green-box h1 { font-size: 14px; font-weight: bold; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; text-transform: uppercase; }
	a.cta-caps:link, div.green-box  { color: #ffffff; font-size: 14px; text-transform: uppercase; padding: 10px 10px 0px 0px; }
	a.cta-caps:visited div.green-box  { color: #ffffff; font-size: 14px; text-transform: uppercase; }
	
	a.mob-btn:link, a.mob-btn:hover, a.mob-btn:visited, a.mob-btn:active { background-color: #ffffff; }
}

@media only screen and (max-width:360px){
    .q-body {
        line-height: 26px;
    }
    
    .sf_2cols_2_50 .sf_2cols_2in_50 {
    	margin-left: 0px !important;
    }
    
    .sf_2cols_2_67 .sf_2cols_2in_67 {
    	margin-left: 0px !important;
    }
    
    .sf_2cols_2_33 .sf_2cols_2in_33 {
    	margin-left: 0px !important;
    }
    
    	
}


