@charset "utf-8";
/* Career Center Custom CSS */

/* #################################
    HOMEPAGE SLICK SLIDER STYLES
##################################*/
.slider-block {
    margin: .5em 0 0 1em;
}
    
.slider-block div {
    width: 93%;
    background-color: #fff;
    margin-bottom: 24px;
    border: 2px solid #666;
    text-align: center;
    line-height: 75px;
    transition: .3s ease all;
}

.slider-block div:hover { 
    transform: scale(1.04);
    transition: .3s ease all:
}
 .slider-block-large div {
	 width: 93%;
	 background-color: #fff;
	 margin-top: 24px;
	 margin-bottom: 24px;
	 border: 2px solid #666;
	 text-align: center;
	 line-height: 250px;
	 transition: .3s ease all;
}
.slider-block-large div:hover { 
    transform: scale(1.04);
    transition: .3s ease all:
}
/* #####################################
    END - HOMEPAGE SLICK SLIDER STYLES
######################################*/