/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,400;0,500;1,400&family=Sansita&display=swap');
/*
font-family: 'Livvic', sans-serif; - 400 400i 500
font-family: 'Sansita', sans-serif; - 400

#C8C35E - rgb(200,195,94) - Yellow Green
#054111 - rgb(5,65,17) - Dark Green
#3A4D5D - rgb(58,77,93) - Slate Blue
*/
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
.iFrame {
	width:100%;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Styles - Mobile First Styles
   ========================================================================== */
body {
	font-size:16px;
	font-family: 'Livvic', sans-serif;
	font-weight:400;
	background:#053541;
	background:#666;
}
a, a:visited {
	color:#054111;
}
a:hover {
	color:#369;
}
a:active {
}
a:focus {
}
p {
}
strong {
	font-weight:500;
}
i {
	/*FontAwesome icons*/
	font-size:2.4em;
	color:#469a9e;
}
h1, h2, h3, h4, h5, h6 {
	margin:16px 0;
	font-family: 'Sansita', sans-serif;
	font-size:2.0em;
	font-weight:400;
	color:#3A4D5D;
}
h1 {
}
h2 {
}
h3 {
}
h4, h5, h6 {
}
#wrapper {
	width:100%;
	max-width:1920px; /*rslide max width is the same as this, see .js settings*/
	margin:auto;
	background:#fff;
}
header {
	position:relative;
}
#top {
	display:block;
	box-sizing:border-box;
	width:100%;
	height:auto;
	overflow:hidden;
	z-index:999;
	background:rgba(5,65,17,1);
	border-bottom: solid 2px #C8C35E;
}
#logoCont {
	position:absolute;
	top:0;
	left:15%; /*find middle*/
	box-sizing:border-box;
	width:70%;
	text-align:center;
	background:#054111;
	padding:5px 1.4em;
	border-left:solid 1px #C8C35E;
	border-right:solid 1px #C8C35E;
	border-bottom:solid 1px #C8C35E;
	border-radius:0px 0px 6px 6px;
	z-index:999;
}
	.logo {
		width:100%;
		max-width:250px;
		height:auto;
	}
nav {
}
.nav { /*Class*/
	position:relative;
	height:auto;
	overflow:hidden;
	padding:0;
	margin:0;
}
.nav ul {
	list-style:outside;
	list-style-type:none;
	padding:0;
	margin:0;
}
.nav ul li {
	display:block;
	float:left;
	width:100%;
	-webkit-transition: background 600ms ease-in-out;
	-moz-transition: background 600ms ease-in-out;
	-ms-transition: background 600ms ease-in-out;
	-o-transition: background 600ms ease-in-out;
	transition: background 600ms ease-in-out;
}
.nav ul li a {
	display:block;
	width:100%;
	padding:0.75em 0;
	font-size:1.2em;
	text-align:center;
	text-decoration:none;
	color:#fff;
	border-bottom:solid 1px #C8C35E;
	-webkit-transition: color 600ms ease-in-out;
	-moz-transition: color 600ms ease-in-out;
	-ms-transition: color 600ms ease-in-out;
	-o-transition: color 600ms ease-in-out;
	transition: color 600ms ease-in-out;
}
.nav ul li:hover {
	background:rgba(255,255,255,1.0);
}
.nav ul li a:hover {
	color:#222;
	border-bottom:solid 1px #FFF;
}
.navBook {
	background:#C8C35E;
	background:rgba(200,195,94,0.9);
}
	.navBook a, .navBook a:visited {
		color:#000;
	}
.nav-mobile { /*Mobile menu specific*/
	display:none;
	cursor:pointer;
	position:absolute;
	top:4px;
	right:16px;
	height:40px;
	width:40px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color: rgba(240,240,240,0.5);
	background-image: url(../img/gfx/nav.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
#page {
	display:block;
	width:100%;
	margin-top:30px;
}
main {
}
main p, main ul, main ol {
	font-size:1.2em;
	line-height:1.6em;
}
article header {
}
aside {
}
footer {
	display:block;
	box-sizing:border-box;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:2.4em 8%;
	background:#054111;
	color:#fff;
	border-top:solid 2px #C8C35E;
}
footer a {
	color:#C8C35E;
}
footer a:visited {
	color:#C8C35E;
}
footer a:hover {
	color:#fff;
}
footer a:active {
}
footer a:focus {
}
	#address {
	}
	#siteLinks {
	}
	#credit {
	}
/*----- IMAGE STYLES -----*/
.responsive {
	width:100%;
	height:auto;
}
/*----- TEXT STYLES -----*/
.pCen {
	text-align:center;
}
.btnLink {
	display:inline-block;
	border:solid 2px #054111;
	padding: 0.3em 0.8em;
	margin-left:0.2em;
	text-decoration:none;
	background:rgba(240,240,240,0.2);
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-transition: background 600ms ease-in-out;
	-moz-transition: background 600ms ease-in-out;
	-ms-transition: background 600ms ease-in-out;
	-o-transition: background 600ms ease-in-out;
	transition: background 600ms ease-in-out;
}
.btnLink:hover {
	background:#054111;
	color:#fff;
}
.title {
	font-size:1.5em;
}
.smText {
	font-size:0.9em !important;
}
/*----- Banner Styles -----*/
.banner-container {
	position:relative;
	width:100%;
	max-width:1920px;
}
.banner {
	max-width:1920px;
}
.overlayCont {
	display:none;
	width:100%;
	height:auto;
	overflow:hidden;
	color:#FFF;
	text-align:center;
	background:rgba(58,77,93, 1);
}
.title-banner {
	margin:0;
	padding:0;
	font-size:2.0em;
	text-shadow: 0 0 2px #4F4F4F;
}
.strapline {
	font-size:1.4em;
	margin:0.2em 0;
	text-shadow: 0 0 1px #4F4F4F;
}
.title-banner span, .strapline span {
	padding:0.4em 0.8em;
	/*background:rgba(58,77,93, 1);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;*/
}
#f2bw {
	display:block;
	clear:both;
	bottom:0;
	display:block;
	width:100%;
	margin:auto;
	text-align:center;
}
.ftb-widget {
	
}
.blankHead {
	height:0px;
	background:transparent;
}
/*----- BLOCK STYLES -----*/
.block {
	display:block;
}
.container {
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:1.0em 8%;
}
.containerRow {
	display:block;
	clear:both;
	width:100%;
}
/*Columns will flex, add as many as required*/
.col {
	flex:1;
	box-sizing:border-box;
}
.full {
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:0;
}
/*Flexbox containers*/
.container-2 {
	display:block;
	flex-wrap:wrap;
}
.container-2 div {
	background:#f9f8f3;
}
.container-2 div:first-child {
	flex-basis:60%;
	background:#f9f8f3;
}
.container-2 div:last-child {
	flex-basis:40%;
}
.xPad {
	margin:0 10%;
}
/*----- BLOCK COLOURS -----*/
.bgBlue {
	background:#e8e8d8;
}
	.bgBlue p, .bgBlue ul, .bgBlue ol, .bgBlue h6, .bgBlue h5, .bgBlue h4, .bgBlue h3, .bgBlue a, .bgBlue a:visited {
		color:#132c42;
	}
.bgWheat {
	background:#e7e3ce;
}
.border {
	border:solid 1px #3A4D5D;
}
.bgTitle {
	background:rgba(58, 77, 93, 1);
	color:#fff;
	padding:0.1em 0.5em;
	border-radius:0px 0px 8px 8px;
}
/*----- FORM STYLES ------*/

/*----- MAILCHIMP -----*/
#mc_embed_signup {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	clear:left;
	background:none;  
	font:14px Helvetica,Arial,sans-serif;
	text-align:center;
}
.mc-field-group {
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0.6em 0;
}
.mc-field-group2 {
	display:block;
	float:left;
	width:50%;
	height:auto;
	overflow:hidden;
	margin:0.3em 0;
}
#mc_embed_signup label, #mc_embed_signup input {
	display:block;
	float:left;
}
#mc_embed_signup label {
	font-size:1.3em;
	width:0%;
}
#mc_embed_signup input {
	box-sizing:border-box;
	width:100%;
	padding:0.8em;
	font-size:1.3em;
	color:#fff;
	background:#eee;
	border:none;
	border:solid 1px #054111;
}
#mc_embed_signup input[type=submit] {
	width:auto;
	display:inline-block;
	padding:0.6em 1.6em;
	margin-top:0.5em;
	float:none;
	color:#fff;
	background:#054111;
	border:solid 1px #e8d075;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#mc_embed_signup input[type=submit]:hover {
	cursor:pointer;
	background:#3f6527;
}
@media (min-width: 1px) and (max-width: 767px) {
	/*mobile specific*/
	nav {
		min-height:45px;
	}
	.nav-list {
		display:none;
	}
	.nav-mobile {
		display:block;
	}
	.nav-active {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	.nav li:first-child {
		margin-top:100px;
	}
	/*end mobile specific*/
}
@media (min-width: 640px) {
	.overlayCont {
		display:block;
		width:100%;
	}
}
@media (max-width: 768px) and (orientation:landscape) {
	#logoCont {
		width:40%;
		left:0;
		border-left:none;
		border-radius:0px 0px 6px 0px;
	}
	.nav {
		float:right;
		width:60%;
	}
}
@media (min-width: 768px) {
	#page {
		margin-top:0;
	}
	#top {
		/*background:rgba(255,255,255,0.8);*/
	}
	#logoCont {
		position:relative;
		top:0;
		left:0;
		display:block;
		float:left;
		width:22%;
		padding:5px 0.4em;
		border-radius:0;
		border:0;
	}
	.nav {
		display:block;
		float:left;
		width:78%;
		margin-top:2%;
	}
	.nav ul li {
		width:25%;
	}
	.nav ul li:first-child {
		/*width:10%;*/
	}
	.nav ul li a {
		font-size:1.0em;
		border-bottom:none;
		border-right:solid 1px #ccc;
	}
		.nav ul li:last-child a {
			border-right:none;
		}
	.overlayCont {
		position:absolute;
		bottom:5.4em;
		width:100%;
		background:none;
	}
	.title-banner {
		font-size:2.4em;
	}
	.title-banner span, .strapline span {
		padding:0.4em 0.8em;
		background:rgba(58,77,93, 1);
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	#f2bw {
		position:absolute;
	}
	h1 {
		font-size:2.4em;
	}
	h2 {
		font-size:2.2em;
	}
	h3 {
		font-size:2.1em;
	}
	h4, h5, h6 {
		font-size:2.0em;
	}
	#mc_embed_signup {
		width:80%;
		margin:0 10%;
	}
}
@media (min-width: 1024px) {
	.container {
		padding:1.0em 5%;
	}
	.containerRow, .container-2 {
		display:flex;
	}
	.col {
		margin:1%;
	}
	h1 {
		font-size:2.6em;
	}
	h2 {
		font-size:2.4em;
	}
	h3 {
		font-size:2.2em;
	}
	h4, h5, h6 {
		font-size:2.2em;
	}
	#mc_embed_signup {
		width:70%;
		margin:0 15%;
	}
}
@media (min-width: 1200px) {
	.overlayCont {
		bottom:7.2em;
	}
	.title-banner {
		font-size:3.4em;
	}
	.strapline {
		font-size:1.5em;
	}
	.title-banner span, .strapline span {
		padding:0.4em 0.8em;
		background:rgba(58,77,93, 1);
		-webkit-border-top-left-radius: 20px;
		-webkit-border-bottom-right-radius: 20px;
		-moz-border-radius-topleft: 20px;
		-moz-border-radius-bottomright: 20px;
		border-top-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	h1 {
		font-size:2.8em;
	}
	h2 {
		font-size:2.6em;
	}
	h3 {
		font-size:2.5em;
	}
	h4, h5, h6 {
		font-size:2.4em;
	}
	.nav {
		margin-top:1.3%;
	}
	.nav ul li a {
		font-size:1.2em;
	}
	#mc_embed_signup {
		width:60%;
		margin:0 20%;
	}
}
@media (min-width: 1440px) {
	.nav {
		width:70%;
	}
	.container-2 div:first-child {
		flex-basis:50%;
	}
	.container-2 div:last-child {
		flex-basis:50%;
	}
}
 /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 .hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

 
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

 
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


