* {
	padding: 0
}
body {
	background: url(../../assets/images/cream_pixels.png);
}
a {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
@media only screen and (max-width: 800px) {
#pmva-tables table,  #pmva-tables thead,  #pmva-tables tbody,  #pmva-tables th,  #pmva-tables td,  #pmva-tables tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#pmva-tables thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#pmva-tables tr {
	border: 1px solid #ccc;
}
#pmva-tables thead tr th {
	text-align: center !important
}
#pmva-tables td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%;
	white-space: normal;
	text-align: left;
}
#pmva-tables td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	/*white-space: nowrap;*/
	text-align: left;
	font-weight: bold;
}
/*
	Label the data
	*/
#pmva-tables td:before {
	content: attr(data-title);
}
}
.col-md-12 h1 {
	font-size: 24px;
	margin: 10px 0 10px 0;
	text-transform: uppercase;
	font-weight: 700
}
.col-md-12 h3 {
	font-size: 18px;
	margin: 10px 0 10px 0;
}
.col-md-12 i {
	vertical-align: middle;
	color: #053b7f
}
.col-md-12 {
	margin: 0 0 10px 0;
}
.col-md-10 {
	margin: 0 auto !important;
	float: none !important
}
.top-header {
	color: #fff;
       background: #053b7f;
	float: left;
	width: 100%;
	padding: 15px 5px 8px 5px;
	text-align: center
}
.top-header a {
    color: #fff;
    font-weight: 700;
}
.top-header a:hover {
    color: #eaa300;
}
.top-header ul.list-inline {
    margin-bottom: 0;
}
.top-header ul.list-inline li {
    padding-right: 6px;
    padding-left: 6px;
}
.img-header {
	padding: 10px 0 10px 0;
}
.img-header img {
	margin: 0 auto;
	margin-top: 10px;
}
.header {
	color: #fff;
	background: #053b7f;
	float: left;
	width: 100%;
	padding: 5px 0 5px 0;
}
.header h1 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px !important;
	font-weight: 700
}
.header i {
	vertical-align: middle;
	color: #ffc133;
	background: #053b7f
}
.footer {
	color: #fff;
	background: #053b7f;
	float: left;
	width: 100%;
	padding: 15px 0 15px 0;
	margin: 20px 0 0 0;
	text-align: center
}
.footer a {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff
}
.footer a:hover {
	color: #ffc133;
	text-decoration: none;
}
.footer i {
	vertical-align: middle;
	color: #ffc133;
	background: #053b7f
}
.sub-footer {
	color: #053b7f;
	background: #ffc133;
	float: left;
	width: 100%;
	padding: 15px 5px 8px 5px;
	text-align: center
}
.color-one {
	background: #ffc133
}
.color-two {
	background: #f5f5f5;
	padding: 5px 0 10px 0
}