@import url("https://use.typekit.net/foq1vwc.css");
:root {
	--textDark: #4c4c4c;
	--headerDark: #484e2c;
	--textLight: #ffffff;
	--teal: #007ea1;
	--tealDark: #134051;
	--brown: #484e2c;
	--gold: #b88b30;
	--grayDark: #4c4c4c;
	--grayLight: #eff3f6;
	--tan: #f1d7b6;
	--links: #007ea1;
}
@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot");
	src: url("fonts/icomoon.eot") format("embedded-opentype"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"),
		url("fonts/icomoon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
a,
b,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
img,
li,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
u,
ul {
	border: 0;
	margin: 0;
	padding: 0;
}
body.public,
.acf-block-body,
#tinymce {
	color: var(--textDark);
	font-family: "barlow", sans-serif, "Helvetica Neue", "Helvetica", Arial, Sans-Serif;
}
/* BIZANGO TEXT - NEW DEFAULTS - DON'T HAVE A TOP MARGIN THAT IS NOT ZERO ON A CORE TEXT ELEMENT */
.public ul,
.acf-block-preview ul,
#tinymce ul,
.public ol,
.acf-block-preview ol,
#tinymce ol {
	list-style-position: inside;
}
.public li,
.acf-block-preview li,
#tinymce li,
.public p,
.public .p-style,
.acf-block-preview p,
#tinymce p,
.acf-block-preview .p-style,
#tinymce .p-style,
.public figcaption,
.acf-block-preview figcaption,
#tinymce figcaption {
	font-family: "barlow", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: 0;
	margin-bottom: 18px;
	margin-top: 0em;
}
.public figure,
.acf-block-preview figure,
#tinymce figure {
	margin: 1em 0;
}
.public figure img,
.acf-block-preview figure img,
#tinymce figure img {
	max-width: 100%;
}
.public iframe,
.acf-block-preview iframe,
#tinymce iframe {
	max-width: 100%;
}
.public h1,
.public .h1-style,
.acf-block-preview h1,
#tinymce h1,
.acf-block-preview .h1-style,
#tinymce .h1-style {
	font-family: "superclarendon", serif;
	font-size: 4.375rem;
	font-weight: 700;
	line-height: 1.1em;
	letter-spacing: 0em;
	margin-bottom: 16px;
}
.public h2,
.public .h2-style,
.acf-block-preview h2,
#tinymce h2,
.acf-block-preview .h2-style,
.mce-content-body .h2-style {
	font-family: "superclarendon", serif;
	font-size: 3.625rem;
	font-weight: 700;
	line-height: 1.1em;
	letter-spacing: 0;
	margin-bottom: 16px;
}
.public h3,
.public .h3-style,
.acf-block-preview h3,
#tinymce h3,
.acf-block-preview .h3-style,
#tinymce .h3-style {
	font-family: "superclarendon", serif;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 0;
	margin-bottom: 16px;
}
.public h4,
.public .h4-style,
.acf-block-preview h4,
#tinymce h4,
.acf-block-preview .h4-style,
#tinymce .h4-style {
	font-family: "superclarendon", serif;
	font-size: 1.6875rem;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 0em;
	margin-bottom: 22px;
}

.public .h4-style.alt,
.acf-block-preview .h4-style.alt,
#tinymce .h4-style.alt {
	font-size: 1.875rem;
	font-weight: 400;
}
.public h5,
.public .h5-style,
.acf-block-preview h5,
#tinymce h5,
.acf-block-preview .h5-style,
#tinymce .h5-style {
	font-family: "superclarendon", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 0.9em;
	letter-spacing: 0;
	margin-bottom: 20px;
}
.public h6,
.public .h6-style,
.acf-block-preview h6,
#tinymce h6,
.acf-block-preview .h6-style,
#tinymce .h6-style {
	font-family: "barlow", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.3em;
	letter-spacing: 0em;
	margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
	.public h1,
	.public .h1-style,
	.acf-block-preview h1,
	#tinymce h1,
	.acf-block-preview .h1-style,
	#tinymce .h1-style {
		font-size: 3.25rem;
	}
	.public h2,
	.public .h2-style,
	.acf-block-preview h2,
	#tinymce h2,
	.acf-block-preview .h2-style,
	.mce-content-body .h2-style {
		font-size: 2.625rem;
	}
}
strong,
.acf-block-preview strong,
#tinymce strong,
b,
.acf-block-preview b,
#tinymce b {
	font-weight: 700;
}
/* To minimize extra thickness added to font-weight by browsers */
p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
li {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: auto;
}
/* TinyMCE STYLES */
.text .text-transform-upper,
.acf-block-preview .text .text-transform-upper,
#tinymce .text-transform-upper {
	text-transform: uppercase;
}
.text .small-txt > *,
.acf-block-preview .text .small-txt > *,
#tinymce .small-txt > * {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.text .p-style.alt,
.acf-block-preview .text .p-style.alt,
#tinymce .p-style.alt {
	font-size: 1.4375rem;
}
.text .fw-400,
.acf-block-preview .text .fw-400,
#tinymce .fw-400 {
	font-weight: 400;
}
/*---------------BUTTONS / LINKS ---------------*/
/* Please override this with a sitewide default link color! This should be the color for all body text links. Then override for nav, etc, as needed. */
a,
button,
input[type="submit"] {
	cursor: pointer;
}
.public a,
.acf-block-preview a,
#tinymce a {
	color: var(--links);
	cursor: pointer;
	text-decoration: none;
}
/* The #tinymce editor container will not have the same ".text" wrapper as the blocks and preview wp-blocks do */
.text a,
.acf-block-preview .text a,
#tinymce a {
	font-size: inherit;
	font-weight: 700;
	letter-spacing: inherit;
	line-height: inherit;
}
.text a:after,
.acf-block-preview .text a:after,
#tinymce a:after {
	content: "";
}
a:focus,
.acf-block-preview a:focus,
#tinymce a:focus {
	outline: none;
}
.public button,
.acf-block-preview button,
#tinymce button,
.public .button,
.acf-block-preview .button,
#tinymce .button,
.public .forminator-button,
.acf-block-preview .forminator-button,
#tinymce .forminator-button,
.public input[type="submit"],
.acf-block-preview input[type="submit"],
#tinymce input[type="submit"],
.wp-password-form input[type="submit"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
}
.public .forminator-button,
.acf-block-preview .forminator-button,
#tinymce .forminator-button,
.public .button,
.acf-block-preview .button,
#tinymce .button,
.element__form .form-field button[type="submit"],
.acf-block-preview .element__form .form-field button[type="submit"],
#tinymce .element__form .form-field button[type="submit"],
.wp-password-form input[type="submit"] {
	background-color: var(--teal);
	border-radius: 2px;
	border: 1px solid transparent;
	color: var(--textLight);
	cursor: pointer;
	display: inline-block;
	font-family: "barlow-condensed", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.1em;
	margin: 10px 0;
	outline: none;
	padding: 12px 20px;
	position: relative;
	text-shadow: none;
	text-transform: uppercase;
	transition: background-color ease 500ms;
}
.public .button.big,
.acf-block-preview .button.big,
#tinymce .button.big {
	font-size: 1.6875rem;
	padding: 16px 20px;
}
.public .button:hover,
.acf-block-preview .button:hover,
#tinymce .button:hover,
.public .button:focus,
.acf-block-preview .button:focus,
#tinymce .button:focus,
.element__form .form-field button[type="submit"]:hover,
.acf-block-preview .element__form .form-field button[type="submit"]:hover,
#tinymce .element__form .form-field button[type="submit"]:hover,
.wp-password-form input[type="submit"]:hover,
.element__form .form-field button[type="submit"]:focus,
.acf-block-preview .element__form .form-field button[type="submit"]:focus,
#tinymce .element__form .form-field button[type="submit"]:focus,
.wp-password-form input[type="submit"]:focus {
	background-color: var(--gold);
}
/* .public .button:after,
.text .button::after,
.acf-block-preview .text .button:after,
#tinymce .button:after, */
a.link-accent::after,
.text a.link-accent::after,
.acf-block-preview a.link-accent::after,
#tinymce a.link-accent::after {
	color: inherit;
	content: "\e801";
	font-family: "icon";
	font-size: 0.8em;
	line-height: 0.8em;
	margin-left: 8px;
	position: relative;
}
/* MCE BUTTONS */
.mce-ico.mce-i-custom-btn:before {
	content: "\02584";
	position: relative;
	top: -6px;
}
.text-link a,
.acf-block-preview .text-link a,
#tinymce .text-link a {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	font-weight: inherit;
	text-transform: none;
}
.text-link a:after,
.acf-block-preview .text-link a:after,
#tinymce .text-link a:after {
	display: none;
}
/*---------------SITE STYLES---------------*/
.file-list > li {
	list-style: none;
}
