/* Prevent missing flexslider font assets from generating 404s on pages using the vendor bundle. */
.flex-direction-nav a:before,
.flex-pauseplay a:before {
    font-family: FontAwesome !important;
}

.flex-direction-nav a:before {
    content: "\f053" !important;
}

.flex-direction-nav a.flex-next:before {
    content: "\f054" !important;
}

.flex-pauseplay a:before {
    content: "\f04c" !important;
}

.flex-pauseplay a.flex-play:before {
    content: "\f04b" !important;
}
