html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 110% Arial,Helvetica,sans-serif;
	line-height: 1.88889;
	color: #000000; 
	background: #fff; 
	margin: 0; 
	padding: 0;
	}
code {
	font: 135% courier, sans-serif;
	color: #555753;  
}    
p { 
	margin-top: 0; 
	text-align: left;
	}
h1 { 
	color:  #252628;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0a52af;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0a52af;
	}
a:hover, a:focus, a:active { 
	text-decoration: underline; 
	color: #0a52af;
	}
abbr {
	border-bottom: none;
	}


header h1 { 
	margin-top: 10px;
	display: block;
	width: 260px;
	height: 54px;
	float: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
header h2 { 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

	#login{
		margin-top:5px;
width: 300px;
  margin: 0;
border: 0px;
   

	}
/* ---- HEADER ---*/

.header-top {
    margin: 0 auto;
    width: 100%;
    height: 150px;
    background-color:#000;
}
.header-top .logo {
    float: left;
    width: 300px;
    height: 100px;
    margin-left: 25px;
    padding: 25px 0 25 0px;
}

.header-top .logo img{
    margin-top:20px;
    width: 350px;
 
}
/* Navigation */
.header_pagename{
    position: relative;
    padding: 10px 0px 10px 0px;
        font: bold 20px Archivo Narrow Bold, Arial, sans-serif;
        letter-spacing: 2px;
        color:#fff;  
margin-top:0px;
text-align:center;
background:#98700D;
}

#login_context{
font-size:14px;
	text-align:left;
	background-color:#fff;
	width:350px;
	 margin: 0 auto;
	 line-height:1.5;
	padding:15px;
}

/*login button and credentials input*/


.button_sso a{
    background-color: #6E99B4;
    border: none;
    color: #fff !important;
    width:190px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding-top:20px;
    padding-bottom:20px;
    font: bold 20px Archivo Narrow Bold, Arial, sans-serif;
    margin: 0 auto;
    cursor: pointer;
    
}

.button_sso:hover a{
    background-color: #5B6870; 
    color: #fff;
    font: bold 20px Archivo Narrow Bold, Arial, sans-serif;
    text-decoration: none !important;
}



input[type=text] {
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size:14px;
  float:right;
}

input[type=password] {
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size:14px;
float:right;
}

label{
    display: inline-block;
    float: left;
    clear: left;
    width: 100px;
    text-align: left;
   font-size:14px;
   font-weight:bold;
   margin-top:5px;
   color:#fff;
}
label.bu{
    display: block;
    float: left;
    clear: left;
    width: 200px;
    text-align: left;
   font-size:12px;
   font-weight:bold;
   margin-top:5px;
}

span.s-lg-az-result-badge-popular.label.label-primary{display:none !important;}


/*FOOTER*/
.footer-distributed{
	background-color: #000000;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 18px Archivo Narrow Bold, sans-serif;
	padding: 55px 50px;
	padding-bottom:100px;
	margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{

	width: 35%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #fff;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #C28E0E;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #fff;
	font-size: 24px;
	font-weight: bold;
	font:Archivo Narrow Bold, Arial, sans-serif;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 25%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #000;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #C28E0E;
	text-decoration: none;
}


/* Footer Right */

.footer-distributed .footer-right{
float:right;
	width: 30%;
	min-width:300px;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #fff;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}


/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;

		text-align: left;
	
	}

.footer-distributed .footer-left,
	.footer-distributed .footer-center
		{border-bottom:1px solid #37393d;}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
