/**
Theme Name: Welfare Together
Theme URI: 
Version: 1.0
Author: Welfare Together
Author URI: weltog.droogmedia.co.uk
Tags: 
Licence: 
Description: Welfare Together V1
*/

/* clean slate */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* general */

p {
  margin: 0;
}
strong {
  font-weight: 600;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.clearfix {
  clear: both;
}
.aligncenter {
  display:block;
  margin: 0 auto;	
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
a:link,
a:visited,
a:active,
a:hover {
  color: #f43d3d;
}
.forminator-input,
.forminator-textarea {
  border: 1px solid #cccccc;
  border-radius: 3px!important;
}
.forminator-description {
  display: none!important;
}
.forminator-button {
  display: block!important;
  background-color: #0c5953;
  color: #ffffff;
  padding: 6px 14px!important;
  border-radius: 30px!important;
  font-size: 1em!important;
}
.forminator-button-submit {
  width: 100%!important;
}
.forminator-button:hover {
  box-shadow: none!important;
  background-color: #204642;
}

@media screen and (min-width: 1140px) {

/* page */

body {
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
  color: #000000;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 18px;
  line-height: 140%;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
}
.container {
  width: 100%;
}

/* header */

header {
  width: 100%;
  z-index: 25;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: background 0.5s;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.1); 
  box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.1);
  letter-spacing: 0;
}
header.active {
  background-color: #69c2c1;
}
header.active .inner nav a:link,
header.active .inner nav a:visited,
header.active .inner nav a:active {
  color: #ffffff;
}
header.active .inner nav a:hover {
  color: #f43d3d;
}
header.active .inner nav ul li > ul li a:link,
header.active .inner nav ul li > ul li a:visited,
header.active .inner nav ul li > ul li a:active {
  color: #0c5953;
}
header.active .inner nav ul li > ul li a:hover {
  color: #f43d3d;
}
header .inner {
  padding: 5px 30px 0 30px;
  margin: 0 auto;
}
header .inner .left {
  width: 200px;
  height: 85px;
  float: left;
}
header .inner .left a {
  display: block;
  width: 200px;
  height: 85px;
  border: 0;
  background-image: url('images/top-logo.png');
  background-size: 100% 100%;
  font-size: 0;
}
header.active .inner .left a {
  background-image: url('images/top-logo-rev.png');
}
header .inner .right {
  width: 800px;
  padding: 26px 0 0 0;
  float: right;
  text-align: right;
}
header .inner nav ul {
  margin: 0;
}
header .inner nav ul li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 12px;
}
header .inner nav a:link,
header .inner nav a:visited,
header .inner nav a:active {
  margin: 0;
  display: inline-block;
  text-decoration: none;
  color: #0c5953;
  padding: 0 0 4px 0;
}
header .inner nav a:hover {
  color: #69c2c1;
}
header [aria-current]:not([aria-current="false"]) {
  background-image: url('images/nav-underline.gif');
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100% 4px;
}
header ul ul [aria-current]:not([aria-current="false"]) {
  background-image: none;
}
header .inner nav .button-red a:link,
header .inner nav .button-red a:visited,
header .inner nav .button-red a:active {
  display: inline-block;
  background-color: #69c2c1;
  color: #ffffff;
  padding: 4px 15px 5px 15px;
  border-radius: 30px;
  transition: all 1s;
  margin: -8px 0 0 0;
}
header .inner nav .button-red a:hover {
  background-color: #72acac;
}	
	
header .inner nav .button-green a:link,
header .inner nav .button-green a:visited,
header .inner nav .button-green a:active {
  display: inline-block;
  background-color: #0c5953;
  color: #ffffff;
  padding: 4px 15px 5px 15px;
  border-radius: 30px;
  transition: all 1s;
  margin: -8px 0 0 0;
}
header .inner nav .button-green a:hover {
  background-color: #204642;
}	

/* header drops */

header .inner nav ul li > ul {
  width: 250px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -125px;
  padding: 10px 0;
  background-color: #ffffff;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
}
header .inner nav ul li > ul li {
  padding: 0;
  margin: 0;
}
header .inner nav ul li > ul li a:link,
header .inner nav ul li > ul li a:visited,
header .inner nav ul li > ul li a:active {
  padding: 0 20px;
  font-style: normal;
  color: #0c5953;
  width: 250px;
  text-align: center;
  box-sizing: border-box;
  line-height: 100%;
}
header .inner nav ul li > ul li a:hover {
  color: #69c2c1;
}
header .inner nav ul li.menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
}

/* hero */

.hero {
  width: 100%;
  background-color: #f0f0f0;
  overflow: hidden;
  position: relative;
  background-image: url('images/honey.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 400px auto;
  margin: 85px 0 0 0;
}
.hero .inner {
  width: 1140px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 100px 0;
  box-sizing: border-box;
  color: #0c5953;
  position: relative;
  z-index: 10;
}
.hero .inner h1 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-style: normal;
  margin: 0 0 30px 0;
  font-size: 3em;
  line-height: 100%;
  letter-spacing: -1px;
}
.hero .inner .sub-heading {
  margin: 0 0 25px 0;
  font-family: "Playfair Display";
}
.hero .inner .bread {
  font-size: 0.8em;
}

/* homepage hero */

.home-hero {
  background-size: cover;
  background-position: top center;
}
.home-hero .inner {
  padding: 150px 0 150px 0;
}
.home-hero .panel {
  text-align: left;
  width: 50%;
  padding: 30px;
  border-radius: 30px;
  background-color: #f0f0f0;
  box-sizing: border-box;
}
.home-hero .panel .sub-heading {
  margin: 0;
  color: #f43d3d;
  font-size: 1.6em;
  font-family: 'Lato';
}
	
/* body */

.body {
  width: 100%;
  background-color: #ffffff;
}
.body.dark {
  background-color: #f0f0f0;
}
.body.aqua {
  background-color: #69c2c1;
}
.body.green-img {
  background-image: url('images/reviews-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.body .inner {
  width: 1140px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: left;
}
.body .inner.narr {
  max-width: 820px;
}
.body .inner .left {
  width: 47%;
  float: left;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
   box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
}
.body .inner .right {
  width: 47%;
  float: right;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
   box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
}
.content-left .inner .left {
  width: 70%;
}
.content-left .inner .right {
  width: 25%;
  padding: 25% 0 0 0;
  background-position: 50% 50%;
  background-size: cover;
}
.content-right .inner .left {
  width: 25%;
  padding: 25% 0 0 0;
  background-position: 50% 50%;
  background-size: cover;
}
.content-right .inner .right {
  width: 70%;
}
.content-home .inner .left {
  width: 25%;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content-home .inner .right {
  width: 70%;
}
.content-home .inner .left span {
  display: inline-block;
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 2.4em;
  color: #0c5953;
  background-image: url('images/nav-underline.gif');
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100% 8px;
  line-height: 120%;
  padding: 75px 0 20px 0;
}


.content-reviews {
  background-image: url('images/reviews-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.content-reviews .inner .left {
  width: 25%;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content-reviews .inner .right {
  width: 70%;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content-reviews .inner .left span {
  display: inline-block;
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 2.4em;
  color: #ffffff;
  line-height: 120%;
  padding: 40px 0 0 0;
  margin: 0 0 20px 0;
}
.content-reviews .inner .right .review {
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
  margin: 0 0 20px 0;
}
.content-reviews .inner .right .review:last-of-type {
  margin: 0;
}
.content-reviews .inner .right .review img {
  width: 70px;
}
.content-reviews .inner .right .review h3 {
  margin: 0;
}
.content-reviews .inner .right .review span {
  margin: 0 0 10px 0;
  text-transform: capitalize;
  font-weight: 700;
  display: block;
}

	
.body.news .inner h3 {
  text-align: center;
}
.body.news .inner a:link,
.body.news .inner a:visited,
.body.news .inner a:active,
.body.news .inner a:hover {
  text-decoration: none !important;
 }
.body.news .inner .item:nth-of-type(1),
.body.news .inner .item:nth-of-type(2) {
  float: left;
  background-color: #0c5953;
  width: 30%;
  margin: 0 5% 0 0;
  padding: 30px;
  border-radius: 30px;
  box-sizing: border-box;
}
.body.news .inner .item:nth-of-type(3) {
  float: right;
  background-color: #0c5953;
  width: 30%;
  padding: 30px;
  border-radius: 30px;
  box-sizing: border-box;
}
.body.news .inner .item .date {
  display: block;
  color: #69c2c1;
}
.body.news .inner .item h4 {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Playfair Display';
  font-weight: 900;
  display: block;
  margin: 0 0 20px 0;
}
.body.news .inner .item .link {
  color: #ffffff;
  display: inline-block;
  background-color: #69c2c1;
  text-decoration: none;
  padding: 8px 22px;
  border-radius: 30px;
  text-align: center;
  transition: all 1s;
}
.body.news .inner .item .link:hover {
  background-color: #f43d3d;
}

.body.aqua .inner {
  color: #ffffff;
  text-align: center;
  max-width: 660px;
}
.body.wtemid .inner {
  text-align: center;
  max-width: 660px;
}
.body .inner p {
  margin: 0 0 20px 0;
}
.body .inner p:last-of-type {
  margin: 0;
}
.body .inner h2 {
  display: block;
  margin: 0 0 40px 0;
  padding: 40px 0 0 0;
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 1.4em;
  color: #0c5953;
}
.body .inner h3 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-style: normal;
  color: #0c5953;
  font-size: 1.4em;
  display: block;
  margin: 0 0 30px 0;
  line-height: 140%;
}
.body .inner h5 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-style: normal;
  color: #0c5953;
  font-size: 1em;
  display: block;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
  line-height: 140%;
}
.body .inner ul {
  margin: 25px 0 30px 20px;
}
.body .inner ul li {
  list-style-type: none;
}
.body .inner ul li::before {
  color: #0c5953;
  content: "\2022";
  font-weight: 400;
  display: inline-block;
  width: 20px;
  margin: 0 0 0 -20px;
}
.body .inner a.button:link,
.body .inner a.button:visited,
.body .inner a.button:active {
  color: #ffffff;
  display: inline-block;
  background-color: #69c2c1;
  text-decoration: none;
  padding: 8px 22px;
  margin: 15px auto 0 auto;
  border-radius: 30px;
  text-align: center;
  transition: all 1s;
}
.body .inner a.button:hover {
  background-color: #0c5953;
}
	
/* page - pay */
	
.body .inner .tile-pairs:nth-of-type(1),
.body .inner .tile-pairs:nth-of-type(2) {
  width: 30%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  float: left;
  margin: 0 5% 0 0;
  border-radius: 30px;
  min-height: 460px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  border: 4px solid #ffffff;
  text-align: center;
  transition: all 1s;
}
.body .inner .tile-pairs:nth-of-type(3) {
  width: 30%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  float: right;
  margin: 0;
  border-radius: 30px;
  min-height: 460px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  border: 4px solid #ffffff;
  text-align: center;
  transition: all 1s;
}
.body .inner .tile-pairs:hover {
  border: 4px solid #f43d3d;
}
.body .inner .tile-pairs img {
  display: block;
  width: 80px;
  margin: 0 auto 15px auto;
}
.body .inner .tile-pairs a:link,
.body .inner .tile-pairs a:visited,
.body .inner .tile-pairs a:active,
.body .inner .tile-pairs a:hover {
  color: #ffffff;
  display: inline-block;
  background-color: #69c2c1;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  margin: 15px 0 0 0;
  border-radius: 30px;
}

/* carousels */	

.carouselClients {
  width: calc(100vw - 20px);
  margin-left: calc(-50vw + 50% + 10px);
}
.carouselClients img {
  display: inline-block;
  margin: 0 20px;
}
.carouselAwards {
}
.carouselAwards img {
  display: inline-block;
  margin: 0 20px;
}	

/* page - case study */

.body .inner .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.body .inner .grid h2 {
  grid-column: 1 / -1;
}
.body .inner .tile-trip {
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
}
.body .inner .tile-trip h3 {
  font-size: 1.4em;
  margin: 0 0 20px 0;	
}
.body .inner .tile-trip span {
  display: block;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.body .inner .tile-trip img {
  width: 100%;
  margin: 0 0 10px 0;
}

/* footer */

footer {
  width: 100%;
  background-color: #0c5953;
  color: #ffffff;
}
footer .inner {
  width: 1140px;
  margin: 0 auto;
  padding: 60px 0 120px 0;
  text-align: center;
}
footer .inner h3 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  font-size: 1.4em;
  display: block;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
  line-height: 140%;
}
footer .inner a:link,
footer .inner a:visited,
footer .inner a:active,
footer .inner a:hover {
  color: #69c2c1;
}

}
@media screen and (min-width: 960px) and (max-width: 1139px) {

/* page */

body {
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
  color: #000000;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 18px;
  line-height: 140%;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
}
.container {
  width: 100%;
}

/* header */

header {
  width: 100%;
  z-index: 25;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: background 0.5s;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.1); 
  box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.1);
  letter-spacing: 0;
}
header.active {
  background-color: #69c2c1;
}
header.active .inner nav a:link,
header.active .inner nav a:visited,
header.active .inner nav a:active {
  color: #ffffff;
}
header.active .inner nav a:hover {
  color: #f43d3d;
}
header.active .inner nav ul li > ul li a:link,
header.active .inner nav ul li > ul li a:visited,
header.active .inner nav ul li > ul li a:active {
  color: #0c5953;
}
header.active .inner nav ul li > ul li a:hover {
  color: #f43d3d;
}
header .inner {
  padding: 5px 30px 0 30px;
  margin: 0 auto;
}
header .inner .left {
  width: 200px;
  height: 85px;
  float: left;
}
header .inner .left a {
  display: block;
  width: 200px;
  height: 85px;
  border: 0;
  background-image: url('images/top-logo.png');
  background-size: 100% 100%;
  font-size: 0;
}
header.active .inner .left a {
  background-image: url('images/top-logo-rev.png');
}
header .inner .right {
  width: 650px;
  padding: 26px 0 0 0;
  float: right;
  text-align: right;
}
header .inner nav ul {
  margin: 0;
}
header .inner nav ul li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 12px;
}
header .inner nav a:link,
header .inner nav a:visited,
header .inner nav a:active {
  margin: 0;
  display: inline-block;
  text-decoration: none;
  color: #0c5953;
  padding: 0 0 4px 0;
}
header .inner nav a:hover {
  color: #f43d3d;
}
header [aria-current]:not([aria-current="false"]) {
  background-image: url('images/nav-underline.gif');
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100% 4px;
}
header ul ul [aria-current]:not([aria-current="false"]) {
  background-image: none;
}
header .inner nav .button-red a:link,
header .inner nav .button-red a:visited,
header .inner nav .button-red a:active {
  display: inline-block;
  background-color: #69c2c1;
  color: #ffffff;
  padding: 4px 15px 5px 15px;
  border-radius: 30px;
  transition: all 1s;
  margin: -8px 0 0 0;
}
header .inner nav .button-red a:hover {
  background-color: #b43e38;
}	
	
header .inner nav .button-green a:link,
header .inner nav .button-green a:visited,
header .inner nav .button-green a:active {
  display: inline-block;
  background-color: #0c5953;
  color: #ffffff;
  padding: 4px 15px 5px 15px;
  border-radius: 30px;
  transition: all 1s;
  margin: -8px 0 0 0;
  display: none;
}
header .inner nav .button-green a:hover {
  background-color: #204642;
}	

/* header drops */

header .inner nav ul li > ul {
  width: 250px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -125px;
  padding: 10px 0;
  background-color: #ffffff;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
}
header .inner nav ul li > ul li {
  padding: 0;
  margin: 0;
}
header .inner nav ul li > ul li a:link,
header .inner nav ul li > ul li a:visited,
header .inner nav ul li > ul li a:active {
  padding: 0 20px;
  font-style: normal;
  color: #0c5953;
  width: 250px;
  text-align: center;
  box-sizing: border-box;
  line-height: 100%;
}
header .inner nav ul li > ul li a:hover {
  color: #f43d3d;
}
header .inner nav ul li.menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
}

/* hero */

.hero {
  width: 100%;
  background-color: #f0f0f0;
  overflow: hidden;
  position: relative;
  background-image: url('images/honey.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 400px auto;
  margin: 85px 0 0 0;
}
.hero .inner {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 100px 0;
  box-sizing: border-box;
  color: #0c5953;
  position: relative;
  z-index: 10;
}
.hero .inner h1 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-style: normal;
  margin: 0 0 30px 0;
  font-size: 3em;
  line-height: 100%;
  letter-spacing: -1px;
}
.hero .inner .sub-heading {
  margin: 0 0 25px 0;
  font-family: "Playfair Display";
}
.hero .inner .bread {
  font-size: 0.8em;
}

/* homepage hero */

.home-hero {
  background-size: cover;
  background-position: top center;
}
.home-hero .inner {
  padding: 150px 0 150px 0;
}
.home-hero .panel {
  text-align: left;
  width: 50%;
  padding: 30px;
  border-radius: 30px;
  background-color: #f0f0f0;
  box-sizing: border-box;
}
.home-hero .panel .sub-heading {
  margin: 0;
  color: #f43d3d;
  font-size: 1.6em;
  font-family: 'Lato';
}
	
/* body */

.body {
  width: 100%;
  background-color: #ffffff;
}
.body.dark {
  background-color: #f0f0f0;
}
.body.aqua {
  background-color: #69c2c1;
}
.body.green-img {
  background-image: url('images/reviews-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.body .inner {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: left;
}
.body .inner.narr {
  max-width: 820px;
}
.body .inner .left {
  width: 47%;
  float: left;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
   box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
}
.body .inner .right {
  width: 47%;
  float: right;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
   box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
}
.content-left .inner .left {
  width: 70%;
}
.content-left .inner .right {
  width: 25%;
  padding: 25% 0 0 0;
  background-position: 50% 50%;
  background-size: cover;
}
.content-right .inner .left {
  width: 25%;
  padding: 25% 0 0 0;
  background-position: 50% 50%;
  background-size: cover;
}
.content-right .inner .right {
  width: 70%;
}
.content-home .inner .left {
  width: 25%;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content-home .inner .right {
  width: 70%;
}
.content-home .inner .left span {
  display: inline-block;
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 2.4em;
  color: #0c5953;
  background-image: url('images/nav-underline.gif');
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100% 8px;
  line-height: 120%;
  padding: 75px 0 20px 0;
}


.content-reviews {
  background-image: url('images/reviews-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.content-reviews .inner .left {
  width: 25%;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content-reviews .inner .right {
  width: 70%;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content-reviews .inner .left span {
  display: inline-block;
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 2.4em;
  color: #ffffff;
  line-height: 120%;
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
}
.content-reviews .inner .right .review {
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
  margin: 0 0 20px 0;
}
.content-reviews .inner .right .review:last-of-type {
  margin: 0;
}
.content-reviews .inner .right .review img {
  width: 70px;
}
.content-reviews .inner .right .review h3 {
  margin: 0;
}
.content-reviews .inner .right .review span {
  margin: 0 0 10px 0;
  text-transform: capitalize;
  font-weight: 700;
  display: block;
}

	
.body.news .inner h3 {
  text-align: center;
}
.body.news .inner a:link,
.body.news .inner a:visited,
.body.news .inner a:active,
.body.news .inner a:hover {
  text-decoration: none !important;
 }
.body.news .inner .item:nth-of-type(1),
.body.news .inner .item:nth-of-type(2) {
  float: left;
  background-color: #0c5953;
  width: 30%;
  margin: 0 5% 0 0;
  padding: 30px;
  border-radius: 30px;
  box-sizing: border-box;
}
.body.news .inner .item:nth-of-type(3) {
  float: right;
  background-color: #0c5953;
  width: 30%;
  padding: 30px;
  border-radius: 30px;
  box-sizing: border-box;
}
.body.news .inner .item .date {
  display: block;
  color: #69c2c1;
}
.body.news .inner .item h4 {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Playfair Display';
  font-weight: 900;
  display: block;
  margin: 0 0 20px 0;
}
.body.news .inner .item .link {
  color: #ffffff;
  display: inline-block;
  background-color: #69c2c1;
  text-decoration: none;
  padding: 8px 22px;
  border-radius: 30px;
  text-align: center;
  transition: all 1s;
}
.body.news .inner .item .link:hover {
  background-color: #f43d3d;
}

.body.aqua .inner {
  color: #ffffff;
  text-align: center;
  max-width: 660px;
}
.body.wtemid .inner {
  text-align: center;
  max-width: 660px;
}
.body .inner p {
  margin: 0 0 20px 0;
}
.body .inner p:last-of-type {
  margin: 0;
}
.body .inner h2 {
  display: block;
  margin: 0 0 40px 0;
  padding: 40px 0 0 0;
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 1.4em;
  color: #0c5953;
}
.body .inner h3 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-style: normal;
  color: #0c5953;
  font-size: 1.4em;
  display: block;
  margin: 0 0 30px 0;
  line-height: 140%;
}
.body .inner h5 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-style: normal;
  color: #0c5953;
  font-size: 1em;
  display: block;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
  line-height: 140%;
}
.body .inner ul {
  margin: 25px 0 30px 20px;
}
.body .inner ul li {
  list-style-type: none;
}
.body .inner ul li::before {
  color: #0c5953;
  content: "\2022";
  font-weight: 400;
  display: inline-block;
  width: 20px;
  margin: 0 0 0 -20px;
}
.body .inner a.button:link,
.body .inner a.button:visited,
.body .inner a.button:active {
  color: #ffffff;
  display: inline-block;
  background-color: #69c2c1;
  text-decoration: none;
  padding: 8px 22px;
  margin: 15px auto 0 auto;
  border-radius: 30px;
  text-align: center;
  transition: all 1s;
}
.body .inner a.button:hover {
  background-color: #0c5953;
}
	
/* page - pay */
	
.body .inner .tile-pairs:nth-of-type(1),
.body .inner .tile-pairs:nth-of-type(2) {
  width: 30%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  float: left;
  margin: 0 5% 0 0;
  border-radius: 30px;
  min-height: 460px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  border: 4px solid #ffffff;
  text-align: center;
  transition: all 1s;
}
.body .inner .tile-pairs:nth-of-type(3) {
  width: 30%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  float: right;
  margin: 00;
  border-radius: 30px;
  min-height: 460px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  border: 4px solid #ffffff;
  text-align: center;
  transition: all 1s;
}
.body .inner .tile-pairs:hover {
  border: 4px solid #f43d3d;
}
.body .inner .tile-pairs img {
  display: block;
  width: 80px;
  margin: 0 auto 15px auto;
}
.body .inner .tile-pairs a:link,
.body .inner .tile-pairs a:visited,
.body .inner .tile-pairs a:active,
.body .inner .tile-pairs a:hover {
  color: #ffffff;
  display: inline-block;
  background-color: #69c2c1;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  margin: 15px 0 0 0;
  border-radius: 30px;
}

/* carousels */	

.carouselClients {
  width: calc(100vw - 20px);
  margin-left: calc(-50vw + 50% + 10px);
}
.carouselClients img {
  display: inline-block;
  margin: 0 20px;
}
.carouselAwards {
}
.carouselAwards img {
  display: inline-block;
  margin: 0 20px;
}	

/* page - case study */

.body .inner .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.body .inner .grid h2 {
  grid-column: 1 / -1;
}
.body .inner .tile-trip {
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
}
.body .inner .tile-trip h3 {
  font-size: 1.4em;
  margin: 0 0 20px 0;	
}
.body .inner .tile-trip span {
  display: block;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.body .inner .tile-trip img {
  width: 100%;
  margin: 0 0 10px 0;
}

/* footer */

footer {
  width: 100%;
  background-color: #0c5953;
  color: #ffffff;
}
footer .inner {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0 120px 0;
  text-align: center;
}
footer .inner h3 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  font-size: 1.4em;
  display: block;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
  line-height: 140%;
}
footer .inner a:link,
footer .inner a:visited,
footer .inner a:active,
footer .inner a:hover {
  color: #69c2c1;
}

}
@media screen and (min-width: 660px) and (max-width: 959px) {

/* page */

body {
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
  color: #000000;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 140%;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
}
.container {
  width: 100%;
}

/* header */

header {
  width: 100%;
  z-index: 25;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: background 0.5s;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.1); 
  box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.1);
  letter-spacing: 0;
}
header.active {
  background-color: #69c2c1;
}
header.active .inner nav a:link,
header.active .inner nav a:visited,
header.active .inner nav a:active {
  color: #ffffff;
}
header.active .inner nav a:hover {
  color: #f43d3d;
}
header.active .inner nav ul li > ul li a:link,
header.active .inner nav ul li > ul li a:visited,
header.active .inner nav ul li > ul li a:active {
  color: #0c5953;
}
header.active .inner nav ul li > ul li a:hover {
  color: #f43d3d;
}
header .inner {
  padding: 5px 30px 0 30px;
  margin: 0 auto;
}
header .inner .left {
  width: 200px;
  height: 85px;
  float: left;
}
header .inner .left a {
  display: block;
  width: 200px;
  height: 85px;
  border: 0;
  background-image: url('images/top-logo.png');
  background-size: 100% 100%;
  font-size: 0;
}
header.active .inner .left a {
  background-image: url('images/top-logo-rev.png');
}
header .inner .right {
  width: 650px;
  padding: 26px 0 0 0;
  float: right;
  text-align: right;
}
header .inner nav ul {
  margin: 0;
}
header .inner nav ul li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 12px;
}
header .inner nav a:link,
header .inner nav a:visited,
header .inner nav a:active {
  margin: 0;
  display: inline-block;
  text-decoration: none;
  color: #0c5953;
  padding: 0 0 4px 0;
}
header .inner nav a:hover {
  color: #f43d3d;
}
header [aria-current]:not([aria-current="false"]) {
  background-image: url('images/nav-underline.gif');
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100% 4px;
}
header ul ul [aria-current]:not([aria-current="false"]) {
  background-image: none;
}
.button-red a:link,
.button-red a:visited,
.button-red a:active {
  display: block;
  background-color: #f43d3d !important;
  color: #ffffff !important;
  padding: 4px 15px 5px 15px;
  border-radius: 30px;
  transition: all 1s;
  text-align: center;
  margin: 0 0 10px 0;
}
.button-red a:hover {
  background-color: #b43e38;
}	
	
.button-green a:link,
.button-green a:visited,
.button-green a:active {
  display: block;
  background-color: #0c5953;
  color: #ffffff !important;
  padding: 4px 15px 5px 15px;
  border-radius: 30px;
  transition: all 1s;
  text-align: center;
}
.button-green a:hover {
  background-color: #204642;
}	

/* header drops */

header .inner nav ul li > ul {
  width: 250px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -125px;
  padding: 10px 0;
  background-color: #ffffff;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
}
header .inner nav ul li > ul li {
  padding: 0;
  margin: 0;
}
header .inner nav ul li > ul li a:link,
header .inner nav ul li > ul li a:visited,
header .inner nav ul li > ul li a:active {
  padding: 0 20px;
  font-style: normal;
  color: #0c5953;
  width: 250px;
  text-align: center;
  box-sizing: border-box;
  line-height: 100%;
}
header .inner nav ul li > ul li a:hover {
  color: #f43d3d;
}
header .inner nav ul li.menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
}

/* hero */

.hero {
  width: 100%;
  background-color: #f0f0f0;
  overflow: hidden;
  position: relative;
  background-image: url('images/honey.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 400px auto;
}
.hero .inner {
  width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 100px 0;
  box-sizing: border-box;
  color: #0c5953;
  position: relative;
  z-index: 10;
}
.hero .inner h1 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-style: normal;
  margin: 0 0 20px 0;
  font-size: 2.6em;
  line-height: 100%;
  letter-spacing: -1px;
}
.hero .inner .sub-heading {
  margin: 0 0 25px 0;
  font-family: "Playfair Display"
}
.hero .inner .bread {
  font-size: 0.8em;
}

/* homepage hero */

.home-hero {
  background-size: cover;
  background-position: top center;
}
.home-hero .inner {
  padding: 100px 0 100px 0;
}
.home-hero .panel {
  text-align: left;
  width: 50%;
  padding: 30px;
  border-radius: 30px;
  background-color: #f0f0f0;
  box-sizing: border-box;
}
.home-hero .panel .sub-heading {
  margin: 0;
  color: #f43d3d;
  font-size: 1.6em;
  font-family: 'Lato';
  line-height: 120%;
}
	
/* body */

.body {
  width: 100%;
  background-color: #ffffff;
}
.body.dark {
  background-color: #f0f0f0;
}
.body.aqua {
  background-color: #69c2c1;
}
.body.green-img {
  background-image: url('images/reviews-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.body .inner {
  width: 640px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: left;
}
.body .inner.narr {
  max-width: 820px;
}
.body .inner .left {
  width: 47%;
  float: left;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
   box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
}
.body .inner .right {
  width: 47%;
  float: right;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
   box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
}
.content-left .inner .left {
  width: 70%;
}
.content-left .inner .right {
  width: 25%;
  padding: 25% 0 0 0;
  background-position: 50% 50%;
  background-size: cover;
}
.content-right .inner .left {
  width: 25%;
  padding: 25% 0 0 0;
  background-position: 50% 50%;
  background-size: cover;
}
.content-right .inner .right {
  width: 70%;
}
.content-home .inner .left {
  width: 25%;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content-home .inner .right {
  width: 70%;
}
.content-home .inner .left span {
  display: inline-block;
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 2.4em;
  color: #0c5953;
  background-image: url('images/nav-underline.gif');
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100% 8px;
  line-height: 120%;
  padding: 75px 0 20px 0;
}


.content-reviews {
  background-image: url('images/reviews-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.content-reviews .inner .left {
  width: 25%;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content-reviews .inner .right {
  width: 70%;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content-reviews .inner .left span {
  display: inline-block;
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 2.4em;
  color: #ffffff;
  line-height: 120%;
  padding: 60px 0 0 0;
  margin: 0 0 20px 0;
}
.content-reviews .inner .right .review {
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
  margin: 0 0 20px 0;
}
.content-reviews .inner .right .review:last-of-type {
  margin: 0;
}
.content-reviews .inner .right .review img {
  width: 70px;
}
.content-reviews .inner .right .review h3 {
  margin: 0;
}
.content-reviews .inner .right .review span {
  margin: 0 0 10px 0;
  text-transform: capitalize;
  font-weight: 700;
  display: block;
}

	
.body.news .inner h3 {
  text-align: center;
}
.body.news .inner a:link,
.body.news .inner a:visited,
.body.news .inner a:active,
.body.news .inner a:hover {
  text-decoration: none !important;
 }
.body.news .inner .item:nth-of-type(1),
.body.news .inner .item:nth-of-type(2) {
  float: left;
  background-color: #0c5953;
  width: 30%;
  margin: 0 5% 0 0;
  padding: 30px;
  border-radius: 30px;
  box-sizing: border-box;
}
.body.news .inner .item:nth-of-type(3) {
  float: right;
  background-color: #0c5953;
  width: 30%;
  padding: 30px;
  border-radius: 30px;
  box-sizing: border-box;
}
.body.news .inner .item .date {
  display: block;
  color: #69c2c1;
}
.body.news .inner .item h4 {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Playfair Display';
  font-weight: 900;
  display: block;
  margin: 0 0 20px 0;
}
.body.news .inner .item .link {
  color: #ffffff;
  display: inline-block;
  background-color: #69c2c1;
  text-decoration: none;
  padding: 8px 22px;
  border-radius: 30px;
  text-align: center;
  transition: all 1s;
}
.body.news .inner .item .link:hover {
  background-color: #f43d3d;
}

.body.aqua .inner {
  color: #ffffff;
  text-align: center;
  max-width: 660px;
}
.body.wtemid .inner {
  text-align: center;
  max-width: 660px;
}
.body .inner p {
  margin: 0 0 20px 0;
}
.body .inner p:last-of-type {
  margin: 0;
}
.body .inner h2 {
  display: block;
  margin: 0 0 40px 0;
  padding: 40px 0 0 0;
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 1.4em;
  color: #0c5953;
}
.body .inner h3 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-style: normal;
  color: #0c5953;
  font-size: 1.4em;
  display: block;
  margin: 0 0 30px 0;
  line-height: 140%;
}
.body .inner h5 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-style: normal;
  color: #0c5953;
  font-size: 1em;
  display: block;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
  line-height: 140%;
}
.body .inner ul {
  margin: 25px 0 30px 20px;
}
.body .inner ul li {
  list-style-type: none;
}
.body .inner ul li::before {
  color: #0c5953;
  content: "\2022";
  font-weight: 400;
  display: inline-block;
  width: 20px;
  margin: 0 0 0 -20px;
}
.body .inner a.button:link,
.body .inner a.button:visited,
.body .inner a.button:active {
  color: #ffffff;
  display: inline-block;
  background-color: #69c2c1;
  text-decoration: none;
  padding: 8px 22px;
  margin: 15px auto 0 auto;
  border-radius: 30px;
  text-align: center;
  transition: all 1s;
}
.body .inner a.button:hover {
  background-color: #0c5953;
}
	
/* page - pay */
	
.body .inner .tile-pairs:nth-of-type(1),
.body .inner .tile-pairs:nth-of-type(3) {
  width: 48%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  float: left;
  margin: 0 0 30px 0;
  border-radius: 30px;
  min-height: 460px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  border: 4px solid #ffffff;
  text-align: center;
  transition: all 1s;
}
.body .inner .tile-pairs:nth-of-type(2),
.body .inner .tile-pairs:nth-of-type(4) {
  width: 48%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  float: right;
  margin: 0 0 30px 0;
  border-radius: 30px;
  min-height: 460px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  border: 4px solid #ffffff;
  text-align: center;
  transition: all 1s;
}
.body .inner .tile-pairs:nth-of-type(5) {
  width: 48%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  float: left;
  border-radius: 30px;
  min-height: 460px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  border: 4px solid #ffffff;
  text-align: center;
  transition: all 1s;
}
.body .inner .tile-pairs:nth-of-type(6) {
  width: 48%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  float: right;
  border-radius: 30px;
  min-height: 460px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  border: 4px solid #ffffff;
  text-align: center;
  transition: all 1s;
}
.body .inner .tile-pairs:hover {
  border: 4px solid #f43d3d;
}
.body .inner .tile-pairs img {
  display: block;
  width: 80px;
  margin: 0 auto 15px auto;
}
.body .inner .tile-pairs a:link,
.body .inner .tile-pairs a:visited,
.body .inner .tile-pairs a:active,
.body .inner .tile-pairs a:hover {
  color: #ffffff;
  display: inline-block;
  background-color: #69c2c1;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  margin: 15px 0 0 0;
  border-radius: 30px;
}

/* carousels */	

.carouselClients {
  width: calc(100vw - 20px);
  margin-left: calc(-50vw + 50% + 10px);
}
.carouselClients img {
  display: inline-block;
  margin: 0 20px;
}
.carouselAwards {
}
.carouselAwards img {
  display: inline-block;
  margin: 0 20px;
}	

/* page - case study */

.body .inner .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.body .inner .grid h2 {
  grid-column: 1 / -1;
}
.body .inner .tile-trip {
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
}
.body .inner .tile-trip h3 {
  font-size: 1.4em;
  margin: 0 0 20px 0;	
}
.body .inner .tile-trip span {
  display: block;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.body .inner .tile-trip img {
  width: 100%;
  margin: 0 0 10px 0;
}

/* footer */

footer {
  width: 100%;
  background-color: #0c5953;
  color: #ffffff;
}
footer .inner {
  width: 640px;
  margin: 0 auto;
  padding: 60px 0 120px 0;
  text-align: center;
}
footer .inner h3 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  font-size: 1.4em;
  display: block;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
  line-height: 140%;
}
footer .inner a:link,
footer .inner a:visited,
footer .inner a:active,
footer .inner a:hover {
  color: #69c2c1;
}

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

/* page */

body {
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
  color: #000000;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 140%;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
}
.container {
  width: 100%;
}

/* header */

header {
  width: 100%;
  z-index: 25;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: background 0.5s;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.1); 
  box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.1);
  letter-spacing: 0;
}
header.active {
  background-color: #69c2c1;
}
header.active .inner nav a:link,
header.active .inner nav a:visited,
header.active .inner nav a:active {
  color: #ffffff;
}
header.active .inner nav a:hover {
  color: #f43d3d;
}
header.active .inner nav ul li > ul li a:link,
header.active .inner nav ul li > ul li a:visited,
header.active .inner nav ul li > ul li a:active {
  color: #0c5953;
}
header.active .inner nav ul li > ul li a:hover {
  color: #f43d3d;
}
header .inner {
  padding: 5px 30px 0 30px;
  margin: 0 auto;
}
header .inner .left {
  width: 200px;
  height: 85px;
  float: left;
}
header .inner .left a {
  display: block;
  width: 200px;
  height: 85px;
  border: 0;
  background-image: url('images/top-logo.png');
  background-size: 100% 100%;
  font-size: 0;
}
header.active .inner .left a {
  background-image: url('images/top-logo-rev.png');
}
header .inner .right {
  width: 650px;
  padding: 26px 0 0 0;
  float: right;
  text-align: right;
}
header .inner nav ul {
  margin: 0;
}
header .inner nav ul li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 12px;
}
header .inner nav a:link,
header .inner nav a:visited,
header .inner nav a:active {
  margin: 0;
  display: inline-block;
  text-decoration: none;
  color: #0c5953;
  padding: 0 0 4px 0;
}
header .inner nav a:hover {
  color: #f43d3d;
}
header [aria-current]:not([aria-current="false"]) {
  background-image: url('images/nav-underline.gif');
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100% 4px;
}
header ul ul [aria-current]:not([aria-current="false"]) {
  background-image: none;
}
.button-red a:link,
.button-red a:visited,
.button-red a:active {
  display: block;
  background-color: #f43d3d !important;
  color: #ffffff !important;
  padding: 4px 15px 5px 15px;
  border-radius: 30px;
  transition: all 1s;
  text-align: center;
  margin: 0 0 10px 0;
}
.button-red a:hover {
  background-color: #b43e38;
}	
	
.button-green a:link,
.button-green a:visited,
.button-green a:active {
  display: block;
  background-color: #0c5953;
  color: #ffffff !important;
  padding: 4px 15px 5px 15px;
  border-radius: 30px;
  transition: all 1s;
  text-align: center;
}
.button-green a:hover {
  background-color: #204642;
}	

/* header drops */

header .inner nav ul li > ul {
  width: 250px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -125px;
  padding: 10px 0;
  background-color: #ffffff;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
}
header .inner nav ul li > ul li {
  padding: 0;
  margin: 0;
}
header .inner nav ul li > ul li a:link,
header .inner nav ul li > ul li a:visited,
header .inner nav ul li > ul li a:active {
  padding: 0 20px;
  font-style: normal;
  color: #0c5953;
  width: 250px;
  text-align: center;
  box-sizing: border-box;
  line-height: 100%;
}
header .inner nav ul li > ul li a:hover {
  color: #f43d3d;
}
header .inner nav ul li.menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
}

/* hero */

.hero {
  width: 100%;
  background-color: #f0f0f0;
  overflow: hidden;
  position: relative;
  background-image: url('images/honey.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 400px auto;
}
.hero .inner {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 90px 0 60px 0;
  box-sizing: border-box;
  color: #0c5953;
  position: relative;
  z-index: 10;
}
.hero .inner h1 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-style: normal;
  margin: 0 0 20px 0;
  font-size: 2.2em;
  line-height: 100%;
  letter-spacing: -1px;
}
.hero .inner .sub-heading {
  margin: 0 0 25px 0;
  font-family: "Playfair Display"
}
.hero .inner .bread {
  font-size: 0.8em;
}

/* homepage hero */

.home-hero {
  background-size: cover;
  background-position: top center;
}
.home-hero .inner {
  padding: 90px 0 60px 0;
}
.home-hero .panel {
  text-align: left;
  width: 100%;
  padding: 30px;
  border-radius: 30px;
  background-color: #f0f0f0;
  box-sizing: border-box;
}
.home-hero .panel .sub-heading {
  margin: 0;
  color: #f43d3d;
  font-size: 1.6em;
  font-family: 'Lato';
  line-height: 120%;
}
	
/* body */

.body {
  width: 100%;
  background-color: #ffffff;
}
.body.dark {
  background-color: #f0f0f0;
}
.body.aqua {
  background-color: #69c2c1;
}
.body.green-img {
  background-image: url('images/reviews-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.body .inner {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: left;
}
.body .inner.narr {
  max-width: 820px;
}
.body .inner .left {
  width: 100%;
  float: left;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px 0;
}
.body .inner .right {
  width: 100%;
  float: right;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
   box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
}
.content-left .inner .left {
  width: 100%;
  margin: 0 0 20px 0;
}
.content-left .inner .right {
  width: 100%;
  padding: 100% 0 0 0;
  background-position: 50% 50%;
  background-size: cover;
}
.content-right .inner .left {
  width: 100%;
  padding: 100% 0 0 0;
  background-position: 50% 50%;
  background-size: cover;
}
.content-right .inner .right {
  width: 100%;
  margin: 0 0 20px 0;
}
.content-home .inner .left {
  width: 100%;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 30px 0;
}
.content-home .inner .right {
  width: 100%;
}
.content-home .inner .left span {
  display: inline-block;
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 2.2em;
  color: #0c5953;
  background-image: url('images/nav-underline.gif');
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100% 8px;
  line-height: 120%;
  padding: 0 0 20px 0;
}

.content-reviews {
  background-image: url('images/reviews-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.content-reviews .inner .left {
  width: 100%;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 20px 0;
}
.content-reviews .inner .right {
  width: 100%;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content-reviews .inner .left span {
  display: block;
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 2.2em;
  color: #ffffff;
  line-height: 120%;
}
.content-reviews .inner .right .review {
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
  margin: 0 0 20px 0;
}
.content-reviews .inner .right .review:last-of-type {
  margin: 0;
}
.content-reviews .inner .right .review img {
  width: 70px;
}
.content-reviews .inner .right .review h3 {
  margin: 0;
}
.content-reviews .inner .right .review span {
  margin: 0 0 10px 0;
  text-transform: capitalize;
  font-weight: 700;
  display: block;
}

	
.body.news .inner h3 {
  text-align: center;
}
.body.news .inner a:link,
.body.news .inner a:visited,
.body.news .inner a:active,
.body.news .inner a:hover {
  text-decoration: none !important;
 }
.body.news .inner .item:nth-of-type(1),
.body.news .inner .item:nth-of-type(2) {
  float: left;
  background-color: #0c5953;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 30px;
  border-radius: 30px;
  box-sizing: border-box;
}
.body.news .inner .item:nth-of-type(3) {
  float: right;
  background-color: #0c5953;
  width: 100%;
  padding: 30px;
  border-radius: 30px;
  box-sizing: border-box;
}
.body.news .inner .item .date {
  display: block;
  color: #69c2c1;
}
.body.news .inner .item h4 {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Playfair Display';
  font-weight: 900;
  display: block;
  margin: 0 0 20px 0;
}
.body.news .inner .item .link {
  color: #ffffff;
  display: inline-block;
  background-color: #69c2c1;
  text-decoration: none;
  padding: 8px 22px;
  border-radius: 30px;
  text-align: center;
  transition: all 1s;
}
.body.news .inner .item .link:hover {
  background-color: #f43d3d;
}

.body.aqua .inner {
  color: #ffffff;
  text-align: center;
  max-width: 660px;
}
.body.wtemid .inner {
  text-align: center;
  max-width: 660px;
}
.body .inner p {
  margin: 0 0 20px 0;
}
.body .inner p:last-of-type {
  margin: 0;
}
.body .inner h2 {
  display: block;
  margin: 0 0 40px 0;
  padding: 40px 0 0 0;
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 1.4em;
  color: #0c5953;
}
.body .inner h3 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-style: normal;
  color: #0c5953;
  font-size: 1.4em;
  display: block;
  margin: 0 0 30px 0;
  line-height: 140%;
}
.body .inner h5 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-style: normal;
  color: #0c5953;
  font-size: 1em;
  display: block;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
  line-height: 140%;
}
.body .inner ul {
  margin: 25px 0 30px 20px;
}
.body .inner ul li {
  list-style-type: none;
}
.body .inner ul li::before {
  color: #0c5953;
  content: "\2022";
  font-weight: 400;
  display: inline-block;
  width: 20px;
  margin: 0 0 0 -20px;
}
.body .inner a.button:link,
.body .inner a.button:visited,
.body .inner a.button:active {
  color: #ffffff;
  display: inline-block;
  background-color: #69c2c1;
  text-decoration: none;
  padding: 8px 22px;
  margin: 15px auto 0 auto;
  border-radius: 30px;
  text-align: center;
  transition: all 1s;
}
.body .inner a.button:hover {
  background-color: #0c5953;
}
	
/* page - pay */
	
.body .inner .tile-pairs {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  float: left;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  border: 4px solid #ffffff;
  text-align: center;
  transition: all 1s;
  margin: 0 0 20px 0;
}
.body .inner .tile-pairs:hover {
  border: 4px solid #f43d3d;
}
.body .inner .tile-pairs img {
  display: block;
  width: 60px;
  margin: 0 auto 15px auto;
}
.body .inner .tile-pairs a:link,
.body .inner .tile-pairs a:visited,
.body .inner .tile-pairs a:active,
.body .inner .tile-pairs a:hover {
  color: #ffffff;
  display: inline-block;
  background-color: #69c2c1;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  margin: 15px 0 0 0;
  border-radius: 30px;
}

/* carousels */	

.carouselClients {
  width: calc(100vw - 20px);
  margin-left: calc(-50vw + 50% + 10px);
}
.carouselClients img {
  display: inline-block;
  margin: 0 20px;
}
.carouselAwards {
}
.carouselAwards img {
  display: inline-block;
  margin: 0 20px;
}	

/* page - case study */

.body .inner .grid {
}
.body .inner .grid h2 {
  grid-column: 1 / -1;
}
.body .inner .tile-trip {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin: 0 0 20px 0;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
}
.body .inner .tile-trip h3 {
  font-size: 1.4em;
  margin: 0 0 20px 0;	
}
.body .inner .tile-trip span {
  display: block;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.body .inner .tile-trip img {
  width: 100%;
  margin: 0 0 10px 0;
}

/* footer */

footer {
  width: 100%;
  background-color: #0c5953;
  color: #ffffff;
}
footer .inner {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 120px 0;
  text-align: center;
}
footer .inner h3 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  font-size: 1.4em;
  display: block;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
  line-height: 140%;
}
footer .inner a:link,
footer .inner a:visited,
footer .inner a:active,
footer .inner a:hover {
  color: #69c2c1;
}

}