a .fa.fa-search,
a:link,
a:visited,
a:hover,
a:active,
.widget-header i.tagLineHelp,
a>i.helpText {
	color: #698AB7;
	 background-color: inherit;
}

a:hover .fa.fa-search,
a:hover,
a:active {
	color: #000066;
	background-color: inherit;
}

span.fakeLink {
	color: #698AB7;
	background-color: inherit;
	text-decoration: underline;
	cursor: pointer;
}

#header {
	border-bottom: 4px solid #000066;
}

	
		#header {
			padding-top: 2px;
		}
		#header img.logo {
			position: absolute;
			top: 10%;
			left: 3em;
		}
	
	


div#essentials a:link,
div#essentials a:visited,
div#essentials a:hover,
div#essentials a:active {
	color: #000066;
	background-color: inherit;
}

div#essentials a:hover {
	color: #A8A9C6;
}

#footer {
	border-top:4px solid #000066;
/*
	background: url(https://demo.blockoptions.io/images/agencyLogos/default.jpg) no-repeat right top;
*/
}

.agencyLogo {
	background: url(https://demo.blockoptions.io/images/agencyLogos/default.jpg) no-repeat right top;
}
.agencyPhoto {
	background: url(https://demo.blockoptions.io/images/agencyphoto/) no-repeat right top;
}
.buyerPhoto {
	background: url(https://demo.blockoptions.io/images/buyerphoto/) no-repeat right top;
}
div.displayTagContiner,
div.displayTagContainer {
	background-color: #A8A9C6;
	color: white;
}

table.displayTag {
	border-color: #000066;
}

table.displayTag caption {
	background-color: #000066;
	color: white;
}

span.pagelinks a:link, 
span.pagelinks a:visited, 
span.pagelinks a:hover, 
span.pagelinks a:active {
	color: white;
	background-color: #A8A9C6;
}


div#leftNav .searchType.active{
	border-left:0.4em solid #000066;
}

div#leftNav .searchType.active a {
	color: #000066;
}

div#leftNav .leftNavTitle {
	background-color: #000066;
}

.nav.nav-list.settings-sidenav p.navbar-text {
	color: #698AB7;
}

div#leftNav h5 {
	color:#A8A9C6;
}

div.confirmPurchase p#totalCost,
div#passwordContainer input.submitButton {
	background-color: #000066;
	color: white;
}

div#passwordContainer {
	background-color: #A8A9C6;
	border-color: #000066;
}

/* branding button 
.btn-primary{
	background-color: #A8A9C6;
/*	color: #000066;*/
}
 */
/* branding form */
.form-horizontal{
/*	border: 1px solid #000066;*/
/*	padding:1.3em 0; */
}

.alert,
.label-warning,
.badge-warning {
	background-color: #A8A9C6;
}

/** the previous .alert will override any previous alerts - set them back in */
.alert-info {
	background-color: #aaaaaa;
}

.alert-error, alert-danger {
  background-color: #9d261d;
}
.alert-success {
  background-color: #46a546;
}

.snapshot_outer, .table-snapshot {
	background-color: #A8A9C6;
}
.table-snapshot td,
.snapshot div {
	background-color: white;
}
/**************** MEDIA QUERIES ****************/
@media (min-width: 1200px){
}
@media (min-width: 1024px) and (max-width: 1100px){
}
@media (min-width: 980px){
}
@media (max-width: 979px){
}
@media (min-width: 768px) and (max-width: 979px){
}
@media (max-width: 767px){
}
@media (max-width: 480px){
}
@media print{
}