@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-VariableFont_wght.ttf")  format("truetype");
  font-display: block;
}

@font-face {
  font-family: "Roboto";
  src: url("../../../fonts/Roboto-VariableFont_wdth,wght.ttf")  format("truetype");
  font-display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", arial, sans-serif;
  font-size: 1em;
  line-height: 1.8em;
  color: #5e5e5e;
  font-weight:  300;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4 {
  /* font-family: "Raleway",serif; */
  color: #707070;
  padding-left: 12px;
  line-height: 100%;
  font-weight: 100;
}

h1 {
  font-size: 2em;
  line-height: 1em;
  text-align: left;
  font-weight:  500;
  padding-left: 0;
}

.item-title h1, .page-header h1, .item-title h2, .page-header h2, .item-title h3, .page-header h3, .item-title h4, .page-header h4, .item-title h5, .page-header h5, .item-title h6, .page-header h6 {
  font-size: 2.4rem;
  font-weight: 200;
  margin: 0px;
  text-align: center;
}

h2 {
  font-size: 3.4em;
}


.page-header:after, .item-title:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 20px;
  width: 100px;
  z-index: 0;
}

h3 {
  text-transform: unset;
  font-size: 1.3em;
}

.block-quote {
  margin-top: 20px;
  padding: 5px 0px 5px 12px;
  border-left: 2px solid #83acce;
}

.block-quote h1,.block-quote h2,.block-quote h3 {
  border: 0;
  margin: 5px 0;
}

h4 {
  padding-left: 0;
  border-left: 0;
  margin-bottom: -14px;
  font-size: 119%;
}

a {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #596372;
}

a:hover {
  color: #888;
}

.sidebar-a a {
  text-decoration: none;
}

.readon {
  padding: 10px 25px;
  display: inline-block;
  margin-top: 12px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #83acce;
  color: #fff;
  border-bottom: 2px solid #3C6587;
  position: relative;
}

.readon:hover {
  background-color: #3C6587;
  color: #fff;
  border-bottom: 2px solid #214A6C;
}

.staff-photo {
    float: left;
    margin: 7px 25px 0 0;
    width: 20%;
    min-width: 200px;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 92%;
  padding: 6% 4%;
}

.width-30 {
  width: 30%;
}

.width-45 {
  width: 45%;
}

.width-95 {
  width: 95%;
}

.invisible {
  display: none !important;
}

#verytop {
  transition: all 0.5s ease-in-out;
  display: block;
  width: 100%;
  text-align: center;
  background: #444444;
  color: #fff;
  position: relative;
  z-index: 22;
  margin: -10px auto 0px;
  height: 55px;
  background-image: url(../images/patterns/noise.png);
}

#verytop-boxes {
  margin: 0 auto;
  max-width: 1200px;
}

#verytop h3 {
  color: #fff;
}

#verytop-a {
  display: inline-block;
  vertical-align: top;
}

#verytop-b {
  text-align: right;
}

#verytop-b, #verytop-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}

#verytop-b.width-45, #verytop-c.width-45 {
  margin-left: 6% !important;
}

#header-surround {
  background: #000 url(/images/bkg-header.png) no-repeat fixed;
  background-position: 50% 0px;
  background-size: cover;
  display: flex;
  align-items: center;     /* vertical center */
  justify-content: center; /* horizontal center */
  animation-duration: .5s;
  animation-fill-mode: both;
  z-index: 1000;
  right: 0;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}

#header {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 92%;
  padding: 30px 4% 10vh 4%;
  display: flex;
  flex-direction: column;  /* stack logo + menu */
  align-items: center;     /* center horizontally */
  justify-content: center; /* center vertically */
}

body.home #header {
  min-height: 73vh;
  padding: 18px 4% 27vh 4%;
}

  #maximenuck204-mobile-bar {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #000;
    height: 65px;
  }
  #maximenuck204-mobile-bar .mobilemenuck-bar-button {
    display: block !important;
    position: absolute !important;
    top: 0;
    right: 0;
    width: 50px;
    height: 60px;
    z-index: 10000;
    background: #000;
    font-family: sans-serif;
    font-size: 65px !important;
    line-height: 55px;
    color: rgba(255,255,255,.7) !important;
  }

#header-a {
  display: inline-block;
  vertical-align: top;
}

#header-b, #header-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}

.maximenuckh {
  display: flex;
  justify-content: center;
}

div#maximenuck204 ul.maximenuck {
  display: inline-flex !important;   /* key: shrink to content */
  justify-content: center;
  flex-wrap: wrap;
  width: auto;            /* override any 100% */
  padding: 0;
  margin: 0 auto;         /* center horizontally */
  background: none;
  text-transform: uppercase;
}

div#maximenuck204 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck204 ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck197 ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck197 ul.maximenuck li.maximenuck.level1.active > span.separator {
  text-shadow: none;  
  color: #fff;
}

div#maximenuck204 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck204 ul.maximenuck li.maximenuck.level1 > span.separator {
  padding: 5px 20px;
}

div#maximenuck204 ul.maximenuck li.maximenuck.level1:hover > a span.titreck {
  color: #fff;
}

div#maximenuck204 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > a, div#maximenuck204 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h2 a, div#maximenuck197 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h3 a, div#maximenuck197 ul.maximenuck li.maximenuck ul.maximenuck2 li.active > a, div#maximenuck197 ul.maximenuck2 li:hover > a, div#maximenuck197 ul.maximenuck2 li:hover > h2 a, div#maximenuck197 ul.maximenuck2 li:hover > h3 a {

}

div#maximenuck204 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck204 ul.maximenuck li.maximenuck.level1.active {
  border: 0px;
  background: none;
  background-color: rgba(0, 0, 0, 0.0);
}

div#maximenuck204 ul.maximenuck li.maximenuck.level1.active {
  border: 0;
  background: none;
}

div#maximenuck204 ul.maximenuck li.maximenuck ul.maximenuck2 li.active > a {
  color: black;
}

div#maximenuck204 ul.maximenuck2 li:hover > a, div#maximenuck204 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > a {

}

div#maximenuck204 span, div#maximenuck204-mobile span {
  font-family: "Roboto", Arial, sans-serif !important;
  font-weight: 400;
  letter-spacing: .5px;
  font-size: 14px;
  opacity: 100;
}

div#maximenuck204-mobile span {
  font-weight: 300;
  font-size: 18px;
  opacity: 75;
}

div#maximenuck204 a:before {
  font-size: 23px;
  color: rgba(255,255,255,.3);
  margin-bottom: 10px;
}

div#maximenuck204-mobile a:before { /*hide icons on mobile*/
  display: none;
}

.mobilemenuck {
  background: #232323 !important;
}

.mobilemenuck-item:hover {
  background: #000;
}

.mobilemenuck a {
  text-decoration: none;
  line-height: 60px !important;
}

.mobilemenuck a:hover {
  text-decoration: underline;
}

div#maximenuck204 ul.maximenuck li.maximenuck.level1:hover a:before{
  color: rgba(255,255,255,.6);
}

#drawer {
  margin: 0 auto;
  max-width: 1200px;
  width: 92%;
  padding: 10px 4%;
}

#showcase-a {
  display: inline-block;
  vertical-align: top;
}

#showcase-b, #showcase-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}

.layout-slideshow {
  margin-top: 60px;
  margin-bottom: 58px;
  padding-top: 6px;
}

#breadcrumb {
  margin: 0 auto;
  max-width: 1200px;
  width: 92%;
  padding: 10px 4%;
}

ul.breadcrumb li {
  background: none;
  display: inline-block;
}

#top-a {
  display: inline-block;
  vertical-align: top;
  text-align:  left;
}

#top-b, #top-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}

#utility-a {
  display: inline-block;
  vertical-align: top;
}

#utility-b, #utility-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}

#feature {
  background: url(/images/bkg-top.png) no-repeat fixed;
  background-position: 50% 0px;
  background-size: cover;
  padding: 29px 4%;
  background-color: #000;
  color: rgba(255,255,255,.7);
}

#feature-boxes {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

#feature h2, #feature h3 {
  font-size: 2em;
  color: rgba(255,255,255,.8);
  margin-top: 5px;
  padding: 0;
}

#feature-a {
  display: inline-block;
  vertical-align: top;
}

#feature-b, #feature-c {
  display: inline-block;
  margin-left: 5%;
  vertical-align: top;
}

.feature-icon {
    display: inline-block;
    font-size: 0px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

#maintop-a {
  display: inline-block;
  vertical-align: top;
}

#maintop-b, #maintop-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}

#maintop-a img, #maintop-b img, #maintop-c img {
  width: 100%;
}

#expandedtop-a {
  display: inline-block;
  vertical-align: top;
}

#expandedtop-b, #expandedtop-c {
  display: inline-block;
  margin-left: 5%;
  vertical-align: top;
}

#expandedtop-a img, #expandedtop-b img, #expandedtop-c img {
  width: 100%;
}

#content-top-boxes {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#content-top-a {
  display: inline-block;
  vertical-align: top;
}

#content-top-b, #content-top-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}

#content-top-a img, #content-top-b img, #content-top-c img {
  width: 100%;
}

#main-content {
  display: inline-block;
  width: 100%;
}

.main-content-container {
  width: 67%;
  display: inline-block;
  vertical-align: top;
}

.main-content-container-both {
  width: 42%;
  display: inline-block;
  vertical-align: top;
}

.main-content-container-full {
  width: 100%;
}

.sidebar-a-container {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  margin-top: -55px;
}

.sidebar-a-container-both {
  width: 22%;
  display: inline-block;
  vertical-align: top;
}

.sidebar-a-zero-container {
  width: 0;
  display: inline-block;
}

#sidebar-b h2, #sidebar-b h3 {
  color: #fff;
  text-shadow: 1px 2px 0 rgba(0,0,0,0.2);
}

.sidebar-b-container {
  width: 28%;
  display: inline-block;
  vertical-align: top;
}

.sidebar-b-container-both {
  width: 22%;
  display: inline-block;
  vertical-align: top;
}

.sidebar-b-zero-container {
  width: 0;
  display: inline-block;
}

#content-bottom-a {
  display: inline-block;
  vertical-align: top;
}

#content-bottom-b, #content-bottom-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}

#content-bottom-a img, #content-bottom-b img, #content-bottom-c img {
  width: 100%;
}

#expandedbottom-a {
  display: inline-block;
  vertical-align: top;
}

#expandedbottom-b, #expandedbottom-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}

#expandedbottom-a img, #expandedbottom-b img, #expandedbottom-c img {
  width: 100%;
}

#mainbottom-a {
  display: inline-block;
  vertical-align: top;
}

#mainbottom-b, #mainbottom-c {
  display: inline-block;
  margin-left: 5%;
  vertical-align: top;
}

#mainbottom-a img, #mainbottom-b img, #mainbottom-c img {
  width: 100%;
}

#extension-boxes {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#extension-a {
  display: inline-block;
  vertical-align: top;
}

#extension-b, #extension-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}

#bottom {
  padding: 39px 4%;
  background: url(/images/bkg-map.jpg) no-repeat fixed;
  background-position: 50% 0px;
  background-size: cover;
  background-color: #2c3f56;
  color: #d4d5d6;
}

#bottom h2, #bottom h3, #bottom h4 {
  font-size: 2.4em;
  color: #fff;
  border: 0;
}

#bottom-boxes {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#bottom-a {
  display: inline-block;
  vertical-align: top;
}

#bottom-b, #bottom-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}

#bottom hr {
  background: transparent;
  height: .5rem;
  border: medium none;
}

.btn {
  background-color: #596372;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 9px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-shadow: none;
  background-image: none;
  box-shadow: none;
  border-radius: 0;
  margin-top: 10px;
  display: inline-block;
  text-decoration:  none;
}

.btn:hover, .button:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    transition-duration: .2s;
    transition-property: background-color;
}

#footer-boxes {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0  11px;
}

#footer-a {
  display: inline-block;
  vertical-align: top;
}

#footer-b, #footer-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}

#footer-a img, #footer-b img, #footer-c img {
  width: 100%;
}

#copyright {
  background-repeat: repeat;
  margin: 0 auto;
  width: 92%;
  padding: 0 4% 10px 4%;
  color: #5f5f5f;
  background-color: #000;
  font-size: .9em;
}

#copyright h2, #copyright h3, #copyright h4 {
  color: #787878;
  text-shadow: 1px 2px 0 rgba(0,0,0,0.2);
}

#copyright-boxes {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 6px;
}

#copyright-a {
  display: inline-block;
  vertical-align: top;
}

#copyright-b, #copyright-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}

#copyright-a img, #copyright-b img, #copyright-c img {
  width: 100%;
}

#copyright a{
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}

#debug {
  color: #6E6E6E;
  background-color: #FFFFFF;
  margin: 0 auto;
  max-width: 1200px;
  width: 92%;
  padding: 2% 4%;
}

#analytics {
  color: #6E6E6E;
  background-color: #FFFFFF;
  margin: 0 auto;
  max-width: 1200px;
  width: 92%;
  padding: 2% 4%;
}

@media only screen and (max-width: 1199px) {

}

.show959 {
  display: none;
}

@media only screen and (max-width: 959px) {
  .hide959 {
    display: none;
  }

  .show959 {
    display: block;
  }

  #sidebar-a {
    margin-left: 0;
    width: 100%;
  }

  .sidebar-a-container {
    margin-top: 30px;
  }

  #sidebar-b {
    margin-right: 0;
    width: 92%;
  }

  .sidebar-a-container {
    width: 93%;
    margin-bottom: 8%;
    display: block;
  }

  .sidebar-a-container-both {
    width: 93%;
    margin-bottom: 8%;
    display: block;
  }

  .main-content-container {
    width: 100%;
    display: block;
  }

  .main-content-container-both {
    width: 100%;
    display: block;
  }
}





.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.jwts_toggleControlContainer a.jwts_toggleControl {
  background-image: none;
  background-color: #fcfcfc;
  padding: 8px;
  font-size: inherit;
  padding-top: 13px;
}

div.jwts_toggleControlContainer a.jwts_toggleOn {
  color: #242a2f;
}


.example-marquee {
  position: relative;
}

.content {
  display: table;
  width: 100%;
  min-height: 70vh;
  z-index: 1;
  position: relative;
}

.content .inner {
  display: table-cell;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: bottom;
  padding-bottom: 28%;
}

.content .inner h1 {
  font-size: 62px;
  color: white;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.video-background-controls button {
  font-size: 32px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  height: 32px;
  width: 32px;
  border-radius: 16px;
  line-height: 32px;
  border: none;
  background: none;
  -webkit-appearance: none;
  color: white;
  filter: drop-shadow(0px 0px 1px black);
  cursor: pointer;
  opacity: 1;
  transition: all 250ms ease-in-out;
  margin-left: 10px;
}

.video-background-controls button:hover {
  opacity: 0.5;
}

iframe {
  transition: opacity 500ms ease-in-out;
  transition-delay: 250ms;
}

.skip-to-accessible {
  position: absolute;
  transform: translateY(-220%);
  z-index: 2;
  padding: .5rem 1.5rem;
  background: white;
}

.skip-to-accessible:focus {
  transform: translateY(0);
}



.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle {
  color: #ff6500;
}

.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
  color: #af4702;
}

#drawer-holder {
  background-color: #383838;
  padding: 16px 1% 14px;
  z-index: 12;
  position: relative;
}

#showcase-bkg {
  background-image: url(../../../images/showcase-bkg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: block;
  width: 100%;
}

#showcase {
  clear: both;
  transition: all 0.5s ease-in-out;
  width: 100%;
  padding: 12% 0;
  color: #fff;
  text-align: center;
  margin: 0px auto;
}

#showcase h1 {
  color: #83acce;
}

#showcase-a.width-95 {
  width: 90%;
  max-width: 803px;
  position: relative;
}

#pretop {
  position: relative;
  padding: 99px 4% 36px;
  margin-bottom: -53px;
  color: #424242;
  background-color: #fff;
  z-index: 222;
}

#pretop-boxes {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#top-a.pre {
  background-color: transparent;
}

#pretop h2 {
  padding-left: 0;
  border-left: 0;
  font-size: 2.1em;
}

#top-boxes {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#top {
  position: relative;
  padding: 29px 4% 69px 4%;
  color: #424242;
  background-color: #fff;
}

#top h2, #top h3, #top h4 {
  line-height: 100%;
  color: #5c5c5c;
  padding-left: 0px;
  border-left: 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 10px;
  opacity: .8;
  font-weight:  300;
}

#utility-bkg {
  background-image: url(../../../images/showcase-bkg2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: block;
  width: 100%;
}

#utility {
  color: #fff;
  background-color: rgb(0 0 0 / 62%);
  padding: 6% 0;
}

#utility h2, #utility h3, #utility h4 {
  color: #fff;
}

#utility-boxes {
  max-width: 800px;
  width: 50%;
  text-align: left;
  margin-left: 4%;
}

#maintop-bkg {
  background-image: url(../../../images/maintop-bkg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: block;
  width: 100%;
}

#maintop {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12% 0;
}

#maintop h2, #maintop h3, #maintop h4 {
  color: #fff;
}

#maintop-boxes {
  max-width: 800px;
  width: 75%;
  text-align: left;
  margin-left: 25%;
}

#expandedtop {
  padding: 0px 4% 69px;
  background-color: #FFFFFF;
  color: #2C2C2C;
}

#expandedtop h2, #expandedtop h3, #expandedtop h4 {
  color: #656565;
}

#expandedtop-boxes {
  max-width: 1200px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

#content-top {
  background-color: #FFFFFF;
  color: #6E6E6E;
}

#content-top h2, #content-top h3, #content-top h4 {
  color: #656565;
}

#mainbody {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  padding: 55px 4%;
  background-color: #FFFFFF;
  color: #656565;
  font-weight: 300;
}

#sidebar-a {
  padding: 5% 12%;
  border-radius: 3px;
  display: inline-block;
  margin-left: 4%;
  width: 76%;
  background-color: #f7f7f7;
  color: #5e5e5e;
}

#sidebar-a h2, #sidebar-a h3 {
  color: #fff;
  text-shadow: 1px 2px 0 rgba(0,0,0,0.2);
}

#sidebar-b {
  padding: 3% 4%;
  border-radius: 3px;
  display: inline-block;
  margin-right: 4%;
  width: 89%;
  background-color: #fff;
  color: #5e5e5e;
  font-size: 80%;
}

#content-bottom {
  color: #6E6E6E;
  background-color: #FFFFFF;
}

#content-bottom h2, #content-bottom h3, #content-bottom h4 {
  color: #656565;
}

#content-bottom-boxes {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  padding-top: 53px;
}

#expandedbottom {
  padding: 69px 4%;
  position: relative;
  color: #424242;
  background-image: linear-gradient(180deg, #283d45, #091E26);
  border-top: 1px solid #dde0e7;
  box-shadow: 0px 1px 0 #091E26;
}

#expandedbottom::after {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
  font-family: FontAwesome;
  font-size: 2.9em;
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -15px;
  color: #091E26;
  text-shadow: 0px 2px 0 #091E26;
}

#expandedbottom-boxes {
  max-width: 1200px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

#expandedbottom h2, #expandedbottom h3, #expandedbottom h4 {
  color: #fff;
}

#expandedbottom .block-quote {
  border-left: 8px solid #333;
}

#mainbottom {
  background-color: #FFFFFF;
  color: #6E6E6E;
  padding: 0 4% 0;
}

#mainbottom-boxes {
  max-width: 1200px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

#mainbottom h2, #mainbottom h3, #mainbottom h4 {
  color: #656565;
}

#extension {
  background-repeat: repeat;
  font-size: 122%;
  padding: 69px 4%;
  color: #f1f1f1;
  background-color: #283d45;
}

#extension h2, #extension h3, #extension h4 {
  font-size: 177%;
  color: #f1f1f1;
  padding-left: 0;
  border-left: 0;
  font-style: unset;
  text-transform: uppercase;
}

#extension img {
  width: 18%;
  min-width: 200px;
  margin: .5%;
}

.sold-aircraft {
  font-size: 70%;
  width: 19%;
  display: inline-block;
  vertical-align: top;
  margin: .5%;
  min-width: 200px;
}

#fullwidth {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#fullwidth h2, #fullwidth h3, #fullwidth h4 {
  color: #656565;
}

#fullwidth-bottom {
  background-color: #7aadd3;
  padding: 15px 4% 8px;
  text-align: center;
}

#fullwidth-bottom a {
  color: #fff;
}

#fullwidth-bottom a:hover {
  color: #1b3a5f;
}

#footer {
  color: rgba(255,255,255,.6);
  background-color: #000;
  text-align:  left;
  padding: 39px 4%;
  line-height: 1.8;
}

#footer h2, #footer h3, #footer h4 {
  color: #e8e8e8;
  text-shadow: 1px 2px 0 rgba(0,0,0,0.2);
  border: 0;
  padding-left: 0;
}

.mobilemenuck-bar-title {
  display: none;
}

.mobilemenuck-bar-button {
  top: -144px;
  font-size: 32px !important;
  position: relative;
}

div#maximenuck197 {
  float: none;
  text-align: right;
  margin-right: -45px;
  margin-top: 42px;
}

div#maximenuck197 ul.maximenuck li.maximenuck.level1 > a span.titreck, div#maximenuck197 ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck197 ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck197 ul.maximenuck li.maximenuck.level1.active > span.separator {
  font-size: 19px;
  font-weight: 500;
}

div#maximenuck197 ul.maximenuck {
  background: none;
  border: 0;
  box-shadow: none;
  webkit-box-shadow: 0 0 0 0;
  font-size: 120%;
  margin-top: 0;
}

div#maximenuck197 ul.maximenuck li.maximenuck.level1 {
  border: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 24px;
}

div#maximenuck197 ul.maximenuck li.maximenuck.last.level1 {
  margin-right: 0px;
}

div#maximenuck197 .maxiFancybackground {
  height: 1px;
  top: 29px;
  background-color: transparent;
  border-top: 2px solid #7aadd3;
}

div#maximenuck197 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck197 ul.maximenuck li.maximenuck.level1 > span.separator {
  text-shadow: none;
  font-size: 16px;
  color: #393939;
}

div#maximenuck197 ul.maximenuck li.maximenuck.level1:hover > a span.titreck,
div#maximenuck197 ul.maximenuck li.maximenuck.level1.active > a span.titreck,
div#maximenuck197 ul.maximenuck li.maximenuck.level1:hover > span.separator,
div#maximenuck197 ul.maximenuck li.maximenuck.level1.active > span.separator {
  color: #000;
}

div#maximenuck197 ul.maximenuck li.level1.parent > a:after, div#maximenuck197 ul.maximenuck li.level1.parent > span.separator:after {
  right: -7px;
}

div#maximenuck197 ul.maximenuck li ul.maximenuck2 li.maximenuck, div#maximenuck197 ul.maximenuck2 li.maximenuck {
  padding-bottom: 8px;
}

div#maximenuck197 div.floatck {
  border: 1px;
  border-color: #fff;
  background: #fff;
  margin-top: 24px;
  padding-left: 6px;
  padding-top: 8px;
}

div#maximenuck197 ul.maximenuck li.maximenuck ul.maximenuck2 li > a {
  color: #393939;
}

div#maximenuck197 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck197 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h2 a, div#maximenuck197 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h3 a,  div#maximenuck197 ul.maximenuck2 li:hover > h2 a, div#maximenuck197 ul.maximenuck2 li:hover > h3 a {
  color: #000;
}

div#maximenuck197 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > a, div#maximenuck197 ul.maximenuck li.maximenuck ul.maximenuck2 li.active > a, div#maximenuck197 ul.maximenuck2 li:hover > a {
  color: #000;
}

div#maximenuck197.maximenuckh ul.maximenuck li.level1.parent > a:after, div#maximenuck197.maximenuckh ul.maximenuck li.level1.parent > span.separator:after {
  border-color: #666 transparent transparent transparent;
}

#maximenuck197 .maximenumobiletogglericonck {
  color: #fff;
  font-size: 43px !important;
}

ul.mod-menu.mod-list.nav.horizontal {
  display: inline-block;
  list-style: none;
}

ul.mod-menu.mod-list.nav.horizontal li {
  display: inline-block;
  margin-right: 24px;
}

.show960 {
  display: none;
}

.show-over-1200 {
  display: block;
}

.show1200 {
  display: none;
}

.show767 {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #header-surround {
    height: auto;
    background-size: contain;
  }
  #header, body.home #header {
    padding: 95px 4% 0vh 4%;
    min-height: auto;
  }
  .header-a {
    padding: 0 7% 0 7%;
  }
  #top {
  padding: 9px 4% 69px 4%;
  }
}

@media only screen and (max-width: 767px) {
  #header {
    height: 100%;
  }

  #header-a {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  #header-b, #header-c {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  #showcase-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #showcase-b, #showcase-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #top-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #top-b, #top-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #top-a img, #top-b img, #top-c img {
    margin-bottom: 16px;
  }

  #utility-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #utility-b, #utility-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #utility-a img, #utility-b img, #utility-c img {
    margin-bottom: 16px;
  }

  #feature-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #feature-b, #feature-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #feature-a img, #feature-b img, #feature-c img {
    margin-bottom: 16px;
  }

  #maintop-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #maintop-b, #maintop-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #maintop-a img, #maintop-b img, #maintop-c img {
    margin-bottom: 16px;
  }

  #expandedtop-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #expandedtop-b, #expandedtop-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #expandedtop-a img, #expandedtop-b img, #expandedtop-c img {
    margin-bottom: 16px;
  }

  #content-top-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #content-top-b, #content-top-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #content-top-a img, #content-top-b img, #content-top-c img {
    margin-bottom: 16px;
  }

  #content-bottom-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #content-bottom-b, #content-bottom-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #content-bottom-a img, #content-bottom-b img, #content-bottom-c img {
    margin-bottom: 16px;
  }

  #expandedbottom-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #expandedbottom-b, #expandedbottom-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #expandedbottom-a img, #expandedbottom-b img, #expandedbottom-c img {
    margin-bottom: 16px;
  }

  #mainbottom-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #mainbottom-b, #mainbottom-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #mainbottom-a img, #mainbottom-b img, #mainbottom-c img {
    margin-bottom: 16px;
  }

  #extension-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #extension-b, #extension-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #extension-a img, #extension-b img, #extension-c img {
    margin-bottom: 16px;
  }

  #fullwidth-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #fullwidth-b, #fullwidth-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #fullwidth-a img, #fullwidth-b img, #fullwidth-c img {
    margin-bottom: 16px;
  }

  #bottom-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #bottom-b, #bottom-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #bottom-a img, #bottom-b img, #bottom-c img {
    margin-bottom: 16px;
  }

  #footer-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #footer-b, #footer-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #footer-a img, #footer-b img, #footer-c img {
    margin-bottom: 16px;
  }

  #copyright-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #copyright-b, #copyright-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #copyright-a img, #copyright-b img, #copyright-c img {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 524px) {
  #maximenuck197 .maximenumobiletogglericonck {
    margin-bottom: 12px;
  }

  div#maximenuck197 {
    float: none;
  }

  div#maximenuck197 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck197 ul.maximenuck li.maximenuck.level1 > span.separator {
    text-align: right;
  }

  ul.maximenuck2 li > a {
    text-align: right;
  }
}

@media only screen and (max-width: 1200px) {
  .show-over-1200 {
    display: none;
  }

  .show1200 {
    display: block;
  }

  .fp-round-image-bottom-first-image {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .show960 {
    display: block;
  }

  .hide960 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .show767 {
    display: block;
  }

  .hide767 {
    display: none;
  }

  #verytop {
    display: none;
  }
}

@media only screen and (max-width: 650px) {
  #utility-boxes, #maintop-boxes {
    width: 98%;
    margin-left: 2%;
  }
}

.show400 {
  display: none;
}

.hide400 {
  display: block;
}

.logo-text {
  text-align: center;
  padding-left: 89px;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: -32px;
}

@media (max-width: 400px) {
  .show400 {
    display: block;
  }

  .hide400 {
    display: none;
  }

  #header {
    padding-bottom: 8px;
  }

  .logo-text {
    padding-left: 0;
    letter-spacing: 3px;
    margin-top: -13px;
    font-size: 130%;
    font-weight: 500;
  }

  #header-a {
    width: 100%;
  }

  body {
    font-size: 1em;
  }
}
