:root {
	--button-color: #004F9D; /* original #004F9D */
	--price-color: #000;
	--price-norm-color: #a7a7a7;
	--button-text-color: #fff;
	--button-hover-color: #004284; /* original #004284 */
	--button-border-color: var(--button-color);

	--header-text-color: #fff;
	--header-background-color: #004e9b;
	--header-background-image: url('https://kampanjat.aamulehti.fi/lahjatilaus/images/lahjatilaus_1600x1030.jpg');
	--header-background-position: center center;

	/* other product buttons */
	--button-color-hollow-bottom: var(--button-color); /* border and color of text */
	--button-color-hollow-bottom-hover: var(--button-hover-color); /* hover color, text is white */
}

body.header-special {
	/* --button-color: #000; original #4196A4;*/
	--price-color: #000;
	--price-norm-color: #888;  /* original #cb6aaa;*/
	--button-text-color: #fff;
	--button-hover-color: #333;  /* original #2a616a;*/
	--button-border-color: #000;  /* original var(--button-color);*/

	--header-text-color: #fff;
	/*--header-background-color: #000;*/
	--header-background-image: url('https://kampanjat.aamulehti.fi/lahjatilaus/images/lahjatilaus_1600x1030.jpg');

	--header-button-background-color: #feed01;
	--header-button-text-color: #000;
	--header-button-hover-color: #feef27;  /* original #2a616a;*/
	--header-button-border-color: var(--header-button-background-color);  /* original --button-color;*/

	--button-color-hollow-bottom: var(--button-color); /* border and color of text */
	--button-color-hollow-bottom-hover: var(--button-hover-color); /* hover color, text is white */
}

/* RESET */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

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;
}

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;
}

* {
	box-sizing: border-box;
}

.hidden {
	display: none !important;
}

body > .conversionpixel {
	position: absolute;
}

.hss-area {
	max-width: 1200px;
	margin: 0 auto 1em;
	text-align: center;
	vertical-align: top;
	position: relative;
	background-color: transparent;
}

/* header height settings */
.hss-heading {
	display: inline-block;
	margin-bottom: 5em;
    min-height: 500px;

	width: 100%;
	background-position: bottom center;
	background-size: auto 100%;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

.hss-align-aid {
	margin-top: 160px;
}

#header-special.hss-heading {
	min-height: 520px;
}

#header-special .hss-align-aid {
	margin-top: 120px;
}

.hss-heading, .hss-heading * {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.hss-nosto-flex {
	display: flex;	
	flex-direction: row;
	width: 100%;
}

.hss-nosto-flex .image, .hss-nosto-flex .image img {
	width: 275px;
	height: auto;
	max-width: 100%;
}

.hss-nosto-flex .text-content {
	width: auto;
	max-width: calc(1000px - 275px);
	padding-left: 30px;
	flex-grow: 1;
}

.hss-nosto-flex .text-content h3 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2em;
    letter-spacing: normal;
    color: #191919;
    margin-bottom: 0.5em;
	text-align: left;
}

.hss-nosto-flex .text-content p {
	line-height: 1.2em;
	margin-bottom: 1em;
	font-weight: 400;
	text-align: left;
}

.hss-nosto-flex .text-content .hss-button {
	display: block;
	margin-bottom: 1em;
}

#combo {
	display: flex;	
	justify-content: space-around;
}

.hss-area {
	top: -13em;
}

.hss-heading .hss-align-aid {
	position: relative;
    width: 100%;
    margin-top: 140px;
    padding: 0 1em;
}

.hss-heading .hss-logo-container {
	position: absolute;
	max-width: 1280px;
	margin: 0 auto;
	height: 70px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 90%;
}

.hss-heading .hss-logo-container .hss-hs-logo {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100px;
    height: 100px;
	background: transparent url("../images/Aamulehti_Ikoni_nega_200x200.png") no-repeat center center;
	background-size: cover;
}

.hss-heading {
	background-color: var(--header-background-color);
	background-image: var(--header-background-image);
	background-position: center;
	background-size: cover;
	color: var(--header-text-color);
}

.hss-heading .title {
	/*font-family: Metric,sans-serif;*/
	font-size: 3.75em;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	line-height: normal;
	color: var(--header-text-color);
}

.hss-heading .subtitle, .hss-heading .subtitle2, .hss-heading .disclaimer {
	font-size: 2em;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	line-height: normal;
	margin-top: 0.5em;
	color: var(--header-text-color);
}

.hss-heading .subtitle2 {
	font-size: 2em;
	font-weight: 600;
}

.hss-heading .subtitle2 > span {
	font-weight: 400;
	font-size: 16px;
}

.hss-heading .disclaimer {
	font-size: 12px;
	font-weight: 400;
}

.hss-heading .disclaimer > svg {
	margin-right: 3px;
	vertical-align: text-top;
	fill: #01b8e0;
}

.hss-heading .button {
	display: inline-block;
	margin-top: 1em;
	margin-bottom: 1em;
    border-radius: 30px;
    padding: 12px 28px;
	font-size: 1.2em;
	font-weight: 600;
	background: var(--header-button-background-color);
    color: var(--header-button-text-color);
    text-decoration: none;
	border: 1px solid var(--header-button-border-color);
}

.hss-heading .button:hover,.hss-heading .button:active,.hss-heading .button:focus {
	background: var(--header-button-hover-color);
}

#header-special .title {
	font-size: 3em;
	color: inherit;
	font-weight: 900;
}

#header-special .title img {
	width: 300px;
    height: auto;
	max-width: 90%;
}

#header-special .subtitle {
	font-size: 1.3em;
	color: inherit;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#header-special .subtitle2 {
	font-size: 2em;
	color: inherit;
	font-weight: 900;
}

#header-special .countdown {
	margin-top: 1em;
}

#header-special .countdown span {
	display: inline-block;
	border: 1px solid #ddd;
	background: var(--header-button-color);
    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;
}

#header-special .countdown span > b {
	font-weight: 900;
	font-size: 32px;
	color: var(--header-button-border-color);
}

.hss-heading.hss-slideshow-heading {
	background-color: var(--header-background-color);
	background-image: var(--header-background-image);
	background-position: center;
	background-size: cover;
}

.hss-heading.hss-slideshow-heading .title {
	color: white;
	text-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
}

.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%;
}
.hss-area.hss-col-container {
	width: 99%;
}

.hss-card-style {
	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);
	padding: 0;
}

.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;
	padding:0; /* 5.3.2021 bottom 1em instead of 2.2em */
	position: relative;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	margin-bottom: 1em;
}

.hss-os-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: left;
	vertical-align: top;
	overflow: hidden;
	margin-bottom: 1em;
}

.hss-col-full {
	width: 100%;
}

.hss-col-50 {
	width: 100%;
}

.hss-col-third {
	width: 19.8em;
}

.hss-normal-plan {
	margin-top: 17px;
}

.hss-suggested-plan {
	border: 2px solid #4196a4;
	border-top: 0px;
}

.hss-suggested-plan-label {
	top: 0px;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	background: #4196a4;
	color: #fff;
	text-transform: uppercase;
	padding: 0.5em;
	font-weight: 500;
}

#combo .hss-col-third { 
	width: 24.3%;
	border-radius: 10px;
	padding: 0;
	display: flex;
	flex-direction: column;
	background: #f2f2f2;
}

.hss-product-heading, .hss-product-shot, .hss-product-info {
	background: #fff;
	display: flex;
    flex-direction: column;
}

.hss-product-heading h2 {
	font-weight: bold;
	color: #191919;
	font-size: 32px;
	line-height: normal;
	margin-top: 1em;
	margin-bottom: 0.3em;
}

.hss-card h3 {
	font-size: 14px;
	font-weight: 500;
}

.hss-price span {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	color: var(--price-color);
}

.hss-price-note {
	position: relative;
	color: #484848;
	margin: 1em auto 2px;
	width: 120px;
	font-size: 90%;
}

.hss-price-note.hss-note-striked:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid var(--price-norm-color);
	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 0;
	padding: 0;
}

.hss-feature-list dd {
	font-size: 15px;
	line-height: 1.4em;
	margin: 0.2em 0 0.4em;
}

.hss-feature-list dt div,
.hss-feature-list dd div {
	display: table-cell;
}

.spacer {
	padding: 0 3px;
	width: 25px;
	max-width: 25px;
	line-height: 1.4em;
}

.row-spacer-0-5em {
	width: 100%;
	height: 0.5em;
}

.row-spacer-1em {
	width: 100%;
	height: 0.9em;
}

.row-spacer-1-5em {
	width: 100%;
	height: 1.5em;
}

.hss-product-contains {
	margin: .25em 8px 0 16px;
	max-height: 137px;
    position: relative;
    flex-grow: 1;
}

.reading-rights, .nakoislehti, .aikakauslehdet {
	display: flex;
	position: relative;
	padding: 4px;
}

.reading-rights > div, .nakoislehti > div, .aikakauslehdet > div{
	
	padding: 0 4px;
	color:  #004E9B;
	font-family: Metric;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.4px; /* 115% */
	text-align: left;
}

.reading-rights > div > svg, .nakoislehti > div > svg, .aikakauslehdet > div > svg {
	fill: var(--button-color);
	width: 16px;
	height: 16px;
	margin: 0 -3px;
}

.nakoislehti-not-included, .aikakauslehdet-not-included {
	display: flex;
	position: relative;
	padding: 4px;
}

.nakoislehti-not-included > div, .aikakauslehdet-not-included > div{
	
	padding: 0 4px;
	color:  #999999;
	font-family: Metric;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.4px; /* 115% */
	text-align: left;
}

.nakoislehti-not-included > div > svg, .aikakauslehdet-not-included > div > svg {
	fill: var(--button-color);
	width: 16px;
	height: 16px;
	margin: 0 -3px;
}

.tick::after {
	content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='13' viewBox='0 0 19 13'%3E%3Cpath fill='%23004F9D' fill-rule='evenodd' stroke='%23004F9D' d='M8.623 8.047a1.092 1.092 0 0 1-1.553-.003l-3.499-3.5a.103.103 0 0 0-.148-.002l-.778.778a.102.102 0 0 0-.002.144L5.46 8.279l2.32 2.32c.038.039.107.031.137.002l5.944-5.944 1.83-1.83a.1.1 0 0 0 0-.145l-.779-.778a.1.1 0 0 0-.142-.004L8.623 8.047z'/%3E%3C/svg%3E%0A");
}

.hss-feature-list dd:last-child {
	margin-bottom: 1em;
}

.hss-feature-list dd.hss-included {
	font-size: 16px;
	font-weight: 500;
	color: black;
}

.hss-feature-list .hss-not-included {
	color: #ccc;
	font-size: 16px;
	-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: 228px;
	padding: 0 30px;
	line-height: 40px;
	border: 1px solid;
	border-radius: 20px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

.hss-button.solid {
	border-color: var(--button-color);
	background: var(--button-color);
	color: var(--button-text-color);
	font-weight: 500;
}

.hss-button.solid:hover {
	background-color: var(--button-hover-color);
	-webkit-transition: background-color .15s ease-in-out;
	-moz-transition: background-color .15s ease-in-out;
	-o-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
}

.hss-button.hollow {
	border-color: var(--button-color-hollow-bottom);
	color: var(--button-color-hollow-bottom);
}

.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-cancellation-info {
	font-size: 14px;
	margin-top: .5em;
    margin-bottom: 1.5em;
	line-height: 16px;
    font-weight: 400;
    color: #484848;
}

.hss-cancellation-info svg {
	vertical-align: text-bottom;
    width: 12px;
    margin-right: 3px;
}

.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: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	text-transform: none;
	transition: 200ms all;
}

/* 5.3.2021 active and focus added in addition to hover */

.hss-feature-list-bottom .hss-button:hover, .hss-feature-list-bottom .hss-button:active, .hss-feature-list-bottom .hss-button:focus {
	color: #fff;
	background: var(--button-color-hollow-bottom-hover);
}

.hss-more-options-flex {
	display: flex;
    justify-content: space-between;
}

.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;
}

dt.hss-more-options-element:last-of-type {
	border: 0;
}

.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;
}

/* 5.3.2021 hover+active+focus added to tilausvaihtoehdot buttons */

.hss-more-options .hss-product-link:hover, .hss-more-options .hss-product-link:active, .hss-more-options .hss-product-link:focus {
	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-product-shot {
	position: relative;
	width: 100%;
	margin: 0;
	padding-bottom: 1em;
	align-items: center;
}

.hss-product-shot img {
	width: 100%;
	max-width: 250px;
	max-height: 250px;
}

.hss-visio-shot {
	width: 130px;
	height: auto;
	margin-right: 8px;
	margin-left: 8px;
}

.hss-omasanoma-shot {
	float: left;
	width: 200px;
	height: auto;
	margin-right: 34px;
	margin-left: 34px;
}

.hss-price-information {
	margin: 0 0 1.25em;
}

.hss-price {
	color: #58585a;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
}

.hss-feature-list dt {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	line-height: 34px;
}

.hss-feature-list dt.hss-included {
	font-size: 17px;
	font-weight: 700;
	color: black;
	line-height: 30px;
}

.hss-feature-list dt.hss-partially-included {
	display: none;
	color: black;
}

.hss-feature-list dt .sym {
	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;
}

.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);
}

.material-icons.up {
	display: none;
}

.hss-omasanoma-shot {
    margin-bottom: 20px;
    margin-right: 20px;
}

.hss-omasanoma-shot img, .hss-omasanoma-shot svg {
    width: 200px;
    height: auto;
}

.hss-feature-list-opener {
	display: block;
	background: #f2f2f2;
    height: 40px;
    cursor: pointer;	
}

.hss-feature-list-opener-kaikki {
	display: block;
	background: #f2f2f2;
    height: 50px;
    cursor: pointer;	
}

.hss-subscripton-opener-mobile {
	padding: 0;
	margin: 0.5em auto;
	display: -webkit-inline-box;
	font-size: 0.95em;
	text-align: center;
	font-weight: normal;
	line-height: 22px;
	color: #444;
	font-weight: 500;
	cursor: pointer;
}

.hss-feature-list-wrapper {
	display: none;
	background: #f2f2f2;
	padding-left: 8px;
	padding-right: 6px;
}

.hss-subscripton-opener-mobile .sym {
	margin-left: 5px;
}

.download-app .hss-os-card {
    padding: 0 34px;
}
.download-app .app-buttons {
    display: flex;
    flex-direction: row;
    justify-content: left;
}
.download-app .app-buttons p {
	margin-right: 1em;
}
.download-app .app-buttons p:last-child {
	margin-right: 0;
}
.download-app .app-buttons img {
    width: 160px;
}

.hss-footer p {
	font-weight: 500;
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 1em;
}

/* media queries 
	- max-width: 1300px
	- max-width: 1200px
	- min-width: 1024px
	- max-width: 1023px
	- max-width: 767px
	- max-width: 568px
	- max-width: 399px
	- max-width: 359px

*/

@media only screen and (max-width: 1200px) {
	.hss-area {
		margin: 0 auto 1em;
		max-width: 1180px; /* 5.3.2021: was 980px */
	}
	
	.hss-area.hss-col-container {
		width: 97%;
	}

	.hss-col-third {
		width: 16.15em;
	}
}

@media only screen and (min-width: 1024px) {
	/* header height settings */
	#header-default.hss-heading,
	#header-special.hss-heading {
		margin-bottom: 11em;
		min-height: 400px;
	}

	.scroll-for-more {
		display: none;
	}
}

@media only screen and (max-width: 1023px) {
	/* header height settings */
	#header-default.hss-heading,
	#header-special.hss-heading {
		margin-bottom: 0.5em;
		min-height: 300px;
	}

	#header-default .hss-align-aid {
		margin-top: 100px;
	}

	#header-special.hss-heading {
		min-height: 360px;
		margin-bottom: 1em;
	}

	#header-special .hss-align-aid {
		margin-top: 100px;
	}

	.hss-heading .title {
		font-size: 2.1em;
	}

	.hss-heading .subtitle {
		font-size: 1.75em;
	}
	
	.row-spacer-1-5em {
		height: 1.5em;
	}

	.hss-heading .hss-logo-container .hss-hs-logo, .hss-heading .hss-logo-container .hss-hs-logo svg {
		width: 60px;
		height: 60px;
	}
	
	.hss-col-container {
		width: 98%;
	}

	.hss-col-third {
		max-width: 48%; /* 5.3.2021 was 25% */
		width: 48%; /* 5.3.2021 was 25% */
		position: inherit !important;
		min-width: 360px;
	}
	
	.hss-area {
		max-width: 800px; /* 5.3.2021 was 980px */
	}
	
	#combo { /* 5.3.2021 flex */
		display: flex;	
		flex-wrap: wrap;
	}
	
	.hss-area {
		top: -3em;
	}
		
	.hss-more-options-flex {
		display: flex;	
		flex-wrap: wrap;
	}
	
	.hss-col-50 {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	/* header height settings */
	#header-default.hss-heading,
	#header-special.hss-heading {
		margin-bottom: 0;
		min-height: 300px;
	}

	#header-default .hss-align-aid {
		margin-top: 100px;
	}

	#header-special.hss-heading {
		min-height: 340px;
		margin-bottom: 3em;
	}

	#header-special .hss-align-aid {
		margin-top: 80px;
	}

	.hss-heading .title {
		font-size: 1.75em;
	}

	.hss-heading .subtitle {
		font-size: 1.5em;
	}

	.row-spacer-1-5em {
		height: 1.5em;
	}
	
	.hss-feature-list {
		padding-left: 1em;  /* 5.3.2021 */
	}
	
	.hss-feature-list dt .sym {
		display: inline;
	}
	
	.hss-col-container {
		width: 90%;
	}

	.hss-col-third {
		max-width: 400px;
		display: block;
		width: 100%;
		-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);
		margin: 0 auto 1.4em;
		position: inherit !important;
	}

	.sym {
		font-size: 22px !important;
	}

	.open .up {
		display: block;
	}

	.open .down {
		display: none;
	}
	
	.hss-product-heading h2 {
		font-size: 30px;
	}

	.top-offset-1-25em {
		top: 0;
	}

	.hss-area {
		top: -3em;
	}

	.hide-in-mobile {
		display: none;
	}

	.hss-more-options h2,
	.hss-more-options h3 {
		text-align: center;
	}
	
	.hss-visio-shot {
		width: 90px;
		height: auto;
	}
	
	.hss-omasanoma-shot {
		float: none;
	}	
	
	.hss-card {
		padding: 2em 0.25em 0.6em;
	}
	
	.hss-os-card {
		text-align: center;
	}
}

@media only screen and (max-width: 568px) {	
	/* header height settings */
	#header-default.hss-heading,
	#header-special.hss-heading {
		margin-bottom: 0;
		min-height: 190px;
	}

	#header-default .hss-align-aid {
		margin-top: 80px;
	}

	#header-special.hss-heading {
		min-height: 260px;
		margin-bottom: 0;
	}

	#header-special .hss-align-aid {
		margin-top: 80px;
	}
	
	.hss-area {
		top: 0;
	}

	.hss-omasanoma-shot {
        margin-bottom: 0;
        margin-right: 0;
		margin: 0 auto;
    }

	.hss-heading .title { font-size: 1.5em; }
	.hss-heading .subtitle { font-size: 1.25em; }
	#header-special .title { font-size: 1.8em; }
	#header-special .subtitle { font-size: 16px; }
	#header-special .subtitle2 { font-size: 18px; }

	#header-special .countdown span { font-size: 16px; min-width: 60px; }
	#header-special .countdown span > b { font-size: 26px; }

	.hss-heading .hss-logo-container .hss-hs-logo, .hss-heading .hss-logo-container .hss-hs-logo svg {
		width: 48px;
		height: 48px;
	}

	.row-spacer-1-5em {
		height: .65em;
	}
	
	/*.hss-feature-list-bottom .hss-button {
		border: none;
		margin: 0;
		padding: 1em 0 0;
		width: initial;
		text-decoration: underline;
	}*/
	
	.hss-feature-list-bottom .hss-button:hover, .hss-feature-list-bottom .hss-button:active, .hss-feature-list-bottom .hss-button:focus {
		background: none;
		color: #000;
	}
	
	.hss-feature-list-bottom dt {
		margin: 0 .25em !important;
	}
	
	.hss-nosto-flex {
	    flex-direction: column;
	}

	.download-app .hss-os-card {
		padding: 0 .25em;
	}
	.download-app .app-buttons {
			flex-direction: column;
			margin-right: 0;
			justify-content: center;
		}
	.download-app .app-buttons p {
		margin-right: 0;
	}
}

@media only screen and (max-width: 399px) {	
	/* header height settings */
	#header-default.hss-heading,
	#header-special.hss-heading {
		margin-bottom: 0;
		min-height: 190px;
	}

	#header-default .hss-align-aid {
		margin-top: 80px;
	}

	#header-special.hss-heading {
		min-height: 240px;
		margin-bottom: 0;
	}

	#header-special .hss-align-aid {
		margin-top: 80px;
	}

	.hss-feature-list dd {
		font-size: 0.9em;
	}
	
	.hss-col-third {
		max-width: 98%;
		min-width: 300px; /* 5.3.2021 */
	}
}

@media only screen and (max-width: 359px) {
	.hss-col-third .hss-feature-list-wrapper dt {
		font-size: 16px;
	}

	.hss-col-third .hss-feature-list-wrapper dd {
		font-size: 0.8em;
	}

	.hss-feature-list .tick spacer {
		display: none !important;
	}
}