
/*  edits done by Keith on 7 25 2023 to add as9100 logo to header - requested by Mike Kim, authorized by Mike and David */
header:not(.sticky-header) #logo img {
    max-width: 300px;
}
#header.sticky-header #logo img {
    max-width:280px;
}
#header #logo img {
    height: auto !important;
    width: auto !important;
}
#header.sticky-header #logo a.standard-logo {
    /* clears up problem with 5 px extra space in the a element because of inline-block */
    margin-top: 5px;
}
#header #logo a.retina-logo {
    margin: 5px 0 5px 0;
}
.header-extras {
    margin: 0px;
}

#promoted-header-details a.emphasize div {
    background-color: red;
    color: white!important;
    border-radius: 5px;
    margin-top: 1px;
    margin-bottom: 1px;
}
#promoted-header-details a.emphasize span {
    color: white !important;
}

#promoted-header-details a.emphasize div div:first-child {
    padding-left: 5px;
}
#promoted-header-details a.emphasize div div:last-child {
    padding-right: 5px;
}

#logo {
    height: auto;
}

#header-wrap div div nav#primary-menu {
    /* bring the menu items aligned to the right */
    padding:0px 0px 0px 0px;
}

/* layout and style the extra details at the top of the page below the header */
.header-extras .super-script {
    vertical-align: super;
    font-size: .08em;
}

#promoted-header-details #phd-text span {
    color: red;
    display: block;
    font-weight: 400;
    color: #ff0000;
}
#promoted-header-details #phd-text {
    padding-left: 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1em;
}

html.skrollr.skrollr-desktop body.stretched.device-xl div#wrapper.clearfix header#header.sticky-header div#header-wrap div.container.clearfix div.row.align-items-center div#logo.col a.standard-logo img {
    /* overrides the 60px that was set so the image will be smaller than the height of the header when shrunk */
    height: 56px;
}

.navbar {
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
}
#non-sticky-header-row {
    margin-bottom: 5px;
    margin-top: 10px;
}
.dropdown-menu-mega {
    border-top: 2px solid red;
    padding:0px;
}
.navbar-nav .nav-item a {
    color: #444;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
    border-radius:3px;
}
.dropdown-menu-mega-image {
    height: auto;
}
.dropdown-menu-mega .row {
    margin: 0;
}
.dropdown-menu-mega .col,
.dropdown-menu-mega .col-auto {
    padding: 0;
}
.dropdown-menu-mega .col:not(:last-child), 
.dropdown-menu-mega .col-auto:not(:last-child) {
    border-right: 1px solid #9d9d9d37;
}
.navbar-nav a:hover:not(:active) {
    color: red;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: red;
}
.navbar-light .navbar-nav .nav-link {
    color: #444;
}
.navbar-nav a:hover {
    padding-left: 28px;
    padding-right: 20px;
}
.navbar-nav a:active {
    background-color: red;
    color: white !important;
}
.dropdown-menu-mega-content {
    margin: 10px 20px 10px 20px;
    max-width:300px;
}
.dropdown-menu-mega-content p {
    margin: 10px 0px 10px 0px;
}
.dropdown {
    position:unset;
    /* allow the menu to be positioned left/right relative to the viewport */
}
.navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right:50px;
    left:auto;
}