@charset "utf-8";
/* CSS Document */
/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
	font-display: swap;
  src: url('../fonts/lora-v26-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lora-v26-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lora-italic - latin */
@font-face {
  font-family: 'Lora Italic';
  font-style: italic;
  font-weight: 400;
	font-display: swap;
  src: url('../fonts/lora-v26-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lora-v26-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-300 - latin */
@font-face {
  font-family: 'Lato Light';
  font-style: normal;
  font-weight: 300;
	font-display: swap;
  src: url('../fonts/Lato-Light.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/Lato-Light.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato Regular';
  font-style: normal;
  font-weight: 400;
	font-display: swap;
  src: url('../fonts/Lato-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/Lato-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ms-madi-regular - latin */
@font-face {
  font-family: 'Ms Madi';
  font-style: normal;
  font-weight: 400;
	font-display: swap;
  src: local('Ms Madi'), local('Ms Madi'),
       url('../fonts/ms-madi-v2-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/ms-madi-v2-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
     box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
body {
		font-family: 'Lato Light', sans-serif;
	color: #957a60;
	font-size: 18px;
	line-height: 24px;
	background-color: #ede9e4;
}
@media screen and (max-width: 600px) {
	body {
		font-size: 16px;
		line-height: 22px;
	}
}
header {
	overflow: hidden;
	background-size: cover;
    background-position: center top;
	max-width: 100%;
	padding: 75px 32px 0 32px;
	height: 574px;
	position: relative;
}
#home header {
	max-height: 767px;
}
@media screen and (max-height: 800px) {
#home header {
	max-height: 574px;
}	
}
 #privacy header {
	height: 474px;
}
@media screen and (max-width: 800px) {
	#home header {
	   background-position: -100px top;
	}
#eft header, #edmr header {
	   background-position: -350px top;
	}
}
@media screen and (max-width: 550px) {
	header {
	padding: 75px 0 0 0;
	}	
		#home header {
	   background-position: -50px top;
			height: 500px;
	}	
}
@media screen and (max-width: 400px) {
	#home header {
	   background-position: -50px top;
	}	
}
@media screen and (min-width: 768px) {
	header {
	background-attachment: fixed;
	}
}
#home header  {
    background-image: url(/images/home-header.jpg);
}
#eft header  {
    background-image: url(/images/eft-header.jpg);
}
#edmr header {
	background-image: url(/images/edmr-header.jpg);
}
#pct header {
	background-image: url(/images/pct-header.webp);
}
#ich header  {
    background-image: url(/images/ic-header.webp);
}
#cbt header  {
    background-image: url(/images/cbt-header.webp);
}
#about header  {
    background-image: url(/images/about-header.jpg);
}

#privacy header  {
    background-image: url(/images/privacy-header.jpg);
}

#content {
	padding: 0 32px 82px 32px;
    max-width: 1200px;
	margin: 0 auto;
}
#header-border {
	border: 2px solid #fff;
	border-bottom: none;
    max-width: 1135px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
@media screen and (max-width: 550px) {
	#header-border {
		margin: 0 32px;
	}
}
@media screen and (max-width: 400px) {
	#header-border {
		margin: 0 22px;
	}
	#content {
		padding: 0 22px 22px 22px;
	}
}
#header-border .down {
	bottom: 20px;
        left: 50%;
        transform: translate(-50%, 20px);
	position: absolute;
}
@media screen and (max-width: 768px) {
	#header-border .down {
	display: none;
	}
}
#header-border .logo {
position: absolute;
	bottom: 0;
	right: 32px;
max-width: 248px;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 450px) {
	#header-border .logo {
	right: inherit;
		left: 50%;
	transform: translate(-50%, 0);
}
}

#body-border, .row.content.eft2, .row.blog {
	border: 2px solid #f7f7f6;
	border-top: none;
	max-width: 1135px;
	margin: 0 auto 32px auto;
background-image:url("../images/home-top-feather.svg");
	background-repeat: no-repeat;
	background-position: 30px 20px;
	background-size: 197px 391px;
	min-height: 460px;
		margin-bottom: 100px;
}
#eft #body-border {
background-image:url("../images/eft-top-feather.svg");
background-size: 145px 372px;
}
#pct #body-border {
background-image:url("../images/pct-feather.svg");
background-size: 148px 370px;
}
#edmr #body-border {
background-image:url("../images/edmr-feather.svg");
background-size: 145px 364px;
}
#about #body-border, #cbt #body-border {
background-image:url("../images/about-top-feather.svg");
background-size: 167px 384px;
}
.row.content.eft2, .row.blog {
	min-height: inherit;
	margin: 0;
	border: none;
	background-image:url("../images/eft-bottom-feather.svg");
	background-position: 30px 20px;
	background-size: 167px 340px;
}
#edmr .row.content.eft2 {
	
}
.row.blog {
	background-image:url("../images/blog-top-feather.svg");
	background-position: 0 80px;
	background-size: 141px 460px;	
}
@media screen and (max-width: 550px) {
	#home #body-border {
    background-position: 20px 20px;
    background-size: 150px 298px;
}
#eft #body-border, #edmr #body-border {
background-position: 20px 20px;
background-size: 100px 257px;
}
	#about #body-border {
background-position: 20px 20px;
background-size: 127px 292px;		
	}
	.row.content.eft2 {
	background-position: 20px 0;
	background-size: 121px 256px;
}
	.row.blog {
		background-position: 0 30px;
	background-size: 100px 326px;
	}
}
#header-intro {
max-width: 1070px;
	margin: 0 auto;
	padding: 80px 0 0 25px;
}
#about #header-intro {
	color: #fff;
	padding-right: 20px!important;
	text-shadow: 0 0 20px rgba(73,96,107,0.5)
}
#header-intro {
	font-family: 'Lora', serif;
	font-weight: normal;
	color: #657983;
	font-size: 33px;
	line-height: 40px;
}
#edmr #header-intro {
		font-size: 25px;
	line-height: 32px;
}
#header-intro .ln2, #header-intro .ln3, #header-intro .ln4, #header-intro .ln5 {
padding-top: 15px;	
	display: block;
}
#edmr #header-intro .ln3, #edmr #header-intro .ln4, #edmr #header-intro .ln5 {
	padding-top: 10px;	
}

#header-intro .ln2 {
padding-top: 5px;	
}
#header-intro .ln2,  #header-intro .ln5 {
	padding-left: 70px;
}
#header-intro .ln3 {
	padding-left: 50px;
}
#header-intro .ln4 {
	padding-left: 160px;
}
#header-intro .script {
	font-size: 68px;
	font-family: 'Ms Madi';
	line-height: 70px;
}
#edmr #header-intro .script {
	font-size: 60px;
	line-height: 62px;	
}
#header-intro .large {
	font-size: 48px;
}
#edmr #header-intro .large {
		font-size: 40px;
}
#header-intro .cite {
	font-family: 'Lato Light', sans-serif;
	font-size: 16px;
	line-height: 48px;
vertical-align: middle;
    display: inline-block;
    padding-bottom: 10px;
}
@media screen and (max-width: 800px) {
#edmr #header-intro .large {
		font-size: 36px;
	}
	#edmr #header-intro {
		font-size: 21px;
	line-height: 28px;
}
	#edmr #header-intro .script {
	font-size: 56px;
	line-height: 58px;	
}
}
@media screen and (max-width: 660px) {
	body:not(#eft):not(#edmr):not(#cbt) #header-intro {
	font-size: 23px;
	line-height: 30px;
}
	body:not(#eft):not(#edmr):not(#cbt) #header-intro .ln2,	body:not(#eft):not(#edmr):not(#cbt) #header-intro .ln3 {
padding-top: 10px;	
}
	body:not(#eft):not(#edmr):not(#cbt) #header-intro .script {
	font-size: 58px;
	
	line-height: 60px;
}
	body:not(#eft):not(#edmr):not(#cbt) #header-intro .large {
	font-size: 38px;

	}
#pct #header-intro .large {
	font-size: 32px!important;

}
}
@media screen and (max-width: 760px) {
	#eft #header-intro, #cbt #header-intro {
	font-size: 23px;
	line-height: 30px;
}
		body:not(#eft):not(#edmr):not(#cbt) #header-intro {
	font-size: 28px;
	line-height: 30px;
}
#header-intro .ln2, #header-intro .ln3, #header-intro .ln4 {
padding-top: 10px;	
}
#header-intro .script {
	font-size: 58px;
	
	line-height: 60px;
}
#header-intro .large {
	font-size: 38px;

}
	#edmr #header-intro .large {
		font-size: 32px;
	}
	#edmr #header-intro {
		font-size: 17px;
	line-height: 24px;
}
	#edmr #header-intro .script {
	font-size: 52px;
	line-height: 54px;	
}
}
@media screen and (max-width: 520px) {
	body:not(#eft):not(#edmr):not(#cbt)  #header-intro .ln2 {
	padding-left: 50px;
}
body:not(#eft):not(#edmr):not(#cbt) #header-intro .ln3 {
	padding-left: 30px;
}
body:not(#eft):not(#edmr):not(#cbt)  #header-intro {
	font-size: 20px;
	line-height: 26px;
}

body:not(#eft):not(#edmr):not(#cbt)  #header-intro .ln2, body:not(#eft):not(#edmr):not(#cbt)  #header-intro .ln3 {
padding-top: 10px;	
}
body:not(#eft):not(#edmr):not(#cbt)  #header-intro .script {
	font-size: 52px;
	
	line-height: 54px;
}
body:not(#eft):not(#edmr):not(#cbt)  #header-intro .large {
	font-size: 32px;

}
}
	@media screen and (max-width: 680px) {
#edmr #header-intro {
	font-size: 20px;
	line-height: 26px;
}
#edmr #header-intro .script {
	font-size: 46px;
	line-height: 46px;
}
#edmr #header-intro .large {
	font-size: 24px;

}
#edmr #header-intro .ln2 {
	padding-left: 30px;
}
 #edmr #header-intro .ln3 {
	padding-left: 10px;
}
 #edmr #header-intro .ln4 {
	padding-left: 50px;
}
		 #edmr #header-intro .ln5 {
	padding-left: 20px;
}
#edmr #header-intro .cite {
		line-height: 26px;	
		}

#edmr #header-intro .ln2, #edmr #header-intro .ln3,#edmr #header-intro .ln4 {
padding-top: 10px;	
}
}
	@media screen and (max-width: 620px) {
		#edmr #header-intro {
	font-size: 16px;
	line-height: 22px;
}
#edmr #header-intro .script {
	font-size: 36px;
	line-height: 44px;
}
#edmr #header-intro .large {
	font-size: 22px;

}
	#eft #header-intro .ln2, #cbt #header-intro .ln2 {
	padding-left: 30px;
}
			#edmr #header-intro .ln2 {
	padding-left: 15px;
}
#eft #header-intro .ln3, #eft #header-intro .cbt {
	padding-left: 10px;
}
		#edmr #header-intro .ln3 {
	padding-top: 5px;
}
#eft #header-intro, #cbt #header-intro {
	font-size: 20px;
	line-height: 26px;
}
		#eft #header-intro .cite, #cbt #header-intro .cite  {
		line-height: 26px;	
		}
#header-intro .ln4 {
		padding-left: 80px;
}

#eft #header-intro .ln2, #eft #header-intro .ln3, #eft #header-intro .ln4, #cbt #header-intro .ln2, #cbt #header-intro .ln3, #cbt #header-intro .ln4 {
padding-top: 10px;	
}
#eft #header-intro .script, #cbt #header-intro .script  {
	font-size: 52px;
	line-height: 54px;
}
#eft #header-intro .large, #cbt #header-intro .large {
	font-size: 32px;

}
}
@media screen and (min-width: 501px) {
	#edmr #header-intro div.mobile {
display: none;
	}
		#edmr #header-intro div.big  {
		display: inherit
	}
}
@media screen and (max-width: 500px) {
	#edmr #header-intro div.mobile  {
		display: inherit
	}
		#edmr #header-intro div.big {
		display: none;
	}
	#edmr #header-intro .ln4 {
    padding-left: 5px;
}
		#edmr #header-intro .ln6 {
    padding-top: 10px;
			display: block;
}
	#edmr #header-intro .ln2 {
    padding-left: 15px;
}
	#edmr #header-intro .ln3 {
    padding-top: 5px;
}
	#edmr #header-intro .ln5 {
    padding-left: 20px;
}
#edmr #header-intro .ln6 {
    padding-top: 10px;
    display: block;
    padding-left: 50px;
}
	#edmr #header-intro .cite {
		font-size: 14px;
			padding-bottom: 0;
	}
}
@media screen and (max-width: 450px) {
body:not(#eft):not(#edmr):not(#cbt)  #header-intro .ln2 {
	padding-left: 50px;
}
body:not(#eft):not(#edmr):not(#cbt)  #header-intro .ln3 {
	padding-left: 30px;
}
body:not(#eft):not(#edmr):not(#cbt)  #header-intro {
	font-size: 18px;
	line-height: 24px;
}

body:not(#eft):not(#edmr):not(#cbt)  #header-intro .ln2, body:not(#eft):not(#edmr):not(#cbt)  #header-intro .ln3 {
padding-top: 5px;	
}
body:not(#eft):not(#edmr):not(#cbt)  #header-intro .script {
	font-size: 45px;
	line-height: 50px;
}
body:not(#eft):not(#edmr):not(#cbt)  #header-intro .large {
	font-size: 28px;

}
}
	@media screen and (max-width: 550px) {
#eft #header-intro .ln2, #cbt #header-intro .ln2 {
	padding-left: 40px;
}
#eft #header-intro .ln3, #cbt #header-intro .ln3 {
	padding-left: 25px;
}
#eft #header-intro .ln4, #cbt #header-intro .ln4 {
	padding-left: 80px;
}
#eft #header-intro, #cbt #header-intro {
	font-size: 16px;
	line-height: 24px;
}
#eft .cite, #cbt .cite {
line-height: 24px;	
vertical-align: inherit;
	font-size: 14px;
		}
#eft #header-intro .ln2, #eft #header-intro .ln3, #eft #header-intro .ln4, #cbt #header-intro .ln2, #cbt #header-intro .ln3, #cbt #header-intro .ln4 {
padding-top: 5px;	
}
#eft #header-intro .script, #cbt #header-intro .script  {
	font-size: 45px;
	line-height: 50px;
}
#eft #header-intro .large, #cbt #header-intro .large {
	font-size: 24px;

}
}
@media screen and (max-width: 380px) {
body:not(#eft):not(#edmr):not(#cbt) #header-intro .ln2 {
	padding-left: 30px;
}
body:not(#eft):not(#edmr):not(#cbt) #header-intro .ln3 {
	padding-left: 10px;
}


}
	@media screen and (max-width: 480px) {
		#eft #header-intro, #cbt #header-intro {
			padding: 80px 0 0 10px;
		}
		#eft #header-intro .ln2, #cbt #header-intro .ln2 {
	padding-left: 20px;
}
#eft #header-intro .ln3, #cbt #header-intro .ln3 {
	padding-left: 5px;
}
#eft #header-intro .ln4, #cbt #header-intro .ln4 {
	padding-left: 40px;
}

}
.row a {
	color: #657983;
	text-decoration: none;
	border-bottom: 1px dashed #c4c7c8;
	padding-bottom: 2px;
}
@media screen and (max-width: 600px) {
	.row a {
			padding-bottom: 3px;
	}
}
@media (max-width: 1024px) {
.fouc {
display: none;
}
}
#nav-bar {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#nav-bar #container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 32px;
}

@media screen and (min-width: 1025px){
#nav-bar .row {
	padding: 0;
}
}

@media screen and (max-width: 1024px){

	#nav-bar #container {
		padding: 0;
		height: 75px;
			background-size: 235px 115px;
	}

}

@media screen and (min-width: 1025px) {
	.home-link {
		display: none;
	}
#nav-bar {
	left: -32px;
}
nav {
	height: 75px;
	}

	nav ul {
	list-style: none;
	float: right;
	margin-top: 19px;
}
	nav ul ul {
		margin-top: 0;
		float: none;
		padding-bottom: 7px;
	}


nav .dropdown {
 position: relative;
  display: inline-block;
	cursor: pointer;
}
nav .dropdown:hover .dropdown-menu {
	display:block
}
nav .menu-button {
	  border: none;
	background-color: transparent;
	position: relative;
	cursor: pointer;
}
nav .menu-button:focus { outline: none; }
nav .menu-button::before {
	content: '';
	position: absolute;
	bottom: 11px;
left: 16px;
	right: 16px;
height: 1px;
background-color: #748189;
}
	nav .menu-button::after {
	content: '';
	position: absolute;
	right: 16px;
	bottom: 5px;
	width: 0;
height: 0;
border-style: solid;
border-width: 7px 6px 0 6px;
border-color: #748189 transparent transparent transparent;
		  z-index: 2;
}


nav ul li {
	display: inline-block;
	line-height: normal;
	position: relative;
}
nav ul li a {
	font-family: 'Lora Italic', serif;
	font-size: 20px;
  padding: 16px;
  border: none;
	 white-space: nowrap;
	color: #603813;
	text-decoration: none;
	font-weight: normal;
}

nav ul li.current > a {
background-color: rgba(255,255,255,0.57);
	padding: 12px;
	margin: 4px;
	}

nav > ul > li:last-child a {
	padding-right: 0;
}

}



/* hide the link until viewport size is reached */
a.meanmenu-reveal {
display: none;
}
	/* when under viewport size, .mean-container is added to body */
.mean-container {
float: none!important;	
}
.mean-container .mean-bar { 
width: 100%;
position: relative;
height: 75px;
background-repeat:repeat-x;
z-index: 888888;
	transition: 0.3s;
}
.mean-container a.meanmenu-reveal {
width: 44px;
    height: 36px;
    padding: 10px;
    border: 1px solid #975c52;
    border-radius: 4px;
    position: absolute;
    top: 18px;
    right: 48px;
    cursor: pointer;
    color: #b0b5b6;
    text-decoration: none;
       text-indent: -9999em;
    line-height: 21px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
#about .mean-container a.meanmenu-reveal {
	border: 1px solid #fff;
}
#about .mean-container a.meanmenu-reveal.meanclose {
 border: 1px solid #975c52;	
}
@media screen and (max-width: 700px) {
	.mean-container a.meanmenu-reveal {
		right: 25px!important;
	}
}
.mean-container a.meanmenu-reveal span {
width: 22px;
position: absolute;
right: 10px;
display: block;
background: #975c52;
height: 2px;
}
#about .mean-container a.meanmenu-reveal span {
	background: #fff;
}
#about .mean-container a.meanmenu-reveal.meanclose span {
background: #975c52;
}
.mean-container a.meanmenu-reveal span.one {
top: 10px;
}
.mean-container a.meanmenu-reveal span.two {
top: 16px;
}
.mean-container a.meanmenu-reveal span.three {
top: 22px;
}

.mean-container .mean-nav { 
float: left;
width: 100%;
background-color: #ede9e4;
}

.mean-container .mean-nav ul {
padding: 75px 0 0 0;
margin: 0;
width: 100%;
list-style-type: none;
}
.mean-container .mean-nav ul li {
position: relative;
width: 100%;
}
.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li button {
	font-family: 'Lora Italic', serif;
	font-size: 18px;
display: block;
padding: 1em 5%;
margin: 0;
text-align: left;
color: #975c52;
border-bottom: 1px solid #d5c8bc;
text-decoration: none;
}
.mean-container .mean-nav ul li button {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #e4e4e4;
}
.mean-container .mean-nav ul li li a {
width: 100%;
padding: 1em 10%;
	font-size: 14px;
border-bottom: 1px solid #e4e4e4;
text-shadow: none !important;
visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
border-bottom: none;
margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {

padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
width: 60%;
padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
width: 50%;
padding: 1em 25%;
}
.mean-container .mean-nav ul li.current, .mean-container .mean-nav ul ul li.current, .mean-container .mean-nav ul ul li.current-top {
background-color: #e9e4dd;
}
.mean-container .mean-nav ul li.current > a, .mean-container .mean-nav ul ul li.current > a {
border-left: 3px solid #975c52;
}
.mean-container .mean-nav ul li.current > a.mean-expand {
	border: none;
}
.mean-container .mean-nav ul li.dropdown.current {
	border-left: none;
}
.mean-container .mean-nav ul li:not(.dropdown).current > a {
font-weight: 500;
color: #975c52;
}
.mean-container .mean-nav ul li:not(.dropdown).current a.mean-expand {
font-weight: 300;
color: #2f484d;
}


.mean-container .mean-nav ul li a.mean-expand {
width: 100%;
border: none !important;
padding: 12px !important;
text-align: right;
position: absolute;
right: 0;
top: 0;
z-index: 2;
font-weight: 300;
	font-size: 24px!important;
}
.mean-container .mean-nav ul ul li a.mean-expand {
width: 20%;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: none;
}
.mean-container .mean-push { 
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both; 
}
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
}
.back-to-top {
	    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
	background-color: #657983;
	z-index: 1000;
}
.back-to-top:hover {
	background-color: #d3c0ba;
}
.row.content, .row.blog {
	padding: 97px 32px 97px 150px;
}
#eft .row.content:first-of-type, #about .row.content:first-of-type, #edmr .row.content:first-of-type, #pct .row.content:first-of-type, #ich .row.content:first-of-type, #cbt .row.content:first-of-type {
	padding-bottom: 0;
} 
.row.content.eft2 {
	padding-top: 50px;
}
.row.content.pic {
	padding-top: 30px;
}
@media screen and (max-width: 550px) {
	.row.content, .row.blog {
	padding: 97px 20px 57px 20px;
}
	#eft .row.content:first-of-type, #edmr .row.content:first-of-type,  #cbt .row.content:first-of-type {
	padding-bottom: 0;
}
	.row.content.eft2 {
	padding-top: 50px;
}
}
.row.content p {
	padding-bottom: 15px;
}
.row.content strong {
font-family: 'Lato Regular', sans-serif;
	color: #794037;
	font-weight: normal;
}
.row.content h1, body:not(#privacy) .row.content h2, .row.blog h2 {
	font-weight: normal;
	color: #975c52;
	font-family: 'Lora', serif;
	font-size: 24px;
	margin-bottom: 45px;
	line-height: 27px;
}
.row.blog h2 {
	margin-bottom: 15px;
}
#privacy .row.content h2 {
		font-weight: normal;
	color: #975c52;
	font-family: 'Lora', serif;
	font-size: 24px;
	margin: 20px 0;
}
@media screen and (max-width: 400px) {
	.row.content h1, body:not(#privacy) .row.content h2, .row.blog h2 {
	font-size: 22px;
		line-height: 30px;
	}
}
.row.content h1 span.ln2, .row.content h2 span.ln2, .row.blog h2 span.ln2 {
	padding-left: 20px;
	display: block;
}

.row.content h1 span.script, .row.content h2 span.script, .row.blog h2 span.script {
font-family: 'Ms Madi';
font-size: 48px;

line-height: 50px;
}
.row.content h3 {
	color: #975c52;
	font-family: 'Lora', serif;
	font-size: 24px;
	line-height: 27px;
	padding-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
}
#privacy .row.content h3 {
font-size: 20px;
line-height: 23px;
}
@media screen and (max-width: 600px) {
.row.content h3 {
	font-size: 22px;
		line-height: 25px;
	}
}
.row.content .container {
	padding-left: 10%;
}
@media screen and (max-width: 600px) {
	.row.content .container, .row.blog ul {
    padding-left: 15%;
}
}
@media screen and (max-width: 450px) {
	.row.content .container, .row.blog ul {
    padding-left: 0;
}
}
.row.form {
	background-color: #f5f2ef;
	margin: 0 auto;
	padding: 50px;
	position: relative;
}
.row.form h2 {
	position: absolute;
	left: 50%;
	top: -40px;
	transform: translate(-50%, 0);
	background-color: #657983;
	line-height: 76px;
	font-family: 'Ms Madi';
	color: #fff;
	font-size: 48px;
	font-weight: normal;
	padding: 0 30px;
white-space: nowrap;
}
@media screen and (max-width: 800px) {
	.row.form h2 {
		font-size: 38px;
	}
}
@media screen and (max-width: 500px) {
	.row.form h2 {
		font-size: 28px;
	}
}
.row.form p {
	padding: 25px 0 30px 0;
	text-align: center;
}
#contact.row.form ul {
	list-style: none;
	float: left;
	width: 100%;
}
#contact.row.form {
	padding-top: 35px;
}
.input-field { display: none; }
.text-field {
	font-size: 0;
}


	#contact textarea {
	min-height: 100px;
}
#contact fieldset.submit {
padding-top: 10px;
	text-align: center;
}
@media screen and (min-width: 850px) {
#contact .formcols {
	    padding-left: 262px;

}
	#contact fieldset {
    width: 262px;
    margin-left: -262px;
    float: left;
}
	#contact fieldset.submit {
		width: 100%;
		margin-left: 0;
	}
	#contact fieldset li {
    margin-right: 13%;
}
	#contact fieldset.enquiry {
    width: 100%;
    margin: 0;
    float: none;
}
	#contact fieldset.enquiry li {
		margin-right: 0;
	}
	#contact textarea {
	min-height: 181px;
}
}

.md-input {
    position: relative;
    margin-bottom: 20px;
}
    .md-input .md-form-control {
		font-family: 'Lato Light', sans-serif;
        padding: 10px 0;
        display: block;
        border: none;
        border-bottom: 1px solid #c2b2a3;
		background-color: transparent;
        box-shadow: none;
        width: 100%;
		font-size: 16px;
		line-height: 26px;
		outline: none;
		-webkit-appearance: none!important;
border-radius: 0!important;
    }
.md-input .md-form-control.error {
	border-bottom-color: #dd3c43
	}
    .md-input label, .md-input .md-form-control.notReq:valid ~ label {
		color: #975c52!important;
        font-size: 18px;
		font-family: 'Lora Italic', serif;
        position: absolute;
        pointer-events: none;
        left: 0;
        top: 10px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }
#contact .md-input.email label.error {
	line-height: 15px;
	top: auto!important;
	bottom: -15px;
}
    .md-input .bar:before {
        left: 50%;
    }

    .md-input .bar:after {
        right: 50%;
    }

    .md-input .highlight {
        position: absolute;
        height: 60%;
        width: 100px;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: 0.5;
         
    }
    .md-form-control:focus {
        outline-width: 0!important;
    }
    .md-input .md-form-control:focus ~ label, .md-input .md-form-control:valid ~ label, .md-input .md-form-control.notReq:focus ~ label  {
    top: -15px;
    font-size: 12px;
 color: rgba(151,92,82 ,0.5)!important;
}

.md-input .bar:before, .md-input .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #975c52;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.md-input.error .bar:before, .md-input.error .bar:after {
	  background: #dd3c43;
}
.md-input .md-form-control:focus ~ .bar:before, .md-input .md-form-control:focus ~ .bar:after {
    width: 50%;
}
.privacy, .privacy p {
	text-align: left!important;
	font-size: 12px!important;
	line-height: 18px!important;
}
fieldset .privacy .container {
	font-size: 16px;
        font-weight: 300;
	display: inline-block;
    position: relative;
    padding: 2px 0 0 45px;
    margin-bottom: 12px;
    cursor: pointer;
     -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#contact .privacy {
float: left;
	margin: 20px 20px 0 0;
}
#contact fieldset .privacy .container {
	margin-bottom: 3px;
}

/* Hide the browser's default checkbox */
fieldset .privacy .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
fieldset .privacy .checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 30px;
    width: 30px;
	    background-color: #fff;
	border: 1px solid #c2b2a3;
}
@media screen and (max-width: 494px) {
fieldset .privacy .checkmark {
	top: 5px;
	}
}
fieldset .privacy  .checkmark.error {
	border: 1px solid #dd3c43;
}
/* On mouse-over, add a grey background color */
fieldset .privacy .container:hover input ~ .checkmark {
    background-color: #f5f1ef;
}

/* When the checkbox is checked, add a blue background */
fieldset .privacy .container input:checked ~ .checkmark {
    background-color: #657983;
	border: 1px solid #657983;
}
/* Create the checkmark/indicator (hidden when not checked) */
fieldset .privacy .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
fieldset .privacy .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
fieldset .privacy .container .checkmark:after {
    left: 11px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
	    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
	transform: rotate(45deg);
}


#contact div.error {
color: #dd3c43;
font-size: 11px;
	margin-bottom: 30px;
}

#contact .forbidden ul {
margin-left: 30px;
}
#contact .forbidden li{
padding-bottom: 10px;
	font-size: 16px;
padding-left: 5px;
list-style-position: outside;
list-style-type: square;
}
#contact div.error, #contact .md-input.email label.error, #contact div.error span {
color: #dd3c43!important;
font-size: 12px;
}
#contact .email label.error {
display: inherit;
}
#contact .standard label.error {
display: none!important;
}
#contact div.error  {
padding: 10px 0 0 0;
}

div.success, div.forbidden {
background-color: #ECF2DC;
padding: 15px;
text-align: center;
color: #8FB22F;
	display: none;
	margin-top: 30px!important;
	margin-bottom: 0!important;
}
div.success p, div.forbidden p {
	padding: 0!important;
	font-size: 16px!important;
	margin: 5px 0!important;
}
div.success strong, div.forbidden strong {
	color: #8FB22F;
}
div.forbidden {
background-color: #f9e1e2;
color: #dd3c43;
}
.loading svg{
  display:inline-block;
	height: 20px;
width: 100px;
}

#contact .button, #contact .loading {
background-color: #657983!important;
display: inline-block;
  padding: 12px 15px!important;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
	color: #fff!important;
	margin-top: 20px;
	min-width: 153px;
	border: none;
	cursor: pointer;
	float: right;
	font-family: 'Lora', serif;
}
@media screen and (max-width: 849px) {
	#contact .button, #contact .loading {
	float: none;
		margin-top: 50px;
	}
}

#contact .loading {
	font-size: 8px;
	padding: 0;
	display: none;
	background-color: #585858
}
.sr-only {
	display: none;
}
.row.content ul {
	list-style: none;
 padding-left: 20px;
	margin-bottom: 20px;
}
.row.content ul li {
position: relative;
	padding: 0 10px 5px 15px;
}
@media screen and (max-width: 600px) {
	.row.content ul li {
	padding-bottom: 3px;
}
}
.row.content ul li:before {
	content: "-";
	position: absolute;
	left: 0;
	
}
#cbt .row.content ul.col-2{ 
	column-count: 2;
}
.row.content ul.col-4{ 
	column-count: 4;
}
@media screen and (max-width: 1000px) {
            #cbt .row.content ul.col-2 { 
	column-count: 1;
}	
}
@media screen and (max-width: 870px) {
.row.content ul.col-4{ 
	column-count: 3;
}	
}
@media screen and (min-width: 621px) and (max-width: 750px), (min-width: 451px) and (max-width: 550px) {
.row.content ul.col-4{ 
	column-count: 2;
}	

}
@media screen and (min-width: 451px) and (max-width: 800px) {
#edmr .row.content ul.col-4{ 
	column-count: 2;
}	

}
@media screen and (max-width: 450px), (min-width: 551px) and (max-width: 600px) {
.row.content ul.col-4, #edmr .row.content ul.col-4 { 
	column-count: 1;
}	
}
.row.badges {
	padding: 50px 0;
	text-align: center;
}
.row.badges a {
	display: inline-block;
margin: 0 auto;
	padding: 0 10px;
	border: none;
	vertical-align: middle;
}
.row.badges img {
	display: block;
	border: none;
}
.about-pic {
float: left;
    width: 35%;
    height: auto;
    max-width: 295px;
	margin: 0 30px 30px 0;
}
#about #content .container ul {
    display: inline-block;
    width: 65%;
}
@media screen and (max-width: 960px) {
.about-pic {
float: none;
	display: block;;
    width: 100%;
	margin: 0 auto 30px auto;
}
#about #content .container ul {
    display: inherit;
    width: 100%;
}	
}

.blog ul {
list-style: none;
font-size: 0;
}
.blog ul p {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px!important;
}
.blog ul p:last-child {
	padding-bottom: 0!important;
}
.blog h3 {	
text-align: left;
font-size: 18px!important;
line-height: 21px!important;

}
.blog h3 a {
border: none!important;
color: #657983;
}
h3.blog-title {
	font-family: 'Lora', serif;
text-align: left;	
position: relative;
margin: 0 0 15px 0!important;
	padding-top: 0!important;
	font-weight: normal;
}
.blog ul {
  margin: 0 0 15px 0;
  font-size: 0;
	text-align: center;
}
.blog ul{
	margin-bottom: 0;
}
.blog ul li  {
	padding-top: 15px;
	position: relative;
	text-align: left;
display: inline-block;
vertical-align: top;
width: 100%;
margin-bottom: 45px;
	max-width: 400px;
}
.blog ul li:before {
	content: "";
		border: 1px solid #fff;
	border-bottom: 0;
	margin: 0 15px;
	display: block;
	height: 15px;
}
@media screen and (min-width: 800px) {
	.blog ul {
		text-align: left;
		display: flex;
		flex-wrap: wrap;
	}
	.blog ul li  {
	margin-bottom: 20px;
width: 45%;	
	max-width: none;
padding-bottom: 0;
margin-left: 5%;
}

	.blog ul li:first-child {
			margin-bottom: 35px;
		margin-left: 0
	}
	.blog ul li:nth-child(2) {
border-right: none;
		margin-bottom: 35px;
}
		.blog ul li:last-child {
		margin-left: 0
	}
}


@media screen and (min-width: 1000px) {
	.blog ul  {
		margin-left: 42px;
	}
	.blog ul li, .blog ul li:last-child  {
width: 30%;
margin-bottom: 0!important;
margin-left: 5%;
		display: inline-block;
		vertical-align: top;

}
.blog ul li:first-child  {
			margin-right: 0;
}
}

.blog ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;

}
#content .blog h3 {
	font-size: 18px!important;
	text-align: left;
	margin-bottom: 10px!important;
	
}
#content .blog h3::after {
	display: none;
}
.more-link {
font-family: 'Lora', serif;
	color: #657983;
	font-size: 14px!important
}
.blog-img {
border-bottom: none!important;
	padding-bottom: 0!important;
	
}
.blog-img img {
	max-width: 100%;
    height: auto;
	display: block;
}

.blog .desc {
	border: 1px solid #fff;
	border-top: 0;
	margin: 0 15px;
	display: block;
padding: 15px 15px 25px 15px;
}
.row.footer {
	padding: 92px 32px 0 32px;
}
#privacy .row.footer {
	padding-top: 0;
}
.row.footer ul.social {
list-style: none;
width: 100%;
    height: 36px;
    vertical-align: middle;
	margin: 0 auto;
	text-align: center;
}
.row.footer  ul.social li {
display: inline-block;
	margin: 0 5px;
    height: 33px;
    padding: 0 5px;
	color: #d6c5bf;
}
.row.footer  ul.social li:before {
	display: none;
}
.row.footer  ul.social li img {
	border: none;
}
.row.footer  ul.social li a {
	padding: none;
	border-bottom: none;
}