body { margin: 0; font-family: sans-serif!important; font-size: 16px; line-height: 1.42857143; color: #333333; background-color: #efefef;  -webkit-text-stroke: 0;}
h1, h2, h3, h4, h5 {-webkit-text-stroke: 0; font-family: georgia, serif!important; color: #333333;}

a { color: #04446D;}
a:hover { color: #06578B;}

#wrap { max-width: 100%; padding: 0;}

nav {background: #B5A075;}
nav a { color: #fff;}
nav .tagline { color: #fff;   font-family: georgia, serif; font-weight: 500; letter-spacing: normal;}
nav .nav-core ul li { color: #fff;}
nav .nav-logo { background: transparent;}
div#main { background: #efefef;}



#landing { padding: 15px 0;  position: relative;}
#landing::after {
    width: 290px;
    height: 98px;
    content: ' ';
    display: block;
    margin: 30px auto;
	background-image: url(retail-logos.png);
	background-size: 290px 98px;
	border: 1px solid #dedede;
}

/* Tablet */
@media (min-width: 768px) {
	#landing { padding: 32px 0;  min-height: 281px; }
	#landing::after { width: 600px; height: 202px; background-size: 600px 202px;}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#landing {padding: 48px 0;}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#landing {padding: 64px 0;}
}

.login { background-color: #fff; border: 1px solid #dedede; position: relative;}
.login label:last-of-type { font-weight: normal;}
.login::after {width: 274px; height: 19px; background-size: 274px 19px; background-image: url(shadow.png); display: block; content: ' '; position: absolute; bottom: -19px; left: 0;}



.register-cta { display: none;}
label{margin-bottom: 5px;
font-weight: bold;
font-size: 14px; color: #333;}

.registerlnk a:last-of-type{display: none;}

button,
.button	{ box-shadow: none; -webkit-box-shadow: none; -webkit-transition: none; -moz-transition: none; transition: none; background-color: #04446D; border-color: #04446D;}

button:hover,
.button:hover { background-color: #06578B; border-color: #06578B; }