/* Custom CSS for ResonanceFM to override the master css that is compiled from SCSS */
/* CB 2025-01-23 */

/* SlicesCMS - Quotes slice */
/* Add a small margin */

.slice.quotes .quote-holder .quote {
padding-left: 5%;
padding-right: 5%;
}

/* Stop the First Line from wrapping so easily */
.slice.quotes h2 {
max-width: 75%;
}

/* Hide the Quote Marks */
.slice.quotes h2 .quote-mark {
visibility: hidden;
}

/* Use Adrian Shaughnessy International Klein Blue (#002FA7) */
.slice.quotes h2 {
color: #002FA7;
}
.slice.quotes .quote-holder .quote a {
color: #002FA7;
}
.slice.quotes .microfiche-bullet.selected {
background: #002FA7;
}

/* Remove the frosted background */
.slice.quotes {
background-image: none;
background-color: whitesmoke;
}

