/*********************************************************************************************Theme Name: A New DallasTheme URI: Description: Designed by Justin ChildressVersion: 1.0.0Author: Justin ChildressAuthor URI: http://www.justinchildress.net**********************************************************************************************Designed and Built by Justin Childress - justinchildress.net**********************************************************************************************


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #e45e26;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #e45e26;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
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: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 0 0;
  padding: 0 0 0 0;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.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.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.fade-in.one {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.fade-in.two {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.fade-in.three {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.fade-in.four {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
* {
  margin: 0;
  padding: 0;
  min-height: 0;
  outline: none;
}
html,
body {
  font: 400 16px "proxima-nova", Arial, Helvetica, sans-serif;
  color: #FFF;
  width: auto;
  height: auto;
  background: #f3f3f3;
  position: relative;
}
a {
  color: #FFF;
  font-weight: 500;
}
a:hover {
  color: #EEE;
}
a img {
  border: none;
}
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}
.section {
  width: 100%;
  height: 650px;
  position: relative;
  padding: 250px 0 0 0;
}
.section_short {
  width: 100%;
  position: relative;
  padding: 0 0 0 0;
}
.section .content {
  text-align: center;
  width: 570px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 998;
}
.section .content p {
  line-height: 24px;
}
.section .header {
  margin: 0 auto 30px auto;
}
.disclaimer {
  color: #242424;
  font: normal 14px/16px "brandon-grotesque", Helvetica, sans-serif;
  margin-top: 30px;
}
/*********************************************************************************************x. Navigation*********************************************************************************************/#nav {
  width: 100%;
  height: 60px;
  background: #FFF;
  padding-top: 17px;
  position: fixed;
  top: 0px;
  z-index: 999;
  display: none;
  text-align: center;
}
#nav #navlist li {
  display: inline;
  font: bold 24px "brandon-grotesque", Helvetica, sans-serif;
  list-style-type: none;
  margin-top: 1em;
  padding: 5px 15px 0 15px;
}
#nav #navlist li a {
  color: #242424;
  text-decoration: none;
}
#nav #navlist li a:hover {
  border-bottom: 5px solid #b99851;
}
#sub_nav {
  width: 100%;
  height: 60px;
  background: #FFF;
  padding-top: 17px;
  margin: 0;
  /*position: fixed;	top: 0px;*/
  z-index: 999;
  /*display: none;*/
  text-align: center;
}
#sub_nav #navlist li {
  display: inline;
  font: bold 24px "brandon-grotesque", Helvetica, sans-serif;
  list-style-type: none;
  margin-top: 1em;
  padding: 5px 15px 0 15px;
}
#sub_nav #navlist li a {
  color: #242424;
  text-decoration: none;
}
#sub_nav #navlist li a:hover {
  border-bottom: 5px solid #b99851;
}
.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
}
/*********************************************************************************************x. Homepage*********************************************************************************************/#homepage {
  width: 100%;
  height: 920px;
  background: url(../../img/home_bkgd.jpg) center center no-repeat fixed #ffffff;
  background-size: cover;
  padding: 0;
  position: relative;
}
#homepage #pegasus {
  background: url(../../img/pegasus.png);
  height: 220px;
  margin: 185px auto 0 auto;
  position: relative;
  width: 280px;
  z-index: 100;
}
#homepage #home_text {
  height: 130px;
  margin: -120px auto 0;
  position: relative;
  width: 90%;
  max-width: 860px;
  text-align: center;
  z-index: 1;
}
#homepage #home_text h1 {
  color: #fff;
  font: 120px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 7px 7px 1px rgba(0, 0, 0, 0.3);
  margin: 0;
}
#homepage #home_text p {
  font: normal 22px "skolar", georgia, serif;
  margin: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#homepage #arrow {
  height: 80px;
  margin: 200px auto;
  width: 82px;
}
/*********************************************************************************************x. Intro*********************************************************************************************/#intro {
  width: 100%;
  /*background: url(../../img/02.jpg) 50% 0 no-repeat fixed #60441D;*/
  padding: 125px 0 0 0;
}
#intro #text {
  margin: 0 auto;
  text-align: center;
  width: 80%;
  max-width: 900px;
}
#intro #text p {
  color: #242424;
  font: normal 28px/36px "skolar", georgia, serif;
  margin-bottom: 20px;
}
#intro #text .divider {
  background: #b99851;
  height: 6px;
  margin: 30px auto;
  width: 155px;
}
#intro #text h2 {
  color: #242424;
  font: 30px/43px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  margin: 0 0 0 0;
  text-transform: uppercase;
}
/*********************************************************************************************x. Vision*********************************************************************************************/#vision {
  /*background: url(../../img/03.jpg) 50% 0 no-repeat /*fixed*!/ #799950;*/
  padding: 0;
}
#vision #marquee {
  background: url(../../img/home_vision.jpg) center center no-repeat /*fixed*/;
  background-size: cover;
  height: 739px;
  margin: 0 0 0 0;
  overflow: hidden;
}
#vision #marquee #reality {
  background: url(../../img/home_reality.jpg) center center no-repeat /*fixed*/;
  background-size: cover;
  height: 739px;
  margin: 0 0 0 0;
  overflow: hidden;
}
#vision #marquee .fade {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
#vision #marquee .fade:hover {
  opacity: 0.0;
}
#vision #marquee img {
  position: absolute;
  left: -220px;
}
#vision #text {
  margin: 0 auto;
  padding: 70px 0 0 0;
  text-align: center;
  width: 80%;
  max-width: 900px;
}
#vision #text p {
  color: #242424;
  font: normal 18px/30px "skolar", georgia, serif;
  margin-bottom: 20px;
}
#vision #text .divider {
  background: #b99851;
  height: 6px;
  margin: 30px auto;
  width: 155px;
}
#vision #text h2 {
  color: #242424;
  font: 28px/34px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0;
}
/*********************************************************************************************x. Homepage Intermissions*********************************************************************************************/#intermission_1 {
  background: url(../../img/home_int_1.jpg) 50% no-repeat fixed #ffffff;
  background-size: cover;
}
#intermission_2 {
  background: url(../../img/home_int_2.jpg) 50% no-repeat fixed #ffffff;
  background-size: cover;
}
#intermission_3 {
  background: url(../../img/home_int_3.jpg) 50% no-repeat fixed #ffffff;
  background-size: cover;
}
#intermission_home_footer {
  background: url(../../img/home_footer.jpg) 50% no-repeat fixed #ffffff;
  background-size: cover;
  padding: 0;
  position: relative;
}
#intermission_home_footer #caption {
  border: 8px solid #ffffff;
  margin: 25px auto;
  padding: 30px 0 30px 0;
  text-align: center;
  width: 725px;
}
#intermission_home_footer #caption p {
  font: normal 60px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
#intermission_home_footer #caption p a {
  color: #242424;
  font-weight: 900;
  text-decoration: none;
}
#intermission_home_footer #caption p a:hover {
  color: #b99851;
}
#intermission_vision_footer {
  background: url(../../img/_vision/vision_footer.jpg) 50% no-repeat fixed #ffffff;
  background-size: cover;
  padding: 0;
  position: relative;
  width: 100%;
}
#intermission_vision_footer #caption {
  border: 8px solid #ffffff;
  margin: 25px auto;
  padding: 30px 0 30px 0;
  text-align: center;
  width: 725px;
}
#intermission_vision_footer #caption p {
  font: normal 60px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
#intermission_vision_footer #caption p a {
  color: #242424;
  font-weight: 900;
  text-decoration: none;
}
#intermission_vision_footer #caption p a:hover {
  color: #b99851;
}
#intermission_traffic_footer {
  background: url(../../img/_traffic/traffic_footer.jpg) 50% no-repeat fixed #ffffff;
  background-size: cover;
  padding: 0;
  position: relative;
}
#intermission_traffic_footer #caption {
  border: 8px solid #ffffff;
  margin: 25px auto;
  padding: 30px 0 30px 0;
  text-align: center;
  width: 725px;
}
#intermission_traffic_footer #caption p {
  font: normal 60px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
#intermission_traffic_footer #caption p a {
  color: #242424;
  font-weight: 900;
  text-decoration: none;
}
#intermission_traffic_footer #caption p a:hover {
  color: #b99851;
}
#intermission_economics_footer {
  background: url(../../img/_economics/economics_footer.jpg) 50% no-repeat fixed #ffffff;
  background-size: cover;
  padding: 0;
  position: relative;
}
#intermission_economics_footer #caption {
  border: 8px solid #ffffff;
  margin: 25px auto;
  padding: 30px 0 30px 0;
  text-align: center;
  width: 725px;
}
#intermission_economics_footer #caption p {
  font: normal 60px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
#intermission_economics_footer #caption p a {
  color: #242424;
  font-weight: 900;
  text-decoration: none;
}
#intermission_economics_footer #caption p a:hover {
  color: #b99851;
}
#intermission_publicsafety_footer {
  background: url(../../img/_publicsafety/publicsafety_footer.jpg) 50% no-repeat fixed #ffffff;
  background-size: cover;
  padding: 0;
  position: relative;
}
#intermission_publicsafety_footer #caption {
  border: 8px solid #ffffff;
  margin: 25px auto;
  padding: 30px 0 30px 0;
  text-align: center;
  width: 725px;
}
#intermission_publicsafety_footer #caption p {
  font: normal 60px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
#intermission_publicsafety_footer #caption p a {
  color: #242424;
  font-weight: 900;
  text-decoration: none;
}
#intermission_publicsafety_footer #caption p a:hover {
  color: #b99851;
}
#intermission_research_footer {
  background: url(../../img/_research/footer.jpg) 50% no-repeat fixed #ffffff;
  background-size: cover;
  padding: 0;
  position: relative;
}
#intermission_research_footer #caption {
  border: 8px solid #ffffff;
  margin: 25px auto;
  padding: 30px 0 30px 0;
  text-align: center;
  width: 725px;
}
#intermission_research_footer #caption p {
  font: normal 60px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
#intermission_research_footer #caption p a {
  color: #242424;
  font-weight: 900;
  text-decoration: none;
}
#intermission_research_footer #caption p a:hover {
  color: #b99851;
}
#intermission_support_footer {
  background: url(../../img/_support/support_footer.jpg) 50% no-repeat fixed #ffffff;
  background-size: cover;
  padding: 0;
  position: relative;
}
#intermission_support_footer #caption {
  border: 8px solid #ffffff;
  margin: 25px auto;
  padding: 30px 0 30px 0;
  text-align: center;
  width: 725px;
}
#intermission_support_footer #caption p {
  font: normal 60px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
#intermission_support_footer #caption p a {
  color: #242424;
  font-weight: 900;
  text-decoration: none;
}
#intermission_support_footer #caption p a:hover {
  color: #b99851;
}
/*********************************************************************************************x. Ike*********************************************************************************************/#ike {
  background: url(../../img/home_ike.jpg) 50% 0 no-repeat fixed #ffffff;
  background-size: cover;
  height: 900px;
  padding: 0;
}
#ike #text {
  float: left;
  margin: 170px 0 0 7%;
  text-align: left;
  width: 60%;
  max-width: 760px;
}
#ike #text .quote {
  color: #363636;
  font: bold 120px "brandon-grotesque", Helvetica, sans-serif;
  margin: 0 0 0 -60px;
}
#ike #text p {
  color: #ffffff;
  font: normal 18px/35px "skolar", georgia, serif;
  margin: 0 0 60px 0;
}
#ike #text h2 {
  font: normal 36px/49px "skolar", georgia, serif;
  margin: -130px 0 20px 0;
}
#ike #text .upper {
  font-family: "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#ike #text .gold {
  color: #b99851;
}
#ike #text #source {
  border-left: 1px solid #ffffff;
  margin: 0 0 0 10%;
  padding-left: 15px;
}
#ike #text #source .first_line {
  font: 20px/28px "brandon-grotesque", Helvetica, sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
}
#ike #text #source .second_line {
  color: #959595;
  font: 14px/28px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/*********************************************************************************************x. History*********************************************************************************************/#history {
  background: url(../../img/home_history.jpg) 50% 0 no-repeat fixed #ffffff;
  background-size: cover;
  height: 895px;
  padding: 0;
}
#history #caption {
  border: 5px solid #ffffff;
  /*float: left;*/
  margin: 20% auto 0 auto;
  padding: 30px 0 30px 0;
  text-align: center;
  width: 520px;
}
#history #caption p {
  font: normal 30px "skolar", georgia, serif;
}
#history #history_text {
  background: url(../../img/white.png) repeat /*fixed*/;
  text-align: left;
  padding: 40px 0 30px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#history #history_text #inner {
  margin: 0px auto;
  width: 86%;
  columns: 445px 2;
  -webkit-columns: 445px 2;
  /* Safari and Chrome */
  -moz-columns: 445px 2;
  /* Firefox */
}
#history #history_text #inner p {
  color: #242424;
  font: normal 18px/30px "skolar", georgia, serif;
  margin-bottom: 10px;
}
#history #history_text #inner h2 {
  color: #b99851;
  font: normal 14px "brandon-grotesque", Helvetica, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/*#breathe #fog {	width: 100%; height: 900px;	background: url(img/bg/fog.png) 50% 0 no-repeat fixed;	position: absolute;	top: 0; left: 0;	z-index: 997;}*//*********************************************************************************************x. St. Louis*********************************************************************************************/#st_louis {
  background: url(../../img/home_st_louis.jpg) 50% 0 no-repeat fixed #ffffff;
  background-size: cover;
  height: 900px;
  padding: 0;
}
#st_louis #text {
  float: left;
  margin: 80px 0 0 7%;
  text-align: left;
  width: 620px;
}
#st_louis #text p {
  color: #242424;
  font: 80px/83px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  text-indent: -0.5em;
  text-transform: uppercase;
}
#st_louis #text h3 {
  visibility: hidden;
}
#st_louis #caption {
  border: 5px solid #b99851;
  margin: 400px 30px 0 0;
  padding: 30px 70px 30px 70px;
  float: right;
}
#st_louis #caption p {
  color: #242424;
  font: normal 30px "skolar", georgia, serif;
}
/*********************************************************************************************x. Next thing*********************************************************************************************/#next {
  background: url(../../img/01.jpg) 50% 0 no-repeat /*fixed*/ #232426;
}
/*********************************************************************************************x. Footer*********************************************************************************************/#footer {
  background: #f3f3f3;
  background-position: top;
  height: 200px;
  position: relative;
  width: 100%;
  /*padding: 0;*/
}
#footer #eighty_six {
  background: url(../../img/86.gif) no-repeat;
  margin: 0px auto;
  height: 130px;
  width: 140px;
}
#footer #bottom {
  background: #ffffff;
  padding: 25px 0 25px 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
#footer #bottom p {
  color: #242424;
  font: normal 14px/24px "skolar", georgia, serif;
}
#footer #bottom p a {
  border-bottom: 1px solid #b99851;
  color: #242424;
  text-decoration: none;
}
#footer #bottom p a:hover {
  border-bottom: 1px solid #f3f3f3;
}
#footer #bottom a img {
  border-bottom: none;
}
#footer #bottom a img:hover {
  opacity: 0.5;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  border-bottom: none;
}
#footer #bottom .social {
  float: right;
  height: 28px;
  margin: -20px 20px 0 -15px;
  width: 29px;
}
/*********************************************************************************************x. Subpage template*********************************************************************************************/#subpage {
  position: relative;
  width: 100%;
  /*COLUMNS*/
}
#subpage .gold {
  color: #b99851;
}
#subpage p {
  color: #242424;
  font: normal 18px/30px "skolar", georgia, serif;
  margin-bottom: 20px;
}
#subpage h3 {
  color: #b99851;
  font: 30px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#subpage h5 {
  color: #242424;
  font: normal 14px/34px "brandon-grotesque", Helvetica, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#subpage #header {
  background: url(../../img/sub_header.png) repeat-x;
  border-top: 1px solid #333;
  height: 209px;
  position: relative;
  width: 100%;
}
#subpage #header #pegasus {
  background: url(../../img/sub_pegasus.png);
  height: 156px;
  margin: 10px 43%;
  position: absolute;
  width: 191px;
}
#subpage #header #text {
  margin: 95px auto 0;
  text-align: center;
  width: 1000px;
}
#subpage #header #text h1 {
  color: #fff;
  font: 65px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.3);
  margin: 0;
}
#subpage #title {
  border: 4px solid #ffffff;
  margin: 75px auto;
  padding: 25px 0 25px 0;
  text-align: center;
  width: 400px;
}
#subpage #title h2 {
  color: #242424;
  font: normal 30px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#subpage #column {
  margin: 0px auto;
  position: relative;
  width: 1000px;
  /*h3 {			color: @text;			font: 24px @sans;			font-weight: 900;			margin: 0 0 20px 0;			letter-spacing: 2px;			text-transform: uppercase;			}	*/
}
#subpage #column a {
  color: #b99851;
  text-decoration: none;
}
#subpage #column a:hover {
  color: #242424;
}
#subpage #column a img:hover {
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
#subpage #column .small_column {
  margin: 0px auto;
  width: 700px;
}
#subpage #column img {
  margin: 20px 0 30px 0;
}
#subpage #column h3 {
  color: #242424;
  font: italic 22px/34px "skolar", georgia, serif;
  font-weight: 700;
  letter-spacing: 0px;
  margin: 0 0 20px 0;
  text-transform: none;
  text-align: center;
}
#subpage #column .right_column {
  float: right;
  width: 700px;
}
#subpage #column .right_column img {
  margin: 20px 0 30px 0;
}
#subpage #column .right_column .traffic_regional {
  background: url(../../img/_traffic/traffic_regional.jpg) no-repeat;
  float: right;
  margin: 0 0 20px 20px;
  height: 325px;
  width: 325px;
}
#subpage #column .right_column .traffic_local {
  background: url(../../img/_traffic/traffic_local.jpg);
  height: 350px;
  margin: 20px 0 30px 0;
  width: 700px;
}
#subpage #column .right_column .traffic_local #left {
  float: left;
  margin: 125px 0 0 25px;
  text-align: center;
  width: 300px;
}
#subpage #column .right_column .traffic_local #left p {
  color: #ffffff;
  font: normal 18px/30px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#subpage #column .right_column .traffic_local #right {
  float: right;
  margin: 155px 25px 0 0;
  text-align: center;
  width: 300px;
}
#subpage #column .right_column .traffic_local #right p {
  color: #ffffff;
  font: normal 18px/30px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#subpage #column .right_column .traffic_short_term {
  background: url(../../img/_traffic/traffic_shortterm_hover.jpg);
  float: right;
  margin: 0 0 20px 20px;
  height: 214px;
  width: 250px;
}
#subpage #column .right_column .traffic_short_term img {
  margin: 0 0 0 0;
}
#subpage #column .right_column .economics_pro_forma h3 {
  color: #242424;
  font: normal 18px "skolar", georgia, serif;
  font-style: italic;
  font-weight: 900;
  margin: 0 0 5px 0;
  text-align: left;
}
#subpage #column .right_column .economics_pro_forma .left {
  float: left;
  width: 350px;
}
#subpage #column .right_column .economics_pro_forma .right {
  float: right;
  width: 325px;
}
#subpage #column .right_column .economics_cost {
  background: url(../../img/_economics/cost.jpg) no-repeat;
  float: left;
  margin: 0 30px 20px 0;
  height: 409px;
  width: 325px;
}
#subpage #column .right_column .economics_underdevelopment {
  background: url(../../img/_economics/underdevelopment.jpg) no-repeat;
  float: right;
  margin: 0 0 20px 30px;
  height: 272px;
  width: 325px;
}
#subpage #column .anchor {
  position: relative;
  top: -100px;
}
#subpage #column .left_column {
  float: left;
  margin: 25px 0 0 0;
  width: 270px;
}
#subpage #column .left_column p {
  color: #242424;
  font: normal 13px/24px "skolar", georgia, serif;
}
#subpage #column .left_column h3 {
  color: #242424;
  font: normal 13px/24px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-align: left;
  text-transform: uppercase;
}
#subpage #column .left_column a {
  color: #242424;
  text-decoration: none;
}
#subpage #column .left_column a:hover {
  color: #b99851;
}
#subpage #column .divider {
  background: #b99851;
  height: 6px;
  margin: 30px auto;
  width: 155px;
}
#subpage #column h2 {
  color: #242424;
  font: 28px/34px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 0 30px 0;
}
#subpage #column .bold_sans {
  color: #b99851;
  font: 18px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#subpage #column .list li {
  color: #242424;
  font: italic 20px "skolar", georgia, serif;
  margin: 0 0 10px 25px;
}
#subpage #column .list li a {
  color: #242424;
  text-decoration: none;
}
#subpage #column .list li a:hover {
  border-bottom: 5px solid #b99851;
}
#subpage .white_section {
  background: #ffffff;
  margin: 75px 0 0 0;
  padding: 60px 0 60px 0;
  position: relative;
  width: 100%;
}
#subpage .white_section #inner {
  margin: 0px auto;
  position: relative;
  width: 1020px;
}
#subpage .white_section #inner #graphic {
  background: url(../../img/_vision/study_area_magnify.jpg) no-repeat;
  float: left;
  width: 360px;
}
#subpage .white_section #inner #graphic a img:hover {
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
#subpage .white_section #inner #copy {
  float: right;
  margin: 25px 20px 0 0;
  width: 600px;
}
#subpage .gray_section {
  background: #f3f3f3;
  margin: 0 0 0 0;
  padding: 60px 0 60px 0;
  position: relative;
  width: 100%;
}
#subpage .gray_section #inner {
  margin: 0px auto;
  position: relative;
  width: 1020px;
}
#subpage .gray_section #inner #graphic {
  background: url(../../img/_vision/plan_magnify.jpg) no-repeat;
  float: right;
  width: 360px;
}
#subpage .gray_section #inner #graphic a img:hover {
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
#subpage .gray_section #inner #copy {
  float: left;
  margin: 125px 0 0 20px;
  width: 600px;
}
#subpage #faq p {
  margin: 0 0 60px 0;
}
#subpage #faq h4 {
  color: #242424;
  font: normal 22px/32px "brandon-grotesque", Helvetica, sans-serif;
  /*font-weight: 900;*/
}
#subpage #faq h3 {
  color: #242424;
  font: normal 24px/32px "skolar", georgia, serif;
  font-style: italic;
  margin: 0 0 10px 0;
  text-align: left;
}
#subpage #research h3 {
  text-align: left;
}
#subpage #research .bucket {
  margin: 0 0 80px 0;
  width: 100%;
}
#subpage #research .bucket .left {
  float: left;
  width: 335px;
}
#subpage #research .bucket .right {
  float: right;
  width: 335px;
}
#subpage #research .bucket h2 {
  color: #b99851;
  font: 14px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
#subpage #research .bucket h3 {
  font: italic 24px "skolar", georgia, serif;
  margin-top: 0;
  text-align: left;
}
#subpage #research .bucket .list li {
  color: #242424;
  font: normal 16px/22px "skolar", georgia, serif;
  margin: 0 0 10px 20px;
}
#subpage #research .bucket .list li a {
  color: #242424;
  text-decoration: none;
}
#subpage #research .bucket .list li a:hover {
  border-bottom: 5px solid #b99851;
}
#subpage #research #sources {
  margin: -40px 0 0 0;
}
#subpage #research #sources p {
  font: normal 18px/32px "skolar", georgia, serif;
  margin: 0 0 15px 0;
}
#subpage #research #sources p a {
  color: #b99851;
  text-decoration: none;
}
#subpage #research #sources p a:hover {
  color: #242424;
}
#subpage #support {
  margin: 0 0 0 0;
}
#subpage #support h2 {
  color: #242424;
  font: 30px/43px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  margin: 0 0 35px 0;
  text-transform: uppercase;
}
#subpage #support h3 {
  text-align: left;
}
#subpage #support h4 {
  color: #242424;
  font: normal 22px/32px "brandon-grotesque", Helvetica, sans-serif;
  margin: -10px 0 20px 0;
  /*font-weight: 900;*/
}
#subpage #support .bucket {
  margin: 0 0 40px 0;
  width: 100%;
}
#subpage #support .bucket h3 {
  text-align: left;
  color: #242424;
  font: 18px "brandon-grotesque", Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
#subpage #support .bucket p {
  color: #242424;
}
#subpage #support .bucket .left {
  float: left;
  width: 335px;
}
#subpage #support .bucket .right {
  float: right;
  width: 335px;
}
@media only screen and (max-width: 1200px) {
  #st_louis #text {
    float: left;
    margin: 80px 0 0 7%;
    text-align: left;
    width: 620px;
  }
  #st_louis #text p {
    color: #242424;
    font: 70px/73px "brandon-grotesque", Helvetica, sans-serif;
    font-weight: 900;
    text-indent: -0.5em;
    text-transform: uppercase;
  }
  #st_louis #text h3 {
    visibility: visible;
    color: #242424;
    font: italic 32px/73px "skolar", georgia, serif;
    margin: 0 0 0 10px;
  }
  #st_louis #caption {
    display: none;
    border: 5px solid #b99851;
    margin: 400px 30px 0 0;
    padding: 30px 70px 30px 70px;
    float: right;
  }
  #st_louis #caption p {
    color: #242424;
    font: normal 30px "skolar", georgia, serif;
  }
}
@media only screen and (max-width: 1024px) {
  #nav {
    width: 100%;
    height: 60px;
    background: #FFF;
    padding-top: 17px;
    position: fixed;
    top: 0px;
    z-index: 999;
    display: none;
    text-align: center;
  }
  #nav #navlist li {
    display: inline;
    font: bold 18px "brandon-grotesque", Helvetica, sans-serif;
    list-style-type: none;
    margin-top: 1em;
    padding: 5px 10px 0 10px;
  }
  #nav #navlist li a {
    color: #242424;
    text-decoration: none;
  }
  #nav #navlist li a:hover {
    border-bottom: 5px solid #b99851;
  }
  #sub_nav {
    width: 100%;
    height: 60px;
    background: #FFF;
    padding-top: 17px;
    margin: 0;
    /*position: fixed;		top: 0px;*/
    z-index: 999;
    /*display: none;*/
    text-align: center;
  }
  #sub_nav #navlist li {
    display: inline;
    font: bold 18px "brandon-grotesque", Helvetica, sans-serif;
    list-style-type: none;
    margin-top: 1em;
    padding: 5px 10px 0 10px;
  }
  #sub_nav #navlist li a {
    color: #242424;
    text-decoration: none;
  }
  #sub_nav #navlist li a:hover {
    border-bottom: 5px solid #b99851;
  }
  #homepage {
    width: 100%;
    height: 920px;
    background: url(../../img/home_bkgd.jpg) 50% 0 no-repeat #ffffff;
    position: relative;
    padding: 0;
    width: 1024px;
  }
  #homepage #pegasus {
    background: url(../../img/pegasus.png);
    height: 220px;
    margin: 150px auto 0 auto;
    width: 280px;
  }
  #homepage #home_text h1 {
    color: #fff;
    font: 120px/100px "brandon-grotesque", Helvetica, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 7px 7px 1px rgba(0, 0, 0, 0.3);
    margin: 0;
  }
  #homepage #home_text p {
    font: normal 30px "skolar", georgia, serif;
    margin: 40px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  #homepage #arrow {
    height: 80px;
    margin: 350px auto;
    width: 82px;
  }
  #intro {
    width: 100%;
    /*background: url(../../img/02.jpg) 50% 0 no-repeat fixed #60441D;*/
    padding: 75px 0 0 0;
    width: 1024px;
  }
  #intro #text {
    margin: 0 auto;
    text-align: center;
    width: 80%;
    max-width: 700px;
  }
  #vision {
    /*background: url(../../img/03.jpg) 50% 0 no-repeat /*fixed*!/ #799950;*/
    padding: 0;
    width: 1024px;
  }
  #vision #marquee #reality {
    visibility: hidden;
  }
  #vision #text {
    margin: 0 auto;
    padding: 50px 0 0 0;
    text-align: center;
    width: 80%;
    max-width: 900px;
  }
  #vision #text p {
    color: #242424;
    font: normal 18px/30px "skolar", georgia, serif;
    margin-bottom: 20px;
  }
  #vision #text h2 {
    color: #242424;
    font: 23px/28px "brandon-grotesque", Helvetica, sans-serif;
    font-weight: 700;
    margin: 0 0 20px 0;
  }
  #ike {
    background: url(../../img/home_ike_mobile.jpg) 50% 0 no-repeat #ffffff;
    position: relative;
    height: 900px;
    padding: 0;
  }
  #ike #text {
    margin: 50px 0 0 7%;
  }
  #ike #text #source {
    border-left: 1px solid #ffffff;
    margin: 0 0 0 0;
    padding-left: 15px;
  }
  #ike #text #source .first_line {
    font: 16px/24px "brandon-grotesque", Helvetica, sans-serif;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
  }
  #ike #text #source .second_line {
    color: #959595;
    font: 12px/26px "brandon-grotesque", Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  #history {
    background: url(../../img/home_history.jpg) 50% 0 no-repeat #ffffff;
    height: 895px;
    padding: 0;
    position: relative;
  }
  #history #caption {
    border: 5px solid #ffffff;
    /*float: left;*/
    margin: 32% auto 0 auto;
    padding: 30px 0 30px 0;
    text-align: center;
    width: 520px;
  }
  #history #caption p {
    font: normal 30px "skolar", georgia, serif;
  }
  #st_louis {
    background: url(../../img/home_st_louis.jpg) 50% 0 no-repeat #ffffff;
    height: 900px;
    padding: 0;
    position: relative;
  }
  #footer {
    width: 1024px;
  }
  #footer #bottom p {
    color: #242424;
    font: normal 11px "skolar", georgia, serif;
  }
  #footer #bottom p a {
    border-bottom: 1px solid #b99851;
    color: #242424;
    text-decoration: none;
  }
  #footer #bottom p a:hover {
    border-bottom: 1px solid #f3f3f3;
  }
  #subpage {
    position: relative;
    width: 1024px;
  }
  #subpage #column .right_column {
    margin: 0 25px 0 0;
    float: right;
    width: 700px;
  }
  #subpage #column .left_column {
    margin: 0 0 0 25px;
    width: 220px;
  }
  /*********************************************************************************************		x. Homepage Intermissions		*********************************************************************************************/#intermission_1 {
    background: url(../../img/home_int_1_mobile.jpg) 50% no-repeat #ffffff;
    position: relative;
  }
  #intermission_2 {
    background: url(../../img/home_int_2_mobile.jpg) 50% no-repeat #ffffff;
    position: relative;
  }
  #intermission_3 {
    background: url(../../img/home_int_3_mobile.jpg) 50% no-repeat #ffffff;
    position: relative;
  }
  #intermission_home_footer {
    background: url(../../img/home_footer.jpg) 50% no-repeat #ffffff;
    position: relative;
  }
  #intermission_vision_footer {
    background: url(../../img/_vision/vision_footer.jpg) 50% no-repeat #ffffff;
    position: relative;
    width: 1024px;
  }
  #intermission_traffic_footer {
    background: url(../../img/_traffic/traffic_footer.jpg) 50% no-repeat #ffffff;
    position: relative;
    width: 1024px;
  }
  #intermission_economics_footer {
    background: url(../../img/_economics/economics_footer.jpg) 50% no-repeat #ffffff;
    position: relative;
    width: 1024px;
  }
  #intermission_publicsafety_footer {
    background: url(../../img/_publicsafety/publicsafety_footer.jpg) 50% no-repeat #ffffff;
    position: relative;
    width: 1024px;
  }
  #intermission_research_footer {
    background: url(../../img/_research/footer.jpg) 50% no-repeat #ffffff;
    position: relative;
    width: 1024px;
  }
  #intermission_support_footer {
    background: url(../../img/_support/support_footer.jpg) 50% no-repeat #ffffff;
    position: relative;
    width: 1024px;
  }
  /*********************************************************************************************x. Footer*********************************************************************************************/#footer #bottom {
    /*.social {			float: none;			height: 28px;			margin: 20px auto;			width: 29px;			}	*/
  }
}
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
