* {
	box-sizing: border-box;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
}

h3,
h4,
h5,
h6 {
	display: block;
	text-align: center;
	font-size: 13px;
	margin-top: 0;
}

h3,
h4,
h5,
h6 {
	margin-bottom: 15px;
}

p,
ul {
	margin-top: 0;
	margin-bottom: 15px;
}

ul {
	list-style-type: square;
}

body {
	background-color: #b8ecf7ff;
	color: #000000;
	font-family: DejaVu Sans Condensed, sans-serif;
	margin: 0;
}

a {
	color: #222250;
}

header {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	background: #98e3f4ff;
	border-bottom: solit 1px #98e3f4ff;
}

#logo_fem {
	display: inline-block;
	width: 320px;
	margin-bottom: 15px;
	margin-top: 15px;
	/*margin-left: 15px;*/
}

#logo_submerged {
	display: inline-block;
	width: 95px;
	margin-bottom: 15px;
	margin-left: 15px;
}


h1 {
	display: block;
	text-align: center;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000000;
}

h2 {
	display: block;
	text-align: center;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #000000;
}

.container {
	width: 100%;
	/*max-width: 1200px;*/
	margin: 0 auto;
	padding: 0 10px;
}

.sidepanel {
	background: white;
}

.player {
	position: relative;
	margin-bottom: 20px;
	/*background: white;*/
}

.player h2 {
	margin-bottom: 15px;
}

#noStream {
	width: 100%;
	padding: 25% 0;
	font-size: 26px;
	color: #bbb;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	background: #fff;
}

iframe {
	width: 100%;
	height: 400px;
	/*box-shadow: 1px 1px 6px -2px rgba(0,0,0,0.4);*/
}

iframe+* {
	margin-top: 25px !important;
}

footer {
	padding: 15px 40px;
	background: white;
	margin-bottom: 20px;
}

footer .attribution {
	list-style-type: none;
	padding-left: 0;
}

footer .attribution .right {
	text-align: center;
	/*width: 30%;*/
	margin-top: 15px;
}

footer .attribution li+li {
	margin-top: 30px;
}

.facebook {
	max-height: 30px;
	vertical-align: middle
}

.footerlogo {
	display: inline-block;
	/*max-height: 80px;*/
	max-width: 25%;
	padding: 10px;
}

.footerlogo_ia {
	display: inline-block;
	/*max-height: 80px;*/
	max-width: 30%;
	padding: 10px;
	margin-bottom: 50px;
}

.footerlogo_hsf {
	display: inline-block;
	/*max-height: 80px;*/
	max-width: 20%;
	padding: 10px;
	margin-bottom: 25px;
}

/*@media screen and (min-width: 768px) {
	header {
		text-align: center;
		padding: 15px 0;
	}

	#logo_pt,
	#logo_other {
		margin: 0;
	}

	h1 {
		display: block;
		text-align: center;
		font-size: 45px;
		margin-top: 70px;
		margin-bottom: 30px;
	}

	h2 {
		font-size: 22px;
		margin-top: 0;
		margin-bottom: 35px;
	}

	.content {
		width: 80%;
		margin: 0 auto;
		max-width: 1200px;
	}

	.player {
		/*padding: 10px 25px;
		min-height: 450px;
	}

	.sidepanel {
		float: left;
		padding: 25px;
		width: 25%;
		margin-right: 2%;
	}

	.sidepanel li {
		margin: 0 -15px;
		padding: 7.5px 15px;
	}

	iframe {
		height: 485px;
	}

	#logo_pt {
		width: 20%;
		max-width: 300px;
		vertical-align: 1px;
		margin-right: 40px;
		margin-left: 100px;
	}

	#noStream {
		font-size: 40px;
	}

	footer {
		padding: 25px;
		padding-bottom: 10px;
	}

	footer .attribution .left {
		float: left;
		clear: both;
	}

	footer .attribution .right {
		float: right;
	}

	footer .attribution li+li,
	footer .attribution li+h3 {
		margin-top: 20px;
	}

	.footerlogo {
		margin-top: -8px;
	}
} */

@media screen and (min-width: 1024px) {
	header {
		text-align: center;
	}

	#logo1,
	#logo2 {
		margin: 0;
	}

	h1 {
		display: block;
		text-align: center;
		font-size: 45px;
		margin-top: 70px;
		margin-bottom: 15px;
	}

	h2 {
		font-size: 30px;
		margin-top: 0;
		margin-bottom: 35px;
	}

	h3 {
		font-size: 25px;
		margin-top: 0;
		margin-bottom: 25px;
	}

	.selection a {
		float: left;
	}

	/*.content {
        float: left;
        width: 57.5%;
        margin-left: 1.5%;
    }*/
	.content {
		width: 57.5%;
		/*was 80%*/
		margin: 0 auto;
		max-width: 1200px;
	}

	iframe {
		height: 485px;
	}

	.player {
		padding: 10px 25px;
		min-height: 450px;
	}

	.sidepanel {
		display: inline;
		float: left;
		border: solid 1px white;
		background: white;
		padding: 10px;
		width: 14.5%;
		margin-left: 1.5%;
		margin-bottom: 20px;
	}

	.sidepanel ul {
		list-style-type: none;
		padding-left: 0;
		margin-bottom: 0;
	}

	.sidepanel li {
		margin-bottom: 15px;
	}

	.sidepanel-left {
		padding: 7.5px 15px;
	}

	/*.sidepanel-right {
        position: relative;
        padding: 0px 0px;
        width: 21%;
    }*/

	#logo1 {
		width: 35%;
		max-width: 280px;
		margin-bottom: 1%;
		margin-top: 1%;
	}

	#logo2 {
		width: 50%;
		max-width: 500px;
		margin-left: 3%;
	}

	#noStream {
		font-size: 40px;
	}

	footer ul .left {
		float: left;
		clear: both;
	}

	footer ul .right {
		float: right;
	}

	footer li+li {
		margin-top: 20px;
	}

	.footerlogo {
		margin-top: -8px;
	}
}

/* @media screen and (min-width: 920px) {
	.sidepanel h3 {
		float: left;
	}

	.sidepanel .liveLink {
		float: right;
	}
} */