/* ============================================================
   FONTS
   ============================================================ */

@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;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
         url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
         url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ============================================================
   BASE / GLOBAL
   ============================================================ */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Raleway", serif;
    font-size: 1em;
    line-height: 1.7em;
    color: #505157;
    font-weight: 300;
}

img {
    max-width: 100%;
}

strong {
    font-weight: bold;
}

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

a:hover {
    color: #888;
}

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

.invisible {
    display: none !important;
}

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

.width-30 {
    width: 30%;
}

.width-45 {
    width: 45%;
}

.width-95 {
    width: 95%;
}

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

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

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

.btn {
    display: inline-block;
    background-color: #d1a73e;
    color: #ffffff;
    padding: 13px 20px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 18px;
    text-shadow: none;
    background-image: none;
    box-shadow: none;
    border-radius: .25rem;
    margin-top: 10px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:hover,
.button:hover {
    background-color: #997b2e;
    color: #ffffff;
    transition-duration: .2s;
    transition-property: background-color;
}

.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;
    background-color: #83acce;
    color: #fff;
    border-bottom: 2px solid #3C6587;
    position: relative;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

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

hr.center {
    margin: 15px auto 20px;
    height: 3px !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
    border-color: #d1a73e !important;
    opacity: .25;
    width: 60px;
}

.example-marquee {
    position: relative;
}

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

/* Visibility helpers */
.show400  { display: none; }
.hide400  { display: block; }
.show767  { display: none; }
.show959  { display: none; }
.show960  { display: none; }
.show1200 { display: none; }
.show-over-1200 { display: block; }


/* ============================================================
   TYPOGRAPHY
   ============================================================ */

h1, h2, h3, h4 {
    color: #505157;
    line-height: 100%;
    font-weight: 100;
    font-family: "Roboto", Arial, sans-serif;
}

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

h2 {
    font-size: 3.4em;
}

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

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

.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: 100;
    margin: 0;
    color: #2d2e33;
}

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

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

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



/* ============================================================
   HEADER
   ============================================================ */

#header-surround {
    background: #282F39 url(/images/header-bg.jpg) no-repeat;
    background-position: 50% 0;
    background-size: cover;
    display: block;
    position: relative;
    z-index: 1000;
    right: 0;
    left: 0;
    top: 0;
    animation-duration: .5s;
    animation-fill-mode: both;
}

#header {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 92%;
    padding: 30px 4% 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .95em;
}

#header h1 {
    color: #fff;
    font-size: .95em;
}

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

#header a:hover {
    color: #fff;
}

body.home #header,
body.itemid-759 #header {
    min-height: 46vh;
    padding: 2vh 4%;
}

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

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


/* ============================================================
   DRAWER
   ============================================================ */

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

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


/* ============================================================
   SHOWCASE
   ============================================================ */

#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: 0 auto;
}

#showcase h1 {
    color: #83acce;
}

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

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

#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
   ============================================================ */

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

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


/* ============================================================
   TOP
   ============================================================ */

#top {
    position: relative;
    padding: 49px 4% 29px;
    color: #fff;
    background-color: #1b222a;
}

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

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

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

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

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

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

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

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

/* Very-top bar */
#verytop {
    transition: all 0.5s ease-in-out;
    display: block;
    width: 92%;
    color: #fff;
    position: relative;
    z-index: 22;
    padding: 30px 4%;
}

#verytop h3 {
    color: #fff;
}

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

#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;
}


/* ============================================================
   UTILITY
   ============================================================ */

#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%;
}

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

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


/* ============================================================
   FEATURE
   ============================================================ */

#feature {
    background-position: 50% 0;
    background-size: cover;
    padding: 0;
    background-color: #1b222a;
    color: #fff;
}

#feature h2, #feature h3 {
    font-size: 1.5em;
    color: #fff;
    margin-top: 5px;
    padding: 0;
    font-weight: 100;
    margin-bottom: 0;
}

#feature .width-30 {
    width: 27%;
}

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

#feature-a {
    display: flex;
    flex: 1;
    vertical-align: top;
    background-color: rgba(45, 52, 60, 1);
    padding: 50px 3%;
    width: 28%;
}

#feature-b,
#feature-c {
    display: flex;
    flex: 1;
    margin-left: 0;
    vertical-align: top;
    background-color: #43596c;
    padding: 50px 3%;
}

#feature-c {
    background-color: #bf9937;
}

/* Feature icons */
.feature-icon-wrap {
    text-align: center;
    margin: 0 auto;
}

.feature-icon {
    display: inline-block;
    font-size: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    opacity: .4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

a.feature-icon {
    cursor: pointer;
    text-decoration: none;
}

.feature-icon:before {
    font-family: 'FontAwesome';
    speak: none;
    font-size: 30px;
    line-height: 60px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.feature-icon:after {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    padding: 0;
    box-shadow: 0 0 0 1px #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.feature-icon[class^="fa-"]:before,
.feature-icon[class*=" fa-"]:before {
    padding-right: 0;
}

.feature-icon > h3,
.feature-icon > p {
    text-align: center;
    position: relative;
}

.feature-icon > h3 {
    margin-bottom: 10px;
}

.feature-icon a,
.feature-icon span {
    margin: 0 0 10px 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.feature-icon-wrap:hover a.feature-icon:after {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.feature-icon-wrap:hover a.feature-icon {
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
}

.feature-icon-wrap a.feature-icon:hover {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
}

/* FontAwesome icon content */
.fa-crosshairs:before  { content: "\f05b"; }
.fa-puzzle-piece:before { content: "\f12e"; }
.fa-music:before       { content: "\f001"; }


/* ============================================================
   MAINTOP
   ============================================================ */

#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%;
}

#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
   ============================================================ */

#expandedtop {
    padding: 0 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;
}

#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 AREA  (Content Top / Mainbody / Sidebar / Content Bottom)
   ============================================================ */

/* Content Top */
#content-top {
    background-color: #ffffff;
    color: #6E6E6E;
}

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

#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%;
}

/* Mainbody */
#mainbody {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
    padding: 55px 4%;
    background-color: #ffffff;
    color: #505157;
    font-weight: 300;
}

#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 */
.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-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-a a {
    text-decoration: none;
}

/* Sidebar B */
.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;
}

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

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

/* Content Bottom */
#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;
}

#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%;
}

/* Inline content / video */
.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: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.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%;
}

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

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


/* ============================================================
   EXPANDEDBOTTOM
   ============================================================ */

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

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

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

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

#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
   ============================================================ */

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

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

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

#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
   ============================================================ */

#extension {
    background: url(/images/bottom-1-bg.jpg) no-repeat fixed;
    background-color: #ededed;
    background-size: cover;
    padding: 69px 4%;
    color: #fff;
    font-size: .95em;
}

#extension h2, #extension h3, #extension h4 {
    font-size: 2.7em;
    color: #fff;
    padding-left: 0;
    border-left: 0;
    font-style: unset;
    font-weight: 100;
}

#extension h3 {
    font-size: 1.6em;
}

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

#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;
}


/* ============================================================
   FULLWIDTH
   ============================================================ */

#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; }


/* ============================================================
   BOTTOM
   ============================================================ */

#bottom {
    padding: 39px 4% 59px;
}

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

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

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

#bottom-a {
    display: inline-block;
    vertical-align: top;
    font-size: .95em;
}

#bottom-a h2 {
    font-size: 2.8em;
    margin-bottom: 18px;
    color: #2d2e33;
}

#bottom-a h3 {
    font-size: 1.6em;
    margin: 70px 0 0;
    padding-left: 0;
    color: #333;
}

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


/* ============================================================
   FOOTER
   ============================================================ */

#footer {
    color: rgba(255, 255, 255, .9);
    background-color: #1B222A;
    text-align: left;
    padding: 44px 4% 29px;
}

#footer h2, #footer h3, #footer h4 {
    color: rgba(255,255,255,.9);
    border: 0;
    padding-left: 0;
    font-size: 2.6em;
}

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

#footer-a.width-95 {
    margin: 0 auto;
    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
   ============================================================ */

#copyright {
    background-repeat: repeat;
    background-color: #1B222A;
    margin: 0 auto;
    width: 92%;
    padding: 0 4% 10px;
    color: rgba(255,255,255,.9);
    font-size: .8em;
}

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

#copyright a {
    color: #d1a73e;
    text-decoration: none;
}

#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%;
}


/* ============================================================
   DEBUG & ANALYTICS
   ============================================================ */

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


/* ============================================================
   THIRD-PARTY / COMPONENT STYLES
   ============================================================ */

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

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

.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;
}


/* ============================================================
   RESPONSIVE â€” max-width: 1200px
   ============================================================ */

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

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


/* ============================================================
   RESPONSIVE â€” max-width: 1024px
   ============================================================ */

@media only screen and (max-width: 1024px) {
    .header-a {
        padding: 0 4%;
    }
}


/* ============================================================
   RESPONSIVE â€” max-width: 960px
   ============================================================ */

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


/* ============================================================
   RESPONSIVE â€” max-width: 959px
   ============================================================ */

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

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

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

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

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

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


/* ============================================================
   RESPONSIVE â€” max-width: 767px
   ============================================================ */

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

    .j51_icon { width: 100% !important; }

    #verytop {
        text-align: center;
    }

    #header {
        height: 100%;
    }

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

    #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 {
        padding: 29px 4% 0;
    }

    #top-a {
        width: 80%;
        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-boxes {
        flex-direction: column;
    }

    #feature .width-30 {
        width: 84%;
        padding: 50px 8%;
    }

    #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;
    }
}


/* ============================================================
   RESPONSIVE â€” max-width: 650px
   ============================================================ */

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


/* ============================================================
   RESPONSIVE â€” max-width: 524px
   ============================================================ */

@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;
    }
}


/* ============================================================
   RESPONSIVE â€” max-width: 400px
   ============================================================ */

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

    #header {
        padding-bottom: 8px;
    }

    #header-a {
        width: 100%;
    }

    body {
        font-size: 1em;
    }

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