/** adding focus to the slider arrows **/
.slick-prev:focus, 
.slick-next:focus {
    outline: 5px auto -webkit-focus-ring-color;	
}

/** Adding padding to images in the body that are aligned to the left or right **/
.editorial img.align-left {
	padding-right: 20px;
}

.editorial img.align-right {
	padding-left: 20px;
}