body {

    margin: 0;

    padding: 0;

    min-width: 300px;
}


pre.debug{
    background-color:black;
    color: white;
    padding:10px;
    overflow:hidden;
    text-align:left;
    font-size:14px;
    line-height: 1.25;
    font-family: 'Courier';
}

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

/*

.width-limiter {

	max-width: 1200px;

	margin-left: auto;

	margin-right: auto;

	position: relative;

}

*/

body:after {

    content: "";

    position: absolute;

    left: -9999px;

    background: url(../images/icon-facebook-white.svg), url(../images/icon-twitter-white.svg), url(../images/icon-linkedin-white.svg), url(../images/icon-youtube-white.svg), url(../images/icon-mail-white.svg);
}




/* Layering Order */

header {

    position: relative;

    z-index: 10;
}



main {

    position: relative;

    z-index: 5;
}



footer {

    position: relative;

    z-index: 1;
}




/* Header */

header {

    background-color: #231f20;

    text-align: center;

    min-width: 300px;
}



#header-menu-checkbox {

    display: none;
}



header h1.logo {

    float: left;

    margin: 0;

    padding: 0;
}



header .logo>a {

    display: block;

    background-image: url(../images/logo.svg);

    background-repeat: no-repeat;

    background-position: center;

    background-size: auto 46px;

    width: 210px;

    height: 88px;

    text-indent: -9999px;

    overflow: hidden;
}



header label[for=header-menu-checkbox] {

    float: right;

    width: 88px;

    height: 88px;

    text-indent: -9999px;

    overflow: hidden;

    background-image: url(../images/icon-menu.svg);

    background-repeat: no-repeat;

    background-position: center;

    background-size: 66px 66px;
}



header #header-menu-checkbox:checked~label[for=header-menu-checkbox] {

    background-image: url(../images/icon-menu-close.svg);
}



header .menu {

    clear: both;

    display: none;

    box-sizing: border-box;
}



header #header-menu-checkbox:checked~.menu {

    display: block;
}



header .phone {

    color: white;

    font-size: 24px;

    font-weight: normal;
}



header .phone:hover {

    color: #8dc63f;
}



header .social ul {

    list-style-type: none;

    margin: 0;

    padding: 0;
}



header .social li {

    display: inline-block;

    vertical-align: middle;
}



header .social a {

    display: block;

    background-size: 30px 30px;

    background-position: center;

    background-repeat: no-repeat;

    width: 44px;

    height: 44px;

    text-indent: -9999px;

    overflow: hidden;
}



header .social a.facebook {

    background-image: url(../images/icon-facebook-gray.svg);
}
header .social a.twitter {

    background-image: url(../images/icon-twitter-gray.svg);
}
header .social a.linkedin {

    background-image: url(../images/icon-linkedin-gray.svg);
}
header .social a.youtube {

    background-image: url(../images/icon-youtube-gray.svg);
}
header .social a.instagram {
    background-image: url(../images/icon-instagram-gray.svg);
}
header .social a.email {

    background-image: url(../images/icon-mail-gray.svg);
}


header .social a.facebook:hover {
    background-image: url(../images/icon-facebook-white.svg);
}
header .social a.twitter:hover {

    background-image: url(../images/icon-twitter-white.svg);
}
header .social a.linkedin:hover {

    background-image: url(../images/icon-linkedin-white.svg);
}
header .social a.youtube:hover {

    background-image: url(../images/icon-youtube-white.svg);
}
header .social a.instagram:hover {
    background-image: url(../images/icon-instagram-white.svg);
}
header .social a.email:hover {

    background-image: url(../images/icon-mail-white.svg);
}



header .short-nav {

    padding-top: 10px;

    padding-bottom: 5px;
}



header .short-nav ol {

    list-style-type: none;

    margin: 0;

    padding: 0;
}



header .short-nav li {

    display: inline-block;

    margin-left: 20px;
}



header .short-nav li:first-child {

    margin-left: 0;
}


header .short-nav li ul {

    display: none;
}


header .short-nav a {

    display: inline-block;

    color: #808184;

    font-size: 16px;

    position: relative;

    padding: 6px 0;
}



header .short-nav a:hover:after {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    background-color: #8dc63f;

    height: 4px;
}



header .short-nav a:hover {

    color: white;
}



header:after {

    content: "";

    display: table;

    clear: both;
}



@media (max-width: 969px) {

    header.fixed-header {

        position: fixed;

        top: -88px;

        left: 0;

        right: 0;

        transition: top 0.4s;
    }



    header.fixed-header.show {

        top: 0;
    }



    header.fixed-header .menu {

        overflow-x: hidden;

        overflow-y: auto;
    }



    header.fixed-header+main {

        border-top: 88px solid #231f20;
    }
}



@media (min-width: 970px) {

    header .menu {

        display: block;

        max-height: none !important;
    }



    header label[for=header-menu-checkbox] {

        display: none;
    }



    header h1.logo {

        position: absolute;
    }



    header .short-nav,

    header .social {

        float: right;
    }



    header .phone {

        float: left;
    }



    header .short-nav,

    header .social,

    header .phone {

        line-height: 56px;

        margin-top: 16px;

        margin-bottom: 16px;

        padding-top: 0;

        padding-bottom: 0;
    }



    header .phone {

        border-left: 1px solid #343132;

        padding-left: 20px;

        margin-left: 220px;
    }



    header .short-nav {

        border-left: 1px solid #343132;

        padding-left: 25px;

        margin-left: 25px;

        margin-right: 35px;
    }



    header .short-nav a {

        padding: 0;
    }

    header .short-nav li ul {

        display: none;
    }

    header .short-nav li:first-child {

        position: relative;
    }

    header .short-nav li:first-child:hover ul {

        display: inline-block;

        position: absolute;

        width: 150px;

        line-height: 44px;

        top: 45px;

        right: initial;

        left: -15px;

        padding-left: 0px;

        background-color: #231f20;

        z-index: 100;
    }

    header .short-nav li:first-child:hover ul li {

        float: left;

        padding-left: 16px;
    }

    header .short-nav li:first-child:hover ul li a {

        font-size: 14px;
    }

    header .short-nav li:first-child:hover ul li a:hover:after {

        display: none;
    }

    header .short-nav a:hover:after {

        bottom: 12px;
    }



    header .social a {

        background-size: 20px 20px;

        width: 30px;

        height: 30px;
    }
}




/* Header Main Navigation */

.main-nav {

    background-color: white;
}



.main-nav ul,

.main-nav ol {

    list-style-type: none;

    margin: 0;

    padding: 0;
}



.main-nav ul ul,

.main-nav ol ol {

    display: none;
}



.main-nav>ul>li,

.main-nav>ol>li {

    border-bottom: 2px solid #8dc63f;
}



.main-nav>ul>li>a,

.main-nav>ol>li>a {

    display: block;

    font-weight: bold;

    color: black;

    text-transform: uppercase;

    padding: 15px 30px;

    position: relative;
}



.main-nav>ul>li.has-children>a:after,

.main-nav>ol>li.has-children>a:after {

    content: "";

    display: inline-block;

    width: 10px;

    height: 10px;

    vertical-align: middle;

    background-image: url(../images/icon-arrow-down-green.svg);

    background-size: contain;

    background-repeat: no-repeat;

    background-position: center;

    margin-left: 3px;

    margin-top: -3px;
}



.main-nav>ul>li>ul>li,

.main-nav>ol>li>ol>li {

    border-top: 1px solid #eeeeee;
}



.main-nav>ul>li>ul>li>a,

.main-nav>ol>li>ol>li>a {

    display: block;

    color: black;

    text-transform: uppercase;

    padding: 15px 30px;

    white-space: nowrap;
}



.main-nav>ul>li>ul>li>a:hover {

    background-color: #f0f0f0;
}



.main-nav>ul>li>ul>li>a:after,

.main-nav>ol>li>ol>li>a:after {

    content: "";

    display: inline-block;

    width: 8px;

    height: 8px;

    vertical-align: middle;

    background-image: url(../images/icon-arrow-right-green.svg);

    background-size: contain;

    background-repeat: no-repeat;

    background-position: center;

    margin-left: 3px;

    margin-top: -3px;
}



.main-nav>ul>li.hover>ul,

.main-nav>ol>li.hover>ol {

    display: block;
}



@media (min-width: 970px) {

    .main-nav {

        clear: both;
    }



    .main-nav>ul>li:hover>ul,

    .main-nav>ol>li:hover>ol {

        display: block;
    }



    .main-nav>ul>li,

    .main-nav>ol>li {

        position: relative;

        z-index: 50;

        border-bottom-style: none;

        display: inline-block;
    }



    .main-nav>ul>li>a,

    .main-nav>ol>li>a {

        padding: 28px 5px;
    }



    .main-nav>ul>li:hover>a:before,

    .main-nav>ol>li:hover>a:before {

        content: "";

        position: absolute;

        bottom: 18px;

        left: 30px;

        right: 30px;

        background-color: #8dc63f;

        height: 5px;

        z-index: 9999;
    }



    .main-nav>ul>li>ul,

    .main-nav>ol>li>ol {

        position: absolute;

        left: 0;

        top: 70px;

        background-color: white;

        min-width: 250px;

        border-bottom: 4px solid #8dc63f;

        text-align: left;

        z-index: 9998;

        border-left: 1px solid #f0f0f0;

        border-right: 1px solid #f0f0f0;
    }



    .main-nav>ul>li:last-child>ul,

    .main-nav>ol>li:last-child>ol {

        left: auto;

        right: 0;
    }



    .main-nav>ul>li>ul>li:first-child,

    .main-nav>ol>li>ol>li:first-child {

        border-top-style: none;
    }
}


@media (min-width: 970px) {
    .main-nav>ul>li>a,
    .main-nav>ol>li>a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 1040px) {
    .main-nav>ul>li>a,
    .main-nav>ol>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}



@media (min-width: 1110px) {
    .main-nav>ul>li>a,
    .main-nav>ol>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1120px) {
    .main-nav>ul>li>a,
    .main-nav>ol>li>a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1325px) {
    .main-nav>ul>li>a,
    .main-nav>ol>li>a {
        padding-left: 30px;
        padding-right: 30px;
    }
}



/* Homepage Featured Services */

.homepage-featured-services {

    background-color: #2f2b2c;
}



.homepage-featured-services h2 {

    position: absolute;

    left: -9999px;
}



.homepage-featured-services .slider {

    position: relative;

    height: 390px;

    padding-bottom: 0;

    overflow: hidden;
}



.homepage-featured-services ul {

    position: relative;

    list-style-type: none;

    margin: 0;

    padding: 0;

    height: 100%;

    white-space: nowrap;

    text-align: center;
}



.homepage-featured-services ul>li {

    position: relative;

    display: inline-block;

    vertical-align: top;

    width: 100%;

    height: 100%;

    background-size: cover;

    background-position: center;

    white-space: normal;

    text-align: left;
}



.homepage-featured-services ul>li>a,

.homepage-featured-services ul>li>span,

.homepage-featured-services ul>li:after {

    display: block;

    position: absolute;

    left: 0;

    bottom: 0;

    right: 0;

    height: 112px;
}



.homepage-featured-services ul>li:after {

    content: "";

    background-color: #707070;

    mix-blend-mode: multiply;

    z-index: 1;
}



.homepage-featured-services ul.no-multiply>li:after {

    background-color: black;

    opacity: 0.6;
}



.homepage-featured-services ul>li>a,

.homepage-featured-services ul>li>span {

    box-sizing: border-box;

    z-index: 2;

    display: block;

    padding: 12px 30px 0 88px;
}



.homepage-featured-services ul>li>a>.center-wrapper>.image,

.homepage-featured-services ul>li>span>.center-wrapper>.image {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 88px;

    height: 112px;

    background-image: url(../images/icon-charter-white.svg);

    background-position: center;

    background-size: 60px 60px;

    background-repeat: no-repeat;
}



.homepage-featured-services h3 {

    line-height: 0.9em;

    color: white;

    text-transform: uppercase;

    font-size: 20px;

    border-bottom: 1px solid white;

    padding: 6px 0;

    margin: 0;
}



.homepage-featured-services h3>span {

    color: #8bc53f;
}



.homepage-featured-services p {

    color: white;

    font-weight: normal;

    line-height: 1.4em;

    height: 2.6em;

    overflow: hidden;

    margin: 4px 0 0 0;

    padding: 0;
}



.homepage-featured-services .read-more {

    position: absolute;

    bottom: -38px;

    left: 0;

    right: 0;

    height: 38px;

    background-color: #8dc63f;

    color: white;

    line-height: 38px;

    padding: 0 30px;

    text-align: center;

    font-weight: normal;

    text-transform: uppercase;

    font-size: 18px;
}



.homepage-featured-services .read-more:hover {

    background-color: #7db52e;
}



.homepage-featured-services .scroll-left,

.homepage-featured-services .scroll-right {

    display: none;
}



@media (min-width: 400px) {

    .homepage-featured-services h3 {

        font-size: 24px;
    }



    .homepage-featured-services p {

        margin-top: 8px;
    }
}



@media (min-width: 800px) {

    .homepage-featured-services .slider {

        height: 500px;
    }



    .homepage-featured-services ul>li {

        width: 33%;
    }



    .homepage-featured-services ul>li:nth-child(2) {

        width: 34%;
    }



    .homepage-featured-services ul>li>a,

    .homepage-featured-services ul>li>span,

    .homepage-featured-services ul>li:after {

        height: auto;

        top: 0;
    }



    .homepage-featured-services ul>li>a,

    .homepage-featured-services ul>li>span {

        display: flex;

        align-items: center;
    }



    .homepage-featured-services ul>li>a,

    .homepage-featured-services ul>li>span {

        text-align: center;

        padding: 20px;

        width: 100%;

        height: 100%;

        box-sizing: border-box;
    }



    .homepage-featured-services ul>li:after {

        display: none;
    }



    .homepage-featured-services ul>li:hover:after {

        display: block;
    }



    .homepage-featured-services .center-wrapper {

        vertical-align: middle;

        display: none;

        width: 100%;
    }



    .homepage-featured-services a:hover .center-wrapper {

        display: block;

        flex: 1;
    }



    .homepage-featured-services ul>li>a>.center-wrapper>.image,

    .homepage-featured-services ul>li>span>.center-wrapper>.image {

        position: static;

        display: block;

        margin: auto;

        height: 60px;

        margin-bottom: 12px;
    }



    .homepage-featured-services h3 {

        display: inline-block;
    }



    .homepage-featured-services p {

        font-size: 16px;

        margin: 16px auto;

        height: auto;

        overflow: visible;

        max-width: 300px;
    }



    .homepage-featured-services .read-more {

        display: inline-block;

        position: static;
    }
}




/* IE10 does not support flexbox and FireFox has issues with table/table-cell */

@media (-ms-high-contrast: none) and (min-width: 800px),
(-ms-high-contrast: active) and (min-width: 800px) {

    .homepage-featured-services ul>li>a,

    .homepage-featured-services ul>li>span {

        display: table;
    }



    .homepage-featured-services a:hover .center-wrapper {

        display: table-cell;
    }
}



@media (min-width: 1000px) {

    .homepage-featured-services .slider {

        height: 650px;
    }
}




/* Homepage Featured Content */

.homepage-featured-content {

    background-color: #2f2b2c;
}



.homepage-featured-content .slider {

    position: relative;

    height: 540px;

    overflow: hidden;
}



.homepage-featured-content h2 {

    position: absolute;

    left: -9999px;
}



.homepage-featured-content ul {

    position: relative;

    list-style-type: none;

    margin: 0;

    padding: 0;

    height: 100%;

    white-space: nowrap;
}



.homepage-featured-content ul>li {

    position: relative;

    width: 100%;

    height: 100%;

    display: inline-block;

    background-size: cover;

    background-position: center;

    color: white;

    text-align: center;

    white-space: normal;
}



.homepage-featured-content ul>li:before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    background-color: black;

    opacity: 0.6;

    z-index: 1;
}



.homepage-featured-content .center-wrapper {

    display: table;

    width: 100%;

    height: 100%;
}



.homepage-featured-content .center {

    position: relative;

    z-index: 2;

    display: table-cell;

    vertical-align: middle;

    padding: 20px;

    width: 100%;
}



.homepage-featured-content h3 {

    font-size: 32px;
}



.homepage-featured-content p {

    line-height: 1.8em;

    font-weight: 600;

    font-size: 16px;
}



.homepage-featured-content .read-more {

    font-weight: bold;

    text-transform: uppercase;
}



.homepage-featured-content .read-more:after {

    content: " >";
}



.homepage-featured-content .scroll-left,

.homepage-featured-content .scroll-right {

    display: none;
}



.homepage-featured-content .title,

.homepage-featured-content .text {

    text-align: left;
}

.homepage-featured-content .slider-image {

    margin-bottom: 40px;
}




@media (min-width: 1000px) {

    .homepage-featured-content .center {

        padding-left: 100px;

        padding-right: 100px;
    }



    .homepage-featured-content .title,

    .homepage-featured-content .text {

        display: inline-block;

        vertical-align: middle;
    }



    .homepage-featured-content .title {

        width: 200px;

        padding-right: 44px;
    }

    .homepage-featured-content .title-long {

        padding-bottom: 15px;
    }


    .homepage-featured-content .slider-image {

        margin-right: 40px;

        transform: translateY(50%);
    }


    .homepage-featured-content .text {

        width: 50%;

        padding: 30px 0 30px 44px;

        border-left: 1px solid white;
    }



    .homepage-featured-content p {

        margin-top: 0;
    }



    .homepage-featured-content .scroll-left,

    .homepage-featured-content .scroll-right {

        display: block;

        position: absolute;

        top: 50%;

        margin-top: -44px;

        width: 66px;

        height: 88px;

        background-size: contain;

        background-position: center;

        background-repeat: no-repeat;

        text-indent: -9999px;

        overflow: hidden;

        z-index: 10;

        opacity: 0.6;
    }



    .homepage-featured-content .scroll-left:hover,

    .homepage-featured-content .scroll-right:hover {

        opacity: 1.0;
    }



    .homepage-featured-content .scroll-left {

        left: 60px;

        background-image: url(../images/icon-arrow-left-green.svg);
    }



    .homepage-featured-content .scroll-right {

        right: 60px;

        background-image: url(../images/icon-arrow-right-green.svg);
    }
}




/* Homepage Contact Information */

.homepage-contact {

    text-align: center;
}



.homepage-contact h2 {

    position: absolute;

    left: -9999px;
}



.homepage-contact ul {

    list-style-type: none;

    margin: 0;

    padding: 0;
}



.homepage-contact a,

.homepage-contact form {

    display: block;

    color: white;
}



.homepage-contact h3 {

    margin: 0;
}



.homepage-contact label {

    position: absolute;

    left: -9999px;
}



.homepage-contact .booking {

    background-color: #8dc63f;

    padding: 20px 10px;

    background-image: url(../images/helicopter-silhouette.svg);

    background-position: left center;

    background-size: auto 100%;

    background-repeat: no-repeat;
}



.homepage-contact .booking:hover {

    background-color: #7db52e;
}



.homepage-contact .booking>h3 {

    font-size: 18px;

    text-transform: none;

    margin-bottom: 4px;
}



.homepage-contact .booking>span {

    color: #231f20;

    font-size: 18px;

    text-transform: uppercase;
}



.homepage-contact .booking>span:after {

    content: "";

    display: inline-block;

    width: 23px;

    height: 23px;

    margin-top: -3px;

    margin-left: 8px;

    vertical-align: middle;

    background-image: url(../images/icon-arrow-black.svg);

    background-repeat: no-repeat;

    background-position: center;

    background-size: 23px 23px;
}



.homepage-contact .phone {

    background-color: #231f20;

    padding: 20px 10px;
}



.homepage-contact .phone:hover {

    background-color: #2f2b2c;
}



.homepage-contact .phone>h3 {

    font-size: 18px;

    text-transform: uppercase;

    color: #8dc63f;

    line-height: 1em;
}



.homepage-contact .phone>span {

    font-size: 34px;

    font-weight: normal;

    line-height: 1em;
}



.homepage-contact .email-sign-up {

    background-color: #808184;

    padding: 15px 10px 20px;
}



.homepage-contact .email-sign-up h3 {

    font-size: 16px;

    text-transform: none;

    margin-bottom: 4px;
}



.homepage-contact .email-sign-up input[type=email] {

    border-style: none;

    padding: 8px;

    line-height: 22px;

    height: 22px;

    width: 70%;
}



.homepage-contact .email-sign-up input[type=text]::-webkit-input-placeholder {

    color: #231f20;
}



.homepage-contact .email-sign-up input[type=text]::-moz-placeholder {

    color: #231f20;
}



.homepage-contact .email-sign-up input[type=text]:-ms-input-placeholder {

    color: #231f20;
}



.homepage-contact .email-sign-up input[type=text]:-moz-placeholder {

    color: #231f20;
}



.homepage-contact .email-sign-up input[type=submit] {

    display: inline-block;

    border-style: none;

    background-color: white;

    text-indent: -9999px;

    overflow: hidden;

    padding: 0;

    width: 46px;

    height: 38px;

    background-image: url(../images/icon-arrow-green.svg);

    background-size: 23px 23px;

    background-position: center;

    background-repeat: no-repeat;
}



@media (min-width: 400px) {
    .homepage-contact .booking>h3 {
        font-size: 20px;
    }

    .homepage-contact .booking>h3:first-child {
        font-weight: 600;
    }



    .homepage-contact .email-sign-up h3 {

        font-size: 20px;
    }
}



@media (min-width: 800px) {

    .homepage-contact ul {

        display: flex;
    }



    .homepage-contact ul>li {

        flex: 1;

        width: 33%;
    }



    .homepage-contact ul>li:nth-child(2) {

        width: 34%;
    }



    .homepage-contact ul>li>a,

    .homepage-contact ul>li>form {

        box-sizing: border-box;

        height: 100%;
    }



    .homepage-contact .booking {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}




/* IE10 does not support flexbox and FireFox has issues with table/table-cell */

@media (-ms-high-contrast: none) and (min-width: 800px),
(-ms-high-contrast: active) and (min-width: 800px) {

    .homepage-contact ul {

        display: table;

        width: 100%;
    }



    .homepage-contact ul>li {

        display: table-cell;

        vertical-align: top;
    }
}




/* Homepage Services */

.homepage-services {

    padding: 15px 0 0 0;
}



.homepage-services .width-limiter {

    max-width: 900px;

    margin: auto;
}



.homepage-services h2 {

    position: absolute;

    left: -9999px;
}



.homepage-services ul {

    list-style-type: none;

    margin: 0 auto;

    padding: 0;

    text-align: center;

    max-width: 450px;
}



.homepage-services ul>li {

    display: inline-block;

    width: 145px;

    box-sizing: border-box;
}



.homepage-services a {

    display: block;

    padding: 12px 8px;
}



.homepage-services a:hover {

    background-color: #f5f4f4;
}



.homepage-services h3 {

    font-size: 18px;

    line-height: 0.9em;

    font-weight: 600;

    margin: 0 0 10px 0;
}



.homepage-services h3 {

    display: block;

    padding-top: 72px;

    background-image: url(../images/icon-charter.svg);

    background-repeat: no-repeat;

    background-size: 62px 62px;

    background-position: top center;

    color: #231f20;
}



.homepage-services p {

    display: none;

    color: #231f20;
}



.homepage-services .read-more {

    text-transform: uppercase;

    color: #8dc63f;
}



.homepage-services .read-more:hover {

    color: #9ddb47;
}



.homepage-services .read-more:after {

    content: " >";
}



@media (min-width: 800px) {

    .homepage-services ul {

        max-width: none;
    }



    .homepage-services ul>li {

        width: 33%;

        margin-bottom: 20px;
    }



    .homepage-services h3>a {

        background-size: 70px 70px;

        padding-top: 80px;
    }



    .homepage-services p {

        display: block;

        font-weight: 600;

        margin: 25px 0;

        padding: 0 20px;
    }
}


/* Homepage Services */

.homepage-from-social-media {

    position: relative;

    text-align: center;

    margin: 15px 0 45px;
}



.homepage-from-social-media h2 {

    position: absolute;

    left: -9999px;
}



.homepage-from-social-media .slider {

    position: relative;

    margin: 0 30px;

    overflow: hidden;
}



.homepage-from-social-media .slider>ul {

    position: relative;

    white-space: nowrap;

    list-style-type: none;

    margin: 0;

    padding: 0;
}



.homepage-from-social-media .slider>ul>li {

    display: inline-block;

    width: 100%;

    padding: 0 10px;

    box-sizing: border-box;

    white-space: normal;

    vertical-align: top;

    text-align: left;

    line-height: 1.8em;
}



.homepage-from-social-media li .image {

    display: block;

    content: "";

    width: 100%;

    height: 186px;

    background-repeat: no-repeat;

    background-size: contain;

    background-position: center;

    margin-bottom: 15px;
}



.homepage-from-social-media .scroll-left,

.homepage-from-social-media .scroll-right {

    position: absolute;

    top: 50%;

    width: 44px;

    height: 44px;

    margin-top: -22px;

    background-position: center;

    background-size: auto 35px;

    background-repeat: no-repeat;

    text-indent: -9999px;

    overflow: hidden;
}



.homepage-from-social-media .scroll-left:hover,

.homepage-from-social-media .scroll-right:hover {

    opacity: 0.6;
}



nav.homepage-from-social-media .scroll-left,

nav.homepage-from-social-media .scroll-right {

    margin-top: -22px;
}



.homepage-from-social-media .scroll-left {

    background-image: url(../images/icon-arrow-left-green.svg);

    left: 0;
}



.homepage-from-social-media .scroll-right {

    background-image: url(../images/icon-arrow-right-green.svg);

    right: 0;
}



.homepage-from-social-media .twitter:after,

.homepage-from-social-media .facebook:after,

.homepage-from-social-media .vimeo:after,

.homepage-from-social-media .youtube:after {

    content: "";

    display: block;

    width: 22px;

    height: 22px;

    background-repeat: no-repeat;

    background-position: center;

    background-size: contain;

    margin-top: 10px;
}



.homepage-from-social-media .twitter:after {

    background-image: url(../images/icon-twitter-gray.svg);
}



.homepage-from-social-media .facebook:after {

    background-image: url(../images/icon-facebook-gray.svg);
}



.homepage-from-social-media .vimeo:after {

    background-image: url(../images/icon-vimeo-gray.svg);
}



.homepage-from-social-media .youtube:after {

    background-image: url(../images/icon-youtube-gray.svg);
}



.homepage-from-social-media p {

    padding: 0 0 1em 0;

    margin: 0;
}



.homepage-from-social-media p+p {

    border-top: 1px solid #f5f4f4;

    padding-top: 1em;

    font-size: 12px;
}



@media (min-width: 500px) {

    .homepage-from-social-media .slider>ul>li {

        width: 50%;
    }
}



@media (min-width: 750px) {

    .homepage-from-social-media .slider>ul>li {

        width: 33.3%;
    }
}



@media (min-width: 1000px) {

    .homepage-from-social-media .slider>ul>li {

        width: 25%;
    }
}




/* Footer */

footer {

    background-color: #231f20;

    color: white;

    padding-top: 6px;

    padding-bottom: 10px;

    text-align: center;
}



footer .width-limiter {

    position: relative;
}



footer .logo {

    text-indent: -9999px;

    overflow: hidden;

    background-image: url(../images/logo-white.svg);

    background-size: auto 50px;

    background-position: center;

    background-repeat: no-repeat;

    height: 50px;

    padding: 14px 0;

    margin: 0;

    border-bottom: 6px solid #363636;
}



footer .contact {

    padding: 15px 0 30px 0;
}



footer .contact .phone {

    color: white;

    font-size: 24px;

    font-weight: normal;
}



footer .contact .phone:hover {

    color: #8dc63f;
}



footer .contact .address {

    padding: 15px 0 20px;
}



footer .contact p {

    display: inline-block;

    text-align: left;

    vertical-align: top;

    background-image: url(../images/icon-placemark.svg);

    background-repeat: no-repeat;

    background-position: left 2px;

    background-size: auto 16px;

    padding-left: 15px;

    box-sizing: border-box;

    font-size: 10px;

    margin: 0;
}



footer .contact p+p {

    margin-left: 20px;
}



footer .get-a-quote,

footer .hours-and-map {

    display: inline-block;

    color: white;

    padding: 10px 18px;
}



footer .get-a-quote {

    background-color: #8dc63f;
}



footer .get-a-quote:hover {

    background-color: #7db52e;
}



footer .hours-and-map {

    background-color: #808285;
}



footer .hours-and-map:hover {

    background-color: #6d6f72;
}



footer .get-a-quote+.hours-and-map,

footer .hours-and-map+.get-a-quote {

    margin-left: 8px;
}



footer .social h3 {

    font-size: 18px;
}



footer .social h3:after {

    content: ":";
}



footer .social ul {

    list-style-type: none;

    margin: 0;

    padding: 0;
}



footer .social li {

    display: inline-block;

    vertical-align: middle;
}



footer .social a {

    display: block;

    background-size: 30px 30px;

    background-position: center;

    background-repeat: no-repeat;

    width: 44px;

    height: 44px;

    text-indent: -9999px;

    overflow: hidden;
}



footer .social a.facebook {

    background-image: url(../images/icon-facebook-green.svg);
}
footer .social a.twitter {

    background-image: url(../images/icon-twitter-green.svg);
}
footer .social a.linkedin {

    background-image: url(../images/icon-linkedin-green.svg);
}
footer .social a.youtube {

    background-image: url(../images/icon-youtube-green.svg);
}
footer .social a.instagram {

    background-image: url(../images/icon-instagram-green.svg);
}
footer .social a.email {

    background-image: url(../images/icon-mail-green.svg);
}
footer .social a.facebook:hover {

    background-image: url(../images/icon-facebook-white.svg);
}
footer .social a.twitter:hover {

    background-image: url(../images/icon-twitter-white.svg);
}
footer .social a.linkedin:hover {

    background-image: url(../images/icon-linkedin-white.svg);
}
footer .social a.youtube:hover {

    background-image: url(../images/icon-youtube-white.svg);
}
footer .social a.instagram:hover {

    background-image: url(../images/icon-instagram-white.svg);
}
footer .social a.email:hover {

    background-image: url(../images/icon-mail-white.svg);
}



footer .email-sign-up {

    padding: 20px 10px;
}



footer .email-sign-up label {

    position: absolute;

    left: -9999px;
}



footer .email-sign-up h3 {

    font-size: 18px;

    text-transform: none;
}



footer .email-sign-up input[type=email] {

    border-style: none;

    padding: 8px;

    line-height: 22px;

    height: 38px;

    width: 225px;

    box-sizing: border-box;

    text-align: center;

    margin-top: 8px;

    display: block;

    margin: auto;
    max-width: 100%;
}



footer .email-sign-up input[type=text]::-webkit-input-placeholder {

    color: #231f20;
}



footer .email-sign-up input[type=text]::-moz-placeholder {

    color: #231f20;
}



footer .email-sign-up input[type=text]:-ms-input-placeholder {

    color: #231f20;
}



footer .email-sign-up input[type=text]:-moz-placeholder {

    color: #231f20;
}



footer .email-sign-up input[type=submit] {

    background-color: #8dc63f;

    text-transform: uppercase;

    width: 225px;

    padding: 0 8px;

    height: 38px;

    line-height: 22px;

    box-sizing: border-box;

    color: white;

    margin-top: 3px;
    max-width: 100%;
}



footer .email-sign-up input[type=submit]:hover {

    background-color: #7db52e;
}



footer ul.affiliates,

footer .affiliates ul {

    margin: 0 auto;

    padding: 10px 0 10px;

    list-style-type: none;
    max-width: 930px;
}



footer ul.affiliates li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}



footer ul.affiliates a,

footer ul.affiliates span {

    display: block;

    background-size: contain;

    background-repeat: no-repeat;

    background-position: center;

    text-indent: -9999px;

    overflow: hidden;

    height: 58px;

    margin: 0 10px;
}


footer ul.affiliates .argus-gold-rated {

    background-image: url(../images/argus-gold-300.png);

    width: 125px;
    height: 110px;

    background-size: 100%;

    margin-top: 20px;
}


footer ul.affiliates .cessna-service {
    background-image: url(../images/logo-cessna-service.svg);
    /*background-size: contain;*/
    width: 75px;
    height: 88px;
    margin-top: 15px;
}
footer ul.affiliates .robinson-service {
    background-image: url(../images/logo-robinson-service.png);
    background-size: contain;
    width: 165px;
    height: 66px;
}
footer ul.affiliates .tbm-service {
    background-image: url(../images/logo-tbm-service.png);
    background-size: contain;
    width: 148px;
    height: 59px;
}
footer ul.affiliates .garmin {
    background-image: url(../images/logo-garmin.png);
    background-size: contain;
    width: 135px;
    height: 65px;
}
footer ul.affiliates .fortyfive-avionics {
    background-image: url(../images/logo-45northavionics.svg?v=2);
    background-size: contain;
    width: 175px;
    height: 65px;
}

footer ul.affiliates .fortyfive-north-flight {

    background-image: url(../images/logo-45-north-flight.svg);

    width: 138px;
}
footer ul.affiliates .fortyfive-airshows {
    background-image: url(../images/airshows.svg?v=2);
    background-size: contain;
    width: 175px;
    height: 65px;
}



footer ul.affiliates .tc-helicopters {

    background-image: url(../images/logo-tc-helicopters.svg);

    width: 102px;
}



footer ul.affiliates .tc-helicopter-tours {

    background-image: url(../images/logo-tc-helicopter-tours.svg);

    width: 106px;
}

footer .charter-notice {
    margin-bottom: 10px;
    color: #808285;
}

footer .copyright,

footer .terms-privacy {

    display: inline-block;

    padding: 0 10px;

    color: #808285;

    line-height: 1.4em;
}



@media (min-width: 1175px) {

    footer {

        padding: 36px 28px 20px 28px;
    }



    footer .width-limiter:before {

        position: absolute;

        content: "";

        left: 0;

        top: 60px;

        right: 0;

        height: 6px;

        background-color: #363636;
    }



    footer .logo {

        background-size: contain;

        width: 190px;

        padding: 0;

        border-bottom-style: none;
    }



    footer .left-group {

        float: left;

        width: 350px;
    }



    footer .right-group {

        float: right;

        width: calc(100% - 360px);
    }



    footer .bottom {

        clear: both;
    }



    footer .social {

        text-align: right;
    }



    footer .social ul {

        text-align: left;
    }



    footer .social h3 {

        font-size: 24px;

        margin-right: 10px;
    }



    footer .social ul,

    footer .social h3 {

        display: inline-block;

        vertical-align: middle;
    }



    footer .email-sign-up {

        float: left;

        /*width: 35%;*/
        width: 262px;
        padding-top: 42px;

        box-sizing: border-box;
    }



    footer .email-sign-up h3 {

        max-width: 300px;

        margin-left: auto;

        margin-right: auto;
    }



    footer ul.affiliates {

        float: right;

        /*width: 64%;*/
        width: calc(100% - 262px);
        padding-top: 28px;
        text-align: right;
    }
    footer ul.affiliates li {
        margin-left: 5px;
        margin-right: 5px;
    }
    footer ul.affiliates li span,
    footer ul.affiliates li a {
        text-align: left;
    }



    footer ul.affiliates a,

    footer ul.affiliates span {

        height: 76px;
    }



    footer ul.affiliates .cessna-service {
        height: 115px;
    }
    footer ul.affiliates .robinson-service {
        height: 135px;
        /*height: 66px;*/
    }
    footer ul.affiliates .tbm-distributor {
        height: 135px;
        /*height: 59px;*/
    }


    footer ul.affiliates .fortyfive-north-flight {

        width: 181px;
    }



    footer ul.affiliates .tc-helicopters {

        width: 134px;
    }



    footer ul.affiliates .tc-helicopter-tours {

        width: 139px;
    }



    footer .contact {

        text-align: left;

        padding-top: 42px;
    }



    footer .get-a-quote,

    footer .hours-and-map {

        padding-left: 30px;

        padding-right: 30px;
    }



    footer .contact p {

        font-size: 12px;
    }



    footer .contact .phone {

        color: #8dc63f;
    }



    footer .contact .phone:hover {

        color: white;
    }



    footer .get-a-quote+.hours-and-map,

    footer .hours-and-map+.get-a-quote {

        margin-left: 20px;
    }
}

@media screen and (min-width: 1525px){
    footer .email-sign-up {
        width: calc(100% - 930px);
    }
    footer ul.affiliates {
        width: 930px;
    }
    footer ul.affiliates li {
        margin-left: 5px;
        margin-right: 5px;
    }
        footer ul.affiliates li:nth-last-child(1),
        footer ul.affiliates li:nth-last-child(2),
        footer ul.affiliates li:nth-last-child(3),
        footer ul.affiliates li:nth-last-child(4) {
            margin-left: 0px;
            margin-right: 0px;
        }
}


/* Our Fleet */

.our-fleet {

    position: relative;

    padding: 20px 0;

    text-align: center;

    font-size: 13px;
}



.our-fleet h2 {

    font-size: 32px;

    margin: 0 40px 20px;

    padding: 0 0 18px 0;

    border-bottom: 1px solid #8dc63f;

    max-width: 492px;
}



.our-fleet h3 {

    font-size: 20px;

    margin: 0 0 20px 0;

    padding: 0;

    color: #231f20;

    font-weight: 600;
}



section.our-fleet h3>span {

    display: inline-block;

    border-bottom: 1px solid #8dc63f;

    padding-bottom: 3px;
}



.our-fleet .slider {
    position: relative;
    margin: 0 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 60px);
}



.our-fleet ul {

    list-style-type: none;

    margin: 0;

    padding: 0;
}



.our-fleet .slider>ul {
    position: relative;
    white-space: nowrap;
    display: flex;
}



.our-fleet .slider>ul>li {
    display: inline-block;
    min-width: 100%;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    white-space: normal;
    vertical-align: top;
}



.our-fleet .slider>ul ul {

    padding: 0 15px;
}



.our-fleet .slider>ul>li li {

    width: 48%;

    vertical-align: top;

    float: left;

    clear: left;

    margin-bottom: 15px;

    text-transform: uppercase;
}



.our-fleet .slider>ul>li li:nth-child(2n) {

    float: right;

    clear: none;
}



.our-fleet .slider>ul>li li:last-child {

    width: auto;

    float: none;

    clear: both;
}



.our-fleet span.label {

    color: #808184;

    display: block;
}



.our-fleet span.label+span {

    color: #8dc63f;

    line-height: 25px;

    display: block;
}



.our-fleet span.label+span.location {

    line-height: 15px;

    padding: 5px 0;
}



.our-fleet li a {

    display: block;

    width: 100%;
    height: 100%;
    padding: 20px 4px 4px 4px;

    box-sizing: border-box;
}



section.our-fleet li a {
    background-color: #f5f4f4;
    /*height: 339px;*/
    height: 100%;
}



section.our-fleet li a:hover {

    background-color: #e8e8e8;
}



nav.our-fleet li a:hover {

    background-color: #f5f4f4;
}



nav.our-fleet li.on a {

    opacity: 0.5;
}



.our-fleet li .image {

    display: block;

    content: "";

    height: 70px;

    background-repeat: no-repeat;

    background-size: contain;

    background-position: center;

    margin-bottom: 15px;
}



.our-fleet .scroll-left,

.our-fleet .scroll-right {

    position: absolute;

    top: 50%;

    width: 44px;

    height: 44px;

    background-position: center;

    background-size: auto 35px;

    background-repeat: no-repeat;

    text-indent: -9999px;

    overflow: hidden;
}



.our-fleet .scroll-left:hover,

.our-fleet .scroll-right:hover {

    opacity: 0.6;
}



nav.our-fleet .scroll-left,

nav.our-fleet .scroll-right {

    margin-top: -22px;
}



.our-fleet .scroll-left {

    background-image: url(../images/icon-arrow-left-green.svg);

    left: 0;
}



.our-fleet .scroll-right {

    background-image: url(../images/icon-arrow-right-green.svg);

    right: 0;
}



.our-fleet .crew {

    background-image: url(../images/icon-crew.svg);

    background-position: left center;

    background-size: 25px 15px;

    background-repeat: repeat-x;

    text-indent: -9999px;

    overflow: hidden;

    margin: auto;
}



.our-fleet .capacity {

    background-image: url(../images/icon-capacity.svg);

    background-position: left center;

    background-size: 14px 23px;

    background-repeat: repeat-x;

    text-indent: -9999px;

    overflow: hidden;

    margin: auto;
}



.our-fleet .range {

    position: relative;

    background-color: #cccccc;

    width: 85px;

    height: 8px;

    text-indent: -9999px;

    overflow: hidden;

    margin: 6px auto 0;
}



.our-fleet .range>.bar {

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    background-color: #8dc63f;

    height: 100%;
}



.our-fleet .cruise-speed {

    width: 31px;

    height: 31px;

    background-position: center;

    background-size: contain;

    background-repeat: repeat-x;

    text-indent: -9999px;

    overflow: hidden;

    margin: auto;
}



.our-fleet .cruise-speed-low {

    background-image: url(../images/icon-cruise-speed-low.svg);
}



.our-fleet .cruise-speed-high {

    background-image: url(../images/icon-cruise-speed-high.svg);
}

.our-fleet .icon-wifi {
    width: 45px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    margin: auto;
    background-image: url(../images/icon-wifi.svg);
}




@media (min-width: 350px) {

    .our-fleet {

        font-size: 14px;
    }
}



@media (min-width: 600px) {

    .our-fleet h2 {

        width: 492px;

        margin-left: auto;

        margin-right: auto;
    }
}



@media (min-width: 600px) {

    .our-fleet .slider>ul>li {
        min-width: 50%;
        width: 50%;
    }
}



@media (min-width: 800px) {

    .interior .our-fleet {

        padding: 40px 0;
    }



    .our-fleet .slider>ul>li {
        min-width: 33.33%;
        width: 33%;

        padding-left: 4px;

        padding-right: 4px;
    }



    section.our-fleet li a {
        /*height: 454px;*/
    }



    .our-fleet .slider>ul>li li,

    .our-fleet .slider>ul>li li:nth-child(2n) {

        float: none;

        width: auto;
    }
}



@media (min-width: 1100px) {

    .our-fleet .slider>ul>li {
        min-width: 25%;
        width: 25%;
    }
}



@media (min-width: 1400px) {

    .our-fleet .slider>ul>li {
        min-width: 252px;
        width: 252px;
    }
}




/* Interior Page Content */

main.interior {

    text-align: center;
}



.page-title {

    margin: 0;

    padding: 10px 10px 0;

    font-size: 28px;
}


.simple-page-title {

    padding: 20px 30px 15px;

    margin: 10px 20px 40px;

    display: inline-block;

    vertical-align: middle;

    border-bottom: 2px solid #8dc73f;

    line-height: 32px;
}



.page-title>span {

    display: inline-block;

    padding: 80px 0 18px 0;

    background-image: url(../images/icon-charter.svg);

    background-size: 65px 65px;

    background-repeat: no-repeat;

    background-position: top center;
}



.heading-image>.center {

    display: table;

    width: 100%;

    height: 200px;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;
}



.heading-image .page-title {

    margin: 0;

    display: table-cell;

    vertical-align: middle;

    color: white;

    width: 100%;
}



.heading-image .page-title>span {

    background-image: url(../images/icon-charter-white.svg);

    background-color: #231f20;

    background-color: rgba(35, 31, 32, 0.6);

    padding: 12px 20px 12px 85px;

    background-position: 25px center;
}



.heading-image .sub-image {

    display: block;

    height: 150px;

    width: 100%;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    margin-top: 10px;
}



.heading-image .trio {

    max-width: 950px;

    margin: auto;
}



main.interior {

    min-height: 100px;
}



main.interior .text-top,

main.interior>section>.wysiwyg,

.aircraft-details {

    padding: 0 10px;

    max-width: 950px;

    margin: auto;

    box-sizing: border-box;
}



main.interior>section>.wysiwyg {

    margin-bottom: 20px;
}




.get-a-quote-form {

    padding: 20px 10px 40px;

    background-color: #dddddd;
}



.get-a-quote-form h1 {

    margin-top: 0;
}



.get-a-quote-form h2 {

    font-size: 22px;

    text-transform: none;
}



.get-a-quote-form iframe {

    width: 800px;

    height: 575px;

    border-style: none;

    margin: auto;
}



.get-a-quote-form label,
.get-a-quote-form legend {
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    float: left;
    line-height: 34px;
}

.get-a-quote-form .radio-label {
    margin-right: 25px;
    float: none;
}

.get-a-quote-form legend {

    width: 100%;
}



.get-a-quote-form fieldset {

    border-style: none;

    padding: 0.01em 0 0 0;

    margin: 0;

    min-width: 0;
}



.get-a-quote-form input[name=firstname] {

    display: none;
}



.get-a-quote-form input[type=text],

.get-a-quote-form input[type=number],

.get-a-quote-form select {

    border: 1px solid #cccccc;

    background-color: white;

    line-height: 17px;

    height: 35px;

    padding: 9px 10px;

    vertical-align: middle;

    width: calc(100% - 60px);

    box-sizing: border-box;

    float: right;
}



.get-a-quote-form .legs input[type=text],
.get-a-quote-form .legs input[type=number],
.get-a-quote-form .legs select,
.get-a-quote-form .legs .select-wrapper{
    width: calc(100% - 150px);
}

.get-a-quote-form .legs .select-wrapper {
    display: block;
    float: right;
    text-align: left;
}
.get-a-quote-form .legs .radio-wrapper {
    float: right;
    text-align: center;
    width: 100%;
}

.get-a-quote-form .legs .select-wrapper>select {
    width: 100%;
    float: none;
}

.get-a-quote-form .name,
.get-a-quote-form .phone,
.get-a-quote-form .email,
.get-a-quote-form .arriving,
.get-a-quote-form .passengers,
.get-a-quote-form .date {
    margin-top: 20px;
}

.get-a-quote-form .trip-type {
    margin-bottom: 15px;
    width: 100%;
    float: left;
    clear: both;
}

.get-a-quote-form .name:after,
.get-a-quote-form .phone:after,
.get-a-quote-form .email:after,
.get-a-quote-form .departure:after,
.get-a-quote-form .arriving:after,
.get-a-quote-form .passengers:after,
.get-a-quote-form .date:after {
    content: "";
    clear: both;
    display: table;
}



.get-a-quote-form .legs {

    list-style-type: none;

    margin: 0 0 20px 0;

    padding: 0;
}



.get-a-quote-form .legs>li {

    margin: 20px 0 0 0;

    padding: 20px 0 0 0;

    border-top: 1px solid #aaaaaa;
}



.get-a-quote-form .legs .date .month {

    width: 73px;
}



.get-a-quote-form .legs .date .day {

    width: 58px;
}



.get-a-quote-form .legs .date .year {

    width: 73px;
}



.get-a-quote-form .passengers label {

    margin-right: 20px;
}



.get-a-quote-form .legs .passengers input {

    width: 80px;
}



.get-a-quote-form .date {

    overflow: hidden;
}



.get-a-quote-form .date label {

    position: absolute;

    left: -999px;
}



.get-a-quote-form .add-a-leg,

.get-a-quote-form .remove-leg {

    color: inherit;

    text-transform: uppercase;

    font-weight: 600;

    display: inline-block;

    padding-right: 10px;

    margin-right: 30px;
}



.get-a-quote-form .remove-leg {

    clear: both;

    margin-top: 20px;
}



.get-a-quote-form .add-a-leg:before,

.get-a-quote-form .remove-leg:before {

    content: "";

    display: inline-block;

    background-repeat: no-repeat;

    background-position: center;

    background-size: contain;

    width: 26px;

    height: 26px;

    vertical-align: middle;

    margin: -3px 9px 0 0;
}



.get-a-quote-form .add-a-leg:before {

    background-image: url(../images/icon-add-leg.svg);
}



.get-a-quote-form .remove-leg:before {

    background-image: url(../images/icon-remove-leg.svg);
}



.get-a-quote-form input[type=submit] {

    color: white;

    background-color: #8dc63f;

    text-transform: uppercase;

    padding: 10px 30px;

    font-weight: 600;
}



@media (min-width: 400px) {

    .get-a-quote-form legend {

        width: auto;
    }
}



@media (min-width: 600px) {

    .page-title {

        font-size: 30px;
    }



    .page-title>span {

        padding-top: 105px;

        background-size: 80px 80px;
    }



    .heading-image .page-title>span {

        padding: 22px 30px 22px 105px;
    }
}



@media (min-width: 800px) {

    main.interior {

        min-height: 300px;
    }



    .heading-image>.center {

        height: 326px;
    }



    .heading-image .sub-image {

        height: 230px;

        width: calc((100% - 20px) / 3);

        float: left;
    }



    .heading-image .sub-image:first-child {

        margin-right: 10px;
    }



    .heading-image .sub-image:nth-child(3) {

        float: right;
    }



    .heading-image:after {

        content: "";

        clear: both;

        display: table;
    }



    .heading-image .page-title>span {

        padding-left: 145px;

        padding-right: 70px;

        background-position: 65px center;
    }



    .get-a-quote-form {

        position: relative;

        padding-top: 30px;
    }



    .get-a-quote-form h1,

    .get-a-quote-form iframe,

    .get-a-quote-form form {

        position: relative;

        z-index: 10;
    }



    .get-a-quote-form .add-a-leg,

    .get-a-quote-form .remove-leg {

        float: left;
    }



    .get-a-quote-form input[type=submit] {

        float: right;
    }



    .get-a-quote-form form:after {

        content: "";

        clear: both;

        display: table;
    }



    .get-a-quote-form:after {

        content: "";

        position: absolute;

        left: 0;

        top: 0;

        right: 0;

        bottom: 0;

        background-image: url(../images/get-a-quote-background.jpg);

        background-position: center;

        background-size: cover;

        opacity: 0.2;
    }



    .get-a-quote-form .arriving {

        margin-top: 0;
    }



    .get-a-quote-form h2 {

        text-align: left;
    }



    .get-a-quote-form form {

        background-color: #dddddd;

        border: 1px solid #aaaaaa;

        max-width: 744px;

        padding: 30px 50px;

        margin: 20px auto 0;
    }



    .get-a-quote-form .phone,

    .get-a-quote-form .departure,

    .get-a-quote-form .passengers {

        float: left;

        clear: left;

        width: 48%;
    }

    .get-a-quote-form .email,

    .get-a-quote-form .arriving,

    .get-a-quote-form .date {

        float: right;

        clear: right;

        width: 48%;
    }



    .get-a-quote-form .legs>li:after {

        content: "";

        clear: both;

        display: table;
    }



    .get-a-quote-form .contact:after {

        content: "";

        clear: both;

        display: table;
    }



    main.interior .text-top {

        margin-top: 30px;

        margin-bottom: 20px;
    }



    .page-title {

        padding: 20px 55px 0 10px;

        margin-right: 50px;

        display: inline-block;

        max-width: 230px;

        vertical-align: middle;

        border-right: 1px solid #8dc73f;
    }


    .simple-page-title {

        padding: 20px 30px 15px;

        margin-top: 40px;

        margin-bottom: 50px;

        display: inline-block;

        vertical-align: middle;

        border-bottom: 2px solid #8dc73f;
    }


    .text-top .wysiwyg {

        display: inline-block;

        width: calc(100% - 360px);

        vertical-align: middle;
    }



    main.interior>section>.wysiwyg {

        margin-bottom: 60px;
    }
}




/* Aircraft Details */

.aircraft-details {

    margin-bottom: 30px;
}



.aircraft-details h2 {

    font-size: 20px;

    margin-bottom: 10px;
}



.aircraft-details section {

    text-align: left;

    margin: 20px 0 0;
}



.aircraft-details section:first-child {

    margin-top: 0;
}



.aircraft-details ul {

    list-style-type: none;

    margin: 0;

    padding: 0;
}



.aircraft-details li {

    margin-bottom: 8px;
}



.aircraft-details .label {

    color: #8dc63f;

    text-transform: uppercase;

    font-weight: 600;
}



.aircraft-details .label:after {

    content: ":";
}



@media (min-width: 800px) {

    .aircraft-details section {

        float: right;

        max-width: 45%;
    }



    .aircraft-details section:first-child {

        float: left;
    }



    .aircraft-details:after {

        content: "";

        clear: both;

        display: table;
    }
}




/* Interior email sign up form */

.interior .email-sign-up {

    background-color: #808184;

    padding: 15px 10px 20px;
}



.interior .email-sign-up label {

    position: absolute;

    left: -9999px;
}



.interior .email-sign-up h3 {

    font-size: 16px;

    text-transform: none;

    margin-bottom: 4px;

    color: white;
}



.interior .email-sign-up input[type=text] {

    border-style: none;

    padding: 8px;

    line-height: 22px;

    height: 22px;

    width: 70%;
}



.interior .email-sign-up input[type=text]::-webkit-input-placeholder {

    color: #231f20;
}



.interior .email-sign-up input[type=text]::-moz-placeholder {

    color: #231f20;
}



.interior .email-sign-up input[type=text]:-ms-input-placeholder {

    color: #231f20;
}



.interior .email-sign-up input[type=text]:-moz-placeholder {

    color: #231f20;
}



.interior .email-sign-up input[type=submit] {

    display: inline-block;

    border-style: none;

    background-color: white;

    text-indent: -9999px;

    overflow: hidden;

    padding: 0;

    width: 46px;

    height: 38px;

    background-image: url(../images/icon-arrow-green.svg);

    background-size: 23px 23px;

    background-position: center;

    background-repeat: no-repeat;
}



@media (min-width: 400px) {

    .interior .email-sign-up h3 {

        font-size: 20px;
    }
}


/* Inquiry Form */
.inquiry-form {
    margin-bottom: 30px;
}

.inquiry-form ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.inquiry-form li {
    margin-bottom: 4px;
    line-height: 28px;
}

.inquiry-form label {
    display: block;
    text-align: left;
    font-weight: 600;
}

.inquiry-form label:after {
    content: ":";
}
.inquiry-form.request label {
   float: none;
   width: 280px; 
   line-height: 1.25em;
   margin-top: 6px;
   margin-bottom: 4px;
}


.inquiry-form input[type=text],
.inquiry-form input[type=email],
.inquiry-form textarea {
    width: 280px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    padding: 4px;
}



.inquiry-form input[type=submit] {
    background-color: #8dc63f;
    text-transform: uppercase;
    padding: 0 20px;
    height: 38px;
    line-height: 22px;
    box-sizing: border-box;
    color: white;
    float: left;
    margin-left: 100px;
}
.inquiry-form.request input[type=submit] {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.inquiry-form input[type=submit]:hover {
    background-color: #7db52e;
}

.inquiry-form input[name=name] {
    display: none;
}

@media (min-width: 600px) {
    .inquiry-form:not(.request) label {
        float: left;
        width: 100px;
    }

    .inquiry-form:not(.request) input[type=text],
    .inquiry-form:not(.request) input[type=email],
    .inquiry-form:not(.request) textarea {
        float: left;
    }

    .inquiry-form:not(.request) li:after {
        content: "";
        clear: both;
        display: table;
    }

    .inquiry-form.request label {
       float: none;
       width: 380px; 
    }

    .inquiry-form.request input[type=text],
    .inquiry-form.request input[type=email],
    .inquiry-form.request textarea {
        width: 380px;
    }
}


/* Donation Request Form */

.center {

    text-align: center;
}

.donation-request-form {

    max-width: 580px;

    margin-bottom: 30px;

    margin-left: auto;

    margin-right: auto;
}



.donation-request-form ul {

    display: inline-block;

    list-style-type: none;

    margin: 0;

    padding: 0;
}



.donation-request-form li {

    margin-bottom: 10px;

    line-height: 28px;
}



.donation-request-form label {

    display: block;

    text-align: left;

    font-weight: 500;
}

.donation-request-form li>span {

    float: left;
    width: 100%;
    font-weight: 600;
}

.donation-request-form li.package-options label {

    width: 100%;
    margin-left: 5px;
    font-weight: normal;
}

.donation-request-form input[type=text],
input[type=date],
.donation-request-form input[type=email],
.donation-request-form textarea {

    width: 100%;

    box-sizing: border-box;

    border: 1px solid #e0e0e0;

    padding: 4px;
}






.donation-request-form label[for="donation-form-501c3-form"] span {

    display: block;

    color: #f90707;

    font-size: 12px;

    font-style: italic;
    position: relative;
    bottom: 4px;
}

.donation-request-form input[type=submit] {

    background-color: #8dc63f;

    text-transform: uppercase;

    padding: 0 20px;

    height: 38px;

    line-height: 22px;

    box-sizing: border-box;

    color: white;

    margin: 20px auto;

    display: inline-block;
}



.donation-request-form input[type=submit]:hover {

    background-color: #7db52e;
}



.donation-request-form input[name=name] {

    display: none;
}


.donation-request-form li>label:first-child {

    width: 250px;

    margin-top: -2px;

    font-weight: 600;
}

#donation-form-address-2 {

    margin-left: 0px;
    position: relative;
    bottom: 3px;
}

.donation-request-form li input[type="radio"] {

    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    right: 3px;
}

.donation-request-form li.type-of-event label {

    margin-right: 15px;
    margin-left: 5px;
}

.donation-request-form li.type-of-event label:first-child {

    margin-right: 0px;
    margin-left: 0px;
}


.donation-request-form li.annual-event label {

    margin-right: 15px;
    margin-left: 5px;
}

.donation-request-form li.annual-event label:first-child {

    margin-right: 0px;
    margin-left: 0px;
}


.donation-request-form li.annual-event label[for="donation-form-num-years"] {
    font-weight: 600;
    float: right;
    position: relative;
    bottom: 40px;
}

.donation-request-form input#donation-form-num-years {

    width: 60px;
    float: right;
    margin-right: 10px;
    position: relative;
    bottom: 40px;
}

.donation-request-form li.upload-501c3 {
    margin: 30px 0px;
    display: block;
}

@media (min-width: 600px) {

    .donation-request-form li {

        margin-bottom: 20px;

        line-height: 28px;
    }

    .donation-request-form label {

        float: left;
    }



    .donation-request-form input[type=text],

    .donation-request-form input[type=email],

    .donation-request-form textarea {

        float: left;
    }



    .donation-request-form li:after {

        content: "";

        clear: both;

        display: table;
    }

    #donation-form-address-2 {

        clear: left;

        margin-left: 250px;
    }


    .donation-request-form input[type=text],

    .donation-request-form input[type=email],

    .donation-request-form input[type=date],

    .donation-request-form textarea {

        width: 320px;
    }

    .donation-request-form li.type-of-event label {

        margin-left: 0px;
    }

    .donation-request-form li.type-of-event label:first-child {

        margin-left: 0px;
    }

    .donation-request-form li.annual-event label {

        margin-left: 0px;
    }

    .donation-request-form li.annual-event label:first-child {

        margin-left: 0px;
    }

    .donation-request-form li.annual-event label[for="donation-form-num-years"] {
        font-weight: 600;
        float: right;
        bottom: 0px;
    }

    .donation-request-form input#donation-form-num-years {

        width: 60px;
        float: right;
        margin-right: 10px;
        bottom: 0px;
    }
    #donation-form-address-2 {


        bottom: 1px;
    }
}









/************************
*       Survey         *
************************/

@font-face {
      font-family: 'fontello';
      src: url('../font/fontello.eot?30936880');
      src: url('../font/fontello.eot?30936880#iefix') format('embedded-opentype'),
           url('../font/fontello.woff?30936880') format('woff'),
           url('../font/fontello.ttf?30936880') format('truetype'),
           url('../font/fontello.svg?30936880#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }

.br-widget a{
    display:inline-block;
    margin-right:10px;
  margin-bottom:25px;
   margin-top:25px;
       width: 30px;
}

.br-widget a.br-active:after,.br-widget a.br-selected:after{
    font-family: 'fontello';
  content:'\e807';
  font-size: 25px;
    display:inline-block;
}

.br-widget a:after{
    font-family: 'fontello';
  content:'\e806';
  font-size: 22px;
    display:inline-block;
}
.br-current-rating{
  display: none;
}
.answer-box{
  padding: 12px 20px;
  width:100%;  
  margin-bottom: 25px;
  margin-top: 25px;
  border: 2px solid #ccc;
  border-radius: 2px;
  background-color: #f8f8f8;
  box-sizing: border-box;
  min-height: 120px;
  min-width: 200px;
  max-width: 100%
}
.question-text, .question-rating{
  margin: 25px 0px 25px 0px;
  font-size: 30px;
  position: relative;
}
.name-box, .other-box{
  width:260px;
  height:25px;
  margin-bottom: 25px;
  padding-left: 5px;
  padding-right: 5px;
  border: 2px solid #ccc;
  border-radius: 2px;
  background-color: #f8f8f8;
}
.name-box{
    margin-left: 50px;
}
.other-box{
    margin-left: 30px;
}
.yourname{
  margin-left: 50px;
}

.questions-container{
  text-align: left;
  width: 95%;
  max-width: 800px;
  min-height:300px; 
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 30px;
  /*border:1px dashed #6eafff;*/
}
.submit-button{
  margin-bottom: 10px;
  background-color: #8dc63f;
  color: #fff;
  font-size: 20px;
  padding: 10px 25px 10px 25px;
  margin-left: 50px;
}
.number{
  background-color: #8dc63f;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width:35px;
  height: 35px;
  text-align:center;
  line-height: 32px;
  margin-right: 15px;
  position: absolute;
  top:0px;
}
.question{
  display: inline-block;
  width: calc(100% - 50px);
  margin-left: 50px;
}
.hidden{
  display: none;
}
.br-widget a:first-child{
  display: none;
}

.radio-options{
    font-size:18px;
    margin-top: 15px;
}
.radio-buttons{
    margin-top: 10px;
    background-color: #ccc;
    height: 18px;
    width: 18px;
    position: relative;
    top: 2px;
}

@media (max-width: 400px) {
    .question{
        width:100%;margin-left:0px;
    }
    .number {
        position:static;margin-bottom:20px; 
    }
    .br-widget{
        text-align:center;
    }
    .br-widget a:after{
        font-size:30px !important;
        font-weight: normal !important;
    }
    .yourname,.name-box,.submit-button{margin-left:0px;}
    .submit-button{width:100%;}
}

.survey-banner-wrapper{
    padding: 50px 10px;
    position: relative;
    background-color: #8dc349;
}
.survey-banner-text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
}
.survey-banner-img{
    display: inline-block;
    float: left;
    width: 56px;
    height: 64px;
    background-image: url(../images/survey-link-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 56px 64px;
}
.feedback-text{
    color: black;
    font-weight: bold;
    font-size: 18.5px;
    width: 100%;
    margin-top: 6px;
}
.survey-text{
    color: white;
    font-weight: bold;
    font-size: 16.5px;
    width: 100%;
    margin-top: 10px;
}
.x-box{
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding: 10px;
    cursor: hand;
    cursor: pointer;
}
@media only screen and (max-width: 969px){
    .survey-banner-wrapper{
        padding: 150px 10px 50px;
    }
    .survey-banner-text{
        top: 145px;
    }
    .x-box{
        top: 95px;
        right: 10px;
    }
}
@media only screen and (max-width: 460px){
    .survey-banner-img{
        display: none;
    }
    .survey-banner-text{
        width: 260px;
    }
    .feedback-text{
        margin-top: 0px;
    }
}
@media only screen and (max-width: 390px){
    .feedback-text{
        font-size: 16px;
    }
    .survey-text{
        font-size: 14px;
    }
    .survey-banner-text {
        width: 225px;
    }
}
