/* line 17, ../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, ../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, ../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, ../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, ../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, ../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, ../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*= COLOR
=========================================*/
/* line 12, ../sass/_base.scss */
.v_gradient {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#666666, #000000);
  background-image: -moz-linear-gradient(#666666, #000000);
  background-image: -o-linear-gradient(#666666, #000000);
  background-image: -ms-linear-gradient(#666666, #000000);
  background-image: linear-gradient(#666666, #000000);
}

/*= TYPOGRAPHY
=========================================*/
/* line 19, ../sass/_base.scss */
body {
  font-size: 62.5%;
  line-height: 1.4em;
  font-family: verdana, arial, helvetica, sans-serif;
  background: #e2e2e2;
}

/* line 26, ../sass/_base.scss */
h1, h2, h3 {
  color: #fff;
  font-family: verdana, arial, sans-serif;
  font-size: 2.6em;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: lighter;
}

/* line 34, ../sass/_base.scss */
h1 {
  font-size: 2em;
  line-height: 1.7em;
  color: #374ca6;
}

/* line 39, ../sass/_base.scss */
section h1 {
  margin-bottom: 10px;
}

/* line 42, ../sass/_base.scss */
h2 {
  font-size: 1.5em;
  color: #374ca6;
}

/* line 46, ../sass/_base.scss */
.module h2 {
  color: #fff;
  font-size: 1.3em;
  line-height: 1.2em;
  height: 23px;
  padding-top: 4px;
}

/* line 53, ../sass/_base.scss */
#news_preview_page h2 {
  line-height: 1.5em;
}

/* line 57, ../sass/_base.scss */
#content #bottom_content section.news_section h1 {
  margin: 0;
}
/* line 60, ../sass/_base.scss */
#content #bottom_content section.news_section h2 {
  padding: 5px 0 15px;
  font-size: 1.3em;
}

/* line 65, ../sass/_base.scss */
h3 {
  font-size: 1.1em;
}

/* line 68, ../sass/_base.scss */
p {
  padding: 5px 0;
}

/* line 71, ../sass/_base.scss */
strong, b {
  font-weight: bold;
}

/*= LINKS
=========================================*/
/* line 76, ../sass/_base.scss */
a, a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
}

/* line 81, ../sass/_base.scss */
a:hover {
  color: orange;
}

/* line 85, ../sass/_base.scss */
#bottom_content section a, #bottom_content section a:visited, #bottom_content #page_sub_nav a, #bottom_content #page_sub_nav a:visited {
  color: #374ca6;
  border-bottom: 1px solid #374ca6;
}
/* line 89, ../sass/_base.scss */
#bottom_content section a:hover, #bottom_content #page_sub_nav a:hover {
  border-bottom: 1px solid orange;
  color: orange;
}

/* = LIST ITEM
=====================================*/
/* line 98, ../sass/_base.scss */
#bottom_content section ul {
  padding-left: 30px;
  list-style: disc;
}
/* line 101, ../sass/_base.scss */
#bottom_content section ul li {
  padding: 5px 0;
}

/*= LAYOUT
============================================*/
/* line 5, ../sass/screen.scss */
#container {
  width: 1024px;
  margin: 0 auto;
}

/* line 9, ../sass/screen.scss */
header {
  height: 28px;
  position: relative;
  background: #fff;
  padding: 20px;
}
/* line 15, ../sass/screen.scss */
header #logo {
  float: left;
}
/* line 18, ../sass/screen.scss */
header #search {
  position: absolute;
  top: 18px;
  left: 280px;
}
/* line 22, ../sass/screen.scss */
header #search input {
  background: url("../images/site/search_bar.jpg") no-repeat 0 0;
  border: none;
  width: 327px;
  padding: 5px 60px 5px 18px;
  height: 28px;
  font-size: 1.3em;
  color: orange;
}
/* line 32, ../sass/screen.scss */
header #search #search_btn a, header #search #search_btn a:visited {
  display: block;
  background: url("../images/site/search_btn.jpg") no-repeat 0 0;
  width: 34px;
  height: 30px;
  text-indent: -9999em;
  position: absolute;
  right: 6px;
  top: 3px;
}

/*= NAVIGATION
===========================================*/
/* HEADER NAV
=========================*/
/* line 50, ../sass/screen.scss */
nav#top_nav {
  float: right;
  margin-top: 10px;
}
/* line 54, ../sass/screen.scss */
nav#top_nav ul li {
  display: inline;
  border-right: 1px solid #999;
}
/* line 57, ../sass/screen.scss */
nav#top_nav ul li a, nav#top_nav ul li a:visited {
  text-decoration: none;
  color: #999999;
  font-size: .9em;
  padding: 0 5px;
}
/* line 64, ../sass/screen.scss */
nav#top_nav ul li a:hover {
  color: orange;
}
/* line 68, ../sass/screen.scss */
nav#top_nav ul li:last-child {
  border: none;
}

/* TAB NAV
=========================*/
/* line 76, ../sass/screen.scss */
#tab_nav {
  background: url("../images/site/blue_gradient.jpg") no-repeat;
  height: 30px;
  position: relative;
}
/* line 80, ../sass/screen.scss */
#tab_nav ul {
  position: absolute;
  bottom: 0;
  left: 157px;
}
/* line 84, ../sass/screen.scss */
#tab_nav ul li {
  float: left;
}
/* line 86, ../sass/screen.scss */
#tab_nav ul li a, #tab_nav ul li a:visited {
  color: #fff;
  font-size: 0.9em;
  background: url("../images/site/tab_inactive.png") no-repeat;
  display: block;
  width: 167px;
  height: 15px;
  padding-left: 14px;
  padding-top: 2px;
}
/* line 97, ../sass/screen.scss */
#tab_nav ul li a:hover {
  color: orange;
}
/* line 100, ../sass/screen.scss */
#tab_nav ul li a.activeTab {
  background: url("../images/site/tab_active.png") no-repeat;
  color: #333;
}
/* line 104, ../sass/screen.scss */
#tab_nav ul li a.activeTab:hover {
  /*				color:#fff;*/
}

/* SIDE NAV
=========================*/
/* line 113, ../sass/screen.scss */
#side_nav {
  float: left;
  height: 250px;
  background: #6b6b6b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6b6b6b), color-stop(100%, #333333));
  background-image: -webkit-linear-gradient(#6b6b6b, #333333);
  background-image: -moz-linear-gradient(#6b6b6b, #333333);
  background-image: -o-linear-gradient(#6b6b6b, #333333);
  background-image: -ms-linear-gradient(#6b6b6b, #333333);
  background-image: linear-gradient(#6b6b6b, #333333);
}
/* line 121, ../sass/screen.scss */
#side_nav ul li a, #side_nav ul li a:visited {
  background: #666;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6b6b6b), color-stop(100%, #333333));
  background-image: -webkit-linear-gradient(#6b6b6b, #333333);
  background-image: -moz-linear-gradient(#6b6b6b, #333333);
  background-image: -o-linear-gradient(#6b6b6b, #333333);
  background-image: -ms-linear-gradient(#6b6b6b, #333333);
  background-image: linear-gradient(#6b6b6b, #333333);
  padding: 8px 10px;
  border-bottom: 1px solid #999;
  width: 150px;
  display: block;
  -moz-text-shadow: 0 1px 1px #000;
  -webkit-text-shadow: 0 1px 1px #000;
  text-shadow: 0 1px 1px #000;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -ms-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 135, ../sass/screen.scss */
#side_nav ul li a:hover, #side_nav ul li a.active {
  background: #333;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#333333, #000000);
  background-image: -moz-linear-gradient(#333333, #000000);
  background-image: -o-linear-gradient(#333333, #000000);
  background-image: -ms-linear-gradient(#333333, #000000);
  background-image: linear-gradient(#333333, #000000);
  color: orange;
}

/* PAGE SUB NAV
=========================*/
/* line 146, ../sass/screen.scss */
#page_sub_nav {
  border-bottom: 1px solid #73a5d8;
  margin-bottom: 15px;
  background: #e8f1fa;
}
/* line 153, ../sass/screen.scss */
#page_sub_nav li {
  font-size: 1em;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 10px 10px;
}
#page_sub_nav li.active a {
  color: #ffbe46!important;
  border-bottom: 0px!important;
}
#page_sub_nav li.active {
  background: #566eb1;
}

/*= CONTENT
===========================================*/
/* line 165, ../sass/screen.scss */
#content {
  background: #73a5d8 url("../images/site/blue_line.jpg") left bottom no-repeat;
}
/* line 167, ../sass/screen.scss */
#content #top_content {
  padding: 30px 30px 10px;
  position: relative;
  float: left;
}
/* line 172, ../sass/screen.scss */
#content #bottom_content {
  padding: 20px 30px 30px;
  position: relative;
  clear: both;
  margin: 0 auto;
  width: 901px;
  background: #fff;
}
/* line 179, ../sass/screen.scss */
#content #bottom_content .module {
  width: 180px;
  position: absolute;
}
/* line 182, ../sass/screen.scss */
#content #bottom_content .module p {
  color: #fff;
  padding: 5px;
}
/* line 186, ../sass/screen.scss */
#content #bottom_content .module a, #content #bottom_content .module a:visited {
  color: #fff;
}
/* line 189, ../sass/screen.scss */
#content #bottom_content .module a:hover {
  color: orange;
}
/* line 192, ../sass/screen.scss */
#content #bottom_content .module img {
  z-index: 0;
  position: relative;
}
/* line 196, ../sass/screen.scss */
#content #bottom_content .module h2 {
  background: url("../images/site/module_icons.png") no-repeat 0 -58px;
  padding-left: 35px;
  margin: 3px 0;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -ms-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 204, ../sass/screen.scss */
#content #bottom_content .module h2.details_hover {
  z-index: 100;
  position: relative;
  left: 5px;
  zoom: 1;
  width: 180px;
  display: block;
}
/* line 212, ../sass/screen.scss */
#content #bottom_content .module img.img_hover {
  z-index: 100;
  position: relative;
  zoom: 1;
}
/* line 218, ../sass/screen.scss */
#content #bottom_content section {
  font-size: 1.1em;
  color: #333;
}
/* line 221, ../sass/screen.scss */
#content #bottom_content section h2 {
  padding: 15px 0;
  clear: both;
}
/* line 224, ../sass/screen.scss */
#content #bottom_content section img {
  max-width: 100%;
}
/* line 228, ../sass/screen.scss */
#content #bottom_content #parking, #content #bottom_content #farefinder, #content #bottom_content #wifi, #content #bottom_content #module-meeting-arriving-passengers, #content #bottom_content #diversity {
  top: 10px;
}

/* New Air Cargo and Corporate Aviation */

#aircargo-corpaviation {
  position: absolute;
  left: 810px;
  top: 10px;
  padding: 0;
  margin: 0;
  border: 0;
}

#aircargo-corpaviation img {
  padding: none;
  margin: none;
  float: left;
}

#aircargo-corpaviation ul {
  display: inline;
  list-style: none;
  line-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

#aircargo-corpaviation li {
  display: inline;
  list-style: none;
  line-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border: 1px solid #ddd;
}

#aircargo-corpaviation #air-cargo {
  background: url('/images/modules_custom/air-cargo.png');
  width:86px;
  height:65px;
  float: left;
}

#aircargo-corpaviation #corp-aviation {
  background: url('/images/modules_custom/corporate-aviation.png');
  width:87px;
  height:65px;
  float: left;
}

#aircargo-corpaviation #vertsep {
  width:11px;
}


/* New In-Airport Advertising and Supplier Diversity Program */

#in-airport-supplier-diversity {
  position: absolute;
  left: 810px;
  top: 10px;
  padding: 0;
  margin: 0;
  border: 0;
}

#in-airport-supplier-diversity #in-airport-advertising {
  background-image: url('../images/modules_custom/driving-directions.gif');
  width: 184px;
  height:65px;
  margin-bottom: 10px;
}
#in-airport-supplier-diversity #supplier-diversity {
  background-image: url('../images/modules_custom/supplier-small.png');
  width: 184px;
  height:65px;
}

/* line 231, ../sass/screen.scss */
#content #bottom_content .module#farefinder {
  cursor: default;
}

/* line 234, ../sass/screen.scss */
#content #bottom_content #helpful_links {
  top: 84px;
}
/* line 237, ../sass/screen.scss */
#content #bottom_content #parking {
  left: 226px;
}
/* line 240, ../sass/screen.scss */
#content #bottom_content #farefinder {
  left: 30px;
}
#content #bottom_content #ontime {
  left: 615px;
  top:10px;
}
#content #bottom_content #ontime #ontime_table h3 {
  color:#2a4e79;
  text-transform: none;
  font-size: 23px;
  padding-top: 15px;
}
#content #bottom_content #ontime #ontime_table span {
  font-size:9px;
  padding-left:2px;
  display:block;
  margin-top: 10px;
}
#content #bottom_content #ontime #ontime_table #ontime_submit {
  background: orange;
  width: 176px;
  padding: 3px;
  margin: 5px 0 0;
  color: #fff;
}
#content #bottom_content #ontime #ontime_table form .question{
  width: 170px;
  /*margin-top:5px;*/
}
#content #bottom_content #ontime #ontime_table form .half{
  width: 44%;
}
#content #bottom_content #ontime #ontime_table form .half:nth-child(even) {
  margin-right: 15px;
}
#content #bottom_content #ontime #ontime_table form .half:nth-child(odd) {
  margin-right: 0px;
}
#content #bottom_content #ontime #ontime_table form input {
  width:100%;
}
#content #bottom_content #ontime #ontime_table {
  background: #eee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: -ms-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  padding: 5px;
  padding-top: 0;
  height: 134px;
  margin-bottom: 5px;
  width: 177px;
}
/* line 242, ../sass/screen.scss */
#content #bottom_content #farefinder #farefinder_table {
  background: #eee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: -ms-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  padding: 5px;
  padding-top: 0;
  height: 134px;
  margin-bottom: 5px;
  width: 177px;
}
/* line 252, ../sass/screen.scss */
#content #bottom_content #farefinder #farefinder_table select {
  width: 100%;
  margin-bottom: 2px;
}
/* line 256, ../sass/screen.scss */
#content #bottom_content #farefinder #farefinder_table input {
  width: 40%;
}
/* line 259, ../sass/screen.scss */
#content #bottom_content #farefinder #farefinder_table label {
  width: 100px;
}
/* line 264, ../sass/screen.scss */
#content #bottom_content #wifi {
  left: 418px;
}
/* line 267, ../sass/screen.scss */
#content #bottom_content #module-meeting-arriving-passengers {
  left: 419px;
}
/* line 270, ../sass/screen.scss */
#content #bottom_content #diversity #in-airport-supplier-diversity {
  left: 614px;
}
/* line 274, ../sass/screen.scss */
#content .module#parking h2 {
  padding-left: 34px;
}
/* line 277, ../sass/screen.scss */
#content .module#farefinder h2 {
  background-position: 0 -31px;
  padding-left: 31px;
}
#content .module#ontime h2 {
  background-position: 0 -136px;
  padding-left: 31px;
}
/* line 281, ../sass/screen.scss */
#content .module#diversity h2 {
  background-position: 0 -86px;
}
/* line 284, ../sass/screen.scss */
#content .module#module-meeting-arriving-passengers h2 {
  background-position: 0 -108px;
  padding-left: 31px;
  font-size: 1.2em;
}
/* line 288, ../sass/screen.scss */
#content #rotator {
  width: 470px;
  height: 250px;
  overflow: hidden;
  float: left;
  margin: 0 13px 10px 10px;
}
/* line 295, ../sass/screen.scss */
#content #slides {
  position: relative;
}
/* line 297, ../sass/screen.scss */
#content #slides img {
  width: 100%;
  height: 100%!important;
}
/* line 301, ../sass/screen.scss */
#content #slides .slides_container {
  width: 470px;
  display: none;
}
/* line 304, ../sass/screen.scss */
#content #slides .slides_container div {
  width: 470px;
  height: 250px;
  display: block;
}
/* line 310, ../sass/screen.scss */
#content #slides .pagination {
  position: absolute;
  z-index: 99;
  bottom: 15px;
  right: 20px;
}
/* line 315, ../sass/screen.scss */
#content #slides .pagination li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
}
/* line 319, ../sass/screen.scss */
#content #slides .pagination li a, #content #slides .pagination li a:visited {
  background: #666;
  padding: 3px 5px;
  background: rgba(0, 0, 0, 0.5);
}
/* line 326, ../sass/screen.scss */
#content #slides .pagination .currentSlide a, #content #slides .pagination .currentSlide a:visited {
  color: orange;
  background: #000;
}
/* line 334, ../sass/screen.scss */
#content #right_image_banner {
  height: 250px;
  width: 300px;
  float: left;
  overflow:hidden;
}
/* line 338, ../sass/screen.scss */
#content #right_image_banner img {
  width: 99%;
  min-height: 100%;
}
#content #large_image_banner img {
  width: 99%;
  min-height: 100%;
}
#content #large_image_banner {
  float: right;
  margin-top: 10px;
  width: 379px;
  height: 197px;
}
#content #map {
  height: 295px;
  width: 380px;
  float: right;
  margin: 0 0 15px 20px;
}

/* line 343, ../sass/screen.scss */
#content #arrival_departure_container {
  float: right;
  margin-top: 10px;
  width: 379px;
  background: #444;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #333333));
  background-image: -webkit-linear-gradient(#444444, #333333);
  background-image: -moz-linear-gradient(#444444, #333333);
  background-image: -o-linear-gradient(#444444, #333333);
  background-image: -ms-linear-gradient(#444444, #333333);
  background-image: linear-gradient(#444444, #333333);
}
/* line 349, ../sass/screen.scss */
#content #arrival_departure_container table {
  background: #555;
  color: #eee;
  font-size: .9em;
  width: 373px;
}
/* line 354, ../sass/screen.scss */
#content #arrival_departure_container table th {
  text-align: center;
  color: orange;
  border: 1px solid #999;
  border-top: none;
  border-bottom: none;
  background: #333;
}
/* line 364, ../sass/screen.scss */
#content #helpful_links {
  position: absolute;
  right: 30px;
  top: 20px;
}
/* line 368, ../sass/screen.scss */
#content #helpful_links ul {
  width: 184px;
}
/* line 370, ../sass/screen.scss */
#content #helpful_links ul li {
  background: #ccc;
  border-bottom: 1px solid #eee;
}
/* line 373, ../sass/screen.scss */
#content #helpful_links ul li a, #content #helpful_links ul li a:visited {
  color: #666;
  display: block;
  padding: 4px 10px;
}
/* line 379, ../sass/screen.scss */
#content #helpful_links ul li a:hover {
  color: orange;
  background: #333;
}
/* line 384, ../sass/screen.scss */
#content #helpful_links ul li.top_list_heading {
  background: #666;
  color: #fff;
  padding: 3px 10px;
}

/* line 393, ../sass/screen.scss */
#flight_info_toggler ul {
  width: 100%;
  border-bottom: 1px solid #555;
}
/* line 397, ../sass/screen.scss */
#flight_info_toggler ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 402, ../sass/screen.scss */
#flight_info_toggler ul li a, #flight_info_toggler ul li a:visited {
  background: #444;
  /*				width:123px;*/
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: .9em;
  padding: 2px 20px;
  font-weight: bold;
}
/* line 413, ../sass/screen.scss */
#flight_info_toggler ul li a.toggle_active, #flight_info_toggler ul li a:hover {
  background: orange;
  color: #333;
}

/* line 421, ../sass/screen.scss */
.details {
  display: none;
  background: #333;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #333333));
  background-image: -webkit-linear-gradient(#444444, #333333);
  background-image: -moz-linear-gradient(#444444, #333333);
  background-image: -o-linear-gradient(#444444, #333333);
  background-image: -ms-linear-gradient(#444444, #333333);
  background-image: linear-gradient(#444444, #333333);
  width: 184px;
  z-index: 99;
  position: absolute;
  top: -98px;
  left: 0;
  height: 272px;
  zoom: 1;
}

/* line 433, ../sass/screen.scss */
#search_flight_containter {
  padding: 20px 10px;
  width: 351px;
  height: 115px;
  margin-left: 1px;
}
/* line 438, ../sass/screen.scss */
#search_flight_containter table {
  width: 351px!important;
}
/* line 441, ../sass/screen.scss */
#search_flight_containter label {
  color: #fff;
}
/* line 444, ../sass/screen.scss */
#search_flight_containter h3 {
  margin-bottom: 5px;
}
/* line 447, ../sass/screen.scss */
#search_flight_containter #search_flight_form {
  margin-top: 17px;
}
/* line 450, ../sass/screen.scss */
#search_flight_containter #search_flight_results {
  padding-top: 10px;
}

/* line 455, ../sass/screen.scss */
.airline {
  margin: 0 20px 10px 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* line 462, ../sass/screen.scss */
#international {
  margin-top: 10px;
}

/* line 465, ../sass/screen.scss */
#tsa_hours {
  border-top: 1px solid #555;
  color: orange;
}
/* line 468, ../sass/screen.scss */
#tsa_hours p {
  padding: 5px;
  font-size: .9em;
  text-align: center;
}

/*= FORM
==========================================*/
/* line 476, ../sass/screen.scss */
.question {
  padding: 1px 0 1px;
}

/* line 479, ../sass/screen.scss */
label {
  float: left;
  width: 100px;
  padding: 5px 0 0;
}

/* line 484, ../sass/screen.scss */
input, textarea {
  border: none;
  background: #ccc;
  width: 225px;
  padding: 3px;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -ms-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/* line 493, ../sass/screen.scss */
textarea {
  margin: 5px 0;
  height: 120px;
  width: 600px;
}

/* line 498, ../sass/screen.scss */
select {
  width: 231px;
}

/* line 501, ../sass/screen.scss */
input:focus {
  background: #333;
  color: #fff;
}

/* line 505, ../sass/screen.scss */
#bottom_content section ol {
  padding-left: 30px;
  list-style: decimal;
}

/* line 510, ../sass/screen.scss */
#contact_us_form form #submit_button, #fare_finder_submit {
  background: orange;
  width: 100px;
  padding: 10px 3px;
  margin-left: 100px;
}

/* line 516, ../sass/screen.scss */
#fare_finder_submit {
  width: 176px!important;
  color: #fff;
  margin: 5px 0 0;
  padding: 3px;
}

.ff-callout {
  padding: 5px 0 0 0;
  color:#253470;
  font-weight:bold;
  width:176px;
  font-size:10px;
  line-height:13px;
}

.ff-callout .highlight {
  color:#eb2929;
}

.btn-blue {
  float:right;
  background:#33479c;
  font-size:10px;
  padding: 5px 3px!important;
}

sup {
  line-height:0;
  vertical-align:3px;
  font-size: 80%;
}

/*= BUTTONS
==========================================*/
/* line 524, ../sass/screen.scss */
.button {
  margin-top: 5px;
}
/* line 526, ../sass/screen.scss */
.button a, .button a:visited {
  display: block;
  background: orange;
  padding: 5px;
  text-align: center;
  width: 80px;
  margin-left: 100px;
  color: #555;
}
/* line 535, ../sass/screen.scss */
.button a:hover {
  background: #444;
  color: #fff;
}

/* line 541, ../sass/screen.scss */
#farefinder_table .button a, #farefinder_table .button a:visited {
  margin: 0;
  width: 95%;
}

/*= PAGE SPECIFICS
==========================================*/
/* line 550, ../sass/screen.scss */
#home #content #top_content {
  padding-bottom: 0;
}
/* line 553, ../sass/screen.scss */
#home #content #bottom_content {
  min-height: 186px;
  background: none;
  width: auto;
}
/* line 557, ../sass/screen.scss */
/*#home #content #bottom_content #helpful_links {
#home #content #bottom_content #aircargo-corpaviation{
  top: 10px;
}
*/
/* TABLE
==========================================*/
/* line 566, ../sass/screen.scss */
table {
  margin-bottom: 10px;
  width: 100%;
}

/* line 570, ../sass/screen.scss */
.table_heading, #bottom_content table thead th {
  font-size: 10px;
  color: #333;
  background-color: orange;
  padding: 5px;
  text-align: center;
}

/* line 577, ../sass/screen.scss */
#bottom_content table thead th {
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #999;
}

/* line 582, ../sass/screen.scss */
.table_heading {
  background-color: #BABABA;
}

/* line 585, ../sass/screen.scss */
td {
  border: 1px solid #999;
  text-align: center;
}

/* line 589, ../sass/screen.scss */
.table_desc_odd_row, .table_data_odd_row, .table_data_even_row {
  font-size: 1em;
  color: #333;
  background-color: #B1CAEA;
  padding: 3px;
}

/* line 595, ../sass/screen.scss */
#bottom_content td {
  padding: 5px;
}

/* line 598, ../sass/screen.scss */
.table_data_even_row {
  background-color: #DCEAF7;
}

/* line 601, ../sass/screen.scss */
.odd_rows {
  background: #6B6B6B;
}

/* line 604, ../sass/screen.scss */
.Red_Text {
  color: #FF5D3F;
}

/*= FOOTER
==========================================*/
/* line 612, ../sass/screen.scss */
footer {
  clear: both;
  padding: 20px 30px 50px;
  background: #374ca6 url("../images/site/footer_bg.png") left top repeat-x;
  position: relative;
}
/* line 618, ../sass/screen.scss */
footer ul#social_media {
  margin-top: 5px;
}
/* line 620, ../sass/screen.scss */
footer ul#social_media li {
  float: left;
}
/* line 623, ../sass/screen.scss */
footer ul#social_media a, footer ul#social_media a:visited {
  display: block;
  text-indent: -99999em;
  background: url("../images/site/social_icons.png") no-repeat 0 0;
  width: 25px;
  height: 24px;
  margin-right: 5px;
}
/* line 632, ../sass/screen.scss */
footer ul#social_media #twitter a, footer ul#social_media #twitter a:visited {
  background-position: -29px 0;
}
/* line 637, ../sass/screen.scss */
footer ul#social_media #watchdog a, footer ul#social_media #watchdog a:visited {
  background-position: -59px 0;
}
/* line 642, ../sass/screen.scss */
footer ul#social_media #foursquare a, footer ul#social_media #foursquare a:visited {
  background-position: -89px 0;
}
footer ul#social_media #tsa a, footer ul#social_media #tsa a:visited {
  background-position: -118px 0;
  width:73px;
}

/* line 647, ../sass/screen.scss */
footer #footer_links {
  width: 776px;
  font-size: .9em;
  color: #ccc;
  position: absolute;
  left: 225px;
  top: 25px;
  zoom: 1;
}
/* line 655, ../sass/screen.scss */
footer #footer_links li {
  float: left;
  border-right: 1px solid #73a5d8;
  padding: 0 5px;
  margin: 5px 0;
}
/* line 660, ../sass/screen.scss */
footer #footer_links li a, footer #footer_links li a:visited {
  color: #73a5d8;
}
/* line 663, ../sass/screen.scss */
footer #footer_links li a:hover {
  color: orange;
}
/* line 667, ../sass/screen.scss */
footer #footer_links p {
  clear: both;
  padding-left: 5px;
}

/*= MISC
==========================================*/
/* line 676, ../sass/screen.scss */
.border_none {
  border: none!important;
}

/* line 679, ../sass/screen.scss */
.prev, .next, .hide, #scoll_btn {
  display: none;
}

/* line 682, ../sass/screen.scss */
.typekit-badge {
  display: none!important;
}

/* line 685, ../sass/screen.scss */
.float_left {
  float: left;
}

/* line 688, ../sass/screen.scss */
.clear {
  clear: both;
}

/* line 691, ../sass/screen.scss */
#ui-datepicker-div {
  z-index: 100!important;
}
/* THREE COLUMN SECTION */
#content #bottom_content section .vertical-column{
	float:left;
	width:405px;
	height:580px;
	padding: 20px;
}
.grey-right-border {
	border-right:1px solid #dae2ea;
}

.grey-top-border {
	border-top: 1px solid #dae2ea;
	padding-top: 25px;
	margin-top: 25px;
}

#content #bottom_content section #masonryContainer{
	position:relative;
	background:#343434;
	margin:0 0 40px 0;
	padding:5px;
}

.tileElement {
	position:absolute;
	float:left;
	margin:6px;
}

.itemBg {
	background: #6fcee2;
}

.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }


/*= MEDIA QUERIES
==========================================*/
@media screen and (max-width: 800px) {
  /* line 697, ../sass/screen.scss */
  body {
    background: #374ca6;
  }

  /* line 700, ../sass/screen.scss */
  header {
    height: 52px;
  }
  /* line 702, ../sass/screen.scss */
  header #search {
    top: 41px;
  }
  /* line 705, ../sass/screen.scss */
  header #top_nav {
    float: none;
    margin-left: 309px;
    margin-top: 0;
  }

  /* line 711, ../sass/screen.scss */
  #home #content #bottom_content {
    min-height: 285px;
  }
  /* line 713, ../sass/screen.scss */
  #home #content #bottom_content #helpful_links {
    top: 766px;
    right: 27px;
  }
  /* line 716, ../sass/screen.scss */
  #home #content #bottom_content #helpful_links ul {
    width: 325px;
  }
  /* line 719, ../sass/screen.scss */
  #home #content #bottom_content #helpful_links ul li a, #home #content #bottom_content #helpful_links ul li a:visited {
    padding: 12px 10px;
    font-size: 1.2em;
  }
  /* line 724, ../sass/screen.scss */
  #home #content #bottom_content #helpful_links ul li.top_list_heading {
    padding: 10px;
    font-size: 1.2em;
  }

  /* line 731, ../sass/screen.scss */
  #container {
    margin: 0 auto;
    width: 766px;
  }

  /* line 735, ../sass/screen.scss */
  #content {
    float: none;
    position: relative;
  }
  /* line 738, ../sass/screen.scss */
  #content #top_content {
    padding: 15px 20px 10px;
  }
  /* line 741, ../sass/screen.scss */
  #content #arrival_departure_container {
    margin-top: 0;
    margin-right: 0;
    float: left;
    width: 100%;
  }
  /* line 746, ../sass/screen.scss */
  #content #arrival_departure_container table {
    width: 700px;
  }
  /* line 751, ../sass/screen.scss */
  #content #right_image_banner {
    float: none;
    position: absolute;
    width: 329px;
    display: none;
    right: 23px;
    top: 557px;
  }
  /* line 759, ../sass/screen.scss */
  #content #search_flight_containter {
    width: 700px;
  }
  /* line 761, ../sass/screen.scss */
  #content #search_flight_containter table {
    width: 100%!important;
  }
  /* line 765, ../sass/screen.scss */
  #content #bottom_content {
    position: static;
    padding: 10px 20px 20px;
    width: 683px;
  }
  /* line 769, ../sass/screen.scss */
  #content #bottom_content #farefinder {
    top: 310px;
    left: 20px;
    width: auto;
  }
  #content #bottom_content #ontime {
    top: 310px;
    left: 558px;
    width: auto;
  }
  /* line 778, ../sass/screen.scss */
  #content #bottom_content #parking, #content #bottom_content #module-meeting-arriving-passengers {
    top: 310px;
  }
  /* line 781, ../sass/screen.scss */
  #content #bottom_content #parking {
    left: 212px;
  }
  /* line 784, ../sass/screen.scss */
  #content #bottom_content #module-meeting-arriving-passengers {
    left: 384px;
  }
  #content #bottom_content .module img {
    width: 166px;
  }
  /* line 787, ../sass/screen.scss */
  #content #bottom_content #diversity {
    top: 585px;
    left: 212px;
  }

  #aircargo-corpaviation {
    position: absolute;
    left: 414px;
    top: 687px;
  }

  #aircargo-corpaviation #air-cargo {
    background: url('/images/modules_custom/air_cargo.png');
    width:158px;
    height:73px;
    float: left;
  }

  #aircargo-corpaviation #corp-aviation {
    background: url('/images/modules_custom/corporate_aviation.png');
    width:158px;
    height:73px;
    float: left;
  }

  #aircargo-corpaviation #vertsep {
    width:9px;
  }


  #in-airport-supplier-diversity
  {
    position: absolute;
    top: 486px;
    left: 132px;
    width: 500px;
  }
  #in-airport-supplier-diversity #in-airport-advertising {
    width: 166px;
    background-image: url('../images/modules_custom/driving-directions-mobile.gif');
    float: left;
  }
  #in-airport-supplier-diversity #supplier-diversity {
    width: 166px;
    background-image: url('../images/modules_custom/supplier-diversity-mobile.png');
    float: right;
  }

  /* line 790, ../sass/screen.scss */
  #content #bottom_content #diversity h2 {
    position: absolute;
    top: -29px;
  }
  /* line 794, ../sass/screen.scss */
  #content #bottom_content #diversity h2.details_hover {
    top: 144px;
  }

  /* line 801, ../sass/screen.scss */
  #tab_nav ul {
    left: 20px;
  }

  /* line 804, ../sass/screen.scss */
  #content #slides img {
    width: 100%;
  }

  /* line 808, ../sass/screen.scss */
  #side_nav ul li a, #side_nav ul li a:visited {
    width: 225px;
  }

  /* line 814, ../sass/screen.scss */
  #mcs_container .dragger_container {
    float: right;
  }

  /* line 817, ../sass/screen.scss */
  footer #footer_links {
    left: 208px;
    width: 558px;
  }

  /* line 821, ../sass/screen.scss */
  #mcs_container .dragger, #mcs_container .dragger_container {
    width: 20px;
  }

  /* line 824, ../sass/screen.scss */
  #scoll_btn {
    display: block;
  }
  /* line 826, ../sass/screen.scss */
  #scoll_btn .scrollUpBtn {
    top: -17px;
    right: -8px;
  }
  /* line 830, ../sass/screen.scss */
  #scoll_btn .scrollDownBtn {
    bottom: -20px;
    right: -8px;
  }

  /* line 835, ../sass/screen.scss */
  #content #rotator {
    margin-right: 0;
    float: right;
  }
  /* line 839, ../sass/screen.scss */
  #large_image_banner {
    display: none;
  }
}
/*= ANIMATION
=====================================*/
/* line 842, ../sass/screen.scss */
#side_nav ul li a, #home #right_image_banner, .module, #arrival_departure_container, #content #arrival_departure_container table, #helpful_links {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 847, ../sass/screen.scss */
div {
  /*	border:1px solid red;*/
}

/* Save the Stress Styles */
body.save-the-stress #bottom_content h1, body.park4pay3 #bottom_content h1, body #bottom_content h1.offer {
  font-family: "futura-pt",sans-serif;
  font-weight:bold;
  font-size:50px;
  color:#02458c;
  margin-bottom:0px;
  line-height:1em;
}
body.save-the-stress #bottom_content h2, body.park4pay3 #bottom_content h2, body #bottom_content h2.offer {
  font-family: "futura-pt",sans-serif;
  font-weight:normal;
  font-size:38px;
  padding-bottom:30px!important;
  text-transform:none;
  color:#000000;
}
body.park4pay3 #bottom_content h2, body #bottom_content h2.offer {
  font-size:24px;
}
body.save-the-stress #bottom_content h3, body.park4pay3 #bottom_content h3, body #bottom_content h3.offer {
  font-family: "Arial",sans-serif;
  color:#02458c;
  font-size:20px;
  text-transform:none;
  padding-top:20px;
  padding-bottom:3px;
}
body.save-the-stress #bottom_content a, body.park4pay3 #bottom_content a {
  border-bottom:0px;
}
body.save-the-stress #bottom_content #page_sub_nav, body.park4pay3 #bottom_content #page_sub_nav {
  border-bottom:0px;
}
body.park4pay3 #bottom_content #parking-form input[type=checkbox] {
  width:10px;
  float:left;
  margin-top:5px;
  margin-left: 100px;
}
body.park4pay3 #bottom_content #parking-form .question p {
  width:215px;
  display:inline-block;
  padding-top:2px;
  padding-left:7px;
}
.cognito label{
  width: inherit;
}
/* Interstitial Styles */
#page-takeover {
  display:none;
  position:absolute;
  z-index:1000;
  width: 100%;
  height: 100%;
  background-color: rgba(150,150,150,0.6);
}
#int-area {
  position:relative;
  margin: 15% auto;
  max-width:512px;
}
#close-img {
  position:absolute;
  top:10px;
  right:10px;
  cursor:pointer;
}
#img-main {
  width:100%;
  max-width: 512px;
  cursor: pointer;
}
/* End Interstitial styles */
/* Parking Styles */
.page-section {
  width: 22%;
  float:left;
  margin: 20px 10px;
  background-color:#00478b;
}
.page-section .section-content {
  border: 10px solid #00478b;
  padding: 0 5px;
  min-height:175px;
  background-color:#fff;
}
.page-section .special-offer {
  background-color: #ffa500;
}
.page-section .section-content h2 {
  font-size:28px;
  font-weight:bold;
  line-height:33px;
  padding-bottom: 5px!important;
}
.page-section .section-content p.parking-callout {
  color:#6cc5da;
  font-weight:bold;
}
.page-section a {
  display:block;
  color:#fff!important;
  background-color:#fba33a;
  padding: 13px 10px 15px 10px;
  width: 50%;
  margin: 0 auto 10px auto;
  text-align:center;
  font-size:14px;
}
/* End Parking Styles */
