/* Default/Generic Style */
 body .defaultstyle{
    color: #000000;
}
.defaultstyle .dispitembordercolor, .recentorders .dispitembordercolor {
    border: 2px solid #3C3E40;
}
.defaultstyle .dispitemfontcolor, .recentorders .dispitemfontcolor {
    font-color: #3C3E40;
    color: #3C3E40;
}
h1{
	font-size: 41px; 
	font-weight: 600;
	color: #005696;
	text-align: center;
	
}
h2{
	font-size: 25px; 
	font-weight: 300;
	color: #005696;
	text-align: center;
	padding-top: 100px;
}
/* Errors */
.stripes-error {
    padding-top: 10px;
    font-color: #BF2026;
    color: #BF2026;
    font-weight: 600;
}
.validation-errors {
    margin-top: 0px;
    margin-left: 75px;
    font-color: #BF2026;
    color: #BF2026;
    font-weight: 600;
    position: relative;
}
.error {
    font-color: #BF2026;
    color: #BF2026;
    font-weight: 400;
    position: relative;
}
.stripes-message {
    color: green;
}

/* Beginning Core Page Structure */
html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    font-color: #FFFFFF;
    color: #FFFFFF;
    background-color: #3C3E40;
}
.content {
    width: 100%;
    padding-top: 100px;
	padding-bottom: 100px;
    margin-left:auto;
    margin-right:auto;
    background-repeat:no-repeat;
    background-color: #E1E1E1;
    background-image:
    radial-gradient(
      #FFFFFF,
      #E1E1E1
     );
}
.page-container {
    width: 100%;
    margin-left:auto;
    margin-right: auto;
}
.container {
    width: 768px;
    margin-left:auto;
    margin-right: auto;
}
.maintenance {
    width: 100%;
    height: 100%;
    text-align: center;
}
label input {
  display: none;
}
label span {
 height: 7px;
  width: 7px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #000000;
  display: inline-block;
}
/* Beginning of Header Area CSS */
.header {
    height: 107px;
    width: 100%;
    background:#3C3E40;
    padding: 0px;
    margin-left:auto;
    margin-right: auto;
}
.header .logo {
    width: 192px;
    height: 55px;
    padding-top: 21px;
    padding-right: 32px;
    display:inline;
    position:absolute;
}

/* Beginning of Content Loading */
.brand_logo {
    width: 195px;
    height: 110px;
    padding-top: 22px;
    padding-bottom: 10px;
    display:inline;
    position:relative;
}

/*Footer Area*/
.footer {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    color:#FFFFFF !important;
    margin-left:auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 30px;
    line-height: 18px;
    z-index: 250;  
}

/* Footer Detail Area */
.footer .subinfo {
    width: 768px;
    padding-left: 2px;
    font-weight: 400;
    font-size: 11px;
    display:inline-block;
    vertical-align: top;
    text-align:right;
}
.footer .phone {
    font-weight: 400;
    font-size: 11px;
    display:inline-block;
    vertical-align: top;
}
.footer .email {
    font-weight: 400;
    font-size: 11px;
    display:inline-block;
    vertical-align: top;
}

/*Must be defined last and overrides everything*/
.hidden{
    display: none;
}