/*******************************
*********** GLOBAL *************
*******************************/


body {
	background: url(../img/background3.jpg) no-repeat;
	background-size: cover;
	margin: 0;
	padding: 30px 0;
	background-attachment: fixed;
}
h1 {
	color: #114065;
	font-weight: bold;
	font-size: 2.8333em;
}
small {
	font-weight: normal;
	color: #909090;
}
.textLabel, label, .error {
	font-weight: bold;
	padding: 8px 4px 8px 12px !important;
	margin: 0 !important;
	position: relative;
}
.textLabel span {
	color: #C00;
	position: absolute;
	left: 0;
	font-size: 1.2em;
}
.radio, .check {
	padding: 4px 4px 4px 20px;
	position: relative;
}
.radio input, .check input {
	position: absolute;
	left: 0;
	top: 5px;
}
.fl-right {
	float: right;
}
/**********************************
************ HEADER ***************
**********************************/
.headerContainer {
	border-top: 11px solid #eeeded;
	border-left: 11px solid #eeeded;
	border-right: 11px solid #eeeded;
	margin: 0 auto;
	max-width: 1200px;
}
.top-bar {
	height: 50px;
	background: url(../img/bg_header.gif) repeat-x;
	color: #fff;
}
.top-bar.expanded, .top-bar.expanded .title-area {
	background: url(../img/bg_header.gif) repeat-x!important;
}
.logo {
	text-align: right;
}
.branding {
	padding: 2.7em 0;
	background: url(../img/shadow.png) no-repeat bottom;
	margin-bottom:2em!important;
	
}
.branding h1 {
	line-height: .8em;
}
ul.skip {
	display: block;
	float: left;
	position: absolute;
	left: -20000px;
}
nav.top-bar h1 {
	width: 185px;
	float: left;
	margin-top: .5em!important;
}
nav.top-bar h1 a {
	display: block;
	text-indent: -350%;
	font-size: 1px;
	white-space: nowrap;
	overflow: hidden;
	width: 185px;
	height: 28px;
	background: url(../img/pagovofficial.png) top left no-repeat;
	float: left;
}
.top-bar .name h1 a {
	width: 185px!important;
}

.upperNav{color:#369; }

.expanded .upperNav ul {
	background: #04214D;
}
.upperNav a{
	font-weight:400;
	padding-right:10px;
	padding-left:10px;
}
.upperNav li a {
	background:none!important;
}
.upperNav li a:hover {
	background:#0B2962!important;
}
/**********************************
*********** CONTENT AREA***********
**********************************/

.content-container {
	background: #fff;
	height: 100%;
	margin: 0 auto;
	max-width: 1200px;
	border-left: 11px solid #eeeded;
	border-right: 11px solid #eeeded;
	padding: 0 1em;
}
/**********************************
************ FOOTER ***************
**********************************/

.footerContainer {
	border-bottom: 11px solid #EEEDED;
	border-left: 11px solid #EEEDED;
	border-right: 11px solid #EEEDED;
	margin: 0 auto;
	max-width: 1200px;
	background: url(../img/bg_footer.png);
}
.footer {
	color: #fff;
}
.seal {
	background: url(../img/seal.png) bottom left no-repeat;
	background-size: contain;
	height: 190px;
}
/* Footer Content Styles */
.footer-address {
	padding: 4px;
}
.footer-address h1 {
	font-size: 2em;
	line-height: 1.1em;
	margin: .35em 0;
}
.footer-address div {
	padding: .05em 0;
	color:#1c3f63;
	font-size:14px;
}
.footer-address h1 {
  text-shadow: 1px 1.732px 3px rgb( 255, 255, 255 );

}


.footer-info {
	padding: .8em .3em .05em .3em;
	font-size:13px;
}
.footerContainer .fl-right {
 	margin:2em 0 0 0;	
}
/**********************************
****** FOUNDATION OVERWRITES ******
**********************************/

.row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 75em;
}

@media only screen and (max-width: 767px) {
.top-bar-section div {
	width: 100%;
}
.logo img {
	width: 280px;
}
/*Footer Mods */
.footerContainer {
	font-size: 12px;
}
.seal {
 	display:none;
}
.footerContainer .fl-right {
 	margin:0;	
	float:left;
}

}

@media only screen and (max-width: 1024px) {
/* AppName Logo and Branding Mods */
.logo {
	text-align: left;
	padding-top: 8px;
	max-height: 60px;
}
.logo img {
	width: auto;
}
.branding h1 {
	background:#eee;
	padding:.5em;
	margin-bottom:.5em;
}
}

@media all and (-webkit-min-device-pixel-ratio: 2) {
nav.top-bar h1 a {
	background: url(../img/pagovofficial@2x.png) no-repeat 0 0;
	background-size: 185px 28px;
}
}
