/* 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;
}
/**********************************************/
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	color: #1a1a1a;
	display: flex;
	flex-direction: column;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.8rem;
	line-height: 1.6;
	margin: 0;
	min-height: 100vh;
	padding: 0;
}

h1 {
	font-size: 3rem;
	font-weight: 700;
	margin: 1.5rem 0 3.6rem 0;
	text-align: center;
}

h2 {
	font-size: 2rem;
	font-weight: 700;
	margin: 1rem 0;
}

h3 {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0.9rem 0;
}

h4 {
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0.7rem 0;
}

p {
	margin: 2rem 0;
}

a {
	color: #138569;
	font-weight: 700;
	text-decoration: none;
}

a:active, a:focus, a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: 700;
}

em, i {
	font-style: italic;
}

ul, ol {
	margin-left: 2rem;
}

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

.alignleft {
	float: right;
	margin: 0 1rem 0.5rem 0;
}

.alignright {
	float: right;
	margin: 0 0 0.5rem 1rem;
}

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

.screen-reader-text {
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.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;
}

.grecaptcha-badge {
  display: none;
}

.flexcols {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.flexcols.spacearound {
	justify-content: space-around;
}

.flexcols > * {
	margin: 10px;
}

.gallery > * {
	max-width: 45%;
	margin: 10px auto;
}

img {
	max-width: 100%;
}

figure {
    background: #138569;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
		text-align: center;
}

label {
	display: block;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
	-webkit-appearance: none;
	background: #ededed;
	border: none;
	border-radius: 0;
	color: #666;
	outline: solid 1px #d4d4d4;
	padding: 10px 12px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	width: 100%;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
	background: #fff;
}

button,
input[type=submit] {
	-webkit-appearance: none;
	background: #138569;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	min-width: 96px;
	outline: 0;
	padding: 15px 45px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

button:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
	background: #159374;
	text-decoration: none;
}

.navbutton {
	margin: 6rem;
}

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

table, th, td {
	border: 1px solid #1a1a1a;
	margin:auto;
}

th {
	font-weight: bold;
}

th, td {
	padding: 5px 10px;
}
/****************
 Header Styles
*****************/
header {
	background-color: #138569;
	color: #fff;
	padding: 2.5rem 0 0 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.hasimage header {
	background-color: transparent;
}

#site-identity {
	align-items:center;
	box-sizing: border-box;
	display: flex;
	margin: 0 0 2.5rem 8.334%;
	overflow: auto;
	width: 70%;
}

#site-logo {
	display: block;
	flex: 0 0 50px;
	float: left;
	margin-right: 1rem;
}

#site-logo img {
	display: block;
	width: 100%;
}

#site-title a {
	border: none;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: color 0.1s ease-in-out;
}

.tagline {
	display: none;
}

/***********
 Menu Styles
************/
#menuicon {
	font-size: 2.4rem;
	position: absolute;
	right: 8.334%;
	top: 2.5rem;
}

#menutoggle {
	display:none;
}


#menutoggle~label .menuclose {
	display: none;
}

#menutoggle:checked~label .menuclose {
	display: inline;
}

#menutoggle:checked~label .menuopen {
	display: none;
}

#menutoggle~label .menuopen {
	display: inline;
}

#menutoggle:checked~nav {
	display: block;
}

nav {
	background-color: #138569;
	border: 3px solid rgba(0, 0, 0, 0.27);
	display: none;
	font-size: 1.8rem;
	letter-spacing: 0.07rem;
	margin: 3rem 0 0 0;
	text-transform: uppercase;
}

nav ul {
	list-style: none;
	margin: 0;
}

nav li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.27);
	margin: 0;
	padding: 1rem 8.334%;
}

nav li li {
	border: none;
}

nav a,
nav .current a:hover {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

nav a:hover,
nav .current a {
	text-decoration: underline;
}

nav .children>.childicon {
	display: none;
}

.social-media-icons {
	font-size: 3rem;
	list-style: none;
	margin: 0 8.334%;
	padding: 0;
}

.social-media-icons li {
	border: none;
	display: inline-block;
	margin: 0.5rem;
	padding: 0;
}

.social-media-icons a {
	border: none;
}

.social-media-icons a:hover {
	color: #da3f24;
	text-decoration: none;
}

/*********************
	Main Content Styles
*********************/
#main {
	flex: 1;
	margin: 0 0 6rem 0;
}

article {
	background: #fff;
	overflow: auto;
}

.tocontent {
	display: none;
}

.hasimage .page-title {
	align-items: center;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: flex-end;
	left: 0;
	padding: 300px 2em 50px 2em;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-title h1 {
	font-size: 4rem;
	font-weight: 900;
	letter-spacing: -0.2rem;
	line-height: 1.1;
	margin: 0 8.334% 25px;
	text-align: center;
}

.hasimage .page-title .tocontent {
	color: #fff;
	display: block;
	font-size: 3rem;
	text-align: center;
	transition: transform 0.25s ease-in-out;
	width: 100%;
}

.hasimage .page-title .tocontent:hover {
	transform: translateY(5px);
}

.feature {
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	height: 100vh;
}

.feature::before {
	-webkit-backdrop-filter: grayscale(100%);
	backdrop-filter: grayscale(100%);
	background-color: rgba(19, 133, 105, 0.8);
	content: "";
	height: 100vh;
	position: absolute;
	width: 100%;
}

.content {
	margin:  125px auto 0;
	padding: 0 8.334%;
	max-width: 580px;
}

.hasimage .content {
	margin-top: 75px;
}

.featured {
	width: 100%;
}

#mc_embed_signup {
	margin: auto;
	width: 80%;
}

.block-button a {
	background-color: #138569;
	border: none;
	color: #fff;
	padding: 1rem 3rem;
	text-decoration: none;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.block-button a:hover {
	background-color: #159374;
}

/*********************
 Footer Styles
*********************/
footer {
	align-items: center;
	background: #fff;
	border-top: 1px solid #eee;
	display: flex;
	flex-direction: column;
	font-size: 1.6rem;
	justify-content: space-between;
	padding: 1rem 8.334%;
}

footer div {
	margin: 1rem 0;
}

.terms a {
	margin-right: 1rem;
}


@media (min-width: 768px) {
	h1 {
		 font-size: 3.6rem;
		 margin: 1.2rem 0 3.6rem 0;
	}

	h2 {
		 font-size: 2.4rem;
		 margin: 1.2rem 0;
	}

	h3 {
		 font-size: 2rem;
		 margin: 1rem 0;
	}


	h4 {
		 font-size: 1.6rem;
		 margin: 1rem 0;
	}

	.gallery > * {
		max-width: 30%;
	}

	#site-identity {
		margin-bottom: 0;
	}

	#site-logo {
		flex: 0 0 120px;
	}

	#site-title a {
		font-size: 3.6rem;
	}

	.tagline {
		display: block;
		font-size: 1.8rem;
		margin: 0;
	}
	/***********
	 Menu Styles
	************/
	#menuicon {
		display: none;
	}

	nav {
		background-color: transparent;
		border: none;
		display: block;
		margin: 1rem 8.334%;
		padding: 0 0 1.5rem 0;
	}

	nav a {
		color:  #fff;
	}

	nav li,
	nav .current {
		display: inline-block;
		border: none;
		margin: 0 1rem;
		padding: 1rem 0;
		position: relative;
	}

	nav li:first-child {
		margin-left: 0;
	}

	nav li.children {
		margin-right: 0;
		padding: 0;
	}

	nav .children>a::before {
		content: "";
		height: 48px;
		left: 0;
		position: absolute;
		right: 0;
		top: 4rem;
	}

	nav .children>.childicon {
		display: inline-block;
		padding: 1rem;
	}

	nav ul ul {
		background: #138569;
		border: 1px solid #d4d4d4;
		display: none;
		left: calc(2rem - 50%);
		padding: 0.5rem;
		position: absolute;
		text-align:center;
		top: calc(100% + 13px - 1rem);
		white-space: nowrap;
	}

	nav ul ul::before {
		border-bottom: solid 13px #d4d4d4;
		border-left: solid 13px transparent;
		border-right: solid 13px transparent;
		content: "";
		left: calc(50% - 13px);
		position: absolute;
		top: -13px;
	}

	nav ul ul::after {
		border-bottom: solid 12px #138569;
		border-left: solid 12px transparent;
		border-right: solid 12px transparent;
		content: "";
		left: calc(50% - 12px);
		position: absolute;
		top: -11px;
	}

	nav ul>li:hover ul,
	nav ul li ul:hover {
		display: block;
	}

	nav ul>li:focus-within ul {
		display: block;
	}

	nav ul ul li {
		display:block;
		margin: 0;
		padding: 1rem 2rem;
	}

	.social-media-icons {
		margin: 0;
		position: absolute;
		top: 2rem;
		right: 8.334%;
	}

	nav .social-media-icons a {
		border: none;
	}

	.page-title h1 {
		font-size: calc(4rem + 2 * ((100vw - 4rem) / 100));
	}

	.hasimage .page-title {
		padding-bottom: 10px;
	}

	.content {
		margin-top: 225px;
	}

	/**************
	 Footer Styles
	***************/
	footer {
		flex-direction: row;
	}
}
