.logolist {display:block;}
.captcha input {box-shadow: 1px 1px;    background-color: #eee;}

/* Hide the toolbar in the ck editor when in the contact form */
.contactform .cke_top {
    display: none;
}
.navbar-default {
    background-color: transparent; 
    border-color: transparent; 
}

.navbar-header {
    margin-top: 1rem;
}

img.sitelogo {
	width:8rem;
	margin-left:-18px;
}

.siteheading {
	text-transform: uppercase;
	color: inherit;
	font-size: 2.5rem;
	display:inline;
	
}

.titleblock {
	display:inline-block;
	margin-left:2rem;
	color:#666;
	vertical-align:middle;
}

.site-slogan-container {
	
	font-size:1.65rem;
	text-align:center;
}


.left-center { width: 30% }
.center-left { width: 70% }