/*
Use this file to style new sites navs and override default styles from nav.css
*/
.site-header {
    /*background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );*/

    position: fixed;
    top: 0;
    left: 0;
    height: 120px;
    z-index: 25;
    width: 100%;
    padding-bottom: 10px;
    pointer-events: none;
    background-color: white;
}
body[class*="page-parent-our-founders"] .site-header {
	background: white;
	height: 90px;
}
.header-logo-menu {
   padding: 20px 0 0;
    pointer-events: all;
    display: flex;
    flex-direction: row;
}
.logged-in .site-header {
    top: 32px;
}
.site-header .panel {
    /*width: 100%;*/
}
.site-header .custom-logo-container {
    display: inline-block;
    width: 23%;
    flex-basis:20%;
    text-align: left;
    position:relative;
    padding-top: 5px;
}
.site-header .custom-logo-container img {
    display: block;
    height: 60px;
    width: auto;
}

#logo-glint {
    position: absolute;
    top: 0;
    left: 45%;
    transform: scale(0.5);
    opacity: 0;
}
.site-title-description-container {
    display: none;
}
.header-menu-1-container {
    display: inline-block;
    width: 76%;
    flex-basis:65%;
    vertical-align: middle;
    align-self: center;
}
.header-menu-1-container ul.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 1rem;
}
.header-menu-1-container .topnav li {
    margin-left: 0 !important;
}
.header-menu-1-container .topnav a {
    text-transform: uppercase;
    border-right: none;
    color: #0899cf;
    font-size: 0.9rem;
    line-height: 1.2;
    margin: 0 10px 0 10px;
    padding: 10px 10px 10px 10px;
    font-weight: 400;
}
.header-menu-1-container .topnav a:hover {
    color: #363636;
    background: transparent;
}
.header-menu-1-container .header-menu-1-container a {
    font-size: 15px;
    margin: 0 5px 0 5px;
}
.header-menu-1-container .topnav a:first-of-type {
    marging-right: 0;
}
.header-menu-1-container .header-menu-1-container a:first-of-type {
    margin-right: 10px !important;
}
.topnav li.current-menu-item > span a,
.topnav li.current-menu-ancestor > span a,
.topnav li.current-page-ancestor > span a {
    background-color: transparent;
    color: #363636;
}

.botnav li.current-menu-item > a,
.botnav li.current-menu-ancestor > a,
.botnav li.current-page-ancestor > a {
    color: #004f6a;
}
.page-menu a:hover {
    color: #004f6a;
}
.site-header #searchform {
    display: inline-block;
    flex-basis: 20%;
    align-self: center;
}
.site-header #searchform select[name="term"] {
    display: none;
}
.site-header #searchform input {
    font-size: 0.75rem;
}
.site-header #searchform input#search {
    padding-left: 26px;
    padding-right: 5px;
    background-position: 4px center;
    background-size: 15px;

}
