/* ---------------------------------------- */
/* BASE FONT SIZE - 18px */
/* ---------------------------------------- */

h2.has-x-large-font-size {
	font-size: 3.875rem !important;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
.wrapper .entry h2.manifesto-header {
	font-size: 3.625rem !important;
	font-style: normal;
	font-weight: 800;
	line-height: 66px !important;
}
.wrapper .entry h2.manifesto-header.policy {
	font-size: 2.625rem !important;
	line-height: 54px !important;
	padding-right: 30px;
}

.entry p a,
.entry li a {
	word-break: break-word;
	color: var(--brand-orange) !important;
}
.entry p a:hover,
.entry li a:hover {
	text-decoration: underline;
}

.entry sup {
	font-size: 0.8rem;
	position: relative;
	top: -2px;
	font-style: italic;
}

.entry iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	max-height: none !important;
}

.entry hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: 2px solid var(--brand-orange) !important;
	width: 100%;
}

.entry .indented {
	position: relative;
	border-left: 4px solid var(--brand-green);
	margin: 40px 0;
	padding: 0;
}
.entry .indented ul {
	list-style: disc;
}

.entry .indented ul li ul {
	list-style: disc;
	border-left: 0px solid var(--brand-green);
}


/* 
 *
 *	MOBILE
 *
 */
@media screen and (max-width: 768px) {

	.wrapper .entry h2 {
		font-size: 2rem !important;
		line-height: 1.25 !important;
	}
	
	.wrapper .entry h2.manifesto-header,
	.wrapper .entry h2.manifesto-header.policy {
		font-size: 2rem !important;
		font-style: normal;
		font-weight: 800;
		line-height: 40px !important;
	}

	.wrapper .entry h4 {
		font-size: 1.25rem !important;
		line-height: 1.4 !important;
	}
	
	h2.has-x-large-font-size {
		font-size: 2rem !important;
		line-height: 1.25 !important;
	}

	.entry hr {
		margin-top: 25px;
		margin-bottom: 25px;
	}

}