body {
	font-family: "area-normal", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 0;
	margin: 0;
    position: relative;
  	font-optical-sizing: auto;
	-moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
	-webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.65;
	letter-spacing: -.03125em;
	margin-block-start: .25rem;
	margin-block-end: .25rem;
}

.jumbo {
	font-size: 3rem;
	line-height: 1.2;
}

h5, h6, .h5, .h6 {
	font-size: 1.5rem;
	line-height: 1.5;
}

em {
	font-style: italic;
}

strong {
	font-weight: 800;
}

p, .p, ul, li {
	font-size: 1rem;
	line-height: 1.85;
	margin-block-start: .625rem;
	margin-block-end: .625rem;
}

blockquote, .gform-theme--framework .gform-field-label, .gform_footer input.gform_button, #field_submit .gform-button.gform-button--white.button {
	font-size: 1rem;
	line-height: 1.85;
	margin-block-start: .75rem;
	margin-block-end: .5rem;
}

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

nav li a {
	padding: .625rem 0;
}

.eyebrow, .bx-pager-item a:before, a.button, nav li a, footer li.menu-item-has-children > a {
	font-weight: 800;
	font-size: .75rem;
	letter-spacing: .2em;
	text-transform: uppercase;
}

/* BLOG */

/* GRAVITY FORMS */

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

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

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

	h5, h6, .h5, .h6 {
		font-size: 1.25rem;
	}
	
}

@media screen and (max-width: 47.9375rem) {
	
	h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
		font-size: 1.25rem;
	}

	.jumbo {
		font-size: 2.25rem;
	}

	h5, h6, .h5, .h6 {
		font-size: 1rem;
	}
	
	nav li.home-mobile a {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.navigation__logo ul {
		margin-block-start: 0;
		margin-block-end: 0;
	}

}