#header {
    flex: 0 0 auto;
    overflow: visible;
}

#menu {
    background-color: white;
}

#header {
    background-color: white;
    color: black;
    background: url(/img/contour-v2.svg), linear-gradient(357deg, rgb(235 235 235) 0%, rgb(244 244 244) 100%);
    width: 100%;
    display: block;
    position: relative;
    z-index: 10;
    padding: 20px;
}

#header h1 {
    font-weight: 600;
    color: black;
}
#header h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 50px;
}

#header-docs-label {
    font-variant: small-caps;
    font-stretch: semi-condensed;
    text-transform: uppercase;
    margin-left: 10px;
    transform: translateY(1px);
    color: #217ceb;
    font-size: 18px;
    font-weight: 600;   
    margin-bottom: 10px;
    margin-top: 0;
}

#header-inner {
    margin: 0 auto;
    height: 90px;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    padding: 10px;
    z-index: 2000;
    color: black;
}

#header-inner a {
    text-decoration: none;
}

.header-link {
    color: black;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;

}

.header-link img {
    opacity: 1.0;
}

#header-inner h1 {
    margin-left: 10px;
    font-size: 30px;
    font-variant: small-caps;
    font-stretch: semi-condensed;
    text-transform: uppercase;
}

#headerNavBar {
    background-color: white;
    color: black;
}
#navbarLogoIcon {
    color: black;
}

.headerMenuUseCasesViewAll {
    opacity: 0.5;
    align-items: center !important;
}

#headerNavBar {
    border: none;
    padding: 0px;
    /*
    border-bottom: 1px solid #182026;
    border-top: 1px solid #394B59;
    */
    box-shadow: none;
    -webkit-box-shadow: none;
}

#navbarLogo {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*
    background: url('../../img/logo.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    width: 350px;*/
}

#navbarLogo span {
    margin-left: 5px;
}

#headerNavBarContent {
    margin: 0 auto;
    max-width: 1200px;
}

.mobileButton {
    display: block;
}

.desktopButton {
    display: none;
}

.mobileMenuOpenButtonNoscript {
    display: none;
}

#mobileMenuOpenButton::before {
    margin-left: 7px;
    margin-right: 7px;
}

#mobileMenuCloseButton::before {
    margin-left: 7px;
    margin-right: 7px;
}


#mobileMenuBg {}

#mobileMenu {
    display: none;
    color: white;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #293742;
    z-index: 30;
    -webkit-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.5);
    transition: left 0.25s;
    overflow-y: auto;
    overflow-x: hidden;
}


#mobileMenu .bp3-menu-header {
    border: none;
}

#mobileMenuItems {
    background: none;
}

.mobileMenuHeader {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    height: 50px;
    background-color: #293742;
    border-bottom: 1px solid #182026;
    border-top: 1px solid #394B59;
}

.mobileHeaderFlexContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
}

.mobileMenuHeader h4 {
    flex: 1 1 auto;
    margin: 0px;
}

img.menuSocialIcon {
    height: 24px;
    width: 24px;
    margin-left: 10px;
    margin-top: 5px;
    float: left;
    /* Converts black svg to white, dirty hack */
    filter: invert(1);
    opacity: 0.25;
}

.noJsHiddenSmallScreens {
}

.noscriptButton {
    padding: 2px 5px;
    font-size: 13px;
}

#mobileMenuOpenButton, #mobileMenuCloseButton {
    padding: 5px 0px !important;
}

#productsDropdownJs {
    display: none;
    position: relative;
    overflow: visible;
}
#productsDropdownContainer {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
}
#productsDropdownJs .bp3-icon {
    margin: 0px;
    margin-left: 3px;
}

.dropdownButtonJs {
}

#useCasesDropdownJs {
    display: none;
    position: relative;
    overflow: visible;
}
#useCasesDropdownContainer {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
}
#useCasesDropdownJs .bp3-icon {
    margin: 0px;
    margin-left: 3px;
}

/* ultra small mobile */
@media screen and (max-width: 599px) {
    .noJsHiddenSmallScreens {
        display: none;
    }
}

/* noscript fix for small screens */
@media screen and (max-width: 400px) {
    #noscriptMenu {
        float: left;
        margin-left: 8px;
    }
}

@media screen and (min-width: 800px) {
    .desktopButton {
        display: block;
    }
    .mobileButton {
        display: none;
    }
}

.tabletButton {
    display: none;
}
@media screen and (min-width: 500px) {
    .tabletButton {
        display: block;
    }
}

.secondaryHeaderSectionDivider {
    height: 100%;
}

#headerAlert a {
    color: #bfccd6;
    text-decoration: underline;
}


#header {
}

#headerSecondary {
    background-color: white;
    color: #10161a;
    border-top: 1px solid #bfccd6;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 10px;
    min-height: 32px;
    max-height: 32px;
}
#headerSecondary a {
    color: #10161a;
}
#headerSecondaryNoscriptPath {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

#headerSecondary select {
    border-radius: 0px;
    font-size: 13px;
}


.menu-actions-outer {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.15);
    padding: 0px;
    height: 50px;
    margin-left: 10px;
}

.menu-actions-outer a {
    color: black;
    margin: 0px;
    font-size: 16px;
}


a.menu-bar-link {
    color: black;
    margin: 0px;
    font-size: 16px;
    margin-right: 20px;
    font-weight: 500;
}

#login-button {
    color: black;
    padding: 15px;
    padding-left: 35px;
    padding-right: 20px;
    font-weight: 600 !important;
    line-height: 1.0;
}

#sign-up-button {
    color: white !important;
    background-color: rgb(26,125,241);
    border-radius: 25px;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 5px;
    margin-right: 2px;
    line-height: 1.0;
    font-weight: bold;
}

#back-to-main-button {
    color: black;
}

.show-md {
    display: none;
}
@media (max-width: 800px) {
    .menu-actions-outer a {
        font-size: 12px;
    }
    #login-button {
        padding-left: 25px;
        padding-right: 10px;
    }
    #sign-up-button {
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 3px;
    }
    .hide-md {
        display: none;
    }
    .show-md {
        display: block;
    }
    .menu-actions-outer {
        height: 48px;
    }
}
@media (max-width: 750px) {
    .hide-sm {
        display: none !important;
    }
    #header {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media (max-width: 500px) {
    .hide-xs {
        display: none;
    }
}

#back-to-home-link {
    color: black;
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
}


#pricing-link {
    color: black;
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
}

#docs-link {
    color: black;
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
}
