<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#hero {
    background-image: url('../img/ImgLib/Healthservicescareers.jpg');
    background-size: cover;
    height: 600px;
    background-position-y: 65%;
}
#hero1 {
    background-image: url('../img/common/Body_HCA.jpg');
    background-size: cover;
    height: 500px;
    filter: brightness(90%);
}
#Headertext {
   
    padding-top: 250px;
    font-size: 60px;
    background-size: 300px 100px;
    text-align:center;
}


#hero h1 {
    background-color: #e6e6e682;
    font-size: 60px;
    color: #193669;
}

#hero1 h2 {
    background-color: #55555582;
    font-size: 40px;
    color: white;
}


/* .list ul li {
    display: inline-block;
    padding: 0px 14px 0px 14px;
    
}*/

.list ul li {
    display: inline-block;
    width: 38.44px;
    text-align:center;
}

 .list ul li a {
        text-decoration: none;
        color: #5e5e5e;
}



   
.filter-bar h4 {
        margin-top: 1rem;
    }


.search-container{

    padding-bottom:10px;
    padding-left:50px;
}
.list ul li a:hover {
    background-color: #f27b22;
    padding: 5px;
    border-radius: 4px;
    color: white !important;
    
}



.Career-list {
    padding-left: 30px;
}

#Career .Career-list ul li a {
    text-decoration: none;
    color: #5e5e5e;
    
}

   
#Career .Career-list ul {
    list-style: none;
}


#Career ul a:hover{
    color: #116c88 !important;
    text-decoration: underline !important;
}

    


.btn-list {
    background-color: #f27b22;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration:none;
    width:fit-content;
}

.btn-list[href=""]{
    display: none;
}

 a {
    color: #116c88;
    text-decoration: none;
}
        
        
 #HealthCareers {
    display: block;
    position: relative;
    top: -173px;
    visibility: hidden;
}


.item-service-heading {
    color: #116c88;
    font-weight: bold;
    text-decoration:none;
}


.job-heading h3{
    font-size:20px;
}

.azCurrent {
    background-color: #f27b22;
    padding: 5px;
    border-radius: 4px;
    color: white !important;
}


@media only screen and (max-width: 1551px ) {

    .list ul li {
        display: inline-block;
        padding: 0px 14px 0px 14px;
        width: 35px;
    }

    #Headertext {
        /*padding-left: 120px;*/
        padding-top: 220px;
        
    }
    #hero h1 {
        font-size: 50px;
    }
    #hero {
        height: 500px;
        background-position-y: 68%;
    }
    #hero1 {
        
        background-position-x: 50%;
    }

}
@media only screen and (max-width: 992px ) {

    #Headertext {
        /*padding-left: 70px;*/
        padding-top: 220px;
       
    }
    #hero h1 {
        font-size: 38px;
        padding-top: 10px;
    }
    #hero1 {
        background-position-x: 50%;
    }

@media only screen and (max-width: 768px ) {

    #Headertext {
        padding-left: 0px;
        padding-top: 220px;
        text-align:center;
    }

    #hero h1 {
        font-size: 38px;
        padding-top: 10px;
    }



}

    @media only screen and (max-width: 576px ) {

        

        
    }

    @media only screen and (max-width: 450px ) {
        #hero h1 {
            font-size: 38px;
            padding-top: 10px;
        }
        .list ul {
            padding-left: 0px;
            max-width: 100%;
        }

        .list ul li {
            text-align: center;
            width: 25px;
            padding: 0px 20px 0px 20px;
        }

            .list ul li a:hover {
                background-color: #f27b22;
                padding: 3px;
                border-radius: 4px;
            }

            .list ul li a {
                text-align: center;
            }

                .list ul li a:hover {
                    color: #fffdfc;
                }




        .search-container {
            padding-bottom: 10px;
            padding-left: 0px;
        }

        #hero {
            background-position-x: 90%;
            background-position-y: 30%;
            max-height: 600px;
            padding-left: 15px;
        }

        #hero1 {
            background-position-x: 50%;
            padding-left: 15px;
        }

        
            #Headertext {
            padding-left: 0px;
            padding-top: 250px;
        }

        #HealthCareers {
            top: -80px;
        }

        .azCurrent {
            background-color: #f27b22;
            padding: 3px;
            border-radius: 4px;
        }
    }


</pre></body></html>