/* The sticky class is added to the header with JS when it reaches its scroll position */

body {
    padding: 64px 0 0 0;
}

#main-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
}

#main-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#main-header {
    max-width: 100%;
}

#master-header-wrapper {
    padding: 0 40px;
    height: 88px;
    display: block;
    /* display: flex;
    flex-direction: row;
    justify-content: space-between; */
    /* align-items: center; */
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

#master-header-container {
    max-width: 1120px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

.sticky #master-header-wrapper {
    border-bottom: 1px solid rgba(183, 191, 203, 0.5)
}

#logo-header {
    width: 100%;
    max-width: 120px;
    margin: 0 56px 0 0;
}

#logo-header a {
    display: block;
    width: 100%;
    max-width: 120px;
}

#logo-header a svg,
#logo-header a img {
    width: 100%;
    height: auto;
    display: block;
}

#desktop-menu {
    height: 100%;
}

#main-navigation {
    height: 100%;
}

#menu-header-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 100%;
}

#menu-header-menu>li {
    margin: 0 16px;
    height: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#menu-header-menu>li:first-child {
    margin-left: 0;
}

#menu-header-menu>li:last-child {
    margin-right: 0;
}

#menu-header-menu>li>a {
    font-weight: 600;
    font-size: 16px;
    color: rgba(10, 33, 68, 1);
    line-height: 24px;
    transition: color 0.2s ease-in-out;
}

#menu-header-menu>li:hover>a {
    color: rgba(10, 33, 68, 0.4);
    transition: color 0.2s ease-in-out;
}

#menu-header-menu>li.active:hover>a,
#menu-header-menu>li.active>a {
    color: #2671FF;
}

#user-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    width: 100%;
    max-width: 308px;
}

#search-button {
    display: flex;
    width: 24px;
    height: 24px;
    background-image: url(../../img/search-v2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
}

#search-button.hide {
    visibility: hidden;
}

#desktop-menu .mega-menu {
    position: fixed;
    z-index: -1;
    top: 75px;
    left: 50%;
    padding: 15px 0 0 0;
    height: 484px;
    height: 415px;
    display: flex;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

#desktop-menu #mega-menu-company.mega-menu,
#desktop-menu #mega-menu-resources.mega-menu {
    height: auto;
}
#desktop-menu #mega-menu-company.mega-menu .mega-menu-inner-row,
#desktop-menu #mega-menu-resources.mega-menu .mega-menu-inner-row {
    padding-bottom: 32px;
}

#mega-menu-cloud-cost.mega-menu {
    /* margin: 0 0 0 -580px; */
    margin: 0;
    /* width: 100%;
    left: 0; */
}

#main-header #mega-menu-cloud-cost.mega-menu {
    width: 770px;
    margin: 0 0 0 -385px;
    left: 50%;
}

#main-header #mega-menu-cloud-cost.mega-menu.have-sidebar {
    width: 1035px;
    margin: 0 0 0 -518px;
    left: 50%;
}
#main-header #mega-menu-business-intelligence.mega-menu.have-sidebar {
    width: 781px;
    margin: 0 0 0 -390px;
    left: 50%;
}

#main-header #mega-menu-company.mega-menu {
    width: 240px;
    margin: 0 0 0 -115px;
    left: 50%;
}
#main-header #mega-menu-resources.mega-menu {
    width: 240px;
    margin: 0 0 0 -10px;
    left: 50%;
}

#main-header #mega-menu-industries.mega-menu {
    width: 288px;
    width: 253px;
    height: auto;
    /* position: relative; */
    /* left: 50%; */
    margin: 0 0 0 -144px;
    margin: 0 0 0 -127px;
}

#main-header #mega-menu-industries.mega-menu.type3 .mega-menu-left-col {
    width: 100%;
    padding: 28px 32px 32px 32px;
}

#main-header #mega-menu-industries.mega-menu.type3 .mega-menu-left-col .menu-col-title {
    padding: 0;
}

#mega-menu-learn.mega-menu {
    margin: 0 0 0 -239px;
    width: 478px;
    height: auto;
}

#mega-menu-learn.mega-menu .mega-menu-inner {
    padding: 0 0 22px 0;
}

#mega-menu-learn.mega-menu.have-sidebar {
    margin: 0 0 0 -380px;
    width: 760px;
}

#desktop-menu .mega-menu.visible {
    visibility: visible;
}

#desktop-menu .mega-menu.open {
    /* .mega-menu { */
    /* top: 64px; */
    /* visibility: visible; */
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
a.roadmap.right-arrow-link:hover:after,
a.roadmap.right-arrow-link:after {
    background: url(../../img/icons/roadmap-icon.svg);
    background-size: 100% auto;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -28px;
    top: 4px;
    transform: translateX(10px);
}
.mega-menu-inner {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 8px 22px 51px rgba(66, 94, 165, 0.25);
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mega-menu-left-col {
    width: 100%;
    padding: 0 32px;
}

.have-sidebar .mega-menu-left-col {
    width: calc(100% - 265px);
    padding: 0 0 0 32px;
}

.mega-menu-right-col {
    max-width: 250px;
    width: 100%;
    background-color: #F6F9FC;
    padding: 0 24px 30px;
    position: relative;
}

.mega-menu-inner-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-self: unset;
}

.mega-menu-inner-row .mega-menu-inner-col {
    width: 100%;
}

#mega-menu-cloud-cost .mega-menu-inner-col {
    max-width: 31.841%;
    width: 100%;
    margin: 0 3% 0 0;
}

#mega-menu-learn .mega-menu-inner-col {
    max-width: 50%;
    width: 100%;
    margin: 0 4% 0 0;
}

#mega-menu-cloud-cost .mega-menu-inner-col:last-child,
#mega-menu-learn .mega-menu-inner-col:last-child {
    margin: 0;
}

.menu-col-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
    display: flex;
    align-items: start;
    text-transform: uppercase;
    color: #98A6B2;
    letter-spacing: 0.08em;
    padding-top: 32px;
    padding-bottom: 0px;
    margin: 0;
    margin-top: 0!important;
    text-align: left;
    text-indent: 8px;
}
.mega-menu-right-col .menu-col-title {
    text-indent: 0px;
}

/* .mega-menu-right-col .menu-col-title {
    padding-bottom: 10px;
} */

.mega-menu-items {
    display: flex;
    flex-direction: column;
}

.mega-menu-items .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    margin: 0 0 4px 0;
    border-radius: 10px;
    transition: background-color 0.2s ease-in-out;
}
.mega-menu-items .item.item-simple {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    /* text-decoration-line: underline; */
    color: #0A2144;
}

.mega-menu-items .item:hover {
    background: rgba(201, 219, 255, 0.2);
    transition: background-color 0.2s ease-in-out;
}

.mega-menu-items .item-icon {
    display: block;
    max-width: 48px;
    width: 100%;
    margin: 0 16px 0 0;
}

.mega-menu-items .item-icon svg,
.mega-menu-items .item-icon img {
    width: 100%;
    height: auto;
    display: block;
}

.mega-menu-items .item-content {
    display: flex;
    flex-direction: column;
}

.mega-menu-items .item-content .item-content-title {
    font-weight: bold;
    font-size: 15px;
    line-height: 160%;
    display: flex;
    align-items: start;
    color: #0A2144;
    margin: 0 0 4px 0;
    letter-spacing: -0.01em;
}

.mega-menu-items .item-content p {
    font-size: 14px;
    line-height: 130%;
    color: #728799;
    margin: 0;
    text-align: left;
}

#mega-menu-banner {
    display: block;
    width: 100%;
    margin: 0 0 16px 0;
}

#mega-menu-banner svg,
#mega-menu-banner img {
    display: block;
    width: 100%;
    height: auto;
}

#new-release {
    display: block;
    width: 100%;
    margin: 0 0 16px 0;
}

#new-release .title {
    font-size: 16px;
    line-height: 22px;
    color: #0A2144;
    margin: 0;
    font-weight: bold;
}

#new-release p {
    font-size: 14px;
    line-height: 17px;
    color: #0A2144;
    margin: 0;
}

#mega-menu-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#mega-menu-links li {
    text-align: left;
}

#mega-menu-links li a {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    min-height: 17px;
    color: #2671FF;
    margin: 0;
}
#mega-menu-links li:last-child a {
    color: #FF8F24;
}
#mega-menu-links li:last-child a:after {
    background-image: url(../../img/icons/ic_go_orange.svg);
}

ul#mega-menu-links li:last-child {
    position: absolute;
    bottom: 30px;
}

.mega-menu-icon-items {}

.mega-menu-items .item-with-small-icon,
.mega-menu-icon-items .icon-item {
    display: flex;
    padding: 8px;
    margin: 0 0 2px 0;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    border-radius: 5px;
    width: 100%;
    transition: background-color .2s ease-in-out;
}
.mega-menu-items .item-with-small-icon:hover,
.mega-menu-icon-items .icon-item:hover {
    background-color: rgba(201, 219, 255, 0.2);
    transition: background-color .2s ease-in-out;
}

.mega-menu-items .item-with-small-icon .item-icon,
.mega-menu-icon-items .icon-item .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
}

.mega-menu-items .item-with-small-icon .item-icon svg,
.mega-menu-items .item-with-small-icon .item-icon img,
.mega-menu-icon-items .icon-item .icon svg,
.mega-menu-icon-items .icon-item .icon img {
    display: block;
    width: 100%;
    height: auto;
}

.mega-menu-items .item-with-small-icon .content h3,
.mega-menu-icon-items .icon-item .content {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #0A2144;
    margin-top: 0;
}

#desktop-menu {
    display: block;
}

#mobile-menu {
    display: none;
}

#mobile-menu-toggle {
    display: none;
}

#mobile-request-demo {
    display: none;
}

.mobile-search-section {
    padding: 0 7px;
}

.mobile-search-section-inner {
    background: #F6F8FB;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mobile-search-section-inner .search-value {
    height: 56px;
    line-height: 34px;
    font-size: 16px;
    color: #0A2144;
    padding: 0 26px;
    width: 100%;
    border: 0;
    background-color: transparent;
}

.search-value::-webkit-input-placeholder {
    /* Edge */
    color: #0A2144;
}

.search-value:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #0A2144;
}

.search-value::placeholder {
    color: #0A2144;
}

.mobile-search-section-inner .search-trigger {
    border: 0;
    background-color: transparent;
    display: block;
    width: 56px;
    height: 56px;
    background-image: url(../../img/icons/search.svg);
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 56px;
    padding: 0;
}

#desktop-menu {
    position: relative;
    width: 100%;
}

#desktop-search {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#desktop-search.active {
    z-index: 1;
    opacity: 1;
}

#desktop-search #search-form {
    width: 100%;
    height: 100%;
    display: flex;
}

#desktop-search .search-section-inner {
    background: #F6F8FB;
    border-radius: 8px;
    padding: 0 16px;
    height: 42px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
}

#desktop-search .search-section-inner .search-value {
    height: 42px;
    line-height: 34px;
    font-size: 16px;
    color: #0A2144;
    padding: 0 6px;
    width: 100%;
    border: 0;
    background-color: transparent;
}

#desktop-search .search-section-inner .search-trigger {
    width: 68px;
    min-width: 68px;
    height: 68px;
    padding: 0;
    border: 0;
    background-color: transparent;
    background-image: url(../../img/ic_search.svg);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#desktop-search .search-section-inner .search-close {
    width: 68px;
    min-width: 68px;
    height: 68px;
    padding: 0;
    border: 0;
    background-color: transparent;
    background-image: url(../../img/icons/close.svg);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#user-nav {
    display: flex;
    height: 100%;
    position: relative;
    z-index: 2;
}

#user-menu {
    display: flex;
    height: 100%;
    /* padding: 20px 0; */
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 34px 0 0;
}

#login-nav-btn {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #0A2144;
    margin: 0;
    width: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


/* #user-menu-dropdown {
    display: none;
} */


/* .hover #user-menu-dropdown { */

#user-menu.visible #user-menu-dropdown {
    visibility: visible;
}

#user-menu.open #user-menu-dropdown {
    /* top: 64px; */
    /* visibility: visible; */
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

#user-menu-dropdown {
    display: block;
    position: absolute;
    z-index: 1;
    top: 56px;
    left: -110px;
    width: 280px;
    padding: 22px 0 0 0;
    /* padding: 24px 0 0 0; */
    /* height: 484px;
    display: flex;
    justify-content: center; */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

#user-menu-dropdown-inner {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 8px 22px 51px rgb(66 94 165 / 25%);
    border-radius: 15px;
    overflow: hidden;
    display: block;
    padding: 32px;
}


/* #user-menu-dropdown-inner a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 8px;
    font-weight: 600;
    font-size: 14px;
    color: #0A2144;
    border-radius: 5px;
}

#user-menu-dropdown-inner a:hover {
    background: rgba(201, 219, 255, 0.2);
} */

#menu-header-menu #nav-item-log-in {
    display: none;
}

@media (max-width: 1250px) {
    #logo-header {
        width: 180px;
    }
    #menu-header-menu>li {
        margin: 0 12px;
    }
    #menu-header-menu>li:first-child {
        margin-left: 0;
    }
    #menu-header-menu>li:last-child {
        margin-right: 0;
    }
    #login-nav-btn {
        margin: 0 16px 0 0;
    }
    #master-header-wrapper #user-nav .button.size-1 {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    #login-nav-btn {
        font-size: 14px;
    }
    #search-button {
        margin-right: 26px;
    }
}

@media (max-width: 1050px) {
    #search-button, #user-menu {
        margin: 0;
    }
    #user-nav {
        max-width: 240px;
    }
    #login-nav-btn {
       margin: 0 8px 0 0;
    }
    #header-badge {
        display: none;
    }
    #master-header-wrapper #user-nav .button.size-1 {
        padding: 0px 12px;
        width: auto;
        min-width: 0;
    }
}

@media (max-width: 992px) {
    #mega-menu-log-in .mega-menu-right-col,
    #mega-menu-learn .mega-menu-right-col,
    #mega-menu-industries .mega-menu-right-col {
        display: none;
    }
    #desktop-menu {
        display: none;
    }
    #user-nav {
        display: none;
    }
    #menu-header-menu #nav-item-log-in {
        display: block;
    }
    #mobile-menu {
        display: block;
    }
    #mobile-menu-toggle {
        display: block;
    }
    #mobile-request-demo {
        display: block;
    }
    body {
        padding: 78px 0 0 0;
    }
    #master-header-wrapper {
        padding: 0 36px;
        height: 77px;
    }
    #logo-header {
        width: 100%;
        max-width: 102px;
        margin: 0;
    }
    #mobile-menu-toggle-button {
        width: 42px;
    }
    #mobile-menu-toggle-button {
        display: block;
        width: 42px;
        height: 32px;
        position: relative;
    }
    #mobile-menu-toggle-button::before,
    #mobile-menu-toggle-button::after {
        content: "";
        position: absolute;
        width: 22px;
        height: 3px;
        background-color: #1F2C9C;
        left: 10px;
    }
    #mobile-menu-toggle-button::before {
        top: 10px;
        transition: transform 0.2s ease-in-out;
    }
    #mobile-menu-toggle-button::after {
        bottom: 10px;
        transition: transform 0.2s ease-in-out;
    }
    #mobile-menu-toggle-button.active::before {
        top: 14.5px;
        transform: rotate(45deg);
        transition: transform 0.2s ease-in-out;
    }
    #mobile-menu-toggle-button.active::after {
        bottom: 14.5px;
        transform: rotate(-45deg);
        transition: transform 0.2s ease-in-out;
    }
    #mobile-menu {
        position: fixed;
        top: -100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: -1;
        overflow: auto;
        transition: all 0.2s ease-in-out;
    }
    #mobile-menu.active {
        top: 0;
        transition: all 0.2s ease-in-out;
    }
    #mobile-menu #menu-header-menu {
        padding: 0 13px;
    }
    #menu-header-menu {
        display: block;
    }
    #mobile-menu .mobile-menu-inner {
        padding: 90px 0 70px 0;
    }
    #master-header-wrapper {
        border: 0;
    }
    #menu-header-menu>li {
        margin: 0;
        height: 56px;
        /* height: auto; */
        align-items: start;
        padding: 0 8px 0 24px;
    }
    #menu-header-menu>li[data-menu="log-in"] {
        border-top: 1px solid #EAEEF5;
    }
    #menu-header-menu>li>a {
        display: block;
        width: 100%;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #353D46;
        position: relative;
    }
    #menu-header-menu>li>a:after {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(../../img/icons/cheveron-right-dark-blue.svg);
        background-position: center center;
        background-repeat: no-repeat;
    }
    #mobile-menu .mobile-button-wrapper {
        width: 100%;
        display: block;
        align-items: center;
        justify-content: center;
    }
    #mobile-menu .mobile-button-wrapper .button {
        margin: 48px auto 0 auto;
        width: max-content;
    }
    #mobile-menu .mega-menu {
        position: static;
        width: auto;
        margin: 0;
        height: auto;
    }
    .mobile-mega-menu {
        display: none;
    }
    .mobile-mega-menu .mega-menu {
        display: none;
    }
    .mobile-mega-menu.active {
        display: block;
    }
    .mobile-mega-menu.active .mega-menu.active {
        display: block;
    }
    #mobile-menu .mobile-menu-inner.hide {
        display: none;
    }
    .mobile-mega-menu {
        padding: 90px 0 0 0;
    }
    #mobile-menu .mega-menu-inner {
        flex-direction: column;
        box-shadow: none
    }
    #mobile-menu .mega-menu-left-col {
        width: 100%;
        padding: 0;
    }
    #mobile-menu .mega-menu-right-col {
        max-width: none;
        width: 100%;
        background-color: #F6F9FC;
        padding: 34px 36px 36px 36px;
        border-radius: 0px;
    }
    #mobile-menu #mega-menu-banner {
        max-width: 240px;
    }
    .mega-menu-inner {
        border-radius: 0;
    }
    .mega-menu-inner-row {
        padding: 0 25px;
    }
    .menu-back-button-wrapper {
        margin: 0;
        height: 56px;
        line-height: 56px;
        align-items: start;
        padding: 0 24px 0 24px;
        border-top: 0;
        border-bottom: 0;
        display: flex;
        align-items: center;
    }
    .menu-back-button-wrapper a {
        display: block;
        width: 100%;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #2671ff;
        position: relative;
        padding: 0 0 0 30px;
        margin: 0 24px;
    }
    .menu-back-button-wrapper a:after {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../../img/icons/chevron-left.svg);
        background-position: center center;
        background-repeat: no-repeat;
    }
    body.overflow-hidden {
        overflow-y: hidden;
    }
    .mega-menu-icon-items .icon-item {
        padding: 16px 24px 16px 8px;
        height: 48.676px;
    }
    .mega-menu-icon-items .icon-item .icon {
        width: 32px;
        height: 32px;
    }
    #mega-menu-learn .mega-menu-inner-col {
        max-width: 100%;
    }
    ul#mega-menu-links li:last-child {
        position: inherit;
    }
    #mobile-request-demo a.button {
        font-size: 12px;
        line-height: 32px;
        height: 32px;
        min-width: 118px;
        width: 118px;
        padding: 0;
    }
}

@media (max-width: 768px) {
    #mega-menu-cloud-cost .mega-menu-inner-col {
        max-width: 100%;
        margin: 0 0 10px 0;
    }
    .mega-menu-inner-row {
        flex-direction: column;
        padding: 0 13px 25px 13px;
    }
    .menu-col-title {
        font-weight: 500;
        font-size: 15px;
        line-height: 32px;
        letter-spacing: 0.085em;
        padding: 0 0 0 24px;
    }
    .mega-menu-right-col .menu-col-title {
        padding: 0;
        margin-top: 15px;
        font-weight: 700;
        font-size: 16px;
    }
    .mega-menu-items .item-content .item-content-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 4px;
    }
    .mega-menu-items .item-content p {
        font-size: 16px;
        line-height: 20px;
        max-width: 218px;
    }
    .mega-menu-items .item {
        height: 80px;
        align-items: center;
        margin: 0 0 10px 17px;
    }
    .mega-menu-items .item-icon {
        max-width: 40px;
    }
    .menu-col-title {
        padding-top: 0;
        padding-bottom: 0;
        height: 56px;
        line-height: 56px;
        margin: 0 0 6px 0;
    }
    .menu-back-button-wrapper {
        padding: 0 13px 0 13px;
    }
    .menu-back-button-wrapper a {
        margin: 0 24px 0 10px;
    }
    .menu-col-title {
        padding: 0 0 0 17px;
    }
    #master-header-wrapper {
        padding: 0 12px 0 31px;
    }
    .mega-menu-items .item-with-small-icon,
    .mega-menu-items .item.item-simple {
        height: 24px;
    }
}

body.page-template-homepage {
    padding: 0;
}

.page-template-homepage #master-header-wrapper,
.page-template-homepage #main-header {
    background-color: transparent;
}

#master-header-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.page-template-homepage #main-header.sticky:hover,
.page-template-homepage #main-header.sticky {
    background-color: #fff;
}

@media (max-width: 768px) {
    .page-template-homepage #main-header {
        background-color: #fff;
    }
}
#search-filter-pane-clear {
    height: auto;
    min-height: inherit;
    line-height: 34px;
}

#desktop-menu #menu-header-menu>.mega-menu-item {
    transition: opacity 0.2s ease-in-out;
}
#desktop-menu #menu-header-menu>.mega-menu-item:hover .mega-menu {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease-in-out;
}
#desktop-menu #menu-header-menu>.mega-menu-item #nav-item-industries {
    position: relative;
}
#desktop-menu #menu-header-menu>.mega-menu-item #mega-menu-industries {
    position: absolute;
    margin: 0 0 0 -253px;
}
#user-menu #user-menu-dropdown {
    transition: opacity 0.2s ease-in-out;
}
#user-menu:hover #user-menu-dropdown {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease-in-out;
}
#header-badge {
    position: absolute;
    top: 0;
    right: -95px;
    width: 78px;
    height: 100%;
    max-height: 87px;
}
#header-badge img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 87px;
}

@media (max-width: 1300px) {
    #header-badge {
        position: static;
        margin: 0 0 0 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #header-badge a {
        width: 64px;
    }
}
@media (max-width: 1250px) {
    #logo-header {
        margin: 0 30px 0 0;
    }
    #login-nav-btn {
        width: 46px;
    }
}
@media (max-width: 998px) {
    #header-badge {
        display: none;
    }
}
@media (max-width: 998px) {
    #main-header #mobile-menu #mega-menu-resources.mega-menu,
    #main-header #mobile-menu #mega-menu-company.mega-menu,
    #main-header #mobile-menu #mega-menu-cloud-cost.mega-menu {
        width: auto;
        margin: 0;
    }
}
