/* links */
a {
	color: currentColor;
	text-decoration: none;
}

/* headers */
h1:not(.gform_submission_error),
.h1:not(.gform_submission_error) {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: clamp(4rem, 5vw, 7rem);
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 2rem;
	margin-top: -1rem;
	line-height: .9em;
	color: var(--color-accent);

	
}

h2:not(.gform_submission_error),
.h2:not(.gform_submission_error) {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: clamp(3.6rem, 4.5vw, 6.3rem);
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 2rem;
	margin-top: -.8rem;
	line-height: .9em;
	color: var(--color-accent);
}

h3:not(.gform_submission_error),
.h3:not(.gform_submission_error) {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: clamp(2.8rem, 3.5vw, 4.9rem);
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 2.5rem;
	margin-top: -.6rem;
	line-height: .9em;
	color: var(--color-accent);
}

h4:not(.gform_submission_error),
.h4:not(.gform_submission_error) {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: clamp(2.2rem, 2.5vw, 3.5rem);
	text-transform: uppercase;
	margin-bottom: 1rem;
	margin-top: -.3rem;
	line-height: .9em;
	color: var(--color-accent);
}

h5:not(.gform_submission_error),
.h5:not(.gform_submission_error) {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: clamp(1.8rem, 2vw, 2rem);
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05rem;
	margin-bottom: 0;
	margin-top: -.8rem;
	line-height: 1em;
	color: var(--color-accent);
}

/* @media only screen and (max-width: 1023px) { h5:not(.gform_submission_error), .h5:not(.gform_submission_error) { font-size: 1.8rem }} */

h6:not(.gform_submission_error),
.h6:not(.gform_submission_error) {
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 2.6rem;
	color: var(--color-accent);
}

@supports (text-box-edge: cap alphabetic) and (text-box-trim: both) {
	h1:not(.gform_submission_error),
	.h1:not(.gform_submission_error),
	h2:not(.gform_submission_error),
	.h2:not(.gform_submission_error),
	h3:not(.gform_submission_error),
	.h3:not(.gform_submission_error),
	h4:not(.gform_submission_error),
	.h4:not(.gform_submission_error),
	h5:not(.gform_submission_error),
	.h5:not(.gform_submission_error) {
		margin-top: 0;
		text-box-trim: both;
  		text-box-edge: cap;
	}

	h6:not(.gform_submission_error),
	.h6:not(.gform_submission_error) {
		margin-top: 0;
		text-box-trim: both;
  		text-box-edge: normal;
	}
}

/* paragraphs */
p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-bottom: 2rem;
}

strong, .bold {
	font-weight: 700;
}

/* labels */
label,
legend {
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
}

/* alignment */
.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/* styles */
.small {
	font-size: 1.4rem !important;
	line-height: 2.4rem;
}

.large, .lead {
	font-size: 2rem !important;
	margin-bottom: 2rem;
	line-height: 3.2rem;
}

.underline:not(:last-child) {
	position: relative;
	margin-bottom: 4.4rem;
}

.underline:not(:last-child)::after {
	content: '';
	height: 0.2rem;
	width: 8rem;
	background-color: var(--color-grey);
	position: absolute;
	bottom: -2.2rem;
	right: auto;
	left: 0;
	/* translate: -50% 0; */
}

.align-left .underline:not(:last-child)::after,
.align-left.underline:not(:last-child)::after {
	left: 0;
	right: auto;
	translate: 0 0;
}

.align-center .underline:not(:last-child)::after,
.align-center.underline:not(:last-child)::after {
	left: 50%;
	right: auto;
	translate: -50% 0;
}

.align-right .underline:not(:last-child)::after,
.align-right.underline:not(:last-child)::after {
	left: auto;
	right: 0;
	translate: 0 0;
}

.quote,
blockquote {
	margin-left: 3rem;
	margin-bottom: 2rem;
	font-size: 2rem;
	line-height: 3.2rem;
	position: relative;
}

.quote::before,
blockquote::before {
	content: '';
	height: calc(100% - 1.6rem);
	width: .3rem;
	background-color: var(--color-accent);
	position: absolute;
	top: .8rem;
	left: -2.9rem;
}

.quote:last-child,
blockquote:last-child {
	margin-bottom: 0;
}

/* margins */
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
p:last-child {
	margin-bottom: 0;
}

.margin-none {
	margin: 0;
}

hr {
    display: inline-block;
    width: 10rem;
    height: .2rem;
	border: 0 none;
    background-color: var(--color-accent);
    margin-top: 2rem;
	margin-bottom: 2rem;
}

h1 + hr,
h2 + hr,
h3 + hr,
h4 + hr,
h5 + hr,
h6 + hr,
.block-title + .block-content > hr:first-child {
    margin-top: 1rem;
}