@charset "UTF-8";
/* CSS Document */

body {
	font-family: "hero-new";
}

.container {
	max-width: 1400px;
}

img.logo {
	max-height: 40px;
}
.navbar-custom {
	background: #fff;
	font-weight: 400;
}
ul.navbar-nav li a {
	color: #494949;
	text-transform: uppercase;
	font-size: 0.75em;
	letter-spacing: 1px;
	text-decoration: none;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	color: #4eb5c2;
}

ul.navbar-nav li {
	padding: 0 15px;
	background-size: 2px;
}

ul.navbar-nav li:first-child {
}

ul.navbar-nav li:last-child {
	background: none;
}

.navbar-toggler {
	border-color: #fff;
	background: #fff;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(102,102,102,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.dropdown-menu {
	font-size: 0.9em;
	padding: 0;
	margin-top: 9px;
	border: 0;
	font-weight: 400;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

ul.navbar-nav .dropdown-menu li {
	background: none;
	padding: 0;
}

ul.navbar-nav .dropdown-menu li a {
	font-weight: 400;
}

ul.navbar-nav .dropdown-menu li a:hover {
	color: #4eb5c2;
	background: none;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.25rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

a {
	color: #4db5c2;
	text-decoration: underline;
}

a:hover {
	color: #377f88;
	text-decoration: underline;
}

a.readMore {
	margin-bottom: 45px;
	display: block;
}

ul.navbar-nav li.menu-item-25 a {
	background: #f5c042;
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "ivypresto-display";
}

.btn {
	text-decoration: none !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

.btn-site {
	background: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #4eb5c2;
	padding: 10px 30px;
	border-color: #fff;
	text-decoration: none !important;
}

.btn-site:hover {
	background: #00b8c4;
	color: #fff;
	border-color: #00b8c4;
}

.btn-light {
	background: #f90;
	color: #fff;
}

.btn-dark {
	background: #00b8c4;
	color: #fff;
	border-color: #fff;
}

.btn-dark:hover {
	background: #fff;
	color: #00b8c4;
	border-color: #00b8c4;
}

.btn-yellow-blue {
	background: #f5c042;
	color: #283156;
	text-decoration: none;
}

.btn-yellow-blue:hover {
	background: #283156;
	color: #f5c042;
	border: 1px solid #fff;
}

.contentBlock {
	background: #00b8c4;
	color: #fff;
	padding: 90px 0;
}

.theContent {
	font-weight: 400;
}

.carousel-caption {
	right: auto;
	top: 30%;
	bottom: auto;
	left: 5%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
	max-width: 300px;
}

.carousel-caption h5 {
	font-size: 4.5em;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

.contentBlock .contentArea h2 {
	font-size: 3.5em;
	margin-bottom: 45px;
}

.contentBlock .contentArea {
	padding: 50px;
}

.contentBlock .contentArea .theContent {
	margin-bottom: 45px;
}

.programs {
	padding: 90px 0;
}

.programs h2 {
	font-size: 3em;
	margin-bottom: 45px;
	font-weight: 600;
}

.programs h3 {
	margin: 30px 0;
	font-weight: 600;
	font-size: 1.8em;
}

.pageContentBlock,
.pageContentBlockRight {
	position: relative;
	min-height: 500px;
	margin-bottom: 90px;
}

.pageContentBlock img,
.pageContentBlockRight img {
	position: absolute;
	height: 100%;
	z-index: -100;
}

.pageContentBlockRight img {
	right: 0;
}

.contentBlockBlue,
.contentBlockGreen {
	background: #c8e8ff;
	padding: 60px;
	-moz-box-shadow: 5px 5px 10px #ccc;
	-webkit-box-shadow: 5px 5px 10px #ccc;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	z-index: 999;
	margin-top: 30px;
	margin-bottom: 30px;
}

.contentBlockGreen {
	background: #eaf2ea;
}

.contentBlockBlue h3 {
	margin: 0 0 30px 0;
	padding: 0;
}

.programBlock {
	margin-bottom: 45px;
}
.programBlock img {
	z-index: -999;
	position: relative;
}

.programBlock .contentBlockBlue,
.programBlock .contentBlockGree {
	z-index: 999;
}

.programBlock .contentBlockBlue {
	margin-left: -100px;
}

.programBlock .contentBlockGreen {
	margin-right: -100px;
}

.padDown {
	margin-bottom: 45px;
}
.imageBlock {
	position: relative;
}

.imageBlock img {
	position: relative;
}

.imageBlock .contentArea {
	color: #fff;
	position: absolute;
	bottom: 5%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 5%;
	right: 5%;
	max-width: 500;
}

.imageBlock .contentArea h3 {
	font-size: 3em;
}

.testimonials {
	margin: 90px 0;
}

.testimonials h3 {
	font-size: 3em;
	margin-bottom: 45px;
}

.testimonials .theContent {
	margin-bottom: 45px;
	max-width: 800px;
	margin: 0 auto 60px auto;
}

.testimonialBlock.carousel {
	background: #c8e8ff;
	padding: 90px 60px;
	margin-left: -150px;
	margin-top: -30px;
	-moz-box-shadow: 5px 5px 10px #ccc;
	-webkit-box-shadow: 5px 5px 10px #ccc;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.carousel-indicators {
	right: 0;
	left: auto;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}

.fullColourBlock {
	background: #00b8c4;
	padding: 90px 0;
	color: #fff;
	margin: 120px 0;
}

.fullColourBlock h3 {
	font-size: 3em;
	margin-bottom: 45px;
}

.meetTheTeam h2 {
	font-size: 3em;
	margin-bottom: 45px;
}

.meetTheTeamBlock {
	padding: 0 30px;
	margin-bottom: 45px;
}

.meetTheTeamBlock h3 {
	margin: 30px 0;
}

.products {
	margin: 120px 0 90px 0;
}
.productBlock {
	padding: 60px;
	background: #c8e8ff;
	margin-bottom: 30px;
}
.price {
	font-family: "ivypresto-display";
	font-size: 45px;
	margin-bottom: 45px;
}

.productBlock h3 {
	margin-bottom: 30px;
}

.productBlock .theContent {
	margin-bottom: 30px;
}

.latestNews h2 {
	font-size: 3em;
	margin-bottom: 45px;
}

.latestNews h3 {
	margin: 30px 0 15px 0;
}

.date {
	font-family: "ivypresto-display";
	margin-bottom: 15px;
}

.contactBlock .container {
	max-width: 800px;
}
.contactBlock h3 {
	font-size: 2.4em;
}
.contactBlock .theContent {
	margin-bottom: 30px;
}
.contactBlock {
	margin-top: 90px;
	background: #273056;
	padding: 90px 0;
	color: #fff;
}
span.your-subject {
	margin-top: 15px;
}
.contactBlock ::placeholder {
	font-family: "hero-new";
	text-transform: uppercase;
	color: #303030;
}

.wpcf7-textarea {
	margin-top: 20px;
}

.socialMediaBlock {
	padding: 90px;
}

.socialMediaBlock h3 {
	font-size: 2.4em;
	margin-bottom: 45px;
}

.socialMediaBlock a {
	font-family: "ivypresto-display";
	font-size: 2em;
	text-decoration: none;
	border-bottom: 1px solid #4db5c2;
}

footer {
	background: #273056;
	color: #fff;
	padding: 120px 0 60px 0;
}

.footer img {
	max-height: 30px;
}

footer a {
	color: #9b9b9b;
	text-decoration: none;
	font-size: 0.8em;
}

footer a:hover {
	color: #fff;
}

.hr {
	border-top: 2px solid #3a4264;
	display: block;
	margin-top: 45px;
	padding-top: 45px;
}

footer ul,
footer ul li {
	margin: 0;
	padding: 0;
}

footer ul li {
	list-style: none;
}

footer ul.socialMediaLinks li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}

#copyright {
	color: #9b9b9b;
	font-size: 0.8em;
}

#pageView {
	padding: 90px 0;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 575.98px) {
}

@media (max-width: 767.98px) {
	.imageBlock .contentArea {
		top: 25%;
		bottom: auto;
	}

	#contactUsBlock {
	}
}

@media (max-width: 991.98px) {
	.testimonials img {
		padding-right: 30px;
	}
	.testimonialBlock.carousel {
		margin-left: 60px;
		margin-top: -50px;
	}

	.programBlock img.left {
		padding-right: 20px;
	}
	.programBlock img.right {
		padding-left: 20px;
	}
	.programBlock .contentBlockBlue {
		margin-top: -60px;
		margin-left: 60px;
	}

	.programBlock .contentBlockGreen {
		margin-top: -60px;
		margin-right: 60px;
	}
}

@media (max-width: 1199.98px) {
	.carousel {
		margin-top: 60px;
	}
	.carousel-caption {
		right: auto;
		top: 20%;
		bottom: auto;
		left: 5%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		text-align: left;
		max-width: 300px;
	}

	.carousel-caption h5 {
		font-size: 2em;
	}
}

@media (max-width: 1399.98px) {
	...;
}

@media (min-width: 576px) {
	...;
}

@media (min-width: 768px) {
	...;
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
	...;
}

@media (min-width: 1400px) {
	...;
}
