header {
	background-image: url("../image/header/snow-report.jpg");
	background-position: center 90%;
}

.snow-report-title {
	margin-bottom: 0px;
}

.last-updated {
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	color: #c0c0c0;
	margin-bottom: 1px;
	white-space: nowrap;
}

.snow-column-container {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}

.snow-column {
	display: inline-block;
}

.snow-column.status {
	width: 35%;
	float: left;
}

.snow-column.hours {
	width: 65%;
	float: left;
}

.snow-column.new-snow {
	width: 27%;
	float: left;
}

.snow-column.base-snow {
	width: 29%;
	float: left;
}

.snow-column.conditions {
	width: 44%;
	float: left;
}

.snow-column.temp {
	width: 38%;
	float: left;
}

.snow-column.temp-info {
	width: 31%;
	float: left;
}

.snow-column.forecast {
	width: 31%;
	float: left;
}

.conditions-summary,
.info,
.notice {
	margin-top: 4px;
}

.snow-title {
	padding-left: 27px;
}

.snow-title.temp,
.snow-title.temp-info,
.snow-title.forecast {
	padding-left: 0px !important;
}

.snow-title.status {
	background-image: url("../image/snow-report/calendar.png");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-size: 20px 20px;
}

.snow-title.hours {
	background-image: url("../image/snow-report/clock.png");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-size: 20px 20px;
}

.snow-title.info {
	background-image: url("../image/snow-report/info.png");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-size: 20px 20px;
}

.snow-title.notice {
	background-image: url("../image/snow-report/notice.png");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-size: 20px 20px;
}

.snow-title.new-snow {
	background-image: url("../image/snow-report/new-snow.png");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-size: 20px 20px;
}

.snow-title.base-snow {
	background-image: url("../image/snow-report/base.png");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-size: 20px 20px;
}

.snow-title.conditions {
	background-image: url("../image/snow-report/snow-condition.png");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-size: 20px 20px;
}

.snow-title.conditions-summary {
	background-image: url("../image/snow-report/conditions-summary.png");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-size: 20px 20px;
}

.large-data {
	color: #555555;
	font-size: 64px;
	line-height: 70px;
	text-align: left;
}

@media only screen and (max-width: 828px) {
	.snow-column.status {
		width: 100%;
	}
	.snow-column.hours {
		width: 100%;
	}
}

@media only screen and (max-width: 794px) and (min-width: 436px) {
	.snow-column.new-snow {
		width: 50%;
	}
	.snow-column.base-snow {
		width: 50%;
	}
	.snow-column.conditions {
		width: 100%;
	}
}

@media only screen and (max-width: 632px) and (min-width: 136px) {
	.snow-column.temp {
		width: 55%;
	}
	.snow-column.temp-info {
		width: 45%;
	}
	.snow-column.forecast {
		width: 100%;
		margin-top: 12px;
	}
}

@media only screen and (max-width: 435px) {
	.snow-column.new-snow {
		width: 100%;
	}
	.snow-column.base-snow {
		width: 100%;
	}
	.snow-column.conditions {
		width: 100%;
	}
	.snow-column.temp {
		width: 100%;
	}
	.snow-column.temp-info {
		width: 100%;
		margin-top: 11px;
	}
	.snow-column.forecast {
		width: 100%;
		margin-top: 11px;
	}
}

@media only screen and (max-width: 380px) {
	.large-data {
		font-size: 42px;
		line-height: 56px;
		margin-bottom: 5px;
		margin-top: -5px;
	}
}

.beginner,
.intermediate,
.advanced {
	display: none;
	width: 49%;
	font-weight: 400;
}

.groomed {
	display: inline-block !important;
}

.groomed-list {
	margin-top: 6px;
}

.groomed-list.no-grooming {
	display: none;
}

.none-groomed {
	display: none;
}

.none-groomed li {
	list-style-type: circle;
	line-height: 30px;
}

.none-groomed.no-grooming {
	display: inline-block !important;
}

section#grooming ul {
	list-style-position: inside;
}

.beginner li {
	list-style-type: disc;
	line-height: 30px;
}

.intermediate li {
	list-style-type: square;
	line-height: 30px;
}

.advanced li {
	list-style-type: none;
	padding-left: 18px;
	background-image: url("../image/diamond.png");
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 30px;
}

.beginner {
	color: #14906b;
}

.intermediate {
	color: #244098;
}

.advanced {
	color: #000000;
}

.terrain-park {
	color: #ffb800;
}

.underline {
	text-decoration: underline;
	margin-top: 4px;
}

.regular {
	font-weight: 400;
}

@media only screen and (max-width: 628px) {
	.beginner,
	.intermediate,
	.advanced,
	.none-groomed {
		width: 100%;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx) {
	header {
		background-image: url("../image/header/snow-report@2x.jpg");
	}
	.advanced li {
		background-image: url("../image/diamond@2x.png");
		background-size: 8px 8px;
	}
	.snow-title.status {
		background-image: url("../image/snow-report/calendar@2x.png");
	}

	.snow-title.hours {
		background-image: url("../image/snow-report/clock@2x.png");
	}

	.snow-title.info {
		background-image: url("../image/snow-report/info@2x.png");
	}

	.snow-title.notice {
		background-image: url("../image/snow-report/notice@2x.png");
	}

	.snow-title.new-snow {
		background-image: url("../image/snow-report/new-snow@2x.png");
	}

	.snow-title.base-snow {
		background-image: url("../image/snow-report/base@2x.png");
	}

	.snow-title.conditions {
		background-image: url("../image/snow-report/snow-condition@2x.png");
	}

	.snow-title.conditions-summary {
		background-image: url("../image/snow-report/conditions-summary@2x.png");
	}
}

@media only screen and (min-width: 1500px) {
	header {
		background-image: url("../image/header/snow-report@2x.jpg");
	}
}
