@charset "UTF-8";

/* Layout Small Screens */
body {
	background-image: none;
}

header {
	background-image: url(../_images/banner/banner_small.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 75px;
	background-size: 500px 75px;
}

header a.logo {
	/* [disabled]background-image: url(../_images/logo/logo_small.jpg); */
	/* [disabled]height: 40px; */
	/* [disabled]width: 110px; */
	/* [disabled]top: 16px; */
	/* [disabled]right: 15px; */
	/* [disabled]background-size: 110px 40px; */
}

article {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

article p+ {
	font-size: 16px;
}

	
nav {
	position: static;
	background-color: #00355a;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

nav a {
	color: #a6abc5;
	background-image: url(../_images/mobile_link_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #a6abc5;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

nav a:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,.15);
}

.newsletter_container {
	padding: 0px;
}

.newsletter_container .news {
	background-position: 20px 13px;
	float: none;
	height:auto;
	width: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

.newsletter_container .news .content {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 90px;
}

footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a6abc5;
	border-right-color: #a6abc5;
	border-bottom-color: #a6abc5;
	border-left-color: #a6abc5;
}


@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx)
{

	header {
		background-image: url(../_images/banner/banner_small_2x.jpg);
	}

	header a.logo {
		background-image: url(../_images/logo/logo_small_2x.jpg);
	}
}
