/* Responsive breakpoints */
:export {
    white: #fff;
    cerulean: #0077CC;
    red: #FF0000;
    casper: #AABDCD;
}

/* Used to define the width of top-level content blocks (i.e. header, page content, footer) */
/* Cross-browser compatible Flexbox definitions */
/* FlightAware Fonts */

.ss-icon,
.ss-icon.ss-social-circle,
[class^="ss-"]:before,
[class*=" ss-"]:before,
[class^="ss-"].ss-social-circle:before,
[class*=" ss-"].ss-social-circle:before,
[class^="ss-"].right:after,
[class*=" ss-"].right:after,
[class^="ss-"].ss-social-circle.right:after,
[class*=" ss-"].ss-social-circle.right:after {
    font-family: "SSSocialCircle";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga"1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
    display: none;
    content: '';
}

.navBar,
.navBarMobile {
    clear: both;
}

.navBarMobile {
    display: none;
}

#listMenuRoot {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 40px;
}

#listMenuRoot>li {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 90px;
    list-style-type: none;
    padding: 0 5px;
    color: #ED8000;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    font-size: 14px;
    text-transform: none;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
}

#listMenuRoot>li>a {
    display: inline-block;
    color: #002F5D;
    padding: 10px 0;
    padding-bottom: 7px;
    text-decoration: none;
}

#listMenuRoot>li:first-child {
    margin-left: -5px;
    padding-left: 5px;
}

#listMenuRoot>li:last-child {
    margin-right: -5px;
    padding-right: 5px;
}

#listMenuRoot .app_links_menu .submenu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 900px;
    width: max-content;
}

#listMenuRoot .app_links_menu .submenu .menu-group {
    flex-basis: 18%;
    flex-shrink: 0;
}

#listMenuRoot .app_links_menu .submenu .app-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    width: 100%;
    border-top: 1px solid #B3B3B3;
    padding-top: 16px;
}

#listMenuRoot .app_links_menu .submenu .app-links .download-message {
    text-transform: none;
    color: #272727;
}

#listMenuRoot .app_links_menu .submenu .app-links .download-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#listMenuRoot .app_links_menu .submenu .app-links .download-links div {
    margin-left: 16px;
}

#listMenuRoot .submenu {
    display: flex;
    justify-content: center;
    z-index: 2147483647;
    padding: 40px 50px 12px 50px;
    background: #fff;
    -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

#listMenuRoot .submenu ul {
    padding: 0px;
}

#listMenuRoot .submenu .menu-group:not(:first-child) {
    padding-left: 80px;
}

#listMenuRoot .submenu .menu-group-title {
    color: #666;
    font-size: 1em;
    line-height: 1.125em;
    padding-bottom: 24px;
}

#listMenuRoot .submenu_item {
    margin: 0;
    position: relative;
    display: block;
    z-index: 2147483647;
    line-height: 2;
    text-transform: none;
    white-space: nowrap;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    margin-bottom: 24px;
    border-bottom: 2px solid transparent;
}

#listMenuRoot .submenu_item a {
    text-decoration: none;
    color: #0077CC;
    display: block;
}

#listMenuRoot .submenu_item .menu-item-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#listMenuRoot .menu-item-title {
    font-size: 1.125em;
    line-height: 1.375em;
}

#listMenuRoot .menu-item-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #002F5D;
    background: -webkit-linear-gradient(130.5deg, #00A0E2 0%, #002F5D 100%);
    background: -moz-linear-gradient(130.5deg, #00A0E2 0%, #002F5D 100%);
    background: -ms-linear-gradient(130.5deg, #00A0E2 0%, #002F5D 100%);
    background: linear-gradient(130.5deg, #00A0E2 0%, #002F5D 100%);
    border-radius: 4px;
}

#listMenuRoot .menu-item-icon img {
    height: 26px;
    width: 26px;
}

#listMenuRoot .menu-item-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    margin-left: 10px;
}

#listMenuRoot .menu-item-description {
    color: #272727;
    font-size: 1em;
    line-height: 1.5em;
    white-space: normal;
    width: 304px;
}

@media screen and (max-width: 767px) {
    .icon-close {
        width: 18px;
        height: 18px;
        background-image: url(" no_such_asset_in_module_asset_url");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 25px;
        left: 12px;
    }

    .flightaware-logo {
        width: 145px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 10px;
    }

    .mobile-menu-white #listMenuRoot {
        display: block !important;
        list-style-type: none;
        padding: 0;
        margin: 0;
        margin-top: 60px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .mobile-menu-white #listMenuRoot>li {
        position: relative;
        width: 100%;
        display: block;
        list-style-type: none;
        padding: 10px;
        color: #ED8000;
        font-family: Roboto, sans-serif;
        font-size: 20px;
        line-height: 21px;
        text-transform: none;
        letter-spacing: 0;
        white-space: nowrap;
        height: 40px;
        box-sizing: content-box;
    }

    .mobile-menu-white #listMenuRoot>li>a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        color: #272727;
        padding: 10px 0;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 1px solid #B3B3B3;
    }

    .mobile-menu-white #listMenuRoot>li:first-child {
        margin-left: 0;
        padding: 10px;
    }

    .mobile-menu-white #listMenuRoot .submenu {
        display: none;
        position: inherit;
        top: inherit;
        z-index: 800;
        padding: 1em 30px;
        margin-left: -5px;
        color: #0077CC;
        border-bottom: 1px solid #B3B3B3;
    }

    .mobile-menu-white #listMenuRoot .submenu ul {
        padding-left: 24px;
    }

    .mobile-menu-white #listMenuRoot .submenu_item {
        padding: 0px;
        margin: 0;
        display: block;
        z-index: 800;
        line-height: 21px;
        text-transform: none;
        white-space: nowrap;
        font-family: Roboto, sans-serif;
        margin-bottom: 24px;
    }

    .mobile-menu-white #listMenuRoot .submenu_item a {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline flex;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-decoration: none;
        color: #0077CC;
        overflow: hidden;
        font-size: 20px;
    }

    .mobile-menu-white #listMenuRoot .menu-group ul {
        padding: 0px;
    }

    .mobile-menu-white #listMenuRoot .menu-group-title {
        color: #666;
    }

    .mobile-menu-white #listMenuRoot .menu-item-title {
        font-size: 17.5px;
        line-height: 20px;
    }

    .mobile-menu-white #listMenuRoot .menu-item-description {
        color: #272727;
        font-size: .875em;
        line-height: 20px;
        white-space: normal;
        width: 245px;
    }

    .navBarMobile .user-account {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        min-height: 100px;
        margin-top: 24px;
    }

    .navBarMobile .user-account #signUpButtonMobile a {
        font-size: 1.5em;
        background-color: #febc11;
        color: #272727;
        border-radius: 4px;
        padding: 0.6em 1.3em;
        font-weight: bold;
        text-decoration: none;
        -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    }

    .navBarMobile .user-account a {
        font-size: 20px;
    }
}

@media screen and (max-width: 970px) {
    nav.navBar #listMenuRoot>li {
        font-size: 0.8rem;
        padding: 0 4px;
    }

    nav.navBar #listMenuRoot .submenu {
        -webkit-justify-content: center !important;
        justify-content: center !important;
        position: fixed;
        width: 100vw;
        top: 120px;
        left: 0;
    }

    nav.navBar #listMenuRoot .submenu .menu-group:not(:first-child) {
        padding-left: 40px;
    }
}

.back-link {
    background: #0077CC;
    font-size: 16px;
    line-height: 24px;
}

.back-link a {
    color: #fff;
    text-decoration: none;
    margin-left: 16px;
    display: flex;
    align-items: center;
}

.back-link a img {
    height: 12px;
    margin-right: 8px;
}

.desktop-menu-section {
    width: 450px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.fa-header {
    -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.cm-row-fluid-wrapper {
    height: 90px;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .close-header {
        display: none !important;
    }

    #listMenuRoot .submenu {
        visibility: hidden;
        position: fixed;
        top: 91px;
        padding: 48px 48px 24px;
    }

    #listMenuRoot li:first-child .submenu {
        width: 900px;
        left: 50%;
        transform: translateX(-50%);
    }

    #listMenuRoot li:not(:first-child) .submenu {
        transform: translateX(-48px);
    }

    #listMenuRoot>li>a {
        border-bottom: 3px solid transparent;
    }

    #listMenuRoot>li:hover>a {
        border-bottom: 3px solid #ED8000;
    }

    #listMenuRoot>li:hover .submenu {
        visibility: visible;
    }

    #listMenuRoot .submenu_item:hover {
        border-bottom: 2px solid #ED8000;
    }

    #listMenuRoot a {
        transition: all 0s !important;
    }
}

@media (max-width: 767px) {
    .cm-row-fluid-wrapper {
        position: relative;
    }

    .close-header {
        padding-left: .2rem;
        padding-bottom: .3rem;
        padding-right: 1rem;
        padding-top: .8rem;
        font-size: 1.5rem;
        float: left;
        line-height: 1.2;
    }

    .menu-trigger {
        color: #002F5D;
        cursor: pointer;
        position: relative;
    }

    .submenu-trigger {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 40px;
        top: 12px;
        cursor: pointer;
        height: 32px;
    }

    .submenu-trigger i {
        height: 8px;
        width: 13px;
        margin-right: 5px;
        background-image: url("https://f.hubspotusercontent20.net/hubfs/7228775/icon-accordion-show.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .submenu-trigger.submenu-open i {
        color: #0077CC;
        background-image: url("data:image/svg+xml,%3Csvg height='8' viewBox='0 0 13 8' width='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m280.949147 402 1.050853 1.113361-6.5 6.886639-6.5-6.886639 1.050853-1.113361 5.449147 5.773z' fill='%230077CC' transform='matrix(1 0 0 -1 -269 410)'/%3E%3C/svg%3E");
    }

    .mobile-menu-open .custom-menu-primary.mobile-menu-section {
        z-index: 99;
        opacity: 1;
        transition: opacity 0s;
        width: 100vw;
    }

    .mobile-menu-open .body-wrapper {
        left: 100vw;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    #listMenuRoot .submenu .menu-group:not(:first-child) {
        padding-left: 0px;
    }
}

.mobile-menu-section.mobile-menu-white {
    background-color: #fff !important;
}

.mobile-header-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
}

.close-mobile-header {
    position: absolute;
    top: 25px;
    left: 12px;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
header.header {
    background: -webkit-linear-gradient(#002F5D, #002F5D 60%, #021624);
    background: -moz-linear-gradient(#002F5D, #002F5D 60%, #021624);
    background: -ms-linear-gradient(#002F5D, #002F5D 60%, #021624);
    background: linear-gradient(#002F5D, #002F5D 60%, #021624);
    box-shadow: 0 1px 1px -1px #888;
}

.header__container {
    max-width: {
            {
            page_max_width
        }
    }

    ;
    margin: 0 auto;
    padding: 0 15px;
    line-height: 26px;
    font-size: 14px;
}

.cm-row-fluid-wrapper {
    width: 90%;
    max-width: 1500px;
    margin: 0px auto;
    padding-top: 5px;
}

.lp-header .header_close {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.custom-header-logo {
    width: 8rem;
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    float: left;
}

.custom-logo img {
    max-height: 46px;
    min-width: 123px;
}

.header-top-section {
    background: #022241;
}

.header-top-page-center {
    width: 90%;
    max-width: 1500px;
    font-size: 13px;
    margin: 0px auto;
}

.topMenuList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu-spacer {
    height: 20px;
}

.sp_menu_item {
    padding: 0px 5px;
    color: white;
    line-height: 1.8;
    word-wrap: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    font-smooth: always;
}

.sp_menu_item>a {
    text-decoration: none;
    color: white;
}

.sp_menu_item a {
    text-decoration: none;
    color: white;
}

.lp-header .custom-header-logo {
    float: none;
    padding-bottom: 7px;
}

div#fadate-clock {
    margin-left: auto;
}

/* .sp_menu_item.noHover {
margin-left: auto;
} */
.language-box form select.localePicker {
    background: rgba(0, 47, 93, 0.2);
    color: white;
    padding: 0 !important;
    min-height: auto;
    display: inline-block;
    font-family: Arial;
    font-size: 13.3333px;
    width: auto !important;
    letter-spacing: normal;
}


li.socialShare {
    margin-right: -5px;
    padding-right: 5px;
    font-size: 20px;
    line-height: 0;
    padding: 10px 5px;
    text-transform: uppercase;
    letter-spacing: .1em;
    white-space: nowrap;
    color: #ED8000;
    font-family: LatoLight, sans-serif;
    position: relative;
    display: inline-block;
    list-style-type: none;
}

.socialContainer {
    display: inline-block;
    position: relative;
    top: .1em;
    margin: 0 .39px;
    float: none;
}

.socialContainer:first-child {
    margin-left: 4px;
}

.custom-menu-primary {
    clear: both;
}

.socialContainer>a {
    color: white;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

.ss-icon,
.ss-icon.ss-social-circle,
[class^="ss-"]:before,
[class*=" ss-"]:before,
[class^="ss-"].ss-social-circle:before,
[class*=" ss-"].ss-social-circle:before,
[class^="ss-"].right:after,
[class*=" ss-"].right:after,
[class^="ss-"].ss-social-circle.right:after,
[class*=" ss-"].ss-social-circle.right:after {
    font-family: "SSSocialCircle";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga"1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.social_submenu {
    visibility: hidden;
    position: absolute;
    list-style-type: none;
    z-index: 800;
    background: rgba(0, 47, 93, 0.95);
    padding: 5px 3px 5px 5px;
    margin: 0;
    left: -175%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    top: 24px;
}

li.social_submenu_item {
    position: relative;
    display: block;
    z-index: 800;
}

li.social_submenu_item>a {
    margin: 0;
    padding: 5px 8px 5px 8px;
    font-weight: 500;
    color: #fff !important;
    text-transform: none !important;
    cursor: pointer;
    border-radius: 3px;
    box-sizing: border-box;
    text-decoration: none;
    font: normal normal normal 11px/18px 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: normal;
}

li.social_submenu_item>.facebook-button {
    background-color: #4c69ba;
}

.fa {
    filter: blur(0);
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-twitter:before {
    content: "\f099";
}

.socialContainer:hover .social_submenu {
    visibility: visible;
}

.socialContainer:last-child {
    margin-right: 0;
}

.socialContainer>a:hover,
.socialContainer>a:focus {
    color: #72CBEF;
}

li.social_submenu_item>.tweet-button {
    background-color: #1B95F1;
}

.language-box form select.localePicker option {
    background: #002f5d;
}

ul.social_submenu:before {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
}

.commercialContact {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    font-smooth: always;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    position: relative;
    float: right;
    margin: 10px 0 0 10px;
    height: 31px;
    box-sizing: border-box;
    background: rgba(0, 47, 93, 0.6);
    border: 1px solid #ED8000;
    border-radius: 3px;
    padding: 6px 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    z-index: 10;
}

.commercialContact a:link,
.commercialContact a:visited {
    color: #ED8000;
    text-decoration: none;
}

@media (min-width: 768px) {
    .custom-menu-primary.mobile-menu-section {
        display: none !important;
    }

    .sp_menu_item>a>i {
        display: none;
    }

}

@media screen and (max-width: 1200px) {
    .header-top-page-center {
        width: 95%;
    }

    .cm-row-fluid-wrapper {
        width: 95%;
    }
}

@media (max-width: 1066px) and (min-width: 1024px) {
    li.socialShare {
        padding: 10px 0px;
    }
}


@media screen and (max-width: 1024px) {
    .header-top-page-center {
        width: 98%;
    }

    .cm-row-fluid-wrapper {
        width: 98%;
    }
}


@media (max-width: 767px) {
    .cm-row-fluid-wrapper {
        position: relative;
    }

    .header_close {
        padding-left: .2rem;
        padding-bottom: .3rem;
        padding-right: 1rem;
        padding-top: .8rem;
        font-size: 1.5rem;
        float: left;
        color: #fff;
        line-height: 1.2;
    }

    .trigger_toggle {
        color: #fff;
        cursor: pointer;
        position: relative;
    }

    .fa-navicon:before,
    .fa-reorder:before,
    .fa-bars:before {
        content: "\f0c9";
    }

    header.header {
        padding: 0px 0px;
    }

    .header-top-section {
        background: #022241;
        display: none !important;
    }

    .custom-header-logo {
        float: none;
    }

    .custom-logo img {
        height: 2.5rem;
        width: auto;
        max-height: initial;
        min-width: initial;
    }

    .cm-row-fluid-wrapper {
        padding-top: 0.5rem;
        padding-bottom: 0.2rem;
    }

    .custom-menu-primary.desktop-menu-section {
        display: none !important;
    }

    .custom-menu-primary.mobile-menu-section {
        background: #002f5d;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 16rem;
        transition: all 0.2s ease;
        overflow-y: auto;
        height: 100%;
        z-index: -1;
        opacity: 0;
    }

    .mobile-open .custom-menu-primary.mobile-menu-section {
        z-index: 99;
        opacity: 1;
        transition: opacity 0s;
        width: 16rem;
    }

    .mobile-open .body-wrapper {
        left: 16rem;
    }

    .body-wrapper {
        position: relative;
        left: 0;
        right: 0;
        transition: all .3s;
        z-index: 999;
        background-color: #fff;
        min-height: 100vh;
    }

    body.mobile-open {
        overflow: hidden;
    }

    .custom-menu-primary-top-section {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .custom-menu-primary-top-section .sp_menu_item {
        width: 100%;
        padding: 0px 6px;
        color: white;
        line-height: 1.8;
        border-top: 0.1rem solid #002F5D;
        border-bottom: 0.1rem solid #262626;
        border-left: 0.3rem solid #ED8000;
        margin-bottom: 0.1rem;
        margin-top: 0.1rem;
        background: #002F5D;
        font-family: LatoLight, sans-serif;
        text-transform: uppercase;
        letter-spacing: .1em;
        box-sizing: border-box;
        text-align: left;
        font-size: 0.8rem;
        padding: 5%;
        padding-left: 2rem;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
        font-smooth: always;
    }

    .custom-menu-primary-top-section .sp_menu_item>a {
        text-decoration: none;
        color: white;
        line-height: 1.8;
        font-family: LatoLight, sans-serif;
        text-transform: uppercase;
        letter-spacing: .1em;
        text-align: left;
        font-size: 0.8rem;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
    }

    .custom-menu-primary-top-section .sp_menu_item>a>i {
        position: absolute;
        margin-right: 0.5rem;
        margin-top: 0.1rem;
        color: #E6F4F8;
        width: 0.75rem;
        left: 1rem;
        line-height: 1.2rem;
    }

    .commercialContact {
        display: none;
    }

    .fa-plane:before {
        content: "\f072";
    }

    .fa-sign-in:before {
        content: "\f090";
    }

    .custom-menu-primary-top-section .sp_menu_item:hover {
        background: rgba(0, 0, 0, 0.2);
    }


    .language-box {
        min-height: 72px;
    }
}

.header-container-wrapper {
    position: relative;
}

.fa-header-white {
    background-color: white;
    border-bottom: 1px solid #B3B3B3;
}