.rangeslider, .rangeslider__fill {
	background: #e6e6e6;
	display: block;
	height: 20px;
	width: 100%;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.rangeslider {
	position: relative;
}

.rangeslider--disabled {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
}

.rangeslider__fill {
	background: #00ff00;
	position: absolute;
	top: 0;
}

.rangeslider__handle {
	background: white;
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -10px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255,
		255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0),
		rgba(0, 0, 0, 0.1));
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0),
		rgba(0, 0, 0, 0.1));
	background-image: -o-linear-gradient(rgba(255, 255, 255, 0),
		rgba(0, 0, 0, 0.1));
	background-image: linear-gradient(rgba(255, 255, 255, 0),
		rgba(0, 0, 0, 0.1));
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.rangeslider__handle:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0,
		0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13),
		rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13),
		rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.13),
		rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(0, 0, 0, 0.13),
		rgba(255, 255, 255, 0));
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.rangeslider__handle:active {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0,
		0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1),
		rgba(0, 0, 0, 0.12));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1),
		rgba(0, 0, 0, 0.12));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1),
		rgba(0, 0, 0, 0.12));
	background-image: linear-gradient(rgba(0, 0, 0, 0.1),
		rgba(0, 0, 0, 0.12));
}

input[type="range"]:focus+.rangeslider .rangeslider__handle {
	-webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
	-moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
	box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

/*
    Download link icon.
*/

.cm_podcastPlayer_download {
    background-image: url(../assets/images/radio-music-shared/podcast/download.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 1.25em;
    height: 2em;
}

span.sprite.iconDownload
{
	margin: 0 0 0 20px;
}

#cm_mobBaseBody a
{
	font-weight:normal;
}

/*
    Layout for podcast pages.
*/

.cmExternalFeed  {
    display: table;
    width: 100%;
    margin: 10px 0 0 0;
    list-style-type: none;
}

.cmExternalFeed  .row {
    display: table-row;
}

.cmExternalFeed .row > div {
    display: table-cell;
}

.cmExternalFeed .row > .links {
    vertical-align: middle;
    padding-right: 1em;
}

.cmExternalFeed .row > .info,
.cmExternalFeed .row > .cm_podcastPlayer {
    vertical-align: top;
    padding: 0 15px 15px 0;
}


.cmExternalFeed .row > .info > a > h4 {
   margin-bottom: 0px;
}

/*
    Styles for inline podcast player.
*/

.cm_podcastPlayer {
    width: 250px;
    margin-left: 1em;
}

.cm_podcastPlayer.mobile {
    margin: 1em auto 20px auto;
    width: 90%;
}

.cm_podcastPlayer .time_indicator {
    width: 100%;
    height: 17px;
    background-color: rgb(171,171,171);
    position: relative;
}

.cm_podcastPlayer.mobile .time_indicator {
    height: 24px;
}

.cm_podcastPlayer .time_indicator .done_indicator {
    width: 0;
    height: 100%;
    background-color: rgb(132,132,132);
    position: absolute;
}

.cm_podcastPlayer .time_indicator .done_indicator .dragger {
    position: absolute;
    right: -0.5em;
    height: 100%;
    width: 1em;
    content: " ";
    z-index: 2;
}

.cm_podcastPlayer .time_indicator .time_text {
    padding: 3.81px 0.5em;
    display: inline-block;
    font-size: 9.38px;
    color: white;
    position: relative;
}

.cm_podcastPlayer.mobile .time_indicator .time_text {
    padding: 6px 0.5em;
    font-size: 12px;
}

.cm_podcastPlayer .controls {
    width: 100%;
    height: 31px;

    background-color: rgb(13,13,13);
}

.cm_podcastPlayer.mobile .controls {
    height: 47px;
}

.cm_podcastPlayer .controls .play_button {
    width: 42px;
    height: 100%;
    float: left;
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: 60% center;
}

.cm_podcastPlayer.mobile .controls .play_button {
    width: 15%;
}

.cm_podcastPlayer.mobile .controls .play_button {
    width: 15%;
    background-size: auto 50%;
    background-position: 60% center;
}

.cm_podcastPlayer .controls .play_button.playing {
    background-image: url(../assets/images/radio-music-shared/podcast/Pause-Button.png);
}

.cm_podcastPlayer .controls .play_button.paused {
    background-image: url(../assets/images/radio-music-shared/podcast/Play-Button.png);
}

.cm_podcastPlayer .controls .play_button.loading {
    background-image: url(../assets/images/radio-music-shared/podcast/loading_dark.gif);
    background-size: 75%;
}

.cm_podcastPlayer .controls .volume_control {
    width: 200px;
    height: 100%;
    float: right;

    position: relative;
}

.cm_podcastPlayer.mobile .controls .volume_control {
    width: 85%;
}

.cm_podcastPlayer .controls .volume_control::before {
    content: " ";
    position: absolute;
    left: 0;
    height: 2.25em;
    width: 2.25em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url(../assets/images/radio-music-shared/podcast/volume_low.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.cm_podcastPlayer.mobile .controls .volume_control::before {
    left: 0;
    background-size: 150%;
    background-position: center 45%;
}

.cm_podcastPlayer .controls .volume_control::after {
    content: " ";
    position: absolute;
    left: 88%;
    height: 2em;
    width: 2em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url(../assets/images/radio-music-shared/podcast/volume_high.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.cm_podcastPlayer.mobile .controls .volume_control::after {
    left: 90%;
    right: auto;
    background-size: 150%;
}

.rangeslider {
    background-color: #5b5b5b;
    width: 75%;
    height: 3px;
    border: none;
    border-radius: 1px;
    position: absolute;
    left: 48%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mobile .rangeslider {
    width: 78%;
    left: 48%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rangeslider__fill {
    background: #00C2FD;
    height: 2px;
    border: none;
    border-radius: 1px;
}

.rangeslider__handle {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    margin-top: 4px;
    border-radius: 50%;
    background: white;
}

/* Podcast teases. */

.cmPodcastContent {
	margin-bottom: 15px;
	margin-top: 5px;
}
.cmPodcastContent .info h4 {
	margin-bottom: 2px;
}
.cmPodcastContent .cm_podcastPlayer {
	margin-top: 10px;
}

.cmExternalFeed .cmPodcastContent {
	margin: 0;
}


/* Music styles */

.header__search-box {
	border: 1px solid #eceeef;
	padding-left: 10px;
}

.header__search-btn {
	background-color: #fff;
	border: 1px solid #eceeef;
	height: 36px;
}

.closings .text-muted {
	color: #818a91;
}

.table__row__expanded-content p {
	margin: 7px 0;
}

/* Font awesome map fixes. */

.closings .fa {
	font-family: FontAwesome;
}
.closings .fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}
.closings .table__col--status .fa-check-circle::before {
	content: "\f046";
}
.closings .table__col--status .fa-exclamation-circle::before {
	content: "\f06a";
}
.closings .table__col--status .fa-ban::before {
	content: "\f05e";
}
.closings .fa-search::before {
	content: "\f002";
}

/* Mobile. */

.cm_mobBody .closings .header__search-box {
	height: 30px;
	border-radius: 0;
}

.cm_mobBody .closings .table__col--county {
	display: none;
}
.cm_mobBody .closings .table__col--desc {
	display: none;
}
.cm_mobBody .closings .table__col--date {
	display: none;
}
.cm_mobLandscape .table__row__expanded-content {
	-webkit-text-size-adjust: 100%;
}

/* These are styles are used by closings and traffic */
.table {
	letter-spacing: -0.025em;
	margin-bottom: 0;
	/* The table footer that has the results and pagination */
	/* When there are no results in the table */
}

div.table__head {
	color: #818a91;
	font-size: 14px;
	height: 36px;
	min-height: 36px !important;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
div.table__head > div {
	color: #818a91;
}

.table__body {
	color: #373a3c;
	font-size: 0.875rem;
}

.table__row {
	background-color: #fff;
	border-width: 0 1px 1px;
	border-color: #eceeef;
	border-style: solid;
	/* A row that is expandable */
	/* The content that is shown when the row is expanded */
	/* A row that is expanded */
}

.table__row__cols {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	min-height: 50px;
}

.table__row:first-of-type {
	border-top-width: 1px;
}

.table__row--expandable {
	cursor: pointer;
	max-height: 50px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 200ms ease margin;
	transition: 200ms ease margin;
}

.table__row--expandable .table__row__cols {
	padding-right: 50px;
	font-size: 13px;
}

.table__row--expandable::before {
	color: #818a91;
	content: '›';
	font-size: 2.5rem;
	line-height: 45px;
	height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transition: 200ms ease transform;
	transition: 200ms ease transform;
	width: 50px;
}

.table__row__expanded-content {
	opacity: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: 200ms ease transform, 400ms ease opacity;
	transition: 200ms ease transform, 400ms ease opacity;
}

.table__row--expanded {
	margin: 1rem 0;
	max-height: 100%;
	overflow: visibile;
	/* Give this row and the row after it top borders */
}

.table__row--expanded, .table__row--expanded+* {
	border-top-width: 1px;
}

.table__row--expanded::before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.table__row--expanded .table__row__expanded-content {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.table__col {
	line-height: 1.2;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.table__col:first-of-type {
	padding-left: 1rem;
}

.table__foot {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #eceeef;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 36px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1rem;
	padding: 0 1rem;
}

.table__pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #373a3c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Oswald", "PT Sans", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* Specific page number */
	/* First, Prev, Next, Last page arrows */
}

.table__pagination__page {
	cursor: pointer;
	padding: 0 0.25rem;
	text-align: center;
}

.table__pagination__page__label {
	display: block;
	min-width: 10px;
}

.table__pagination__page--active:hover {
	border: none;
}

.table__pagination__page--active span {
	border-bottom: 2px solid #373a3c;
	cursor: text;
}

.table__pagination__arrow {
	cursor: pointer;
	font-size: 1.25rem;
	height: 36px;
	padding: 0 0.25rem;
	min-width: 10px;
	text-align: center;
}
.table__pagination__arrow:visited {
	color: #373a3c;
}

.table__pagination__arrow--disabled {
	cursor: not-allowed;
	opacity: 0.4;
}

.table__empty {
	background: #fff;
	border: 1px solid #eceeef;
	color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	padding: 3rem 3rem;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

/* School and business closings. See: preview-dev.krmg.com/closings */
#closingsTable {
	display: none;
}

.closings--empty .results__numbers, .closings--empty .table__foot {
	visibility: hidden;
}

.closings__search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 1rem;
}

.closings__search, .closings__search>* {
	border-color: #eceeef;
}

.closings__search button {
	width: 36px;
}

.closings__search input {
	border-left-width: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 0;
}

.closings__search input::-webkit-input-placeholder {
	color: #55595c;
	font-weight: bold;
	font-size: 0.875rem;
	letter-spacing: -0.025em;
}

.closings__search input::-moz-placeholder {
	color: #55595c;
	font-weight: bold;
	font-size: 0.875rem;
	letter-spacing: -0.025em;
}

.closings__search input:-ms-input-placeholder {
	color: #55595c;
	font-weight: bold;
	font-size: 0.875rem;
	letter-spacing: -0.025em;
}

.closings__search input::placeholder {
	color: #55595c;
	font-weight: bold;
	font-size: 0.875rem;
	letter-spacing: -0.025em;
}

.closings .results__numbers {
	color: #818a91;
	font-size: 0.75rem;
	letter-spacing: -0.025em;
	line-height: 36px;
}

.closings .table__head {
	padding-right: 50px;
}

.closings .table__col--name {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* @media screen and (max-width: 767px) {
	.closings .table__col--county {
		display: none;
	}
} */

.closings .table__col--date time {
	display: block;
}

/* @media screen and (max-width: 479px) {
	.closings .table__col--date {
		display: none;
	}
} */

.closings .table__col--status {
	text-transform: uppercase;
	/* This is to get the icon aligned next to the text without
               having the text wrap around the icon */
}

.closings .table__col--status span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.closings .table__col--status span span:last-of-type {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.closings .table__col--status .fa {
	margin-right: 6px;
}

.closings .table__col--status .fa-check-circle {
	color: #5cb85c;
}

.closings .table__col--status .fa-exclamation-circle {
	color: #f0ad4e;
}

.closings .table__col--status .fa-ban {
	color: #d9534f;
}

.closings .table__col--desc {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* @media screen and (max-width: 767px) {
	.closings .table__col--desc {
		display: none;
	}
} */

.closings .table__row__expanded-content {
	border-top: 1px solid #eceeef;
	padding: 1rem 0;
	margin: 0 1rem;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
