* {
    box-sizing: border-box;
}
.hide {
    display: none;
}

#dapNav .nav-button {
    align-items: center;
    background-color: transparent;
    border: 2px solid #41d6c3;
    color: #41d6c3;
    cursor: pointer;
    display: inline-block;
    font-size: 1.44rem;
    line-height: 1.5rem;
    outline: medium none;
    padding: 0.72rem 1.6rem;
    text-align: center;
    transition: color 0.1s ease 0s, background 0.2s ease 0s, box-shadow 0.1s ease 0s;
    vertical-align: top;
    white-space: nowrap;
}
#dapNav .nav-button:hover {
    background-color: #41d6c3;
    color: #152935;
}
#dapNav .nav-button:hover .icon-arrow .st0 {
    stroke: #152935;
}
.icon-data, .icon-overview, .icon-exchange, .icon-solutions, .icon-analytics {
    display: inline-block;
    fill: #ffffff;
    height: 1.25em;
    margin-right: 1em;
    width: 1.25em;
}
#dapNav {
    background-color: #152935;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-family: 'IBM Plex Sans', Arial, sans-serif;
    font-size: 1.125rem;
    height: 50px;
    left: 0;
    line-height: 1rem;
    top: 0;
    width: 100%;
    z-index: 400;
}
#dapNav a {
    text-decoration: none;
}
#dapNav .dap-menu-wrapper {
    align-items: center;
    display: flex;
    height: 50px;
    width: 100%;
}
#dapNav .dap-menu-wrapper.unauthenticated {
    background-color: #ffffff;
    color: #000000;
}
#dapNav .dap-menu-wrapper.unauthenticated .dap-secondary-links {
    margin-left: -268px;
}
@media only screen and (max-width: 850px) {
#dapNav .dap-menu-wrapper.unauthenticated .dap-secondary-links {
    margin-left: 0;
}
}
#dapNav .dap-menu-wrapper.unauthenticated .dap-secondary-links a {
    color: #152935;
}
#dapNav .dap-menu-wrapper.unauthenticated .dap-secondary-links a:hover {
    color: #41d6c3;
}
#dapNav .dap-menu-wrapper.unauthenticated .dap-link-container {
    justify-content: center;
}
@media only screen and (max-width: 850px) {
#dapNav .dap-menu-wrapper.unauthenticated .dap-link-container {
    justify-content: flex-start;
}
}
#dapNav .dap-menu-wrapper.unauthenticated .dap-secondary-link:first-child {
    margin-left: 1.5rem;
}
#dapNav .dap-menu-wrapper.unauthenticated .dap-nav-features {
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width: 850px) {
#dapNav .dap-menu-wrapper.unauthenticated .dap-nav-features {
    position: initial;
    right: initial;
    top: initial;
}
}
#dapNav .dap-menu-wrapper.unauthenticated .dap-nav-title {
    font-weight: normal;
    padding: 0 15px;
}
#dapNav .dap-menu-wrapper.unauthenticated .sidemenu-toggle {
    left: 0;
    position: absolute;
    top: 0;
}
#dapNav .dap-menu-wrapper .sidemenu-placeholder {
    display: flex;
    padding: 15px;
}
#dapNav .dap-menu-wrapper .sidemenu-toggle {
    background: #1d3649 none repeat scroll 0 0;
    cursor: pointer;
    display: flex;
    padding: 15px;
}
#dapNav .dap-menu-wrapper .sidemenu-toggle:hover .menu-toggle-icon {
    fill: #41d6c3;
}
#dapNav .dap-menu-wrapper .dap-link-container {
    line-height: 50px;
    max-height: 50px;
}
#dapNav .dap-nav-title {
    align-items: center;
    border-right: 1px solid #264a60;
    color: #fff;
    display: inline-flex;
    font-size: 12pt;
    font-weight: 700;
    height: 100%;
    padding: 0 9px 0 14px;
    white-space: nowrap;
}
#dapNav .dap-nav-title.no-padding {
    padding: 0;
}
#dapNav .dap-nav-title.portal-home {
    opacity: 0;
    pointer-events: none;
}
#dapNav .dap-nav-title.portal-home.show {
    opacity: 1;
    pointer-events: all;
    transition: opacity 1s ease-out 0s;
}
#dapNav .dap-nav-title a {
    outline: medium none;
}
#dapNav .dap-nav-title:hover {
    color: #41d6c3;
}
#dapNav .dap-nav-title.secondary-title {
    border-right: 0 none;
    font-weight: 400;
}
#dapNav .dap-nav-title .normal-title {
    font-weight: 400;
}
#dapNav .dap-nav-title .dap-nav-title-icon {
    height: 20px;
    max-width: inherit;
    padding-right: 10px;
}
#dapNav .dap-secondary-title {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: 12pt;
    font-weight: 600;
    height: 100%;
    padding: 0 1.5rem;
    white-space: nowrap;
}
#dapNav .dap-secondary-title.no-padding {
    padding: 0;
}
#dapNav .dap-secondary-title.drill-in-title {
    font-size: 1.5rem;
}
#dapNav .menu-toggle-icon {
    background: #1d3649 none repeat scroll 0 0;
    cursor: pointer;
    fill: #fff;
    height: 20px;
    width: 20px;
}
.dap-nav-features {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 50px;
}
.dap-nav-features .dap-nav-filter {
    align-items: center;
    display: flex;
}
.dap-nav-features .icon-search, .dap-nav-features .icon-dock, .dap-nav-features .icon-context, .dap-nav-features .icon-community {
    cursor: pointer;
    display: block;
    fill: #fff;
    height: 100%;
    margin: 0 1rem;
    width: 1.5rem;
}
.dap-nav-features .icon-search:hover, .dap-nav-features .icon-dock:hover, .dap-nav-features .icon-context:hover, .dap-nav-features .icon-community:hover {
    fill: #41d6c3;
}
.dap-nav-features .icon-context, .dap-nav-features .icon-community {
    width: 1.4rem;
}
.dap-nav-features .icon-context:hover .st0 {
    fill: #41d6c3;
}
.dap-nav-features .icon-context .std0 {
    fill: #ffffff;
}
.dap-nav-features .filter-input {
    background: #253540 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 1.25rem;
    cursor: pointer;
    height: 1.85rem;
    margin-left: 1rem;
    padding: 0;
    transition: width 0.6s ease 0s, border-radius 0.6s ease 0s, background 0.6s ease 0s, box-shadow 0.6s ease 0s;
    width: 0;
}
.dap-nav-features .filter-input *:focus, .dap-nav-features .filter-input.focused, .dap-nav-features .filter-input.has-input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    color: #000;
    cursor: text;
    outline: medium none;
    padding: 0.75em;
    transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39) 0s, border-radius 0.6s ease 0s, background 0.6s ease 0s;
    width: 12rem;
}
.dap-nav-features .dap-small-link {
    display: inline-block;
    padding-right: 1.25rem;
}
.dap-nav-features .dap-small-link a {
    color: #1d3649;
    font-size: 10pt;
    text-decoration: underline;
    text-transform: uppercase;
}
.dap-nav-features .dap-small-link a:hover {
    color: #41d6c3;
}
.dap-nav-features .sign-up {
    margin-right: 2.5rem;
}
.dap-nav-features .log-in {
    color: #fff;
    font-size: 1.52rem;
    padding-right: 40px;
    text-decoration: none;
}
.dap-nav-features .log-in:hover {
    color: #41d6c3;
}
.dap-dropdown-container {
    height: 100%;
    position: relative;
}
.dap-dropdown-container.open .dap-dropdown-toggle .icon-arrow {
    transform: rotate(0deg);
}
.dap-dropdown-container.open #dap-context-toggle {
    border-bottom: 4px solid #41d6c3;
    border-top: 4px solid transparent;
}
.dap-dropdown-container #dap-context-toggle {
    height: 100%;
}
#dap-new.dap-dropdown-container {
    border-right: 1px solid #264a60;
    padding-right: 20px;
}
.dap-dropdown-container .dap-dropdown-menu {
    background: #264a60 none repeat scroll 0 0;
    line-height: 1.68rem;
    list-style: outside none none;
    margin: 0;
    max-height: 0;
    overflow-y: hidden;
    padding: 0;
    position: absolute;
    top: 50px;
    transition: all 0.2s ease-in-out 0s;
    width: 9rem;
}
.dap-dropdown-container .dap-dropdown-menu.open {
    max-height: 15.875rem;
    z-index: 402;
}
.dap-dropdown-container #dap-context-menu.dap-dropdown-menu {
    right: 0;
    top: 50px;
}
.dap-dropdown-container .dap-dropdown-link {
    background: #264a60 none repeat scroll 0 0;
    cursor: pointer;
    font-size: 12pt;
}
.dap-dropdown-container .dap-dropdown-link.selected a {
    background-color: #41d6c3;
    color: #264a60;
}
.dap-dropdown-container .dap-dropdown-link.selected:hover a {
    color: #264a60;
}
.dap-dropdown-container .dap-dropdown-link:hover {
    background: #152935 none repeat scroll 0 0;
}
.dap-dropdown-container .dap-dropdown-link:hover a {
    color: #6eedd8;
}
.dap-dropdown-container .dap-dropdown-link.border-top {
    border-top: 1px solid #152935;
}
.dap-dropdown-container .dap-dropdown-link a {
    color: #fff;
    display: block;
    padding: 0.5rem 1.25rem;
}
.dap-dropdown-container .dap-dropdown-toggle {
    background: #db2780 none repeat scroll 0 0;
    margin-top: 7.5px;
}
.dap-dropdown-container .dap-dropdown-toggle .icon-arrow {
    fill: #fff;
    height: 8px;
    margin-left: 0.5rem;
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
    width: 13px;
}
.dap-dropdown-container .dap-dropdown-toggle .icon-arrow .st0 {
    fill: none;
    stroke: #41d6c3;
    stroke-miterlimit: 10;
    stroke-width: 2;
}
.dap-community-container {
    height: 100%;
}
.dap-community-container.open .dap-community-toggle {
    border-bottom: 4px solid #41d6c3;
    border-top: 4px solid transparent;
}
.dap-community-container .dap-community-toggle {
    height: 100%;
}
.dap-link-container {
    display: flex;
    flex-direction: row;
    font-size: 12pt;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.dap-link-container.center {
    justify-content: center;
    margin: 0;
}
.dap-secondary-links {
    align-items: center;
    display: inline-block;
    width: 100%;
}
.dap-secondary-links .dap-secondary-link {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.5rem;
}
.dap-secondary-links .dap-secondary-link:first-child {
    margin-left: 9rem;
}
@media only screen and (max-width: 850px) {
.dap-secondary-links .dap-secondary-link:first-child {
    margin-left: 3rem;
}
}
.dap-secondary-links .dap-secondary-link.selected {
    border-bottom: 4px solid #41d6c3;
}
.dap-secondary-links .dap-secondary-link.selected a {
    color: #41d6c3;
}
.dap-secondary-links .dap-secondary-link a {
    color: #c8d2d2;
    display: inline-block;
    font-size: 0.95rem;
}
.dap-secondary-links .dap-secondary-link a:hover {
    color: #41d6c3;
}
.dap-small-link a {
    color: #1d3649;
}
.dap-small-link a:hover {
    color: #41d6c3;
}
.view-all-container {
    margin-top: 10px;
}
.view-all-container #dap-view-all {
    color: #89929a;
    text-decoration: underline;
}
.view-all-container #dap-view-all:hover {
    color: #41d6c3;
}
.header-overlay.active {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 401;
}
