﻿/***** BEGIN RESET *****/

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}


/*---AESTHETIC--------------------------------*/

.white{
	color: #fff;
}
.green{
	color: #207231;
}
.dark-green{
	color: #3e443d;
}
.gray{
	color: #686664;
}
.dark-gray{
	color: #504d4a;
}
.tan{
	color: #f3ebd5;
}
.yellow{
	color: #ffda52;
}
.rounded{
	border-radius: 6px;
	overflow: hidden;
}
.bg-img{
	background-size: cover;
	background-position: center center;
}
.bg-tl{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: top left;
	background-repeat: no-repeat;
}
.bg-tr{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: top right;
	background-repeat: no-repeat;
}
.bg-bl{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: bottom left;
	background-repeat: no-repeat;
}
.bg-br{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.bg-tan{
	background-color: #fbf9f2;
}
.bg-black{
	background-color: #000;
	color: #fff;
}
.bg-dark-gray{
	background-color: #504d4a;
	color: #fff;
}
.bg-green{
	background-color: #207231;
	color: #fff;
}
.bg-dark-green{
	background-color: #094d17;
	color: #fff;
}

.hero.bg-overlay{
	position: relative;
}
.hero.bg-overlay:before{
	position: absolute;
	pointer-events: none;
	content: '';
	left: 0;
	right: 50%;
	top: 0;
	bottom: 0;
	opacity: 0.8;
	background: linear-gradient(to right, #031224, transparent);
}

/*---STRUCTURE--------------------------------*/

.relative{
	position: relative;
}
.pad-top{
	padding-top: max(90px, 5vw);
}
.pad-bottom{
	padding-bottom: max(90px, 5vw);
}

.pad-top-half{
	padding-top: max(45px, 2.5vw);
}
.pad-bottom-half{
	padding-bottom: max(45px, 2.5vw);
}
.wrapper{
	padding-left:4.1665vw;
	padding-right:4.1665vw;
}
/*---TEXT--------------------------------*/

.heading-xl, .heading-lg, .heading-md, .heading-sm, .heading-xs{
	font-family: "pragmatica-extended", sans-serif;
	font-style: normal;
	display: block;
}

.heading-xl{
	font-weight: 800;
	text-transform: uppercase;
	font-size: min(72px, 12vw);
	line-height: 0.93;
	letter-spacing: normal;
}
.heading-lg{
	font-weight: 800;
	text-transform: uppercase;
	font-size: min(36px, 8vw);
	line-height: 1;
	letter-spacing: normal;
}
.heading-md{
	font-weight: 800;
	text-transform: uppercase;
	font-size: min(30px, 6vw);
	line-height: 1.1;
	letter-spacing: normal;
}
.heading-sm{
	font-weight: 800;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 0.025em;;
}
.heading-xs{
	margin: 25px 0;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0.2em;
}
.paragraph{	
	font-family: "pragmatica-extended", sans-serif;
	font-weight: 200;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.025em;
}
.paragraph-sm{	
	font-family: "pragmatica-extended", sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0.025em;
}
.paragraph strong, .paragraph b{
	font-weight: 700;
}
.light{
	font-weight: 300 !important;
	letter-spacing: 0.025em !important;
}
.italic{
	font-style: italic !important;
}

/*---BUTTONS--------------------------------*/

.cta{
	display: inline-block;
	padding: 0 0 0 0;
	line-height: 48px;
	width: 240px;
	max-width: 100%;
	position: relative;
	font-family: "pragmatica-extended", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	text-align: center;
	border-radius: 10px;
    box-sizing: border-box;
}
.cta-yellow{
	background: #ffda52;
	color: #000;
}
.cta-white{
	background: #fff;
	color: #000;
}

/*--------FORM STYLES--------------------*/

.custom-form input{
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #535b65;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #f5f5f5;
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px;    
	font-family: "pragmatica-extended", sans-serif !important;
}
.custom-form input[type="radio"], .custom-form input[type="checkbox"]{
	width: 24px;
}
.custom-form .flex{
	gap: 10px;
	display: flex;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #535b65;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	border-radius: 10px;
	outline: none;
	border: none;
	background: #f5f5f5;
	font-family: "pragmatica-extended", sans-serif !important;
}
.custom-form button{
	border: unset !important;
	outline: unset !important;
	cursor: pointer;
}

.CaptchaPanel{
	text-align: left !important;
	font-family: "pragmatica-extended", sans-serif !important;
}
.CaptchaPanel img{
	border: unset !important;
	border-radius: 10px;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #535b65 !important;
}

/* CUSTOM */


.hero{
	 background-size: cover; 
		background-position: center center;
	
}
.cta-row a{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative; 
	padding: 30px; 
	min-height: 280px;
}
.cta-row a > .heading-md{
	transition: ease all 0.3s;
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
}
.cta-row a:hover > .heading-md{
	opacity: 0;
}
.cta-row a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #504d4a;
	transition: ease all 0.3s;
	opacity: 0;
}
.cta-row a:hover:before{
	opacity: 0.5;
}
.cta-row a .hover-text{
	position: relative;
	opacity: 0;
	transition: ease all 0.3s;
	transform: translateY(20px);
}
.cta-row a:hover .hover-text{
	opacity: 1;
	transform: translateY(0);
}

.slick-prev:before, .slick-next:before{
	color: #000 !important;
}

.mv-search{
    display: flex;
    border-radius: 6px;
	max-width: 360px;
	position: relative;
	margin: 45px 0;
}
	
.search-toggle.open i:before{
	content: "\f00d";
}
.mv-search form{
	width: 100%;
	margin: 0 !important;
}
.mv-search input{
	-webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    width: 100%;
    height: 48px !important;
	font-family: "pragmatica-extended", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 48px !important;
    color: #000;
    text-transform: none;
    letter-spacing: 0em;
    padding-right: 20px;
    border: none;
    border-radius: 6px;
    padding-left: 20px;
	background: #f3ebd5 !important;
    box-sizing: border-box;
}
.mv-search button{
	font-family: "pragmatica-extended", sans-serif;
    position: absolute;
    width: 48px !important;
    height: 48px !important;
    text-align: center;
    border: none;
    padding: 0;
    font-size: 14px;
	appearance: none;
	outline: none;
	right: 0;
	top: 0;
	background: unset;
	cursor: pointer;
}


.cs-accordion-toggle {
	font-family: "pragmatica-extended", sans-serif;
    font-size: 18px !important;
    padding: 10px 20px;
	background: #f3ebd5;
    border-radius: 5px;
    position: relative;
	margin-bottom: 10px;
	cursor: pointer;
}
.cs-accordion-toggle.open {
	background: #fbf9f2;
}
.cs-accordion-toggle:after {
    content: "\f067";
	float: right;
	color: #555;
	font-size: 18px;
    font-family: "Font Awesome 5 Free";
	font-weight: 400;
	
}
.cs-accordion-toggle.open:after {
    content: "\f068";
	font-weight: 900;
}
.cs-accordion-list {
	padding: 10px 20px 20px;
}
	



.cs-footer .paragraph a{
	display: block;
	padding: 9px 0;
}

/*-------- FOOTER STYLES ----------------*/



/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1200px) {

	.wrapper{
		padding-left: 0;
		padding-right: 0;
	}
	
}
@media only screen and (max-width: 1023px) {

	.hero{
		position: relative;
	}
	.hero:before{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: #fff;
		opacity: 0.77;
	}
	.custom-form .flex{flex-wrap: wrap; gap: 0px;}

	.events-content .heading-md{
		font-size: 18px;
		flex-wrap: wrap;
	}
	.events-content .heading-md > span:nth-of-type(2){
		display: none !important;
	}
}






