/* http://meyerweb.com/eric/tools/css/reset/
	 v2.0 | 20110126
	 License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**********************************************/
.grecaptcha-badge {
  display: none;
}

html.no-js [data-aos] {
	opacity: 1;
	transform: none;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
  color: #59595c;
  font-family: 'Varela Round', sans-serif;
  font-size: 1.6rem;
}

h1 {
	color: #da3f24;
  font-family: garlic-butter, 'Varela Round', sans-serif;
  font-size: 6rem;
	margin: auto;
	max-width: 900px;
	padding: 50px 10% 50px;
  text-align: center;
  text-shadow:2px 2px 0px rgba(0, 0, 0, 0.66);
}

h2 {
  color: #da3f24;
  font-size: 3rem;
	margin-bottom: 2rem;
}

h3 {
	color: #79bca5;
	font-size: 2.4rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 2rem;
}

p {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 2rem;
}

.darkbackground p {
	color: #fff;
	font-size: 1.8rem;
}

a {
	color: #79bca5;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

body .backgroundCyan {
	background-color: #79bca5;
}
.screen-reader-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    height: 1px;
		overflow: hidden;
    width: 1px;
}

.aligncenter {
	display: block;
	margin: 1.5rem auto;
	max-width: 100%;
	text-align: center;
}

.videoWrapper {
	height: 0;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
}

.videoWrapper iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.hide_cell,
.hide_tablet {
	display: none;
 }

.no-js .hide_nojs {
	display: none !important;
}

input[type=color], input[type=date], input[type=datetime-local],
input[type=datetime], input[type=email], input[type=month],
input[type=number], input[type=password], input[type=search],
input[type=tel], input[type=text], input[type=time],
input[type=url], input[type=week], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #333;
  display: inline-block;
  font-size: 14px;
  padding: 7px 12px;
  transition: all .3s ease;
}

.contact-form {
	color:#fff;
	max-width: 350px;
	margin: auto;
	padding: 10px;
	text-align: left;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
	background-color: rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
	width: 100%;
}

.contact-form label {
	display:block
}

.contact-form input[type=submit],
.contact-form button {
	background-color:#79BCA5;
	border-width:0px;
	border-radius:3px;
	color: #fff;
	font-size:16px;
	font-weight:normal;
	line-height:50px;
	padding:0px 40px;
	width: auto;
}
.contact-form input[type=submit]:hover,
.contact-form button:hover {
	background-color:#79BCA5;
  opacity: 0.9;
}

.submitted input:invalid {
	background-color:rgba(255, 136, 136, 0.8);
}
.formmsg {
  color: #fff;
  font-weight: bold;
  max-height: 0;
  overflow: hidden;
  padding: 5px;
  text-align: center;
  transition:max-height 0.5s;
}
.formmsg.success {
  background-color: #080;
  max-height: 5em;
}
.formmsg.error {
  background-color: #800;
	display: block;
  max-height: 5em;
}

.validationmsg {
	 display: none;
 }

.submitted input:invalid + .validationmsg,
.submitted select:invalid + .validationmsg,
.submitted textarea:invalid + .validationmsg {
	color: #d00;
	display: block;
}

#contactform {
	position: relative;
}

#contactform.processing::before {
	backdrop-filter: blur(2px);
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	display: block;
	height: calc(100% + 2rem);
	left: -1rem;
	position: absolute;
	top: -1rem;
	width: calc(100% + 2rem);
	z-index: 1;
}

#contactform.processing::after {
	animation: spin 2s linear infinite;
	border: 10px solid rgba(218, 63, 36, 0.5);
	border-top-color: rgb(218, 63, 36);
	border-radius: 50%;
	content: "";
	display: block;
	height: 50px;
	left: calc(50% - 35px);
	position: absolute;
	top: calc(50% - 35px);
	width: 50px;
	z-index: 1;
}

@keyframes spin {
  from {
    transform:rotate(0deg);
  }
  to {
  	transform:rotate(360deg);
  }
}
/****************
  Header Settings
*****************/
header {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: space-between;
  margin: 0 5%;
}

.sitelogo {
  width: 150px;
}

#menuicon {
	display: block;
	font-size: 3rem;
	font-weight: 900;
}

#menutoggle {
	display: none;
}

nav {
	background: rgba(0, 0, 0, 0);
	height: 100vh;
	left: 0;
	overflow:hidden;
	position: fixed;
	top: 0;
	transition: background 0.5s ease;
	width: 0;
	z-index:10;
}

ul {
	background: #fff;
	height: 100%;
	left: 0;
	max-width: 0;
	position: absolute;
	overflow: hidden;
	padding-top: 4rem;
	top: 0;
	transition: max-width 0.5s ease;
}

.shownav nav	 {
	background: rgba(0, 0, 0, 0.75);
	width: 100vw;
}

.shownav nav	 ul {
	max-width: 100vw;
}

nav li {
	list-style: none;
	padding: 1rem 6rem;
}

nav a {
	color: #59595c;
	font-size: 1.6rem;
	font-weight: 400;
	position: relative;
	text-decoration: none;
}

nav a:hover {
	text-decoration: none;
}

nav a::after {
	background-color: #59595c;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin: 0 auto;
	pointer-events: none;
	position: absolute;
	right: 0;
	transition: width 0.3s ease;
	width: 0;
}

nav a:hover::after {
	width: 100%;
}

/********************
  Section Components
********************/
/* Button Link */
.block-button {
	border: 3px solid #fff;
  border-radius: 3%;
	color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 50px 0;
	padding: 2rem 5rem;
  text-align: center;
	text-decoration: none;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.block-button:hover {
	background-color: #79BCA5;
  border-color: #79BCA5;
}

/* Flex Cols */
.flexcols {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.flexstretch {
  align-items: center;
}

.flexstretch {
  align-items: stretch;
}

.flex1 {
		flex: 1;
}

.flex2 {
		flex: 2;
}

.flex3 {
		flex: 3;
}

.singlecol_cell,
.singlecol_tablet {
  flex-direction: column;
}

.constrain {
	margin: 0 10%;
}

/* Feature Icon */
.featureicon {
  margin: 50px 10px;
  text-align:center;
	width: 100%;
}

.featureicon .fas {
  font-size: 45px;
}

.featureicon p {
	color: inherit;
  font-size: 1.8rem;
  margin-top: 2rem;
}

/* Section Icon */
.sectionicon {
  color: #deeee9;
  font-size: 27.5rem;
}

.darkbackground .sectionicon {
	color: rgba(121, 188, 165, 0.5);
}

h2.sectiontitle {
  color: #da3f24;
  font-family: garlic-butter, 'Varela Round', sans-serif;
  font-size: 5rem;
  margin: -9rem 4rem 2rem 4rem;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.darkbackground h2.sectiontitle {
  color: #fff;
}

/* Text Box */
.testimonial {
	background-color: #fff;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
	margin: 1rem;
	padding: 2rem;
	width: 100%;
}

.testimonial_quote i {
	border-radius: 50%;
	color: #fff;
	font-size: 3.2rem;
	padding: 10px;
}

.testimonial_author {
		font-size: 2.4rem;
		font-weight: 700;
}

.borderdot {
		border-bottom: 15px solid #da3f24;
		position: relative;
}

.borderdot::before {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAPBAMAAAABlGKvAAAAGFBMVEUAAAD///////////////////////////8jfp1fAAAAB3RSTlMA3YH5xQoJmHshIwAAADJJREFUCNdjIA8kCQslIHFZ3cvLXZH4TOXl5UVIfEYgvxCJzwzkF+ORR+jHNB9hPzkAAI3yDggObRpyAAAAAElFTkSuQmCC');
	background-position: center;
	background-repeat:repeat-x;
	bottom: -15px;
	content: "";
	height: 15px;
	left: 0;
	position: absolute;
	width: 100%;
}

/* Text Box */
.textbox {
	min-width: 50%;
	padding: 4rem;
	text-align: left;
}

.shadowbox {
  background-color: #fff;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.08);
}

.transparent {
	min-width: unset;
	padding: 2rem;
	text-align: left;
}

.shiftleft {
	margin-left: -3rem;
}

.shiftright {
	margin-right: -3rem;
}

/** Toast **/

#toast {
	animation: fadeinout 5s;
	background-color: #333;
	bottom: 0;
	color: #fff;
	left: 50%;
	padding: 10px 20px;
	position: fixed;
	text-align: center;
	transform: translateX(-50%);
	visibility: hidden;
	z-index: 100;
}

#toast.error {
	background-color: #800;
}

#toast.success {
	background-color: #080;
}

@keyframes fadeinout {
	0% {
		bottom: 10px;
		opacity: 0;
		visibility: visible;
	}
	5% {
		bottom: 20px;
		opacity: 1;
		visibility: visible;
	}
	90% {
		bottom: 20px;
		opacity: 1;
		visibility: visible;
	}
	100% {
		bottom: 10px;
		opacity: 0;
		visibility: visible;
	}
}

/***************
 Sections
***************/
section {
	overflow: hidden;
	padding-bottom: 7vw;
	position: relative;
	z-index: 1;
}

section + section {
	clip-path: polygon(0 0, 100% 5vw, 100% 100%, 0 100%);
	margin-top: -5vw;
	overflow: hidden;
	padding-top: 7vw;
}

section:last-of-type {
	padding-bottom: 5vw;
}

/* Hero section */
.hero {
  position: relative;
	text-align: center;
}

.hero .image,
.hero .overlay {
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
	box-shadow: inset 0 15px 15px -15px #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.hero h1 {
  color:#fff;
  font-family: garlic-butter, 'Varela Round', sans-serif;
  font-size: 4rem;
	margin: auto;
	max-width: 900px;
	padding: 50px 10% 50px;
  text-align: center;
  text-shadow:2px 2px 0px rgba(0, 0, 0, 0.66);
}

.altcolor h1 {
	color: #da3f24;
	text-shadow:2px 2px 0px #fff;
}

.altcolor .block-button:hover {
	background-color: #da3f24;
  border-color: #da3f24;
}

/********************
  Blank Section
********************/
.blank {
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
}

/************
 Footer
*************/
footer {
  padding: 60px 0 20px;
  text-align: center;
}

footer p {
	font-size: 1.4rem;
	margin: 0;
}

@media (min-width: 600px) and (max-width: 960px) {

  .singlecol_cell {
		align-items: stretch;
    flex-direction: row;
  }

	.hide_cell {
		display: block;
	}

  .hero h1 {
    font-size: calc(40px + 30 * ((100vw - 600px) / 360));
  }

}

@media (min-width: 960px) {
  .singlecol_cell,
  .singlecol_tablet {
		align-items: stretch;
    flex-direction: row;
  }

	.hide_cell,
	.hide_tablet {
		display: block;
	}

	#menuicon {
	  display: none;
	}

	nav {
		display: block;
		height: auto;
		padding: 0;
		position: static;
	  width: 70%;
	  text-align: right;
	}

	nav ul {
		display: block;
		height: auto;
		max-width:none;
		padding: 0;
		position: static;
	}

	nav li {
		display: inline-block;
		padding: 0 2rem 0 0;
	}

  .hero h1 {
    font-size: 7rem;
  }
}
