/* 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: 100%;
	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;
}


/* MEJS site */
body {
	font: normal 16px "Lato", Arial, Helvetica, sans-serif;
}

body,
section {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

h2 {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: center;
	margin: 1em 0;
	font-weight: 700;
}

p,
ul,
table {
	margin: 0 0 1em;
}

li {
	list-style: disc;
}

p,
li {
	line-height: 1.4;
}

select {
	float: right;
	background-position: right 0.25em center;
	text-transform: capitalize;
	background-color: #fabb56;
	font-weight: 200;
	font-size: 1.2rem;
	border: 0px solid #000;
	padding: 0.3rem 0.6rem;
	transition: all 0.3s ease;
}

select:hover,
select:focus {
	background-color: #ee5d05;
	color: #fff;
}

pre {
	position: relative;
	white-space: normal;
	margin-bottom: 6rem;
}

code {
	font-family: monospace;
	white-space: pre;
	overflow-x: auto;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.center {
	text-align: center;
	margin: 0 auto 30px;
}

.underline {
	text-decoration: underline !important;
	text-decoration-thickness: 2px !important;
}

.badge {
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	color: #fff;
	padding: 0.2rem 0.5rem;
	text-transform: uppercase;
	font-size: 0.8rem;
}

.media-container {
	margin-bottom: 3rem;
}

/* menu */
header {
	padding: 0;
	background: #fff;
	color: #FA7D18;
	overflow: hidden;
}

header .container {
	max-width: 1200px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 1200px;
	align-items: center;
	margin: 0 auto;
}

.logo-container {
	display: flex;
	align-items: center;
}

.logo {
	position: relative;
	width: 50px;
	margin-right: 20px;
}

.logo img {
	max-width: 50px;
}

.brand {
	text-align: center;
	float: none;
	margin: 1em 0;
	line-height: 1rem;
}

.brand img {
	max-height: 25px;
}

.menu {
	clear: both;
	float: none;
	text-align: center;
	width: 100%;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li {
	display: block;
	padding: 1em;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

.menu li:last-child {
	border: none;
}

.menu a {
	padding: 0.5em 0.75em;
	text-decoration: none;
	color: #fa7d18;
	font-weight: 600;
}

.menu a:hover,
.menu a:focus {
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

.container {
	max-width: 900px;
	margin: 0 1em;
}

a.button {
	border-radius: 16px;
	margin: 0 0 0 0.5em;
	padding: 0.5em 0.75em;
	text-decoration: none;
	display: inline-block;
}

a.button:hover,
a.button:focus {
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

/* first section */
.overview {
	background-color: #EB5802;
	background-image: -webkit-linear-gradient(top, #EB5802, #F3AD39);
	/* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image: linear-gradient(to bottom, #EB5802, #F3AD39);
	padding: 2em;
	color: #fff;
}

a.download {
	color: #fa7d18;
	font-weight: 600;
	background: #fff;
	margin-left: 0;
}

.overview p {
	line-height: 1.5;
	margin: 0.5em auto 1em;
	text-align: center;
	font-weight: 200;
}

.overview-links {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 50px;
	gap: 10px;
}

h2.main {
	margin: 1em 0 0.5em;
	font-style: italic;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: 700;
}

/* audio and video  */
.players {
	background: #F4F4F4;
	padding: 0;
}

.players_text {
	margin: 20px 0;
}

.players .container {
	max-width: 900px;
}

.headline-2 {
	font-weight: 700;
	font-size: 1.5em;
	margin: 1em 0 0.5rem;
}

.headline-3 {
	font-weight: 700;
	font-size: 1.5em;
	margin: 1em 0;
	text-align: center;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.player:first-of-type {
	margin-bottom: 50px;
}

.title {
	float: left;
	font-size: 0.8em;
}

.clearfix {
	overflow: auto;
}

/* list of logos  */
.sitesusing {
	padding: 0;
}

.site-logos {
	overflow: auto;
	margin: 0 0 2em;
	text-align: center;
}

.site-logos .site-logo {
	width: 40%;
	padding: 0.5em;
	display: inline-block;
	box-sizing: border-box;
}

.site-logos img {
	max-width: 100%;
}

/* what's new  */
.features {
	padding: 1.5em 0;
	background-color: #3224AE;
	background-image: -webkit-linear-gradient(left, #3224AE, #C56CD6);
	background-image: linear-gradient(to right, #3224AE, #C56CD6);
	color: #fff;
}

.feature__text {
	margin-bottom: 35px
}

.feature__text a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.feature__text a:hover,
.feature__text a:focus {
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

.heart {
	background: url("../images/heart.svg") no-repeat;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	text-indent: -9999px;
	display: inline-block;
}

.line {
	display: block;
}

.features .container ul {
	margin: 0 20px 10px;
}

.features .button {
	border: 1px solid #fff;
	color: #fff;
	margin-bottom: 10px;
}


/* bottom  */
footer {
	background: #000;
	color: #fff;
	padding: 2em 0;
	text-align: center;
	line-height: 1.2;
	position: relative;
}

.footer-container {
	margin: -20px 10px;
	font-size: 0.8em;
	overflow: auto;
	zoom: 1;
}

.footer-container .left,
.footer-container .right {
	width: 100%;
	display: block;
}

.footer-container .left {
	float: left;
	margin-bottom: 10px;
}

.footer-container .right {
	float: right;
	padding-bottom: 10px;
}

footer a {
	color: #fff;
	font-weight: bold;
}

@media (min-width: 700px) {
	header {
		padding: 1.5em;
	}

	.header {
		flex-direction: row;
	}

	.headline-2 {
		font-size: 2em;
	}

	.menu {
		width: auto;
	}

	.title {
		font-size: 1em;
	}

	.site-logos .site-logo {
		width: 20%;
	}

	.line {
		display: inline;
	}

	.flash {
		width: 42px;
		height: 42px;
		background-size: 42px 42px;
	}

	.players,
	.sitesusing,
	.features {
		padding: 3em 0;
	}

	.brand {
		text-align: left;
		font-size: 1.5em;
	}

	.brand img {
		max-width: 100%;
	}

	.menu {
		float: right;
		clear: none;
	}

	.menu li {
		border: none;
		text-transform: none;
		margin: 0 0 0 0.5em;
		padding: 0;
		display: inline-block;
	}

	.menu a {
		padding: 0.5em;
	}
}

@media (min-width: 800px) {
	.container {
		margin: 0 auto;
	}

	.footer-container {
		margin: 0 20px;
	}

	.footer-container .left,
	.footer-container .right {
		display: inline;
		width: auto;
	}

	.footer-container .left {
		margin-bottom: 0;
	}

	.footer-container .right {
		padding-bottom: 0;
	}
}