section#links_bar {
	display:none;
}

section#menu {
	background-color:#fff;
	font-size:18px;
	top:0;
	z-index:999;
}
	section#menu>div.inner {
		padding-left:0;
		padding-right:0;
	}
	section#menu ul {

	}

section#banner {
	background-color:#404040;
}
	section#banner img {

	}
	section#banner form {
		display:none;
	}

section#home_banner {
	background-position:center center;
	background-size:cover;
	height:525px;
	max-height: 80vw;
}
	section#home_banner img {
		position:absolute;
		left:0;
		top:86px;
		background-color:rgba(0, 0, 0, 0.75);
		padding:30px;
		max-width: 100vw;
		box-sizing: border-box;
	}
	section#home_banner form {
		display:none;
	}


#searchform {
	background-color:rgba(240, 145, 56, 0.75);
	padding:30px;
	width:473px;
}
	#searchform input[type=search] {
		width:100%;
		padding:12px 17px;
		font-size:1.2em;
	}
	#searchform button {
		position:absolute;
		top:40px;
		right:40px;
		background-color:transparent;
		border:0;
		background-image:url(/userfiles/design/mg.png);
		width:29px;
		height:30px;
	}


section#page_content_1 {}

	section#page_content_1>div.inner :first-child {
		margin-top:0;
	}

section#page_content_2 {}
	section#page_content_2>div.inner :first-child {
		margin-top:0;
	}

section#box_links .box {
	position:relative;
	background-size:cover;
	background-position:center center;
	min-height:380px;
	color:#ffffff;
}

	section#box_links .box .overlay {
		position:absolute;
		left:0;
		bottom:0;
		right:0;
		background-color:rgba(0, 0, 0, 0.6);
		padding:20px 12px;
		font-size:18px;
		line-height:24px;
	}
		section#box_links .box .overlay h4 {
			font-size:48px;
			font-family: 'Alegreya', Georgia, serif;
			font-style:italic;
			padding-bottom:12px;
			margin:0;
			color:#fff;
		}



section#testimonials div.inner>div {
	margin-bottom:10px;
}

section#testimonials div.inner div q {
	display:block;
	background:#F6F1EB;
	padding:20px;
	font-style:italic;
}

section#testimonials div.inner div span {
	display:block;
	text-align:right;
	padding:5px 20px 20px 0;
}

section#links div.inner > div {
	background:#F6F1EB;
	padding:20px;
	margin-bottom:10px;
}
	section#links div.inner a {
		text-decoration:underline;
		text-decoration-style: dashed;
	}
	section#links div.inner a:hover {
		text-decoration-style: solid;
	}

section#member {}

	section#member .mugshot {
		width:300px;
		height:300px;
		background-size:cover;
		background-position:center center;
		border-top:20px solid #F48F37;
		border-bottom:20px solid #F48F37;
		border-left:20px solid #00AEEF;
		border-right:20px solid #00AEEF;
		-webkit-border-radius:10px;
		border-radius:10px;
		box-sizing:border-box;
		margin:0 auto;
	}

	section#member .firm_logo {
		display:none;
	}

section#contact_details {
	background:#fbdec0;
	color:#333333;
	font-size:14px;
	border-top:6px solid #101e3b;
	text-align:left;
}

	section#contact_details h4 {
		font-size:1.3em;
	}
	section#contact_details a {
		display:block;
		color:#333333;
	}
		section#contact_details .siteinfo a {
			display:inline;
		}

section#footer {
	color:#666666;
	font-size:14px;
	line-height:18px;
	font-weight:300;
	text-align:center;
}
	section#footer span {
		padding:0 8px;
	}
	section#footer a {
		color:#666666;
		padding:0 8px;
		display:block;
	}

section#search {}

	#search_results a {
		display:block;
	}


td.msg {
	text-align:center;
	background:#F4922F;
	color:#fff;
	font-weight:bold;
}

div.msg {
	padding:5px 10px;
	background:#F4922F;
	color:#fff;
	font-weight:bold;
	margin:1em 0;
}


/*
Slots
*/

.slots .blocklink {
	display:block;
	padding:17px 10px;
	background:#ff9000;
	margin-bottom:20px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:22px;
}
	.slots .blocklink:hover {
		text-decoration:none;
	}
	.slots .blocklink::after {
		content: '\25b6';
		color:#000000;
		padding-left:25px;
	}
	.slots .blocklink:hover::after {
		color:#ffffff;
	}




#msg {
	background:yellow;
	padding:.7em;
	text-align:center;
}


@media (min-width: 768px) {

	#page1 section#page_content_1 {
		font-size:23px;
		line-height:34px;
	}

	#page1 section#page_content_2 {
		font-size:23px;
		line-height:34px;
	}

	section#links_bar {
		display:block;
		background:#f4922f;
		padding:32px 0 16px 0;
	}
		section#links_bar a,
		section#links_bar span {
			color:#fff;
			padding:5px 18px;
			border-left:1px solid #ccc;
		}
			section#links_bar a:first-child {
				padding-left:0;
				border-left:0;
			}
			#links_bar_members {
				padding-left:47px !important;
				background-repeat:no-repeat;
				background-image:url(/userfiles/design/profile.png);
				background-position:left center;
			}
			#links_bar_email {
				padding-left:47px !important;
				background-repeat:no-repeat;
				background-image:url(/userfiles/design/email.png);
				background-position:left center;
				float:right;
				border-left:0 !important;
			}
			#links_bar_telephone {
				padding-left:65px !important;
				background-repeat:no-repeat;
				background-image:url(/userfiles/design/phone.png);
				background-position:18px center;
				float:right;
			}


	section#heading span#telephone {
		position:absolute;
		right:0;
		top:24px;
	}

	section#heading #google_translate_element {
		position:absolute;
		left:0;
		top:24px;
		padding:0;
	}
	section#home_banner img {
		top:186px;
	}
	section#home_banner form {
		display:block;
		position:absolute;
		left:0;
		top:349px;
	}
	section#banner form {
		display:block;
		float:right;
	}

	section#testimonials div.inner,
	section#links div.inner {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	section#footer div {
		text-align:left;
	}
		section#footer div:nth-child(even) {
			text-align:right;
		}

	section#footer a {
		display:inline;
	}

	section#contact_details span {
		display:inline-block;
		padding:0 10px;
	}
		section#contact_details span:first-of-type {
			padding-left:0;
		}

		section#contact_details span:last-of-type {
			padding-right:0;
		}

	section#contact_details div div {
		border-right:1px solid #ca9a69;
	}
		section#contact_details div div:last-child {
			border-right:0;
		}

	section#footer>div.inner div:first-child a {
		border-right:1px solid #666666;
	}

	section#footer>div.inner div:first-child a:last-child {
		border-right:0;
	}

	section#footer>div.inner div:last-child a {
		border-left:1px solid #666666;
	}

	section#member .mugshot {
		float:right;
		margin:0 0 0 10px;
	}

	section#member .firm_logo {
		display:block;
		height:150px;
		width:300px;
		float:right;
		clear:right;
		margin-top:1rem;
		background-size:contain;
		background-position:center center;
		background-repeat:no-repeat;
		border:20px solid transparent;
		-webkit-border-radius:10px;
		border-radius:10px;
		box-sizing:border-box;
		margin-left:10px;
	}

}

@media (min-width: 1024px) {


}