@charset "utf-8";
/* CSS Document */
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: 'Raleway', sans-serif;
	font-weight: 400;
	color: #5e5e5e;
	font-size: 18px;
	line-height: 28px;
}
@media screen and (max-width: 400px) {
	body {
		font-size: 16px;
		line-height: 26px;
	}	
}
.covid {
	  background-color: #8ca67a;
	padding: 12px 15px;
}
@media screen and (max-width: 499px) {
	.covid {
	display: none;
}
}
#home .covid {
	display: none;
}
#home .scrolled .covid {
	display: inherit;
}
@media screen and (max-width: 499px) {
	.covid {
	display: none;
}
.scrolled .covid {
	display: inherit;
}
}
.covid div.covid-inner {max-width: 1200px; margin: 0 auto;
	color: #fff;
font-size: 16px!important;
text-align: center!important;
	font-weight: 300!important;
}
@media only screen and (max-width: 768px) {
	.covid div.covid-inner {
		font-size: 14px!important;
	}
}
@media only screen and (max-width: 450px) {
	.covid div.covid-inner {
		line-height: 18px!important;
	}
}
.covid div.covid-inner strong {
	color: #fff!important;
	font-weight: 400!important;
}
.covid button {
	border: 1px solid #fff;
color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400!important;
    text-decoration: none;
	background-color: #8ca67a;
	cursor: pointer;
	margin: 0 10px;
	letter-spacing: 1px;
}
@media screen and (max-width: 570px) {
.covid button {
	margin-top: 5px;
	}
}
.covid button:hover {
	background-color: rgba(255,255,255,0.2);
	border-color: #fff;
	color: #fff;
}
.covid button:focus {
	outline: none;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 8888888; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	    text-align: center;
}
/* Modal Header */
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;

}
.modal-header h3 {
	text-align: center;
    font-size: 20px!important;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 3px;
		color: #5e5e5e;

}
/* Modal Body */
.modal-body {padding: 15px; color: #000}

.modal p {
    margin: 0 0 20px 0!important;
    white-space: inherit!important;
}
.modal .success {
    padding: 52px 0;
}
.modal .error {
    color: #CD0003;
    background-color: #f9e1e2;
    padding: 15px;
    text-align: center;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
	max-width: 800px;
	font-size: 16px;
	line-height: 24px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
	float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.logo {
	float: left;
	margin-top: 28px;
}
#nav-bar.scrolled .logo {
	    height: 50px;
    width: auto;
	margin-top: 10px;
	margin-bottom: 10px!important;
}
a.logo-home-link {
	position: relative;
	z-index: 1000000;
}
@media (max-width: 1400px) {
.fouc {
display: none;
}
}
#nav-bar {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 20;
}
#nav-bar.scrolled, #nav-bar.scrolled .row {
		background-color: #f6f6f6;
}
#nav-bar #container {
	max-width: 1500px;
	margin: 0 auto;

}

#nav-bar .row {
background-color: #fff;
}
@media screen and (min-width: 1321px){
#nav-bar .row {
	padding: 0 40px;
}
}

@media screen and (max-width: 1320px){
	.logo {
margin-left: 40px;
		margin-bottom: 15px;
}
}
@media screen and (max-width: 700px) {
	.logo {
margin-left: 25px;
	width: 50%;
		max-width: 150px;
    height: auto;
	
}
}
@media screen and (min-width: 1401px) {
.scrolled nav {
	height: 70px;
}
	.home-link {
		display: none;
	}

nav {
	height: 126px;
	transition: 0.3s;
	}

	nav ul {
	list-style: none;
	float: right;
	margin-top: 48px;
}
.scrolled nav ul {
	margin-top: 20px;	
	}



nav ul li {
	display: inline-block;
	line-height: normal;
}
nav .menu-button, nav ul li a {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
  padding: 16px;
  border: none;
	 white-space: nowrap;
	color: #767676;
	text-decoration: none;
}
	
nav ul li.current a {
		font-weight: 600;
	color: #535353;
	}
	nav ul ul li.current a {
		background-color: #ddd;
	}
nav > ul > li:last-child a {
	padding-right: 0;
}

}

/* hide the link until viewport size is reached */
.mean-remove {
	display: none!important;
}
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;
background-repeat:repeat-x;
z-index: 888888;
	transition: 0.3s;
}
.scrolled .mean-bar {
	height: 70px;
}
.mean-container a.meanmenu-reveal {
width: 44px;
    height: 36px;
    padding: 10px;
    border: 1px solid #7E7C7C;
    border-radius: 4px;
    position: absolute;
    top: 35px;
    right: 40px;
    cursor: pointer;
    color: #7E7C7C;
    text-decoration: none;
       text-indent: -9999em;
    line-height: 21px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

@media screen and (max-width: 700px) {
	.mean-container a.meanmenu-reveal {
		right: 25px!important;
	}
}
.scrolled .mean-container a.meanmenu-reveal {
	top: 20px;
}
.mean-container a.meanmenu-reveal span {
width: 22px;
position: absolute;
right: 10px;
display: block;
background: #7E7C7C;
height: 2px;
}
.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: #f6f6f6;
margin-top: 2px;
}

.mean-container .mean-nav ul {
padding: 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: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
display: block;
padding: 1em 40px;
margin: 0;
text-align: left;
color: #767676;
border-bottom: 1px solid #e4e4e4;
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: 80%;
padding: 1em 10%;
border-bottom: 1px solid #e4e4e4;
opacity: 0.75; 
filter: alpha(opacity=75);
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 {
width: 70%;
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 {
background-color: #ededed;
	
}
.mean-container .mean-nav ul li.current::before {
    position: absolute;
    left: 25px;
    content: '>';
    color: #719d60;
    font-weight: 600;
    font-size: 16px;
    top: 14px;
}
.mean-container .mean-nav ul li.current a {
position: relative;
font-weight: 600;
	color: #535353
}

.mean-container .mean-nav ul li a:hover { 
background-color: #4f4f4f;
background-color: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
width: 100%;
height: 26px;
border: none !important;
padding: 12px !important;
text-align: right;
position: absolute;
right: 0;
top: 0;
z-index: 2;
font-weight: 700;
}
.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 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
	background-color: #535353;
	z-index: 1000;
}
.back-to-top:hover {
	background-color: #8ca67a;
}


body:not(#home) {
	padding-top: 182px;
}
@media screen and (max-width: 499px) {
body:not(#home) {
	padding-top: 102px;
}	
}
@media screen and (min-width: 701px) and (max-width: 1077px) {
body:not(#home) {
	padding-top: 215px;
}	
}
body:not(#home) header {
margin: 0 40px 130px 40px;
	position: relative;
	height: 380px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
body:not(#home) header {
margin: 0 25px 130px 25px;
	}
}
@media screen and (max-width: 499px) {
	body:not(#home) header {
	height: 280px;
		margin-bottom: 0;
	}
	body#contact header {
	background-position: center left!important;	
	}
}
#hero {
    background-image: url(/images/hero.jpg);
    background-size: cover;
	background-position: center top;
    position: relative;
	width: 100%;

}
@media screen and (max-width: 499px) {
	#hero {
	background-position: center 50px;
}
}
@media screen and (max-width: 768px) {
	#hero {
	background-image: url(/images/hero-768.jpg);
}
}
.hero-inner {
	border: 40px solid #fff;
	border-top: none;
	width: 100%;
	height: 100%;
	position: relative;
}
@media screen and (max-width: 700px) {
.hero-inner {
	border: 25px solid #fff;
	border-top: none;	
}
}
#hero .strapline {
	font-family: 'Homemade Apple', cursive;
	font-size: 39px;
	line-height: 70px;
	padding: 200px 40px 0 40px;
	text-align: center;
}
	@media screen and (max-width: 1899px) {
	#hero .strapline {
	padding: 180px 40px 0 40px;	
		}
}
@media screen and (max-width: 1400px) {
	#hero .strapline {
	padding: 160px 40px 0 40px;	
		}
}
	@media screen and (min-width: 769px) and (max-width: 1024px) {
	#hero .strapline {
	padding: 200px 40px 0 40px;	
		}
}
	@media screen and (max-width: 768px) {
	#hero .strapline {
	padding: 180px 40px 0 40px;	
		}
}
	@media screen and (max-width: 500px) {
	#hero .strapline {
	font-size: 20px;
	line-height: 40px;
		}
	}
	@media screen and (max-width: 320px) {
	#hero .strapline {
		padding: 120px 0 0 0;
	}
	}
		@media screen and (min-width: 321px) and (max-width: 500px) {
	#hero .strapline {
		padding: 140px 25px 0 25px;
	}
	}
#hero .strapline .line-one, #hero .strapline .line-two  {
	display: inline-block;
	position: relative;
}
#hero .strapline .line-one::after, #hero .strapline .line-two:after { 
	content: '';
	background-image: url("/images/line-one.png");
	background-repeat: no-repeat;
	background-size: 275px 10px;
	background-position: top left;
	height: 10px;
	width: 101%;
	position: absolute;
	bottom: -7px;
	left: -2px;
	
}

#hero .strapline .line-two::after { 
	content: '';
	background-image: url("/images/line-two.png");
	background-size: 143px 5px;
	height: 10px;
	width: 100%;
	left: 3px;
	
}
		@media screen and (max-width: 500px) {
	#hero .strapline .line-one::after, #hero .strapline .line-two:after { 
		background-size: 100% 50%;
	bottom: -5px;
	}	
			#hero .strapline .line-two:after { 
		background-size: 75% 30%;
	}
	}
#hero .buttons {
position: absolute;
	width: 100%;
text-align: center;
	bottom: 15px;
}
.down-button {
	border: 1px solid #fff;
text-align: center;
	line-height:  60px;
	width: 375px;
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: rgba(99,63,19, 0.47);
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0 auto 21px auto;
}
@media screen and (max-width: 449px) {
	.down-button {
			width: 315px;
	font-size: 18px;
	letter-spacing: 2px;
		line-height:  50px;
	}
}
@media screen and (max-width: 399px) {
	.down-button {
		line-height:  40px;
			width: 235px;
	font-size: 14px;
	letter-spacing: 1px;
	}
}
.down-button:hover {
background-color: rgba(99,63,19, 0.60);	
}
#home header { 
overflow: hidden;
}
#faq header {
	background-image: url("/images/faq-header-1900.jpg");
}

@media screen and (max-width: 800px) {
	#faq header {
	background-image: url("/images/faq-header-1600.jpg");
	}
}
#feedback header
{
	background-image: url("/images/test-header-1900.jpg");
}
@media screen and (max-width: 800px) {
	#feedback header {
	background-image: url("/images/test-header-1600.jpg");
	}
}
#therapy header
{
	background-image: url("/images/therapy-header-1900.jpg");
}
@media screen and (max-width: 800px) {
	#therapy header {
	background-image: url("/images/therapy-header-1600.jpg");
	}
}
#about header
{
	background-image: url("/images/about-header-1900.jpg");
}
#sessions header
{
	background-image: url("/images/sessions-header-1900.jpg");
}
@media screen and (max-width: 800px) {
	#sessions header {
	background-image: url("/images/sessions-header-1600.jpg");
	}
}
#contact header {
	background-image: url("/images/contact-header-1900.jpg");
}

@media screen and (max-width: 800px) {
	#contact header {
	background-image: url("/images/contact-header-1600.jpg");
		background-position: center left;
	}
}

:not(#home) header div.header-title {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    max-width: 713px;
    top: 397px;
    width: 100%;
    background-color: #fff;
    padding: 30px 40px 0 40px;;

}

@media screen and (max-width: 700px) {
	:not(#home) header div.header-title {
left: 25px;
right: 25px;
}
}
@media screen and (max-width: 499px) {
	:not(#home) header div.header-title {
display: none;
}
	h1.mobile {
		display: inherit;
	}
}

#therapy header div.header-title {
max-width: 920px;
}
#about header div.header-title {
	max-width: 488px;
}
#main-body {
	padding-bottom: 150px;
}
@media screen and (max-width: 500px) {
#main-body {
	padding-bottom: 80px;
}	
}
#contact #main-body {
	padding-bottom: 40px;
}
#main-body #intro {
	text-align: center;
	font-weight: 300;
	font-size: 26px;
	line-height: 34px;
	padding: 48px 0 23px 0;	
max-width: 1200px;
		margin: 0 auto;
}
@media screen and (max-width: 400px) {
#main-body #intro {
font-size: 22px;
	line-height: 32px;
	}
}
#therapy #main-body #intro, #about #main-body #intro, #sessions #main-body #intro, #contact #main-body #intro, #faq #main-body #intro {
	padding-top: 0;
}
#main-body a, footer a, .covid p a {
	color: #719d60;
	text-decoration: none;
	border-bottom: 1px solid #719d60;
	padding-bottom: 3px;
}
 h1, #main-body h1 {
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	position: relative;
		text-rendering: geometricPrecision !important;
}

#home #main-body h1 {
	margin-bottom: 30px;
	padding-top: 75px;
}
@media screen and (min-width: 500px) {
h1.mobile {
	display: none;
}
}
@media screen and (max-width: 768px) {
	#home #main-body h1 {
	padding-top: 0;
}
}
#about header h1 {
text-transform: none;
}
#privacy #main-body h1 {
	margin-bottom: 80px;
}
header h1 span, #main-body h1 span {
	color: #719d60;
	font-family: 'Homemade Apple', cursive;
	font-size: 35px;
	text-transform: none;
	line-height: 40px;
	display: inline-block;
	padding: 20px 0; 
	font-weight: normal;
	letter-spacing: normal;
}
@media screen and (max-width: 499px) {
	 h1, #main-body h1 {
	font-size: 25px;
	line-height: 35px;
		 margin-bottom: 80px;
	}
header h1 span, #main-body h1 span {
			font-size: 25px;
	line-height: 35px;
	}
}
header h1::after, #main-body h1::after, #main-body h2::after, #main-body h3:not(.accordion-thumb)::after {
content: '';
	position: absolute;
	bottom: -21px;
	display: block;
	height: 2px;
	background-color: #719d60;
	width: 45px;
left: 50%;
  transform: translate(-50%, -50%);
}
 #main-body h2::after {
	bottom: -13px;
}
#privacy #main-body h2, #privacy #main-body h3  {
	text-align: left;
}
#privacy #main-body h2::after, #privacy #main-body h3::after {
	left: 0;
	transform: none;
}
#main-body h3:not(.accordion-thumb)::after {
		bottom: -10px;
}
#main-body h2, #main-body h3:not(.accordion-thumb) {
		font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 25px;
	line-height: 40px;
	text-align: center;
	position: relative;
		text-rendering: geometricPrecision !important;
	margin-bottom: 50px;
	padding-top: 40px;
}
@media screen and (max-width: 499px) {
#main-body h2, #main-body h3:not(.accordion-thumb) {
		font-size: 20px;
	line-height: 30px;
	}
}
#main-body h3:not(.accordion-thumb){
	font-size: 20px;
}
#main-body h2:first-child {
	padding-top: 0;
}
#main-body h2 .brand {
	font-weight: 500;
	white-space: nowrap;
}
#contact .success .brand, #home .cta .brand {
	text-transform: uppercase;
	font-weight: 500;
	white-space: nowrap;
	color: #5e5e5e!important;
		letter-spacing: 1px;
}
#main-body h2 .brand span, #contact .success .brand span, #home .cta .brand span {
		font-family: 'Homemade Apple', cursive;
	font-size: 28px;
	text-transform: none;
	font-weight: normal;
}
@media screen and (max-width: 499px) {
#main-body h2 .brand span {
		font-family: 'Homemade Apple', cursive;
	font-size: 23px;	
}
}
#contact .success .brand span {
	font-size: 18px;	
}
#main-body p {
	padding-bottom: 25px;
}
#main-body p strong {
	font-weight: 600;
}
#main-body #intro p strong {
	font-weight: 500;
}
#main-body ul.list, .accordion-panel ul {
	list-style: none;
	margin: 20px;
}
#main-body ul.list li, .accordion-panel ul li {
	padding-left: 15px;
	padding-bottom: 5px;
	position: relative;
}
#main-body ul.list li::before, .accordion-panel ul li::before {
	position: absolute;
	left: -5px;
	content: '>';
	color: #719d60;
	font-weight: 600;
	font-size: 16px;
}
#main-body .row {
	padding: 80px 40px;	
	text-align: center;
}

#main-body .row:first-of-type {
padding: 40px;	
}
@media screen and (max-width: 700px) {
	#main-body .row {
		padding: 80px 25px;	
	}
#main-body .row:first-of-type {
padding: 25px 25px;	
}	
}
@media screen and (max-width: 499px) {
	#main-body .row {
		padding: 40px 25px;	
	}
	
}
#main-body .row:last-of-type {
	padding-bottom: 0;
}
#main-body .row .content {
max-width: 987px;
margin: 0 auto;
}
#main-body .row.faq,#main-body .row.feedback, #main-body .row.blog {
padding: 35px 40px 0 40px!important;	

}
@media screen and (max-width: 700px) {
#main-body .row.faq,#main-body .row.feedback, #main-body .row.blog {
padding: 35px 25px 0 25px!important;	

}	
}
@media screen and (max-width: 499px) {
#main-body .row.faq,#main-body .row.feedback, #main-body .row.blog {
padding: 25px 25px 0 25px!important;	

}	
}
#main-body .row.feedback {
	padding-top: 78px!important;
}
@media screen and (max-width: 700px) {
	#main-body .row.feedback {
	padding-top: 25px!important;
}
}
#main-body .row.faq .content, #main-body .row.blog .content, #main-body .row.services .content, #main-body .row.cta .content {
max-width: 1200px
} 
#main-body .row.feedback .content {
max-width: 1050px;
}
#main-body .row.costs {
	background-color: #f5f5f5;
}

footer {
	background-color: #ededed;
	margin: 0 40px 40px 40px;
	padding: 40px;
	position: relative;
}
@media screen and (max-width: 700px) {
footer {
	margin: 0 25px 25px 25px;
	padding: 25px;
}	
}
footer .content {
	max-width: 1350px;
	margin: 0 auto;
}
footer h4 {
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 35px;
	letter-spacing: 4px;
}
footer h4::after {
	content: '';
	position: absolute;
	bottom: -12px;
	display: block;
	height: 2px;
	background-color: #719d60;
	width: 45px;
left: 0;
}
footer span {
	color: #719d60;
display: inline-block;
    font-size: 33px;
    padding-bottom: 10px;
}

footer .opening {
	padding-top: 15px;
	font-size: 16px;
	line-height: 20px;
}
@media screen and (max-width: 400px) {
	footer span {
    font-size: 26px;
	}
	footer .opening {
			font-size: 14px;
	}
}
footer .footer-col.col-one {
	max-width: 450px;
	width: 50%;
	display: inline-block;
}

footer .footer-col.col-two {
	width: 45%;
	float: right;
}
@media screen and (max-width: 900px) {
	footer .footer-col.col-one {
	width: 100%;
		max-width: none;
		margin-bottom: 50px;
}
	footer .footer-col.col-two {
		width: 100%;
		float: none;
	}
}
.footer-logo {
	position: absolute;
	right: 35px;
	bottom: 23px;
}
@media screen and (max-width: 400px) {
.footer-logo {
	position: inherit;
	right: auto;
	bottom: auto;
	display: block;
	margin: 0 auto;
}	
}
footer .footer-col.col-two a {
	border-bottom: none;
	color: #5e5e5e;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 16px;
	pading-bottom: 0;
}
footer .footer-col.col-two ul {
	list-style: none;
}
@media screen and (max-width: 400px) {
footer .footer-col.col-two ul {
	margin-bottom: 30px;
}	
}
@media screen and (max-width: 500px) {
footer .footer-col.col-two ul {
	margin-bottom: 50px;
}	
}
footer .footer-col.col-two ul li {
	line-height: 16px;
	padding-bottom: 15px;
}
.accordion {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.accordion-item {
padding-top: 24px;
}
.accordion-thumb {
	font-family: 'Raleway',sans-serif;
	color: #5e5e5e;
	font-size: 24px!important;
	border-bottom: 1px solid #dedede;
	margin: 0;
	padding: 13px 70px 23px 23px!important;
	cursor: pointer;
	font-weight: 300;
	line-height: 30px!important;
	position: relative;
}
@media screen and (max-width: 700px) {
.accordion-thumb {
	font-size: 20px!important;
	line-height: 26px!important;
	}
	
}
.accordion-thumb::after {
		content: url("/images/faq-open.svg");
		display: block;
		height: 30px;
		width: 26px;
position: absolute;
	right: 23px;
top: 23px;
		transition: transform .2s ease-out;
	line-height: normal;
}

.accordion-panel {
	margin: 0;
	padding: 20px 23px 44px 23px;
	display: none;

	border-bottom: 2px solid #799466;
	font-weight: 300;
}

.accordion-item.is-active .accordion-thumb::after {
content: url("/images/faq-close.svg");
	color: #fff;
}
.accordion-item.is-active {
		background-color: #f6f6f6;
}
.accordion-item.is-active .accordion-thumb {

	font-weight: 600;
	color: #799466;
	font-size: 25px;
	border-bottom: none;
}
.accordion-thumb:hover {
border-bottom: 1px solid #799466;
}
.feedback-item {
	margin-bottom: 60px;
	text-align: left;
}
.feedback-item:last-of-type {
	margin-bottom: 0;
}
.feedback-item .text {
	background-color: #f2f6f1;
	padding: 30px 30px 5px 30px;
	position: relative;
	margin-bottom: 35px 
}
.feedback-item .text p::before {
    content: '\201C';
	
}

.feedback-item .text p:last-of-type::after {
    content: '\201D';
}
.feedback-item:nth-of-type(even) .text {
	text-align: right;
}
.feedback-item .text::after {
	content: '';
    position: absolute;
    bottom: -25px;
    left: 20px;
    width: 0;
    height: 0;
border-style: solid;
border-width: 25px 0 0 42px;
border-color: #f2f6f1 transparent transparent transparent;

}
.feedback-item:nth-of-type(even) .text::after {
	border-width: 25px 42px 0 0;
border-color: #f2f6f1 transparent transparent transparent;
	    left: auto;
	right: 20px;
}
.feedback-item .cite {
	font-size: 13.5px;
	text-transform: uppercase;
	color: #719d60;
	font-weight: 500;
	letter-spacing: 1.5px;
			text-rendering: geometricPrecision !important;
}
.feedback-item:nth-of-type(even) .cite {
	text-align: right;
}
#therapy .row.relationships, #home .row.louise {
	background-image: url("/images/relationships-bg-1900.jpg");
	background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
	margin-bottom: 30px;
	margin-top: 10px;
}
#home .row.louise {
	background-image: url("/images/home-about-bg.jpg");
	margin: 80px 0 43px 0;
}
@media screen and (max-width: 400px) {
#home .row.louise {
	margin: 0;
}	
}
@media screen and (max-width: 800px) {
#therapy .row.relationships {
		background-image: url("/images/relationships-bg-1600.jpg");
}
#home .row.louise {
		background-image: url("/images/home-about-bg-1600.jpg");
}
}
#therapy .row.relationships .content,  #home .row.louise .content {
	min-height: 543px;
	position: relative;
	max-width: 1047px
	
}
#home .row.louise .content {
	min-height: 443px;
}
#home .row.louise .content {
	max-width: 870px	
}
#therapy .row.relationships .content div, #home .row.louise .content div.container {
  position: absolute;
	padding: 30px 30px 5px 30px;
  top: 50%;
  transform: translateY(-50%);
	background-color: rgba(255,255,255,0.85);
}
@media screen and (max-width: 400px) {
	#therapy .row.relationships .content div {
	transform: none;
		top: auto;
		position: inherit;
	}	
}
#home .row.louise .content div.container {
	padding: 40px;
	 display:table;
}


@media screen and (max-width: 709px) {
	#home .row.louise .content div.container {
	position:inherit;
		transform: none;
}
}
@media screen and (max-width: 400px) {
#home .row.louise {
    padding: 80px 30px!important;
	}
	#home .row.louise .content div.container {

    padding: 30px;
	
}
}
#therapy .row.quote {
padding: 116px 40px 80px 40px;
	margin:  40px 0 55px 0;
	background-image: url("/images/therapy-quote-bg.jpg");
	background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
#home .row.quote {
padding: 240px 40px 210px 40px;
	margin:  80px 0 70px 0;
	background-color: #8ca67a; 
}

@media screen and (max-width: 768px) {
	#home .row.quote {
		margin: 0;
		padding: 120px 40px 90px 40px;
	}
}
@media screen and (max-width: 700px) {
	#home .row.quote {
		margin: 0;
		padding: 120px 25px 90px 25px;
	}
}
#therapy .row.quote p, #home .row.quote p {
font-weight: 300!important;
	color: #fff;
	font-size: 39px;
	line-height: 40px;
	position: relative;
	padding: 0;
	display: inline-block;
	margin-bottom: 10px;
}
#home .row.quote p {
	font-size: 32px;
	line-height: 43px;
	    margin-bottom: 45px;
}
@media screen and (max-width: 400px) {
	#home .row.quote p {
	font-size: 22px;
	line-height: 30px;

}
}
#therapy .row.quote p::before, #therapy .row.quote p::after, #home .row.quote p::before, #home .row.quote p::after {
	content:'';
	background-image: url("/images/quote.svg");
	background-repeat: no-repeat;
	width: 41px;
	height: 35px;
	position: absolute;
	top: -40px;
	left: -20px;
}
#home .row.quote p::before {
		top: -35px;
}
#therapy .row.quote p::after, #home .row.quote p::after  {
	  transform: rotate(180deg);
	top: auto;
	bottom: -40px;
	right: -20px;
	left: auto;
}
#home .row.quote p::after {
		bottom: -35px;
}
#therapy .row.quote span, #home .row.quote span {
	font-size: 14px;
		color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#about header {
	padding: 33px 33px 0 33px;
}
#about header img {
	border-radius: 50%;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: auto;
	max-width: 255px;
}

@media screen and (max-width: 499px) { 
	#about header img {
      height: 80%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
	#about header {
	padding: 0;
}
}
.columns {
display: inline-block;
	vertical-align: top;
  width: 50%;
  padding: 15px;
	font-size: 0;
}
@media screen and (max-width: 499px) {
.columns {
	padding: 15px 0;
	}
}
.price {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
	
}

.price:hover {
  box-shadow:0 0 10px 0 rgba(0,0,0,0.1);
}

.price .header {
text-transform: uppercase;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 30px 20px;
	border-radius: 5px 5px 0 0;
	background-color: #e6e8df;
}
.clinical .price .header {
background-color:#afb596;
	color: #fff;
}
.columns.clinical {
	width: 100%;
}
.price li {
  border: 1px solid #eee;
	border-top: 0;
  padding: 20px;
  text-align: center;
	font-size: 18px;
	background-color: #fff;
}
@media screen and (max-width: 499px) {
.price li {
	font-size: 16px;

}	
	.price .header {
    font-size: 19px;
	}
}
.price li:last-child {
	border-radius: 0 0 5px 5px;
}
.price li.enquire {
background-color: #fff!important;
}
.price li .button {
	background-color: #8ca67a!important;
display: inline-block;
  padding: 8px 15px!important;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff!important;
	border-radius: 5px;
}
.price li .button:hover {
	background-color: #585858!important;
	
}
@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}
p.small {
	font-size: 14px;
	line-height: 20px; 
}
.small-print {
	background-color: #f5f5f5;
	padding: 25px 30px 30px 30px;
	margin: 0 auto;
	font-size: 14px;
		line-height: 20px; 
	margin-top: 30px;
}
#main-body .small-print h3 {
	padding-top: 0;
}
#main-body .small-print p {
	padding-bottom: 10px;
}
.room img {
margin: 0 auto ;
	display: block;
}
#sessions .row.room {
	padding: 200px 40px!important;
	background-image: url("/images/room-bg.jpg");
	background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
	margin-top: 10px;
}

@media screen and (max-width: 800px) {
#sessions .row.room {
		background-image: url("/images/room-bg-1600.jpg");

	}}
	#sessions .row.room .content {
		padding: 30px;
		background-color: rgba(255,255,255,0.75);
	}
@media screen and (max-width: 499px) {
		#sessions .row.room .content {
		padding: 25px;
}
	#sessions .row.room {
	padding: 80px 25px!important;
	}
}
.mobile-room {
	display: none!important;
}
@media screen and (max-width: 450px) {
.mobile-room {
	display: inherit!important;
	max-width: 100%;
	height: auto;
}	
}
iframe {
	display: block;
}


textarea,
input.text,
input[type="text"],
input[type="submit"]{
-webkit-appearance: none;
border-radius: 0;
}

#contact .row.form ul {
	list-style: none;
	float: left;
	width: 100%;
}
.input-field { display: none; }
.text-field {
	font-size: 0;
}

#contact .form {
	padding: 35px 48px;
}
#contact .form-wrapper {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

	#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: 263px;
}
}

.md-input {
    position: relative;
    margin-bottom: 25px;
}
    .md-input .md-form-control {
		font-family: 'Raleway', sans-serif;
		font-weight: 400;
        padding: 10px 0;
        display: block;
        border: none;
        border-bottom: 1px solid #c7c7c7;
        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 {
		color: #5e5e5e;
        font-size: 15px;
		text-transform: uppercase;
		letter-spacing: 1px;
        font-weight: 300;
        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 {
    top: -15px;
    font-size: 12px;
 color: rgba(79,79,79,0.5)!important;
}

.md-input .bar:before, .md-input .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #719d60;
    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;
	text-align: center!important;
}
#contact .content-wrapper a, #privacy .content-wrapper a, #help .content-wrapper a {
color: #000095;
border-bottom: 1px solid #000095;
}
fieldset .privacy .container {
	font-size: 15px;
		text-transform: uppercase;
		letter-spacing: 1px;
        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-us .privacy {
	max-width: 800px;
	margin: 20px auto 0 auto;
}
#contact-us 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 #c7c7c7;
}
@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: #f1f1f1;
}

/* When the checkbox is checked, add a blue background */
fieldset .privacy .container input:checked ~ .checkmark {
    background-color: #585858;
	border: 1px solid #585858;
}
/* 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;
    -webkit-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: 11px;
}
#contact .email label.error {
display: inherit;
}
#contact .standard label.error {
display: none!important;
}
#contact div.error, #OrderForm div.error, div.error2  {
padding: 10px 0 0 0;
}

#main-body div.success, #main-body div.forbidden {
background-color: #ECF2DC;
padding: 15px;
text-align: center;
color: #8FB22F;
	display: none;
	margin-bottom: 30px!important;
}
#main-body div.success p, #main-body div.forbidden p {
	padding: 0;
	font-size: 16px;
	margin: 5px 0;
}
#main-body div.success strong, #main-body div.forbidden strong {
	color: #8FB22F;
}
#main-body div.forbidden {
background-color: #f9e1e2;
color: #dd3c43;
}
.loading svg{
  display:inline-block;
	height: 20px;
width: 100px;
}

#contact .button, #contact .loading {
background-color: #8ca67a!important;
display: inline-block;
  padding: 8px 15px!important;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff!important;
	border-radius: 5px;
	margin-top: 45px;
	min-width: 153px;
	border: none;
	cursor: pointer;
}


#contact .loading {
	font-size: 8px;
	padding: 0;
	display: none;
	background-color: #585858
}
.sr-only {
	display: none;
}
#contact .form {
padding-bottom: 100px
}
#main-body .row.location {
	background-color: #8ca67a;
	color: #fff!important;
}
#main-body .row.location h2::after {
	background-color: #fff;
}
.blog ul {
list-style: none;
font-size: 0;
padding: 27px 0;	
}
.blog ul p {
	font-size: 16px;
	padding-bottom: 10px!important;
}
.blog ul p:last-child {
	padding-bottom: 0!important;
}
.blog h3 {	
text-align: left;
font-size: 22px!important;
line-height: 27px!important;
	text-transform: uppercase;
	
}
.blog h3 a {
border: none!important;
color: #000;
}
h3.blog-title {
text-align: left;	
position: relative;
margin: 0 0 15px 0!important;
	padding-top: 0!important;
}
.blog span.categories {
font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: block;
	padding: 15px 0 5px 0;
	
}
.blog ul {
  margin: 27px 0 15px 0;
  font-size: 0;
	text-align: center;
}
.blog ul{
	margin-bottom: 0;
}
.blog ul li  {
	text-align: left;
display: inline-block;
vertical-align: top;
width: 100%;
	max-width: 400px;
	padding-bottom: 35px;
margin-bottom: 45px;
position: relative;
}
.blog ul.list_1 li {
max-width: 800px;
}
@media screen and (min-width: 880px){
	
.blog ul.list_1 li a.blog-img {
position: relative;
    width: 800px;
    height: 350px;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}
.blog ul.list_1 li a.blog-img img {
  position: absolute;
  left: 50%;
  top: 50%;
    height: auto;
    width: 100%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
	}


@media screen and (min-width: 600px) {
	.blog ul.list_3 {
		text-align: left;
		display: flex;
		flex-wrap: wrap;
	}
	.blog ul.list_2  {
		text-align: center;
	}

	.blog ul:not(.list_1) li  {
	margin-bottom: 20px;
width: 48%;	
	max-width: none;
padding-bottom: 0;
margin-left: 2%;
}

	.blog ul:not(.list_1) li:first-child {
			margin-bottom: 35px;
		margin-left: 0
	}
	.blog ul li:nth-child(2) {
border-right: none;
		margin-bottom: 35px;
}
}


@media screen and (min-width: 800px) {
	.blog ul.list_3 li  {
width: 32%;
margin-bottom: 0!important;
margin-left: 2%;
		display: inline-block;
		vertical-align: top;
}
		.blog ul.list_3 li:first-child  {
			margin-right: 0;
	}
}

.blog ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;

}
.blog svg {
	position: absolute;
	top: 0;
	left: 0;
}
#main-body .blog h3 {
	font-size: 20px!important;
	text-align: left;
	letter-spacing: 1px;
	margin-bottom: 10px!important;
	
}
#main-body .blog h3::after {
	display: none;
}
.more-link{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px!important
}
.blog-img {
border-bottom: none!important;
	padding-bottom: 0!important;
}
.blog-img img {
	max-width: 100%;
    height: auto;
}
#home .row.quote {
	position: relative;
}
#home .row.quote::before {
	content: '';
	position:  absolute;
	top: 0;
	left: 50%;
	    transform: translateX(-50%) ;
	width: 0;
height: 0;
border-style: solid;
border-width: 25px 22px 0 22px;
border-color: #ffffff transparent transparent transparent;
}
.row.louise p span.signature {
	padding-top: 15px;
			display: block;
	font-size: 13px;
}
.row.louise p span.signature span {
	font-family: 'Homemade Apple', cursive;
	font-size: 23px;
	line-height: 23px;

}
@media screen and (max-width: 400px) {
.row.louise p span.signature span {
	font-size: 18px;
	line-height: 23px;

}	
}
.row.louise img:not(.mobile) {
	display: none;
}
.row.louise img.mobile {
		margin-bottom: 30px;
	    max-width: 100%;
    height: auto;
}
.row.louise p {
	padding-bottom: 0!important;
}
@media screen and (max-width: 400px) {
.row.louise p {
font-size: 16px;
}	
}
@media screen and (min-width: 710px) {
	.row.louise img.mobile {
		display: none;
	}

.row.louise img:not(.mobile)  {
	margin-left: 30px;
display: table-cell!important;
}
	.row.louise div div  {
			text-align: right;
	display: table-cell;
    vertical-align:middle;
}
}

@media screen and (min-width: 820px) {
	.row.services .left,  .row.services .right {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
}
.row.services .left {
	color: #719d60;
	font-size: 29px;
	line-height: 41px;
	font-weight: 300;
	padding-bottom: 40px;
}
.row.services .left p {
	padding: 0!important;
}
@media screen and (max-width: 600px) {
	.row.services .left {
    font-size: 25px;
    line-height: 38px;
	}
}
@media screen and (min-width: 820px) {
.row.services .left {
	text-align: right;
	padding: 0 60px 0 0;
	
	}
	.row.services .right {
	text-align: left;
	padding-left: 60px;
}
}
.row.services .left strong {
	font-weight: 500;
}	


.row.services .right ul {
	list-style: none;
}
.row.services .right ul li {
	padding-bottom: 10px
}
.row.services .right ul li:nth-child(odd) {
	font-weight: 600;
}
.row.services .right ul li:lst-child {
		padding-bottom: 0
}
#main-body .row.services h3 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 41px!important;
	letter-spacing: 4px;
	line-height: 24px;
}
#main-body .row.services h3::after {

	bottom: -16px!important
	
}
@media screen and (min-width: 820px) {
#main-body .row.services h3::after {
	left: 0;
	transform: none;
}	
	#main-body .row.services h3 {
	text-align: left;

}
}
#privacy #main-body .content {
	text-align: left;
}

#main-body .row.cta .content {
	border: 1px solid #dcdcdc;
	padding: 30px;
	font-size: 25px;
	line-height: 35px;
	font-weight: 300;
}
#main-body .row.cta .content .brand span {
	font-size: 25px;
}
#main-body a.cta-link {
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #8ca67a;
	padding: 15px 20px;
	color: #fff;
	font-size: 22px;
	display: inline-block;
}
#main-body a.cta-link:hover {
	background-color: #585858;
}
@media screen and (max-width: 375px) {
	#main-body a.cta-link {
		font-size: 17px;
		padding: 5px 10px;
	}
	#main-body .row.cta .content, #main-body .row.cta .content .brand span {
		font-size: 22px;
	}
	
}
