/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   Modified by TSmith for personal preference and some of the
   HTML5 Boilerplate CSS: h5bp.com/css
*/
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,
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
body {
  line-height: 1.3;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
  margin: 1em 2em;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* Make default lists nice */
ul,
ol {
  margin: 0;
  padding: 0 1em;
  margin-bottom: 1em;
}
ul li,
ol li {
  margin-left: 1em;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}
ul li {
  list-style: disc outside;
}
ol li {
  list-style: decimal outside;
}
/* Rebuild What I Like */
.listreset,
.listreset li {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul,
nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  margin-bottom: 0.5em;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
a {
  color: #781d7e;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  font-family: Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.75em 0 0.25em 0;
  color: #b0006e;
}
h1:first-child {
  margin-top: 0;
}
h1 {
  font-size: 200%;
}
h2 {
  font-size: 175%;
}
h3 {
  font-size: 150%;
}
h4 {
  font-size: 125%;
}
h5 {
  font-size: 110%;
}
h6 {
  font-size: 100%;
}
#container {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  border: 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
}
html.lt-ie9 #container {
  border: 3px solid #999;
  border-top: 0;
  width: 1000px;
}
header {
  position: relative;
  border-bottom: 1px solid #f79e7b;
  overflow: hidden;
}
header h1 {
  display: block;
  float: left;
  width: 21.9%;
  margin: 0;
  text-align: center;
}
header h1 img {
  max-width: 100%;
}
header .header-image {
  width: 78%;
  float: right;
  position: absolute;
  bottom: 10px;
  /* Height of the [.divider-img] bar */
  right: 0;
}
header .header-image img {
  max-width: 100%;
}
.divider-img {
  display: block;
  clear: both;
  max-width: 100%;
  height: 10px;
}
html.lt-ie8 body.not-home header {
  overflow: hidden;
  width: 100%;
  height: 175px;
}
html.lt-ie8 body.not-home header h1 {
  height: 165px;
}
html.lt-ie8 body.not-home header .header-image {
  position: static;
  float: right;
  height: 165px;
}
html.lt-ie8 body.not-home header .divider-img {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 10px;
}
div#left-side {
  width: 22%;
  float: left;
}
div#side-videos {
  width: 200px;
  margin: 20px auto;
}
div#side-videos img {
  margin-bottom: 10px;
}
nav#main-menu {
  width: 100%;
  font-size: 0.9em;
  /* Until narrow media queries, hide the expand button. */
  /* Only the first ul.children has additional margins */
  /* Style all non-primary pages */
  /* Hide children navs unless 'activated' */
  /* Here's the text-indents for each level */
}
nav#main-menu a#navExpand {
  display: none;
}
nav#main-menu li a {
  display: block;
}
nav#main-menu ul#primary > li {
  margin-bottom: 1px;
}
nav#main-menu ul#primary > li:last-child {
  margin-bottom: 0;
}
nav#main-menu ul#primary > li.current_page_item > a {
  text-decoration: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
nav#main-menu ul#primary > li > a {
  /* Top-level nav buttons */
  padding: 1em;
  text-align: center;
  color: white;
  font-size: 16px;
  background: #451a6c url('http://www.tulsaairports.com/wp-content/themes/tulsaairport/css/../gfx/main-nav-bg.jpg') repeat-x bottom center;
  zoom: 1;
  /* For old IE, hasLayout for Opacity */
}
nav#main-menu ul#primary > li > a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
nav#main-menu ul#primary > li > ul.children {
  margin: 0 0.5em 0.5em 0.5em;
}
nav#main-menu ul.children a {
  padding: 0.5em;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
  border-top: 0;
  font-size: 90%;
  color: #5e5e5e;
}
nav#main-menu ul.children a:hover {
  text-decoration: none;
  background: #f0f0f0;
}
nav#main-menu ul.children li.current_page_item > a {
  text-decoration: none;
  background: #f0f0f0;
}
nav#main-menu ul.children {
  display: none;
}
nav#main-menu li.current_page_item > ul.children,
nav#main-menu li.current_page_ancestor > ul.children,
nav#main-menu li.current-page-ancestor > ul.children {
  display: block;
}
nav#main-menu ul.children a {
  padding-left: 1em;
}
nav#main-menu ul.children ul.children a {
  padding-left: 2em;
}
nav#main-menu ul.children ul.children ul.children a {
  padding-left: 3em;
}
nav#main-menu ul.children ul.children ul.children ul.children a {
  padding-left: 4em;
}
#main {
  width: 77.9%;
  float: right;
}
#content {
  width: 58.5%;
  padding: 1em 1% 1em 2%;
  float: left;
}
#content.wide {
  width: 96%;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  clear: both;
}
#content table {
  font-size: 0.9em;
  margin: 1em 0;
  text-align: left;
  width: 100%;
}
#content thead,
#content th {
  text-align: left;
  font-weight: bold;
}
#content thead {
  background: #59227a;
  color: white;
  font-stetch: condensed;
  font-family: "Helvetica Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 110%;
}
#content tr.even {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
#content th,
#content td {
  padding: 0.25em 0.4em;
}
#content th img.alignnone,
#content td img.alignnone {
  margin: 3px;
}
#content img {
  max-width: 100%;
  height: auto;
  /* In case WordPress auto-spec's a height */
}
#content .post-link {
  font-style: italic;
  font-size: 90%;
}
#sidebar {
  width: 35%;
  padding: 1em 2% 1em 1%;
  float: right;
}
#sidebar .block {
  width: 100%;
  margin: 0 0 1.5em 0;
  font-size: 92%;
  color: #666;
}
#sidebar .block h3 {
  font-size: 115%;
  color: black;
  padding-bottom: 0.5em;
  border-bottom: 1px solid black;
  margin-bottom: 0.5em;
}
#sidebar .block ul {
  padding: 0;
}
#sidebar .block li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#sidebar .block img {
  display: block;
  margin: 0.5em auto 1em auto;
  max-width: 100%;
}
footer {
  clear: both;
  font-size: 80%;
}
footer > div {
  clear: both;
  overflow: hidden;
}
#footerA #language {
  width: 22%;
  float: left;
}
#footerA #language #google_translate_element {
  display: block;
  padding: 0.5em;
  margin: 0.5em;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #5e5e5e;
}
#footerA #language .goog-te-gadget-simple {
  width: 100%;
}
#footerA #search {
  width: 50%;
  padding: 0.5em 2% 0.5em 1%;
  float: right;
  text-align: right;
}
#footerA #search form,
#footerA #search input {
  display: inline;
}
#footerA #search img {
  display: inline-block;
  vertical-align: bottom;
  height: 21px;
  width: 21px;
  margin-left: 0.5em;
}
#footerB {
  padding: 1em;
  background: url('http://www.tulsaairports.com/wp-content/themes/tulsaairport/css/../gfx/footerb_bg.jpg') repeat-y center center;
  color: #ccc;
}
#footerB #copy {
  float: left;
}
#footerB nav {
  float: right;
}
#footerB nav ul,
#footerB nav li {
  display: inline;
}
#footerB nav a {
  color: white;
}
#footerB nav li:before {
  content: " | ";
}
#footerB nav li:first-child:before {
  content: "";
}
#footerB nav ul.children {
  display: none;
}
/* For overrides only. Styles for stuff that only appears
   on the home page is below */
body.home #container {
  background: url('http://www.tulsaairports.com/wp-content/themes/tulsaairport/css/../gfx/home-blocks_bg.jpg') no-repeat bottom left;
}
body.home nav#main-menu {
  width: 22%;
  clear: left;
}
body.home nav#main-menu .divider-img {
  border-bottom: 1px solid #f79e7b;
}
html.lt-ie8 body.home #rotator-nav-wrapper {
  width: 1000px;
}
html.lt-ie8 body.home #main-menu {
  position: relative;
  z-index: 30;
  float: left;
  clear: left;
}
#home-blocks {
  /* A container for 3 by X blocks of various content. */
  width: 58%;
  float: left;
  overflow: hidden;
}
#home-blocks .block {
  width: 46.5%;
  margin: 1em 0 1em 3%;
  float: left;
  font-size: 85%;
  color: #666;
}
#home-blocks .block h3 {
  font-size: 115%;
  color: black;
  padding-bottom: 0.5em;
  border-bottom: 1px solid black;
  margin-bottom: 0.5em;
}
#home-blocks .block ul {
  padding: 0;
}
#home-blocks .block li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#home-blocks .block img {
  display: block;
  margin: 0.5em auto 1em auto;
  max-width: 100%;
}
#home-blocks .block.block-odd {
  clear: left;
}
#home-blocks .twitter-widget {
  /* from Simple Twitter Widget */
}
#home-blocks .twitter-widget li {
  padding-bottom: 0.75em;
  border-bottom: 1px solid #EEE;
  margin-bottom: 0.75em;
}
#home-blocks .twitter-widget .twitter-date {
  font-size: 80%;
}
/* Common for all FIDS displays. */
.fids-tabs {
  /* The default styles are shown unless UI Tabs executes properly and adds
	   its own class names. This way the feature can fail gracefully. */
}
.fids-tabs ul {
  display: none;
}
.fids-tabs ul.ui-tabs-nav {
  /* CSS overrides UI Tabs: UL nav */
  display: block;
  overflow: hidden;
}
.fids-tabs ul.ui-tabs-nav li {
  display: block;
  float: left;
}
.fids-tabs ul.ui-tabs-nav li a {
  display: block;
}
.fids-tabs ul.ui-tabs-nav li a:hover {
  text-decoration: none;
}
.fids-tabs .ui-tabs-panel {
  /* CSS overrides UI Tabs: panel div */
}
.fids-tabs .ui-tabs-panel.ui-tabs-hide {
  display: none !important;
}
.fids-tabs .ui-tabs-panel table {
  /* CSS overrides UI Tabs: traffic table */
}
.fids-tabs .ui-tabs-panel table caption {
  /* If UI tabs managed to load, dump the captions. */
  display: none;
}
.fids-tabs table.fids {
  width: 100%;
  text-align: left;
  margin: 0;
}
.fids-tabs table.fids th,
.fids-tabs table.fids thead {
  text-align: center;
}
.fids-tabs table.fids th,
.fids-tabs table.fids td {
  padding: .25em;
}
.fids-ago {
  color: #666;
  float: left;
  margin-top: 0.25em;
  font-style: italic;
}
p.more-flights {
  margin-top: 0.25em;
  text-align: right;
}
p.more-flights a {
  font-style: italic;
  font-size: 80%;
}
/* Specific to Certain FIDS Display Contexts */
#sidebar .tulsaairport_fids_widget .fids-tabs {
  position: relative;
  z-index: 5;
}
#sidebar .tulsaairport_fids_widget .fids-tabs li.ui-state-default a {
  position: relative;
  z-index: 10;
  font-weight: bold;
  color: #eee;
  border-right: 1.75em solid transparent;
  border-bottom: 1.75em solid #888;
  padding: 1em 0.75em 0em 1em;
  line-height: 1.75em;
  height: 0;
  margin-right: -1em;
}
#sidebar .tulsaairport_fids_widget .fids-tabs li.ui-state-default a:hover {
  color: #eee;
  border-bottom-color: #999;
}
#sidebar .tulsaairport_fids_widget .fids-tabs li.ui-state-active a {
  color: #666;
  border-bottom-color: #ddd;
  z-index: 20;
}
#sidebar .tulsaairport_fids_widget .fids-tabs .ui-tabs-panel {
  border-top: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
}
#sidebar .tulsaairport_fids_widget .fids-tabs table.fids {
  color: #666;
}
#sidebar .tulsaairport_fids_widget .fids-tabs table.fids caption {
  color: white;
  background: #999;
  font-stretch: condensed;
  font-weight: bold;
  font-size: 130%;
}
#sidebar .tulsaairport_fids_widget .fids-tabs table.fids thead,
#sidebar .tulsaairport_fids_widget .fids-tabs table.fids th {
  font-family: 'Helvetica Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-stretch: condensed;
  font-weight: bold;
  font-size: 110%;
  text-align: left;
}
#sidebar .tulsaairport_fids_widget .fids-tabs table.fids tbody tr.even {
  border-bottom: 1px solid #e6e6e6;
}
#sidebar .tulsaairport_fids_widget .fids-tabs table.fids tbody tr.odd {
  background: #f8f8f8;
  border-bottom: 1px solid #e6e6e6;
}
#sidebar .tulsaairport_fids_widget .fids-ago {
  font-size: 80%;
}
#home-traffic {
  width: 38%;
  margin: 1em 2% 1em 0;
  float: right;
  overflow: hidden;
  font-size: 75%;
  /* The default styles are shown unless UI Tabs executes properly and adds
	   its own class names. This way the feature can fail gracefully. */
}
#home-traffic li.ui-state-default {
  position: relative;
  z-index: 1;
}
#home-traffic li.ui-state-default a {
  padding: 0.25em 2.25em 0.2em 2em;
  margin-right: -1em;
  font-size: 130%;
  font-weight: bold;
  color: white;
  background: transparent url('http://www.tulsaairports.com/wp-content/themes/tulsaairport/css/../gfx/home-traffic_tbgX.png') no-repeat bottom right;
}
#home-traffic li.ui-state-active {
  position: relative;
  z-index: 2;
}
#home-traffic li.ui-state-active a {
  background-image: url('http://www.tulsaairports.com/wp-content/themes/tulsaairport/css/../gfx/home-traffic_tbgA.png');
}
#home-traffic .ui-tabs-panel {
  /* CSS overrides UI Tabs: panel div */
  padding: 0.5em;
  background: #cb091c;
}
#home-traffic table.fids {
  color: white;
  background: #cb0d1f;
}
#home-traffic table.fids caption {
  color: white;
  background: #cb0d1f;
  font-stretch: condensed;
  font-weight: bold;
  font-size: 120%;
}
#home-traffic table.fids thead,
#home-traffic table.fids th {
  font-family: 'Helvetica Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-stretch: condensed;
  font-weight: bold;
  font-size: 110%;
  text-align: left;
}
#home-traffic table.fids tr.odd {
  background: #e51937;
  border: 1px solid #f28892;
}
#home-traffic table.fids tbody tr.pre {
  border-bottom-width: 0;
}
#home-traffic table.fids tbody tr.alt {
  border-bottom-width: 2px;
  border-top-width: 0;
}
#home-traffic p.more-flights a {
  color: #e51937;
}
#content.fids-container {
  width: 96%;
}
#content.fids-container .fidsfilters {
  font-size: 90%;
  color: white;
  background: #cb091c;
  border-bottom: 1px solid #b30819;
  padding: 0.5em 0.25em;
}
#content.fids-container .fidsfilters select,
#content.fids-container .fidsfilters input {
  width: 30.5%;
  padding: 2px;
  border-width: 1px;
  margin: 0.3em 1%;
}
#content.fids-container .fids-tabs li.ui-state-default {
  position: relative;
  z-index: 1;
}
#content.fids-container .fids-tabs li.ui-state-default a {
  padding: 0.25em 2.25em 0.2em 1.5em;
  margin-right: -0.5em;
  font-size: 120%;
  color: white;
  background: transparent url('http://www.tulsaairports.com/wp-content/themes/tulsaairport/css/../gfx/home-traffic_tbgX.png') no-repeat bottom right;
}
#content.fids-container .fids-tabs li.ui-state-active {
  position: relative;
  z-index: 2;
}
#content.fids-container .fids-tabs li.ui-state-active a {
  background-image: url('http://www.tulsaairports.com/wp-content/themes/tulsaairport/css/../gfx/home-traffic_tbgA.png');
}
#content.fids-container .fids-tabs table.bigfids {
  margin-top: 0;
  font-size: 90%;
  border-collapse: separate;
}
#content.fids-container .fids-tabs table.bigfids.filtered tr {
  background: #e8e8e8 !important;
}
#content.fids-container .fids-tabs table.bigfids thead {
  background: #cb091c;
}
#content.fids-container .fids-tabs table.bigfids caption {
  color: white;
  background: #999;
  font-stretch: condensed;
  font-weight: bold;
  font-size: 130%;
}
#content.fids-container .fids-tabs table.bigfids th,
#content.fids-container .fids-tabs table.bigfids td {
  vertical-align: top;
  padding: 5px;
  border-left: 1px solid #f6f6f6;
}
#content.fids-container .fids-tabs table.bigfids th:first-child,
#content.fids-container .fids-tabs table.bigfids td:first-child {
  border-left: 0;
}
#content.fids-container .fids-tabs table.bigfids th {
  color: #59227a;
  font-size: 75%;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 0;
}
#content.fids-container .fids-tabs table.bigfids td {
  font-weight: bold;
  font-size: 105%;
  color: #333;
}
#content.fids-container .fids-tabs table.bigfids tr.odd {
  background: #f0f0f0;
}
#content.fids-container .fids-tabs table.bigfids tr.even {
  background: #e4e4e4;
}
#content.fids-container .fids-tabs table.bigfids tr.f1h th {
  border-top: 1px solid #ffffff;
}
#content.fids-container .fids-tabs table.bigfids tr.f1t td {
  border-bottom: 1px solid #f6f6f6;
}
#content.fids-container .fids-tabs table.bigfids tr.f2t td {
  border-bottom: 2px solid #ccc;
}
#content.fids-container .fids-tabs table.bigfids.unified {
  /* On wide screens, the 4-row table gets converted back into 2-rows
			   in javascript. It needs to slightly different styling */
}
#content.fids-container .fids-tabs table.bigfids.unified th,
#content.fids-container .fids-tabs table.bigfids.unified td {
  border-left: 0;
  border-right: 0;
}
#content.fids-container .fids-tabs table.bigfids.unified th {
  font-size: 60%;
  color: rgba(89, 34, 122, 0.8);
}
#content.fids-container .fids-tabs table.bigfids.unified td {
  font-size: 95%;
}
#content.fids-container .fids-tabs table.bigfids.unified tr.f1h th {
  border-top: 1px solid #ffffff;
}
#content.fids-container .fids-tabs table.bigfids.unified tr.f1t td {
  border-bottom: 1px solid #aaa;
}
#content.fids-container .fids-tabs table.bigfids .flight-delayed {
  font-style: italic;
  color: #cc0000;
}
#content.fids-container .fids-tabs table.bigfids .flight-arrived,
#content.fids-container .fids-tabs table.bigfids .flight-departed {
  font-style: italic;
  color: #009900;
}
#content.fids-container .fids-tabs table.bigfids .flight-boarding {
  font-style: italic;
  color: #999900;
}
#content.fids-container.filtered .fids-tabs table.fids tbody tr {
  background: white !important;
  /* When filtered, suppress zebra stripes */
}
#content.fids-container .fids-ago {
  float: none;
}
body.home header {
  position: relative;
}
#rotator-window {
  width: 78%;
  float: right;
  background: white;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.rotator-slide {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
.rotator-slide,
.rotator-slide img {
  max-width: 100%;
}
.rotator-slide a:hover {
  text-decoration: none;
}
.rotator-slide .text {
  position: absolute;
  bottom: 0.75em;
  right: 0.75em;
  width: 60%;
  text-align: right;
  font-size: 275%;
  line-height: 1.1;
  color: white;
  text-shadow: 2px 3px 2px #000000;
  filter: shadow(color=#000000, strength=5, direction=155);
}
.rotator-slide .text .rsverb {
  font-size: 125%;
}
.rotator-slide .text .rsverb,
.rotator-slide .text .rssent {
  font-family: 'Helvetica Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-stretch: condensed;
  font-weight: bold;
}
.rotator-slide .text .rstag {
  font-family: 'Times New Roman', 'Times', serif;
  font-style: italic;
}
#rotator-markers {
  position: absolute;
  bottom: 1em;
  left: 1em;
  z-index: 5;
}
.rotator-marker {
  display: inline;
}
.rotator-marker a {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: 0.5em;
  background: white;
  filter: alpha(opacity=60);
  opacity: 0.6;
  zoom: 1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px 0px #000000;
  box-shadow: 1px 1px 3px 0px #000000;
}
.rotator-marker a:focus,
.rotator-marker a:active,
.rotator-marker a:hover {
  text-decoration: none;
  border: 0;
}
.rotator-marker.active a,
.rotator-marker a:hover {
  filter: alpha(opacity=100);
  opacity: 1.0;
}
#maps-container {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 1em;
  border-bottom: 1px solid #EEE;
  margin-bottom: 1em;
}
#maps-container #baselayer {
  position: relative;
  z-index: 2;
}
#maps-container ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
#maps-container li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#maps-container li img {
  max-width: 100%;
  height: auto;
  width: auto;
}
#maps-layers ul.layers,
#maps-layers ul.layers li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#maps-layers ul.layers li {
  display: block;
  width: 50%;
  float: left;
}
#maps-layers ul.layers a {
  font-size: 90%;
  display: block;
  text-align: center;
  padding: 0.5em;
  color: white;
  background: #46166b;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
#maps-layers ul.layers a:hover,
#maps-layers ul.layers a:active {
  background: #781d7e;
  text-decoration: none;
}
#maps-layers ul.layers a.active {
  background: #f4720e;
}
#maps-content .layer-container {
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #DDD;
  margin-bottom: 0.5em;
}
#maps-content .layer-close {
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('http://www.tulsaairports.com/wp-content/themes/tulsaairport/css/../gfx/map_container_close_bg.gif') no-repeat top right;
  filter: alpha(opacity=60);
  opacity: 0.6;
  text-indent: -1000px;
  overflow: hidden;
}
#maps-content .layer-close:hover {
  filter: alpha(opacity=100);
  opacity: 1.0;
}
#maps-page-content {
  overflow: hidden;
}
/* =============================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1100px) and (min-width: 961px) {
  #container {
    width: 950px;
  }
  #home-blocks {
    width: 48%;
  }
  #home-traffic {
    width: 48%;
  }
}
@media only screen and (max-width: 960px) {
  #content,
  #sidebar {
    float: none;
    width: 93%;
    padding: 1em 3%;
  }
  body.home header .rotator-slide .text {
    width: 70%;
    font-size: 200%;
  }
  #sidebar .block.tulsaairport_basic_widget {
    width: 48%;
    margin: 0 1% 1em 1%;
    float: left;
  }
  #home-blocks,
  #home-traffic {
    float: none;
    width: auto;
    padding: 1em 2%;
  }
  #maps-layers ul.layers li {
    width: 25%;
  }
  #maps-layers ul.layers li a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 760px) {
  #container {
    width: 100%;
  }
  header h1 {
    width: 27.9%;
  }
  header .header-image {
    width: 72%;
  }
  body.home header h1 {
    width: 50%;
    margin: 0 auto;
    float: none;
  }
  body.home header #rotator-window {
    width: 72%;
  }
  body.home header #rotator-nav-wrapper {
    overflow: hidden;
    position: relative;
  }
  body.home header nav#main-menu {
    width: 27.9%;
  }
  body.home header nav#main-menu .divider-img {
    display: none;
  }
  body.home header .rotator-slide .text {
    width: 70%;
    font-size: 180%;
  }
  body.not-home nav#main-menu {
    /* Because of the complex styling, we're battling specificity
		   and inheritance here. Look to main.less ~line 50 for original. */
    /* nav#main-menu is going to be potitioned over the header area */
    position: absolute;
    top: 2em;
    right: 2%;
    width: 50%;
    float: none;
    z-index: 100;
    /* nav#main-menu needs to be a visual container for the expand
		   link and the menu. */
    border: 3px solid #999;
    background: #CCC;
    height: 2.5em;
    overflow: hidden;
    /* By default, all nav links are hidden. */
    /* Show the current page, or if there isn't one, the default.
		   That is assigned in javascript. */
    /* Show all links if the nav is open. */
    /* By default, hide all ul.children to keep the menu shorter. */
    /* Expand children menus that are immediate decendants of 
		   the current page, but only if the nav is 'open' */
    /* No additional margins for this menu; it needs to look solid. */
    /* Style child links, more friendly for touch */
  }
  body.not-home nav#main-menu.open {
    overflow: visible;
  }
  body.not-home nav#main-menu a#navExpand {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    width: 20%;
    height: 100%;
    text-indent: -1000px;
    background: url('http://www.tulsaairports.com/wp-content/themes/tulsaairport/css/../gfx/nav_expand_bg_down.gif') no-repeat center center;
    border-right: 1px solid #999;
  }
  body.not-home nav#main-menu.open a#navExpand {
    background-image: url('http://www.tulsaairports.com/wp-content/themes/tulsaairport/css/../gfx/nav_expand_bg_up.gif');
  }
  body.not-home nav#main-menu ul#primary {
    position: absolute;
    top: -2px;
    right: -1px;
    width: 80%;
    border: 1px solid #999;
    background: white;
  }
  body.not-home nav#main-menu ul#primary > li > a {
    padding: 0.75em;
  }
  body.not-home nav#main-menu li a {
    display: none;
  }
  body.not-home nav#main-menu ul#primary > li.current-page-ancestor a,
  body.not-home nav#main-menu ul#primary > li.current_page_ancestor a,
  body.not-home nav#main-menu ul#primary > li.current_page_item a,
  body.not-home nav#main-menu ul#primary > li.default a {
    display: block;
  }
  body.not-home nav#main-menu.open li > a {
    display: block;
  }
  body.not-home nav#main-menu ul.children {
    display: none;
  }
  body.not-home nav#main-menu.open li.current-page-ancestor > ul.children,
  body.not-home nav#main-menu.open li.current_page_ancestor > ul.children,
  body.not-home nav#main-menu.open li.current_page_item > ul.children,
  body.not-home nav#main-menu.open li.default > ul.children {
    display: block;
  }
  body.not-home nav#main-menu ul#primary > li > ul.children {
    margin: 0;
  }
  body.not-home nav#main-menu ul.children a {
    padding: 0.75em 0.5em;
  }
  body.not-home nav#main-menu ul.children ul.children a {
    padding-left: 1.5em;
  }
  body.not-home nav#main-menu ul.children ul.children ul.children a {
    padding-left: 2.5em;
  }
  body.not-home nav#main-menu {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
    border-width: 1px;
  }
  #main {
    width: 100%;
    float: none;
  }
  #home-blocks .block {
    margin: 1em 1.5% 1em 1.5%;
    width: 47%;
  }
  #sidebar .block.tulsaairport_basic_widget {
    width: auto;
    float: none;
  }
  #footerA #language {
    width: 40%;
    border: 0;
  }
  #footerA #language #google_translate_element {
    border: 0;
    text-align: left;
  }
  #footerA #language .goog-te-gadget-simple {
    width: auto;
  }
  #footerA #search {
    width: 55%;
  }
  #footerB #copy,
  #footerB nav {
    float: none;
    width: 93%;
    margin: 0.25em auto 0.5em auto;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  /* Nav centered below logo, header images in place but remove */
  header {
    border-bottom: 0;
  }
  header h1 {
    width: 50%;
    margin: 0 auto;
    float: none;
  }
  header .header-image {
    width: 100%;
    position: static;
    bottom: auto;
    right: auto;
  }
  header .divider-img {
    /* Limited to [header] because thi shouldn't remove others */
  }
  body.home header #rotator-window {
    width: 100%;
    float: none;
    position: relative;
    height: 240px;
  }
  body.home header #rotator-nav-wrapper {
    overflow: visible;
    position: static;
  }
  body.home header nav#main-menu {
    width: 100%;
    float: none;
    font-size: 0.8em;
  }
  body.home header nav#main-menu ul#primary {
    text-align: center;
    padding-top: 1px;
    overflow: hidden;
    padding-right: 1px;
  }
  body.home header nav#main-menu ul#primary > li {
    width: 50%;
    float: left;
    margin: 0;
  }
  body.home header nav#main-menu ul#primary > li a {
    padding: 1em 1.5%;
    margin: 0 0 1px 1px;
  }
  body.not-home #left-side {
    width: 100%;
  }
  body.not-home nav#main-menu {
    /* Because of the complex styling, we're battling specificity
		   and inheritance here. Look to main.less ~line 50 for original. */
    /* nav#main-menu is going to be potitioned over the header area */
    position: relative;
    top: -1.75em;
    right: auto;
    width: 100%;
    margin: 0 auto 1em;
  }
  nav#main-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
  }
  #home-traffic ul.ui-tabs-nav li a {
    display: block;
    padding: 0.5em 1.75em 0.3em 1.75em;
    margin-right: -1.25em;
    font-size: 120%;
    color: white;
    background: transparent url('http://www.tulsaairports.com/wp-content/themes/tulsaairport/css/../gfx/home-traffic_tbgX.png') no-repeat bottom right;
  }
  #home-traffic ul.ui-tabs-nav li a a:hover {
    text-decoration: none;
  }
  #home-traffic ul.ui-tabs-nav li.ui-state-active {
    position: relative;
    z-index: 2;
  }
  #home-traffic ul.ui-tabs-nav li.ui-state-active a {
    background-image: url('http://www.tulsaairports.com/wp-content/themes/tulsaairport/css/../gfx/home-traffic_tbgA.png');
  }
  #content,
  #sidebar,
  #footerA #language,
  #footerA #search {
    float: none;
    width: 96%;
    padding: 1em 2%;
  }
  #footerA #language,
  #footerA #language #google_translate_element,
  #footerA #search {
    text-align: center;
  }
  #content table {
    font-size: 0.8em;
  }
  #content.fids-container .fidsfilters input,
  #content.fids-container .fidsfilters select {
    width: 96%;
    margin: 0.3em 2%;
  }
  #home-blocks .block {
    width: 97%;
  }
  #maps-layers ul.layers li {
    width: 50%;
  }
  #maps-layers ul.layers li a {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
}
@media only screen and (max-width: 320px) {
  body.home header #rotator-window {
    height: 180px;
  }
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
