#home-content .cropTop {
    margin-top:-13px;
}
#home-content .flatTop {
    margin-top:25px;
}
#home-content .redMan {
    color:red;
}
#AthleticAppointment select,#AthleticAppointment input[type=text]{
    min-width:165px;
}
#home-content .invisible {
    display:none;
}
#AthleticAppointment .btnSuccess {
    margin-left:25%;
}
#AthleticAppointment #flairImg{
    height:250px;
    right:50px;
    margin-top:10px;
    position:absolute;
}

@media only screen and (max-width:860px){
    #AthleticAppointment #flairImg{
        height:200px;
    }
}

@media only screen and (max-width:768px){
    #AthleticAppointment #flairImg{
        display:none;
    }
}