/**
	@Author:	Paul Strandoo/ Spi-des-ign
	@Date:		23 March 2021
	@Notes:		Jane Storey / Simple One-pager
		
	FONTS & COLORS
	-------------
	green 1: #00675c;
	green 2: #009e8e;

	Font-family: 'EB Garamond', serif;
	Font-family: 'Fira Sans', sans-serif;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	available weight: 300, 400, 400i, 700;
	inner max-width: 1070px;
*/

@import url('reset.css');
/* @import url('font-awesome.min.css'); */

* {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

html {
	font-size: 100%;
	}
body {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	background: #ffffff;
	}

body, input, textarea, table {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	color: #222;
	color: rgb(34,34,34);
	}
	
/* ----- [ Typography ] -------------------------*/
p,
li,
td {
	font-weight: 300;
	font-size: 1em;
	line-height: 1.6em;
	margin: 0 0 1em;
	}
li {
	margin: 0;
	}

em {
	font-style: italic;
	}
b,
strong {
	font-weight: 700;
	}

a {
	color: #00675c;
	border-bottom: 1px solid #00675c;
	}
a:hover {
	color: #078696;
	border-bottom: 1px solid #078696;
	}


h1 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 2.4em;
	font-weight: 700;
	line-height: 1.3em;
	margin: 0 0 0.5em;
	}
h2 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 2em;
	font-weight: 700;
	color: #009e8e;
	line-height: 1.2em;
	margin: 0 0 0.6em;

	}
h3 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1.8em;
	line-height: 1.1em;
	margin: 0 0 0.3em;
	font-weight: 700;
	color: #009e8e;
	}
h4 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 700;
	color: #222;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	}

.intro-text h4 {
	margin-bottom: 2.5em;
	}

p  + h2,
ul + h2,
p  + h3,
ul + h3 {
	margin-top: 1.5em;
	}



/*@media only screen and (min-width: 600px) { */
@media only screen and (min-width: 768px) { 
	h1 {
		font-size: 3.6em;
		line-height: 1.2em;
		text-align: left;
		}
	h2 {
		font-size: 2.6em;
		}
	h3 {
		font-size: 2em;
		}		
}


img {
	vertical-align: middle;
	}

/* Dark and Light */
.dark,
.dark p,
.dark li,
.dark h2,
.dark h3 {
	color: #fff;
	}
.dark p,
.dark li {
	font-weight: 400;
	}
.dark a {
	color: #fff;
	border-bottom: 1px solid #fff;
	}
.dark a:hover {
	color: #fff;
	}
.dark {
	background: #55542b;
	color: #fff;
	}
.dark h4 {
	color: #fff;
	}

/* global section centering */
.centered,
.centered p,
.centered h2,
.centered h3 {
	text-align: center;
	}

/* ----- [ Structure ] --------------------------*/
.page-wrapper {
	position: relative;
	padding-top: 0;
	background: #fff;
	min-height: 100%;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}

.page-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	background: rgba(0,0,0,0.4);
	z-index: 600;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
	
header,
section,
footer {
	background: #ffffff;
	width: 100%;
	margin: 0;
	position: relative;
	}
section {
	padding: 70px 0;
	}
.inner {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
	}
.inner-full {
	max-width: 100%;
	padding: 0;
	}
.inner-narrow {
	max-width: 900px;
	}


/* ----- [ Strandoo Simple Grid System v2.8 ] ----------- */
/*
.row {
	display: block;
	margin: 0 -15px;
	overflow: hidden;
	position: relative;
	}

.stretch {
	align-items: stretch;
	}

.row > .col {
	width: 100%;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	}

.no-padding,
.padding-0 {
	margin: 0;
	}
.padding-5 {
	margin: 0 -5px;
	padding-top: 5px;
	}
.padding-5 {
	margin: 0 -5px;
	padding-top: 5px;
	}
.padding-10 {
	margin: 0 -10px;
	padding-top: 10px;
	}
.padding-20 {
	margin: 0 -20px;
	}
.padding-30 {
	margin: 0 -30px;
	}

.no-padding > .col,
.padding-0 > .col {
	padding: 0;
	}

.padding-5 > .col {
	padding-left: 5px;
	padding-right: 5px;
	}
.padding-10 > .col {
	padding-left: 10px;
	padding-right: 10px;
	}
.padding-20 > .col {
	padding-left: 20px;
	padding-right: 20px;
	}
.padding-30 > .col {
	padding-left: 30px;
	padding-right: 30px;
	}

.col > img {
	max-width: 100%;
	}
*/

/* 37.5 equivalent breakpoint */
/* @media only screen and (min-width: 600px) { */
/*
@media only screen and (min-width: 768px) { 
	.row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		}

	.row-2 > .col { width: 50%; }
	.row-3 > .col { width: 33.333%; }
	.row-4 > .col { width: 25%;}
	.row-5 > .col { width: 20%;}
	.row-6 > .col { width: 16.666%;}

	.row-2 .span-2 { width: 100%; }
	.row-3 .span-2 { width: 66.666%; }
	.row-4 .span-2 { width: 50%; }
	.row-4 .span-3 { width: 75%; }
	.row-5 .span-2 { width: 40%; }
	.row-5 .span-3 { width: 60%; }
	.row-5 .span-4 { width: 80%; }

}
*/
/* ----- [ Strandoo Simple Grid System v3.1 ] --------------- */
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	/*justify-content: stretch;*/
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0 -15px;
	overflow: hidden;
	position: relative;
	}

.row > .col {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 15px;
	padding-right: 15px;
	}

.row.no-padding,
.row.padding-0 {
	margin: 0;
	}
.row.padding-5 {
	margin: 0 -5px;
	}

.row.padding-10 {
	margin: 0 -10px;
	}
.row.padding-20 {
	margin: 0 -20px;
	}
.row.padding-30 {
	margin: 0 -30px;
	}

.no-padding > .col,
.padding-0 > .col {
	padding: 0;
	}
.padding-5 > .col {
	padding-left: 5px;
	padding-right: 5px;
	}
.padding-10 > .col {
	padding-left: 10px;
	padding-right: 10px;
	}
.padding-20 > .col {
	padding-left: 20px;
	padding-right: 20px;
	}
.padding-30 > .col {
	padding-left: 30px;
	padding-right: 30px;
	}

.row.text-center > .col {
	text-align: center;
	}

.col > img {
	max-width: 100%;
	}

img.full {
	width: 100%;
	}
img.half {
	width: 50%;
	float: left;
	}

.centered,
.centered p,
.centered h2,
.centered h3 {
	text-align: center;
	}

.col-auto,
.col-full,
.col-1of2,
.col-1of3,
.col-2of3,
.col-1of4,
.col-1of5,
.col-30f4,
.col-100,
.col-50,
.col-33,
.col-66,
.col-25,
.col-20,
.col-75,
.col-40,
.col-60 {
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
    }

/* 600px equivalent breakpoint */
/*@media only screen and (min-width: 37.5em) { */
/*@media only screen and (min-width: 768px) {  */
@media only screen and (min-width: 600px) { 
	.row {
		/*
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		*/
		flex-direction: row;
		}
		
	.col-auto {
		width: auto;
		}
	.col-full,
	.col-100 {
		width: 100% !important;
		}
	.col-1of2,
	.col-50 {
		width: 50% !important;
		}
	.col-1of3,
	.col-33 {
		width: 33.3333% !important;
		}
	.col-2of3,
	.col-66 {
		width: 66.6667% !important;
		}
	.col-1of4,
	.col-25 {
		width: 25% !important;
		}
	.col-3of4,
	.col-75 {
		width: 75% !important;
		}
	.col-1of5,
	.col-20 {
		width: 20% !important;
		}
	
	/* 60/40 */
	.col-40 {
		width: 40% !important;
		}
	.col-60 {
		width: 60% !important;
		}
}

/* ----- [ Masthead / Page Header ] -------------*/
.page-header {
	position: absolute;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 10;
	/*background: #fff url('../images/header-bg-3.png') 95% 0 no-repeat;
	background-size: 880px;*/
	color: #fff;
	background: #00675c;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Force Hardware Acceleration */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}

.open .page-header {
	height: 100vh;
	}

.page-header .inner {
	position: relative;
	padding: 10px 30px;
	padding: 10px 20px;
	overflow: hidden;
	}

.logowrap {
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	margin: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.logowrap a {
	color: #fff;
	display: block;
	border: none;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}

.menu-trigger,
.logowrap a,
.logowrap a:hover {
	border-bottom: none;
	}

.small {
	position: fixed;
	height: auto;
	color: #fff;
	background: #00675c;
	}

.small .logowrap a {
	opacity: 1;
	}


@media only screen and (min-width: 768px) {
	.page-header {
		position: fixed;
		}
	.page-header .inner {
		/* align-items: flex-end; */
		align-items: center;
		}

	.logowrap {
		display: block;
		}
	.small .logowrap {
		margin: 0;
		}
		
	.logowrap a,
	.logowrap a:hover {
		border: none;
		}
}


/* ----- [ Flex Container (Header) ] ----------- */
.flex-container {
	display: block;
	/*height: 100%;*/
	}
.flex-container > * {
	display: block;
	}

.interlude .flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	}



@media only screen and (min-width: 1110px) { /* 800 */
	/* Make this a Utility Class */
	.flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		justify-content: center;
		align-items: center;
		padding: 0 20px;
		}
}

.f-top { align-items: flex-start; }
.f-middle { align-items: center; }
.f-bottom { align-items: flex-end; }
.f-left { justify-content: flex-start; }
.f-right { justify-content: flex-end; }
.f-center { justify-content: center; }


/* ----- [ Navigation ] ------------------------ */
.main-navigation {
	display: none;
	}
.open .main-navigation {
	display: block;
	margin-top: 40px;
	}

.main-navigation ul {
	text-align: left;
	margin: 0;
	}
.menu-item {
	position: relative;
	font-size: 24px;
	margin: 10px 0;
	letter-spacing: 0.05em;
	}
	
.menu-item a {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	display: block;
	padding: 0 0 10px;
	border-bottom: 1px solid transparent;
	}

.menu-item a:hover,
.menu-item a.on {
	color: #fff;
	border-bottom: 1px solid #fff;
	}
.small .menu-item a:hover,
.small .menu-item a.on {
	color: #fff;
	}

.main-navigation .li-phone {
	font-weight: bold;
	}
	
.header-contact {
	display: none;
	}

.page-header .row {
	/*flex-direction: row;*/
	}
.page-header .row .col {
	flex: auto;
	}

@media only screen and (min-width: 600px) {
	.menu-toggle {
		display: none;
		}
		
	.main-navigation {
		display: block;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		width: auto;
		margin: 0;
		padding: 0;
		background: transparent;
		overflow: visible;
		}
	.main-navigation p {
		display: block;
		}
	.main-navigation ul {
		font-size: 1.4em;
		text-align: right;
		display: block;
		margin: 0;
		}
	.menu-item {
		position: relative;
		display: inline-block;
		font-size: 15px; /* 13 */
		font-weight: 300;
		margin: 0 1em;
		}
		
	.main-navigation .menu-item {
		text-transform: uppercase;s
		}

	.menu-item a {
		text-decoration: none;
		font-weight: 700;
		padding: 0;
		}
		
	.main-navigation .li-phone {
		font-size: 16px;
		font-size: 1em;
		letter-spacing: 0;
		}
} 

@media only screen and (min-width: 1200px) {
	.main-navigation ul {
		text-align: center;
		}
	.header-contact {
		display: block;
		font-size: 1.4em;
		text-align: right;
		}
	.page-header .row .col {
		flex: 1;
		}
}

/* ----- [ Menu Trigger (Hamburger) ] ---------- */
.menu-trigger {
	position: absolute;
	right: 0;
	top: 0;
	max-height: 66px;
	height: 54px;
	width: 70px;
	}

.menu-trigger:hover {
	border: none;
	}
.menu-trigger .menu-text {
	height: 100%;
	text-transform: uppercase;
	color: #fff;
	display: none;
	}
.menu-trigger .menu-icon {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 22px;
	height: 2px;
	background-color: #fff;
	}
.menu-trigger .menu-icon::before, 
.menu-trigger .menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
	}
.menu-trigger .menu-icon::before {
	bottom: 7px;
	}
.menu-trigger .menu-icon::after {
	top: 7px;
	}
.menu-trigger.is-clicked .menu-icon {
    background-color: #000;
	background-color: rgba(255, 255, 255, 0);
	}
.menu-trigger.is-clicked .menu-icon::before, 
.menu-trigger.is-clicked .menu-icon::after {
	background-color: #fff;
	}
.menu-trigger.is-clicked .menu-icon::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.menu-trigger.is-clicked .menu-icon::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}

@media only screen and (min-width: 600px) {
	.menu-trigger {
		display: none;
		}
	.menu-trigger .menu-text {
		display: inline-block;
		line-height: 70px;
		}
	.menu-trigger .menu-icon {
		left: auto;
		right: 1.25em;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		}
}


/* ----- [ Sections ] -------------------------- */
/* ----- [ Home / Intro ] ---------------------- */
.intro-image {
	background-size: cover;
	position: sticky;
	top: 0;
	height: 100vh;
	padding: 80px 30px;
	}

.hero-text {
	text-align: left;
	}
	
.hero-text img {
	max-width: 80px;
	margin: 0 auto 20px;
	}

.hero-title {
	color: #fff;
	font-size: 2rem;

	}
.hero-title span {
	font-size: 4rem;
	line-height: 0.9;
	}

.page-intro {
	margin: 0;
	padding: 0;
	}

.intro-text {
	padding: 20px;
	margin: 0 0 50px;
	}

.intro-text h2 {
	margin: 0 0 1em;
	}
.intro-text p {
	font-size: 1.3rem;
	}
	
.about-text p {
	font-size: 1.1em;
	line-height: 1.8em;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}
	
.about-row img {
	margin-bottom: 30px;
	}

.countdown {
	margin: 0 0 3em;
	text-align: left;
	}
.countdown > div {
	display: inline-block;
	font-size: 2.2rem;
	line-height: 0.65;
	text-align: center;
	border: 1px solid #ccc;
	padding: 15px 10px;
	}
.countdown small {
	font-size: 0.9rem;
	font-weight: 700;
	text-align: center;
	}

@media only screen and (min-width: 768px) { 
	.hero {
		height: 400px;
		}
	.hero-title {
		font-size: 2.2rem;
		font-weight: 500;
		line-height: 1.2em;
		margin: 0;
		/*text-indent: -0.2em;*/
		}
	.hero-title span {
		font-size: 6rem;
		font-weight: 700;
		}
	.hero-overlay {
		background: rgba(0, 0, 0, 0.1);
		}
		
	.intro-text {
		padding: 104px 60px 50px 50px;
		}
}

/* ----- [ other ] -----------------*/
blockquote {
	text-align: center;
	margin: 40px auto;
	padding: 20px 0 40px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-style: italic;
	border-top: 3px solid #009e8e;
	border-bottom: 3px solid #009e8e;
	}

blockquote p {
	position: relative;
	color: #009e8e;
	font-weight: 700;
	font-size:  1.8rem !important;
	line-height: 1.4;
	}

blockquote p:first-of-type:before,
blockquote p:last-of-type:after {
	content: '“';
	position: relative;
	left: -10px;
	top: 40px;
	font-size: 100px;
	font-weight: 700;
	color: #009e8e;
	line-height: 10px;
	}
blockquote p:last-of-type:after {
	content: '”';
	left: auto;
	right: 0;
	top: 20px;
	font-size: 60px;
	position: relative;
	}
	
blockquote.quote2 {
	padding: 20px 0 10px;
	margin-top: 0;
	}


.home .intro-text {
	margin-bottom: 0;
	padding-bottom: 0;
	}
.home .intro-text p:last-of-type,
.home .intro-text p:last-of-type img {
	margin-bottom: 0;
	}

.interlude  {
	color: #fff; 
	padding: 60px 15px 20px;
	margin: 40px 0 0; 
	background: #00675c;
	}
.interlude div {
	max-width: 900px;
	}
.interlude h2 {
	color: #fff;
	margin: 0;
	}
.interlude p {
	font-size: 2rem;
	margin: 0;
	}

	
@media only screen and (min-width: 768px) { 
	.interlude img {
		margin-top: -30px;
		}
}

/* ----- [ Village signs ] ----------------- */
.village-signs {
	background: rgba(0, 103, 92, 0.14);
	background: #fff;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

.village-signs-row {
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	}

.village-signs-row .col {
	flex: auto;
	width: 20%;
	}


.village-signs .inner {
	width: 100%;
	padding: 0;
	}

.village-signs li {
	margin-bottom: 0;
	}
.village-signs img {
	width: 100%;
	}

@media only screen and (min-width: 860px) {
	.village-signs-row {
		flex-wrap: nowrap;
		}
	.village-signs-row .col {
		flex: 1;
		}
}

/* ----- [ Mini gallery ] ----------------- */
.gallery-photo {
	max-width: 100%;
	border: 15px solid #fff;
	margin: 0 0 20px;
	}


@media screen and (min-width: 768px) {
	.gallery-photo {
		max-width: 100%;
		max-height: 600px;
		border: 15px solid #fff;
		}
		
	.left-col {
		text-align: right;
		margin-top: 80px;
		}
	.left-col .gallery-photo {
		margin: 0 0 20px auto;
		}
	.right-col .gallery-photo {
		margin: 0 auto 20px 0;
		}
	
}

	
/* ----- [ Slick Slider ] -----------------*/
/*
.slick-slider,
.story-slider {
	overflow: visible;
	}

.hero-slider,
.hero-slider .slick-track,
.hero-slider .slick-wrapper,
.hero-slider .slick-slide {
	margin: 0;
	height: 100%;
	width: 100%;
	}

.section-contact {
	margin-bottom: 50px;
	}
	
.contact-text strong {
	font-size: 1.8em;
	line-height: 1.8em;
	}
*/

/* ----- [ Contact form ]----------------------- */
/*
input,
select,
textarea {
    font-size: 1em;
    width: 100%;
    padding: 6px 10px;
    margin: 0 0 10px;
	color: #333;
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    }

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	}



input:focus, 
textarea:focus {
	background: #fff;
	}

input[type=submit],
input.button {
    -webkit-appearance: none;
	}
input[type="checkbox"],
input[type="radio"] {
	width: auto !important;
	}
input[type="checkbox"] {
	font-size: 1.2em;
	}
	
.InputfieldRadiosColumns li {
	display: inline-block;
	width: 32%;
	font-size: 1.1em;
	}
.InputfieldRadiosColumns input {
	margin: 0 10px 10px 0;
	}
.InputfieldRadiosColumns span {
	font-weight: 300;
	}

.form__item--c_price_tier > label {
	display: block;
	font-size: 1.1em;
	}
*/

/* ----- [ Contact Page ] --------------- */
/*
.form__item--c_contact_consent,
.form__item--c_terms_consent {
	line-height: 0.9em;
	margin-bottom: 0;
	}

.form__item label {
	font-size: 0.9em;
	}

.field__header--hidden,
.form__item--scf-website {
	display: none;
	}
.field--error--message {

	color: #f36617;
	font-weight: 400;
	font-size: 0.95em;
	margin: 0;
	}
	
.form__item--c_terms_consent .field--error--message {
	float: none;
	}
	
.form--error--message,
.form--success--message {
	text-align: center !important;
	font-size: 0.95em;
	font-weight: 400;
	color: #fff;
	background: #f36617;
	padding: 5px;
	margin: 5px 0 20px;
	border-radius: 5px;
	width: auto;
	}
	
.form--success--message {
	font-size: 1.2em;
	color: #00355e;
	color: #fff;
	background: #c5d301;
	background: green;
	}

.FieldtypeCheckbox {
	margin-right: 0.5em;
	}

#wrap_InputfieldSubmit span {
	display: none;
	}
	
.form__item--label {
	display: none;
	}
.form__item--submit {
	text-align: center;
	}
*/

/* ----- [ Buttons ] --------------------------- */
button,
.button {
	display: inline-block;
	padding: 10px 15px;
	padding: 10px 20px;
	color: #fff;
	background: #00a3b7;
	width: 100%;
	opacity: 1;
	font-size: 16px;
	font-size: 1em;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	text-align: center;
	border: none;
	cursor: pointer;
	text-decoration: none;
	}
button:hover,
.button:hover {
	color: #fff;
	background: #078696;
	text-decoration: none;
	border: none;
	}
	
@media screen and (min-width: 600px) { 
	button,
	.button {
		width: auto;
		}
}

.map-canvas {
	margin: 0 0 50px;
	}

/* ----- [ Footer ] ---------------------------- */
.page-footer {
	background-size: cover;
	padding: 0;
	text-align: left;
	}
	
.page-footer .inner {
	position: relative;
	padding: 40px 15px 1px;
	}
	
.footer-meta {
	margin-top: 10px;
	margin-bottom: 40px;
	}

.page-footer p,
.page-footer li {
	font-size: 1em;
	line-height: 1.6em;
	font-weight: 100;
	}
.page-footer li {
	margin: 0;
	}
.page-footer p:first-of-type {
	margin-bottom: 0;
	}

.page-footer a {
	border-bottom: 1px dotted #00675c;
	}
.page-footer a:hover{
	border-bottom: 1px solid #00675c;
	}

.footer-logo {
	display: inline-block;
	color: #fff;
	background: #009e8e;
	font-size: 2.2rem;
	max-width: 16em;
	font-weight: 700;
	padding: 10px 50px  10px 30px;
	margin-left: -30px;
	}
.footer-logo p {
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 700;
	font-style: italic;
	}

.photo-caption {
	position: absolute;
	bottom: 45px;
	right: 20px;
	color: #fff;  
	background: #009e8e;
	padding: 10px;
	font-size: 0.95rem;
	font-style: italic;
	letter-spacing: 0.05em;
	display: none;
	}

.copyright-credits {
	color: #fff;
	background: #00675c;
	margin: 0 auto;
	padding: 10px;
	font-size: 0.75em;
	width: 100%;
	}
.copyright-credits div {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 15px;
	}
.copyright-credits a  {
	color: #fff;
	}

.footer-badge {
	width: 90px;
	display: inline-block;
	margin: 10px 20px 20px 0;
	vertical-align: top;
	}
.footer-badge.att {
	width: 40px;
	margin-top: 8px;
	}

/* ----- [ Social Media Icons ] ---------------- */
/* ----- [ SVG Social Media Icons ] --------------- */
.social-icons-wrapper {
	margin: 10px 0 30px;
	}
.social-icons-wrapper .social-icon {
    display: inline-block;
    height: 30px;
	width: 30px;
    margin-right: 20px;
	}

.social-icons-wrapper .social-icon:last-of-type {
	margin-right: 0;
	}

.social-icon a,
.social-icon a:visited {
    opacity: 1;
    border: none;
	}
.social-icon a:hover,
.social-icon a:active {
    opacity: 1;
    border: none;
	}
	
.social-icon .social-icon-dribbble:hover, .social-icon .social-icon-dribbble:active { color: #ea4c89; }
.social-icon .social-icon-facebook:hover, .social-icon .social-icon-facebook:active { color: #3b5998; }
.social-icon .social-icon-instagram:hover, .social-icon .social-icon-instagram:active { color: #f00; }
.social-icon .social-icon-linkedin:hover, .social-icon .social-icon-linkedin:active { color: #0077b5; }
.social-icon .social-icon-twitter:hover, .social-icon .social-icon-twitter:active { color: #1da1f2; }
.social-icon .social-icon-vimeo:hover, .social-icon .social-icon-vimeo:active { color: #1ab7ea; }
.social-icon .social-icon-youtube:hover, .social-icon .social-icon-youtube:active { color: red; }

.social-icons-wrapper .social-icon svg {
    fill: currentColor;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
	}

.social-networks a:hover {
	opacity: 1;
	}

/* used in .top-link icon */
.lnr {
	display: inline-block;
	fill: currentColor;
	width: 1em;
	height: 1em;
	vertical-align: -0.05em;
	font-size: 40px;
	}

.top-link {
    position: fixed;
    bottom: 20px;
    right: 4%;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: 9;
	}
.top-link a {
	color: #078696;
	font-size: 32px;
	line-height: 36px;
    display: block;
    height: 40px;
    width: 40px;
    z-index: 0;
    text-align: center;
    border: none;
    opacity: 0.5;
    }
.top-link a:hover {
	opacity: 1;
	}
.top-link.show {
	opacity: 1;
	}


@media screen and (min-width: 768px) { 
	.page-footer {
		background: #ecedf1 url('../images/in-snow.jpg') top right no-repeat;
		background-size: cover;
		padding: 0;
		text-align: left;
		}
	.photo-caption {
		display: block;
		}
}

/* ----- [ CMS Content ] ------------------------*/

.cms-text ul,
.cms-text ol {
	margin: 0 0 1em;
	}
.cms-text li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
.cms-text ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
	
.cms-text img {
	max-width: 100%;
	}

	
/* ----- [ Misc. / Utility Styles ] ------------ */
.text-left,
.text-left p,
.text-left li,
.text-left h2,
.text-left h3 {
	text-align: left;
	}
.text-right,
.text-right p,
.text-right li {
	text-align: right;
	}
.text-center {
	text-align: center;
	}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	}
.clearfix:after {
	clear: both;
	}
.clearfix { 
	zoom: 1;
	}

.align_left {
	float: left;
	margin: 0 1em 1em 0;
	}
.align_right {
	float: right;
	margin: 0 0 1em 1em;
	}
.align_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	}

#editpage {
	position: fixed;
	bottom: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
	z-index: 1000;
	}
#editpage:hover {
	background: #ffffcc;
	color: #000; 
	}
.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
	}

