﻿@import url('icons/css/fontello.css');


        
/**********************************
    General
***********************************/
/*html,
body {
  height: 100%;
}*/





body {
	margin: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1em;
	color: #585754;
	left: 1px;
	min-height: 250px;
    font-weight: normal;
}
html {
  scroll-behavior: smooth;
}
P {
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    color: #009684;
}        
h1 {font-size: 2.2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 0.90em; color: #128474;}
h6 {font-size: 0.85em;}
.display h1 {
    font-weight: normal;
    font-size: 2.0em;
    line-height:1.4;
}
.display p {
    font-size: 1.2em;
}
a {
	text-decoration: none;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #008a7d;
	font-weight: bold;
	}
a:hover {
	color: #004750;
	}
hr {border:none;border-top: rgba(0, 0, 0, 0.18) 1px solid;margin-top: 0.75em;margin-bottom: 0.75em;}    
img {max-width:100%;}
figure {margin:0}

b {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
}

#background {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}	
@media (min-width: 719px) {
   #background {
      display:block;
   } 
}	

.main-content LI {
	line-height: 1.5em;
	padding-bottom: 0.5em;
}
    
/**********************************
    Grid
***********************************/
.row {
	/*margin-left: auto;
	margin-right: auto;
	max-width: 1012px;*/
}
.row.full-width {
	max-width: 100% !important;
}
.restrict-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
}
.restrict-width-mid {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}
.sitemap-wrap-outer{
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	margin-top: 80px;
	padding-left: 1.5em;
	padding-right: 1.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    margin: 0 auto;
    max-width: 1013px !important;
    width: 100%;
}
.colour {
	padding-top: 3em;
	padding-bottom: 3em;
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
}


.column {
	padding-left: 1em;
	padding-right: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	z-index: auto !important;

}
.column.no-pad {
	padding-left: 0em !important;
	padding-right: 0em !important;	
}
.colour.no-pad {
	padding: 0.01em 0px;
}
.colour.pad-min {
	padding: 15px 0px 0px 0px;
}
.colour.no-pad-bottom {
	padding-bottom: 0px;
}
.colour.no-pad-top {
	padding-top: 0px;
}
@media (max-width: 719px) {
.colour {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}	
}
@media (min-width: 720px) {
    .column {
        float: left;
        padding-left: 1.5rem; /* 1rem */
        padding-right: 1.5rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .column.full { width: 100%; }
    .column.two-thirds { width: 66.7%; }
    .column.two-fourth { width: 75%; }
    .column.two-fifth { width: 80%; }
    .column.two-sixth { width: 83.3%; }
    .column.half { width: 50%; }
    .column.third { width: 33.3%; }
    .column.fourth { width: 25%; }
    .column.fifth { width: 20%; }
    .column.sixth { width: 16.6%; }
    .column.flow-opposite { float: right; }  
}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

   
/**********************************
    Elements
***********************************/

.center {text-align:center}
.right {text-align:right}
.left {text-align:left}

img.circle {border-radius:500px;margin-top:0;}
img.bordered {border: #ccc 1px solid;}

.embed-responsive {position: relative;display:block;height:0;padding:0;overflow:hidden;} 
.embed-responsive.embed-responsive-16by9 {padding-bottom: 55%;}
.embed-responsive.embed-responsive-4by3 {padding-bottom: 55%;}
.embed-responsive iframe {position: absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}

.column > img, 
.column > figure, 
.column > .embed-responsive {
    margin-top: 2.0em;margin-bottom: 1em;
}

.list {position:relative;margin:1.5em 0;}
.list > i {position:absolute;left:-3px;top:-3px;font-size:2em;}
.list > h2, .list > h3 {margin: 0 0 0 50px}
.list > p {margin: 0 0 0 50px}

.quote {position:relative;margin:1.5em 0;}
.quote > i {position: absolute;top: -10px; left: -7px;font-size: 2em;color:rgba(51,51,51,0.44);}
.quote > small {margin-left:50px;opacity: 0.7;font-size: 1em;}
.quote > p {margin-left:50px;font-size: 1.5em;}

.btn {
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	font-size: 1.2em;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 0.5em;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.btn.btn-primary {    
	color: #ffffff;
    background-color: #008a7d;
}
.btn.btn-primary:hover {
	background-color: #31d3ae;
}
.btn.btn-default {color: #ffffff;background-color: #babcbb;}
.btn.btn-default:hover {color: #ffffff;background-color: #8c8e8d;border-color: #8c8e8d;}

.social a > i {text-decoration:none;color:#333;font-size:1.5em;margin:0 5px 0 0;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
.social a:hover > i {color:#08c9b9;}


/**********************************
    Header Image with Caption
***********************************/
figure.hdr {
	position: relative;
	width: 100%;
	overflow:hidden;
    background-color: transparent;   
}
figure.hdr img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1.0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;	
}
figure.hdr figcaption {
   	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%; 
	padding: 0 2.5em;
	color: #fff;
	/*font-size: 1.55em;*/
	text-align: center;
	box-sizing: border-box;
	z-index:1;
}
/* Text */
figure.hdr h2 {
	font-weight: 300;
	text-transform: uppercase;
}
figure.hdr h2 span {
	font-weight: 800;
}
figure.hdr p {
	letter-spacing: 1px;
	font-size: 68.5%;
	text-transform: uppercase;
}
figure.hdr h2, figure.hdr p {
	margin: 0;
	z-index:10000;
}
/* Cosmetic */
figure.hdr div {
	height: 100%; 
	z-index:0;
}
figure.hdr div::before,
figure.hdr div::after {
	position: absolute;
	content: '';
}
/* One */
figure.one div::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.one div::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Two */
figure.two div::before {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.two div::after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Three */
figure.three figcaption {
	height: 70%; 
}
figure.three p {
	margin: 1em 0 0;
	padding: 2em;
	border: 1px solid #fff;	
} 
/* Four */
figure.four figcaption {
	height: 60%; 
	text-align: left;
}
figure.four p {
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 50px;
	padding: 2em;
	border: 7px solid #fff;
}
/* Five */
figure.five figcaption {
	height: 100%; 
	text-align: right;
}
figure.five h2 {
    position: absolute;
    left: 50px;
	right: 50px;
	top: 10%;
	border-bottom: 5px solid #fff;
}
figure.five p {
	position: absolute;
	right: 50px;
	bottom: 10%;
}
/* Six */
figure.six figcaption {
	height: 70%;
}
figure.six h2 {
    padding-bottom: 3%;
	border-bottom: 1px solid #fff;
}
figure.six p {
	padding-top: 6%;
}
/* Seven */
figure.seven figcaption {
	height: 90%;
	text-align:left;
}
figure.seven h2 {
	border-bottom: 3px solid #fff;
}
figure.seven p {
    padding-top: 1em;
}
/* Eight */
figure.eight figcaption {
	height: 100%; 
	text-align: right;
}
figure.eight h2 {
	position: absolute;
	left: 50%;
	right: 50px;
	bottom: 10%;
}
figure.eight p {
    position: absolute;
    left: 50px;
	right: 50%;
	top: 10%;
	padding-right:0.5em;
	border-right: 1px solid #fff;
}

/* MODIFICATIONS
===============================================*/


.column.two-thirds-maintain { width: 66.7%;	float: left; }
.column.two-fourth-maintain { width: 75%; float: left; }
.column.two-fifth-maintain { width: 80%; float: left; }
.column.two-sixth-maintain { width: 83.3%; float: left; }
.column.half-maintain { width: 50%;	float: left; }
.column.third-maintain { width: 33.3%; float: left; }
.column.fourth-maintain { width: 25%; float: left; }
.column.fifth-maintain { width: 20%; float: left; }
.column.sixth-maintain { width: 16.6%; float: left; }



.three-images img {
	width: 33.33%;
	}
.two-images img {
	width: 50%;
	}
.two-img-col img {
	width: 100%
	}
.three-img-col img {
	width: 100%
	}
.three-circles-half img {
	max-width: 30%;
	}
	
/* Page header one */
figure.header-one {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	}
figure.header-one figcaption {
	height: auto;
	text-align: left;
	bottom: 0px;
	background-color: transparent;
}
figure.header-one figcaption H1 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.0em;
}
figure.header-one figcaption P {
	color: #ffffff;
	margin-top: 0.0em;
	margin-bottom: 0.2em;
}

.header-fine figure.hdr figcaption {
	top: 21%;
}
.header-fine figure {
	margin-bottom: 0px;
}


/* Page header two */
figure.header-two {
	margin-top: 0px !important;
	}
figure.header-two figcaption {
	height: auto;
	text-align: center;
	bottom: 0em;
	padding-bottom: 0.5em;
	background-color: rgba(0,0,0,0.40);
}
figure.header-two figcaption H1 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 1.8em;
}
figure.header-two figcaption P {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}



@media (max-width: 719px) {
.clear-mobile {
	clear: both;	
}
.center-mobile {
	text-align: center;
	}
.two-img-col img {
	width: 50%
	}
.three-img-col img {
	width: 33.3%
	} 
.fourth-half {
	width: 50%;
	float: left; 
	}
.sixth-third {
	width: 30.3%;
	float: left;
	padding-left: 1.5%;
    padding-right: 1.5%; 
	}
.fourth-half-pad-L {
	width: 50%;
	float: left; 
	}
.fourth-half-pad-R {
	width: 50%; 
	float: left; 
	}
/* Page header one */
figure.header-one figcaption {
	padding-left: 1.5em;
}
figure.header-one figcaption H1 {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-size: 1.2em;
}	
/* Page header two */
figure.header-two figcaption {
	padding-left: 1.0em;
	padding-right: 1.0em;
}
figure.header-two figcaption H1 {
	margin-top: 0em;
	margin-bottom: 0.4em;
	font-size: 1.2em;
}
figure.header-two figcaption P {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-size: 50%;
}
}
@media (max-width: 600px) {
.two-img-col img {
	width: 70%
	}
.three-img-col img {
	width: 70%
	}
.three-circles-half img {
	max-width: 25%;
	}
.fourth-half-pad-L {
	width: 47.5%;
	padding-left: 2.5%;
	}
.fourth-half-pad-R {
	width: 47.5%;
	padding-right: 2.5%;
	float: left; 
	}
}
@media (max-width: 500px) {
figure.header-one figcaption {
	padding-left: 1em;
}
figure.header-one figcaption H1 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 0.9em;
}
/* Page header two */

figure.header-two figcaption {
	padding-left: 0.5em;
	padding-right: 0.5em;
	bottom: 0em;
	padding-bottom: 0.3em;
}
figure.header-two figcaption H1 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 0.8em;
}
figure.header-two figcaption P {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 34%;
}	
}
@media (max-width: 400px) {
.two-img-col img {
	width: 100%
	}
.three-img-col img {
	width: 100%
	}
}

/* Footer components
===========================*/
.footer {

}

.footer-wrap {
    position: relative;
    background-color: #fff;
    color: #ffffff;
    padding: 3em 0px 1em 0px;
    line-height: 1.1em;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em;
}
.footer-wrap .column,.footer-wrap2 .column {
	z-index: auto;
}
.footer-wrap2 {
    position: relative;
    background-color: #eff3f4;
    color: #128474;
    padding: 0.75em 0px 0.75em 0px;
    font-size: 0.8em;
    line-height: 1.1em;
    margin-left: auto;
    margin-right: auto;
}
	
.footer-wrap a {
	color: #ffffff;
	}
.footer-wrap2 a {
	color: #128474;
	}

.footer-wrap a:hover {
	color: #872141 !important;	
}
.footer-wrap2 a:hover {
	color: #4adbb3;
	}
.footer-2 img {
	width: 160px;
	max-width: 100%;
	margin: 0em 0px 0.5em 0em !important;
}





.colour.h-strap {
	background-color: #C4B3A8;
	background-image: url(images/strap-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}
.colour.h-strap H3 {
	color: #ffffff;	
}
.F-strap {
	margin-top: 1em;
	margin-bottom: 4em;
}

.F-sm {
	margin-bottom: 0px;	
}
.F-sm img {
	margin: 12px 15px 12px 0px;
	height: 30px;
	display: inline-block !important;
}
.F-sm span {
	margin-right: 15px;
}
.F-menu a {
	font-size: 1.0em;
	padding-bottom: 0.3em;
	display: inline-block;
	width: 40%;
	margin: 6px 4%;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	border-bottom: solid 1px #f6861f;

}
.F-menu2 {
	margin-top: 35px;
	font-size: 0.75em;
}
.F-menu2 a {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
}

.F-tel,.F-email,.F-newsletter {
	border-left: solid 3px #a0c814;
	margin-bottom: 1.2em !important;
}
.F-tel a,.F-email a,.F-newsletter a {
	padding-left: 10px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	display: inline-block;
}

.F-order .btn.btn-primary {
	color: #ffffff;
	background-color: #40bb0a !important;
	border: none !important;
}
.F-order .btn.btn-primary:hover {
    color: #40bb0a !important;
	background-color: #ffffff !important;
}
@media (max-width: 999px) {
.F-sm span {
	display: block;	
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.F-sm img {
	margin-left: 5px;
	margin-right: 5px;
}
}

@media (max-width: 719px) {
.footer-wrap {
	text-align: center !important;	
}
.footer-1,.footer-2,.footer-3,.footer-4,.footer-5,.footer-6 {
	border: none;
	min-height: inherit;
	padding-bottom: 1em;
	text-align: center;
}
.footer-3 {
	border: none;
	height: auto;
}
.sign-up {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.footer-4 {
	padding-top: 1em;
}
.F-menu2 {
    margin-top: 1em;
}
.F-tel,.F-email,.F-newsletter {
	border-left: none;
}
.F-tel a,.F-email a,.F-newsletter a {
	color: #a0c814 !important;	
}
.f-logo {
	margin: 1em auto 2em auto !important;

}
}
@media (max-width: 375px) {
.footer-2 .btn.btn-primary {
	padding-left: 50px;
	font-size: 0.9em;
}
}

/* Snippet Colours
======================================*/
.colour.trans {
	background-color: transparent;		
}

.grey-grad {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(217,217,217,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(217,217,217,1.00) 100%);
}
.green {
	background-color: #008a7d;
    color: #FFFFFF;
}
.green div,.green P,.green H1,.green H2,.green H3,.green H4,.green a,.green span {
	color: #FFFFFF;
}

.white-button.btn.btn-primary {
	background-color: #fff;
    color: #008a7d;
}




.green a,.orange a {
	text-decoration: underline;
}

.green2 {
	background-color: #008a7d;

}
.white-text,.white-text div,.white-text P,.white-text H1,.white-text H2,.white-text H3,.white-text H4,.white-text a,.white-text span {
	color: #FFFFFF;	
}




.orange {
	background-color: #008a7d;
    color: #FFFFFF;
}
.orange div,.orange P,.orange H1,.orange H2,.orange H3,.orange H4,.orange a,.orange span {
	color: #FFFFFF;
}
.grey {
	background-color: #f1eaeb;
}
.grey1 {
    background-color: transparent;
    background-image: -webkit-linear-gradient(0deg, rgba(249, 249, 249, 1.00) 8.29%, rgba(249, 249, 249, 0.00) 53.16%);
    background-image: -moz-linear-gradient(0deg, rgba(249, 249, 249, 1.00) 8.29%, rgba(249, 249, 249, 0.00) 53.16%);
    background-image: -o-linear-gradient(0deg, rgba(249, 249, 249, 1.00) 8.29%, rgba(249, 249, 249, 0.00) 53.16%);
    background-image: linear-gradient(90deg, rgba(249, 249, 249, 1.00) 8.29%, rgba(249, 249, 249, 0.00) 53.16%);
}





.blue-grad {
	background-image: -webkit-linear-gradient(180deg,rgba(0,94,184,1.00) 0%,rgba(65,182,230,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(0,94,184,1.00) 0%,rgba(65,182,230,1.00) 100%);
}
.blue2 {
	background-color: #00a1e4;
	color: #FFFFFF;
}
.blue2 .btn.btn-primary {
    color: #ffffff;
    background-color: transparent;
	border-color: #FFFFFF;
}
.blue div,.blue P,.blue H1,.blue H2,.blue H3,.blue H4,.blue a,.blue span {
	color: #FFFFFF;
}

.blue2 div,.blue2 P,.blue2 dH1,.blue2 H2,.blue2 H3,.blue2 H4,.blue2 a,.blue2 span {
	color: #FFFFFF !important;
}

.blue H4 {
	color: #FFFFFF;
	margin-top: 0px;
}
.blue .btn.btn-primary:hover {color: #1eacc5;background-color: #ffffff;border-color: #1eacc5;}

.colour.seventyfive-percent {
	background-color: rgba(255,255,255,0.25);	
}
.colour.fifty-percent {
	background-color: rgba(255,255,255,0.50);	
}
.colour.twentyfive-percent {
	background-color: rgba(255,255,255,0.75);	
}

.green a,.orange a, .blue a {
	text-decoration: underline;
}
.green a:hover,.orange a:hover, .blue a:hover {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
}

/* Home
======================================*/
.add-buttons a {
	display: inline-block;
    border: none;
    /*position: absolute;
    bottom: 20px;
    left: 20px;*/
    font-size: 0.8em;
	line-height: 1.2em;
    padding: 8px 15px;
    color: #ffffff;
    border-radius: 15px;
    background-color: #31d3ae !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.add-buttons a:hover {
    background-color: #008a7d !important;
}

.h-banner {
    height: calc(100vh - 260px);
    position: relative;
}

.h-banner .column.full {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	top: 0px;
	z-index: 100;
}
.h-banner-inner1 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    text-align: left;
}


.h-banner-inner1 H1 {
    color: #872141;
	margin: 0px auto 22px 0px;	
    margin-left: auto;
    font-size: 3em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	width: 550px;
}
.h-banner-inner2 .btn.btn-primary {
	padding: 10px 10px 10px 30px;
	font-size: 0.85em;
	border-radius: 4px;
	display: block;
	margin-bottom: 0.5em;
	border: 2px solid #ccbaae;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #928277;
	background-color: #ffffff;
	width: 280px;
	text-align: left;
	background-image: url(images/button-detail.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}
.h-banner-inner2 .btn.btn-primary:hover {
	border-color: #ccbaae;
	color: #ffffff;
	background-color: #ccbaae;
}
.h-banner-inner2 {
	margin-left: 35px;
	margin-top: 40px;
}
H1 span {
	display: block;
	margin-top: 0.5em;
}
H1 span a {
	text-transform: uppercase;
	font-size: 0.35em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	border: solid 1px #ffffff;
	color: #FFFFFF;
	padding: 1em 1.5em;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
H1 span a:hover {
	color: #872141;
	background-color: #ffffff;
}

@media screen and (max-width: 719px) {
.h-banner-inner1 H1 {
	margin: 0px auto 22px 0px;	
    font-size: 1.5em;
	width: 100%;
}	
}



.h-text-main H1 {
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.colour.h-about {
	background-color: transparent;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 72.02%,rgba(255,255,255,0.49) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 72.02%,rgba(255,255,255,0.49) 100%);	
}
/* PADE HEADERS
============================*/
.h-banner-med {
    height: calc(65vh - 115px);
}
.h-banner-med.colour {
	z-index: 11;
}

.page-header-contact a {
	position: absolute;
	bottom: -17px;
	right: 20px;
	color: #ffffff;
	font-size: 1.1em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	background-color: #C4B3A8;
	margin: 0px;
	border-radius: 3px;
	display: block;
}
.page-header-contact a span:first-of-type {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	padding: 0.5em 1em 0.5em 1em;
	display: inline-block;
}

.page-header-contact a span:last-of-type {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 5px;
	padding: 0.5em 1em 0.5em 1em;
	display: inline-block;
	background-color: #872141;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-header-contact a span:last-of-type:hover {
	background-color: #AD2E56;

}



/*DASHBOARD
===============================================*/
.colour.dash-circles {
	padding-top: 1px;
}
.dash-circles-outer {
    background-color: #07b7b7;
    border-radius: 65px;
    height: 130px;
    width: 220px;
    margin: -65px auto 0px auto;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

	

.dash-circles-outer {
    background-color: #ffffff !important;
	border: solid 2px #ccbaae !important;
	border-radius: 55px;
    height: 110px;
    width: 220px;
}
.dash-circles-outer:hover {
    background-color: #ffffff !important;
	border: solid 2px #ccbaae !important;
	border-radius: 55px;
    height: 110px;
    width: 220px;
}
.dash-circles-inner {
	color: #928277 !important;	
}
.dash-circles-inner span {
	color: #f04d22 !important;
}
.dash-circles-outer:hover {
	transform: scale(1.15);
	background-color: #40BB0A !important;
}
.dash-circles-inner span {
	font-size: 3.0em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
}

.dash-icons-colour img {
	max-width: 150px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.dash-icons-colour img:hover {
	transform: scale(1.15);
}
@media screen and (max-width: 719px) {
.colour.dash-circles.grey {
	background-color: transparent;
}
.dash-circles-outer {
	margin: 0px auto 15px auto;
}	
.dash-circles .column:first-of-type .dash-circles-outer {
    /*margin: -65px auto 15px auto;*/
}
}
/*===========================*/
/* HOME C2A3
++++++++++++++++++++++++++++++++++++++++++++*/







.colour.hc2a3 {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #ededed;

}

.hc2a3 .column H2 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left 0.7em center,
	right 10px center;
	background-size: auto 1.5em, auto 1.0em;
	padding: 0.8em 0.5em 0.67em 3em;
	background-color: #B92F5B;
	color: #FFFFFF;
	font-size: 1.8em;
	border-radius: 38px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top: 0.1em;
}
.hc2a3 .column H2 span {
	font-size: 0.55em;
	display: block;
	padding: 0px 0px 0px 2px;
}
.hc2a3 .column:nth-of-type(3) H2 {
	background-image: url(images/Icon-Clinics.png),
	url(images/arrow-c2a.png);
	background-color: #31d3ae;
}
.hc2a3 .column:nth-of-type(2) H2 {
	background-image: url(images/Icon-Why.png),
	url(images/arrow-c2a.png);
	background-color: #31d3ae;
}
.hc2a3 .column:nth-of-type(1) H2 {
	background-image: url(images/Icon-Patient.png),
	url(images/arrow-c2a.png);
	background-color: #008a7d !important;
	padding: 0.8em 0.5em 0.67em 3.5em;
}
.hc2a3 .column H2:hover, .hc2a3 .column:first-of-type H2:hover {
	background-color: #0d6256 !important;
}
.hc2a3 P a {
	background-image: url(images/go.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 1em;
	padding-left: 1.5em;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hc2a3 P a:hover {
	background-image: url(images/go-mo.png);
}
@media screen and (max-width: 1280px) {
.hc2a3 .column.fourth,.hc2a3 .column.half {
    width: 33.3%;
}
.hc2a3 .column H2 {
    padding: 0.8em 0.5em 0.67em 3em !important;
    font-size: 1.4em;
    margin-top: 0.1em;
}
}
@media screen and (max-width: 850px) {
.hc2a3 .column H2 {
    font-size: 1.2em;
}
}
@media screen and (max-width: 719px) {
.hc2a3 .column.fourth,.hc2a3 .column.half {
    width: 100%;
}
}


@media screen and (orientation: portrait) and (max-width: 1100px) {
	
}

/* HOME NUMBER BOXES IN TOP
++++++++++++++++++++++++++++++++++++++++++++*/
.h-banner .dash-circles-outer {
    background-color: #ffffff !important;
    border: solid 2px #ccbaae !important;
    border-radius: 55px;
    height: 80px;
    width: 150px;
	margin: 10px 16px 0px 0;
	float: left;
}
.h-banner .dash-circles-inner span {
    font-size: 2.5em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
}




/*SITES
===============================================*/

.sites-icon-tel,.sites-icon-map {
	position: relative;
	background-color: #F04D22;
	background-image: url(images/icons-pointer.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80% 80%;
	width: 65px;
	height: 65px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	float: right;
	margin-left: 20px;
}
.sites-icon-tel {
	background-image: url(images/icons-call.png);
}
.sites-icon-tel:hover, .sites-icon-map:hover {
    background-color: #004750;
}

.sites-icon-tel, .sites-icon-map {
    background-color: #008a7d;
}
figure.header-one figcaption {

}
figure.header-one figcaption h1 {
	bottom: 40px;
    left: 10px;
	position: absolute;
	color: #008a7d ;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0.5em 1em 0.5em 1em;
	display: inline-block;
	font-size: 2.2em;
	
}
.site-header {
	/*background-image: -webkit-linear-gradient(270deg,rgba(241,236,233,1.00) 0%,rgba(224,213,205,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(241,236,233,1.00) 0%,rgba(224,213,205,1.00) 100%);*/	/*background-color: #F0EAE6;*/
}
.news2-det-numbers,.branch-det-nav-wrap {
    background-color: #f2f2f2;
}



























.h-c2a img {
	max-width: 500px;
	width: 100%;
}



.h-banner2 {
	background-color: rgba(0,161,228,0.83);
	margin-top: -100px;
}
.h-banner2 h2 {
	color: #FFFFFF;
	font-size: 2em;
}

.p-banner {
	min-height: 65vh !Important;;
}
.p-banner .column.full {
	z-index: 100;
}
.p-banner-bg .column {
	float: none;
}
.p-banner-bg {
    background-image: url(images/BG2-full.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 1.5em 0em;
    background-size: cover;
	background-color: #f9f9f9;
}


/*
.p-banner-bg1 {
    background-image: url(images/BG-Diabetes.png);
}
.p-banner-bg2 {
    background-image: url(images/BG-heart-health1.jpg);
}
.p-banner-bg3 {
    background-image: url(images/FORM-BG.jpg);
}
.p-banner-bg4 {
    background-image: url(images/BG-Fatty-Liver.jpg);
}
.p-banner-bg5 {
    background-image: url(images/BG1b.jpg);
}
*/





.p-banner-grad {
	background-color: #009786;
    background-image: url(images/banner-grad1.png);
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
	padding: 60px 0px !important;
}







.p-banner h1 {
	font-size: 1.4em;
	margin: 0.5em 0px 0.5em 0px;
}







/*---------------------*/

.p-banner-home .column {
    position: absolute;
    z-index: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /* justify-content: center; */
    padding-left: 0em;
    padding-right: 0em;
    /*background-image: -webkit-linear-gradient(0deg,rgba(249,249,249,1.00) 8.29%,rgba(249,249,249,0.00) 53.16%);
    background-image: -moz-linear-gradient(0deg,rgba(249,249,249,1.00) 8.29%,rgba(249,249,249,0.00) 53.16%);
    background-image: -o-linear-gradient(0deg,rgba(249,249,249,1.00) 8.29%,rgba(249,249,249,0.00) 53.16%);
    background-image: linear-gradient(90deg,rgba(249,249,249,1.00) 8.29%,rgba(249,249,249,0.00) 53.16%);*/
}
.p-banner-home .p-banner-inner {
    width: 1250px;
    max-width: 1200px;
    padding: 20px 30px 220px 30px;
    margin: 0px auto;
}

.p-banner-inner h1 {
    font-size: 3em;
}
.p-banner-inner span {
    font-size: 1.5em;
    color: #009684;
    text-shadow: 0px 0px 4px #F9F9F9;
}

.p-banner-inner p {
    max-width: 300px;
    line-height: 1.9em;
    font-weight: bold;
}





.video-shrunk .column.full {
	width: 70%;
	margin: 1em 15%;
}
.colour.tech-smart-city {
	padding-bottom: 0em !important;	
}
.colour.tech-smart-city .column img {
	margin-bottom: 0em !important;
	display: block;
}

.images-rounded img {
	border-radius: 20px;
}
.home-benefits H3 span {
	display: block;
	text-transform: uppercase;

}
.home-benefits P {
	font-size: 1.2em;
	margin: 1.3em 0em;
}
.but-go {
    background-image: url(images/go.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 1em;
    padding-left: 1.5em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.but-go:hover {
	background-image: url(images/go-mo.png);
}



.slider-scale {
	padding: 0px;
}
.slider-scale .column {
	padding: 0px;
	overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 1000px) {
.h-banner .column {
    overflow: hidden;	
}
.h-banner-inner1:after {
    width: 225%;	
}
}
@media screen and (orientation: portrait) and (max-width: 700px) {

.h-banner {
    height: 50vh;
    position: relative;
}
.h-banner-inner1 {
    right: 35%;
}
.h-banner-inner1:after {
    width: 180%;	
}
.h-banner-inner1 H1 {
    font-size: 1.8em;
    margin: 0px 2% 0px 35px;
}
}
@media screen and (max-width: 719px) {
	.p-banner-home .p-banner-inner {
		width: auto;
		max-width: 1200px;
		padding: 20px 30px 220px 30px;
		margin: 0px auto 0 0;
	}
	.dash-circles-outer {
		background-color: #07b7b7;
		border-radius: 65px;
		height: 130px;
		width: 220px;
		margin: 10px auto;
	}
	figure.header-one figcaption h1 {
		bottom: 10px;
		left: 20px;
		font-size: 1.5em;
	}
}
@media (max-width: 400px) {
.h-banner-inner1 H1 {
    font-size: 1.8em;
    margin: 40px 0% 0px 35px;
}
}



@media screen and (orientation:landscape)
and (min-device-aspect-ratio: 16/9)  
and (max-device-width: 999px) {
	   .p-banner-home .p-banner-inner {
		width: 1250px;
		max-width: 1200px;
		padding: 20px 30px 20px 30px !important;
		margin: 0px auto;
	}
	.p-banner.p-banner-bg {
        background-position: right 00px bottom -13px !important;
        background-size: auto 220px !important;
    }
	.p-banner-inner h1 {
		font-size: 2em;
	}
	.p-banner-inner p {
		font-size: 0.8em;
	}
}


@media screen and (orientation:portrait)
and (max-device-aspect-ratio: 16/9) {
	   .p-banner {
		min-height: 45vh ! Important;
	}
	.p-banner-home .p-banner-inner {
        padding: 20px 30px 15% 30px !important;
    }
}

/*

@media screen and (orientation:landscape)
and (max-device-height: 450px) 
and (max-device-width: 999px) {
	   .p-banner-home .p-banner-inner {
		width: 1250px;
		max-width: 1200px;
		padding: 20px 30px 20px 30px !important;
		margin: 0px auto;
	}
	.p-banner.p-banner-bg {
        background-position: right 00px bottom -13px !important;
        background-size: auto 220px !important;
    }
	.p-banner-inner h1 {
		font-size: 2em;
	}
	.p-banner-inner p {
		font-size: 0.8em;
	}
}
*/
/*-----------------------------------------------------------------*/


@media only screen and (max-width: 1500px) {
		.p-banner-bg {
			background-image: url(images/BG2.png);
		background-position: right -200px bottom;
	}
		.p-banner-home .p-banner-inner {
		padding: 20px 30px 100px 30px;
	}
}

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

	    .p-banner.p-banner-bg {
        background-position: right -200px bottom 0px;
        background-size: auto 380px;
    }
		.p-banner-home .p-banner-inner {
		padding: 20px 30px 50px 30px;
	}
}

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

		.p-banner-bg .p-banner-inner {
		width: 180px !important;
	}
		.p-banner-bg .p-banner-inner h1 {
		font-size: 2em;
	}
		.p-banner-bg .p-banner-inner span {
			font-size: 1.0em;
			color: #009684;
			font-weight: bold;
		}
}


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

		.p-banner.p-banner-bg {
    min-height: 350px !important;
    background-position: right -300px bottom -20px;
    background-size: auto 350px;
    background-image: url(images/BG2-mob.png);
	}
		.p-banner-home .p-banner-inner {
		max-wudth: 90%;
		padding: 0px 0px 80px 15px;
	}
		.p-banner-inner p {
		max-width: 300px;
		line-height: 1.3em;
		font-weight: bold;
	}
}

}

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

		.p-banner-bg .p-banner-inner {
		width: 160px !important;
	}
		.p-banner-bg .p-banner-inner h1 {
		font-size: 1.8em;
	}
}











/* SLIDER
============================*/
.wbSliderHeader, .wbSliderSecondary {
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.1em;
	color: rgba(255,255,255,1.00) !important;
	position: relative;
}

.h-anim2020 div, .h-anim div {
    background-color: transparent !important;
}
.wbSliderHeader {
	margin: 12vh auto 0px 0px !important;
	color: #116d60;
	width: 100% !important;
	padding: 0px 55% 0px 10% !important;
	text-align: left;
	font-size: 2.0em !important;
}
.wbSliderHeader span {
	display: block;
	font-size: 14px;
}
div.wbSliderSecondary {
	margin-top: 0px;
	font-size: 1.4em !important;
	background-color: #31d3ae !important;
	padding: 20px 25px !important;
	margin: 30px 0px 0px 10%;
	display: inline-block;
	border-radius: 30px;
	cursor: pointer;
}
.h-anim2020 a, .h-anim a {
	position: absolute
}

.h-anim2020 .wbSliderHeader {
	margin: 60px auto 0px 0px !important;
}





@media (max-width: 1400px) {
.wbSliderHeader {
	font-size: 1.8em !important;
}
	div.wbSliderSecondary {
	margin-top: 20px;
	font-size: 1.2em !important;
	padding: 15px 20px !important;
	}
}



@media (max-width: 1200px) {
.slider-scale {
	padding: 0px;
}
.slider-scale .column {
	padding: 0px;
	overflow: hidden;
}
}




@media (max-width: 1100px) {
.wbSliderHeader, .wbSliderSecondary {
	padding: 25px 50% 10px 30px !important;
}
.wbSliderHeader {
	font-size: 1.6em !important;
	margin-top: 50px;
}
div.wbSliderSecondary {
	margin-top: 0px;
	font-size: 0.9em !important;
	margin: 15px 0px 0px 30px;
}
	
.h-anim2020 .wbSliderHeader {
	padding: 0px 60% 0px 30px !important;
	font-size: 1.5em !important;
	margin: 60px auto 0px 0px !important;
}
	
}

@media (max-width: 750px) {
.h-anim2020 .wbSliderHeader {
	padding: 0px 60% 0px 30px !important;
	font-size: 1.1em !important;
	margin: 60px auto 0px 0px !important;
}

}

@media (max-width: 550px) {
.wbSliderHeader {
	font-size: 1.5em !important;
	margin-top: 0px;
	padding: 25px 45% 10px 30px !important;
}
div.wbSliderSecondary {
	padding: 12px 15px !important;
	}
}
@media (max-width: 399px) {
.wbSliderHeader {
	font-size: 1.4em !important;
}
}

@media (max-width: 490px) {
.h-anim2020 .wbSliderHeader {
	font-size: 1.3em !important;
	padding: 25px 58% 10px 10px !important;
	margin-top: 10px !important;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.5em;

}
.h-anim2020 div.wbSliderSecondary {
	margin: 10px 0px 0px 10px;
	text-align: center;
	width: 120px;
	font-size: 0.8em !important;
	}
}

@media (max-width: 340px) {
.h-anim2020 .wbSliderHeader {
	font-size: 1.1em !important;
	}
}
/* NEWS HOME
===========================*/
.news1-wrap-tag {
	width: calc(33% - 2rem);
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background-color: #ccbaae;
	color: #FFFFFF;
	margin: 1em;
/*-webkit-box-shadow: 0px 7px 23px 0px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 7px 23px 0px rgba(0,0,0,0.17);
box-shadow: 0px 7px 23px 0px rgba(0,0,0,0.17);*/
}
.news1-article-images img {
	display: block;	

}
.news1-wrap-tag .news1-article-images {
	margin-right: 0px;
	float: none;
}
.news1-wrap-tag .news1-article-images img {
    max-width: 100% !important;
	border: solid 0px #ffffff !important;
	border-radius: 3px !important;
	width: auto !important;
}
.news1-wrap-tag .news1-article-text-wrap {
	max-width: none !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
	float: none;
	padding: 10px 20px;

}
.news1-wrap-tag-all .news1-wrap-tag H3 {
    font-size: 1.5em !important;
    margin: 0em !important;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
}

.h-news H3 {
    color: #008a7d;
}
.news1-wrap-tag-all .news1-article-short-description {

}
.news1-wrap-tag {
    border: solid 1px #E9E9E9;
    padding: 0px !important;
    background-color: #ffffff;
    color: #7e7e7d;
	border-radius: 20px;
	overflow: hidden;
}
.news1-wrap-tag-all H3 {
	color: #7A7A7A;
	line-height: 1.25em;
}
.news1-wrap-tag-date {
	font-size: 0.8em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
}


@media screen and (max-width: 800px) {
	.news1-wrap-tag-all .news1-wrap-tag:nth-of-type(3) {
		display: none;
	}
	.news1-wrap-tag {
		width: calc(50% - 2rem);
	}
}




@media screen and (max-width: 430px) {
	.news1-wrap-tag {
		width: calc(100% - 2rem);
	}
}

/* TESTIMONIALS
====================================*/
.colour.colour-testimonials .restrict-width {
	background-image: url(images/speach-marks.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 80%;
}
.colour.colour-testimonials .restrict-width {

}
.testimonial_wrapper {
	display: table-cell;
	vertical-align: middle;
	height: 13em;
	width: 60%;
	text-align: center;
	padding-left: 20%;
	padding-right: 20%;
}
.testimonial_message {
	color: #431e00 !important;
	font-size: 1.6em;
	font-size: 0.8em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	width: 100%;
	line-height: 1.4em;
}
.testimonial_whoby {
	color: #FFFFFF !important;
	font-size: 0.8em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	width: 100%;
}
@media screen and (max-width: 500px) {
.testimonial_wrapper {
	height: 16em;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}	
.testimonial_message {
	font-size: 1.2em;
}
}

/* SITS in page
=============================*/
.our-sites-feed {

}



/* QUOTE 
=============================*/
.quote-colour {
	border-top: solid 2px #E4E4E4;
}
.quote-third .quote {
	position: relative;
	margin: 3em 0 0em 0;
	border-radius: 20px 5px 0px 0px;
	padding: 15px;
	background-color: #008a7d;
}
.quote-third .quote > small {
	margin-left: 50px;
	opacity: 0.7;
	font-size: 1em;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.37);
	padding-top: 1em;
	color: #C4B3A8;
}
.quote-third .quote > p {
	margin-left: 50px;
	font-size: 1.0em;
	color: #FFFFFF;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
}
.quote-third [class^="icon-"]:before, .quote-third [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	font-size: 1.8em;
	margin-left: 0.2em;
	color: #ffffff;
	margin-top: 0.2em;
}
.quote-third img {
	margin-top: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom: solid 10px #008a7d;
	display: block;
}
.quote-third-img {
	position: relative;	
	

}

/* TESTIMONIAL TWO
====================================*/
.quote-two-inner H4 {
    color: #008a7d;
	font-size: 1.75em;
	line-height: 1.4em;
	font-style: italic;
	margin-bottom: 0.01em;
}
.quote-two-column {
    background-image: url(images/speach-marks3.png);
	background-position: left top 30px;
	background-repeat: no-repeat;
	background-size: 50px auto;
}
.quote-two-inner {
	background-image: url(images/speach-marks2.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 50px auto;
	padding-left: 45px;
	padding-right: 60px;
}
.quote-two-inner P {
	font-size: 0.8em;
	display: inline-block;
	border-top: 1px solid rgba(7,183,183,0.3);
	padding-top: 0.5em;
	color: #07b7b7;
}
/* variations*/
.quote-two-column-studies .quote-two-inner H4 {
	margin-top: 0.01em;
}
.quote-two-column-studies.quote-two-column {
	background-position: left top 0px;
}
.green .quote-two-inner H4,.green .quote-two-inner P {
	color: #ffffff;
}
.green .quote-two-column {
	background-image: url(images/speach-marks-white.png);
} 
.quote-two-column img {
	border-radius: 12px;
}
.quote-two-column-sites {
	background-color: rgba(235,235,235,1.00);	
	border-radius: 20px;
}
.quote-two-column-sites.quote-two-column {
	background-position: left 20px top 30px;
}
.quote-two-column-sites .quote-two-inner {
	padding-left: 55px;
}
@media only screen and (max-width: 3000px) {
.quote-two-inner {
	background-image: none;
	padding-right: 0px;
}	
}
@media only screen and (max-width: 719px) {
.quote-two-column {
	background-position: left 10px top 0px;
}
.quote-two-inner {
	padding-left: 55px;
}
}









.h-anim2020 .wbSliderHeader {

}

@media only screen and (max-width: 1280px) {
.h-anim2020 .wbSliderHeader {

}	
}

@media only screen and (max-width: 719px) {
.h-anim2020 .wbSliderHeader {

}	
}

/*2023 May Branch updates*/
.branch-image-text {
	padding: 1em 0em 0.1em 0em;
}
.map-curve .google-map-wrap {
	border: solid 4px #136d5f;
	border-radius: 20px;
	overflow: hidden;
}

.google-map-wrap > div, .google-map-wrap > div > .gm-style,.google-map-wrap .gm-style-moc {
   border-radius: 20px !important;
   overflow: hidden !important;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.bdr-icons {
	border: solid 4px #136d5f;
	border-radius: 20px;
	padding: 5px 15px 5px 15px;
	font-size: 0.85em;
}
.bdr-icons tr td:nth-of-type(1) {
	width: 60px;
	padding-right: 20px;
	
}
.bdr-icons td {
	vertical-align: middle;
	font-weight: bold;
}
.branch-image-text img {
	margin-top: 1em;
    margin-bottom: 1em;
	border-radius: 20px;
}
.branch-image-text-text {
	padding-top: 1em;
}
.map-curve .column.third img {
	max-height: 50px;
	padding-bottom: 10px;
}
.bdr-icons-colour h3 {
	font-size: 2em;
	margin-bottom: 1.4em;
}
.bdr-icons-colour .column.two-thirds {
	padding-top: 3em;
}
.bdr-icons-colour b {
	color: #136d5f;
}
.branch-anim {
	background-color: #136e60;
}
.branch-anim .wbSliderHeader {
	position: absolute;
	right: 50px;
	bottom: 170px;
	width: 430px !important;
	color: #ffffff !important;
	text-align: right;
	margin: 0px !important;
	padding: 0px !important;
	font-size: 2.5em !important;
}
@media only screen and (max-width: 700px) {
		.branch-anim .wbSliderHeader {
		bottom: 130px;
		left: 30px;
		width: 360px !important;
		font-size: 3.5em !important;
		text-align: left;
	}
}
@media only screen and (min-width: 1400px) {
	.branch-anim .wbSliderHeader {
		font-size: 2.7em !important;
	}
}
.branch-form-obesity {
	color: #7e7e7d;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 15px 25px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.38);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.38);
	margin: 25px;
	width: 700px;
}
.branch-form-float {
	color: #7e7e7d;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 15px 25px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.38);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.38);
	margin: 25px;
	width: 700px;
	/*position: absolute;
	top: 5vh;
	left: 25px;
	width: 770px;
	z-index: 999;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 2px 20px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.38);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.38);*/
}
.branch-form-float .form-group2 {
    padding: 3px 0px;
}
.branch-form-float p {
	margin: 0.2em 0em;
}
.branch-form-float h1 {
	margin: 0.3em 0em;
}
.branch-form-float .fg2-2wide label {
	padding-bottom: 4px;
	padding-left: 5px;
	display: block;
	line-height: 1.8em;
}
.branch-form-float .form-group2 input[type=text] {
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}
.branch-form-float select {
    border-radius: 20px;    
}
.branch-form-float h4 {
	font-size: 1.3em;
	}
.branch-form-float h4 a {
	color: #06584e;
	border-bottom: solid 2px #ccc;
	}
@media only screen and (max-width: 1170px) {
	.branch-form-float {
		margin: 20px 20px 50px 20px;
		position: relative;
		top: auto;
		left: auto;
		width: calc(85% - 20px);
		z-index: 1;
		background-color: #ffffff;
		border-radius: 20px;
		padding: 2px 20px;
	}	
	.branch-anim {
		padding-bottom: 1px !important;
	}
	.branch-form-float h4 {
		font-size: 1.25em;
	}
}
@media only screen and (max-width: 719px) {
	.branch-form-float {
		margin: 20px 10px 50px 10px;
		width: calc(95% - 40px);
		padding: 2px 15px;
	}
	.branch-form-float h1 {
		font-size: 1.4em;
	}
		#register.column {
		padding-left: 0px;
    	padding-right: 0px;
	}
}


/*------------------------------------*/
.vid-section .column {
	margin-top: -150px;
}
.vid-section {
	margin-top: 150px;
}

@media only screen and (max-width: 719px) {
	.vid-section .column {
	margin-top: 0px;
	}
	.vid-section {
		margin-top: 0px;
	}
	.no-pad-top.vid-section {
		padding-top: 1.5em;
	}
}
