:root {
	--button-color: #FF8868; /* for SK #48F066 */
	--price-color: #000;
	--button-text-color: #fff;
	--hover-color: #EFE0CA;
	--background-color: #111;
	--background-image: url('../images/BlackWeekend_header_1600x1100.jpg');
}

.hss-product-shot {
	display: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 15px;
	/* font: inherit; */
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* /RESET */

body {
	font-family: Metric, sans-serif;
	background-color: #e9eaed;

	background: rgb(237,237,237);
	background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

* {
	box-sizing: border-box;
}

.hidden {
	display: none !important;
}

.hss-area {
	max-width: 1200px;
	margin: 0 auto 1em;
	text-align: center;
	vertical-align: top;
	position: relative;
	background-color: transparent;
	top: -10em;
}

.hss-heading {
	width: 100%;
	background-position: bottom center;
	background-size: auto 100%;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

#heading-c.hss-heading {
	height: 520px;
	margin-bottom: 4em;
}

.hss-heading, .hss-heading * {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.hss-heading .hss-align-aid {
	width: 100%;
	padding: 0 1em;
	color: #fff;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.hss-align-aid .title {
	font-size: 3.25em;
    color: inherit;
	font-family: HelsinginWeb;
    font-style: italic;
    font-weight: 900;
    text-shadow: 3px 3px 1px rgba(120, 120, 120, .9);
    margin-bottom: 20px;
}

.hss-align-aid .title img {
	width: 250px;
    height: auto;
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

.hss-align-aid .subtitle {
	font-size: 1.3em;
	color: inherit;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.hss-align-aid .subtitle2 {
	font-size: 2em;
	color: inherit;
	font-weight: 900;
	margin-top: .5em;
}

.hss-align-aid .countdown {
	margin-top: 26px;
}

.hss-align-aid .countdown span {
	display: inline-block;
	border: 1px solid #ddd;
	background: #000;
    border-radius: 6px;
    padding: 5px 10px;
	margin-right: 5px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	min-width: 65px;
}

.hss-align-aid .countdown span:last-child {
	min-width: 68px;
}

.hss-align-aid .countdown span > b {
	font-weight: 900;
	font-size: 32px;
	color: var(--button-color);
}

.hss-heading .hss-logo-container {
	position: absolute;
	max-width: 1280px;
	margin: 0 auto;
	height: 70px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 90%;
	display: none;
}

.hss-heading .hss-logo-container .hss-hs-logo {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url("https://kampanjat.hs.fi/tilaa/images/HSLogoSquareWhite.svg") no-repeat center center;
	background-size: cover;
	display: inline-block;
	width: 6.25em;
	height: 6.25em;
}

.hss-heading h3.title {
	font-family: SanomatBannerWeb;
	font-size: 3.75em;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	line-height: normal;
	text-shadow: 0 1px 16px rgba(72, 11, 18, 0.8);
}

.hss-heading h3.subtitle {
	font-size: 2.5em;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	line-height: normal;
	text-shadow: 0 1px 6px rgba(60, 5, 10, 1), 0 1px 10px rgba(60, 5, 10, 0.9);
}

.hss-heading.hss-slideshow-heading {
	background-color: var(--background-color);
	background-image: var(--background-image); 
    background-position-y: center;
    background-size: cover;
}

.hss-heading.hss-slideshow-heading h1 {
	color: white;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
}

.hss-heading.hss-slideshow-heading .image-caption {
	padding: 10px 15px 0 0;
	text-align: right;
	color: rgba(255, 255, 255, 0.75);
	font-size: 13px;
}
.hss-col-container {
	width: 100%;
	display: flex;
    justify-content: space-between;
}

.hss-card {
	background-color: #ffffff;
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	display: inline-block;
	position: relative;
	padding: 2.2em 1em;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	margin: 0 8px 16px 8px;
}

.hss-product-info {
	margin-top: 1em;
	line-height: 1.4;
	font-weight: 500;
}

.hss-product-info p {
	margin-bottom: 1em;
}

.hss-col-full {
	width: 100%;
}

.hss-col-third {
	width: 25em;
	width: 33%;
	border: 1px solid #777;
}

.hss-col-fourth {
	width: 25%;
}

.hss-normal-plan {
	margin-top: 17px;
}

.hss-product-discount {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	color: #000;
    background: var(--button-color);
    font-weight: 600;
    padding: 12px;
	font-size: 18px;
}

.hss-product-heading {
	margin-top: 1.5em;
}

.hss-product-heading h2 {
	font-weight: bold;
	color: #191919;
	font-size: 32px;
	line-height: 1;
	margin-top: 36px;
    margin-bottom: 4px;
}

.hss-card h3 { 
	font-weight: 500;
	height: 3em;
	line-height: 1.2;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
}

.hss-price span {
	font-size: 40px;
	font-weight: 900;
	color: var(--price-color);
}

.hss-price-note {
	position: relative;
    color: var(--price-color);
    color: #888;
    margin: 16px auto 4px;
    display: inline-block;
    padding: 0 5px;
    font-weight: 500;
    font-size: 1em;
}

.hss-price-note.hss-note-striked:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid #aaa;
	opacity: 1;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.hss-price-note2 {
	display: none;
	color: #5d6e95;
	margin-top: 0;
	font-size: 70%;
}

.hss-feature-list {
	list-style: none;
	text-align: left;
	margin: 1em 0;
	padding: 0;
}

.hss-feature-list dd {
	font-size: 15px;
	line-height: 1.4;
	margin: 0 0 0.1em;
}

.hss-feature-list dt div,
.hss-feature-list dd div {
	display: table-cell;
}

.spacer {
	padding: 0;
	width: 24px;
	max-width: 24px;
	line-height: 32px;
}

.row-spacer-1em {
	width: 100%;
	height: 1em;
}

.row-spacer-1-5em {
	width: 100%;
	height: 1.5em;
}

.tick::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17'%3E%3Cpath fill='%23004F9D' fill-rule='evenodd' clip-rule='evenodd' d='M15.3332 8.50002C15.3332 4.44993 12.0499 1.16669 7.99984 1.16669C3.94975 1.16669 0.666504 4.44993 0.666504 8.50002C0.666504 12.5501 3.94975 15.8334 7.99984 15.8334C12.0499 15.8334 15.3332 12.5501 15.3332 8.50002ZM11.767 5.99385C11.4875 5.75423 11.0666 5.78661 10.827 6.06616L7.29517 10.1854L5.13791 8.02862L5.0751 7.97316C4.81358 7.76981 4.43542 7.78829 4.1951 8.02862C3.93475 8.28896 3.93475 8.71107 4.1951 8.97142L6.86177 11.6381L6.92316 11.6925C7.19968 11.9088 7.60467 11.8743 7.83934 11.6005L11.8393 6.93388L11.8898 6.86701C12.0725 6.59065 12.0251 6.21503 11.767 5.99385Z'/%3E%3C/svg%3E");
	vertical-align: middle;
}

.hss-feature-list dd:last-child {
	margin-bottom: 1em;
}

.hss-feature-list dd.hss-included {
	font-size: 14.5px;
	font-weight: 500;
	color: black;
}

.hss-feature-list .hss-not-included {
	color: #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hss-feature-list .hss-not-included .tick::after {
	content: " " !important;
}

.hss-buttons {
	margin-bottom: 1em;
}

.hss-button {
	font-size: 15px;
	width: 161px;
	padding: 0 30px;
	line-height: 40px;
	border-radius: 20px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

.hss-button.solid {
	font-weight: 500;
	border: 0;
	background: var(--button-color);
	background: #111e2f;
	color: var(--button-text-color);
	transition: all .15s ease-in-out;
	border: 2px solid #fff;
}         

.hss-button.solid:hover, .hss-button.solid:active,.hss-button.solid:focus {
	border: 2px solid var(--price-color);
	background: var(--button-color);
	color: var(--button-text-color);
}

.hss-button.shadow {
	-moz-box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.6);
	-webkit-box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.6);
	box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.6);
}

.hss-feature-list-bottom dt {
	margin: 0 34px !important;
	border-bottom: 1px solid #e9eaed;
}

.hss-feature-list-bottom .hss-button {
	margin: .9em 0;
	max-width: 140px !important;
	height: 40px;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	text-transform: none;
}

.hss-more-options {
	margin-top: 1.25em;
}

.hss-more-options .hss-card {
	padding-top: 1em;
}

.hss-more-options .hss-more-options-header {
	width: 100%;
}

.hss-more-options-element {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}


.hss-more-options .hss-product-link {
	display: inline-block;
	margin: 1em 0px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: normal;
	color: #000000;
}

.hss-more-options .hss-product-link:hover {
	color: #333;
	text-decoration: underline;
}

.hss-more-options h2 {
	text-align: left;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5em;
	letter-spacing: normal;
	color: #191919;
	margin-bottom: .5em;
}

.hss-ribbon {
 position: absolute;
 top: -2px;
 left: -2px;
}

.hss-product-shot {
	position: relative;
	width: 100%;
	margin: 0;
}

.hss-product-shot img {
	width: 80%;
	max-width: 80%;
	max-height: 80%;
}

.hss-price-information {
	margin: 0 0 1.25em;
}

.hss-price {
	color: #58585a;
	font-weight: 500;
	font-size: 14px;
	margin: 0;
}

.hss-feature-list dt {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 .3em;
	line-height: 1.4;
}

.hss-feature-list dt.hss-included {
	font-size: 17px;
	font-weight: 700;
	color: black;
}

.hss-feature-list dt.hss-partially-included {
	display: none;
	color: black;
}

.hss-feature-list dt .sym {
	display: none;
}

.hss-feature-list-opener {
	display: none;
}

.line-divider {
	margin: 15px 0;
	border: none;
	height: 1px;
	background-color: #ece9e9;
	color: #ece9e9;
}

.select-subs {
	height: 35px;
}

.select-subs-buttons {
	margin: 0px;
	font-size: 13px;
}

.select-subs h3 {
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
	color: #191919;
	margin-bottom: 1.5em;
}

.select-subs h3 span {
	display: block;
}

.sub-1,
.sub-2 {
	background: #ffffff;
	border-radius: 0px;
	width: 105px;
	height: 35px;
	color: #58585a;
	padding: 9px 15px;
	text-align: center;
	line-height: 15px;
	cursor: pointer;
	text-decoration: none;
	margin: -3px;
	border: 1px solid #777777;
	display: inline-block;
}

.sub-1-active,
.sub-2-active {
	background: #e9eaed;
	border-radius: 0px;
	width: 105px;
	height: 35px;
	color: #000000;
	padding: 9px 15px;
	text-align: center;
	line-height: 15px;
	cursor: pointer;
	text-decoration: none;
	margin: -3px;
	border: 1px solid #777777;
	display: inline-block;
}

.select-subs-buttons a:hover {
	text-decoration: none;
	background-color: none;
}

.hss-solid-button-2 {
	background: #8fc6b1;
}

.hss-family,
.hss-no-family {
	float: right;
	display: none;
}

.hss-family img,
.hss-no-family img {
	height: 35px;
	display: none;
}

.hss-family,
.hss-no-family {
	float: right;
	display: none;
}

.hss-family img,
.hss-no-family img {
	height: 35px;
	display: none;
}

.bg-white {
	background-color: #ffffff !important;
}

.bg-purple-light {
	background: #dc67b4;
}

.bg-purple {
	background-color: #d44da2 !important;
}

.txt-white,
.txt-white::before,
.txt-white::after {
	color: #ffffff !important;
}

.f-right {
	float: right;
}

.flexy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.flexy > div, .inline-flexy > div {
	flex-grow: 1;
	-webkit-flex-grow: 1;
}

.top-offset-1-25em {
	position: relative;
	top: -1.25em;
}

.material-icons::before {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	position: relative;
	left: 5px;
	top: 6px;
	transform: rotate(-45deg);
	vertical-align: top;
}

.material-icons.down:before {
	top: 4px;
	transform: rotate(135deg);
}

/* Simplified Media Queries - 4 breakpoints only */

/* Very small phones (< 365px) */
@media only screen and (max-width: 364px) {
	#heading-c.hss-heading {
		height: 310px;
        margin-bottom: -10px;
	}

	.hss-align-aid .countdown span {
		display: inline-block;
		padding: 5px 8px;
		margin-right: 4px;
		font-weight: 400;
		min-width: 50px;
	}

	.hss-align-aid .countdown span:last-child {
		min-width: 54px;
	}

	.hss-align-aid .countdown span > b {
		font-size: 20px;
	}

	.hss-align-aid .title img {
		width: 160px;
	}

	.hss-heading h3.title {
		font-size: 1.3em;
	}

	.hss-align-aid .title {
		font-size: 2.2em;
	}

	.hss-heading .hss-logo-container .hss-hs-logo {
		width: 3.25em;
		height: 3.25em;
	}

	.hss-area {
		top: 0;
	}

	.hss-card {
		margin-bottom: 2em;
		margin-left: 0;
		margin-right: 0;
		padding: 2.2em 0.25em;
	}

	.hss-card h3 {
		height: auto;
    	min-height: 2.4em;
	}

	.hss-col-container {
		width: 96%;
		flex-direction: column;
	}

	.hss-col-third,
	.hss-col-fourth {
		width: 100%;
	}

	.hss-product-heading h2 {
		font-size: 26px;
	}

	.hss-feature-list dt .sym {
		display: inline;
	}

	.hss-feature-list-wrapper {
		display: none;
	}

	.hss-feature-list-opener {
		display: initial;
	}

	.hss-subscripton-opener-mobile {
		display: -webkit-inline-box;
		font-size: 0.9em;
		text-align: center;
		padding: 14px 20px;
		margin-top: 2em;
		font-weight: normal;
		line-height: 22px;
		color: #333;
		border: 1px solid #333;
		cursor: pointer;
		border-radius: 25px;
	}

	.sym {
		margin-left: 5px;
		font-size: 22px !important;
	}

	.up {
		display: none;
	}

	.open .up {
		display: inherit;
	}

	.open .down {
		display: none;
	}

	.hss-feature-list dd {
		font-size: 0.8em;
	}
}

/* Phones (365-799px) */
@media only screen and (min-width: 365px) and (max-width: 799px) {
	#heading-c.hss-heading {
		height: 390px;
        margin-bottom: -5px;
	}

	.hss-align-aid .title img {
		width: 200px;
	}
	
	.hss-heading h3.title {
		font-size: 1.75em;
	}

	.hss-align-aid .title {
		font-size: 2.5em;
	}

	.hss-heading .hss-logo-container .hss-hs-logo {
		width: 4em;
		height: 4em;
	}

	.hss-area {
		top: 0;
	}

	.hss-card {
		margin-bottom: 2em;
		margin-left: 0;
		margin-right: 0;
		padding: 2.2em 0.25em;
	}

	.hss-card h3 {
		height: auto;
    	min-height: 2.4em;
	}

	.hss-col-container {
		width: 96%;
		flex-direction: column;
	}

	.hss-col-third,
	.hss-col-fourth {
		width: 100%;
	}

	.hss-product-heading h2 {
		font-size: 30px;
	}

	.hss-feature-list dt .sym {
		display: inline;
	}

	.hss-feature-list-wrapper {
		display: none;
	}

	.hss-feature-list-opener {
		display: initial;
	}

	.hss-subscripton-opener-mobile {
		display: -webkit-inline-box;
		font-size: 0.95em;
		text-align: center;
		padding: 14px 20px;
		margin-top: 2em;
		font-weight: normal;
		line-height: 22px;
		color: #333;
		border: 1px solid #333;
		cursor: pointer;
		border-radius: 25px;
	}

	.sym {
		margin-left: 5px;
		font-size: 22px !important;
	}

	.up {
		display: none;
	}

	.open .up {
		display: inherit;
	}

	.open .down {
		display: none;
	}
}

/* Tablets (800-1000px) */
@media only screen and (min-width: 800px) and (max-width: 1000px) {
	.hss-heading h3.title {
		font-size: 2.5em;
	}

	.hss-heading .hss-logo-container .hss-hs-logo {
		width: 4em;
		height: 4em;
	}

	.hss-product-heading h2 {
		font-size: 24px;
		min-height: 65px;
	}

	.hss-card h3 {
		height: 5em;
	}

	.hss-col-container {
		width: 98%;
	}

	.hss-col-third {
		width: 31%;
	}

	.hss-col-fourth {
		width: 23%;
	}
}

/* Desktops (> 1000px) */
@media only screen and (min-width: 1001px) {
	.hss-col-third {
		width: 31%;
	}

	.hss-col-fourth {
		width: 23%;
	}

	.hss-product-heading h2 {
		font-size: 32px;
		min-height: 65px;
	}
}