/*Fusion site header styles*/

body .nav-major {
    background-color: #000;
    padding: 0;
    box-shadow: none;
    transition: height 0.2s ease-in-out;
}
.nav-major .contextual-links-region {
    position: static;
}
.nav-major #logoBox {
    background: url(/sites/all/themes/concur7/images/fusion/concurfusion_2018_logo-rgb-01.png) no-repeat;
    height: 65px;
    width: 190px;
    margin: 10px 0;
    background-size: contain;
}
.nav-major .region-menu {
    float: left;
    margin-left: 50px;
}
.nav-major ul.menu {
    margin: 0;
    padding: 0;
}
.nav-major ul.menu li {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    display: inline-block;
    position: relative;
}
.nav-major ul.menu li.li-button {
    position: absolute;
    right: 0;
    top: 0;
}
.nav-major ul.menu li a {
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    width: 130px;
    display: block;
    text-align: left;
    overflow: hidden;   
    /* text-overflow: ellipsis; */
    line-height: 120px;
    max-height: 90px;
    padding-left: 15px;
}
.header_section_header_video .btn {
    font-weight: 300;
}
/* removing pink color */
/* .nav-major ul.menu li a:not(.btn).active {
    color: #C114A2;
} */
@media(min-width: 992px) {
    .nav-major ul.menu li:hover > ul {
        height: auto;
        padding: 10px 0;
    }
    .nav-major ul.menu li:hover > ul li{
        width: 100%;
        height: auto;
        margin: 0;
        vertical-align: top;
    }
    .nav-major ul.menu li:hover > ul li a{
        height: auto;
        padding: 10px 15px;
        margin: 0;
        line-height: 20px;
        width: 100%;
    }
    .nav-major ul.menu li:hover > ul li a:hover {
        color: #00a9f2;
    }
    .nav-major ul.menu li:hover > a:not(.btn) {
        color: #000;
        background: #fff;
    }
    .nav-major ul.menu li a.btn {
        line-height: 16px;
        width: initial;
        margin-top: 30px;
        padding: 13px 20px 12px;
        text-align: center;
    }
    .nav-major ul.menu li > ul {
        position: absolute;
        height: 0;
        background-color: #333;
        color: #fff;
        width: 200%;
        overflow: hidden;
        line-height: 20px;
    }
}
@media(max-width: 1199px) {
    .nav-major ul.menu li a {
        width: 115px;
        font-size: 15px;
    }
    .nav-major .region-menu {
        margin-left: 20px;
    }
}
@media(max-width: 991px) {
    body .nav-major {
        height: 90px;
        overflow: hidden;
        width: 100%;
        position: absolute;
    }
    body .nav-major.expanded {
        position: fixed;
        height: 100%;
        overflow: scroll;
        padding-bottom: 30px;
    }
    .sap-shadow {
        position: absolute;
        width: 100%;
        top: 90px;
    }
    div.region-content {
        padding-top: 120px;
    }
    .nav-major ul.menu {
        margin: 0;
        padding: 0;
        width: 100%;
        position: absolute;
        top: 120px;
        left: 0;
        border-top: 1px solid;
        margin-bottom: 100px;
    }
    .nav-major ul.menu li {
        display: block;
        height: auto;
        border-bottom: 1px solid;
    }
    .nav-major ul.menu li ul {
        display: none;
    }
    .nav-major ul.menu li a {
        width: 100%;
        padding: 15px;
        text-align: center;
        height: auto;
        line-height: 20px;
        font-size: 18px;
        box-shadow: none;
        background: transparent;
        border-radius: 0;
        margin: 0;
    }
    .nav-major ul.menu li a:hover {
        background: #fff;
        color: #00a9f2;
    }
    .nav-major ul.menu li.li-button {
        position: relative;
    }
    .nav-major a.hamburger {
        position: absolute;
        right: 30px;
        top: 30px;
        font-size: 20px;
        padding-right: 25px;
    }
    .nav-major a.hamburger:hover {
        color: #fff;
        cursor: pointer;
    }
    .nav-major a.hamburger:after {
        content: '\f0c9';
        height: 20px;
        width: 20px;
        display: block;
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 0;
    }
}

/*Fusion footer styles*/

.region-footer {
    padding: 30px 0;
    background: #000;
}
.region-footer a:hover {
    color: #00a9f2;
}
.region-footer #logoBox {
    background: url(/sites/all/modules/custom_concur/concur_responsive_menu/images/sap-concur.svg) no-repeat;
    width: 185px;
    height: 33px;
    margin-bottom: 20px;
    background-size: cover;
}

/*Fusion specific theme overrides*/

/*cta 6 */
.cta_6_html_block {
    padding: 30px 0;
}
.cta_6_html_block a.btn {
    margin-top: 10px;
}

/*asset section 1*/

.asset_section_1 .asset-bg {
    background-size: cover;
}
.asset_section_1 {
    background-color: #004a7d;
}
.asset_section_1 a, .asset_section_1 h3, .asset_section_1 p {
    color: #fff;
}
.asset_section_1 a:hover {
    color: #00a9f2;
}




