﻿#TopSearchBar {
    display: none !important;
}

.main-header {
    background: none !important;
}

img.cu-header { cursor: pointer; }


    @media screen and (min-width: 1199px) {


        img.cu-header {
            height: 65px;
            background-image: url('../images/aspire/AspireTELogo.png');
            object-position: -99999px 99999px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-top: 10px;
            background-position-x: 85px;
        }

        #TELogo {
            height: 80px;
            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');
            }

    }

    @media screen and (min-width: 992px) and (max-width: 1199px) {
        img.cu-header {
            height: 70px;
            background-image: url('../images/aspire/AspireTELogo.png');
            /*        background-color: black;*/
            object-position: -99999px 99999px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-top: 5px;
            background-position-x: 60px;
        }

        #TELogo {
            height: 80px;
            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');
            }


    }

    @media screen and (max-width: 992px) and (min-width: 768px) {
        img.cu-header {
            height: 70px;
            background-image: url('../images/aspire/AspireTELogo.png');
            /*        background-color: black;
*/ object-position: -99999px 99999px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-top: 10px;
            width: 300px;
            background-position-y: 5px;
            image-rendering: optimizequality;
        }

        #TELogo {
            height: 80px;
            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');
            }


    }

    @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');
            }
    }