/*  CMS  */
.editable .cms-position-left {
  float: left;
  margin: .5em .5em .5em 0;
}

.editable .cms-position-inline {
  float: none;
  clear: none;
  display: inline-block;
  margin: 0 .5em;
}

.editable .cms-position-center {
  float: none;
  display: block;
  width: auto;
  margin: .5em auto;
}

.editable .cms-position-right {
  float: right;
  margin: .5em 0 .5em .5em;
}

.editable .cms-googlemap, .editable .cms-youtube {
  position: relative;
  padding-bottom: 56.25%; /* force 16:9 ratio */
  padding-top: 25px;
  height: 0;


}
.editable .cms-googlemap iframe, .editable .cms-youtube iframe {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.editable table, .editable img, .editable embed, .editable object, .editable iframe {
  max-width: 100%;
}

.editable table, .editable embed, .editable object, .editable iframe {
  width: 100%;
}

.editable img[data-href] {
  cursor: pointer;
}
/*  end CMS  */

/*  Global  */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
  border-top: 10px solid #DCEDEF;
  font-size: 2.2rem;
  font-family: 'PT Sans', sans-serif;
}
h1, h2, h3,
h4, h5, h6, a {
	font-family: 'Work Sans', sans-serif;
}
p, a, label {
	font-family: 'PT Sans', sans-serif;
}
h2 {
	font-size: 3rem;
}
a {
	text-decoration: none;
}
.button, button {
	display: block;
	padding: 1.45rem 1.8rem;
	border: 0;
	text-align: center;

}
body > .inner-container  .button > a,
.page_content .button a {
	display: inline-block;
	padding: 0.45rem 1.8rem;
	border: 0;
	text-align: center;
	background: #B32017;
	color: white;
	font-weight: 400;
}
.inner-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px;
}
.pull-right {
	float: right;
}
body > .inner-container  {
	text-align: center;
}
body > .inner-container  h1 {
	font-weight: 500;
	font-size: 4rem;
}
body > .inner-container  h2 {
	color: #ACB4B5;
	font-weight: 500;
}
body > .inner-container  a {
	color: #B32017;
	font-weight: bold;
}
body > .inner-container  ul {
	list-style-position: inside;
}
body > .inner-container  button {
	display: inline-block;
	background: #b32017;
	color: white;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	padding: 1rem 1.5rem;
	font-size: 1.6rem;
}
hr {
	border: 0;
	border-bottom: 1px solid #c8e5e8;
}
header {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.logo__container {
	padding: 10px 40px;
}
.logo__container img {
	max-width: 100%;
}
.logo {
	width: 150px;
}
.services {
	margin-left: 3rem;
}
.mobile__menu-trigger {
	display: none;
	position: relative;
	cursor: pointer;
	padding: 5px 0 5px 30px;
	font-size: 22px;
}

.mobile__menu-trigger:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 1em;
  height: 0.15em;
  background: #b32017;
  box-shadow:
    0 0.25em 0 0 #b32017,
    0 0.5em 0 0 #b32017;
}
.main__navigation-container {
	position: absolute;
	bottom: 10px;
	right: 40px;
}
.main__navigation li {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 1.6rem;
	position: relative;
}
.main__navigation li.active a {
	color: #B32017;
}
.main__navigation a {
	color: #000000;
}
.main__navigation li:hover .sub-menu {
	display: block;
}
.sub-menu {
	display: none;
	position: absolute;
}
.hero__container {
	margin-bottom: 10px;
	position: relative;
}
.hero__text {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 1.2rem);
	text-align: center;
}
._home__template .hero__text {
    position: absolute;
    top: 7vw;
    left: 11vw;
    max-width: 50rem;
    text-align: left;
}
.hero__text h1 {
	color: #D6E9EB;
	text-transform: uppercase;
	font-size: 5.5rem;
    letter-spacing: 0.1rem;
}
._home__template .hero__text p {
	color: white;
}
.hero__container img {
	display: block;
	width: 100%;
}
.main__content {
	background: #DCEDEF;
	text-align: center;
	margin-bottom: 10px;
}
.main__content h2 {
	font-weight: 500;
}
.footer__container {
	position: relative;
	background: #58585a;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.footer__container > div > div {
	display: inline-block;
	width: 29%;
	vertical-align: top;
}
.footer__container h3 {
	color: #ACB4B5;
	margin-bottom: 2rem;
}
.contact__container {
	font-size: 1.8rem;
}
.contact__container > div {
	position: relative;
	padding-left: 4.5rem;
	margin-bottom: 2rem;
}
#footer_map,
#map {
	padding-left: 0;
	width: 100%;
    height: 200px;
}
.contact__container .phone {
	font-weight: 700;
}
.contact__container .phone img {
	top: -5px;
}
.contact__container .address img {
	top: 3px;
}
.contact__container img {
	width: 30px;
	position: absolute;
	left: 0;
}
.recent-posts__container {
	margin: 0 4%;
}
.recent-posts__container .blog__post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #7a7a7a;
}
.recent-posts__container .blog__post-image {
	width: 80px;
	height: 80px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.recent-posts__container .blog__post-content h3 {
	color: #FFFFFF;
	font-size: 2rem;
	margin-bottom: 0;
	line-height: 1.8rem;
}
.recent-posts__container .blog__post-content {
	width: calc(100% - 100px);
	display: inline-block;
	line-height: 2rem;
}
.recent-posts__container .blog__post-published {
	font-size: 1.4rem;
}
.recent-posts__container .blog__post-author {
	font-size: 1.4rem;
	color: #ACB4B5;
}
.social-links__container {
	list-style: none;
	margin-bottom: 20px;
}
.social-links__container li {
	display: inline-block;
	text-align: center;
	width: 33.33%;
	height: 100%;
	vertical-align: middle;
}
.social-links__container li:first-child {
	background: #a1a2a2;
	border-radius: 6px 0 0 6px;
}
.social-links__container li:nth-child(2) {
	background: #bbc1c1;
	/*margin: 0 0.5%;*/
}
.social-links__container li:last-child {
	background: #d6e9eb;
	border-radius: 0 6px 6px 0;
}
.social-links__container img {
	vertical-align: middle;
	max-width: 100%;
}
.stay-connected__container.active:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 25px 0 25px;
	border-color: #58585a transparent transparent transparent;

	position: absolute;
	bottom: -30px;
}
.stay-connected__container .button {
	width: 100%;
	border: 1px solid #FFFFFF;
	border-radius: 6px;
	margin-bottom: 20px;
	font-size: 1.6rem;
}
.stay-connected__container .button:first-of-type {
	background: #7a7a7a;
	color: #FFFFFF;
}
.stay-connected__container .button:nth-of-type(2) {
	background: #bbc1c1;
	color: #58585a;
}
.stay-connected__container .button:nth-of-type(3) {
	background: #d6e9eb;
	color: #58585a;

}
.blog__subscription-form {
	display: inline-block;
	vertical-align: top;
	max-width: 50rem;
	width: 100%;
	padding: 6rem 4rem;
}
.blog__subscription-form h3 {
	margin-bottom: 20px;
	font-weight: 500;
}
.blog__subscription-form h3 span {
	color: #B32017;
}
.blog__subscription-form input[type="text"] {
	width: 100%;
	border: 0;
}
.blog__subscription-form .button {
	font-family: 'Work Sans', sans-serif;
	color: #FFFFFF;
	font-weight: 500;
	background: #b32017;
}
.footer__container-reveal > div {
	display: none;
}
.footer__container-reveal > div.active {
	display: block;
}


footer {
	background: #000000;
	color: #FFFFFF;
	font-size: 1.4rem;
	line-height: 4rem;
}
footer a {
	color: #FFFFFF;
}
footer .inner-container {
	padding: 20px;
}
.wisdom {
	position: relative;
	bottom: 7px;
	right: 7px;
}
/*  end Global  */


/*  Home  */
.heading__hr {
	max-width: 100%;
}
.home__icons-container {
	list-style: none;
	display: flex;
	padding: 40px 0;
	text-align: center;
	margin-bottom: 40px;
}
.home__icon {
	justify-content: space-between;
	flex-basis: 224px;
	border-right: 2px solid #ACB4B5;
	position: relative;
	height: 110px;
}
.home__icon:last-child {
	border: none;
}
.home__icon h5 {
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 500;
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
}
.home__icon span {
	font-size: 1.4rem;
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
}
/*  end Home  */

/*  About  */
.page-id-2 .hero__text {
	top: calc(40% - 2rem);
}
.two-column-container {
	display: flex;
	justify-content: space-around;
}
.two-column-container > div {
	flex-basis: 42%
}

/*  end About  */

/*  Blog  */
.blog__category-container {
	font-family: 'Work Sans', sans-serif;
	color: #58585a;
	text-align: center;
	padding: 0 0 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blog__category-container span {
	font-weight: 700;
	line-height: 29px;
	display: inline-block;
	margin-right: 10px;
}
.blog__category-list {
	display: flex;
	list-style: none;
	text-transform: uppercase;
}
.blog__category-list li {
	margin-left: 10px;
}
.blog__category-list a {
	font-family: 'Work Sans', sans-serif;
	color: #58585a;
}
.content__blog .blog__posts {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content__blog .blog__post {
	flex-basis: 270px;
	margin-bottom: 4rem;
	margin-right: 1.33333rem;
}
.content__blog .article-image {
	width: 100%;
	height: 180px;
	margin-bottom: 1rem;
	background-size: cover;
}
.content__blog .blog__post h3 {
	min-height: 60px;
}
.content__blog .blog__post h3 a {
	font-family: 'Work Sans', sans-serif;
	color: #58585a;
	font-weight: 500;
}
.content__blog .blog__post-description {
	color: #5e5e5e;
	font-size: 1.6rem;
	min-height: 6rem;
}
.content__blog .blog__post-published {
	margin-right: 1.5rem;
	font-weight: 700;
}
.content__blog .blog__post-published,
.content__blog .blog__post-author {
	font-size: 1.6rem;
	color: #b32017;
}
.content__blog .blog__post hr {
	margin: 1rem 0;
}
.content__blog .blog__post .button {
	display: inline-block;
	background: #b32017;
	color: white;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	padding: 1rem 1.5rem;
}
/*  end Blog  */

/*  Article  */
.article__container {
	text-align: center;
}
.article__header {
	background: #d6e9eb;
}
.article__header .inner-container {
	padding: 20px 0;
}
.article__header a {
	color: #B32017;
}
.article__header h1 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 3rem;
	margin: 1rem 0;
}
.article__header span {
	margin: 0 2rem;
}
.article__header span img {
	width: 19px;
	margin-right: 10px;
}
.article__share-container {
	padding: 20px 0;
}
.article__share-container span {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	color: #58585a;
	vertical-align: top;
	line-height: 29px;
	display: inline-block;
}
.article__share-container img {
	margin-left: 2rem;
}
.article__share-container ul {
	display: inline-block;
}
.article__share-container li {
	display: inline-block;
}
/*.article__share-container li:after {
    content: "|";
    position: relative;
    bottom: 6px;
    left: 1rem;
    color: #d6e9eb;
}*/
.article__share-container li:last-child:after {
	content: "";
}
/*  end Article  */

/*  Contact  */
.contact__form-container {
	width: calc(100% - 400px);
	background: #ACB4B5;
	display: inline-block;
}

.contact__form-tabs {
	background: #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
}
.contact__form-tabs button {
	width: calc(50% - 1.5px);
	display: inline-block;
	background: #D5D9DA;
	color: white;
	font-weight: bold;
	font-size: 2rem;
	position: relative;
}
.contact__form-tabs button:last-child {
	float: right;
}
.contact__form-tabs button.active {
	background: #000000;
}
.contact__form-tabs button.active:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 15px 0 15px;
    border-color: #FFFFFF transparent transparent transparent;
    position: absolute;
    bottom: -13px;
    left: calc(50% - 20px);
}
#book-a-consultation,
#make-an-enquiry {
	padding: 2rem;
	display: none
}
#book-a-consultation.active,
#make-an-enquiry.active {
	display: block;
}
input[type="text"],
input[type="email"],
textarea {
	display: block;
	width: 100%;
	background: #dcdcdc;
	border: 2px solid white;
	color: #6d7172;
	font-size: 2rem;
	padding: 5px;
}
.contact__form-container input,
.contact__form-container textarea {
	margin-bottom: 2rem;
}

.contact__form-container label {
	color: #FFFFFF;
}

#new-client,
#existing-client {
	margin-right: 1rem;
	width: 2.2rem;
	height: 2.2rem;
}
#existing-client {
	margin-left: 2rem;
}
.contact__form-container .button {
	display: block;
	background: #b32017;
	color: white;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	padding: 1rem 1.5rem;
	font-size: 1.6rem;
}
.form__status {
	background: #FFFFFF;
	padding: 2rem;
	color: #58585a;
	display: none;
}


.contact__information {
	float: right;
	width: 350px;
}
.contact__information h3 {
	color: #acb4b5;
	margin-bottom: 2rem;
}

/*  end Contact  */


/*  Media Queries  */
@media only screen and (min-width: 1200px) {
	.content__blog .blog__post:nth-of-type(4n) {
		margin-right: 0;
	}
	.content__blog .blog__posts:after {
		content: "";
		flex: auto;
	}
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
	.home__icon h5 {
		font-size: 1.5vw;
	}
	.content__blog .blog__post:nth-of-type(3n) {
		margin-right: 0;
	}
	.hero__text h1 {
		font-size: 3.5vw;
	}
	.hero__text p {
		font-size: 2vw;
	}
}
@media only screen and (min-width: 960px) {
	.main__navigation a:hover {
		border-bottom: 4px solid black;
		cursor: pointer;
	}
}
@media only screen and (max-width: 960px) {
	.content__blog .blog__posts {
		justify-content: space-around;
	}
	.footer__container > div > div {
		display: block;
		width: 400px;
		margin: 0 auto;
	}
	header {
		padding-bottom: 0;
		text-align: center;
	}
	.logo__container {
	    padding-bottom: 0;
	}
	.mobile__menu-trigger {
		display: inline-block;
	}
	.main__navigation-container {
		position: relative;
		text-align: center;
		bottom: 0;
		z-index: 2;
		right: 0;

	}
	.main__navigation {
		display: none;
		background: #FFFFFF;
		position: absolute;
		left: 0;
		right: 0;
		border-top: 5px solid #B32017;
	}
	.main__navigation-container li {
		width: 100%;
		margin-left: 0;
		border-bottom: 2px solid #acb4b5;
	}
	.main__navigation-container li a {
		width: 100%;
		padding: 10px 0;
		display: block;
		transition: background 0.3s ease-out;
	}
	.main__navigation-container li a:hover {
		background: #B32017;
		color: #FFFFFF;
	}
	.main__navigation-container li:last-child {
		border-bottom: 5px solid #B32017;
	}
	.hero__container {
		border-top: 5px solid #B32017;
	}
	.hero__text h1 {
		font-size: 3.5vw;
	}
	.hero__text p {
		font-size: 2vw;
	}
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
	.home__icon h5 {
    	font-size: 1.5vw;
	}
}
@media only screen and (max-width: 768px) {
	body {
		font-size: 1.6rem;
	}
	body > .inner-container h1 {
		font-size: 3rem!important;
	}
	body > .inner-container h2 {
		font-size: 2rem!important;
	}
	.contact__form-container {
		width: 100%;
	}
	.contact__information {
		display: none;
		/*width: 100%;*/
	}
	._home__template .hero__text {
		position: static;
		max-width: 100%;
		background: #58585a;
		padding: 15px;
	}
	.hero__text h1 {
		font-size: 2.2rem;
	}
	.hero__text p {
		font-size: 1.4rem;
	}
	.home__icons-container {
		display: block;
		padding-bottom: 0;
	}
	.home__icon {
		width: 100%;
		display: block;
		border: 0;
		border-bottom: 1px solid rgba(172, 180, 181, 0.36);
		padding-bottom: 20px;
		margin-bottom: 20px;
		height: initial;
	}
	.home__icon h5 {
		position: static;
	}
	.home__icon span {
		position: static;
	}
	.two-column-container {
		flex-direction: column;
	}
	.contact__form-tabs button {
		font-size: 2.4vw;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	footer .inner-container > p > span {
		display: block;
		width: 100%;
		text-align: center;
	}
	footer .pull-right {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}

}
@media only screen and (max-width : 480px) {

	.content__blog .blog__posts {
		justify-content: center;
	}
	.footer__container > div > div {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.services {
		margin-left: 0;
	}

}
