

/**************************************************/
/*   Module: uon_branding.css                     */
/**************************************************/




html{
	background-color: #000;
}

body {
  font: 400 0.82em  "Helvetica Neue", Arial, sans-serif;
  background-color: #fff;
}

header{
	height: 120px;
	 box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
	 width:100%;
	 background-color: #fff;
}

.fixed-ratio-resize {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 56.87em){
	header{
		height: 80px;
	}
}

.header-container{
	width:940px; 
	margin:0 auto; 
	height:100px;
}


@media only screen and (max-width: 56.87em){
	.header-container{
		width:100%; 
		margin:0 auto; 
		height:80px;
	}

}

.brand-logo{
	text-align:left;
}

@media only screen and (max-width: 56.87em){
	.brand-logo{
		text-align:center;
	}
}

.headerBrandImage{
	max-width:180px;
}

@media only screen and (max-width: 56.87em){
	.headerBrandImage{
		max-width:80px;
	}
}

.tools > ul {
	float: right;
    list-style-type: none;
    margin: 0px;
	padding: 0;
	margin-top: 10px;
	line-height: 20px;
}

.tools > ul > li {
	float: left;
	
}

.tools ul li a {
    color: #706f6f;
    font-size: 12px;
    padding: 14px 7px;
    text-transform: uppercase;
}

@media only screen and (max-width: 56.87em){
	.tools{
		display: none;
	}

}


ul.headerTBar {
  border-top: 0px solid #b0b0b0; 
  border-bottom: 0px solid #b0b0b0; 
  font-size: 1.0em;
  padding: 5px 6px 1px 200px;
}

@media only screen and (max-width: 56.87em){
	ul.headerTBar {
	  padding: 5px 6px 1px 10px;
	}
}

.page {
	margin-top: 15px; 
}

ul.headerCrumbTBar{
	margin-top: 28px;
}

footer{
	background-color: #000;
	height:auto;
}

.global-footer {
    border-top: 1px solid #5b616d;
    float: left;
}

.page-container{
	background-color: #fff;
}

.footer-container{
	width: 1040px;
	margin: 0 auto;
	background-color: #000;
}

@media only screen and (max-width: 56.87em){
	.footer-container{
		width: 100%;
		margin: 0 auto;
		background-color: #000;
	}
}

.footer .global-footer {
	background-color:#000;
	color:#767676;
	margin-top:44px;
	width:100%;
}

.footer a , .footer a:focus, .footer a:hover ,.footer a:visited{
	color: #fff;
	text-decoration: none; 
}

.footer .global-footer .footer-info {
    color: #FFF;
    font-size: 1em;
    height: 80px;
}
.footer .global-footer .footer-info .row {position:relative;}
.footer .global-footer .footer-info p, .footer .global-footer .footer-info ul, .footer .global-footer .footer-info li {display:inline-block;}
.footer .global-footer .footer-info p, .footer .global-footer .footer-info ul {*zoom:1;}
.footer .global-footer .footer-info p:before,
.footer .global-footer .footer-info ul:before,
.footer .global-footer .footer-info p:after,
.footer .global-footer .footer-info ul:after {
    content: "";
    display: table;
    line-height: 0;
}
.footer .global-footer .footer-info p:after, .footer .global-footer .footer-info ul:after {clear:both;}
.footer .global-footer .footer-info > p {
    margin:0;
    line-height:40px;
}
.footer .global-footer .footer-info > ul {
	float:right;
	margin: 0;
}

@media only screen and (max-width: 56.87em){
	.footer .global-footer .footer-info > ul {
		float:left;
		margin: 0;
		padding: 0;
	}
}

.footer .global-footer .footer-info > ul a {
    display: block;
    padding: 0 10px;
    line-height:40px;
}
.footer .global-footer .footer-info span {padding:0 10px;}
/* .footer .global-footer .footer-info span:first-child {padding-left:0;} */
.footer .global-footer .footer-info .date-updated {
    position: absolute;
    right: 0;
}
.footer .global-footer .footer-top-link a {
    background: #5b616d;
    display: block;
    font-size:24px;
    height:40px;
    line-height:40px;
    margin-left: 15px;
    padding: 0;
    text-align: center;
    width: 40px;
}
.footer .global-footer .footer-top-link a:hover {
    background:#5B5094;
    color:#FFF;
}

.footer-info p{
	display: inline;
}

.footer-info p span {
		display: inline;
		padding-left: 0px;		
	}	

@media only screen and (max-width: 56.87em){
	.footer-info p{
		display: block !important;
	}

	.footer-info p span {
		display: block;
		padding-left: 10px;		
	}
}

.uds-center{
	text-align:center;	
}

.paymentContainer > h1:first-of-type{
	text-align: center;	
}
