/********************************************HTML5 BOILERPLATE MINIFIED***************************/
@font-face {
    font-family: 'Sofia';
    src: url(fonts/SofiaProLight-webfont.eot);
    src: url(fonts/SofiaProLight-webfont.eot?#iefix) format('embedded-opentype'),
         url(fonts/SofiaProLight-webfont.woff) format('woff'),
         url(fonts/SofiaProLight-webfont.ttf) format('truetype'),
         url(fonts/SofiaProLight-webfont.svg#sofia_pro_lightregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas';
    src: url(fonts/BebasNeue-webfont.eot);
    src: url(fonts/BebasNeue-webfont.eot?#iefix) format('embedded-opentype'),
         url(fonts/BebasNeue-webfont.woff) format('woff'),
         url(fonts/BebasNeue-webfont.ttf) format('truetype'),
         url(fonts/BebasNeue-webfont.svg#bebas_neueregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url(http://fonts.googleapis.com/css?family=Candal);

.containCustom {
  background: #fff;
}
.inner .containCustom {   /*-----  box shadow on inner page content areas  -----*/
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}


* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article {
  display: block;
}
aside {
  display: block;
}
details {
  display: block;
}
figcaption {
  display: block;
}
figure {
  display: block;
  margin: 0;
}
footer {
  display: block;
}
header {
  display: block;
}
hgroup {
  display: block;
}
nav {
  display: block;
}
section {
  display: block;
}
audio {
  display: inline;
  zoom: 1;
}
canvas {
  display: inline;
  zoom: 1;
}
video {
  display: inline;
  zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  color: #222222;
}
button {
  font-family: sans-serif;
  color: #222;
  font-size: 100%;
  vertical-align: middle;
  line-height: normal;
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
  margin: 0;
}
input {
  font-family: sans-serif;
  color: #222;
  font-size: 100%;
  vertical-align: middle;
  line-height: normal;
  margin: 0;
}
select {
  font-family: sans-serif;
  color: #222;
  font-size: 100%;
  vertical-align: middle;
  margin: 0;
}
textarea {
  font-family: sans-serif;
  color: #222;
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  margin: 0;
}
body {
  font-size: 1em;
  line-height: 1.4;
  margin: 0;

}
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
a {
  color: #0000ee;
}
a:hover {
  color: #06e;
  outline: 0;
  text-decoration: none;
}
a:active {
  outline: 0;
}
a:visited {
  color: #fff;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b {
  font-weight: 700;
}
strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
pre {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
kbd {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
q {
  quotes: none;
}
q:before {
  content: none;
}
q:after {
  content: none;
}
small {
  font-size: 85%;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
ul {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

ol li, ul li {
    
    color: #363636;
font-size: 14px;
line-height: 20px;
}

dd {
  margin: 0 0 0 40px;
}
a, span:hover, :hover span, .accordion dd>a, :before, :after {
    transition: all .25s ease-in-out 0;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-animation: .25s;
    animation: .25s;
}
nav ul {
    list-style: none outside none;
    margin: 0 auto;
    max-width: 1210px;
    padding: 0;
}
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  margin-left: -7px;
  white-space: normal;
  padding: 0;
}
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}
input[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}
button[disabled] {
  cursor: default;
}
input[disabled] {
  cursor: default;
}
input[type="checkbox"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  padding: 0;
}
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input:invalid {
  background-color: #f0dddd;
}
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  background: #ccc;
  color: #000;
  margin: .2em 0;
  padding: 0.2em 0;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 14px;
  height: 14px;
  background: url(../components/colorbox/example5/controls.png) no-repeat 0 0;
}
#cboxTopCenter {
  height: 14px;
  background: url(../components/colorbox/example5/border.png) repeat-x top left;
}
#cboxTopRight {
  width: 14px;
  height: 14px;
  background: url(../components/colorbox/example5/controls.png) no-repeat -36px 0;
}
#cboxBottomLeft {
  width: 14px;
  height: 43px;
  background: url(../components/colorbox/example5/controls.png) no-repeat 0 -32px;
}
#cboxBottomCenter {
  height: 43px;
  background: url(../components/colorbox/example5/border.png) repeat-x bottom left;
}
#cboxBottomRight {
  width: 14px;
  height: 43px;
  background: url(../components/colorbox/example5/controls.png) no-repeat -36px -32px;
}
#cboxMiddleLeft {
  width: 14px;
  background: url(../components/colorbox/example5/controls.png) repeat-y -175px 0;
}
#cboxMiddleRight {
  width: 14px;
  background: url(../components/colorbox/example5/controls.png) repeat-y -211px 0;
}
#cboxContent {
  background: #fff;
  overflow: visible;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 5px;
}
#cboxLoadingOverlay {
  background: url(../components/colorbox/example5/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../components/colorbox/example5/loading.gif) no-repeat center center;
}
#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}
#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  background: url(../components/colorbox/example5/controls.png) no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}
#cboxPrevious:hover {
  background-position: -51px 0px;
}
#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}
#cboxNext:hover {
  background-position: -75px 0px;
}
#cboxClose {
  right: 0;
  background-position: -100px -25px;
}
#cboxClose:hover {
  background-position: -100px 0px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}
/********************************************BODY STYLES******************************************/
body {
  background: url(Images/backgrounds/general-info-bkg.jpg) no-repeat center top #f7f7f7;
  background-size: 100% auto;
  color: #000;
  font: 12px/20px 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
}

body h1 {
  color: #000;
  font: 26px 'Bebas', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  margin: 0;
}

body h2 {
color: #191919;
font: 20px 'Trebuchet MS', Arial, sans-serif;
text-transform: none;
letter-spacing: 0;

  /*margin: 0;*/
}

body h3 {
color: #9A9A9A;
font: 18px 'Trebuchet MS', Arial, sans-serif;
text-transform: none;
letter-spacing: 0;
}

body h4 {
color: #191919;
font: 18x 'Trebuchet MS', Arial, sans-serif;
text-transform: none;
letter-spacing: 0;
font-weight: bold;
}


body h5 {
color: #9A9A9A;
font: 16px 'Trebuchet MS', Arial, sans-serif;
font-weight: bold;
text-transform: none;
letter-spacing: 0;
}


body h6 {
color: #191919;
font: 16px 'Trebuchet MS', Arial, sans-serif;
text-transform: none;
font-weight: bold;

letter-spacing: 0;
}



/*  Only for Style Guide  */
h2.element {
    background: #FA711A;
    color: #FFFFFF;
    font-family: 'Trebuchet MS',sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 1.5em 0 0.25em;
    padding: 0.25em 0.5em;
    text-transform: none;
}


a, a:visited {
  color: #e36002;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

aside a, aside a:visited, footer a, footer a:visited {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}
a[target='_blank'] {
  color: #e36002;
}
a:hover {
  color: #363636;
}
.container {
  clear: both;
  margin: 0 auto;
  position: relative;
  max-width: 1201px;
}
/********************************************HEADER STYLES***************************************/
header,
nav,
section,
footer {
  float: left;
  width: 100%;
}
header {
  border-top: 4px solid #fa711a;
  height: 85px;
  margin-bottom: 25px;
}
header .logo {
  float: left;
  margin-top: 12px;
}
/*Top Info*/
header .top-info {
  color: #fff;
  float: right;
  font: 20px 'Sofia', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  position: relative;
  /*width: 190px;*/ width: auto; 
  margin-right: 1.5em; 
}
header .weather {
  float: left;
  margin: 6px 18px 0 0;
}
header .weather img {
  /*vertical-align: -3px;*/
}
header .top-info a {
  background-color: #fa711a !important;
  float: left;
  height: 31px;
  margin-left: 2px;
  text-indent: -999999px;
  width: 35px;
}

header .top-info .nav-drop {
  background: url(Images/icon-nav-drop.png) no-repeat left top;
  outline: none;
  position: absolute;
}
header .top-info .nav-drop:hover {
  background-position: left bottom;
}
header .top-info .nav-drop.active {
  background: url(Images/icon-nav-drop-active.png) no-repeat left top;
}
header .top-info .nav-drop.active:hover {
  background-position: left bottom;
}
/********************************************NAV STYLES*****************************************/
nav { background: #FA711A; margin-top:-82px; 
  -webkit-transition: 0.3s margin-top;
  transition: 0.3s margin-top;
}
nav.active { margin-bottom: -4px;  min-height: 44px; padding-top: 7px; margin-top:0; }

#home nav,
#education nav,
#art nav {
  display: none;
}
nav .container {
  min-height: 37px;
  position: static;
}



#megaMenu {
    margin: 0 auto;
    max-width: 1210px;
}

.main > li {
  display: inline-block;
  margin-left: 28px;
}
.main > li:first-child {
  margin-left: 0;
}
.main > li > a {
  color: #fff;
  display: block;
  font: 18px 'Bebas', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  padding: 6px 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
}
.main > li > a:hover,
.main > li:hover > a {
  background: #fff;
  border-radius: 4px 4px 0 0;
  color: #fa711a;
}
/*Nav Dropdowns*/
.drop {
  background: #fff;
  /*bottom: -82px;*/
  display: none;
  /*height: 82px;*/
  min-height: 82px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
  margin-top: -4px;
}
.main li:hover .drop {
  display: block;
}
.drop ul li {
    background: url(Images/nav-drop-divider.jpg) no-repeat right center;
    
    display: inline-block;
    height: 55px;
    margin: 0.5em;
    vertical-align: middle;
}
.drop ul li.drop-icon {  height:82px; line-height: 80px; margin: auto 1em; }

/*.drop ul {
  background: url(Images/icon-plane.jpg) no-repeat 12px center;
  height: 82px;
  margin: 0 auto;
  max-width: 1201px;
  padding: 12px 0 0 88px;
}
.drop.shopping ul {
  background-image: url(Images/icons/icon-shopping.gif);
}
.drop.parking ul {
  background-image: url(Images/icons/icon-parking.gif);
}
.drop.travel ul {
  background-image: url(Images/icons/icon-travel.gif);
}
.drop.maps ul {
  background-image: url(Images/icons/icon-maps.gif);
}
.drop.art ul {
  background-image: url(Images/icons/icon-art.gif);
}
.drop.education ul {
  background-image: url(Images/icons/icon-education.gif);
}
.drop.services ul {
  background-image: url(Images/icons/icon-services.gif);
}*/
/*.drop li li {
  background: url(Images/nav-drop-divider.jpg) no-repeat right center;
  float: left;
}
.drop li li:last-child {
  background: none;
}
*/
.drop li a {
    color: #666666;
    display: inline-block;
    float: left;
    font: 12px 'Trebuchet MS',Arial,Helvetica,sans-serif;
    padding: 20px 30px;
    width: auto;
}.drop li a:hover {
  background: #f7530f;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7530f), color-stop(100%, #fb8d33));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7530f 0%, #fb8d33 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7530f 0%, #fb8d33 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7530f', endColorstr='#fb8d33', GradientType=0);
  /* IE6-9 */
  color: #fff;
  text-decoration: none;
}
.drop.shopping li a:hover {
  background: #ff9209;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9209), color-stop(100%, #ffcc39));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff9209 0%, #ffcc39 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff9209 0%, #ffcc39 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9209', endColorstr='#ffcc39', GradientType=0);
  /* IE6-9 */
  color: #fff;
}
.drop.parking li a:hover {
  background: #309f9c;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #076f69), color-stop(100%, #309f9c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #076f69 0%, #309f9c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #076f69 0%, #309f9c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#076f69', endColorstr='#309f9c', GradientType=0);
  /* IE6-9 */
  color: #fff;
}
.drop.travel li a:hover {
  background: #9f4684;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #81245e), color-stop(100%, #9f4684));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #81245e 0%, #9f4684 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #81245e 0%, #9f4684 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81245e', endColorstr='#9f4684', GradientType=0);
  /* IE6-9 */
  color: #fff;
}
.drop.maps li a:hover,
.drop.art li a:hover,
.drop.education li a:hover,
.drop.services li a:hover {
  background: #ad9f91;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ad9f91), color-stop(100%, #c6bcb2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ad9f91 0%, #c6bcb2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ad9f91 0%, #c6bcb2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad9f91', endColorstr='#c6bcb2', GradientType=0);
  /* IE6-9 */
  color: #fff;
}
/********************************************FOOTER STYLES*************************************/
footer {
  background: #fb8200;
  /* border-bottom: 52px solid #f96600; */
  color: #fff;
  margin-top: 36px;
  padding: 30px 0 0;
}

footer .footer-bottom p { background: #f96600; margin-top: 30px; padding: 20px 0 32px; text-align: center; width: 100%; }
footer .footer-slim-bottom p { background: #ad9f91; margin-top: 30px; padding: 20px 0 32px; text-align: center; width: 100%; }

.L0_Airport_Art  footer {
  background: #ad9f91;
  border: none;
}

footer ul {
  float: left;
  margin: 0;
  padding: 0;
}
footer li {
  display: inline;
  list-style: none;
}
footer a:hover {
  color: #933c00;
  text-decoration: none;
}
footer .footer-main li {
  font-family: 'Bebas', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  border-right: 1px solid #fff;
  font-size: 18px;
  margin-right: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
footer .footer-main li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
footer a {
  color: #fff;
}
footer .social {
  clear: left;
  float: left;
  margin-top: 28px;
}
footer .social a {
  background: url(images/icons-social.png) no-repeat 0 0;
  float: left;
  height: 32px;
  margin-right: 14px;
  text-indent: -999999px;
  width: 32px;
}
footer .social .twitter {
  background-position: -47px 0;
}
footer .social .youtube {
  background-position: -96px 0;
}
footer .social .flickr {
  background-position: -142px 0;
}
footer .social .pinterest {
  background-position: -187px 0;
}
footer .social .instagram {
  background-position: -233px 0;
}
footer .social a:hover {
  opacity: .5;
}
footer .footer-sub {
  float: left;
  /*margin: 34px 0 0 12px;*/
  margin: 32px 0 0 10px;
}
footer .footer-sub li {
    border-right: 1px solid #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 12px;
    margin-right: 8px;
    padding-right: 8px;
}
footer .footer-sub li:last-child {
  border: none;
}
footer p {
  float: right;
  margin: 16px 0 0;
}

footer #dnn_dnnCopyright_lblCopyright {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

/********************************************HOME CONTENT STYLES*******************************/
/*Hero*/
body #hero {
  padding: 40px 0 125px;
  max-width: 590px;
  margin: 0 auto;
}
body.L0_Home #dnn_HeroPane #hero h2 {
  color: #baddf1;
  font-size: 63px!important;
  line-height: 50px!important;
  font: 26px 'Bebas', 'Trebuchet MS', Arial, Helveticak, Sans-serif;
  text-transform: uppercase;
}
body #hero h2 span {
  color: #fff;
  letter-spacing: 2px;
}
body #hero a {
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-top: 14px;
  padding: 4px 16px 2px;
  text-transform: uppercase;
  text-decoration: none;
}
#hero a:hover {
  border-color: #baddf1;
  color: #baddf1;
}
/*Secondary Main Nav*/
#secondary-nav {
  background: #eceae1;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
 /* margin-bottom: 44px;*/
 margin-bottom: 30px;
  position: relative;
}
#secondary-nav ul {
  margin: 0;
  padding: 0;
}
#secondary-nav .dropdown {
  float: left;
  width: 25%;
  /*300*/
}
#secondary-nav li {
  list-style: none;
}
#secondary-nav .dropdown > li > a {
  background-size: cover !important;
  display: block;
  color: #fff;
  font: 22px 'Bebas';
  height: 86px;
  padding-top: 31px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
#secondary-nav .flight-info > li > a {
  background: url(Images/flight-info-bkg.jpg) no-repeat center top;
  padding-left: 46.66%;
}
#secondary-nav .shopping-eating > li > a {
  background: url(Images/shopping-eating-bkg.jpg) no-repeat center top;
  padding-left: 40.66%;
}
#secondary-nav .parking-transportation > li > a {
  background: url(Images/parking-transportation-bkg.jpg) no-repeat center top;
  padding-left: 28%;
}
#secondary-nav .travel-info > li > a {
  background: url(Images/travel-info-bkg.jpg) no-repeat center top;
  padding-left: 43.33%;
}
/*Secondary Dropdown*/
#secondary-nav .dropdown ul {
  display: none;
  background: #fa751d;
}
#secondary-nav .dropdown li li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
}
#secondary-nav .dropdown li li:last-child {
  border: none;
}
#secondary-nav .dropdown li li a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 10px 26px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
#secondary-nav .dropdown li li a:hover {
  background: #f9540b;
}
#secondary-nav .dropdown:hover {
  /*bottom: 60px;*/
  bottom: 41%;
  left: 0;
  position: absolute;
}
#secondary-nav .shopping-eating:hover {
  left: 25%;
}
#secondary-nav .shopping-eating ul {
  background: #ffa009;
}
#secondary-nav .shopping-eating li li a:hover {
  background: #ff7c05;
}
#secondary-nav .parking-transportation:hover {
  left: 50%;
}
#secondary-nav .parking-transportation ul {
  background: #309f9c;
}
#secondary-nav .parking-transportation li li a:hover {
  background: #076f69;
}
#secondary-nav .travel-info:hover {
  left: 75%;
}
#secondary-nav .travel-info ul {
  background: #9f4684;
}
#secondary-nav .travel-info li li a:hover {
  background: #81245e;
}
#secondary-nav .dropdown:hover ul {
  display: block;
}
#secondary-nav .dropdown:hover + .dropdown {
  margin-left: 25%;
}
/*Secondary Other Links*/
#secondary-nav .other-links {
  box-shadow: inset 0px 6px 12px -6px rgba(0, 0, 0, 0.2);
  float: left;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
#secondary-nav .other-links li {
  background: url(Images/secondary-nav-divider.jpg) no-repeat left center;
  display: inline-block;
  padding: 0 35px;
}
#secondary-nav .other-links li:first-child {
  background: none;
}
#secondary-nav .other-links a {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  padding: 10px 0 0 25px;
  text-transform: uppercase;
  text-decoration: none;
}
#secondary-nav .other-links a:hover {
  color: #4899c6;
}
#secondary-nav .other-links .maps-directions {
  background: url(Images/icon-maps-directions.png) no-repeat left center;
}
#secondary-nav .other-links .lounges {
  background: url(Images/icon-lounge.png) no-repeat left center;
}
#secondary-nav .other-links .airport-art {
  background: url(Images/icon-airport-art.png) no-repeat left center;
}
#secondary-nav .other-links .education {
  background: url(Images/icon-education.png) no-repeat left center;
}
#secondary-nav .other-links .services-facilities {
  background: url(Images/icon-services-facilities.png) no-repeat left center;
}
/*Latest News*/
#latest-news {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-size: 13px;
  height: 42px;
/*  margin-bottom: 42px;*/
  overflow: hidden;
}
#latest-news h2 {
  background: #4899c6;
  color: #fff;
  float: left;
  font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  height: 42px;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
#latest-news .news-ticker {
  float: right;
  position: relative;
  width: 82.84%;
  /*995*/
}
#latest-news ul {
  margin: 0;
  padding: 0;
}
#latest-news li {
  list-style: none;
}
#latest-news .slides li {
  padding-top: 12px;
}
#latest-news strong {
  padding-right: 16px;
}
#latest-news .slides a {
  font-weight: bold;
  margin-left: 20px;
  text-transform: uppercase;
  text-decoration:none;
  color:#e36002;
}
#latest-news .slides a:hover {
  color:#363636;
}
#latest-news .flex-direction-nav,
.slider .flex-direction-nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
}
#latest-news .flex-direction-nav li,
.slider .flex-direction-nav li {
  float: left;
  list-style: none;
}
#latest-news .flex-direction-nav a,
.slider .flex-direction-nav a {
  display: block;
  height: 42px;
  text-indent: -999999px;
  width: 45px;
}
#latest-news .flex-direction-nav .flex-prev,
.slider .flex-direction-nav .flex-prev {
  background: url(Images/slider-prev.png) no-repeat #fb7119 left top;
  border-right: 1px solid #fed5bb;
}
#latest-news .flex-direction-nav .flex-next,
.slider .flex-direction-nav .flex-next {
  background: url(Images/slider-next.png) no-repeat #fb7119 left top;
}
#latest-news .flex-direction-nav .flex-prev:hover,
.slider .flex-direction-nav .flex-prev:hover,
#latest-news .flex-direction-nav .flex-next:hover,
.slider .flex-direction-nav .flex-next:hover {
  background-position: left bottom;
}

/*Alerts*/
#alerts {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-size: 13px;
  height: auto;
/*  margin-bottom: 42px;*/
  overflow: hidden;
  margin-top:20px;
}
#alerts .title 
{
  background: #fb7119;
  color: #fff;
  float: left;
  font: 16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  height: 64px;
  width: 180px;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  margin-right: 25px;
  vertical-align: middle;
  line-height: 35px;
}

#alerts .description 
{
  margin-top:12px;
  max-width:1050px;
  word-wrap:break-word;
}
#alerts h2 {
  background: #4899c6;
  color: #fff;
  float: left;
  font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  height: 42px;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
#alerts .news-ticker {
  float: right;
  position: relative;
  width: 100%;
  /*995*/
}
#alerts ul {
  margin: 0;
  padding: 0;
}
#alerts li {
  list-style: none;
}
#alerts .slides li 
{
  /*padding-top: 12px;*/
}
#alerts strong {
  padding-right: 16px;
}
#alerts .slides a {
  font-weight: bold;
  margin-left: 20px;
  text-transform: uppercase;
  text-decoration:none;
  color:#e36002;
}
#alerts .slides a:hover {
  color:#363636;
}
#alerts .flex-direction-nav,
.slider .flex-direction-nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  background-color:white;
  height:94px
}
#alerts .flex-direction-nav li,
.slider .flex-direction-nav li {
  float: left;
  list-style: none;
}
#alerts .flex-direction-nav a,
.slider .flex-direction-nav a {
  display: block;
  height: 42px;
  text-indent: -999999px;
  width: 45px;
  margin-top:12px;
}
/*#alerts .flex-direction-nav .flex-prev,
.slider .flex-direction-nav .flex-prev {
  background: url(Images/slider-prev.png) no-repeat #fb7119 left top;
  border-right: 1px solid #fed5bb;
}
#alerts .flex-direction-nav .flex-next,
.slider .flex-direction-nav .flex-next {
  background: url(Images/slider-next.png) no-repeat #fb7119 left top;
}
*/
#alerts .flex-direction-nav .flex-prev,
.slider .flex-direction-nav .flex-prev {
  background: url(Images/alerts-prev.png) no-repeat #ffffff left top;
  border-right: 1px solid #f96600;
}
#alerts .flex-direction-nav .flex-next,
.slider .flex-direction-nav .flex-next {
  background: url(Images/alerts-next.png) no-repeat #ffffff left top;
}
#alerts .flex-direction-nav .flex-prev:hover,
.slider .flex-direction-nav .flex-prev:hover,
#alerts .flex-direction-nav .flex-next:hover,
.slider .flex-direction-nav .flex-next:hover {
  background-position: left bottom;
}

/*noise-alerts*/
#noise-alerts {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-size: 13px;
  height: auto;
/*  margin-bottom: 42px;*/
  overflow: hidden;
  margin-top:20px;
}
#noise-alerts .title 
{
  background: #4899c6;
  color: #fff;
  float: left;
  font: 16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  height: 73px;
  width: 180px;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  margin-right: 25px;
  vertical-align: middle;
  line-height: 35px;
}

#noise-alerts .description 
{
  margin-top:12px;
  max-width:1050px;
  word-wrap:break-word;
}
#noise-alerts h2 {
  background: #4899c6;
  color: #fff;
  float: left;
  font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  height: 42px;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
#noise-alerts .news-ticker {
  float: right;
  position: relative;
  width: 100%;
  /*995*/
}
#noise-alerts ul {
  margin: 0;
  padding: 0;
}
#noise-alerts li {
  list-style: none;
}
#noise-alerts .slides li 
{
  /*padding-top: 12px;*/
}
#noise-alerts strong {
  padding-right: 16px;
}
#noise-alerts .slides a {
  font-weight: bold;
  margin-left: 20px;
  text-transform: uppercase;
  text-decoration:none;
  color:#e36002;
}
#noise-alerts .slides a:hover {
  color:#363636;
}
#noise-alerts .flex-direction-nav,
.slider .flex-direction-nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  background-color:white;
  height:94px
}
#noise-alerts .flex-direction-nav li,
.slider .flex-direction-nav li {
  float: left;
  list-style: none;
}
#noise-alerts .flex-direction-nav a,
.slider .flex-direction-nav a {
  display: block;
  height: 42px;
  text-indent: -999999px;
  width: 45px;
  margin-top:12px;
}
/*#noise-alerts .flex-direction-nav .flex-prev,
.slider .flex-direction-nav .flex-prev {
  background: url(Images/slider-prev.png) no-repeat #fb7119 left top;
  border-right: 1px solid #fed5bb;
}
#noise-alerts .flex-direction-nav .flex-next,
.slider .flex-direction-nav .flex-next {
  background: url(Images/slider-next.png) no-repeat #fb7119 left top;
}
*/
#noise-alerts .flex-direction-nav .flex-prev,
.slider .flex-direction-nav .flex-prev {
  background: url(Images/alerts-prev.png) no-repeat #ffffff left top;
  border-right: 1px solid #f96600;
}
#noise-alerts .flex-direction-nav .flex-next,
.slider .flex-direction-nav .flex-next {
  background: url(Images/alerts-next.png) no-repeat #ffffff left top;
}
#noise-alerts .flex-direction-nav .flex-prev:hover,
.slider .flex-direction-nav .flex-prev:hover,
#noise-alerts .flex-direction-nav .flex-next:hover,
.slider .flex-direction-nav .flex-next:hover {
  background-position: left bottom;
}

/*Flight Status*/

body #flight-status h2 {
  float: left;
  margin-left: 3.37%;
  margin-top: 18px;
  text-transform: uppercase; font: 26px 'Bebas', 'Trebuchet MS', Arial;
}
#flight-status .tabs {
  border: none;
  float: right;
  margin-right: 18px;
  padding-top: 0;
  margin-top: 12px;
}

.L0_Home #flight-status .tabs {
  border: none;
  float: left;
  margin-right: 18px;
  padding-top: 0;
  margin: 14px 0 0 36px;
}

.search-flights-simple {
width: 244px;
border: 1px solid #e5e5e5;
height: 36px;
float: right;
position: relative;
top: 25px;
margin: 0 25px 0 0;
}

.search-text-simple {
height: 34px;
padding: 0 0 0 10px;
line-height: 36px;
width: 200px;
border: none;
background: #f5f4f0;
}

.DnnModule-592 {
    margin-top: -25px;
}

.search-flights-simple .search-simple {
height: 28px;
margin: 1px 5px 0 0;
width: 27px;
background: url(/portals/_default/skins/SDAirport/Images/btn-search.jpg) no-repeat 0 0 ;
border: none;
}


.home-template #dnn_ctr858_ContentPane {
  float: right;
}

.home-template #dnn_ctr858_ContentPane input {
  width: 244px;
  background: #f5f4f0;
  border: 1px solid #e5e5e5;
  margin-bottom: 0;
  height: 36px;
}

.home-template a.searchBtn {
  position: absolute;
  right: 0;
}

.L0_Home .home-template #dnn_leftPane {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  /*padding-top: 18px;*/
}

.home-template section.tab.tabs {
  margin-top: -10px;
}

.home-template table tbody:nth-child(odd) tr, .home-template table thead tr, table.airlinesStatusTable tbody:nth-child(odd) tr, .airTerminal1 table tbody:nth-child(odd) tr, .airTerminal2 table tbody:nth-child(odd) tr, .airTerminal3 table tbody:nth-child(odd) tr, table.data-table tbody:nth-child(odd) tr{
  background: #fff;
}

li.tabButton.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
  top: 0;
}

.blitzer-simple .ui-state-default, .blitzer-simple .ui-widget-content .ui-state-default, .blitzer-simple .ui-widget-header .ui-state-default {
  border: none !important;
  background: none !important;
}

.tabButton.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a {
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #f96114;
  display: block;
  height: 36px;
  padding: 9px 16px 0;
}

.blitzer-simple .tabsProRoot .ui-tabs-nav {
  border-bottom: none !important;
}

article.flightTracker {
  width: 100%;
}

article.flightTracker .tabs > ul a {
  font-size: 11px;
  padding: 9px 7px;
  margin-bottom: 20px;
}

article.flightTracker > a {
  float: right;
}

.flightOverview h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

.flightOverviewList li{
  margin-left: 30px;
}

.flightOverviewList li:last-child {
  margin-bottom: 10px;
}

.liabilityList {
  list-style-type: decimal;
}

.flightOverviewList .greenOverview {
  color: green;
}

.flightOverviewList .redOverview {
  color: red;
}

.flightOverviewList .yellowOverview {
  color: yellow;
  background: grey;
  padding: 1px;
}

.flightOverviewList .blueOverview {
  color: blue;
}

.flightOverviewList .blackOverview {
  color: black;
}
/*ul.ui-tabs-nav {
    /*margin: 13px 0 0 300px;* /
    padding: 0;
    position: absolute;
    z-index: 10000;
}
.ui-tabs > ul.ui-tabs-nav li {
  float: left;
  list-style: none;
}
.ui-tabs > ul.ui-tabs-nav li a {
  background: #ffa009;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  color: #fff !important;
  display: block;
  height: 36px;
  padding: 9px 16px 0;
  text-transform: uppercase;
  font-weight: bold;
}
.ui-tabs > ul.ui-tabs-nav li a.ui-state-active {
  background: #f96114;
  position: relative;
}
.ui-tabs > ul.ui-tabs-nav li a.ui-state-active:after {
  border-color: #f96114 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 7px;
  bottom: -16px;
  content: "";
  left: 50%;
  margin-left: -10px;
  position: absolute;
}
*/


#contentWrapper ::-webkit-input-placeholder {
  color: #666666;
}
#contentWrapper .sbInp_Default .searchBtn /*.sbInp  input[type=submit], .tabs input[type=submit]*/ {
  background: url(Images/btn-search.png) no-repeat 0 0 !important;
  border: none;
  float: right;
  height: 28px;
  margin: 3px 5px 0 0;
  text-indent: -999999px;
  width: 27px;
  padding: 0 !important;
}
#contentWrapper .sbInp_Default .searchBtn:hover /*.sbInp  input[type=submit]:hover*/ {
  background-position: left bottom;
}
#contentWrapper .sbInp  select {
  padding: 8px 12px;
}
.select-wrapper {
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin-bottom: 16px;
  background: url(Images/arrow-down.png) right center no-repeat;
}
.select-wrapper select {
  width: 110%;
  background-color: transparent;
  border: none;
  margin-bottom: 0;
}

.data-table {
  border-top: 1px solid #e5e5e5;
  float: left;
  margin-top: 18px;
  width: 100%;
}
.data-table thead tr {
  height: 45px;
}
.data-table th {
  border-right: 1px solid #d7d7d7;
  font-weight: bold;
  text-transform: uppercase;
}

.data-table th:first-child {
  width: 150px;
  border-left: 1px solid #e5e5e5;
}

.data-table-2 {
  border-top: 1px solid #e5e5e5;
  float: left;
  margin-top: 18px;
  width: 100%;
}
.data-table-2 thead tr {
  height: 45px;
}
.data-table-2 th {
  border-right: 1px solid #d7d7d7;
  font-weight: bold;
  text-transform: uppercase;
}

.data-table-2 th:first-child {
  width: 150px;
  border-left: 1px solid #e5e5e5;
}

.L1_Shuttles .data-table {
  width:45%;
  float:right;
  margin-top: 0px;
}
#flight-status .status-from {
  width: 11.81%;
  /*84*/
}
#flight-status .status-time {
  width: 13.78%;
  /*98*/
}
#flight-status .status-airline {
  width: 27.84%;
  /*198*/
}
#flight-status .status-flight {
  width: 13.5%;
  /*96*/
}
#flight-status .status-baggage {
  width: 14.76%;
  /*105*/
}
#flight-status .status-status {
  border: none;
  width: 18.28%;
  /*130*/
}
.data-table thead tr td {
  border-bottom: 1px solid #e5e5e5;
}
.data-table tbody tr td {
  border-bottom: 1px solid #f0f0ed;
  height: 52px;
}

.data-table.compact tbody tr td{
  height: 30px;
  padding: 5px 10px 5px 10px;
}

.data-table tbody tr:nth-of-type(odd) td {
  background: #eceae1;
}
.data-table td {
  color: #363636;
  font-size: 14px;
  text-align: center;
  /*text-transform: uppercase;*/
  vertical-align: middle;
  padding: 0 15px 0 15px;
}
.data-table td:first-child {
  text-align: center;
  /*padding: 20px;*/
}

.data-table td.status {
  width: 80px;
}

.data-table-2 thead tr td {
  border-bottom: 1px solid #e5e5e5;
}
.data-table-2 tbody tr td {
  /*border-bottom: 1px solid #f0f0ed;*/
  height: 52px;
}

.data-table-2.compact tbody tr td{
  height: 30px;
  padding: 5px 10px 5px 10px;
}

/*.data-table-2 tbody tr:nth-of-type(odd) td {
  background: #eceae1;
}*/

.data-table-2 td {
  color: #363636;
  font-size: 14px;
  text-align: center;
  /*text-transform: uppercase;*/
  vertical-align: middle;
  padding: 0 15px 0 15px;
}
.data-table-2 td:first-child {
  text-align: center;
  /*padding: 20px;*/
}

#flight-status td.on-time, 
.listing h3 span.status.on-time, .data-table td.on-time {
  color: #44ac16;
  font-weight: bold;
}
#flight-status td.delayed,
.listing h3 span.status.delayed, .data-table td.delayed {
  color: #ffa009;
  font-weight: bold;
}
#flight-status td.cancelled,
.listing h3 span.status.cancelled, .data-table td.cancelled {
  color: #f94604;
  font-weight: bold;
}
/*Callouts*/
#callouts {
  /*float: right;*/
  /*width: 38.8%;*/
  /*466*/
}
.callouts img {
  height: auto;
  max-width: 100%;
}
.callouts {
  position: relative;
}
.callouts a {
  position: relative;
  z-index: 999;
}
.callout {
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: #363636;
    font-size: 13px;
    height: 223px;
    margin-bottom: 28px;
    padding: 24px 20px;
    text-align: center;
    position: relative;
}
.callout.brews {
  background: url(/Portals/0/Images/callouts/callout-brewing-bkg.jpg) no-repeat bottom #fff;
}
.callout.dining {
  background: url(/Portals/0/Images/callouts/callout-dining-bkg.jpg) no-repeat bottom right #fff;
  float: right;
}
.callout.shopping {
  background: url(/Portals/0/Images/callouts/callout-shopping.jpg) no-repeat left bottom #fff;
  float: right;
}
.callout.left-callout {
  background: url(/Portals/0/Images/callouts/callout-left.jpg) no-repeat bottom #fff;
}
.callout.right-callout {
  background: url(/Portals/0/Images/callouts/callout-right.jpg) no-repeat left bottom #fff;
  float: right;
}
body .callout h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-family: 'Bebas', 'Trbuchet MS', Arial;
  margin-top: 0;

}
body .callout p {
  margin: 6px 0;
}
.callout a {
  color: #E36002;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 9999;
}
.callout a:hover { text-decoration: underline;}
/********************************************SUB CONTENT STYLES*******************************/
/****Airlines****/

#airline-status, #flight-header {
  margin-bottom: 30px;
}

.flightsAirline {
  width: 100%;
  padding-right: 30px;
}

.flightsAirline table a {
  color: #e36002;
}

.flightsAirline table a:hover {
  color: #363636;
}

.flights-article {
  padding-right: 30px;
}

#flights-section{
  background: url(Images/shopping-bkg.jpg);
}
#flights-section .main > li:first-child > a,
#flights-section .main > li:first-child > a:hover {
  background: #fb8200;
  border-radius: 4px 4px 0 0;
  color: #fff;
}

/*Sidebar*/
.sidebar-row { clear: both; }/* homepage sidebar */

#dnn_sidebarPaneTop aside {
  float: left;
}
#dnn_sidebarPaneTop aside h2 a {
  color: #fff;
  display: block;
  font-size: 21px;
  height: 90px;
  letter-spacing: 1px;
  padding: 30px 0 0 105px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
#dnn_sidebarPaneTop aside h2 a:hover {
  color: #ccc;
}
#dnn_sidebarPaneTop aside ul {
  margin: 0;
  padding: 0;
}
#dnn_sidebarPaneTop aside li {
  display: block;
  list-style: none;
}
#dnn_sidebarPaneTop aside li:first-child {
  border-top: none;
}
#dnn_sidebarPaneTop aside li a {
  background: url(Images/link-arrow.png) no-repeat 90% center;
  color: #fff;
  display: block;
  font-size: 16px;
  height: auto;
  padding: 12px 46px 12px 26px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#dnn_sidebarPaneTop aside li a.current,
#dnn_sidebarPaneTop aside li a:hover {
  text-decoration: none;
}
#dnn_sidebarPaneTop aside .ad,
#dnn_sidebarPaneTop aside .widget {
  display: block;
  margin: 12px 5.38% 0;
  max-width: 302px;
}
#dnn_sidebarPaneTop aside img {
  height: auto;
  max-width: 100%;
}

#dnn_sidebarPaneTop .airportAuthority-sidebar, 
#dnn_sidebarPaneTop .airportProjects-sidebar, 
#dnn_sidebarPaneTop .businessOpportunities-sidebar, 
#dnn_sidebarPaneTop .careers-sidebar, 
#dnn_sidebarPaneTop .newsroom-sidebar, 
#dnn_sidebarPaneTop .serviceFacilities-sidebar {
  background: #eceae1;
  border-bottom: 1px solid #f2f0ea;
  width: 100%;
}

#dnn_sidebarPaneTop .airportProjects-sidebar h2 a {
  background: url(Images/airportProjects-bkg.jpg) no-repeat left, url(Images/airportProjects-sidebar-bkg2.jpg) repeat-x left 1px;
  border-bottom: 1px solid #d9d6ca;
  color: #000;
  text-shadow: none;
}

#dnn_sidebarPaneTop .airportAuthority-sidebar h2 a {
  background: url(Images/airportAuthority-bkg.jpg) no-repeat left, url(Images/airportAuthority-sidebar-bkg2.jpg) repeat-x left 1px;
  border-bottom: 1px solid #d9d6ca;
  color: #000;
  text-shadow: none;
}

#dnn_sidebarPaneTop .businessOpportunities-sidebar h2 a {
  background: url(Images/businessOpportunities-bkg.jpg) no-repeat left, url(Images/businessOpportunities-sidebar-bkg2.jpg) repeat-x left 1px;
  border-bottom: 1px solid #d9d6ca;
  color: #000;
  text-shadow: none;
}
#dnn_sidebarPaneTop .careers-sidebar h2 a {
  background: url(Images/airportAuthority-bkg.jpg) no-repeat left, url(Images/airportAuthority-sidebar-bkg2.jpg) repeat-x left 1px;
  border-bottom: 1px solid #d9d6ca;
  color: #000;
  text-shadow: none;
}
#dnn_sidebarPaneTop .newsroom-sidebar h2 a {
  background: url(Images/airportAuthority-bkg.jpg) no-repeat left, url(Images/airportAuthority-sidebar-bkg2.jpg) repeat-x left 1px;
  border-bottom: 1px solid #d9d6ca;
  color: #000;
  text-shadow: none;
}
#dnn_sidebarPaneTop .serviceFacilities-sidebar h2 a {
  background: url(Images/airportAuthority-bkg.jpg) no-repeat left, url(Images/airportAuthority-sidebar-bkg2.jpg) repeat-x left 1px;
  border-bottom: 1px solid #d9d6ca;
  color: #000;
  text-shadow: none;
}

#dnn_sidebarPaneTop .maps-directions h2 a {
  background: url(Images/airportAuthority-bkg.jpg) no-repeat left, url(Images/airportAuthority-sidebar-bkg2.jpg) repeat-x left 1px;
  border-bottom: 1px solid #d9d6ca;
  color: #000;
  text-shadow: none;
}

#dnn_sidebarPaneTop .airportAuthority-sidebar h2 a:hover, 
#dnn_sidebarPaneTop .airportProjects-sidebar h2 a:hover, 
#dnn_sidebarPaneTop .businessOpportunities-sidebar h2 a:hover, 
#dnn_sidebarPaneTop .careers-sidebar h2 a:hover, 
#dnn_sidebarPaneTop .newsroom-sidebar h2 a:hover, 
#dnn_sidebarPaneTop .serviceFacilities-sidebar h2 a:hover {
  color: #666;
}
#dnn_sidebarPaneTop .airportAuthority-sidebar li, 
#dnn_sidebarPaneTop .airportProjects-sidebar li, 
#dnn_sidebarPaneTop .businessOpportunities-sidebar li, 
#dnn_sidebarPaneTop .careers-sidebar li, 
#dnn_sidebarPaneTop .newsroom-sidebar li, 
#dnn_sidebarPaneTop .serviceFacilities-sidebar li {
  border-bottom: 1px solid #d9d6ca;
  border-top: 1px solid #f2f0ea;
}
#dnn_sidebarPaneTop .airportAuthority-sidebar li:first-child,
#dnn_sidebarPaneTop .airportProjects-sidebar li:first-child, 
#dnn_sidebarPaneTop .businessOpportunities-sidebar li:first-child, 
#dnn_sidebarPaneTop .careers-sidebar li:first-child, 
#dnn_sidebarPaneTop .newsroom-sidebar li:first-child, 
#dnn_sidebarPaneTop .serviceFacilities-sidebar li:first-child {
  border-top: 1px solid #f2f0ea;
}
#dnn_sidebarPaneTop .airportAuthority-sidebar li a, 
#dnn_sidebarPaneTop .airportProjects-sidebar li a, 
#dnn_sidebarPaneTop .businessOpportunities-sidebar li a, 
#dnn_sidebarPaneTop .careers-sidebar li a, 
#dnn_sidebarPaneTop .newsroom-sidebar li a, 
#dnn_sidebarPaneTop .serviceFacilities-sidebar li a,
#dnn_sidebarPaneTop .maps-directions li a {
  background-image: url(Images/link-arrow-brown.png);
  color: #000;
  text-shadow: none;
}
#dnn_sidebarPaneTop .airportAuthority-sidebar li a.current, 
#dnn_sidebarPaneTop .airportProjects-sidebar li a.current, 
#dnn_sidebarPaneTop .businessOpportunities-sidebar li a.current,
#dnn_sidebarPaneTop .careers-sidebar li a.current,
#dnn_sidebarPaneTop .serviceFacilities-sidebar li a.current,
#dnn_sidebarPaneTop .airportAuthority-sidebar li a:hover, 
#dnn_sidebarPaneTop .airportProjects-sidebar li a:hover, 
#dnn_sidebarPaneTop .businessOpportunities-sidebar li a:hover, 
#dnn_sidebarPaneTop .careers-sidebar li a:hover, .
#dnn_sidebarPaneTop .newsroom-sidebar li a:hover, .
#dnn_sidebarPaneTop .serviceFacilities-sidebar li a:hover {
  background: #fafaf7;
  color: black;
}

#dnn_sidebarPaneTop .airportAuthority-sidebar li ul li {
    background: #d9d6ca;
    border-top: 1px solid #ebe9e5;
}
     
#dnn_sidebarPaneTop .airportAuthority-sidebar li ul li a {
font-size: 12px;
padding: 8px 46px 8px 36px
}

#dnn_sidebarPaneTop .education-sidebar {
  position: relative;
  background: #eceae1;
  height: auto!important;
  width: 100%;
/*  margin-top: -25px !important;*/
}
#dnn_sidebarPaneTop .education-sidebar .align-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}
#dnn_sidebarPaneTop .education-sidebar .widget {
  clear: both;
  margin-top: 20px;
  background-color: #fa711a;
  color: white;
  padding: 20px 10px;
}
#dnn_sidebarPaneTop .education-sidebar .widget h3 {
  font-family: "Candal", "Helvetica Neue", Helvetica, Arial;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  color: #fff;
}
#dnn_sidebarPaneTop .education-sidebar .widget input {
  width: 100%;
  margin-bottom: 10px;
  border: none;
  background-color: #fc9c5f;
  padding: 5px 10px;
  color: white;
}
#dnn_sidebarPaneTop .education-sidebar .widget input::-webkit-input-placeholder {
  color: white;
}
#dnn_sidebarPaneTop .education-sidebar .widget input::-moz-placeholder {
  color: white;
}
#dnn_sidebarPaneTop .education-sidebar .widget input:-ms-input-placeholder {
  color: white;
}
#dnn_sidebarPaneTop .education-sidebar .widget input.btn {
  width: auto;
  background-color: #4899c6;
  margin-top: 20px;
}
#dnn_sidebarPaneTop .education-sidebar h2 a {
  background: url(Images/education/education-sidebar-bkg.png) no-repeat left top, url(Images/education/education-sidebar-bkg2.jpg) repeat-x left top;
  color: black;
}
#dnn_sidebarPaneTop .education-sidebar h2 a:hover {
  color: #4899c6;
}
#dnn_sidebarPaneTop .education-sidebar ul {
  border-bottom: 1px solid #f2f0ea;
}
#dnn_sidebarPaneTop .education-sidebar li {
  border-bottom: 1px solid #d9d6ca;
  border-top: 1px solid #f2f0ea;
}
#dnn_sidebarPaneTop .education-sidebar li a {
  color: black;
  background-image: url(Images/education/link-arrow.png);
  text-shadow: none;
}
#dnn_sidebarPaneTop .education-sidebar li a.current,
#dnn_sidebarPaneTop .education-sidebar li a:hover {
  background: #ffffff url(Images/education/link-arrow.png) 90% center no-repeat;
  color: #4899c6;
}


.flightsContent {
  width: 100%;
  padding-left: 2.83%;
}
.flights-sidebar {
  background: #fa751d;
  width: 100%;
}
.flights-sidebar h2 a {
  background: url(Images/flights-sidebar-bkg.jpg) no-repeat left top, url(Images/flights-sidebar-bkg2.jpg) repeat-x left top;
}
.flights-sidebar ul {
  border-bottom: 1px solid #fc9f61;
}
.flights-sidebar li {
  border-bottom: 1px solid #de6915;
  border-top: 1px solid #fc9f61;
}
/*Main Content*/
#content {
  background: #fff;
/*  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);*/
  float: left;
  padding-right: 2.83%;
  width: 100%;
}
article {
  background: #fff;
  float: right;
  padding-top: 32px;
  width: 68.69%;
  /*803*/
}
article h1 {
  float: left;
  margin-bottom: 32px;
}
article .addthis_toolbox {
  float: right;
  margin-top: 6px;
  width: 160px;
}

.tabs ul {
  float: left;
  margin: 0;
  padding: 0;
}
.tabs > ul li {
  float: left;
  list-style: none;
}
.tabs > ul a {
  background: #ffa009;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  display: block;
  height: 36px;
  padding: 9px 16px 0;
  text-transform: uppercase;
}
.tabs > ul a.active {
  background: #f96114;
  position: relative;
}
.tabs > ul a.active:after {
  border-color: #f96114 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 7px;
  bottom: -16px;
  content: "";
  left: 50%;
  margin-left: -10px;
  position: absolute;
}
/*
.tabs {
  border-top: 1px solid #e5e5e5;
  padding-top: 18px;
}

.tabs > ul li {
  border-left: 1px solid #ffbd53;
  border-right: 1px solid #e28707;
  display: inherit;
}
.tabs > ul li:first-child {
  border-left: none;
}
.tabs > ul li:last-child {
  border-right: none;
}
.tabs .tab {
  display: none;
  float: left;
  width: 100%;
}
.tabs #tab1 {
  display: block;
}*/
table .airlines-airline {
  width: 26.65%;
  /*214*/
}
table .airlines-flight {
  width: 31.75%;
  /*255*/
}
table .airlines-hours {
  width: 25.28%;
  /*203*/
}
table .airlines-website {
  border-right: none;
  width: 16.18%;
  /*130*/
}
table .sort {
  background: url(Images/sort-arrow.jpg) no-repeat;
  display: inline-block;
  height: 5px;
  margin-left: 6px;
  position: relative;
  top: -3px;
  width: 9px;
}
/****Book Your Flight****/
article form:not(.search), .flightsSearch {
  border-top: 1px solid #e5e5e5 !important;
  float: left;
  margin-top: 18px !important;
  padding-top: 14px !important;
  width: 100%;
}

article form .column {
  float: left;
  padding: 12px 2.73% 20px;
  width: 50%;
}
article form .column.right {
  border-left: 1px solid #d7d7d7;
  float: right;
}
article label {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}
article input[type=text],
article input[type=email],
article input[type=date],
article textarea,
article select {
  background: #faf9f7;
  border: 1px solid #e5e5e5;
  color: #666;
  display: block;
  font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  height: 36px;
  margin-bottom: 16px;
  padding: 4px 12px;
  text-transform: uppercase;
  width: 100%;
}
article select {
  padding-right: 0;
}
::-webkit-input-placeholder {
  color: #666;
}
article .column input[type=text] {
  width: 61.3%;
}
article input[type=checkbox] {
  float: left;
  margin: 4px 7px 0 0;
}
article input[type=checkbox] + label {
  color: #363636;
  float: left;
  font-size: 12px;
}
article form section {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 12px;
  padding: 25px 1.49% 26px 3.48%;
}
article form section .field {
  float: left;
  margin-left: 4.19%;
  width: 21.65%;
  /*165 / 762*/
}
article form section .field:first-child {
  margin-left: 0;
}
article input[type=submit] {
  background: url(../images/link-arrow.png) no-repeat 84% #f96114;
  border: none;
  color: #fff;
  float: right;
  font: 20px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  height: 41px;
  margin: 6px 2.88% 0 0;
  padding-right: 15px;
  width: 126px;
}
article #find-flight input[type=submit]:hover,
article .tab input[type=submit]:hover {
  background-color: #ffa009;
  color: #fff;
}
.booking-buddy {
  float: right;
  margin-top: 30px;
}
/****Flight Status****/
/*Search Flight*/
.search-flights {
  background: #fa7921;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa7921), color-stop(100%, #f96817));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fa7921 0%, #f96817 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fa7921 0%, #f96817 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa7921', endColorstr='#f96817', GradientType=0);
  /* IE6-9 */
  float: left;
  min-height: 63px;
  padding: 18px 2.74% 12px;
  width: 100%;
}
.search-flights h2 {
  color: #fff !important;
  float: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 18px;
  padding-bottom: 14px;
}
.searchRow {
  display: inline;
}

input#dnn_ctr1257_XMPFormView_ctl00_ctl00_ctl00_FLIGHT_NUMBER, select#dnn_ctr1257_XMPFormView_ctl00_ctl00_ctl00_AIRLINE_LNAME, select#dnn_ctr1257_XMPFormView_ctl00_ctl00_ctl00_NATURE, select#dnn_ctr1257_XMPFormView_ctl00_ctl00_ctl00_ROUTE_LNAME {
  width: 140px;
  height: 30px;
  padding-top: 5px;
}

/*select#dnn_ctr1257_XMPFormView_ctl00_ctl00_ctl00_AIRLINE_LNAME, select#dnn_ctr1257_XMPFormView_ctl00_ctl00_ctl00_NATURE, select#dnn_ctr1257_XMPFormView_ctl00_ctl00_ctl00_ROUTE_LNAME {
  margin-top: 5px !important;
}*/
.searchFlightBtn {
  display: inline-block;
  margin-top: -30px !important;
  float: right;
}
.search-flights form {
  border: none;
  float: right;
  margin: 0;
  padding: 0;
  width: 78.98%;
  /*594*/
}
.search-flights input[type=text],
.search-flights input[type=date],
.search-flights .select-wrapper,
.search-flights .Zebra_DatePicker_Icon_Wrapper {
  float: left;
  height: 27px;
  margin: 0 2.52% 0 0;
  max-width: 122px;
  width: 20.53%;
  /*122*/
  background-color: white;
}
.search-flights input[type=date],
.search-flights .select-wrapper {
  max-width: 111px;
  width: 18.68%;
  /*111*/
}
.search-flights .select-wrapper select {
  width: 120%;
  height: 27px;
  padding-left: 5px;
}
.search-flights .Zebra_DatePicker_Icon_Wrapper input {
  width: 100%;
}
.search-flights input[type=submit],
.find-flight-widget input[type=submit] {
  background: #fff;
  border-radius: 20px;
  border: none;
  color: #fa711a;
  font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: bold;
  float: right;
  height: 27px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  width: 80px;
}
.search-flights input[type=submit]:hover,
.find-flight-widget input[type=submit]:hover {
  color: #FFA010;
}
/*Search Flight Results*/


.result,
.listing {
  background: #fafaf7;
  border-bottom: 1px solid #e1e1de;
  float: left;
  padding: 27px 2.49% 20px;
  width: 100%;
}
.result .flight-name {
  float: left;
  font-size: 16px;
  width: 13.72%;
  /*104 / 758*/
}
.result .flight-info {
  border-left: 1px solid #d3d3d0;
  float: right;
  padding-left: 1.97%;
  width: 83.64%;
  /*634 / 758*/
}
.result .flight-info p {
  float: left;
  margin: 0;
  width: 70.94%;
  /*450*/
}
.result .flight-info p strong {
  text-transform: uppercase;
}
.result .flight-info .arrival {
  margin-top: 5px;
  padding-left: 2.63%;
}
.result .flight-info a {
  background: #f96114;
  border-radius: 20px;
  color: #fff;
  float: right;
  font-size: 12px;
  font-weight: bold;
  height: 27px;
  margin-top: -15px;
  padding-top: 4px;
  text-align: center;
  text-transform: uppercase;
  width: 136px;
}
.result .flight-info a:hover {
  background: #ffa009;
}
/*Search Flight Result Single*/
.listing h3 {
  float: left;
  font-size: 16px;
  margin-bottom: 20px;
}
.listing h3 span {
  font-weight: normal;
}
.listing h3 span.status {
  border-left: 1px solid #e7e7e3;
  font-weight: bold;
  margin-left: 16px;
  padding-left: 16px;
  text-transform: uppercase;
}
.listing .actions, .actions {
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-top: -5px;
  text-transform: uppercase;
}

.listing .actions a, .actions a {
  margin-top: 10px;
}
.listing .actions .print {
  background: url(Images/icon-print.jpg) no-repeat left;
  color: #454545;
  font-weight: normal;
  padding-left: 24px;
}
.listing .actions span {
  border-left: 1px solid #e7e7e3;
  display: inline-block;
  height: 22px;
  margin: 0 18px;
  position: relative;
  top: 5px;
  width: 1px;
}
.listing .column {
  background: #eceae1;
  clear: left;
  float: left;
  font-size: 13px;
  padding-bottom: 10px;
  width: 47.72%;
  /*356 / 746*/
}
.listing .column.arrival {
  clear: none;
  float: right;
}
.listing .column h4 {
  background: #307db2;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #307db2), color-stop(100%, #66aed3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #307db2 0%, #66aed3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #307db2 0%, #66aed3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#307db2', endColorstr='#66aed3', GradientType=0);
  /* IE6-9 */
  color: #fff;
  font: 20px 'Bebas', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  margin: 0 0 15px;
  padding: 10px 0;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.listing .column p {
  margin: 0 0 5px;
  padding-right: 20px;
}
.listing .column p span {
  float: left;
  font-weight: bold;
  margin-right: 15px;
  padding-left: 20px;
  text-align: right;
  width: 47.75%;
  /*170*/
}
/*Flight List*/
article #flight-status {
  box-shadow: none;
  margin-top: 20px;
  padding: 0;
  width: 100%;
}
article #flight-status .tabs {
  border: none;
  padding-top: 0;
}

#flight-status .tabs > ul, .flightsAirline .tabs > ul {
  list-style-type: none;
  display: inline-block;
}

.flightsAirline .tabs > ul {
    /*margin-left: -40px;*/
}

#flightsAirline .tabs > ul li {
  display: inherit !important;
}

#flight-status .tabs > ul li a.active, .flightsAirline .tabs > ul li a.active {
  background: #f96114;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  display: block;
  height: 36px;
  padding: 9px 16px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}

#flight-status .tabs > ul li a, .flightsAirline .tabs > ul li a {
  background: #ffa009;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  display: block;
  height: 36px;
  padding: 9px 16px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}
article #flight-status form {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
article #flight-status h2 {
  margin: 0;
}

#flight-status h2 {
  margin-bottom: 20px;
}
/****Flight Section Landing****/
/*#content.landing {
  background: #fff;
/*  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);* /
  padding-right: 0;
  margin-top: 25px;
}
#content.landing h1 {
  background: url(Images/flights-landing-bkg.jpg) repeat-x left;
  color: #fff;
  display: block;
  font-size: 27px;
  height: 82px;
  padding-top: 10px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  margin-bottom: -25px !important;
  margin-top: -25px !important;
}
#content.landing h1:before {
  background: url(Images/icon-flights.png) no-repeat;
  content: "";
  display: inline-block;
  height: 62px;
  margin-right: 16px;
  vertical-align: middle;
  width: 61px;
}
.landing article {
  box-shadow: none;
  float: left;
  padding: 55px 5.66% 82px 4.49%;
  width: 70.27%;
  /*844* /
}
.landing ul {
  margin: 0;
  padding: 0;
}
.landing li {
  border-bottom: 1px solid #e5e5e5;
  color: #454545;
  float: left;
  font-size: 13px;
  list-style: none;
  margin-bottom: 40px;
  padding: 0 0 40px 20px;
  width: 140%;
 /* width: 46.55%;*/
  /*328 / 726*/
}
/*.landing li:nth-of-type(even) {
  float: right;
}
.landing li:nth-of-type(odd) {
  clear: left;
}* /

.landing li:first-child:nth-of-type(odd) {
  border-bottom: 1px solid #e5e5e5;
  color: #454545;
  float: left;
  font-size: 13px;
  list-style: none;
  margin-bottom: 40px;
  padding: 0 0 40px 20px;
  width: 140%;  
}
.landing li:last-child:nth-of-type(odd), .landing li:last-child:nth-of-type(even) {
  border: none;
  margin: 0;
  padding-bottom: 0;
}
.landing li:first-child:nth-of-type(odd) {
  border-bottom: 1px solid #e5e5e5;
  color: #454545;
  float: left;
  font-size: 13px;
  list-style: none;
  margin-bottom: 40px;
  padding: 0 0 40px 20px;
  width: 140%;  
}
.landing li h2 {
  font: 20px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  margin: 0 0 5px;
  text-transform: none;
  white-space: nowrap;
}
.landing li h2 a {
  color: #000;
  padding-right: 30px;
}
.landing.flights li h2 a {
  background: url(Images/flights-arrow.jpg) no-repeat right 6px;
}
.landing.flights li h2 a:hover {
  color: #f96114;
  text-decoration:none;
}

.landing.flights.midPane {
  padding-bottom: 82px;
}
.landing li p {
  margin: 0 20px 0 0;
  width: 100%;
}
/*Sidebar* /

.landing aside {
  background: #fafaf7;
  box-shadow: none;
  float: right;
  padding: 28px 2.33%;
  width: 80%;
/*  margin-top: -35px !important;*/
  /*351* /
}

.landing.flights aside, .landing.transportation aside, .landing.travel aside {
  padding-left: 20px;
  padding-right: 20px;
}

.landing.flights aside {
    padding-bottom: 41px;
}

.landing.transportation aside, .landing.travel aside {
  padding-bottom: 290px;
}*/
.find-flight-widget {
  background: #fa7921;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa7921), color-stop(100%, #f96817));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fa7921 0%, #f96817 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fa7921 0%, #f96817 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa7921', endColorstr='#f96817', GradientType=0);
  /* IE6-9 */
  float: left;
  padding: 22px 7.4%;
  width: 100%;
}
.landing aside > * {
  display: block;
  margin-bottom: 30px;
}*/
.find-flight-widget h2 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.find-flight-widget input[type=text],
.find-flight-widget input[type=date],
.find-flight-widget select,
.find-flight-widget .Zebra_DatePicker_Icon_Wrapper {
  background: #fff;
  border: none;
  float: left;
  font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  height: 30px;
  margin-bottom: 15px;
  padding: 6px 10px;
  width: 44.93%;
  /*111*/
}

.find-flight-widget input[type="text"]:nth-child(2) {
  float: right;
}
.find-flight-widget .Zebra_DatePicker_Icon_Wrapper {
  float: right!important;
  padding: 0;
}
.find-flight-widget .Zebra_DatePicker_Icon_Wrapper input {
  width: 100%;
}
.Zebra_DatePicker table {
  float: none;
  width: auto;
}
.Zebra_DatePicker table tbody tr {
  height: auto;
}
.Zebra_DatePicker table tbody tr:nth-of-type(odd) {
  background: transparent;
}
.find-flight-widget input[type=date],
.find-flight-widget #flight-type {
  float: right;
}
/****Shopping Section Landing****/
#shopping-section {
  background-image: url(Images/shopping-bkg.jpg);
}
/*#content.shopping h1 {
  background-image: url(Images/shopping-landing-bkg.jpg);
}
#content.shopping h1:before {
  background-image: url(Images/icon-shopping.png);
  height: 57px;
  width: 88px;
}*/
/*.landing.shopping li h2 a {
  background: url(Images/shopping-arrow.png) no-repeat right 6px;
}
.landing.shopping li h2 a:hover {
  color: #ffbf25;
  text-decoration: none;
}*/
/****Shopping What's New****/

.whatsNew {
/*  font-weight: bold;
*/}
/*Sidebar*/
.shopping-sidebar {
  background: #ffa009;
  width: 100%;
}
.shopping-sidebar ul {
  border-bottom: 1px solid #ffbd53;
}
.shopping-sidebar li {
  border-bottom: 1px solid #e28707;
  border-top: 1px solid #ffbd53;
}
.shopping-sidebar li a.current,
.shopping-sidebar li a:hover {
  background: #ff7c05;
}
.shopping-sidebar h2 a {
  background: url(Images/shopping-sidebar-bkg.jpg) no-repeat left top, url(Images/shopping-sidebar-bkg2.jpg) repeat-x left top;
}
/*Now Open*/

.transformSlides {
  -webkit-transform: translate3d(-840px, 0px, 0px) !important;
}

#now-open {
  background: #fafaf7;
  border-bottom: 1px solid #e3e3e2;
  padding-bottom: 12px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
#now-open .flex-viewport {
  width: 100%;
}

/*#now-open .flex-viewport .slides li {
  width: 420px !important;
}*/
#now-open h2 {
  background: #ffbb1f;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffbb1f), color-stop(100%, #ffae15));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffbb1f 0%, #ffae15 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffbb1f 0%, #ffae15 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb1f', endColorstr='#ffae15', GradientType=0);
  /* IE6-9 */
  color: #fff;
  height: 63px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding: 18px 20px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

#now-open .flex-viewport {
  overflow: hidden;
  position: relative;
}
#now-open .slides {
  margin: 0;
  padding: 0;
  width: 800%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
#now-open .slides li {
  display: block;
  float: left;
  list-style: none;
  padding-left: 16px;
}

#now-open .slides li:nth-of-type(odd) {
  border-right: 1px solid #e1e1de;
/*  width: 401px;*/
}

#now-open .slides li:nth-of-type(even) {
 /* width: 400px;*/
}

#now-open .slides img,
#new-listings .image img {
  border: 1px solid #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  float: left;
  margin-right: 16px;
}
#now-open .slides h3,
#new-listings h3 {
  background: url(Images/shopping-arrow.png) no-repeat right 3px;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  margin: 12px 0 15px;
  padding-right: 25px;
}
#now-open .slides h3 a,
#new-listings h3 a {
  color: #000;
  text-decoration: none;
}
#now-open .slides h3 a:hover,
#new-listings h3 a:hover {
  color: #ffbf25;
  text-decoration: none;
}
#now-open .slides p,
#new-listings p {
  color: #363636;
  font-size: 13px;
  margin: 0 0 6px;
}
#now-open .slides p strong,
#new-listings p strong {
  color: #000;
}
#now-open .flex-direction-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 10px;
}
#now-open .flex-direction-nav li {
  float: left;
  list-style: none;
}
#now-open .flex-direction-nav li:first-child {
  border-right: 1px solid #fff;
}
#now-open .flex-direction-nav a {
  display: block;
  height: 41px;
  text-indent: -9999999px;
  width: 41px;
  background-position: center top;
  background-repeat: no-repeat;
}
#now-open .flex-direction-nav a.flex-prev {
  background-image: url(Images/slider-prev.png);
}
#now-open .flex-direction-nav a.flex-next {
  background-image: url(Images/slider-next.png);
}
#now-open .flex-direction-nav a:hover {
  opacity: .3;
}
/*Shop Listings*/
#new-listings .search {
  float: right;
}
#new-listings .tab {
  margin-top: 20px;
}
#new-listings .shop-listing {
  border-bottom: 1px solid #e1e1de;
  border-top: 1px solid #e1e1de;
  float: left;
  padding: 18px 2.24%;
  position: relative;
  width: 100%;
}
#new-listings .shop-listing:first-child {
 margin-top:20px;
}
/*#new-listings .shop-listing:nth-of-type(odd) {
  background: #fafaf7;
}*/
.shop-listing .image {
  float: left;
  margin-right: 4.76%;
  max-width: 226px;
  position: relative;
  width: 29.97%;
}
.shop-listing .image img {
  height: auto;
  margin: 0;
  width: 100%;
}
.shop-listing .image span {
  background: #ffb618;
  color: #f7f7f7;
  font-size: 12px;
  height: 30px;
  left: 1px;
  padding-top: 6px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 1px;
  width: 47px;
}
.shop-listing .shop-logo {
  position: absolute;
  right: 50px;
  top: 6px;
}
.shop-listing hr {
  border: none;
  border-top: 1px solid #e1e1de;
  margin: 4px 0 18px;
  clear: none;
}
.shop-listing hr + p,
#shopping-result .details p:first-child {
  color: #666;
  margin-bottom: 20px;
}
.shop-listing .column {
  float: left;
  margin-right: 2.68%;
  /*20*/
  width: 18.12%;
  /*135 / 745 */
}
.shop-listing .links {
  float: left;
  margin-top: 24px;
  width: 41.6%;
}
.btn {
  background: #fa711a;
  border-radius: 15px;
  color: #fff !important;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 27px;
  padding: 4px 15px 0;
  text-align: center;
  text-transform: uppercase;
}
.btn:hover {
  background: #ffa009;
  color: #fff;
  text-decoration: none;
}
.btn.white-btn{
  background: #fff;
  color: #fa711a; 
}
.btn.blue-btn{
  background: #4899C6;
  color: #fff; 
}
.btn.blue-btn{
  background: #000;
  color: #fff; 
}

.shop-listing .map {
  background: url(Images/icon-map.png) no-repeat left;
  color: #fa711a;
  font-size: 12px;
  font-weight: bold;
  margin: 6px 0 0 30px;
  padding: 2px 0 0 20px;
  text-transform: uppercase;
}
.shop-listing .map:hover {
  color: #000;
  text-decoration: none;
}
/****Shopping Detail Pages****/
.back-link {
  clear: left;
  color: #f96114;
  float: left;
  text-transform: uppercase;
}
#shopping-result {
  background: #fafaf7;
  border-bottom: 1px solid #e3e3e2;
  border-top: 1px solid #e3e3e2;
  margin-top: 10px;
  padding: 20px 1.99% 30px;
}
#shopping-result .image-area {
  float: left;
  max-width: 366px;
  width: 48.03%;
  /*366 / 762*/
}

#shopping-result .flex-viewport {
  overflow: hidden;
  position: relative;
}
#shopping-result .slider {
  border: 1px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  position: relative;
}
#shopping-result .slider ul {
  margin: 0;
  padding: 0;
  /*width: 1200px;*/
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: translate3d(0px,0px,0px);
}
#shopping-result .slider .slides li {
  display: block;
  float: left;
  width: 364px;
  list-style: none;
}
#shopping-result .slider .slides img {
  height: auto;
  max-width: 100%;
}
#shopping-result .slider .flex-direction-nav {
  bottom: 0;
  left: 0;
  right: inherit;
  top: inherit;
}
#shopping-result .image-area > a.btn-map {
  background: url(Images/btn-map.png) no-repeat left top #ffbb1f;
  /* FF3.6+ */
  background: url(Images/btn-map.png) no-repeat left top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffbb1f), color-stop(100%, #ffa913));
  /* Chrome,Safari4+ */
  background: url(Images/btn-map.png) no-repeat left top, -webkit-linear-gradient(top, #ffbb1f 0%, #ffa913 100%);
  /* IE10+ */
  background: url(Images/btn-map.png) no-repeat left top, linear-gradient(to bottom, #ffbb1f 0%, #ffa913 100%);
  /* W3C */
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb1f', endColorstr='#ffa913', GradientType=0);
*/  /* IE6-9 */
  float: left;
  height: 72px;
  margin-top: 30px;
  text-indent: -999999px;
  width: 170px;
  /*170*/
}
#shopping-result .image-area .btn-coupon {
  background: url(Images/btn-coupon.png) no-repeat left top #ffbb1f;
  /* FF3.6+ */
  background: url(Images/btn-coupon.png) no-repeat left top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffbb1f), color-stop(100%, #ffa913));
  /* Chrome,Safari4+ */
  background: url(Images/btn-coupon.png) no-repeat left top, -webkit-linear-gradient(top, #ffbb1f 0%, #ffa913 100%);
  /* IE10+ */
  background: url(Images/btn-coupon.png) no-repeat left top, linear-gradient(to bottom, #ffbb1f 0%, #ffa913 100%);
  /* W3C */
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb1f', endColorstr='#ffa913', GradientType=0);
*/  /* IE6-9 */
  float: right;
}
#shopping-result .image-area > a.btn-map:hover {
  background: url(Images/btn-map.png) no-repeat left top #fb7119;
}
#shopping-result .image-area .btn-coupon:hover {
  background: url(Images/btn-coupon.png) no-repeat left top #fb7119;
}
#shopping-result .content {
  float: right;
  max-width: 372px;
  width: 48.81%;
  /*372*/
}
.brand-logo {
  display: block;
  height: auto;
  margin: 60px auto;
  max-width: 100%;
}
#shopping-result hr {
  border: none;
  border-top: 1px solid #e1e1de;
  clear: both;
  float: left;
  margin: 15px;
  width: 100%;
}
#shopping-result .details {
  float: left;
  width: 71.23%;
  /*265*/
}
#shopping-result .column {
  float: left;
  margin: 0 0 26px;
  width: 46.03%;
}
#shopping-result .column + .column {
  float: right;
}
#shopping-result .share {
  float: right;
  width: 15.59%;
  /*58*/
}
/****Parking & Transportation Page****/
/*.landing.transportation#content h1 {
  background-image: url(Images/parking-landing-bkg.jpg);
}
.landing.transportation#content h1:before {
  background: url(Images/icon-parking.png) center center no-repeat;
}
.landing.transportation li h2 a {
  background: url(Images/parking-arrow.png) no-repeat right 6px;
}
.landing.transportation li h2 a:hover {
  color: #309f9c;
  text-decoration: none;
}*/
.transportation-sidebar {
  background: #309f9c;
  width: 100%;
}
.transportation-sidebar h2 a {
  background: url(Images/parking-transportation-bkg.jpg) no-repeat left top, url(Images/parking-transportation-bkg2.jpg) repeat-x left top;
}
.transportation-sidebar ul {
  border-bottom: 1px solid #0dcfc4;
}
.transportation-sidebar li {
  border-top: 1px solid #0dcfc4;
  border-bottom: 1px solid #076f69;
}
.transportation-sidebar li a:hover,
.transportation-sidebar li a.current {
  background-color: #076f69;
}
.transportation-article, .flights-article, .shopping-article, .travel-article, .art-article, .education-article, .history-article {
  width: 100%;
}
/****Travel Pages****/
/*.landing.travel#content h1 {
  background-image: url(Images/travel-landing-bkg.jpg);
}
.landing.travel#content h1:before {
  background: url(Images/icon-travel.png) center center no-repeat;
}
.landing.travel li h2 a {
  background: url(Images/travel-arrow.png) no-repeat right 6px;
}
.landing.travel li h2 a:hover {
  color: #9f4684;
  text-decoration: none;
}
*/

.travel-sidebar {
  background: #9f4684;
  width: 100%;
}
.travel-sidebar h2 a {
  padding-left: 90px;
  background: url(Images/travel-info-bkg3.jpg) no-repeat left top, url(Images/travel-info-bkg2.jpg) repeat-x left top;
}
.travel-sidebar ul {
  border-bottom: 1px solid #9f4684;
}
.travel-sidebar li {
  border-top: 1px solid #c883b3;
  border-bottom: 1px solid #81245e;
}
.travel-sidebar li a:hover,
.travel-sidebar li a.current {
  background-color: #81245e;
}
/****Art Landing Page****/
/*Changed Main Elements*/
/*#art {
  background: url(Images/art-bkg.jpg) no-repeat center top #f3f2f1;
  background-size: 100% auto;
}
#art header {
  border-color: #000;
}
#art header .top-info a {
  background-color: #000 !important;
}
#art nav {
  background: #000;
}
#art nav li:hover a,
#art nav li a:hover {
  color: black;
}
#art .drop li a:hover {
  color: white;
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #999999));
  background: -webkit-linear-gradient(top, #333333 0%, #999999 100%);
  background: linear-gradient(to bottom, #333333 0%, #999999 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#999', GradientType=0);
}
#art .drop.flights ul {
  background-image: url(Images/icons/icon-plane-black.gif);
}
#art .drop.shopping ul {
  background-image: url(Images/icons/icon-shopping-black.gif);
}
#art .drop.parking ul {
  background-image: url(Images/icons/icon-parking-black.gif);
}
#art .drop.travel ul {
  background-image: url(Images/icons/icon-travel-black.gif);
}
#art .drop.maps ul {
  background-image: url(Images/icons/icon-maps-black.gif);
}
#art .drop.art ul {
  background-image: url(Images/icons/icon-art-black.gif);
}
#art .drop.education ul {
  background-image: url(Images/icons/icon-education-black.gif);
}
#art .drop.services ul {
  background-image: url(Images/icons/icon-services-black.gif);
}
#art footer {
  background: #ad9f91;
  border: none;
}
#art form {
  background: #c6bcb2;
}
#art footer input[type=submit] {
  background: url(Images/btn-search-brown.jpg) no-repeat;
}*/
/*Art Hero*/
/*#art-hero {
  background: url(Images/art-slider-bkg.jpg) no-repeat right top #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  margin-bottom: 50px;
  position: relative;
}
#art-hero h1 {
  color: #ad9f91;
  font: 68px Sofia;
  padding: 12px 32px;
  text-transform: uppercase;
}
#art-hero h1 span {
  font-size: 26px;
}
*//*
#art-hero .flex-viewport {
  overflow: hidden;
  position: relative;
}

#art-hero .slides {
  margin: 0;
  padding: 0;
}
#art-hero .slides li {
  display: block;
  list-style: none;
  position: relative;
  float: left;
}
#art-hero .slides li:first-child {
  display: block;
}
#art-hero .slides img {
  height: auto;
  width: 100%;
}
#art-hero .slides .content {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  font: 25px Sofia;
  padding: 22px 15px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 28.41%;
  /*341* /
}
#art-hero .slides .content h2 {
  color: #fff;
  font: 48px/50px Sofia;
}
#art-hero .slides .content p {
  margin: 0;
  text-transform: uppercase;
}
#art-hero .flex-direction-nav {
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}
#art-hero .flex-direction-nav li {
  float: left;
  list-style: none;
}
#art-hero .flex-direction-nav a {
  display: block;
  height: 42px;
  text-indent: -999999px;
  width: 45px;
  background-position: center top;
  background-repeat: no-repeat;
}
#art-hero .flex-direction-nav a:hover {
  background-position: center bottom;
}
#art-hero .flex-direction-nav .flex-prev {
  background-image: url(Images/slider-prev.png);
  border-right: 1px solid #fff;
}
#art-hero .flex-direction-nav .flex-next {
  background-image: url(Images/slider-next.png);
}

/*Callouts*/
/*.callouts-group {
  margin-bottom: 42px;
}
.callouts-group .callout {
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  float: left;
  margin-left: 2.16%;
  width: 23.25%;
  /*279* /
}
.callouts-group .callout:first-child {
  margin: 0;
}

.callouts-group .callout img {
  height: auto;
  width: 100%;
}
.callouts-group a {
  display: block;
  position: relative;
}
.callouts-group a span {
  background: url(Images/arrow-link.png) no-repeat 98% center rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  font: 22px Sofia;
  left: 0;
  padding: 12px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
  text-align: left;
}
.callouts-group p {
  margin: 0;
  padding: 12px;
}*/
/*
#art-callouts a span {
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
#art-callouts a:hover span {
  background-color: black;
}
/*Latest News* /
#art #latest-news {
  background: #eceae1;
}
#art #latest-news h2 {
  background: #ad9f91;
}
#art #latest-news a {
  color: #000;
}
#art #latest-news a:hover {
  color: #333;
}
#art #latest-news .flex-direction-nav .flex-next {
  background: url(Images/slider-next-brown.jpg) no-repeat;
}
#art #latest-news .flex-direction-nav .flex-prev {
  background: url(Images/slider-prev-brown.jpg) no-repeat;
  border-right-color: #fff;
}
/***Public Art***/

 



/*Sidebar*/
.art-sidebar {
  background: #eceae1;
  border-bottom: 1px solid #f2f0ea;
  width: 100%;
}
.art-sidebar h2 a {
  background: url(Images/art-sidebar-bkg.jpg) no-repeat left, url(Images/art-sidebar-bkg2.jpg) repeat-x left 1px;
  border-bottom: 1px solid #d9d6ca;
  color: #000 !important;
  text-shadow: none;
}
.art-sidebar h2 a:hover {
  color: #666;
}
.art-sidebar li {
  border-bottom: 1px solid #d9d6ca;
  border-top: 1px solid #f2f0ea;
}
.art-sidebar li:first-child {
  border-top: 1px solid #f2f0ea;
}
.art-sidebar li a {
  background-image: url(Images/link-arrow-brown.png) !important;
  color: #000 !important;
  text-shadow: none !important;
}
.art-sidebar li a.current,
.art-sidebar li a:hover {
  background: #fafaf7;
  color: black;
}*/

/*Public Art Tabs*/
#public-art {
  padding-right: 30px;
}

#public-art .tabs {
  border: none;
  padding: 0;
}
#public-art .tabs > ul li {
  border-left: 1px solid #f2f0ea;
  border-right: 1px solid #d1cdc4;
}
#public-art .tabs > ul a {
  background: #eceae1;
  color: #000;
}
#public-art .tabs > ul a.active {
  background: #ad9f91;
  color: #fff;
}
#public-art .tabs > ul a.active:after {
  border-color: #ad9f91 transparent transparent transparent;
}
/*Tab 1*/
#public-art .tab {
  float: left;
  margin-top: 26px;
  width: 100%;
}
#public-art .tab h2 {
  font: 20px 'Trebuchet MS', Arial, sans-serif;
  text-transform: none;
}
#public-art .tab p {
  color: #363636;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 20px;
}
#public-art .tab .accordion {
  background: #fafaf7;
  border-top: 1px solid #f0efee;
  display: block;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
}
#public-art .tab .accordion li {
  background: url(Images/link-arrow-round.png) no-repeat 12px 13px;
  border-bottom: 1px solid #f3f3f2;
  display: block;
  list-style: none;
}
#public-art .tab .accordion li:nth-of-type(even) {
  background-color: #fff;
}
#public-art .tab .accordion a {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  padding: 18px 50px;
  text-transform: uppercase;
}
.accordion .content {
  display: none;
  padding: 10px 50px 30px;
  font-size: 14px;
}

a.video {
  display: block;
  position: relative;
}
a.video:before {
  content: '';
  background: url(Images/play-button.png) center center no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
a.video:hover:before {
  opacity: 0.8;
}
#education {
  background-image: url(Images/education-bkg.jpg);
}

#education-callouts.callouts-group .callout {
  /*width: 100%;*/
  width: 306px;
/*  background: none !important;
  box-shadow: none !important;*/
}

#education-callouts .callout img {
  width: 279px;
  height: 199px;
}

.education-article {
  padding-right: 30px;
}
#education.history {
  background-image: url(Images/airlines-bkg.jpg) !important;
}
#education .top-info .weather {
  display: none;
}
#education .tabs > ul li {
  border-left: 1px solid #f2f0ea;
  border-right: 1px solid #d1cdc3;
}
#education .tabs > ul li:first-child {
  border-left: none;
}
#education .tabs > ul li:last-child {
  border-right: none;
}
#education .tabs > ul a {
  background-color: #eceae1;
  color: black;
}
#education .tabs > ul a.active {
  background-color: #4899c6;
  color: white;
}
#education .tabs > ul a.active:after {
  border-top-color: #4899c6;
}
#education .tab {
  margin-top: 20px;
}
#education .tab h2 {
  font-family: "Candal", "Helvetica Neue", Helvetica, Arial;
  margin-bottom: 20px;
  text-transform: none;
}
#education .projects .btn {
  background: #e36002 url(Images/link-arrow.png) no-repeat 90% center;
  background-size: 7px;
  color: white;
  padding-right: 25px;
}
#education .projects .btn:hover {
  background-color: #ffa009;
  opacity: 1;
}
#education .flex-direction-nav, #education-hero .flex-direction-nav {
  list-style: none;
  margin: 0;
}
#education .flex-direction-nav a, #education-hero .flex-direction-nav a {
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  width: 57px;
  height: 57px;
  position: absolute;
  top: 50%;
  margin-top: -29px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#education .flex-direction-nav a.flex-prev, #education-hero .flex-direction-nav a.flex-prev {
  background-image: url(Images/education/arrow-left.png);
  left: -100px;
}
#education .flex-direction-nav a.flex-next, #education-hero .flex-direction-nav a.flex-next {
  background-image: url(Images/education/arrow-right.png);
  right: -100px;
}
#education .flex-direction-nav a:hover, #education-hero .flex-direction-nav a:hover {
  background-position: center bottom;
}
#education-hero {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  float: none;
}
#education-hero h1 {
  color: #baddf1;
  font-size: 60px;
}
#education-hero .flex-viewport {
  margin-top: -80px;
  overflow: hidden;
  position: relative;
}
#education .slides {
  width: 1200%;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform:translate3d(0px,0px,0px);
}
#education .slides li {
  width: 237.33333333333334px;
  float: left;
  display: block;
}

#education-hero .slides {
  margin: 0;
  padding: 0;
  width: 1000%;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform:translate3d(0px,0px,0px);
}
#education-hero .slides li {
  background-position: right top;
  background-repeat: no-repeat;
  min-height: 520px;
  width: 1081px;
  float: left;
  display: block;
}
#education-hero .slides li .content {
  max-width: 25%;
  color: white;
  margin-top: 100px;
}
#education-hero .slides li .content h2 {
  width: 140%;
  font-family: "Candal", "Helvetica Neue", Helvetica, Arial;
  color: white;
  font-size: 60px;
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#education-hero .slides li .content p {
  margin-bottom: 30px;
}
#education-callouts {
  background: #fff;
  background: -webkit-linear-gradient(top, #d4e4ec, #ffffff);
  background: -webkit-linear-gradient(top, #d4e4ec 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #d4e4ec 0%, #ffffff 100%);
  margin-bottom: 0;
  padding: 50px 0 60px;
}
#education-callouts .callout {
  background: none;
  box-shadow: none;
}
#education-callouts .callout a {
  height: 240px;
}
#education-callouts .callout a span {
  background-color: #4999c6;
  font-family: "Candal", "Helvetica Neue", Helvetica, Arial;
  font-size: 14px;
  color: white;
}
#education-callouts .callout a:hover span {
  background-color: white;
  color: #4999c6;
}
#education-callouts + footer {
  margin-top: 0;
}

#education-events {
  position: relative;
  background-color: #fafaf7;
  padding: 20px 40px 20px 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-height: 400px;
  margin-bottom: 20px;
}
#education-events img,
#education-events p {
  display: block;
  max-width: 95%;
  margin: 0 2.5% 10px;
}
#education-events .flex-direction-nav a {
  background-size: 103%;
  width: 30px;
  height: 30px;
  background-position: center top;
}
#education-events .flex-direction-nav a.flex-prev {
  left: 10px;
}
#education-events .flex-direction-nav a.flex-next {
  right: 10px;
}
#timeline h2 {
  font: 20px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  text-transform: none;
}
.historyContent {
width: 100%;
padding-right: 30px;
}
#timeline-sidebar h2 a {
  background-image: url(Images/timeline-bkg.jpg);
  padding-left: 30px;
  margin-top: -2px;
}
.landing.business aside {
  padding-bottom: 155px;

}
#content.landing.business h1 {
  background-image: url(Images/business-landing-bkg.jpg);
  color: black;
  text-shadow: none;
}
#content.landing.business h1:before {
  background-image: none;
  width: 0;
}
#content.landing.business li h2 a {
  background: url(Images/education/link-arrow.png) right 6px no-repeat;
}
#content.landing.business li h2 a:hover {
  color: #4899c6;
  text-decoration: none;
}

/***********AIRPORT AUTHORITY************/
/***********AIRPORT PROJECTS**************/
/***********BUSINESS OPPORTUNITIES************/
/***********CAREERS************/
/***********SERVICE FACILITIES************/



/********HISTORY TIMELINE********/
.L1_History  .chameleon_slider.phobos {
  background: #fafaf7;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.L1_History .chameleon_slider.phobos .scrollable_box {
  background-color: #f7f7f7;
  background: #f7f7f7 !important;
  clear: both !important;
}
.L1_History .chameleon_slider.phobos .scrollable_box .viewport p {
  font-size: 12px !important;
  line-height: 16px !important;
  color: black !important;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
}
.L1_History .chameleon_slider.phobos .scrollable_box .viewport .overview {
  margin: 15px 15px 0px 15px;
  color: black !important;
  overflow: auto !important;
}
.L1_History .chameleon_slider.phobos .scrollable_box .scrollbar, 
.L1_History .chameleon_slider.phobos .scrollable_box .scrollbar .track {
  display:none !important;
}
.L1_History .chameleon_slider .thumb_wrapper {
  background-color: #eceae1 !important;
  height: 35px !important;
  -moz-box-shadow:    0px 0px 15px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
  box-shadow:         0 0 15px 5px rgba(0, 0, 0, 0.3);
}
.L1_History .L1_History .chameleon_slider .thumb_wrapper .thumb_window .thumb_container ul li {
  cursor: pointer !important;
  text-align: center !important;
  background-color: #eceae1 !important;
  border-left: 1px solid white !important;
  border-right: 1px solid #d1cdc4 !important;
  border-top: none !important;
  border-bottom: none !important;
  padding: 0px 0 0px !important;
  color: #000 !important;
}
.L1_History .chameleon_slider.phobos .thumb_wrapper .thumb_window .thumb_container ul li {
  border-left: 1px solid white !important;
  border-right: 1px solid #d1cdc4 !important;
  border-top: none !important;
  border-bottom: none !important;
  margin: 0px 0px !important;
  width: 103px !important;
  height:35px !important;
  color: #000 !important;
}
.L1_History .chameleon_slider.phobos .thumb_wrapper .thumb_window .thumb_container ul li.on {
  border-radius: 17px;
  background-color: #4899c6 !important;
  font-weight: bold;

}
.L1_History .chameleon_slider.phobos .thumb_wrapper .thumb_window .thumb_container ul li.on .caption_wrapper .caption {
  font-size: 12px !important;
  padding-top: 0px !important;
  padding-bottom: 7px !important;
  color: #fff !important;
}
.L1_History .chameleon_slider.phobos .thumb_wrapper .thumb_window .thumb_container ul li .caption_wrapper .caption {
  background: none !important;
  color: black !important;
  font-size: 12px !important;
  padding-top: 0px !important;
  text-align: center;
  padding-bottom: 7px !important;
}
.L1_History .chameleon_slider .thumb_wrapper .thumb_window .thumb_container ul li img {
  display: none;
}
.L1_History .chameleon_slider .thumb_wrapper a.navigation.horizontal.prev,
.L1_History .chameleon_slider .categories_wrapper a.navigation.horizontal.prev {
  background: url(../SDAirport/Images/timeline/slider-left.jpg)  no-repeat left;
  background-position: 0px 0px !important;
  background-color: #e36002;
  width:38px !important;
  height:35px !important;
  margin-top: -18px;
}
.L1_History .chameleon_slider .thumb_wrapper a.navigation.horizontal.next,
.L1_History .chameleon_slider .categories_wrapper a.navigation.horizontal.next {
  background: url(../SDAirport/Images/timeline/slider-right.jpg)  no-repeat left;
  background-position: 0px 0px !important;
  background-color: #e36002;
  width:38px !important;
  height:35px !important;
  margin-top: -18px;
}
.L1_History .chameleon_slider.phobos .thumb_wrapper a.navigation.horizontal {
  margin:-18px 0px !important;
}
.L1_History .chameleon_slider.phobos .thumb_wrapper .thumb_window .thumb_container ul {
  padding: 0px 0px 0px 0px !important;
  background-color: #eceae1 !important;
}


/********HISTORY VIDEOS********/
#M1241EasyDNNGallery .EDGlightbox.EDGresponsive td{
  background: #fafaf7;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  margin-left: 10px;
  width: 48% !important;
  background-color: #f7f7f7;
}
#EDG_3_nobg .titleimage .title {
  padding: 20px 20px;
  margin-top: -5px;
  color: #000;
  display: block;
  font-size: 1.17em !important;
  font-weight: bold;
}
#EDG_3_nobg .EDGmain .EDGvideo a img {
  float: left;
  border: none;
  padding: 0px !important; 
  border: 1px solid #C7C7C7 !important;
}

/***** DMX STYLES ***/
#DMX .ControlContainer{width:940px!important;}


#DMX .MenuBar {
    display: none !important;
}

#DMX .cart-datagrid-header {
    display: none;
}


#DMX .HorizontalSplitterBar img {
    display: none;
}

#DMX .cart-datagrid-heading-cell {
    border: none!important;
    cursor: default;
    background: #AD9F91;
    color: #fff!important;
}

#DMX .HorizontalSplitterBar {
    background: #AD9F91!important;;
}

#DMX .cart-datagrid {
    border: none!important;
    background: #fff;
    font-family: "Segoe UI",Tahoma,"Lucida Sans",Verdana,Helvetica,Arial,sans-serif;
    padding: 0;
    font-size: 11px;
}

#DMX div.VCBox {
    border-color: #AD9F91;
    border-style: solid;
    border-width: 1px;
    background: none repeat scroll 0 0 #AD9F91;
}

#DMX .SplitterPane {
    border: 0px solid #ddd;
}

#DMX .Splitter {
    background-color: #AD9F91!important;
}

 #TreeContainer, .TreeView {
    background-color: #EEEEE8!important;
    border-left: 1px solid #AD9F91;
}

 .TreeNode td {
    width: 15px;
}

.TreeNode img {
    height: 15px!important;
    width: 15px!important;
    margin: 0 5px 0 0!important;
}

#DMX .TreeNode td {
}



/********************************************MISCELLANEOUS STYLES ***********************/

/*.DNNModuleContent.ModActionFormC*/ {
  /*display: none;   Why?  It was hiding all the forms  */
}

.singleContentPane {
padding: 0 20px; 
}


.ModEasyDNNGalleryC .image_carousel 
{
    margin: 0px auto; 
    overflow: visible; 
    height: auto;
      height: 166px!important;
    padding: 15px 0 15px 0;
}
.ModEasyDNNGalleryC .image_carousel .caroufredsel_wrapper,
.ModEasyDNNGalleryC .image_carousel .caroufredsel_wrapper div {
  height: 166px!important;
  width: auto!important;
}

.ModEasyDNNGalleryC .image_carousel .caroufredsel_wrapper div div 
{
    height: auto !important}

/*------------------------
 Popup
 -------------------------*/
.popup {
  font-family: 'Arial', Helvetica, sans-serif;
}
.popup-bg {
  background-color: black;
  display: none;
  filter: alpha(opacity=80);
  height: 100%;
  left: 0;
  opacity:.80;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -moz-opacity: 0.8;
}
.popup-content {
  background-color: #fff;
  display: none;
  height: auto;
  left: 0;
  overflow: auto;
  padding: 15px;
  position: fixed;
  top: 25%;
  z-index: 1000;
  width: 100%;
}
.popup-content p {
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
}
.popup-content a {
  color: #FA711A;
  display: inline-block;
  font-size: 16px;
  margin: 10px 20px 0 0;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 50px;
}
.popup-content a:visited {
  font-size: 16px;
  text-decoration: none;
}
.popup-content a:hover {
  font-size: 16px;
  text-decoration: none;
  color: #363636;
}
/*-- Close --*/
.close {  
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  transition: all .25s ease-in-out 0;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-animation: .25s;
  animation: .25s;
}
.close a, .close a:hover, .close a:visited {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 13px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 6px;
  text-indent: -2px;
}
.close a, .close a:visited {
  background-color: rgba(250,113,26, 0.7)
}
.close a:hover {
  background-color: rgba(250,113,26, 1)
}
.close-btn {
  float: right;
}
.cursor-text {
  cursor: text;
 }
/* -----------------------------------------
:: IFRAME
----------------------------------------- */
.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* -----------------------------------------
:: ANIMATION
----------------------------------------- */
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:0.8; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:.0.8; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:0.8; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:0.2s;
  -moz-animation-duration:0.2s;
  animation-duration:0.2s;
 }
/* -----------------------------------------
:: MEDIA QUERIES (Screens)
----------------------------------------- */
@media only screen and (min-width: 641px) {
  .popup-content {
  min-width: 625px;
  max-width: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
}

@media only screen and (min-width: 1025px) { 
  .popup-content {
  max-width: 700px;
}
}



