@font-face {
	font-family: 'ExoOriginal';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('/fonts/Exo-Light.woff2') format('woff2');
	src: url('/fonts/Exo-Light.woff') format('woff');
	/* unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; */
}

@media screen {
	html, body {
		min-height: 100vh;
	}
}

html {
	background-image: url('/images/container-bg.png');
	background-repeat: repeat;
}

body {
	background: #fff;
	color: #333333;
	display: flex;
	flex-direction: column;
	/* fonts.googleapis.com supports Droid Sans at 400 (Regular) and 700 (Bold) only */
	/* font-family: "Noto Sans Display", "Droid Sans", sans-serif; */
	font-family: "Droid Sans", sans-serif;
	font-size: 15px;
	margin: 0 auto;
	width: 960px;
}

body.help {
	overflow-y: scroll;
}

a:link, a:visited {
	color: #48acea;
}

h2 {
	color: #495b62;
	font-size: 22px;
	font-weight: normal; /* was 100 */
}

p {
	line-height:150%;
}

#header {
	background-image: url('/images/img-header-bg@2x.png');
	background-size: contain;
	border-bottom: 4px solid #95c731;
	position: relative;
	flex: 0 0 160px;
}

body.home #header {
	background-image: url('/images/headerbackgrounds/img-header-bg3.png');
}

#phone {
	height: 288px;
	position: absolute;
	right:20px;
}

#socialdownloadbar ul, #aside ul.badges, #aside ul.buttons {
	list-style: none;
	margin: 0;
	padding: 0;
}

#socialdownloadbar ul, #aside ul.badges {
	/* https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Whitespace */
	display: flex;
}

#socialdownloadbar {
	align-content: center;
	align-items: center;
	background: #f4f4f4;
	border-bottom: 1px solid #c0d98e;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: 47px;
	justify-content: right;
}

#socialdownloadbar li {
	margin-right: 6px;
}

#socialdownloadbar img {
	display: block;
	height: 37px;
}

#container {
	background: #fff;
	display: flex;
	flex-direction: row-reverse;
	flex-grow: 1;
	justify-content: space-between;
	margin: 20px;
}

body.home #container {
	display: block;
	text-align: center;
}

#aside {
	/* flex: 0 0 213px; */
	flex-shrink: 0;
	width: 213px;
}

#news {
	border-radius: 11px;
	background: #f3f3f3;
}

#news > h2 {
	border-bottom: 1px solid #fff;
	font-size: 16px;
	margin: 0;
	padding: 16px 20px;
}

#news > h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 16px 20px 0 16px;
}

#news > h3 a {
	font-size: 18px;
}

#news > ul a {
	font-size: 16px;
}

#news > h3 .date {
	font-size: 11px;
	font-weight: bold;
}

#news > p {
	font-size: 14px;
	margin: 0;
}

#news > p:last-child, #news > ul {
	padding: 20px 16px;
}

#news ul {
	list-style: none;
	margin: 0;
	line-height:150%;
}

#news li:nth-child(n+2) {
	margin-top: 0.45em;
}

#aside h2.lynx {
	/* This heading improves the experience for Lynx and other, similar user-agents */
	display: none;
}

#aside ul.badges {
	flex-direction: column;
	width: 70%;
}

#aside ul.badges > li:first-child img {
	margin-top: 20px;
}

#aside ul.badges img {
	display: block;
	margin-top: 10px;
	width: 100%;
}

#aside ul.buttons a {
	align-items: center;
	aspect-ratio: 4.4;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background: #efefef;
	border-radius: 9px;
	border: 1px solid #ccc;
	display: flex;
	justify-content: center;
	margin-top: 10px;
	text-decoration: none;
	width: calc(70% - 2px);
}

#aside ul.buttons a.facebook img {
	width: 80%;
}

@supports not (aspect-ratio: 4.4) {
	#aside ul.buttons > a {
		/* height: 2.25em; */
	}
}

#aside ul.buttons a.twitter {
	color: #1d9bf0;
}

#aside ul.buttons a.twitter img {
	height: 80%;
}

#main {
	flex-grow: 1;
	margin-left: 40px;
}

#main h1 {
	color: #253e48;
	font-family: "Exo", sans-serif;
	font-size: 44px;
	font-weight: 300;
	margin-top: 0;
}

#main > p:last-child {
	margin-bottom: 0;
}

#main > h1.faq ~ h2:before {
	content: counter(sectioncount) ". ";
	counter-increment: sectioncount;
}

#main > h1.faq ~ h2 {
	color: #42a1e3;
	font-size: 18px;
	line-height: 150%;
	border-bottom: 1px dotted;
	margin: auto 0;
}

#main > h1.faq ~ div {
	margin-left: 40px;
}

#main > h1.faq ~ div > h3 {
	font-size: 16px;
	color: #42a1e3;
	font-weight: bold;
	margin-bottom: 0.2em;
	line-height: 150%;
}

#main > h1.faq ~ div > p {
	margin-top: 0;
}

body.home #main {
	margin-left: 0;
}

body.home #main h1, body.home #main h2 {
	margin: 0;
}

body.home #main img {
	display: block;
	margin-top: 20px;
	width: 100%;
}

body.help #main, body.GPRS #main {
	counter-reset: sectioncount;
}

#phone-clearer {
	float: right;
	height: 104px;
	padding: 0 0 10px 20px;
	width: 145px;
}

#footer {
	background: #20353e;
	border-radius: 11px;
	color: #fff;
	margin: 0 20px 20px 20px;
	padding: 17px 0;
	text-align: center;
}

#footer ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	float: left;
	padding: 0 0.9em;
}

#footer li a {
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

body.home #footer li a[href="/"],
body.about #footer li a[href="/about/"],
body.download #footer li a[href="/download/"],
body.help #footer li a[href="/help/"],
body.GPRS #footer li a[href="/help/"],
body.contact #footer li a[href="/contact/"],
body.press #footer li a[href="/press/"],
body.careers #footer li a[href="/careers/"],
body.advertising #footer li a[href="/advertising/"]
{
	text-decoration: underline;
}

#footer li:nth-child(n+2) {
	border-left: 1px solid white;
}

#footer span {
	font-size: 12px
}


.clickable {
	cursor: pointer;
	user-select: none;
}

.collapsed {
	height: 0px;
	overflow: hidden;
}

/* Tables */

table {
	font-size: 14px;
}

th {
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 20px;
}

td {
	padding: 1px;
}

input, select, textarea {
	font-size: 12px;
	padding: 2px;
	padding-left: 4px;
	margin: 2px;
	background: #fcfcfc;
}

input[type="submit"] {
	cursor: pointer;
}
