@import url(_page-title.css);
/*=== Typography
Author: Roger
==================================================*/
/*
 * paddings for heading elements
 * h2 { padding: .83em; }
 * h3 { padding: 1em; }
 * h4 { padding: 1.33em; }
 * h5 { padding: 1.67em; }
 * h6 { padding: 2.33em; }
 */
 h1 {
  color: #004990;
  padding: .83em 0;
}
h1.heading {
  /*
   * mimics an h1 element
   */
  font-size: 4.4rem;
}
h1.huge {
  /*
   * used for hero image wraps
   */
  font-size: 60px;
}
h2 {
  color: #004990;
  padding: .83em 0;
}

h2.heading {
  /*
   * mimics an h1 element
   */
  font-size: 4.4rem;
}
h2.legalHeading {
  font-size: 2.0rem;
 
}
h2.huge {
  /*
   * used for hero image wraps
   */
  font-size: 60px;
}

h2:focus, 
h3:focus,
#lowerfare:focus,
#ticketing:focus {
  outline: 2px solid #4D90CD;
}

h3 {
  color: #004990;
  padding: 1em 0;
}

h4 {
  color: #004990;
  padding: 1.33em 0;
}

h5 {
  color: #004990;
  padding: 1.67em 0;
}

h6 {
  padding: 2.33em 0;
}

.page .alpha {
  /* 
   * The .alpha class will destroy all extraneous (margin & padding)
   * dimension measurements within the #page container.
   * @110
   */
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.page .intro {
  font-family: din-web-jetblue, Arial, Helvetica, sans-serif;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.8em;
  padding: 10px 0;
}
.page p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8em;
  padding-top: 20px;
  padding-right: 10px;
}
.page p.fine {
  font-size: 1.2rem;
}
/* .page p a {
  color: #4d90cd;
}
.page p a:hover {
  color: #004990;
  text-decoration: underline;
}
 */
.page ul.sq-bull {
  list-style: none;
}

.page ul.sq-bull li {
  line-height: 2.5rem;
  margin-left: 20px;
  padding-left: 20px;
  background: none;
  list-style: square;
  list-style-image: url(/img/sq-bull.gif) !important;
}

/*.page ul a {
  color: #4d90cd;
}
.page ul a:hover {
  color: #004990;
  text-decoration: underline;
}
*/

/*
 * Retro styles from large-small-col.css
 */
.content-side-layout .content-col {
  width: 638px;
  float: left;
}
.content-side-layout .content-col .intro {
  font-family: din-web-jetblue, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2.0 rem;
  line-height: 2;
  padding-bottom: 20px;
  padding-right: 20px;
}
.content-side-layout .content-col .intro strong {
  font-weight: 600;
}
.content-side-layout .content-col .intro a {
  color: #4d90cd;
}
.content-side-layout .side-col {
  width: 314px;
  margin-left: 10px;
  float: right;
}
.visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
}