@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Base */
.en-top-nposvg {
	width: 60%;
	margin-left: 20%;
	margin-bottom: 5px;
}
.en-top-nposvg img {
	vertical-align: bottom;
}
.fluid .en-footer-nposvg {
	width: 60%;
	margin-left: 20%;
	margin-bottom: 5px;
}
.fluid .en-footer-nposvg img {
	vertical-align: bottom;
}

/* Tablet Layout: 481px to 650px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.en-top-nposvg {
    width:70%;
	margin-left: 0;
	margin-bottom: 3px;
}
.fluid .en-footer-nposvg {
    width: 50%;
	margin-left:25%;
	margin-bottom: 3px;
}
}
/* Desktop Layout: 860px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 860px) {
.en-top-nposvg {
	width:;
    margin-left: 0;
}
.en-top-nposvg img {
}
.fluid .en-footer-nposvg {
	width:70%;
	margin-left:0;
}
}