@charset "utf-8";
/* CSS Document */


/* ----------------------------------------------------------------
	Preloader
-----------------------------------------------------------------*/

.page-loader {
 	display:block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background:#fff;
	z-index: 100000;	
}

.loader{
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 4px solid rgba(234,154,34, 0.25);
  border-right: 4px solid rgba(234,154,34, 0.5);
  border-bottom: 4px solid rgba(234,154,34, 0.75);
  border-left: 4px solid rgba(234,154,34, 1);
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
   -webkit-animation: spinner 700ms infinite linear;
   -moz-animation: spinner 700ms infinite linear;
   -ms-animation: spinner 700ms infinite linear;
   -o-animation: spinner 700ms infinite linear;
   animation: spinner 700ms infinite linear;
  
  z-index: 100001;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* ----------------------------------------------------------------
	General
-----------------------------------------------------------------*/


body {
	font-family: 'Josefin Sans', sans-serif;
	margin: 0;
	padding: 0;
}

p {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	line-height: 1.25;
}


#site-header {transition: top 600ms;}

header.site-header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9;
}

.custom-logo {
	max-width: 100px;
	height: auto;
	width: 100%;
	height: 60px;
}

.custom-logo-link {
	display: inline-block;
    margin: 40px 0 0 25px;
}


footer.site-footer {
	color:#59595B;
	background-color:rgba(0,0,0,0);
	padding: 30px 40px 60px;	
}

.site-footer .site-info {
	float: right;
	position: relative;
	bottom: -35px;
	text-align: left;
	font-weight:300;
}

.site-footer,
.site-footer a,
.site-footer .site-info span {
	font-size:13px;
	line-height: 1.25;
	color:#59595B;
	text-decoration: none;
}

.privacy-info {
	margin-top: 10px;
}

.socials {
	margin-top: 10px;
	text-align: right;
}

.socials a {
	margin-left: 10px;
}

.logo-footer-1 {
	margin-right: 30px;
	margin-top: 20px;
}


@media (max-width: 1067px) {
	.site-footer .site-info {
		bottom: auto;
	}
}

@media (max-width: 767px) {
	
	.site-footer .site-info {
		float: none;
		margin-top: 10px;
	}
}






#hero {}



#hero {
	position: relative;
	background-size:cover;
	height:100vh;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
	#hero {
		background-image:url("../img/20210427_20044_AerialView_Day_V4_1080x1920-For-Mobile-Only.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
}
#hero .caption {
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-size: 17pt;
	color: #ffffff;
	position: absolute;
	top: 160px;
	left: 40px;
	max-width: 320px;
	width: 100%;
	padding: 10px 30px;
	background:rgba(66, 87, 64,1);
	z-index: 10;
}

#hero .caption * {
	/*
	font-family: 'Cormorant Garamond', serif;
	*/
	font-family: adobe-text-pro, serif;	
	font-size: 17pt;
	font-style: italic;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 1px;
}

#hero .caption a {
	color: #ffffff;
	font-size: 29pt;
	font-weight: 700;
	text-decoration: none;
	outline: none;
}

#hero .caption p {
	margin:1em 0;
}

#hero .caption .close {
	display: none;
}



#content p {
	color: #59595B;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	font-size: 20pt;
	
	margin-top:200px;
	margin-bottom:200px;
}

#content p>img {margin-bottom: 1em;}

.tpot {
	display: block;
	background-image: url("../img/tpot.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
	opacity:1;
	/*transition: opacity 250ms linear;*/
}

.tpot.goAway {opacity:0;}

@media (max-width: 767px) {

	#hero .caption {
		left: 15px;
		max-width: 290px;
	}
	
	#hero .caption {
		font-size: 16pt;
	}
	
	#hero .caption a {
		font-size: 21pt;
	}

	
	.home .wpcf7 form > div.checkbox {
		margin-top: 20px !important;
	}

	#content p {
		font-size: 14pt;
	}	
	
	body.home {
		background-size: 90%;
	}
	
	#hero .caption {
		position: fixed;
		left: 15px;
		right: 15px;
		top: 140px;
		width: auto;
		bottom: auto;
		max-width: 100%;
		z-index: 999;
		background:rgba(66, 87, 64,0.8);
	}
	
	#hero .caption .close {
		text-align: center;
		line-height: 20px;
		font-family: Arial;
		font-size: 20px;
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		font-weight: 400;
		font-style: normal;
	}	
	
	#hero .caption .close img {
		width: 20px;
		height: 20px;
	}
}





/* ----------------------------------------------------------------
	REGISTER
-----------------------------------------------------------------*/

#register {position: relative; z-index: 10;}

.reg-form {
	width: 100%;
	padding-top:2em;
	padding-bottom:2em;
	color:#fff;
	float: none;
}
.form-row,
.form-row-alt {
	position: relative;
	width: 100%;
	margin: 0;
	margin-bottom: 12px;
	background-color: rgba(0,0,0,0);
	border: none;
}	
.form-row:after,
.form-row-alt:after {
	clear: both;
	content: "";
	display: block;
}



.reg-form h1 {
	color: #231f20 !important;
}
.reg-form label {
	display: block;
	color: #fff;
    max-width: 100%;
	/*margin-top: 15px;*/
    margin-bottom: 3px;
	font-weight: 300;
}
.form-row label {}

.reg-form input,
.reg-form select {
	font-size:1em;
	font-weight: 400;
	width: 100%;
	height: 25px;
	line-height: 25px;
	background-color: #fff;
	padding: 0 5px;
	border: none;
	border:1px solid #fff;
	border-collapse: collapse;
	color:#425740;
}

.reg-form textarea {
	font-weight: 400;
	width: 100%;
	background-color: #fff;
	border: none;
}

.reg-form input.btn-submit[type=submit] {
	font-weight: 700;
	font-size: 1.25em;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all 250ms ease-in-out;
	background-color: #fff;
	color: #425740;
	border: none;
	width: 100%;
	height: auto;
    padding: 0.5em 0 0.25em;
    cursor:pointer;
}

@media screen and (min-width: 768px) {
	.reg-form input.btn-submit[type=submit] {
		font-size: 1.5em;
		width: 50%;
	}	
}


.reg-form input.btn-submit:hover[type=submit] {
	background-color: #ad8d3e;
	color: #000;
}

h1 + form {border-top: 1px solid #231f20; padding-top: 3px;}




::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #000;
}




.reg-form .opt_in_legal {font-size:10px !important; line-height:13px; font-style:italic !important;}

input#opt_in {width: auto;}

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
  display: block;
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 10px;
text-transform: none;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 40px;
	border: 1px solid #231f20;
  background: #fff;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #fff;
}
.control input:checked ~ .control__indicator {
  background: #231f20;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #231f20;
}
.control input:disabled ~ .control__indicator {
  background: #fff;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 0px;
  top: 0px;
  width: 38px;
  height: 18px;
  border: solid transparent;
  border-width: 1px;
  /* transform: rotate(45deg); */
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #fff;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}


/*** Radios ***/
.radios input {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

label.radios {margin:0;}


/*** YES/NO Radios ***/
.btn-radios {
	list-style-type: none;
	margin: 0.5em 0;
	padding: 0;
	width: 100%;
	height: auto;
}
.btn-radios li {
	float:left;
	margin:0;
	width:auto;
	height:25px;
	position:relative;
}
.btn-radios li:nth-child(1) {
	margin-right:2em;
}
.btn-radios label, 
.btn-radios input {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	cursor:pointer;
}
.btn-radios label {
	display:inline-block;
	position:relative;
	cursor:pointer;
}
.btn-radios input {
	background: rgba(255,255,255,1);
}
.btn-radios input[type="radio"] {
	opacity:0.011;
	background: rgba(255,255,255,0);
	z-index:100;
}
.btn-radios input[type="radio"]:checked ~ label.btn-reg-radio,
.btn-radios input[type="radio"]:hover ~ label.btn-reg-radio {
	color:#000;
	background:#ad8d3e !important;
}
.btn-radios label {
	font-weight: 700;
	height:25px;
	line-height: 25px;
	color:#425740;
	text-align: center;
	background:#fff;
	cursor:pointer;
	margin: 0;
	padding: 0.15em 2em 0.25em;
	z-index:90;
	transition: all 250ms ease-in-out;
}
.btn-radios label:hover {
	background:#ad8d3e;
	color:#000;
}



.hidden-input {
	display: none;
	margin-top: 0;
}	


.opt_in-mb {margin-bottom:125px;}


label.error,
div.error{
	color:rgba(255,221,0,1.00);
	font-weight: 300;
	font-size: .75em;
	text-transform: uppercase;
	padding: 4px 0 0 0;
	z-index: 91;
}

.btn-radios div.error {
	line-height: 15px;
    text-align: left;
	text-transform: uppercase;
	background-color: transparent !important;
	margin-top: 0;
	margin-bottom: 0;
	height: 25px;
	padding: 0;
	z-index: 91;
	pointer-events: none;
	display: block;
    position: absolute;
    top: 31px;
    left:0;
    right:0;
    bottom:0;
}


select option {
    color: #000;
}


/* ----------------------------------------------------------------
	SITE HELPERS
-----------------------------------------------------------------*/

.video_wrapper {display:none;}

@media screen and (min-width: 768px) {
	.video_wrapper {
	   position: relative;
	   display: grid;
	   place-items: center;
	   height: 100%;
	   width: 100%;
	   margin: 0 auto;
	   background: #ccc;
	}

	video.fullscreen {
	  position: absolute;
	  z-index: 0;
	  object-fit: cover;
	  width:100%;
	  height:100%;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}
}


/* ----------------------------------------------------------------
	SITE HELPERS
-----------------------------------------------------------------*/
.recaptcha_legal {font-size: 0.75em; text-align: center; margin:2em 0 1em;}
.recaptcha_legal a {color:#fff; text-decoration: none;}
.grecaptcha-badge { opacity:0;}

.arrow {
	display: block;
	z-index: 99;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left:-20px;
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIg0KCSBpZD0ic3ZnMiIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiINCgkgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGcgaWQ9ImxheWVyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtNTQwLjM2MjIpIj4NCgk8cGF0aCBpZD0icGF0aDM3NjYtMSIgY2xhc3M9InN0MCIgZD0iTTEyNy40LDY1Ny44Yy01LDAuMS05LjksMi4yLTEzLjQsNS43bC01NSw1NWMtMy42LDMuNi01LjcsOC43LTUuNywxMy44czIuMSwxMC4yLDUuNywxMy44DQoJCWwxODMuMywxODMuM2MzLjYsMy42LDguNyw1LjcsMTMuOCw1LjdjNS4xLDAsMTAuMi0yLjEsMTMuOC01LjdMNDUzLDc0NmMzLjYtMy42LDUuNy04LjcsNS43LTEzLjhzLTIuMS0xMC4yLTUuNy0xMy44bC01NS01NQ0KCQljLTMuNi0zLjYtOC43LTUuNy0xMy43LTUuN2MtNS4xLDAtMTAuMSwyLjEtMTMuNyw1LjdMMjU2LDc3OEwxNDEuNCw2NjMuNUMxMzcuOCw2NTkuOCwxMzIuNiw2NTcuNywxMjcuNCw2NTcuOHoiLz4NCjwvZz4NCjwvc3ZnPg0K");
	background-size: contain;
}

.bounce {
	animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


/* ----------------------------------------------------------------
	HELPERS
-----------------------------------------------------------------*/
.note {font-size: 0.75em;}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.nobr {white-space: nowrap;}

.media-desktop	{display: none;}
.media-mobile	{display: block;}

@media screen and (min-width: 992px) {
	.media-desktop	{display: block;}
	.media-mobile	{display: none;}	
}

.mt-xs	{margin-top: 1.25em !important;}
.mt-sm	{margin-top: 2em !important;}
.mt-md	{margin-top: 4em !important;}
.mt-lg	{margin-top: 8em !important;}
.mt-xl	{margin-top: 10em !important;}
.mt-xxl	{margin-top: 12em !important;}

.mb-xs	{margin-bottom: 1em !important;}
.mb-sm	{margin-bottom: 2em !important;}
.mb-md	{margin-bottom: 4em !important;}
.mb-lg	{margin-bottom: 8em !important;}
.mb-xl	{margin-bottom: 10em !important;}
.mb-xxl	{margin-bottom: 12em !important;}

.mtb-0	{margin-top: 0 !important; margin-bottom: 0 !important;}
.mlr-0	{margin-left: 0 !important; margin-right: 0 !important;}

.pt-xs	{padding-top: 1.25em !important;}
.pt-sm	{padding-top: 2em !important;}
.pt-md	{padding-top: 4em !important;}
.pt-lg	{padding-top: 8em !important;}
.pt-xl	{padding-top: 10em !important;}
.pt-xxl	{padding-top: 12em !important;}

.pb-xs	{padding-bottom: 1em !important;}
.pb-sm	{padding-bottom: 2em !important;}
.pb-md	{padding-bottom: 4em !important;}
.pb-lg	{padding-bottom: 8em !important;}
.pb-xl	{padding-bottom: 10em !important;}
.pb-xxl	{padding-bottom: 12em !important;}