* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	color: #333;
}

/***** Header *****/
#header {
	height: 79px;
	line-height: 79px;
	margin: 0;
	padding: 0;
	background: linear-gradient(to bottom, #193e84, #051861);
	background-color: #193e84;
	margin: 0;
}

#header img {
	vertical-align: middle;
}

#header .logoimg {
	position: relative;
	top: auto;
	margin-left: 35px;
}

/***** Coverage iframe *****/

#coverage-iframe {
	border: none;
	width: 100%;
	height: 700px;
}

@media ( min-width : 480px) {
	#coverage-iframe {
		height: 750px;
	}
}

@media ( min-width : 768px) {
	#coverage-iframe {
		height: 85%;
	}
}

@media ( min-width : 1024px) {
	#coverage-iframe {
		height: 80%;
	}
}

/***** Infotext *****/
#infotext {
	font-size: 10px;
	padding: 35px 20px 20px 20px;
	width: 100%;
	line-height: 16px;
	color: #727272;
}

#infotext b {
	font-size: 12px;
}

#infotext  ul {
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#infotext  p {
	margin-top: 5px;
	margin-bottom: 5px;
}

@media ( min-width : 992px) {
	#infotext {
		max-width: 900px;
	}
}

@media ( max-width : 1023px) {
	#infotext {
		padding-top: 0px;
	}
}