@charset "UTF-8";
/* Custom CSS for EHC Arturo Holmes II */
/*Online scheduling page style for buttons:*/
.onlineB a {
    display: block;
    /* border: 1px solid black; */
    width: 50%;
    height: 40px;
    text-align: center;
    padding-top: 9px;
    background-color: #e3c84d;
    color: white;
    font-weight: bold;
    margin: 0 auto
}

.onlineB a:hover{
    color: #555;
}

@media (min-width:768px) {
	.onlineB a {
    	display: block;
    	height: auto;
    	text-align: center;
    	padding-top: 6px;
    	padding-bottom: 6px;
    	margin: 10% auto;
    	font-size: 1em;
    	line-height: 1em
		}

}

/*Medical Laboratory button style fixes*/
.anchor-buttons {
    padding: 0;
    list-style-type: none;
    margin: 40px 0 40px;
    width: 100%;
    display: flex;
    justify-content: space-around
}
.anchor-buttons li {
    display: inline-block;
    width: 19%;
    float: left;
    margin: 0 2%
}

.anchor-buttons li a {
    color: #143b83;
    font-weight: 700;
    font-size: 14px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    background: #f1f1f1;
    padding: 22px 5px;
    min-height: 110px
}

@media (max-width: 991px) and (min-width: 768px){
ul.anchor-buttons li a {
    display: block;
    font-size: 11.2px
    }

}

@media (max-width: 767px){
    .anchor-buttons li {
        margin: 4px 2px
    }
}

@media (max-width: 767px){
    ul.anchor-buttons li a {
        font-size: 11px;
        display: block;
        padding: 22px 5px
    }
}
