  ﻿/*SECTION FOR UTSA 50TH LOGO*/
/*.logo-50th {
    width: 7.25rem;
    z-index: 5;
    top: -31px;
}

.position-absolute { position: absolute !important; }

@media (min-width: 992px) {
    .d-lg-inline { display: inline !important; }

    #navigationbar { padding-bottom: 10px; }

    #navigationbar .navbar-brand { padding-bottom: 0.3125rem; }
}

#navigationbar { padding-bottom: 0; }

#navigationbar .navbar-brand { padding-bottom: 0px; }

nav #UTSALogo { margin-left: 8.25rem; }*/

/*END SECTION*/

.sm-logo {
    max-width: 220px;
    margin-left:8px;
    margin-top:8px;
}

.headerSearchContainer {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

    .headerSearchContainer.show, .headerSearchContainer.show label.search-icon {
        max-height: 66px;
    }

    .headerSearchContainer input {
        left: 5%;
        padding: 0.8em 0;
        margin: 0.8em 0 1.2em;
        text-indent: 15px;
        width: 90%;
        border: 1px solid #999;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        background: #fff;
        padding-left: 3rem;
    }

label.search-icon {
    padding: 26px 0 0 24px;
    position: absolute;
    font-weight: 400;
    max-height: 0px;
    transition: max-height 0.5s ease;
    overflow: hidden;
}

    label.search-icon i {
        font-size: 1.3333em;
        line-height: 0.75em;
        vertical-align: -15%;
    }

#headerSearchCTA {
    color: #f15a22;
}

#UTSAHeader {
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

section.show {
    display: block;
}

.linkmobile {
    font-size: 0.68em;
    color: #fff;
    margin-left: 2px;
    transition: all 0.5s ease 0s;
}

    .linkmobile:focus, .linkmobile:hover {
        color: #f15a22;
        text-decoration: none;
    }

#UTSAHeader .top-link {
    font-size: 1.1em;
    text-decoration: none;
    display: inline-block;
    padding: 5px 0 5px 5px;
}

    #UTSAHeader .top-link:hover, #UTSAHeader .top-link:focus {
        text-decoration: none;
    }