header {
    width: 100%;
    z-index: 998;
}

header .row {
    margin-bottom: 0;
}

#large-header {
    min-width: 700px;
}

#large-header #large-header-container {
    margin-top: 6px;
    max-width: none;
}

#large-header .tabs {
    display: contents;
}

#large-header .tabs .tab {
    flex-grow: 1;
    padding: 0 .25em;
    display: inline-block;
}

#large-header .tabs .tab a {
    color: #424242;
    padding: initial;
}

#large-header .tabs .tab a {
    color: #424242;
}

/*Black color to the text*/

#large-header .tabs .tab a:hover, .tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: transparent;
    color: #039be5;
}

/*Text color on hover*/

#large-header .tabs .tab a.active {
    color: #424242;
    border-bottom: 2px #039be5 solid;
}

/*Background and text color when a tab is active*/

#large-header .tabs .indicator {
    background-color: #039be5;
    display: none;
}

/*Color of underline*/

@media only screen and (max-width: 750px) {
    #large-header .tabs .tab a {
        font-size: 12px;
    }

}

#large-header #navbar-brand-container {
    position: relative;
    height: 97px;
    padding: 0;
}

#large-header #navbar-brand-large {
    position: absolute;
    width: 10vh;
    height: auto;
    transform: translateY(calc(0.3 * (100% * (668 / 454))));
    bottom: 0;
    z-index: 2;

}

#large-header #navbar-brand-large-bottom {
    position: absolute;
    width: 10vh;
    height: auto;
    top: 96px;
    filter: drop-shadow(0 2px 3px #333);

}


#large-header #navbar-brand-medium {
    margin-top: 15px;
    width: auto;
    height: 75px;

}

#large-header .brand-small {
    width: auto;
    height: 35px;
}

#large-header #navbar-bottom-row-brand-small {
    margin-top: 9px;
    margin-right: 9px;
    display: none;
}

#large-header #navbar-top-row-brand-container {
    padding-left: 0;
}

#large-header #navbar-top-row-brand-small {
    margin-top: 8px;
}


#large-header #navbar-bottom-row {
    display: flex;
}

#large-header.pinned  #navbar-bottom-row{
    padding: 0 9px;
    margin: 0 8rem;
}

#navbar-controls {
    padding-right: 0;
}

#large-header #navbar-controls .btn {
    display: inline-block;
    margin-top: 5px;
}

#large-header #navbar-controls .chip {
    margin-top: 8px;
    margin-right: 0;
}


#login {
    width: 600px;
}


#login .brand-img {
    width: 200px;
    height: auto;
}


#small-header {
    position: fixed;
    top: 0;
}

#small-header #navbar-brand-small {
    width: auto;
    height: 35px;
    margin-top: 7px;
    margin-right: 15px;
}

#small-header .hamburger-menu {
    font-size: 35px;
    margin-left: 7px;
    margin-top: 7px;
    cursor: pointer;
}

#small-footer {
    position: absolute;
    bottom: 0;
}

.social-media {
    text-align: center;
}

.social-media a {
    color: #90a4ae;
    font-size: 1.5em;
}

.social-media a:hover {
    color: #039be5;
}

.sidenav .background {
    background-size: 70%;
    background-position: 42px 58px;
}

.sidenav .social-media > div {
    width: 100%;
}

.sidenav .social-media a {
    margin: 10px .7em;
}


#large-header .social-media {
    float: right;
    height: 100%;

}

#large-header .social-media a {
    margin: 0px 5px;
}

#large-header .search-form {
    float: right;
}


.search-form {
    position: relative;

}

.search-form input {
    height: 40px !important;
}

.search-form button {
    position: absolute;
    right: 0;
    top: 5px;
}

#large-header .search-form button {
    right: 0;
}

.sidenav .search-form button {
    right: 32px;
}

.sidenav .search-form {
    padding: 0 32px;
}


#large-header .search-form {
    position: relative;
    margin-right: 15px;
    width: 200px;
    display: inline-block;

}

.language-selector {
    float: right;
    height: 100%;
}

.language-selector form {
    display: inline;
}

.language-selector input,
.language-selector input:focus,
.language-selector input:active,
.language-selector input:hover {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    padding: 0 0.2em !important;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.95em;

}


#slide-out .language-selector,
#slide-out .language-selector input {
    color: white !important;
}


#large-header .language-selector,
#large-header .language-selector input {
    color: #607d8b;
}

#large-header .language-selector {
    margin-right: 0.5em;
    line-height: 48px;
    text-align: center;
}


.unauth-lang-select {
    height: 30px;
    padding-right: 30px;
}

.language-selector input.active {
    font-size: 1.1em;
    color: #455a64 !important;
}

#large-header .tabs .tab .dropdown-menu {
    max-height: 0;
    height: fit-content;
    width: 100%;
    overflow: hidden;
    background: white;
    transition: all ease-in-out 0.5s;
}

#large-header .tabs .tab .dropdown-menu li a {
    color: #455a64 !important;
}

#large-header .tabs .tab .dropdown-menu li:hover {
    background: lightgrey;
}

#large-header .tabs .tab .dropdown-menu li:hover a {
    color: #424242 !important;
}

#large-header .tabs .tab:hover a {
    color: #424242 !important;
}

#large-header .tabs .tab:hover .dropdown-menu {
    max-height: 2000%;
}

#large-header .tabs .tab .dropdown-menu li {
    float: none;
}

#login .modal-header {
    padding: 24px;
    padding-bottom: 0;
}

#login {
    min-height: 409.6px;
}

.shib-login-button {
    display: block;
    height: initial;
    padding: 5px 10px;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 2rem;
}


.shib-login-button img {
    height: 50px;
    width: auto;
    margin-right: 1rem;
}



@media only screen and (max-width: 601px) {
    main .breadcrumb-nav.spaced {
        margin-left: 140px !important;
    }
}