/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS and global oustyles CSS. USE WITH CAUTION.
*/

/* Adds address content after pre-footer title */

.footer-sock h2:after {
    content: "4283 El Cajon Blvd. Suite 215, San Diego, CA 92105 \A Clinic Hours: 10am-8pm (M-Th), 10am-5pm (F), Closed (Sat and Sun)";
    font-size: 60%;
    display: block;
	white-space: pre;
}

/* CCCE - Announcements asset styles */
.ccceAnnouncement {padding: 30px; margin: 0 0 40px 0; border: 1px solid #D41736; font-size: 110%;font-weight: 500;}

.ccceAnnouncement .fa-laptop {
    font-size: 3.4rem;
    float:left;
    margin-right: 1.2rem;
    margin-bottom: 1rem;
    color: #D41736;
}

/* CCCE - Form styles change to allow checkboxes and radio buttons to wrap without taking up so much vertical space */

.main .form__checkbox, .main .form__radio {
    display: inline-block;
    margin: 5px;
}
.main .form__checkbox:last-child, .main .form__radio:last-child {
    margin: 5px;
}