  .sm-logo { max-width: 120px; }

.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;
    }

circle {
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 12px;
    text-align: center;
    width: 20px;
    height: 20px;
}