/*Text Styles*/
.text{
	color: #111111;
	font-size: 1.1em;
}
.text.light{color: #EEEEEE;}
.text *:last-child{
	margin-bottom: 0px!important
}
/*Headings*/
.text h1 span, .text h2 span, .text h3 span, .text h4 span, .text h5 span, .text h6 span{
	color: #B59E66;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6{
	color: #111111;
	margin: 0 0 30px 0;
	letter-spacing: -1px;
	line-height: 140%;
	font-weight: 600;
}
.text.light h1, .text.light h2, .text.light h3, .text.light h4{
	color: #FFFFFF;
}
.text h1{font-size: 2em;}
.text h2{font-size: 1.8em;}
.text h3{font-size: 1.6em;}
.text h4{font-size: 1.4em;}
@media screen and (max-width: 64.9375em) {
	.text h1{font-size: 1.9em;}
	.text h2{font-size: 1.7em;}
	.text h3{font-size: 1.5em;}
	.text h4{font-size: 1.3em;}	
}
@media screen and (max-width: 39.9375em) {
	.text h1{font-size: 1.6em;}
	.text h2{font-size: 1.5em;}
	.text h3{font-size: 1.4em;}
	.text h4{font-size: 1.3em;}	
}
.text .subHeading:before{
	content: '';
	width: 20px;
	height: 2px;
	background-color: #B59E66;
	position: absolute;
	left: 0;
	top:calc(50% - 1px);
}
.text .subHeading{
	font-size: 1em;
	opacity: 0.8;
	position: relative;
	padding-left: 30px;
	font-weight: bold;
	letter-spacing: -1px;
}
/*Images*/
.text figure img{
	margin-bottom: 0;
}
.text figure{
	width: 100%;
	z-index: 1;
	margin: 0 0 30px 0!important;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.text figure figcaption{
	pointer-events: none;
	text-align: center;
	padding: 20px;
	position: absolute;
	display: block;
	width: 100%;
	z-index: 10;
	bottom: 0;
	color: white;
	font-weight: bold;
	background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.84) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.84) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to top,  rgba(0,0,0,0.84) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	z-index: 1;
}
.text .imageStack{
	position: relative;
	width: 100%;
	margin-top: -40px;
}
.text .imageStack img{
	width: calc(100% - 40px);
	margin: 0;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
}
.text .imageStack img:first-of-type{
	position: absolute;
	right: 0;
	bottom: -40px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 64.9375em) {
	.text .imageStack {
		margin-top: 0;
		margin-bottom: 30px;
		border-radius: 5px;
		overflow: hidden;
	}
	.text .imageStack img{
		width: 50%;
		border-radius: 0px;
		bottom: 0!important;
	}
}
.text img{
	margin: 0 0 30px 0;
	border-radius: 10px;
	/*box-shadow: 0px 10px 20px rgba(0,0,0,0.2)*/
}
.text img.fillParent{
	object-fit: cover;
	width: 100%;
	position: absolute;
	height: 100%;
	z-index: -1;
}
.text img.pullLeft{
	max-width: 30%;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: both;
}
.text img.pullRight{
	max-width: 30%;
	display: inline-block;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	clear: both;
}
/*Generic Cards*/
.card{
	font-size: 0.9em;
	background-color: #EEEEEE;
	height: 100%;
	border-radius: 10px;
	z-index: 1;
	overflow: hidden;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07),0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
}
.card img{
	border-radius: 10px;
	margin-bottom: 20px;
}
.card.heightAuto{
	height: auto;
}
@media screen and (max-width: 64.9375em) {
	.hasCard{
		margin-bottom: 30px;
	}
}
.card > img, .card map{
	margin-bottom: 0px;
	border-radius: 0px!important;
	width: 100%;
	height: 200px;
}
.cardContents a.btn.filled i{
	float: right;
	line-height: inherit;
}
.cardContents a.btn.filled{
	color: white!important;
	font-size: 1em!important;
	display: block;
	width: 100%;
	border-radius: 10px!important;
	margin-bottom: 0!important;
}
.cardContents > *{
	margin-bottom: 20px!important;
}
.cardContents{
	padding: 30px;
}
.cardContent img{
	margin-bottom: 30px;
}
@media screen and (max-width: 64.9375em) {
	.cardContent{
		padding: 30px;
	}
}
/*AdditionalInfo*/
.modal{
	border-radius: 10px;
	padding: 60px;
	display: none;
	max-width: 80rem
}
/*Accordions*/
.text .accordion{
	margin-bottom: 30px;
}
.text .accordion .toggle i{
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	right: 0;
	top: calc(50% - 20px);
	text-align: center;
}
.text .accordion .toggle.open{
	background-color: #B59E66;
}
.text.light .accordion .toggle.open{
	background-color: #B59E66;

}
.text.light .accordion .toggle{
	background-color: rgba(0,0,0,0.7);
}
.text .accordion .toggle{
	position: relative;
	transition: background-color ease 0.5s;
	display: block;
	cursor: pointer;
	font-size: 0.9em;
	line-height: 180%;
	color: #FFFFFF;
	padding: 0.6em 3em 0.6em 1em;
	border-radius: 5px;
	margin-bottom: 12px;
	background-color: #111111;
}
.itemContents{
	display: none;
	padding: 1em 1em 2em 1em;
}
/*Generic Callout*/
.text .callout{
	padding: 40px;
	border-radius: 8px;
	background-color: rgba(0,0,0,0.1);
	margin-bottom: 30px;
	font-size: 0.9em;
}
.text.light .callout{
	background-color: rgba(0,0,0,0.8);
}
@media screen and (max-width: 39.9375em) {
	.text .callout{
		padding: 30px;
	}
}
/*Horizontal Rules*/
.text hr{
	border-radius: 2px;
	top: -8px;
	border-radius: 2px;
	position: relative;
	display: inline-block;
	height: 4px;
	width: 100px;
	background-color: #B59E66;
	border: 0px!important;
}
.text.light hr{
	background-color: #EEEEEE;
}
.text hr.full{
	border-radius: 2px;
	top: -8px;
	position: relative;
	display: inline-block;
	height: 4px;
	width: 100%;
	opacity: 0.2;
	background-color: #B59E66;
	border: 0px!important;
}
.accentBg hr, .gradeBg hr{
	background-color: #FFFFFF
}
.text hr.spacer{
	position: static;
	display: block;
	height: 4px;
	margin: 60px 0;
	background-color: rgba(0,0,0,0);
	width: 100%;
}
/*Paragraphs*/
.text p{
	font-size: 0.9em;
	line-height: 200%;
	margin: 0 0 30px 0;
}
.text p span{
	color: #B59E66;
	font-weight: bold;
}
.text p.statement{
	font-weight: bold;
	padding-left: 30px;
	border-left: 3px solid #B59E66;
}
.text p.smallPrint{
	font-size: 0.7em;
}
.text p a{
	color: #B59E66;
	text-decoration: underline;
}
.text a{
	overflow: auto
}
.text .icon + .icon{
	margin-left: 10px;
}
.text.light .icon{
	color: #111111;
	background-color: #B59E66;
}
.text .icon{
	display: inline-block;
	color: #B59E66;
	background-color: #111111;
	box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11),0 8px 16px rgba(0,0,0,0.11);
	font-size: 1.8em;
	line-height: 80px;
	height: 80px;
	width: 80px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 30px;
}
.text p i{
	font-size: 1.5em;
	color: #B59E66;
	width: 30px;
	line-height: 30px;
	margin: 0;
}
/*Address'*/
.text address p{
	font-style: initial;
}
/*Blockquotes*/
.text blockquote{
	border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11),0 8px 16px rgba(0,0,0,0.11);
	overflow: hidden;
	margin: 0 0 30px 0;
	position: relative;
	padding: 30px;
	background-color: #EEEEEE;
	z-index: 1;
}

.text blockquote h3{
	margin-bottom: 20px;
	font-size: 1.1em;
}
.text blockquote p{
	font-size: 0.9em;
	margin-bottom: 20px;
}
@media screen and (max-width: 39.9375em) {
	.text blockquote{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.text blockquote:after{
		left: 20px;
		top: -20px;
	}
}
/*Buttons*/
.text * .btn{
	margin-bottom: 0!important;
}
.text a.btn i{
	margin-left: 25px;
}
.text a.btn:hover{
	/*top: -4px;*/
}
.text a.btn.filled{
	padding: 8px 24px;
	border-radius: 15px;
	border: none;
}
.text a.btn{
	font-size: 0.8em;
	color: #111111;
	top: 0;
	font-weight: 600;
	display: inline-block;
	line-height: 300%;
	border-bottom: 3px solid #B59E66;
	margin: 0 0 30px 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	position: relative;
	will-change: top;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
.text a.btn + a.btn{
	margin-left: 10px;
	background-color: #B59E66!important;
}
.text.light a.btn + a.btn{
	background-color: #FFFFFF!important;
	color: #B59E66;
}
.text.light a.btn{
	color: #FFFFFF;
}
/*Tables*/
.text table{
	width: 100%;
	text-align: left;
	margin: 0 0 30px 0;
	border-radius: 4px;
	border-collapse: collapse;
	overflow: hidden;
	font-size: 0.8em;
}
.text table tr:first-of-type{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.2em;
	background-color: #B59E66!important;
}
.text table tr:nth-of-type(even){
	background-color: rgba(0,0,0,0);
}
.text table tr:nth-of-type(odd){
	background-color: rgba(0,0,0,0.05);
}
.text.light table tr:nth-of-type(odd){
	background-color: rgba(0,0,0,0.3);
}
.text table td, table th{
	padding: 10px;
}
/*Unordered Lists*/
.text ul{
	font-size: 0.9em;
	margin-bottom: 30px;
	font-weight: 500;
}
.text ul.twoCols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.text ul li{
	display: inline-block;
	width: 100%;
	line-height: 200%;
}
.text ul.chonky li{
	display: inline-block;
	width: 100%;
	line-height: 200%;
	margin-bottom: 16px;
	background-color: #EEEEEE;
	padding: 12px;
	border-radius: 10px;
}
.text.light ul.chonky li{
	background-color: rgba(0,0,0,0.5);
}
.text.mid ul.chonky li{
	background-color: #FFFFFF;
}
.text ul.noDots li:before{
	content: '';
	margin-right: 0;
}
.text ul li:before{
	color: #B59E66;
	display: inline-block;
	content: '\f00C';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	margin-right: 15px;
}
/*Ordered Lists*/
.text ol{
	font-weight: 500;
	font-size: 0.9em;
	margin-bottom: 30px;
}
.text ol li{
	display: inline-block;
	width: 100%;
	line-height: 210%;
	counter-increment: step-counter;
}
.text ol.chonky li{
	line-height: 200%;
	margin-bottom: 16px;
	background-color: #EEEEEE;
	padding: 12px;
	border-radius: 5px;
}
.text.light ol.chonky li{
	background-color: rgba(0,0,0,0.5);
}
.text.mid ol.chonky li{
	background-color: #FFFFFF;
}
.text ol li:before{
	text-align: center;
	height: 100%;
	border-radius: 3px;
	width: 30px;
	color: #B59E66;
	display: inline-block;
	content: counter(step-counter)".";
	margin-right: 10px;
}
.text ol.chonky li:before{
	color: #FFFFFF;
	text-align: center;
	height: 100%;
	border-radius: 3px;
	width: 30px;
	background-color: #B59E66;
	display: inline-block;
	content: counter(step-counter)".";
	margin-right: 10px;
}
/*Social Lists*/
.text ul.socials{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
	position: relative;
	margin-top: -20px;
}
.text ul.socials li:before{
	display: none!important;
}
.text ul.socials li a i{
	transition: all 0.5s;
}
.text ul.socials li a:hover{
	transform: scale(1.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 8px 8px rgba(0,0,0,0.11), 0 16px 16px rgba(0,0,0,0.11), 0 32px 32px rgba(0,0,0,0.11);
}
.text ul.socials li{
	padding: 0;
	background-color: transparent;
}
.text ul.socials li a{
	color: #FFFFFF;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 2px 2px rgba(0,0,0,0.15), 0 4px 4px rgba(0,0,0,0.15), 0 8px 8px rgba(0,0,0,0.15);
	overflow: hidden;
	padding: 0px;
	width: 50px;
	height: 50px;
	font-size: 1.2em;
	display: inline-block;
	float: left;
	border-radius: 50%;
	line-height: 50px;
	will-change: transform;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	text-align: center;
	transition: box-shadow 0.5s ease, transform 0.5s ease-out;
}
.text ul.socials li{
	opacity: 1!important;
	width: auto;
	float: left!important;
	margin-right: 14px;
	margin-bottom: 20px;
}
.text ul.socials li a[href*="facebook"]{background-color: #4B69B0;}
.text ul.socials li a[href*="twitter"]{background-color: #37B1E1;}
.text ul.socials li a[href*="instagram"]{background: #d6249f;background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.text ul.socials li a[href*="youtube"]{background-color: #E83F3A;}
.text ul.socials li a[href*="wa.me"]{background-color: #2BA63A;}
.text ul.socials li a[href*="linkedin"]{background-color: #0074B2;}
@media screen and (max-width: 39.9375em) {
	.text ul, .text ul.twoCols, .text ol{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
}
/*Definition Lists*/
.text dl {
	font-size: 0.9em;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
}
.text dl > * {
	padding-top: 10px;
}
.text dt {
	width: 25%;
	color: #B59E66;
	font-size: 1.2em;
	padding-right: 10px;
	line-height: 125%;
	font-weight: bold;
}
.text dd {
	width:75%;
	padding-left: 20px;
	line-height: 165%;
	margin-left: 0px;
	margin-bottom: 20px;
}
.text dd + dd {
	width: 100%;
	padding-left: calc(25% + 20px);
}
.text dt + dt {
	padding-right: 75%;
}
.text dt + dt + dd {
	margin-top: 20px;
	padding-left: calc(25% + 20px;);
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text dl > * {
		padding-top: 10px;
	}
	.text dt {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 20px
	}
	.text dd {
		width: 100%;
		padding-left: 0px;
		margin-left: 0px;
		margin-bottom: 10px;
	}
	.text dd + dd {
		padding-left: 0;
	}
	.text dt + dt {
		padding-right: 75%;
	}
	.text dt + dt + dd {
		margin-top: 10px;
		padding-left: 0;
	}
}
/*Forms*/
.text form ::placeholder {color: #444444;opacity: 1;}
.text form :-ms-input-placeholder {color: #444444;}
.text form ::-ms-input-placeholder {color: #444444;}
.text.light form ::placeholder {color: #FFFFFF;opacity: 1;}
.text.light form :-ms-input-placeholder {color: #FFFFFF;}
.text.light form ::-ms-input-placeholder {color: #FFFFFF;}
.text form{
	margin-bottom: 30px;
}
.text form .btn{
	margin-top: 20px;
}
.text.light form label{
	color: #EEEEEE
}
.text form .checker *{
	line-height: 100%;
	margin: 0;
}
.text form #sum{
	margin-top: 6px!important;
}
.text form label{
	display: block;
	font-size: 0.8em;
	line-height: 200%;
	font-weight: 600;
	margin-top: 12px;
	margin-bottom: 10px;
	color: #111111;
}
.paleBg .text form input, .paleBg .text form select, .paleBg .text form textarea{
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
}
.text form input, .text form select{
	width: 100%;
	height: 52px;
	color: #333333;
	background-color: #EEEEEE;
	font-size: 0.8em;
	padding: 0 20px;
	box-shadow: 0px;
	outline: 0;
	border-radius: 5px;
	border: none;
	display: block;
}
.text.light form input, .text.light form select, .text.light form textarea{
	background-color: rgba(255,255,255,0.2);
	color: white;
}
.text.light form select option{
	background-color: #111111;
}
.text form select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.text form select::-ms-expand {
  display: none;
}
.text form textarea{
	border-radius: 5px;
	width: 100%;
	font-size: 14px;
	background-color: #EEEEEE;
	color: #333333;
	resize: none;
	padding: 20px;
	border: none;
	height: 180px;
	margin-bottom: 30px;
}
.text form .sendForm.disabled{
	filter: grayscale(1);
}
.text form .sendForm{
	cursor: pointer;
	display: block;
	width: 100%;
	line-height: 48px;
	height: 48px;
	color: white;
	border-radius: 26px;
	border: none!important;
	background-color: #B59E66!important;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.5s;
}
@media screen and (max-width: 64.9375em) {
	.text form .sendForm{
		margin-top: 30px;
	}
}
.text form .sendForm:hover{
	background-color: #111111; 
}

/*Maps*/
.map{
	width: 100%;
	height: 400px;
	border-radius: 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07),0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
	position: relative;
	z-index: 1;
	overflow: hidden;
	opacity: 0.8;
	margin-bottom: 30px;
}
.map iframe{
	position: absolute;
	width: 100%;
	height: calc(100% + 300px);
	z-index: -1;
	left: 0;
	opacity: 0.8;
	filter: grayscale(1);
	top: -150px;
}
@media screen and (max-width: 64.9375em) {
	.map{
		height: 250px;
	}
}
/* Gallery */
.fancybox-infobar{
	color: #FFFFFF;
	font-size: 1.2em;
}
.fancybox-content img{
	border-radius: 6px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.gallery .columns:hover img{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	transform: scale(1.02);
}
.gallery .columns img{
	transition: transform 0.4s, box-shadow 0.4s;
	margin: 0!important;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.gallery .columns{
	margin-bottom: 30px;
}
/*Carousel*/
.flickity-viewport{
	border-radius: 8px;
	overflow: hidden;
}
.carousel .cell{
	width: 100%;
}
.carousel .cell img{
	width: 100%;
}