﻿#TopSearchBar {
    display: none !important;
}

.main-header {
    background: none !important;
}

.cu-header-logo {
    cursor: pointer;
}

.cu-header-aspire {
    display: inline;
}

.cu-header-default,
.cu-header-e4usa {
    display: none;
}


    @media screen and (min-width: 1199px) {


        .cu-header-aspire {
            height: 90px;
            margin-top: 10px;
        }

        #TELogo {
            height: 90px;
            padding-top: 5px;
            padding-bottom: 5px;
            /*background-image: url('../images/aspire/AspireLogo.png');*/
            object-position: -99999px 99999px;
            background-repeat: no-repeat;
            margin-bottom: 4px;
            background-size: contain;
            margin-left: 5px;
        }

            #TELogo img {
                content: url('../images/aspire/AspireLogo.png');
                height: 110px;
            }

    }

    @media screen and (min-width: 992px) and (max-width: 1199px) {
        .cu-header-aspire {
            height: 70px;
            margin-top: 5px;
        }

        #TELogo {
            height: 90px;
            padding-top: 5px;
            padding-bottom: 5px;
            /*background-image: url('../images/aspire/AspireLogo.png');*/
            /*        background-color: black;*/
            object-position: -99999px 99999px;
            background-repeat: no-repeat;
            margin-bottom: 4px;
            background-size: contain;
            margin-left: 5px;
        }
            #TELogo img {
                content: url('../images/aspire/AspireLogo.png');
                height: 110px;
            }


    }

    @media screen and (max-width: 992px) and (min-width: 768px) {
        .cu-header-aspire {
            height: 70px;
            margin-top: 10px;
            width: 300px;
        }

        #TELogo {
            height: 90px;
            padding-top: 5px;
            padding-bottom: 5px;
            /*background-image: url('../images/aspire/AspireLogo.png');*/
            /*        background-color: black;*/
            object-position: -99999px 99999px;
            background-repeat: no-repeat;
            margin-bottom: 4px;
            background-size: contain;
            margin-left: 5px;
        }
            #TELogo img {
                content: url('../images/aspire/AspireLogo.png');
                height: 110px;
            }


    }

    @media screen and (max-width: 767px) {

        #TELogo {
            /*background-image: url('../images/aspire/AspireCombined.png');*/
            /*        background-color: black;*/
            object-position: -99999px 99999px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 5px;
        }
            #TELogo img {
                content: url('../images/aspire/AspireLogo.png');
                height: 110px;
            }
    }