/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

* {
	outline: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* */
body {
	background-color: #8a8178;
	font-size: 10px;
	font-family: 'Lato', sans-serif;
}
strong {
	font-weight: 700;
}
h1 {
	font-size: 280%;
	margin-bottom: 18px;
	font-weight: bold;
	color: #333;
}
h2 {
	font-size: 220%;
	margin-bottom: 18px;
	font-weight: bold;
	color: #666;
}
h3 {
	font-size: 200%;
	font-weight: bold;
	color: #666;
}
h4 {
	font-size: 180%;
	font-weight: bold;
}
h5 {
	font-size: 160%;
}
label, input, textarea {
	font-size: 12px;
	margin: 10px 0;
}
button {
    background-color: #EAAA6E;
    padding: 10px 8px;
    width: 75px !important;
    border: none;
    border-radius: 7px;
    font-size: 140%;
}
p {
	font-size: 140%;
	line-height: 150%;
	margin-bottom: 18px;
}
ul {
	margin-bottom: 18px;
}
li {
	font-size: 140%;
	line-height: 150%;
	list-style: disc;
	list-style-position: inside;
	margin-left: 36px;
}
p img {
	vertical-align: text-top;
}
a {
	text-decoration: none;
}
a:link {
	color: #ed730a;
}
a:visited {
	color: #ed730a;
}
a:hover {
	color: #F5A763;
}
a:active {
	color: #F5A763;
}
a.lightlink {
	color: #F5A763;	
}
a.lightlink:hover {
	text-decoration: underline;	
}
hr {
	height: 1px;
	border: none;
	width: 75%;
	background-color: #F5A763;
	margin: 18px auto;
}
small {
	font-size: 80%;
}
footer small {
	color: #e7ded6;
}
#content {
	width: 94%;
	max-width: 960px;
	margin-left: 3%;
	margin-right: 3%;
}
header {
	margin-top: 60px;
}
header img {
	width: 70%;
	height: auto;
}
#blurb {
	color: #FFF;
}
#mainmenu {
	display: none;
}
nav {
	font-size: 200%;
	color: #FFF;
	margin-bottom: 18px;
	position: relative;
}
nav li {
	display: inline-block;
	list-style: none !important;
	margin-left: 0px;
}
nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
nav li:first-child a {
	padding-left: 0px;
}
nav li:last-child a {
	padding-right: 0px;
}
nav a:link {
	color: #FFF;
}
nav a:visited {
	color: #FFF;
}
nav a:hover {
	color: #E7DED6;
}
nav a:active {
	color: #E7DED6;
}
/*Menu Icon*/
#menu-icon span {
	font-family: 'FontAwesome';
	vertical-align: middle;
}
#menu-icon {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	cursor: pointer;
	display: block; /* show menu icon */
	color: #FFF;
	font-size: 140%;
	border: none;
}
#menu-icon:hover {
	color: #E7DED6;
}
#menu-icon.active {
	color: #E7DED6;
}
/* main nav */
#mobilemenu ul {
	clear: both;
	position: absolute;
	top: 40;
	left: 0;
	width: 100%;
	z-index: 1000;
	padding: 0px;
	margin: 0px;
	background: #8A8178;
	border-top: 1px solid #000;
	display: none;
}
#mobilemenu li {
	display: block;
	clear: both;
	float: none;
	margin: 0px;
	list-style: none;
	padding: 0px 20px 0px 20px;
	text-align: left;
	border-bottom: 1px solid #000;
}
#mobilemenu a, #mobilemenu ul a {
	display: block;
	padding: 0;
	border: none;
	line-height: 44px;
}
#mobilemenu a:link, #mobilemenu ul a:link {
	color: #FFF;
}
#mobilemenu a:visited, #mobilemenu ul a:visited {
	color: #FFF;
}
#mobilemenu a:hover, #mobilemenu ul a:hover {
	color: #E7DED6;
}
#mobilemenu a:active, #mobilemenu ul a:active {
	color: #E7DED6;
}
/* dropdown */
#mobilemenu ul ul {
	width: auto;
	position: static;
	display: block;
	border: none;
	background: inherit;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}
#mobilemenu ul ul {
	margin: 0px;
	padding: 0px;
}

.current-page {
	color: #e7ded6 !important;
}
.column1of2 {
	width: 48%;
	float: left;
}
.column2of2 {
	width: 48%;
	float: left;
}
.profile {
	padding-right: 20px;
	line-height: 130%;
	color: #666;
}
.disclaimer {
	font-size: 80%;
	padding: 10px 30px;
	border-top: 1px solid #dddddd;
	text-align: center;
}
.contentBlockHoriz {
	width: 98%;
	clear: both;
	background-color: #ded8d3;
	border-radius: 7px;
	margin-bottom: 20px;
	padding: 0;
}
.contentBlockHoriz:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.contentBlockHoriz .pressimg {
	height: 470px;
	width: 300px;
	background-color: #ffffff;
	border-radius: 7px;
	float: left;
	margin-right: 15px;
}
.contentBlockHoriz .pressimg img {
	padding-top: 25px;
}
.contentBlockHoriz .details {
	width: 50%;
	float: right;
	padding-top: 20px;
}


@media screen and (min-width: 896px) {
.contentBlock {
	background-color: #ded8d3;
	width: calc(50% - 18px);
	float: left;
	margin-left: 0;
	margin-right: 18px;
	margin-bottom: 18px;
	border-radius: 7px;
	position: relative;
}
.contentBlockFull {
	background-color: #ffffff;
	width: calc(100% - 68px);
	padding: 25px;
	float: left;
	margin-left: 0;
	margin-right: 18px;
	margin-bottom: 18px;
	border-radius: 7px;
	position: relative;
}

}
@media screen and (max-width: 895px) {
	.contentBlock {
		background-color: #ded8d3;
		width: calc(50% - 18px);
		float: left;
		margin-left: 0;
		margin-right: 18px;
		margin-bottom: 18px;
		border-radius: 7px;
		position: relative;
	}
.contentBlockFull {
	background-color: #ffffff;
	width: calc(100% - 68px);
	padding: 25px;
	float: left;
	margin-left: 0;
	margin-right: 18px;
	margin-bottom: 18px;
	border-radius: 7px;
	position: relative;
}
}
.contentBlock .pressimg {
	border-radius: 7px 7px 0px 0px;
	background-color: #FFF;
	height: 250px;
}
.pressimg img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.contentBlock .details {
	padding: 18px;
}
.contentBlock:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.contentBlock:nth-child(3n + 3) {
	margin-right: none;
}
.contentBlock:last-child {
	background-color: #FFF;
}

.mainContent {
	background-color: #fff;
	width: calc(100% - 72px);
	padding: 36px;
	border-radius: 7px;
	position: relative;
}
.contacts {
	width: 100%;
}
.contacts:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.contactDetail {
	width: 24%;
	float: left;
	text-align: left;
}
.contactDetail span {
	white-space: nowrap;
}
.pressContent {
	width: 100%;
	display: flex;
	align-items: center;
}
.pressContent:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.pressContent .pressImage {
	float: left;
	width: 128px;
}
.pressContent .pressLink {
	float: left;
	width: 340;
}
.slider {
	width: 100%;
	display: flex;
	align-items: center;
}
.slider:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.slider .sliderImg {
	float: left;
	width: 229px;
	margin-right: 18px;
}
.slider .slideText {
	float: left;
	width: calc(100% - 247px);
}
footer {
	clear: both;
	text-align: right;
	color: #ffffff;
}
.imgleft {
	float: left;
	margin-right: 18px;
	margin-bottom: 15px;
}
.imgright {
	float: right;
	margin-left: 18px;
}
.imgcenter {
	display: block;
	margin: 0px auto;
}
.firstletter {
	font-size: 200%;
	font-weight: bold;
	padding-right: 5px;
	margin-top: 4px;
}
.brochurebtn {
	bottom: 20px;
	display: block;
	width: 60%;
	background-color: #ed730a;
	color: #FFF !important;
	text-align: center;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 160%;
	border-radius: 7px;
	margin-left: auto;
	margin-right: auto;
}
.brochurebtn:hover {
	background-color: #F5A763;
	color: #FFF;
}
.ukbtn {
	display: block;
	width: 280px;
	background-color: #ed730a;
	color: #FFF !important;
	text-align: center;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 140%;
	border-radius: 7px;
	margin-left: auto;
	margin-right: auto;
}
.ukbtn:hover {
	background-color: #F5A763;
	color: #FFF;
}

.clearall {
	clear: both;
}
.aligncenter {
	margin: 0 auto;
   text-align: center;
}
.testimonial {
	background-color: #efefef;
	padding: 20px;
	width: 200px;
	float: right;
	font-style:italic;
	margin-left: 10px;
}
.testimonial2 {
	background-color: #efefef;
	padding: 20px;
	font-style:italic;
	margin-left: 10px;
	overflow: auto;
}
@media screen and (max-width: 850px) {
.testimonial {
	background-color: #efefef;
	padding: 20px;
	width: calc(100% - 368px);
	height: 276px;
	float: right;
	font-style:italic;
	margin-left: 10px;
	margin-bottom: 15px;
}
.contentBlockHoriz .details {
	width: 40%;
}

}