* {
	border: 0;
	text-decoration: none;
	padding: 0;
	margin: 0;
	text-size-adjust: 100%;
		-webkit-tap-highlight-color: transparent;
	outline: none;
	box-sizing: border-box;s
}
body {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -21px;
	overflow: hidden;
		-webkit-user-select: none;
}
.close {
	position: fixed;
	top: 50%;
	right: 6px;
	background: rgba(0, 0, 0, 0.1) url(https://cdnres.willyweather.com/images/sprite.png) -373px -9px;
	border-radius: 50%;
	text-indent: -9999em;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	cursor: pointer;
	z-index: 2;
}
.close:active {
	background-color: rgba(0, 0, 0, 0.3);
}
.hidden {
	display: none !important;
}
/* @group pagination */
.pagination {
	height: 18px;
}
.pagination a {
	display: inline-block;
	position: relative;
	border: 3px solid transparent;
	border-radius: 50%;
		-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.3);
		-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.3);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.3);
    width: 14px;
    height: 14px;
	cursor: pointer;
}
.pagination a.current {
	background-color: rgba(0,0,0,.3);
		-webkit-background-clip: content-box;
		-moz-background-clip: content-box;
	background-clip: content-box;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	box-shadow: none;
}
.pagination a:hover {
	background-color: rgba(0,0,0,.3);
	background-clip: content-box;
}
.pagination a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	border-radius: 50%;
}
.pagination a:active::before {
	background-color: rgba(0,0,0,.3);
}
.pagination a::after {
	content: '';
	position: absolute;
	top: -12px;
	right: -3px;
	bottom: -12px;
	left: -3px;
	background: transparent;
}
/* @end */
.warning {
	min-height: 42px;
	display: table;
	width: 100%;
	color: #000;
	white-space: nowrap;
	user-select: none;
    padding: 12px 36px 12px 12px;
}
.warning::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.95
}
.warning::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.warning-content {
	display: table-cell;
    width: 100%;
    text-indent: 64px;
    vertical-align: middle;
}
.warning-pagination {
	position: relative;
	z-index: 2;
    display: table-cell;
    vertical-align: middle;
    width: 6%;
	padding: 1px 0 0 12px;
    text-align: right;
    line-height: 0;
}
.warning-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.warning-link:active {
	background: rgba(0, 0, 0, 0.1);
}
h1 {
	position: relative;
	font-weight: normal;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	z-index: 1;
}
h1 .type {
	font-weight: bold;
}
h1 .area {
	font-weight: normal;
}
h1 time {
	font-weight: normal;
	margin-left: 12px;
	opacity: 0.6;
}
h2 {
	position: relative;
	font-weight: normal;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 33.3333333333%;
	margin-left: 12px;
	float: right;
	z-index: 1;
}
.ribbon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #226be4;
	width: 12px;
	z-index: 1;
}
.ribbon.be-aware {
	background-color: #fed23e;
}
.ribbon.be-prepared {
	background-color: #fa8729;
}
.ribbon.take-action {
	background-color: #fc4555;
}
.icon {
	position: absolute;
	top: 50%;
	bottom: 0;
	background: url(https://cdnres.willyweather.com/images/sprite-precis.png);
    height: 40px;
	width: 40px;
    margin: -20px 12px 1px 6px;
   	z-index: 1;
}
.icon::before {
	content: "";
	position: absolute;
    top: -16px;
    bottom: -16px;
	left: -6px;
	width: 52px;
	background: rgba(255, 255, 255, .3);
}
.icon.wind-chill {
	background-position: -426px -6px;
}
.icon.strong-wind {
	background-position: -468px -6px;
}
.icon.storm {
	background-position: -510px -6px;
}
.icon.flood {
	background-position: -552px -6px;
}
.icon.road {
	background-position: -594px -6px;
}
.icon.fire {
	background-position: -636px -6px;
}
.icon.heat {
	background-position: -678px -6px;
}
.icon.frost {
	background-position: -720px -6px;
}
.icon.hurricane {
	background-position: -762px -6px;
}
.icon.tsunami {
	background-position: -804px -6px;
}
.icon.surf {
	background-position: -426px -48px;
}
.icon.earthquake {
	background-position: -468px -48px;
}
.icon.hiking {
	background-position: -510px -48px;
}
.icon.dust-smoke-pollution {
	background-position: -552px -48px;
}
.icon.sheep {
	background-position: -594px -48px;
}
.icon.fruit-disease {
	background-position: -636px -48px;
}
.icon.leaf-disease {
	background-position: -678px -48px;
}
.icon.farming {
	background-position: -720px -48px;
}
.icon.general {
	background-position: -762px -48px;
}
.icon.marine {
	background-position: -804px -48px;
}
.icon.closed-water {
	background-position: -426px -90px;
}
.icon.fog {
	background-position: -468px -90px;
}
.icon.tornado {
	background-position: -510px -90px;
}
.icon.snow {
	background-position: -552px -90px;
}
.icon.blizzard {
	background-position: -594px -90px;
}
.icon.cold-rain {
	background-position: -636px -90px;
}
.icon.volcano {
	background-position: -678px -90px;
}
.icon.cold {
	background-position: -720px -90px;
}
.icon.hazmat {
	background-position: -762px -90px;
}
.icon.avalanche {
	background-position: -804px -90px;
}

@media (max-width: 600px) {
	body {
		margin-top: -36px;
	}
	.close {
		top: 6px;
		margin: 0;
	}
	.warning {
		line-height: 18px;
    	padding: 9px 36px 9px 12px;
    }
	.warning-pagination {
		position: absolute;
		bottom: 9px;
		right: 6px;
		width: auto;
		display: block;
	}
	h2 {
		display: none;
	}
	h1 .type, h1 .area, h1 time {
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		margin-left: 0;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.icon {
		background-image: url(https://cdnres.willyweather.com/images/sprite-precis@2x.png);
		background-size: 855px;
	}
	.close {
		background-image: url(https://cdnres.willyweather.com/images/sprite@2x.png);
		background-size: 572px;
	}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
	.icon {
		background-image: url(https://cdnres.willyweather.com/images/sprite-precis@3x.png);
	}
	.close {
		background-image: url(https://cdnres.willyweather.com/images/sprite@3x.png);
	}
}

.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* Begin custom CSS */
body {
    font-family: sans-serif;
        -webkit-font-smoothing: subpixel-antialiased;
}

    .close {
        /* background-color: rgba(255, 255, 255, 0.4); */
        background-position: -373px -35px;
    }
    .close:active {
        background-color: rgba(255, 255, 255, 0.2);
    }
    .warning::before {
        background: #ff0000;
    }

            .warning {
        color: #fff;
    }
    .pagination a {
            -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
            -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
    }
    .pagination a:hover {
        background-color: rgba(255, 255, 255, .5);
    }
    .pagination a.current {
        background-color: rgba(255, 255, 255, .5);
    }