@import url(reset.css); 

/*

	Main CSS:
	Copyright (C) 2020 OwlTree Web Solutions.
	Mobile first

*/

html
{
	width: 100%;
	height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 100%;
}

@font-face
{
	
	font-family: 'Quatro Slab Regular';
	src: url('../fonts/Quatro Slab W03 Regular.eot'); src: url('../fonts/Quatro Slab W03 Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Quatro Slab W03 Regular.svg#Quatro Slab W03 Regular') format('svg'), url('../fonts/Quatro Slab W03 Regular.woff') format('woff'), url('../fonts/Quatro Slab W03 Regular.ttf') format('truetype');	
	font-display: swap;
}

@font-face
{
	
	font-family: 'Quatro Slab Medium';
	src: url('../fonts/Quatro Slab W03 Medium.eot'); src: url('../fonts/Quatro Slab W03 Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Quatro Slab W03 Medium.svg#Quatro Slab W03 Medium') format('svg'), url('../fonts/Quatro Slab W03 Medium.woff') format('woff'), url('../fonts/Quatro Slab W03 Medium.ttf') format('truetype');	
	font-display: swap;
}

@font-face
{
	
	font-family: 'OPTICivet';
	src: url('../fonts/OPTICivet-Medium.eot'); src: url('../fonts/OPTICivet-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/OPTICivet-Medium.svg#OPTICivet-Medium') format('svg'), url('../fonts/OPTICivet-Medium.woff') format('woff'), url('../fonts/OPTICivet-Medium.ttf') format('truetype');	
	font-display: swap;
}

body
{
	font-family: 'Quatro Slab Regular', sans-serif;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #092c4b;
	text-align: left;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: transparent;
}

header
{
	position: fixed;
	z-index: 100;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: white;
}

.content-strip
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0em 0 0em 0;
	padding: 1em 0;
}

.zero-margin
{
	margin: 0;
	padding: 0;
}

.page-heading
{
	
	position: relative;
	float: left;
	z-index: 1;
	width: 100%;
	margin: 0 0 2em 0;
	padding: 0;
}

.container
{
	clear: both;
	position: relative;
	width: 96%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2%;
}

.container img
{
	width: auto;
	max-width: 98%;
	margin: 0 auto;
	padding: 0 1%;
}

.flex-box
{
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	justify-content: center;
	z-index: 0;
}

.flex-box-v-align
{
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	justify-content: center;
	z-index: 0;
	align-items: center;
}

h1
{
	font-family: 'OPTICivet';
	width: 100%;
	margin: 0em 0 0em 0;
	padding: 0.3em 0;
	font-size: 10vw;
	font-weight: normal;
	line-height: 1em;
	/*background-color: #a0539b;*/
	color: white;
	text-align: left;
}

.h1-strip
{
	background-image: linear-gradient(90deg, #65b230, #0094da);
	margin-top: 19vw;
}

h2.section-strip-heading, h1.section-strip-heading
{
	font-family: 'OPTICivet';
	width: 100%;
	margin: 0em 0%;
	font-size: 12vw;
	font-weight: normal;
	line-height: 1em;
	padding: 0 0 0.2em 0;
}

h2.section-strip-heading
{
	text-align: center;
}

h2
{
	font-family: 'OPTICivet';
	font-size: 2em;
	margin: 0em 0%;
	font-weight: normal;
	padding: 0 0 0.2em 0;
	line-height: 1.2em;
}


h3
{
	font-family: 'OPTICivet';
	font-size: 2em;
	margin: 0.5em 0;
	font-weight: normal;
	padding: 0 0 0.2em 0;
	line-height: 1em;
}

h4
{
	font-family: 'OPTICivet';
	font-size: 1.5em;
	margin: 0.5em 0;
	padding: 0;
}

h5
{
	font-family: 'OPTICivet';
	font-size: 1.2em;
	font-style: normal;
	text-align: left;
	margin: 1em 0;
	padding: 0;
}

ul
{
	display: block;
	margin-bottom: 1em;
}

p
{
	margin: 1em 0 0 0;
	
	
}

li
{ 
	list-style-image: url(../images/gold-bullet-point2.png);
	list-style-position: outside;
	margin: 0.5em 0 0 20px;
}

a, a:visited
{
	color: #2a265a;
}

a.anchor
{
	position: relative;
    top: -250px;
    visibility: hidden;
}

.container a, .container a:visited
{
	color: #2a265a;
}


blockquote
{
	font-style: italic;
}

cite
{
	font-style: italic;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

u
{
	text-decoration-thickness: 1px;	
}

.text-white
{
	color: white;
}

.text-blue
{
	color: #08788e;
}

.text-green
{
	color: #65b230;
}

.text-purple
{
	color: #a0539b;
}

.text-gold
{
	color: #b3914c;	
}

.text-casa
{
	font-family: 'OPTICivet';
}

.centre
{
	text-align: center;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

hr
{
	clear: both;
	width: 40%;
	margin: 1em auto 1em auto;
	max-width: 1280px;
	color: transparent;
	/*border: 2px solid #b3914c;*/
	border: 2px solid #d5bd6f;
	border-radius: 4px;
}

pre
{
	display: block;
	width: 60%;
	margin: 1em auto;
	padding: 1em;
	background-color: #08788e;
	color: white;
	font-family: 'OPTICivet';
	text-align: center;
	font-size: 2em;
	clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
	transition: all 0.2s ease-in-out;
}

.container pre a, .container pre a:visited
{
	color: white;
}

pre:hover, pre:focus
{
	transform: scale(1.05);	
}

table
{
	float: left;
	width: 98%;
	margin-left: 2%;
}

/*---------- Background Colours -------------*/

.white-bg
{
	background-color: white;
}

.purple-bg
{
	background-color: #a0539b;
	color: white;
}

.green-bg
{
	background-color: #65b230;
	color: white;
}

.blue-bg
{
	background-color: #08788e;
	color: white;
}

.light-blue-bg
{
	background-color: #009fd6;
}

.red-bg
{
	background-color: rgba(227, 28, 35, 0.2);
}

.green-bg a, .green-bg a:visited
{
	color: white;
}

.pale-blue-bg
{
	background-color: rgba(0, 148, 217, 0.1);
}

.pale-purple-bg
{
	background-color: rgba(161, 83, 156, 0.2);
	color: white;
}

.gold-bg
{
	background-color: #b3914c;
}

.gold-gradient-bg
{
	background-image: linear-gradient(90deg, #b3914c, #d5bd6f);
}

.blue-gradient-bg
{
	background-image: linear-gradient(90deg, #08788e, #1289b6);
}

.clip1
{
	padding: 6em 0;
	clip-path: polygon(0 0%, 100% 20%, 100% 100%, 0% 80%);
}

.clip2
{
	padding: 6em 0;
	clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
}

.clip3
{
	padding: 6em 0;
	clip-path: polygon(0 0%, 100% 20%, 100% 100%, 0% 80%);
}

/*------------ Header Area ------------*/

/*------------- Logo Area -------------*/

.logo-container
{
	
	float: left;
	width: 25%;
	/*min-width: 110px;*/
	/*max-width: 200px;*/
	/*height: 100px;*/
	padding: 0.2em 0;
	margin: 0;	
}

.logo-container img
{
	width: 75%;
	max-width: 170px;
	/*min-width: 130px;*/
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	transition: all 0.2s ease-in-out;
}

.logo-container img:hover
{
	transform: scale(1.02);
}

/*---------- Main Navigation Bar ----------*/

.nav
{
	/*position: fixed;*/
	float: left;
	width: 15.5%;
	/*height: 2em;*/
	margin: 0;
	padding: 0;
	text-align: right;
	background-color: transparent;
	font-family: 'Quatro Slab Regular';
	
}

.symbol-holder
{
	float: left;
	width: 100%;
	/*height: 44px;*/
	/*min-width: 150px;*/
	color: white;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	
}

.symbol-holder p.menu-symbol
{
	display: block;
	width: 100%;
	/*height: 4vw;*/
	/*max-height: 40px;*/
	font-size: 2.0em;
	text-align: center;
	padding: 2vw 0;
	margin: 0;
	background-color: #b3914c;
	clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
	transition: all 0.3s ease-in-out;
}

.symbol-holder p.menu-symbol:hover
{
	clip-path: polygon(0% 0, 80% 0, 100% 100%, 20% 100%);
}

.symbol-holder:hover
{
	/*color: #65b230;*/
	color: white;
}

.sidenav .menu-container span.menu-word
{
	font-size: 1em;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(179, 145, 76, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 60px;*/
  clip-path: polygon(0 0%, 100% 0%, 70% 100%, 0% 100%);
}

.menu-container
{
	float: left;
	width: 90%;
	/*max-width: 800px;*/
	/*min-width: 600px;*/
	min-height: 1000px;
	margin: 0;
	padding: 50px 0 10em 10%;
	/*background-color: rgba(58,170,53,0.9);*/
	/*background-color: rgba(169,187,167, 0.60);*/
	text-align: left;
}

.sidenav a {
  padding: 8px 20px 8px 10px;
  text-decoration: none;
  font-size: 6vw;
  line-height: 1em;
  color: white;
  display: block;
  transition: 0.3s;

}

.sidenav a:hover{
  color: #2a265a;
}

.sidenav a.active
{
	color: #2a265a;
}

.sidenav .closebtn {
  position: absolute;
  top: 7px;
  right:5%;
  font-size: 2em;
  margin-left: 0px;
  font-family: sans-serif;
}

a.submenu
{
	display: block;
	font-size: 4.5vw;
	margin-left: 50px;
}

.sidenav img
{
	width: auto;
	min-width: 100px;
	max-width: 200px;
	padding: 0 80px 0 0;
}

.sidebar-contact
{
	margin-top: 5em;
	text-align: right;
}

.sidebar-contact p
{
	margin: 0;
}

p.sidebar-email a
{
	font-size: 4vw;
	margin: 0;
	text-align: right;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*------- CTA in Header --------*/

/*-------- Tel -----------*/

.header-tel
{
	float: left;
	width: 37.5%;
	margin: 0;
	/*font-size: 4vw;*/
}

.header-tel p
{
	display: block;
	width: 94%;
	margin: 0;
	
	/*border-radius: 80px 0 0 80px;*/
	font-family: 'OPTICivet';
	font-size: 3.7vw;
	transition: all 0.3s ease-in-out;
	background-color: #08788e;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
	padding: 2vw 0% 2vw 0%;
}

.header-tel p:hover, .header-tel p:focus
{
	transform: scale(1.1);
}

.header-tel p a, .header-tel p a:visited
{
	color: white;
}

.header-tel a, .header-tel a:visited
{
	color: white;
}

.header-cta
{
	float: left;
	width: 22%;
	padding: 0;
	margin: 0;
	color: white;
}

.header-cta p
{
	display: block;
	width: 96%;
	margin: 0;
	padding: 2vw 0% 2vw 4%;
	/*border-radius: 80px 0 0 80px;*/
	font-family: 'OPTICivet';
	font-size: 3.7vw;
	text-align: right;
	text-align: center;
	transition: all 0.3s ease-in-out;
	clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.header-cta p:hover, .header-cta p:focus
{
	transform: scale(1.1);
}

.header-cta p a, .header-cta p a:visited
{
	color: white;
}

.header-cta a, .header-cta a:visited
{
	color: white;
}

/*---------- Banner CSS  -----------*/

.banner-section-home
{
	clear: both;
	position: relative;
	float: left;
	resize: horizontal;
	width: 100%;
	min-height: 200px;
	max-height: 800px;
	margin-top: 0;
	font-family: 'Quatro Slab Regular';
	clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
}

img.home-banner
{
	display: block;
	width: 90%;
	max-width: 550px;
	margin: 2em auto 0 auto;
}

.banner-section-home p
{
	color: white;
}

.caption-container
{
	clear: both;
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 800px auto 0 auto;
	padding: 0 0%;
}

.flex-box-banner
{
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	align-items: center;
	justify-content: center;
	z-index: 0;
}

.banner-caption
{
	position: absolute;
	left: 0;
	bottom: 15%;
	width: 85%;
	max-width: 650px;
	padding: 2em 1% 2em 10%;
	margin: 0;
	background-color: rgba(240, 126, 60, 0.7);
	animation: captionAnimation 1.3s forwards;
	animation-delay: 1s;
	opacity: 0;
	/*border-radius: 0 300px 300px 0;*/
	clip-path: polygon(0% 0, 100% 0, 85% 100%, 0% 100%);
}

.banner-caption h2
{
	font-size: 8vw;
	line-height: 1em;
	margin: 0.4em 0;
}

.banner-caption h3
{
	font-size: 7vw;
	line-height: 1em;
	margin: 0.4em 0;
}

.banner-caption h4
{
	font-size: 6vw;
	line-height: 1em;
	margin: 0.4em 0;
}

.banner-caption a, .banner-caption a:visited
{
	color: white;
	background-color: #092c4b;
	padding: 10px;
}

.slope-divider
{
	float: left;
	width: 100%;
	padding: 4em;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 0%);
}

.slope-divider2
{
	float: left;
	width: 100%;
	padding: 4em;
	clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
}

@keyframes captionAnimation { 
	0%
	{
	    opacity: 0;
	    transform: translateX(-800px);
	}
	
	25%
	{
		opacity: 0;
	}
	
	100%
	{
		opacity: 1;
		transform: translateY(0px);
	}
}


/*---------- Crossfading Slideshow ------------*/

.cb-slideshow,
.cb-slideshow:after {
    position: relative;
    width: 100%;
    height: 40vw;
    min-height: 400px;
    max-height: 800px;
    top: 0px;
    left: 0px;
    z-index: 0;
    overflow: hidden;
}
.cb-slideshow:after {
    content: '';
}
.cb-slideshow div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    
    opacity: 0;
    list-style: none;   
}

.cb-slideshow div img
{
	visibility: hidden;
}

/* Animation for the slideshow images */

@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1);
	}
	100% { opacity: 0 }
}


/*---------- Content Areas CSS  -----------*/


.col
{
	
	float: left;
	width: 96%;
	margin: 0.5em 1% 0 1%;
	padding: 0.5em 1% 0.5em 1%;
	line-height: 1.7em;
	
}

.col img
{
	display: block;
	width: auto;
	
	margin: 0 auto;
	padding: 0 0%;
	/*border-radius: 0 0 0 40px;*/
}

.right-curve
{
	float: left;
	padding: 1em 0% 1em 0%;
	border-radius: 0 300px 300px 0;
}

.left-curve
{
	padding: 1em 0% 1em 0%;
	border-radius: 300px 0 0 300px;
}

.left-curve h2, .left-curve h3, .left-curve h4
{
	
	width: 68%;
	margin-left: 30%;
	padding-right: 2%;
}

.right-curve h2, .right-curve h3, .right-curve h4
{
	
	padding-left: 2%;
	width: 68%;
}

.right-curve p
{
	padding-left: 2%;
	width: 68%;
}

.left-curve p
{
	width: 68%;
	padding-right: 2%;
	margin-left: 30%;
}

.float-right
{
	float: right;
}

div.more
{
	position: absolute;
	left: 0;
	bottom: 0;
}

.divider
{
	clear: both;
	float: right;
	width: 50%;
	margin: 2em 0;
	border-bottom: 3px solid #a9bba7;
}

/*---------------- Services Strip and Pages---------------*/

.service-link
{
	float: left;
	width: 48%;
	margin: 1em 1%;
	text-align: center;
	text-transform: uppercase;
	background-color: red;
}

a.learn-more, a.learn-more:visited
{
	display: block;
	width: 33%;
	margin: 0 auto;
	padding: 0.1em 2%;
	color: white;
	/*background-color: #d5bd6f;*/
	background-color: #092c4b;
	clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}

img.service-icon
{
	display: block;
	width: 80%;
	max-width: 250px;
	margin: 0 auto;
	transition: all 0.5s ease-in-out;
}

.service-link:hover > a img.service-icon, .service-link:focus > a img.service-icon
{
	transform: rotateY(180deg);
}

.service-link p
{
	font-family: 'Quatro Slab Medium'; 
}


/*----------- Gallery pages --------------*/

.gallery
{
	position: relative;
	float: left;
	width: 96%;
	margin: 1em 1%;
	padding: 1em 1%;
	background-color: #f07f3c;
	color: white;
	border-radius: 0 0 0 40px;
	transition: all 0.3s ease-in-out;
}

.gallery:hover, .gallery:focus
{
	transform: scale(1.05);
}

.gallery a, .gallery a:visited
{
	color: white;
}

.gallery img
{
	border-radius: 0 0 0 40px;
	margin: 1em 0;
}

.gallery-photos
{
	display: block;
	float: left;
	width: 49%;
	margin: 0.5% 0.5%;
	padding: 0 0%;
	transition: all 0.3s ease-in-out;
	/*overflow: hidden;*/
}

.gallery-photos img
{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	border-radius: 0 0 0 40px;
}

.gallery-photos:hover img, .gallery-photos:focus img
{
	transform: scale(1.04);
	filter: brightness(70%);
}


/*------------- Testimonial Excerpt Strip -------------*/

img.excerpt-image
{
	display: block;
	width: 300px;
	margin: 0 auto 2em auto; 
}

/*------------- CTA Strip -------------*/

.cta-col
{
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 2em 0% 2em 0%;
	text-align: center;
}

.cta-col:nth-child(2)
{
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 2em 0% 2em 0%;
	text-align: left;
}

.cta-col h3
{
	font-family: 'Quatro Slab Medium';
	font-size: 7vw;
	line-height: 1em;
	margin: 0;
}

.cta-col p
{
	font-size: 3.5vw;
	margin: 0;
	line-height: 1em;
}

.cta-col p.text-sugar
{
	margin: 0.5em 0;
	font-family: 'OPTICivet';
	font-size: 2em;
}

.cta-buttons
{
	float: left;
	width: 50%;
	padding: 0;
	color: white;
	text-align: left;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.cta-buttons p
{
	transition: all 0.3s ease-in-out;
}

.cta-buttons p:hover, .cta-buttons p:focus
{
	transform: scale(1.1);
}

.cta-buttons p
{
	display: block;
	width: 94%;
	margin: 0;
	padding: 0.5em 0% 0.5em 6%;
	border-radius: 40px 0 0 40px;
	font-family: 'OPTICivet';
	font-size: 5vw;
}

.cta-buttons a, cta-buttons a:visited
{
	color: white;
}

.social-container
{
	float: left;
	width: 100%;
	margin: 0;
	text-align: center;
}

.mobile-align
{
	text-align: center;
}

img.social-icon
{
	display: inline-block;
	width: 70px;
	margin: 1em auto;
	padding: 0 10px;
}

.focus-link
{
	
	float:left;
	width: 35%;
	margin: 1em 30.5%;
	padding: 1% 1em;
	text-align: center;
	color: white;
	background-color: #092c4b;
}

.focus-link a, .focus-link a:visited
{
	color: white;
}

/*----------- Blog ----------*/

.blog-link
{
	position: relative;
	float: left;
	width: 94%;
	margin: 1em 1%;
	background-color: #092c4b;
	padding: 1em 2% 5em 2%;
	transition: all 0.3s ease-in-out;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.blog-link a, .blog-link a:visited
{
	color: white;
}

.blog-link:hover, .blog-link:focus
{
	transform: scale(1.05);
}

.blog-link p
{
	font-size: 1.2em;
}

button.more-purple
{
	display: block;
	position: absolute;
	/*width: 180px;*/
	top: 70%;
	right: 40px;
	margin: 0em auto 2em auto;
	font-size: 1em;
	color: white;
	cursor: pointer;
	padding: 15px 2%;
	text-align: center;
	border: none;
	background-color: #a0539b;
	border-radius: 0 0 0 20px;
	
}

button.more-purple-float
{
	display: block;
	float: right;
	/*width: 180px;*/
	margin: 2em 10% 2em auto;
	font-size: 1em;
	color: white;
	cursor: pointer;
	padding: 15px 2%;
	text-align: center;
	border: none;
	background-color: #a0539b;
	border-radius: 0 0 0 20px;
	
}

button.more-purple-centre
{
	display: block;
	/*width: 180px;*/
	min-width: 100px;
	margin: 2em auto;
	font-size: 1em;
	color: white;
	cursor: pointer;
	padding: 15px 2%;
	text-align: center;
	border: none;
	background-color: #a0539b;
	border-radius: 0 0 0 20px;
}

button.more-green
{
	display: block;
	position: absolute;
	/*width: 180px;*/
	top: 70%;
	right: 40px;
	margin: 0em auto 2em auto;
	font-size: 1em;
	color: white;
	cursor: pointer;
	padding: 15px 2%;
	text-align: center;
	border: none;
	background-color: #65b230;
	border-radius: 0 0 0 20px;
}

button.more-green-float
{
	display: block;
	float: right;
	/*width: 180px;*/
	margin: 2em 10% 2em auto;
	font-size: 1em;
	color: white;
	cursor: pointer;
	padding: 15px 2%;
	text-align: center;
	border: none;
	background-color: #65b230;
	border-radius: 0 0 0 20px;
	
}

button.more-gold-centre
{
	display: block;
	/*width: 180px;*/
	min-width: 120px;
	margin: 2em auto;
	font-size: 1em;
	color: white;
	cursor: pointer;
	padding: 15px 2%;
	text-align: center;
	border: none;
	background-color: #d5bd6f;
	clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
}

button.more-gold-centre a, button.more-gold-centre a:visited
{
	color: white;
}

button.more-green-left, button.more-green-right
{
	display: block;
	float: left;
	/*width: 180px;*/
	min-width: 100px;
	margin: 1em 2%;
	font-size: 1em;
	color: white;
	cursor: pointer;
	padding: 15px 2%;
	text-align: center;
	border: none;
	background-color: #65b230;
	border-radius: 0 0 0 20px;
}

button.more-light-gold
{
	display: block;
	position: absolute;
	/*width: 180px;*/
	top: 70%;
	right: 80px;
	margin: 0em auto 2em auto;
	font-size: 1em;
	color: white;
	cursor: pointer;
	padding: 15px 4%;
	text-align: center;
	border: none;
	background-color: #d5bd6f;
	clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
}

/*-------- See Us In Action Section -----------*/

.col60
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.col40
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

/*--------- Videos --------------*/

.TextformatterVideoEmbed
{
	/*border-radius: 0 0 0 40px;*/
	/*border: 3px solid #65b230;*/
}


  .youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    /*border-radius: 0 0 0 40px;*/
	/*border: 5px solid #65b230;*/
  }

  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
  }

  .youtube-player img {
    background-size: contain;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
  }

  .youtube-player img:hover {
    filter: brightness(75%);
  }

  .youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(../images/play.png) no-repeat;
    cursor: pointer;
  }


/*----------------------- News Pages ----------------*/

.blog-grid
{
	position: relative;
	float: left;
	width: 94%;
	margin: 1em 1%;
	padding: 0 2%;
	background-color: #092c4b;
	text-align: center;
	transition: all 0.3s ease-in-out;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

/*.blog-grid:nth-child(even)
{
	background-color: white;
	border: 5px solid #2a265a;
}*/

.blog-grid:hover, .blog-grid:focus
{
	transform: scale(1.05);
}

.blog-grid a, .blog-grid a:visited
{
	color: #2a265a;
}

.blog-grid h3
{
	font-size: 2em;
	color: white;
	padding: 0;
	margin: 0.3em 0 0.5em 0;
}

/*.blog-grid:nth-child(even) h3
{
	color: #f07f3c;
}*/
.blog-grid p
{
	color: white;
}

p.blog-date
{
	font-family: 'OPTICivet';
	font-size: 1.2em;
	text-align: center;
	margin: 0 0 1em 0;
	color: white;
}

button.see-more
{
	width: 140px;
	margin: 2em auto;
	font-size: 1.2em;
	color: #422919;
	cursor: pointer;
	padding: 15px 0;
	text-align: center;
	background-color: transparent;
	border: 2px solid #a9bba7;
	transition: all 0.2s ease-in-out;
}

button.see-more:hover, button.see-more:focus
{
	border-radius: 50px;
}

button.see-more a, button.see-more a:visited
{
	color: #422919;
}

/*--------------- Modal Box (Fundraising) -----------------*/

/* Popup Box */


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 8889; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: white; /* Fallback color */
    background-color: rgba(255, 255, 255, 0.9); /*  w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background: url(../images/charlie-watermark-1.png) no-repeat 50% 50% #2a265a;
    background-size: 40%;
    background-color: #2a265a;
    margin: 10vh auto; /* 15% from the top and centered */
    padding: 30px;
   /* border: 2px solid #9ad4f0;*/
   border-radius: 0 0 0 50px;
    width: 90%;
    max-width: 800px;
     /* Could be more or less, depending on screen size */
    color: white;
    /*text-align: center;*/
}

.modal-content h3
{
	font-size: 3em;
	text-align: center;
}

.modal-content a
{
	display: block;
	font-family: 'OPTICivet';
	color: #f07f3c;
	font-size: 1.9em;
	text-align: center;
	margin-top: 1em;
	line-height: 1em;
}

.modal-content p, .modal-content li
{
	font-size: 1.3em;
}

.modal-col
{
	float: left;
	width: 50%;
	margin: 1em 0;
	padding: 0;
	background-color: #48428d
}

img.modal-img
{
	display: block;
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 3em;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #9ad4f0;
    text-decoration: none;
    cursor: pointer;
}

button.button
{
	float: left;
	position: relative;
	width: 40%;
	/*min-height: 200px;*/
	margin: 1em 1%;
	padding: 0em 4% 1em 4%;
	/*background-color: #f07f3c;*/
	border-radius: 50%;
	text-align: center;
	border: none;
	color: white;
	font-size: 1.0em;
	transition: all ease-in-out 0.2s;
	overflow: visible;
	cursor: pointer;
}

button.button a, button.button a:visited
{
	color: white;
}

/*button.button:after
{
	content: '';
	position: absolute;
	bottom: 15%;
	left: 20%;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top-color: #65b230;
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -30px;
}*/

button.button:hover
{
	transform: scale(1.05);
}

button.button:nth-child(odd)
{
	background-color: #08788e;
}

button.button:nth-child(even)
{
	background-color: #009fd6;
	/*background-color: #092c4b;*/
}

/*button.button:nth-child(3)
{
	background-color: #0094da;
}*/

/*button.button:nth-child(4)
{
	background-color: #e41b21;
}*/

 /*button.button:nth-child(2):after
{
	border-top-color: #a0539b;
}

button.button:nth-child(3):after
{
	border-top-color: #0094da;
}

button.button:nth-child(4):after
{
	border-top-color: #e41b21;
}*/

.button p
{
	font-family: 'OPTICivet';
	font-size: 1.4em;
	padding: 1em 0;
}

.button p.read-more
{
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 150px;
	margin: 1em 0 0 0;
	padding: 8px 1%;
	color: #b9c9e4;
	color: white;
	font-weight: 400;
	background-color: #ef7d00;
	border-radius: 0 0 0 30px;
}

.button h3.answer
{
	/*float: right;*/
	position: absolute;
	width: 90px;
	bottom: 20px;
	right: 20px;
	margin: 1em 0 0 0;
	padding: 0 0px;
	background-color: #f7941e;
	color: white;
	text-align: center;
}



/*-------------- Previous and Next Buttons on News Pages ---------------*/

.prev-next-container
{
	/*clear: both;*/
	float: left;
	width: 100%;
	padding: 0.5em 0;
	text-align: center;
	margin: 0;
}

ul#prev-next 
{
	width: 100%;
	margin: 0 auto;
}
  
#prev-next li
{
	float: none;
	width: auto;
	min-width: 30px;
	min-height: 40px;
	margin: 0em 20px 0em 20px;
	padding: 0.2em 1% 0.3em 1%;
	background-color: transparent;
	text-align: center;
	display: inline-table;
	list-style: none;
	color: #484848;
	font-size: 1.2em;
	border-radius: 2px;
}

#prev-next li a, #prev-next li a:active
{
	
	color: #3aaa35;
}

#prev-next li:hover, #prev-next li:focus, #prev-next li a:hover, #prev-next li a:focus
{
	background-color: transparent;
}


#prev-next a.no-after, #prev-next li.no-after
{
 	display: none;
}

#prev-next a.no-before, #prev-next li.no-before
{
 	display: none;
}


/*---------- Contact Page and Form ----------*/

.contact-page p
{
	font-size: 1.1em;
}

.contact-page h3
{
	margin-bottom: 0.3em;
}

form
{
	float: left;
	width: 80%;
	font-size: 1.3em;
	padding: 0 0 0 0;
	margin: 0em 10% 0 10%;
	
}

fieldset ul
{
	width: 98%;
	max-width: 100%;
	padding: 0 1%;
	margin: 0 auto;
	list-style: none;
}

li.input-line
{
	margin: 0em 0% 0.5em 0%;
	list-style: none;
}

li.input-line label
{
	display: block;
	text-align: left;
	/*width: 15%;*/
	padding-right: 1em;
}

li.input-line input
{
	width: 99.5%;
	min-height: 1.5em;
	font-size: 0.9em;
	border: none;
	text-align: left;
	margin: 0;
	padding: 0.1em 0 0 0.5%;
	font-family: 'Quatro Slab Regular';
	
	background-color: white;
}

li.input-line input#email2
{
	display: none;
}

li.input-line textarea
{
	width: 99.5%;
	min-height: 150px;
	font-size: 0.9em;
	border: none;
	text-align: left;
	margin: 0;
	padding: 0.1em 0 0 0.5%;
	font-family: 'Quatro Slab Regular';
	
	background-color: white;
}


li.submit
{
	list-style: none;
	margin: 1em auto 2em auto;
}

li.submit input
{
	display: block;
	width: 140px;
	margin: 1em auto;
	font-family: 'Quatro Slab Regular';
	font-size: 1em;
	cursor: pointer;
	padding: 10px 0;
	text-align: center;
	background-color: #08788e;
	transition: all 0.2s ease-in-out;
	-webkit-appearance: none;
	color: white;
	border: none;
	clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
	/*border-radius: 0 0 0 20px;*/
}

li.submit input:hover, li.submit input:focus
{
	transform: scale(1.1);
}


/*---------- Footer ---------------*/

footer
{
	clear: both;
	float: left;
	width: 100%;
	background-color: white;
	/*background-image: linear-gradient(90deg,#422919 50%,#2d1a10 50%);*/
	font-size: 0.9em;
	padding: 2em 0;
	text-align: center;
}

footer img
{
	display: block;
	width: 50%;
	max-width: 250px;
	margin: 0 auto 1em auto;
}

footer h4
{
	text-transform: uppercase;
}

footer a, footer a:visited
{
	text-decoration: underline;
}

.footer-left
{
	float: left;
	width: 100%;
	text-align: center;
}

.footer-left p, .footer-right p
{
	line-height: 1.0em;
}

.footer-left a, .footer-left a:visited, .footer-right a, .footer-right a:visited
{
	text-decoration: none;
}

.footer-left a:hover, .footer-right a:hover
{
	
}

.footer-right, .footer-centre
{
	float: left;
	width: 100%;
	text-align: center;
}

.footer-cta
{
	float: left;
	width: 100%;
	padding: 0;
	color: white;
	text-align: left;
}

.footer-cta p
{
	display: block;
	width: 88%;
	margin: 0;
	padding: 0.5em 0% 0.5em 6%;
	border-radius: 40px 0 0 40px;
	font-family: 'OPTICivet';
	font-size: 3.3vw;
}

.footer-cta p a, .footer-cta p a:visited
{
	color: white;
}

footer.legals
{
	clear: both;
	float: left;
	width: 100%;
	background-color: #262626;
	font-size: 0.9em;
	padding: 1em 0%;
	text-align: center;
	color: white;
	padding: 6em 0;
	clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0% 100%);
	
}

footer.legals a:hover
{
	
}

footer.legals a, footer.legals a:visited
{
	text-decoration: underline;
	color: white;
}

.reg-details
{
	clear: both;
	float: left;
	width: 100%;
	font-size: 0.8em;
	padding: 1em 0;
}

.reg-details a, .reg-details a:visited
{

}

.reg-details p
{
	text-align: center;
	line-height: 1.3em;
}
