.table {
  display: table;
  width: 100%; }

.trow {
  display: table-row; }

.tcell {
  display: table-cell;
  vertical-align: middle; }

.site, .featurettes .featurette h3 {
  -webkit-font-smoothing: antialiased; }

.nowrap {
  white-space: nowrap; }

*, *:before, *:after {
  margin: 0px;
  padding: 0px;
  outline: 0;
  border: 0px;
  background-repeat: no-repeat;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, input, textarea, select {
  font-size: 16px;
  font-family: "Trebuchet MS",Arial, sans-serif; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

header, footer {
  cursor: default; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ul, ol {
  list-style-type: none; }

table {
  border-collapse: collapse; }

th, td {
  vertical-align: baseline; }

th {
  text-align: left; }

a {
  text-decoration: none; }

del {
  text-decoration: line-through; }

sup, sub {
  line-height: 1em; }

img {
  display: block; }

input {
  *line-height: 1em;
  overflow: visible;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

input[type=submit], input[type=button] {
  cursor: pointer;
  background-color: transparent; }

input[type=submit]::-moz-focus-inner {
  padding: 0;
  border: none; }

textarea {
  resize: vertical; }

table.valignmiddle td {
  vertical-align: middle; }

img[align=left], .alignleft {
  margin: 0.5em 2em 1em 0; }

img[align=right], .alignright {
  margin: 0.5em 0 1em 2em; }

img.wp-smiley {
  display: inline;
  vertical-align: middle; }

.hidetext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.hide {
  display: none; }

.floatleft, .alignleft {
  float: left; }

.floatright, .alignright {
  float: right; }

.selfclear {
  overflow: hidden; }

.clearleft {
  clear: left; }

.clearright {
  clear: right; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.clearfloat {
  float: none;
  display: block;
  clear: both;
  height: 0; }

.textleft {
  text-align: left; }

.textcenter {
  text-align: center; }

.textright {
  text-align: right; }

.noborder {
  border: 0; }

.linethrough {
  text-decoration: line-through; }

.fillercell {
  width: 100%; }

.screen-reader-text {
  display: none; }

.loggedinhide, .logged-in .loggedinshow {
  display: block; }

.loggedinshow, .logged-in .loggedinhide {
  display: none; }

@media screen {
  .forprint {
    display: none; } }
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  .noprint {
    display: none; }

  .pagebreak {
    page-break-before: always; }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid; }

  h1, h2, h3, h4, h5, h6, p, ul, ol {
    orphans: 3;
    widows: 3; }

  img {
    max-width: 100% !important;
    height: auto;
    page-break-inside: avoid; } }
.tabletsm-show, .mobile-show, .mobilelg-show, .mobilesm-show {
  display: none; }

@media (max-width: 1000px) {
  .desktop-show, .tablet-hide {
    display: none !important; }

  .tablet-show, .tabletsm-show {
    display: inherit; } }
@media (max-width: 700px) {
  .tabletsm-show, .tablet-show, .mobile-hide {
    display: none !important; }

  .mobilelg-show, .mobile-show {
    display: inherit; }

  a {
    word-wrap: break-word; } }
@media (max-width: 450px) {
  .mobilelg-show {
    display: none !important; }

  .mobilesm-show, .mobile-show {
    display: inherit; } }
a, input[type=submit] {
  -moz-transition: "color 0.3s, background-color 0.3s, border-color 0.3s";
  -o-transition: "color 0.3s, background-color 0.3s, border-color 0.3s";
  -webkit-transition: "color 0.3s, background-color 0.3s, border-color 0.3s";
  transition: "color 0.3s, background-color 0.3s, border-color 0.3s"; }
  a:hover, input[type=submit]:hover {
    -moz-transition: "color 0s, background-color 0s, border-color 0s";
    -o-transition: "color 0s, background-color 0s, border-color 0s";
    -webkit-transition: "color 0s, background-color 0s, border-color 0s";
    transition: "color 0s, background-color 0s, border-color 0s"; }

a {
  color: #0A5890;
  text-decoration: none; }

a:hover {
  color: #0f84d8; }

.ctst, .ctst input, .ctst textarea, .ctst select {
  color: #555; }
.ctst h1, .ctst h2, .ctst h3, .ctst h4, .ctst h5, .ctst h6 {
  padding-top: 1.2em;
  line-height: 1.1em;
  cursor: default; }
.ctst h1 {
  font-size: 2.5em; }
.ctst h2 {
  font-size: 1.8em;
  margin-bottom: -1px; }
.ctst h3 {
  font-size: 1.4em;
  margin-bottom: -2px; }
.ctst h4 {
  font-size: 1.2em;
  margin-bottom: -3px; }
.ctst h5 {
  font-size: 1em;
  margin-bottom: -4px; }
.ctst h6 {
  font-size: 1em;
  margin-bottom: -5px; }
.ctst p, .ctst ul, .ctst ol, .ctst table {
  line-height: 1.8em;
  margin-top: 1.2em; }
.ctst img, .ctst .wp-caption {
  max-width: 100%;
  height: auto; }
.ctst .wp-caption {
  margin-top: 1.2em; }
  .ctst .wp-caption .wp-caption-text {
    margin: 0;
    padding: .5em 1em;
    color: #6e6e6e;
    font-size: .9em;
    font-style: italic;
    text-align: center; }
.ctst ul, .ctst ol {
  margin-left: 1.7em; }
.ctst ul {
  list-style: disc; }
.ctst ol {
  list-style: decimal; }
.ctst ul ul, .ctst ul ol, .ctst ol ul, .ctst ol ol {
  margin-top: 0; }
.ctst li {
  padding: .2em 0; }
.ctst th, .ctst td {
  padding: .7em .5em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  *border-bottom: solid 1px #d4d4d4;
  line-height: 1.4em; }
.ctst th {
  border-bottom-width: 2px; }
.ctst .noborder th, .ctst .noborder td {
  border: 0; }
.ctst table.layoutonly {
  width: 100%; }
  .ctst table.layoutonly th, .ctst table.layoutonly td {
    padding: 0;
    border: 0;
    vertical-align: top; }
.ctst form {
  padding-top: 0.6em; }
  .ctst form p, .ctst form ul, .ctst form ol, .ctst form table {
    margin-top: 0.7em;
    line-height: 1.7em; }
.ctst label {
  display: inline-block;
  padding-left: 0.2em;
  font-weight: bold; }
.ctst input, .ctst textarea, .ctst select {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 0.4em;
  border: solid 1px #dfdfdf;
  border: solid 1px rgba(0, 0, 0, 0.25);
  width: 100%; }
.ctst textarea {
  line-height: 1.4em;
  padding: 0.5em 0.7em; }
.ctst input[type=radio], .ctst input[type=checkbox] {
  padding: 0;
  width: auto; }
.ctst input[type=radio] {
  -webkit-appearance: radio; }
.ctst input[type=checkbox] {
  -webkit-appearance: checkbox; }
.ctst input[type=submit], .ctst a.button {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  width: auto;
  background-color: #0A5890;
  border-color: transparent;
  color: #fff;
  text-transform: uppercase;
  padding: 0.4em 0.9em;
  line-height: 1.2em; }
  .ctst input[type=submit]:hover, .ctst a.button:hover {
    background-color: #0f84d8; }
  .ctst input[type=submit]:active, .ctst a.button:active {
    background-color: #0d75c0; }

.ctst ul.nobullets, .ctst ol.nobullets {
  list-style: none;
  margin-left: 0; }

.content .specs ul, .subnav ul, .widget_sis_upcoming_events ul {
  margin: 0;
  list-style: none; }
  .content .specs ul li, .subnav ul li, .widget_sis_upcoming_events ul li {
    padding: 0; }

@font-face {
  font-family: 'Copperplate29';
  src: url("../fonts/copperplategothicstd-29ab-webfont-webfont.eot");
  src: url("../fonts/copperplategothicstd-29ab-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/copperplategothicstd-29ab-webfont-webfont.woff") format("woff"), url("../fonts/copperplategothicstd-29ab-webfont-webfont.ttf") format("truetype"), url("../fonts/copperplategothicstd-29ab-webfont-webfont.svg#copperplate_gothic_std29_ab") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Copperplate33';
  src: url("../fonts/copperplategothicstd-33bc-webfont-webfont.eot");
  src: url("../fonts/copperplategothicstd-33bc-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/copperplategothicstd-33bc-webfont-webfont.woff") format("woff"), url("../fonts/copperplategothicstd-33bc-webfont-webfont.ttf") format("truetype"), url("../fonts/copperplategothicstd-33bc-webfont-webfont.svg#copperplate_gothic_std33_bc") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MatrixBoldSmallCaps';
  src: url("../fonts/matxbol2-webfont-webfont.eot");
  src: url("../fonts/matxbol2-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/matxbol2-webfont-webfont.woff") format("woff"), url("../fonts/matxbol2-webfont-webfont.ttf") format("truetype"), url("../fonts/matxbol2-webfont-webfont.svg#matrixboldsmallcapsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.site {
  font-family: "Copperplate33", sans-serif; }

.ctst h1, .ctst h2, .ctst h3, .ctst h4, .ctst h5, .ctst h6, .featurettes h2, .featurettes h3, .featurettes p.more, .home .front-page .quote .more a, .sidebar .kermit, .sidebar .subnav h4, .sidebar .subnav h3, .sidebar .widget_sis_upcoming_events h4, .sidebar .widget_sis_upcoming_events h3 {
  font-family: "MatrixBoldSmallCaps", serif; }

body {
  background-color: #4196CF; }

.fof-background {
  background-color: #4196CF;
  -moz-box-shadow: 130px 100px 200px #0A5890 inset, -130px -100px 200px #0A5890 inset;
  -webkit-box-shadow: 130px 100px 200px #0A5890 inset, -130px -100px 200px #0A5890 inset;
  box-shadow: 130px 100px 200px #0A5890 inset, -130px -100px 200px #0A5890 inset; }
  .home .fof-background {
    -moz-box-shadow: 130px 100px 200px #0a5890 inset, -130px -720px 200px #0a5890 inset;
    -webkit-box-shadow: 130px 100px 200px #0a5890 inset, -130px -720px 200px #0a5890 inset;
    box-shadow: 130px 100px 200px #0a5890 inset, -130px -720px 200px #0a5890 inset; }

.centered {
  position: relative;
  margin: 0 auto;
  width: 980px;
  padding: 0 10px; }

.content {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  width: 70.3%;
  margin-right: 1em;
  border: 3px solid #B3D7EF; }
  .content .padding {
    padding: 1.5em 2em 2em;
    overflow: hidden; }
  .content .hentry {
    position: relative; }

.notification {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZTIzNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmYmYzNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eee235), color-stop(100%, #efbf37));
  background-image: -moz-linear-gradient(#eee235, #efbf37);
  background-image: -webkit-linear-gradient(#eee235, #efbf37);
  background-image: linear-gradient(#eee235, #efbf37);
  height: 33px;
  padding: 10px 0;
  color: #ee0000;
  font-size: 13px;
  font-weight: bold;
  text-align: center; }

nav.social {
  position: relative;
  padding-top: .75em;
  font-size: 1.125em;
  text-align: right;
  z-index: 4; }
  nav.social a {
    color: #E9E3BE; }
    nav.social a:hover {
      color: #fff; }

header.banner {
  height: 178px; }

.support {
  width: 49%;
  padding-top: 32px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 5;
  font-size: 0; }
  .support.left {
    padding-right: 131px;
    text-align: right; }
  .support.right {
    padding-left: 140px;
    text-align: left; }
  .support a {
    color: #CBDDE9; }
  .support li:hover a, .support li.current-menu-item a, .support li.current-page-ancestor a {
    color: #fff; }
  .support > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase; }
    .support > ul > li > a {
      display: block;
      padding: 13px 23px; }
    .support > ul > li.search {
      padding: 11px 0 11px 23px; }
      .support > ul > li.search input[type=text] {
        width: 50px; }
  .support .sub-menu {
    width: 200px;
    height: 0px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 41px;
    left: 0;
    font-weight: normal;
    text-transform: capitalize; }
    .support .sub-menu a {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
      opacity: 0.9;
      padding: .9em 1.6em;
      display: block;
      background-color: #214760;
      color: #fff;
      font-size: 1.125em; }
      .support .sub-menu a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        background-color: rgba(50, 140, 200, 0.8); }

.logo {
  width: 250px;
  height: 79px;
  position: absolute;
  top: 40px;
  left: 36.6%;
  z-index: 5; }
  .logo a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 50%;
    text-indent: -9999px; }

.site {
  width: 100%;
  min-height: 163px;
  padding: 132px 21% 0;
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url(../images/nav-beige.png);
  background-position: center top;
  z-index: 3; }
  .site > ul > li {
    padding: 0 38px;
    display: inline-block;
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .site > ul > li:hover a, .site > ul > li.current-menu-item a, .site > ul > li.current-page-ancestor a {
      color: #1f4761; }
    .site > ul > li.aircraft {
      padding: 0; }
      .site > ul > li.aircraft .sub-menu {
        left: -50px; }
    .site > ul > li.events .sub-menu {
      left: -20px; }
    .site > ul > li > a {
      padding: 14px 0;
      color: #1f4761; }
      .site > ul > li > a:hover {
        color: #2774a5; }
  .site .sub-menu {
    width: 220px;
    height: 0;
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 31px;
    z-index: 99;
    background-color: #E9E4BC;
    border: 3px solid #000;
    border-top: none;
    font-family: "Trebuchet MS", sans-serif;
    font-size: .75em;
    letter-spacing: 0;
    text-shadow: none;
    text-transform: none; }
    .site .sub-menu, .site .sub-menu li:last-child a {
      -moz-border-radius: 0 0 24px 24px;
      -webkit-border-radius: 0;
      border-radius: 0 0 24px 24px; }
    .site .sub-menu a {
      padding: .8em 1.5em;
      display: block;
      color: #1f4761;
      border-top: 1px solid #a9a9a9;
      border-bottom: 1px solid #666; }
      .site .sub-menu a:hover {
        background-color: #f3efd8; }
    .site .sub-menu li:first-child a {
      border-top: none; }

.home .main {
  margin-top: 0; }
  .home .main h2 a {
    color: #1F4761; }
    .home .main h2 a:hover {
      color: #fff; }

.featurettes {
  width: 100%;
  height: 150px;
  position: relative;
  z-index: 2; }
  .featurettes > h2:first-child {
    padding: 0 0 20px 30px;
    position: absolute;
    left: 0;
    top: 0;
    color: #074688;
    font-size: 2.25em; }
  .featurettes .featurette {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 205px;
    height: 101px;
    position: absolute;
    bottom: 0;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    background-color: #214760;
    background-position: 3px 66px; }
    .featurettes .featurette.open {
      height: 340px; }
    .featurettes .featurette.item-0 {
      left: 47px; }
    .featurettes .featurette.item-1 {
      left: 265px; }
    .featurettes .featurette.item-2 {
      left: 480px; }
    .featurettes .featurette.item-3 {
      right: 58px; }
    .featurettes .featurette h3 {
      display: table;
      width: 100%;
      height: 71px;
      padding: 0 .5em;
      background-color: #214760;
      color: #FFF;
      font-size: 1.5em;
      text-align: center; }
      .featurettes .featurette h3 span {
        display: table-cell;
        vertical-align: middle; }
    .featurettes .featurette p {
      padding: 143px 10px 53px;
      color: #fff;
      color: rgba(255, 255, 255, 0.7);
      font-size: 13px; }
      .featurettes .featurette p.more {
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0;
        border-radius: 0 0 5px 5px;
        width: 100%;
        height: 30px;
        padding: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #E9E3BE;
        font-size: 1.125em;
        text-align: center; }
        .featurettes .featurette p.more a {
          padding: 5px;
          display: block;
          color: #1f4761; }

.home .front-page {
  color: #abd7f5;
  text-align: center; }
  .home .front-page h2 {
    color: #fff;
    font-size: 2em; }
  .home .front-page .summary {
    padding: 0 17%; }
  .home .front-page img {
    margin: 0 auto; }
  .home .front-page .quote {
    margin: 0 120px;
    position: relative;
    overflow: hidden;
    text-align: left; }
    .home .front-page .quote h3 {
      padding: 0;
      position: absolute;
      top: 77px;
      left: 53%;
      color: #209df1;
      font-size: 2em;
      text-shadow: 0 2px rgba(0, 0, 0, 0.5); }
    .home .front-page .quote .textwidget {
      margin: 6em 0 0 3em;
      padding: 2em 2em 2em 0;
      background-color: #105D93;
      font-style: italic;
      font-family: "Georgia", "Times New Roman", serif;
      line-height: 1.5em; }
    .home .front-page .quote .kermit {
      float: left;
      margin: -6em 2em 0 -3em; }
    .home .front-page .quote img {
      margin: 0; }
    .home .front-page .quote .more {
      margin: 0;
      text-align: center; }
      .home .front-page .quote .more a {
        display: block;
        margin: 3px 1.75em 0;
        padding: 5px;
        background-color: #1D679A;
        color: #fff;
        font-size: 1.25em;
        font-style: normal; }

.articles {
  text-align: left; }
  .articles h2 {
    padding-left: 30px; }
  .articles article {
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 31%;
    margin: 1.2em 1% 0;
    padding: 1.5em 1.5em;
    display: inline-block;
    vertical-align: top;
    background-color: rgba(255, 255, 255, 0.3);
    color: #244F6C; }
    .articles article .post-thumbnail {
      margin-bottom: 1em; }
    .articles article .meta {
      margin: 0;
      font-size: .75em;
      line-height: 1.3em; }
    .articles article .title {
      padding-top: .5em;
      font-size: 1.675em;
      line-height: .9em; }
    .articles article .text {
      font-size: .875em; }
    .articles article:hover {
      background-color: rgba(255, 255, 255, 0.5); }

.slideshow {
  width: 900px;
  margin: 0 auto;
  height: 447px;
  position: relative; }
  .slideshow .slide {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .slideshow .slide.current {
      display: block; }
    .slideshow .slide img {
      margin: 0 auto; }
  .slideshow .slidenav {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
    .slideshow .slidenav a {
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      display: block;
      width: 35px;
      height: 45px;
      position: absolute;
      top: 45%;
      background-image: url(../images/icons/slideshow-nav.png);
      text-indent: -9999px; }
      .slideshow .slidenav a.prev-slide {
        left: -40px;
        background-position: left center; }
        .slideshow .slidenav a.prev-slide:hover {
          left: -44px; }
      .slideshow .slidenav a.next-slide {
        right: -40px;
        background-position: right center; }
        .slideshow .slidenav a.next-slide:hover {
          right: -44px; }

.main {
  margin-top: 3em;
  padding-bottom: 5em; }

.content, .sidebar {
  display: inline-block;
  vertical-align: top; }

.content {
  position: relative;
  background-color: #fff; }
  .content .breadcrumbs {
    margin: 0 6em 1em 0;
    font-size: .875em; }
  .content .attachment-post-thumbnail:first-child {
    -moz-border-radius: 22px 22px 0 0;
    -webkit-border-radius: 22px;
    border-radius: 22px 22px 0 0;
    width: 100%; }
  .content iframe {
    width: 100%;
    height: 340px; }
  .content .specs {
    width: 35%;
    margin: 3em 0 1.2em 2em;
    float: right;
    background-color: #E0EEF8;
    font-size: .875em; }
    .content .specs h3 {
      padding: .5em;
      background-color: #0F4B73;
      color: #E0EEF8;
      text-align: center; }
    .content .specs ul li {
      padding: 9px 20px;
      border-top: 1px solid #f0f8fe;
      border-bottom: 1px solid #abd2ed;
      line-height: 1.3em; }
      .content .specs ul li:first-child {
        border-top: none; }
      .content .specs ul li:last-child {
        border-bottom: none; }
  .content .wpcf7 div.wpcf7-response-output {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: -3.08em 0 0 5em;
    padding: .49em 1em;
    background-color: #3F94CD;
    border: none !important;
    color: #FFF;
    font-style: italic; }
  .content .post-edit-link {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-top: 0;
    padding: 0 1em;
    display: block;
    position: absolute;
    top: -3.5em;
    right: 0;
    background-color: rgba(10, 88, 144, 0.8);
    color: #fff;
    font-size: .75em;
    text-align: center; }
    .content .post-edit-link:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
  .content .testimonials-archive {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    column-gap: 3em;
    -moz-column-rule: 2px solid #ddd;
    -webkit-column-rule: 2px solid #ddd;
    column-rule: 2px solid #ddd;
    margin-top: 1.5em; }
    .content .testimonials-archive .testimonial {
      width: 100%;
      padding: 1.25em .5em;
      display: inline-block;
      border-top: 1px solid #ddd; }
    .content .testimonials-archive p {
      margin-top: 0;
      font-style: italic;
      line-height: 1.4em; }
    .content .testimonials-archive .meta {
      margin-top: .4em;
      font-size: .875em;
      font-style: normal; }
      .content .testimonials-archive .meta span {
        display: block; }

.postdata h1 {
  padding: 0; }

#pagination {
  margin-left: 70px;
  text-align: center; }
  #pagination .page-numbers {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    margin-right: 2px;
    display: inline-block;
    background-color: #0A5890;
    color: #fff;
    line-height: 32px;
    vertical-align: middle; }
    #pagination .page-numbers.current {
      background-color: #41a8f2;
      color: #000; }
  #pagination a:hover {
    background-color: #0f84d8; }
  #pagination .next, #pagination .prev {
    width: auto;
    background-color: transparent;
    color: #0A5890;
    font-family: "FontAwesome";
    font-size: .875em;
    font-weight: normal; }
    #pagination .next:hover, #pagination .prev:hover {
      background-color: transparent;
      color: #0f84d8; }
  #pagination .next:before {
    content: "\f061"; }
  #pagination .prev:before {
    content: "\f060"; }

.coupon .wpcf7 .coupon-request input[type="email"] {
  width: 75%;
  margin-right: 1em; }
.coupon .wpcf7 div.wpcf7-response-output {
  margin: 0; }

img.wpcf7-captchac {
  float: left;
  margin-top: 5px; }

input.wpcf7-captchar {
  width: 90px; }

.webcinema {
  margin-top: 1.2em;
  white-space: normal; }
  .webcinema .webcinema_slider_content {
    margin: 0;
    cursor: ew-resize; }
  .webcinema .webcinema_slider {
    height: 109px !important; }

.search-results .searchform {
  padding-bottom: 2em; }
.search-results h2, .search-results .meta {
  margin: 0;
  padding: 0; }
.search-results .hentry {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 2px solid #dfdfdf; }
  .search-results .hentry:before {
    width: 26px;
    margin-left: -6px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    background-color: #fff;
    content: "\f072";
    color: #bbb;
    font-family: "FontAwesome";
    font-size: .75em;
    text-align: center; }

.sidebar {
  width: 28%; }
  .sidebar .widget_text h3 {
    display: none; }
  .sidebar .widget_text p {
    margin-top: 2em; }
  .sidebar .widget_text:first-child p {
    margin: 0; }
  .sidebar .schedule a {
    width: 270px;
    height: 102px;
    display: block;
    background-image: url(../images/schedule-visit-button.png);
    background-size: 100%;
    text-indent: -9999px; }
  .sidebar .collection a {
    height: 266px;
    display: block;
    background-image: url(../images/collection-small.png);
    background-position: center top;
    text-indent: -9999px; }
  .sidebar .kermit img {
    margin: 0 auto; }
  .sidebar .kermit a {
    margin: .5em 20%;
    padding: 4px;
    display: block;
    background-color: #17669C;
    color: #fff;
    font-size: 1.125em;
    text-align: center; }
  .sidebar .testimonial {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    margin-top: 2em;
    padding: 0 1.25em 1.25em;
    background-color: #B3D7F0;
    border: 3px solid #7fbbe6;
    color: #42515c; }
    .sidebar .testimonial:first-child {
      margin-top: 0; }
    .sidebar .testimonial h3 {
      -moz-border-radius: 9px 9px 0 0;
      -webkit-border-radius: 9px;
      border-radius: 9px 9px 0 0;
      margin: 0 -20px;
      padding: .375em 1em;
      background-color: #36607c;
      color: #dfeaf1;
      line-height: 1em; }
    .sidebar .testimonial p {
      font-style: italic;
      line-height: 1.4em; }
    .sidebar .testimonial h4 {
      padding-top: .5em; }

.subnav, .widget_sis_upcoming_events {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 5px;
  background-color: #fff;
  border: 3px solid #B3D7F0; }
  .sidebar .subnav h4, .sidebar .subnav h3, .sidebar .widget_sis_upcoming_events h4, .sidebar .widget_sis_upcoming_events h3 {
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px;
    border-radius: 8px 8px 0 0;
    padding: .5em 0 .5em 1em;
    background-color: #427598;
    color: #fff;
    font-size: 1.2em; }
  .subnav ul, .widget_sis_upcoming_events ul {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; }
  .subnav > ul > li:last-child > a, .widget_sis_upcoming_events > ul > li:last-child > a {
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0;
    border-radius: 0 0 8px 8px; }
  .subnav > ul > li.has-children.current_page_item:last-child > a, .subnav > ul > li.has-children.current_page_ancestor:last-child > a, .subnav > ul > li.current-cat.has-children:last-child > a, .subnav > ul > li.current-cat-parent.has-children:last-child > a, .widget_sis_upcoming_events > ul > li.has-children.current_page_item:last-child > a, .widget_sis_upcoming_events > ul > li.has-children.current_page_ancestor:last-child > a, .widget_sis_upcoming_events > ul > li.current-cat.has-children:last-child > a, .widget_sis_upcoming_events > ul > li.current-cat-parent.has-children:last-child > a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .subnav > ul > li.has-children.current_page_item:last-child > .children li:last-child a, .subnav > ul > li.has-children.current_page_ancestor:last-child > .children li:last-child a, .subnav > ul > li.current-cat.has-children:last-child > .children li:last-child a, .subnav > ul > li.current-cat-parent.has-children:last-child > .children li:last-child a, .widget_sis_upcoming_events > ul > li.has-children.current_page_item:last-child > .children li:last-child a, .widget_sis_upcoming_events > ul > li.has-children.current_page_ancestor:last-child > .children li:last-child a, .widget_sis_upcoming_events > ul > li.current-cat.has-children:last-child > .children li:last-child a, .widget_sis_upcoming_events > ul > li.current-cat-parent.has-children:last-child > .children li:last-child a {
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0;
    border-radius: 0 0 8px 8px; }
  .subnav > ul > li a, .widget_sis_upcoming_events > ul > li a {
    display: block;
    padding: .7em 1.5em .6em;
    position: relative;
    background-color: #B3D7F0;
    border-bottom: 1px solid #55a4dd;
    border-top: 1px solid #e5f1fa;
    font-size: .875em;
    line-height: 1em; }
    .subnav > ul > li a:hover, .widget_sis_upcoming_events > ul > li a:hover {
      color: #0773c0; }
  .subnav > ul > li > a:hover, .widget_sis_upcoming_events > ul > li > a:hover {
    background-color: #d0e6f6; }
  .subnav > ul > li.current_page_item > a, .subnav > ul > li.current_page_ancestor > a, .subnav > ul > li.current-cat > a, .subnav > ul > li.current-cat-parent > a, .widget_sis_upcoming_events > ul > li.current_page_item > a, .widget_sis_upcoming_events > ul > li.current_page_ancestor > a, .widget_sis_upcoming_events > ul > li.current-cat > a, .widget_sis_upcoming_events > ul > li.current-cat-parent > a {
    background-color: #9dcbec;
    color: #0a4f80; }
  .subnav > ul > li.has-children > a:after, .widget_sis_upcoming_events > ul > li.has-children > a:after {
    content: "\f116";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 1.25em;
    margin-top: -6px; }
  .subnav > ul > li.current_page_item.has-children > a:after, .subnav > ul > li.current_page_ancestor > a:after, .widget_sis_upcoming_events > ul > li.current_page_item.has-children > a:after, .widget_sis_upcoming_events > ul > li.current_page_ancestor > a:after {
    content: "\f117"; }
  .subnav > ul > li li > a, .widget_sis_upcoming_events > ul > li li > a {
    padding-left: 2.5em;
    background-color: #c3dff3;
    color: #0c6cb0;
    border-bottom: 1px solid #95c6ea;
    font-size: 13px; }
    .subnav > ul > li li > a:hover, .widget_sis_upcoming_events > ul > li li > a:hover {
      background-color: #d4e8f7; }
  .subnav > ul > li li.current_page_item > a, .subnav > ul > li li.current-cat a, .widget_sis_upcoming_events > ul > li li.current_page_item > a, .widget_sis_upcoming_events > ul > li li.current-cat a {
    background-color: #aad2ee;
    color: #0b63a2; }
  .subnav > ul > li li li a, .widget_sis_upcoming_events > ul > li li li a {
    padding-left: 3.5em;
    background-color: #cce4f5; }
  .subnav ul ul, .widget_sis_upcoming_events ul ul {
    display: none; }
  .subnav .current_page_item > .children, .subnav .current_page_ancestor > .children, .subnav .current-cat > .children, .subnav .current-cat-parent > .children, .subnav .current_page_ancestor .current_page_item > .children, .widget_sis_upcoming_events .current_page_item > .children, .widget_sis_upcoming_events .current_page_ancestor > .children, .widget_sis_upcoming_events .current-cat > .children, .widget_sis_upcoming_events .current-cat-parent > .children, .widget_sis_upcoming_events .current_page_ancestor .current_page_item > .children {
    display: block; }

footer.stars {
  height: 38px;
  background-color: #020000;
  background-image: url(../images/footer-stars.png);
  background-position: center center;
  background-repeat: repeat-x; }

footer.credits {
  padding: 3em 0 4em;
  background-color: #b20b12;
  font-size: .75em; }
  footer.credits, footer.credits a {
    color: #000; }
  footer.credits .searchform {
    float: right; }
    footer.credits .searchform input {
      font-size: 1em; }
      footer.credits .searchform input[type="text"] {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin-right: .75em;
        padding: .2em .4em; }
      footer.credits .searchform input[type="submit"] {
        color: #fff; }
  footer.credits li, footer.credits a {
    display: inline-block; }
  footer.credits a {
    padding: 0 .4em;
    border-left: 1px solid #000; }
  footer.credits li:first-child a {
    border: none;
    padding-left: 0; }
  footer.credits p {
    margin-top: 1em; }

.blog .hentry {
  margin-top: 2.5em;
  padding-top: 2.5em;
  border-top: 2px solid #dfdfdf; }
  .blog .hentry:before {
    width: 26px;
    margin-left: -6px;
    position: absolute;
    top: -5px;
    left: 50%;
    background-color: #fff;
    content: "\f072";
    color: #bbb;
    font-family: "FontAwesome";
    font-size: .75em;
    text-align: center; }
  .blog .hentry:first-child {
    margin: 0;
    padding-top: 1em;
    border: none; }
    .blog .hentry:first-child:before {
      display: none; }
.blog .column {
  width: 70px;
  margin: 0 1.5em 0 -1em;
  padding: 5px;
  float: left;
  border: 1px solid #ddd; }
  .blog .column img {
    margin-bottom: 8px; }
  .blog .column .button {
    margin-top: 6px;
    text-align: center; }
.blog .postdata .alignright {
  margin: 0; }
.blog .postdata .meta {
  margin-top: 0;
  color: #888;
  font-size: .875em;
  line-height: 1.4em; }
.blog .postdata .title {
  margin-top: .25em;
  padding-top: .25em;
  border-top: 1px solid #ddd;
  font-size: 2.5em; }
.blog .blog-content {
  width: auto;
  overflow: hidden; }
.blog .fb-comments {
  margin-top: 1.5em; }

.press-releases .release {
  margin-top: 1.2em;
  padding: 0 1em;
  border-top: 1px solid #dfdfdf; }
  .press-releases .release .meta {
    margin-top: 1em;
    font-size: .75em;
    font-weight: bold;
    text-transform: uppercase; }
  .press-releases .release .summary {
    margin-top: .5em;
    color: #5f5f5f;
    font-size: .875em;
    line-height: 1.5em; }

.search .content #s {
  width: 68%; }

.slider-gallery {
  width: 100%;
  min-height: 370px;
  margin-top: 24px;
  position: relative;
  float: left; }
  .slider-gallery .images {
    width: 100%;
    position: relative; }
  .slider-gallery .image {
    width: inherit;
    height: 370px;
    position: absolute;
    background-position: center;
    background-color: #e5f1fa;
    overflow: hidden; }
  .slider-gallery .caption {
    position: relative;
    margin-top: 370px; }
  .slider-gallery .captions p {
    margin-top: 0; }
  .slider-gallery #gallery_nav {
    width: 100%;
    position: absolute;
    top: 130px;
    left: 0; }
    .slider-gallery #gallery_nav a {
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
      opacity: 0.4;
      display: block;
      width: 32px;
      height: 96px;
      text-indent: -9999px;
      background-color: #fff;
      position: absolute;
      top: 0; }
      .slider-gallery #gallery_nav a:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        border: solid 8px transparent;
        top: 50%;
        left: 50%;
        margin-top: -8px; }
      .slider-gallery #gallery_nav a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7; }
      .slider-gallery #gallery_nav a:active {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-transition-duration: 0.1s;
        -o-transition-duration: 0.1s;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s; }
      .slider-gallery #gallery_nav a#back {
        left: 0; }
        .slider-gallery #gallery_nav a#back:active {
          left: -4px; }
        .slider-gallery #gallery_nav a#back:before {
          border-right-color: #073b60;
          margin-left: -12px; }
      .slider-gallery #gallery_nav a#next {
        right: 0; }
        .slider-gallery #gallery_nav a#next:active {
          right: -4px; }
        .slider-gallery #gallery_nav a#next:before {
          border-left-color: #073b60;
          margin-left: -4px; }

.slider-gallery .caption, .wp-caption-text {
  position: relative;
  min-height: 23px;
  padding: 15px 22px;
  background-color: #f2f8fd;
  color: #5e86a2;
  line-height: 1.5em;
  font-style: italic; }

.gallery .gallery-item {
  width: 33%;
  margin-top: 1.8em;
  display: inline-block;
  position: relative; }
  .gallery .gallery-item:hover .wp-caption-text {
    display: block; }
  .gallery .gallery-item img {
    margin: 0 auto; }
  .gallery .gallery-item .wp-caption-text {
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    width: 250px;
    display: none;
    position: absolute;
    bottom: 170px;
    left: 50%;
    margin-left: -125px;
    font-size: .75em;
    text-align: left; }
    .gallery .gallery-item .wp-caption-text:before, .gallery .gallery-item .wp-caption-text:after {
      width: 0;
      height: 0;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -10px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #F2F8FD;
      content: " "; }
    .gallery .gallery-item .wp-caption-text:before {
      bottom: -11px;
      margin-left: -9px;
      border-top-color: rgba(0, 0, 0, 0.2); }

.page-template-template-landing-page-php .children.aircraft .child {
  padding-top: 2em;
  border-top: 2px solid #ddd; }
  .page-template-template-landing-page-php .children.aircraft .child h3 {
    font-size: 1.75em; }
  .page-template-template-landing-page-php .children.aircraft .child img {
    width: 100%;
    margin-bottom: 1.5em;
    float: none; }
  .page-template-template-landing-page-php .children.aircraft .child .grandchildren {
    -moz-column-width: 150px;
    -webkit-column-width: 150px;
    column-width: 150px;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-gap: 2em;
    -moz-column-rule: 2px solid #ddd;
    -webkit-column-rule: 2px solid #ddd;
    column-rule: 2px solid #ddd;
    margin-left: 0;
    font-size: .875em;
    list-style: none; }
    .page-template-template-landing-page-php .children.aircraft .child .grandchildren li {
      -moz-page-break-inside: avoid;
      -webkit-column-break-inside: avoid;
      break-inside: avoid; }
.page-template-template-landing-page-php .child {
  margin-top: 2em;
  overflow: hidden;
  clear: left; }
  .page-template-template-landing-page-php .child img {
    width: 235px;
    margin-right: 1.2em; }
  .page-template-template-landing-page-php .child h3 {
    padding: 0; }
  .page-template-template-landing-page-php .child p {
    width: auto;
    overflow: hidden;
    font-size: .875em;
    line-height: 1.5em; }

.accordion {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin-top: 1.5em;
  border: 2px solid #B3D7EF; }
  .accordion .reed {
    height: 47px;
    padding-bottom: .875em;
    overflow: hidden; }
    .accordion .reed.open {
      height: auto; }
    .accordion .reed h3 {
      padding: .6em 1em .4em;
      background-color: #B3D7F0;
      border-top: 1px solid #55A4DD;
      color: #0A5890;
      cursor: pointer; }
    .accordion .reed ul {
      margin: 1em 2.75em 0; }
    .accordion .reed:first-child h3 {
      -moz-border-radius: 9px 9px 0 0;
      -webkit-border-radius: 9px;
      border-radius: 9px 9px 0 0;
      border-top: none; }
    .accordion .reed:last-child h3 {
      -moz-border-radius: 0 0 9px 9px;
      -webkit-border-radius: 0;
      border-radius: 0 0 9px 9px; }
    .accordion .reed:last-child.open h3 {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
