body {
	padding: 0;
	margin: 0;
    position: relative;
  	font-optical-sizing: auto;
	color: var(--brown);
  	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.25rem;
}

h1, h2, h3, h4{
	font-family: "larken", sans-serif;
	font-weight: 300;
	font-style: normal;
}

h5, h6 .type-text h2, .show{
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 600;
	font-style: normal;
}

nav a, button, .button, a, nav h5, .difficulty {
	font-family: neue-haas-grotesk-display, sans-serif;
	text-transform: uppercase;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.21875rem;
	text-decoration: none;
}

.gform-button, .gform_button, .gfield_checkbox .gchoice label  {
	font-family: neue-haas-grotesk-display, sans-serif !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	letter-spacing: 0.21875rem !important;
}

.gform-button {
	font-size: 0.875rem !important;
}

.difficulty, .gfield_checkbox .gchoice label {
	font-size: 0.625rem !important; 
}

.gfield_description {
	font-family: neue-haas-grotesk-display, sans-serif !important;
	font-weight: 500 !important;
	font-style: normal !important;
	font-size: 1.25rem !important;
}

.neue-haas {
	font-family: neue-haas-grotesk-display;
	font-weight: 600;
}

.bold {
	font-weight: 600;
}

h1, .h1 {
	font-size: 7.25rem;
	line-height: .875;
	letter-spacing: -0.18rem;
}

h2, .h2 {
	font-size: 5.25rem;
	line-height: 1;
	letter-spacing: -0.16rem;
}

h3, .h3 {
	font-size: 4rem;
	line-height: 1;
	letter-spacing: -0.1rem;
	padding-bottom: 1.25rem;
}

h4 {
	font-size: 3rem;
	line-height: 1;
}

h5{
	font-size: 1.25rem;
	text-transform: uppercase;
	letter-spacing: 0.3125rem;
	line-height: 1.2;
}

.subhead-2 {
	font-size: 2rem;
	letter-spacing: -0.03rem;
	text-transform: none;
}

.tribe-tickets__rsvp-title {
	letter-spacing: 0rem;
}

.blog-post h4, .event h4{
	font-size: 2.5rem;
}

h6 {
	font-size: 1.25rem;
}

p {
	font-size: 1.25rem;
	font-weight: 500;
}

em {
	font-style: italic;
}

strong {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 600;
}

p, blockquote, ul, li, .gform-theme--framework .gform-field-label, .gform_footer input.gform_button, #field_submit .gform-button.gform-button--white.button {
	margin-block-start: .75rem;
	margin-block-end: .5rem;
	line-height: 1.5;
}

p, ul, li {
	margin-block-start: 1rem;
	margin-block-end: 1rem;
}

nav li {
	margin-block-start: 0!important;
	margin-block-end: 0!important;
}

h1 {
	margin-block-start: .75rem;
	margin-block-end: .75rem;
}

h2 {
	margin-block-start: .625rem;
	margin-block-end: .625rem;
}

h3 {
	margin-block-start: .5rem;
	margin-block-end: .5rem;
}

h4 {
	margin-block-start: .375rem;
	margin-block-end: .375rem;
}

h5 {
	margin-block-start: .25rem;
	margin-block-end: .25rem;
}

h6 {
	margin-block-start: .125rem;
	margin-block-end: .125rem;
}

.h1 {
	margin-block-start: .75rem;
	margin-block-end: .75rem;
}

.h2 {
	margin-block-start: .625rem;
	margin-block-end: .625rem;
}

.h3 {
	margin-block-start: .5rem;
	margin-block-end: .5rem;
}

.h4 {
	margin-block-start: .375rem;
	margin-block-end: .375rem;
}

.h5 {
	margin-block-start: .25rem;
	margin-block-end: .25rem;
}

.h6 {
	margin-block-start: .125rem;
	margin-block-end: .125rem;
}

.p {
	margin-block-start: 1rem;
	margin-block-end: 1rem;
}

.eyebrow, .tabs .bx-pager-item a:before {
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: .05rem;
	text-transform: uppercase;
}

.tabs .bx-pager-item a:before {
	font-size: .9375rem;
}

p.small {
	font-size: .875rem;
}

/* BLOG */

.article a, .faq-drawer a, .trail-info a {
	text-decoration: underline;
}

/* GRAVITY FORMS */

legend.gform-field-label, label.gform-field-label, div.gfield_description {
	font-size: 1.125rem;
}

/******/
/* MEDIA QUERIES */
/******/

@media screen and (min-width: 64.0625rem) and (max-width: 93.75rem) {
	
	h1, .h1 {
		font-size: 7rem;
	}
	
	h4 {
		font-size: 2.5rem;
	}
	
	.blog-post h4, .event h4{
		font-size: 2rem;
	}
	
	.subhead-2 {
		font-size: 1.5rem;
		letter-spacing: -0.015rem;
	}
}

@media screen and (min-width: 48rem) and (max-width: 64rem) {
	
	h1, .h1 {
		font-size: 4rem;
	}

	h2, .h2 {
		font-size: 3rem;
	}

	h3 {
		font-size: 2rem;
	}

	h4 {
		font-size: 1.25rem;
	}
	
	.blog-post h4, .event h4{
		font-size: 1.25rem;
	}
	
	p, .p {
		font-size: 1rem;
	}
	
}

@media screen and (max-width: 47.9375rem) {
	
	h1 {
		font-size: 2.5rem;
	}

	h2 {
		font-size: 1.875rem;
	}

	h3 {
		font-size: 1.375rem;
	}

	h4 {
		font-size: 1.25rem;
	}
	
	.blog-post h4, .event h4{
		font-size: 1.25rem;
	}
	
	h5, .accordion .faq-drawer__title {
		font-size: 1rem !important;
	}
	
	h1, h2, h3, h4, .h1, .h2 {
		letter-spacing: 0;
	}

	.h1 {
		font-size: 2.5rem;
	}

	.h2 {
		font-size: 1.875rem;
	}

	.h3 {
		font-size: 1.375rem;
	}

	.h4 {
		font-size: 1.25rem;
	}
	
	p, .p {
		font-size: 1rem;
	}

}