body {
    border-top: none;
}

.main-body {
	background: none;
	background-color: white;
}


header {
	position: relative;
	height: 120px;
	background-color: #6B635A;
}

#header-region {
	background-image: none;
	background-color: white;
}


header .logo {
	background-position: center center;
	width: 300px;
	height: 120px;
	background-color: transparent;
	background-size: 300px;
	box-shadow: none;
	background-image: url("/ss/wl/livingTrustEducators.png");
}


.loginHeader {
	background-color: #6B635A;
	background-image: url("/ss/wl/livingTrustEducators.png");
	background-size: 350px;
	height: 150px;
}

section#loginSection {
	margin-top: -50px;
}


a {
	color: #e6b40a;
}

header > nav li a {
	color: white;
}

header > nav li a:hover {
	color: #f5c215;
}

.admin-header {
	background: white;
}


footer {
	height: 70px;
	border-top: 0;
	background: none;
	background-color: #6B635A;
}


#side-nav h3, #side-nav .btn-close:hover, #side-nav > ul li > ul li a:hover {
	color: #999;
}


.btn, .btn:focus, .btn:active, .btn-small, .btn-small:focus {
	background-color: #f5c215;
	color: #333 !important;
	text-shadow: none;
}
.btn-gray {
	background-color: #6B635A;
}
.btn-gray:hover {
	background-color: #554f48;
}

.btn:hover, .btn-small:hover {
	background-color: #cea109;
}

button {
	background-color: #F6C82D;
}


.md-modal > div > ol li {
	background-color: #6B635A;
}

.md-modal > div > ol li.marker {
	background-color: #cea109;
}

.icon-question::before {
	color: #f5c215;
}


a:hover {
	color: #6B635A;
}

.questionnaire-addnew a:hover {
	color: #f5c215;
}


.progress-bar {
	background-color: #f5c215;
}

ul.admin-vertnav li a:hover {
	color: #f5c215;
}

/* Radio button color override */
input[type='radio']:checked:after {
	background-color: #f5c215;
}

/* amend, abort button color override*/
#amend, #abort {
	color: #fff !important;
	background-color: #6B635A;
	border: none;
}
#amend:hover, #abort:hover {
	background-color: #554f48;
}

/* previous button color override */
#previousPage {
	color: #fff !important;
	border: none;
}
#previousPage:hover {
	background-color: #554f48;
}
