/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}

hr {
    max-width: 50px;
    border-color: #f98a14;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #f98a14;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

#news a:hover,
#news a:focus {
    color: rgb(52, 52, 52);
}

#news p {
    color: rgba(255,255,255,.7);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

h4 {
    font-size: 22px;
    line-height: 32px;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    background-color: #444444;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.bg-white {
    color: #222;
    background-color: #fff;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 100px 0;
    position: relative;
}

@media(max-width:768px) {
    section {
        padding: 30px 0;
    }
}

.full-height {
    min-height: calc(100vh - 37px);
}

aside {
    padding: 50px 0;
    /*min-height: 100vh;*/
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #f98a14;
}

.navbar-default .navbar-header .navbar-brand > img {
    max-height: 35px;
    max-width: 250px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #f98a14;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #f98a14!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: rgba(0, 0, 0, .75);
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand > img {
        padding: 10px 5px;
        max-height: 80px;
        max-width: 350px;
        background: white;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #f98a14;
    }

    .navbar-default.affix .navbar-header .navbar-brand > img {
        max-height: 35px;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #f98a14;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: calc(100% - 86px);
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, .25);
}

.header-banner {
    padding: 10px 15px;
    position: relative;
    top: 51px;
    border-radius: 0;
    background-color: #f98a14;
    color: #FFFFFF;
    z-index: 100;
    width: 100%;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-banner div a {
    color: #FFFFFF;
}

.header-banner div a:hover {
    text-decoration: underline;
}

.header-hours {
    margin-top: 20px;
}

.header-hours i {
    color: #FFFFFF;
    font-size: 20px;
    top: 2px;
    position: relative;
}

.header-contact {
    width: auto;
    margin-top: 20px;
}

.emergency-notice {
    width: 100%;
    text-align: center;
    display: inline-block;
    top: 50px;
    position: relative;
    margin-bottom: 30px;
 }

.emergency-notice__content {
    background-color: #f98a14;
    color: #FFFFFF;
    z-index: 1050;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: auto;
    padding: 5px 0;
    border-radius: 0;
    width: 100%;
}

.emergency-notice__title {
    font-size: 22px;
    margin-bottom: 5px;
}

.emergency-notice__links {

}

.emergency-notice__link {
    margin: 10px 0;
}

.emergency-notice__link a {
    font-size: 18px;
    color: #fff;
}

.emergency-notice__note {
    font-size: 16px;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    padding: 10px;
}

@media(max-width:767px) {
    header .header-content {
        min-height: 100vh;
        height: 100%;
    }

}

@media(min-width:1200px) {
    .emergency-notice {
        width: 100%;
        text-align: center;
        display: inline-block;
        top: 40px;
        position: absolute;
        margin-bottom: 0;
    }

    .emergency-notice__content {
        z-index: 1050;
        position: relative;
        display: inline-block;
        margin: auto;
        padding: 10px 20px;
        border-radius: 10px;
        width: auto;
        max-width: 450px;
        min-height: 105px;
    }

    .emergency-notice__title {
        font-size: 28px;
    }

    .emergency-notice__links {

    }

    .emergency-notice__link {
        margin: 5px 0;
    }

    .emergency-notice__link a {

    }
}

@media(min-width:1500px) {

    .emergency-notice__content {
        max-width: 900px;
    }
}

@media(min-width:768px) {
    header {
        min-height: 500px;
        height: calc(100% - 86px);
    }

    .header-banner {
        flex-direction: row;
        padding-top: 30px;
    }

    .header-hours {
        text-align: center;
        min-width: 340px;
        margin-top: 0px;
    }

    header .header-content {
        position: relative;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: transparent;
    }

    .header-contact {
        width: 30%;
        margin-top: 0px;
    }

    @media(max-height:650px) {
        header .header-content {
            top: 320px;
        }
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 1000px;
        background-color: rgba(0, 0, 0, .5);
        border-radius: 15px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
        background-color: transparent;
        padding: 0;
    }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.call-to-action-button {
    margin-top: 20px;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f98a14;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f98a14;
    color: #fff;
    background-color: #f98a14;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f98a14;
    background-color: #f98a14;
}

.btn-primary .badge {
    color: #f98a14;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

#map {
    height: 300px;
    overflow: visible;
    position: relative;
}

@media(min-width:768px) {
    .contact-address {
        margin-top: 30px;
    }
}

.color-black {
    color: #000000;
}

.hover-orange:hover {
    color: #f98a14;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.hover-black:hover {
    color: #000000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.hover-red:hover {
    color: #eb3812;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}


#footer {
    min-height: 0;
    padding: 10px 5px;
    border-color: rgba(255,255,255,.3);
    background-color: rgba(0, 0, 0, .75);
    color: #eeeeee;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.footer-copyright {
    flex: 0 1 auto;
}

.footer-copyright span {
    white-space: nowrap;
}

.footer-created-by {
    flex: 0 1 auto;
    white-space: nowrap;
}

.footer-created-by a {
    color: #5cb85c;
}

.slick-carousel {
    height: calc(100vh - 86px);
    width: 100%;
    min-height: 550px;
}

.slick-carousel-dashboard {
    height: 100vh;
    width: auto;
}

.slick-carousel-dashboard .hero-slide {
    width: auto;
    height: 100%;
    background: #222;
}

@media(max-width:767px) {
    .slick-carousel {
        height: calc(100vh - 86px);
        width: 100%;
    }
}

.hero-slide {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #2e6da4;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.slick-slide,
.slick-track,
.slick-list {
    height:100%;
}

.slick-slide img {
    object-fit: contain;
    height: 100vh;
    width: 100vw;
}

.slick-slide > div {
    height: 100%;
}

.slick-dots {
    bottom: 15px;
}

.slick-next {
    right: 35px;
    width: 48px;
    height: 48px;
}
.slick-prev {
    left: 35px;
    z-index: 1;
    width: 48px;
    height: 48px;
}

.slick-next:before,
.slick-prev:before {
    font-size: 48px;
}

@media(max-width:768px) {
    .slick-next,
    .slick-prev {
        display: none !important;
    }
}

.slick-dots li button:before {
    width: 60px;
    height: 6px;
    content: ' ';
    background-color: #ffffff;
    border-radius: 3px;
    opacity: 0.5;
}

.slick-dots li button {
    width: 60px;
}

.slick-dots li {
    width: 60px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.news-container,
.service-container {
    display: flex;
    flex-wrap: wrap;
}

.news-item,
.service-item {
    flex: 1;
    min-width: 50%;
    padding: 10px 10px 50px 10px;
}

.news-item .fa {
    margin: 20px auto;
}

.news-item--wide {
    min-width: 100%;
}

.news-item__image {
    max-width: calc(100% - 20px);
    max-height: calc(100vh - 80px);
    margin: 10px auto;
}

@media(max-width:768px) {
    .news-item,
    .service-item {
        flex: auto;
        min-width: 100%;
        padding: 10px 10px 50px 10px;
    }
}

.fly {
    margin-top: 60px;
}

.instructors {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    min-width: 768px;
    margin: 0 auto;
    justify-content: space-around;
}

@media(max-width:768px) {
    .instructors {
        min-width: 100%;
    }
}

.instructor {
    flex: 1;
    border: solid 1px #ddd;
    max-width: calc(33% - 80px);
    min-width: 33%;
    box-shadow: 0px 5px 10px #333;
    padding: 30px 30px 50px 30px;
    border-radius: 7px;
    background-color: #fff;
    margin: 40px 40px;
    position: relative;
}

@media(max-width:768px) {
    .instructor {
        margin: 30px 20px;
        min-width:  calc(100% - 40px);
        max-width: 100%;
    }
}

.instructor__photo-container {
    position: relative;
}

.instructor__photo {
    width: 100%;
    margin-top: -30px;
    text-align: center;
    z-index: 1;
}

.instructor__photo img {
    width: 100%;
    border-radius: 3px;
    max-width: 400px;
}

.instructor__photo--overlay {
    position: absolute;
    top: 30px;
    left: 0;
    opacity: 0;
    transition: .5s ease;
}

.instructor__photo--overlay:hover {
    opacity: 100;
}

.instructor__details {
    position: relative;
    z-index: 1;
}

.instructor__title {
    font-size: 24px;
    width: calc(100% - 60px);
    padding: 5px 10px;
    position: relative;
    background-color: #fff;
    color: #f98a14;
    text-align: center;
    border: solid 1px #aaa;
    border-radius: 3px;
    top: -50px;
    margin: 0 auto;
}

@media(max-width:768px) {
    .instructor__title {
        width: calc(100% - 20px);
    }
}

.instructor__availability {
    font-size: 14px;
    color: #5e5e5e;
    top: -48px;
    left: 0;
    position: relative;
    width: 100%;
    text-align: center;
}

.instructor__description {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #5e5e5e;
}

.fleet-items {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    min-width: 768px;
    margin: 0 auto;
    justify-content: space-around;
}

@media(max-width:768px) {
    .fleet-items {
        min-width: 100%;
    }
}

.fleet-item {
    flex: 1;
    border: solid 1px #ddd;
    max-width: calc(50% - 80px);
    min-width: 33%;
    box-shadow: 0px 5px 10px #ccc;
    padding: 30px 30px 50px 30px;
    border-radius: 7px;
    background-color: #fff;
    margin: 40px 40px;
    position: relative;
}

@media(max-width:768px) {
    .fleet-item {
        margin: 30px 20px;
        min-width:  calc(100% - 40px);
        max-width: 100%;
    }
}

.fleet-item__photo-container {
    position: relative;
}

.fleet-item__photo {
    width: 100%;
    margin-top: -30px;
}

.fleet-item__photo img {
    width: 100%;
    border-radius: 3px;
}

.fleet-item__photo--overlay {
    position: absolute;
    top: 30px;
    left: 0;
    opacity: 0;
    transition: .5s ease;
}

.fleet-item__photo--overlay:hover {
    opacity: 100;
}

.fleet-item__details {
    position: relative;
    z-index: 1;
}

.fleet-item__title {
    font-size: 24px;
    width: calc(100% - 60px);
    padding: 5px 10px;
    position: relative;
    background-color: #fff;
    color: #f98a14;
    text-align: center;
    border: solid 1px #aaa;
    border-radius: 3px;
    top: -50px;
    margin: 0 auto;
}

@media(max-width:768px) {
    .fleet-item__title {
        width: calc(100% - 20px);
    }
}

.fleet-item__description {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.pricing {
    position: absolute;
    bottom: 30px;
}

.pricing .price {
    color: #66afe9;
}

.pilot-pathway {
    height: calc(100vh - 37px);
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

@media(max-width:600px) {
    .pilot-pathway {
        height: calc(100vh - 54px);
    }
}

.pilot-pathway .step {
    position: absolute;
    display: block;
    border-radius: 20px;
    padding: 30px;
    color: #eee;
    font-size: 16px;
    text-align: center;
    width: 500px;
    height: 500px;
    margin: 0;
    background-color: #007FAC;
    box-shadow: 0px 10px 10px #aaa;
    top: calc(50vh - 300px);
    left: calc(50% - 250px);
    transition: top ease-out 1s;
    opacity: 1;
}

@media(max-width:600px) {
    .pilot-pathway .step {
        width: 100%;
        margin: 0;
        height: 100vh;
        top: 50px;
        left: 0;
        border-radius: 0;
    }
}

.pilot-pathway .step--hidden {
    top: calc(100% + 10px);
    opacity: 0;
}

.pilot-pathway .step--start {

}

.pilot-pathway .step-back {
    color: #eee;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.pilot-pathway__image {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin: 20px auto;
    background-color: #fff;
}

.pilot-pathway__image--square {
    width: 150px;
}

.pilot-pathway__image--round {
    width: 150px;
    border-radius: 50%;
}

.pilot-pathway .question {
    font-size: 24px;
    margin: 30px 0;
}

.pilot-pathway .question-placeholder {
    width: 80%;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 20px;
    height: 40px;
    margin-left: 10%;
    margin-right: 10%;
}

.pilot-pathway .answer {
    margin: 10px;
}

.pilot-pathway .answer-placeholder {
    width: 37%;
    opacity: 0.8;
}

@media(max-width:600px) {
    .pilot-pathway .answer-placeholder {
        width: 51%;
    }
}

.pilot-pathway .message {
    margin: 20px 0;
}

.pilot-pathway .form {
    margin: 20px 0;
}

.pilot-pathway .submit-button {
    margin: 10px 0;
}

.thanks {
    text-align: center;
    position: relative;
    height: 100%;
    min-height: calc(100vh - 37px);
}

.thanks .content {
    position: absolute;
    top: 50%;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.thanks .message {
    margin: 30px 0;
    font-size: 32px;
}

.pilot-pathway-promo {
    border-radius: 40px;
    padding: 0px;
    padding-left: 20px;
    max-width: 600px;
    margin: 20px auto;
    background-color: #007FAC;
    color: #eee;
}

.pilot-pathway-promo-wrapper {
    background-color: #007FAC;
    width: 100%;
    margin-bottom: -16px;
}

@media(max-width:600px) {
    .pilot-pathway-promo {
        border-radius: 0px;
        width: 100%;
    }
}

.pilot-pathway-promo__image,
.pilot-pathway-promo__description {
    display: inline-block;
    vertical-align: top;
}

.pilot-pathway-promo__description {
    min-height: 150px;
    width: calc(100% - 160px);
    border-radius: 75px;
    text-align: center;
    padding: 20px;
}

.pilot-pathway-promo__title {
    font-size: 20px;
    margin-bottom: 5px;
}

.pilot-pathway-promo__text {
    margin-bottom: 10px;
}

.dropdown-item {
    color: #444;
    font-size: 15px;
    padding: 0 5px;
    line-height: 25px;
}

.dropdown-item:hover {
    color: #888;
}

.dropdown-menu {
    padding: 7px 0;
}

.corporate-services {
    padding-top: 100px;
}

.scenic-flights {
    text-align: center;
}

.scenic-flights-hero {
    min-height: calc(100vh - 250px);
    padding-bottom: 150px;
}

.scenic-flights .hero-half--left {
    background-image: url(../img/scenic-flights/scenic.jpg);
}

.scenic-flights .hero-half--right {
    background-image: url(../img/scenic-flights/discovery.jpg);
}

.fly-hero {
    min-height: calc(100vh - 290px);
    padding-bottom: 150px;
    padding-top: 0;
}

.fly .hero-half--one-left {
    background-image: url(../img/fly/private-pilot-training.jpg);
}
.fly .hero-half--one-right {
    background-image: url(../img/fly/instrument-training.jpg);
}
.fly .hero-half--two-left {
    background-image: url(../img/fly/tailwheel-training.jpg);
}
.fly .hero-half--two-right {
    background-image: url(../img/fly/backcountry-training.jpg);
}
.fly .hero-half--three-left {
    background-image: url(../img/fly/instructors.jpg);
}
.fly .hero-half--three-right {
    background-image: url(../img/fly/fleet.jpg);
}

.split-hero {
    display: flex;
    width: 100vw;
    position: relative;
    left: 0;
    overflow: hidden;
}

.hero-half__container {
    overflow: hidden;
    transform: skewX(-20deg);
    height: 600px;
    width: calc(50% + 110px);
    position: relative;
    margin: 0;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
}

.split-hero--reverse .hero-half__container {
    transform: skewX(20deg);
}

.hero-half__container--half-height {
    height: 300px;
}

.hero-half__container--left {
    left: -110px;
    border-right: 10px solid white;
}

.hero-half__container--right {
    position: absolute;
    right: -110px;
}

.hero-half--left,
.hero-half--right {
    height: 100%;
    color: #fff;
    background-color: #444;
    background-position: center;
    background-size: cover;
    width: calc(100% + 110px);
    transform: skewX(20deg);
    position: absolute;
    text-align: center;
}

.split-hero--reverse .hero-half--left,
.split-hero--reverse .hero-half--right {
    transform: skewX(-20deg);
}

.hero-half--left {
    padding-left: 110px;
}

.hero-half--right {
    width: 100%;
    left: -110px;
}

.hero-half__container--half-height .hero-half--left,
.hero-half__container--half-height .hero-half--right {
    width: calc(100% + 55px);
}

.hero-half__container--half-height .hero-half--left {
    padding-left: 55px;
}

.hero-half__container--half-height .hero-half--right {
    left: -55px;
}

.hero-half__content-container {
    background-color: rgba(0, 0, 0, .6);
}

.hero-half__content-container--left {
    position: absolute;
    top: 35px;
    right: 0;
    margin-left: calc(100% - 450px);
    padding-right: 50px;
    border-radius: 20px 0 0 20px;
    width: 75%;
}

.split-hero--reverse .hero-half__content-container--left {
    bottom: 35px;
    top: auto;
}

.hero-half__content-container--right {
    position: absolute;
    bottom: 35px;
    left: -150px;
    padding-left: 200px;
    padding-right: 65px;
    border-radius: 0 20px 20px 0;
    width: calc(75% + 150px);
}

.split-hero--reverse .hero-half__content-container--right {
    top: 35px;
    bottom: auto;
}

.hero-half__content {
    background: transparent;
    opacity: 1;
    padding: 10px;
}

.hero-half__content--left {
    right: 20px;
}

.hero-half__content--right {
    left: 20px;
}

.hero-title {
    font-size: 42px;
    padding-bottom: 7px;
}

.scenic-flights .scenic-flights-details,
.scenic-flights .discovery-flights-details {
    padding-top: 100px;
    padding-bottom: 50px;
}

.down-button {
    text-align: center;
    margin-top: 50px;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 30px);
}

.images {
    text-align: center;
}

.flight-img {
    display: inline-block;
    height: 250px;
    width: calc(33% - 45px);
    margin: 40px 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 3px 15px #444444;
}

.flight-img--4 {
    width: calc(25% - 45px);
}

.flight-img--single-wide {
    width: calc(75% - 30px);
}

.flight-img--tall {
    height: 350px;
    max-height: 60vw;
}

.flight-img--taller {
    height: 550px;
    max-height: 60vw;
}

.bg-primary .flight-img {
    box-shadow: 0px 3px 15px #222222;
}

.bg-dark .flight-img {
    box-shadow: none;
}

@media(max-width:768px) {
    .fly {
        margin-top: 50px;
    }

    .fly-hero {
        padding-top: 0;
        margin-top: -20px;
    }

    .scenic-flights {
        padding-top: 47px;
    }

    .flight-img {
        width: calc(100% - 30px);
        margin: 20px 0;
        box-shadow: none;
    }

    .bg-primary .flight-img {
        box-shadow: none;
    }


    .flight-img--extra {
        display: none;
    }

    .split-hero {
        flex-direction: column;
        padding: 0;
    }

    .hero-half {
        margin: 5px 0;
    }


    .hero-half__content-container--left,
    .hero-half__content-container--right,
    .split-hero--reverse .hero-half__content-container--left,
    .split-hero--reverse .hero-half__content-container--right {
        position: relative;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        border-radius: 0 0 0 0;
    }

    .hero-half__container,
    .split-hero--reverse .hero-half__container {
        transform: none;
        width: 100%;
        height: 300px;
    }

    .hero-half__container--right {
        position: relative;
        right: 0;
    }

    .hero-half__container--left {
        left: 0;
        border: none;
    }

    .hero-half--left,
    .hero-half--right,
    .hero-half__container--half-height .hero-half--left,
    .hero-half__container--half-height .hero-half--right,
    .split-hero--reverse .hero-half--left,
    .split-hero--reverse .hero-half--right {
        transform: none;
        padding: 0;
        width: 100%;
        right: 0;
        left: 0;
    }

    .down-button {
        margin: 25px 0;
    }
}

.scenic-flights .images {
    margin: 20px -20px;
}

.fuel-table {
    margin: 50px auto;
    max-width: 800px;
}

.fuel-table table {
    margin: 30px auto;
}

.fuel-table table td {
    border-bottom: solid 1px #999;
    text-align: center;
    padding: 15px 20px;
}

.fuel-table table td:first-of-type {
    text-align: right;
}

.fuel-table table th {
    border-bottom: solid 2px #f98a14;
    text-align: center;
    padding: 5px 20px;
}

.fuel-note {
    color: #ff5757;
    font-weight: 600;
}

.plan-table {
    margin: 50px auto;
    max-width: 800px;
}

.plan-table table {
    margin: 30px auto;
}

.plan-table table td {
    border-bottom: solid 1px #999;
    text-align: left;
    padding: 15px 20px;
}

.plan-table table td:first-of-type {
    text-align: left;
}

.plan-table table th {
    border-bottom: solid 2px #f98a14;
    text-align: left;
    padding: 5px 20px;
}

.multi-engine-plan {
    margin-top: 40px;
}

.multi-engine-plan li {
    margin-bottom: 8px;
}

table {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-size: 17px;
}

.lodging-item {
    margin-bottom: 40px;
}

.lodging-item__title {
    font-size: 20px;
}

.lodging-item__phone {
    font-size: 16px;
}

.lodging-item__photo {
    display: inline-block;
    vertical-align: top;
    height: 250px;
    width: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lodging-item__photo img {
    height: 250px;
}

.restaurants-content,
.catering-content,
.rental-cars-content,
.taxis-content {
    margin-bottom: 75px;
    margin-top: 35px;
}

.restaurants-content h3,
.catering-content h3,
.rental-cars-content h3,
.taxis-content h3 {
    text-decoration: underline;
}

.transport-item {
    margin-bottom: 30px;
}

.dining__title {
    font-size: 20px;
}

.transport__title {
    font-size: 20px;
}

.transport__phone {
    font-size: 16px;
}

.rates {
    margin: 30px auto;
    line-height: 25px;
    font-size: 16px;
}

.question-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.question-and-answer {
    flex-basis: calc(33% - 60px);
    margin: 30px;
}

.question {
    margin-bottom: 15px;
    border-bottom: solid 1px lightgray;
}

.answer {
    text-align: left;
}

.answer p {
    font-size: 14px;
}

@media(max-width:768px) {
    .question-and-answer {
        flex-basis: 100%;
        margin: 30px 0;
    }
}

.bullet-list {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 18px;
}

@media(max-width:1000px) {
    .bullet-list {
        display: inline;
        padding: 0;
    }
}

.bullet-list-container {
    text-align: left;
    margin: 20px auto;
    width: fit-content;
    line-height: 25px;
}

.bullet-list-container--left {
    width: auto;
}

.aircraft-maintenance {
    padding-top: 100px;
}
