@import url("https://use.typekit.net/ror0lwe.css");

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: rgb(var(--textDark));
	font-family: var(--avenir);
}
/* 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-size: var(--paragraph-font-size);
	font-weight: var(--paragraph-font-weight);
	line-height: var(--paragraph-line-height);
	margin-bottom: 1.11rem;
	margin-top: 0em;
}
.public li,
.acf-block-preview li,
#tinymce li {
	line-height: normal;
}
.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: var(--h1-font-family, avenir-lt-pro, sans-serif);
	font-size: var(--h1-font-size, 3.75rem);
	/* font-size: clamp(42px, 5.47vw, 70px); */
	font-weight: var(--h1-font-weight, 700);
	line-height: var(--h1-line-height, 1.1em);
	margin-bottom: 0.3em;
}
.public h2,
.public .h2-style,
.acf-block-preview h2,
#tinymce h2,
.acf-block-preview .h2-style,
#tinymce .h2-style {
	font-family: var(--h2-font-family, avenir-lt-pro, sans-serif);
	font-size: var(--h2-font-size, 2.5rem);
	/* font-size: clamp(24px, 3.13vw, 40px); */
	font-weight: var(--h2-font-weight, 400);
	line-height: var(--h2-line-height, 1.1em);
	line-height: 1.4em;
	margin-bottom: 0.4em;
}
.public h3,
.public .h3-style,
.acf-block-preview h3,
#tinymce h3,
.acf-block-preview .h3-style,
#tinymce .h3-style {
	font-family: var(--h3-font-family, avenir-lt-pro, sans-serif);
	font-size: var(--h3-font-size, 1.875rem);
	/* font-size: clamp(18px, 2.34vw, 30px); */
	font-weight: var(--h3-font-weight, 300);
	line-height: var(--h3-line-height, 1.17em);
	margin-bottom: 0.4em;
}
.public h4,
.public .h4-style,
.acf-block-preview h4,
#tinymce h4,
.acf-block-preview .h4-style,
#tinymce .h4-style {
	font-family: var(--h4-font-family, avenir-lt-pro, sans-serif);
	font-size: var(--h4-font-size, 1.5rem);
	/* font-size: clamp(15px, 1.95vw, 25px); */
	font-weight: var(--h4-font-weight, 300);
	line-height: var(--h4-line-height, 1.2em);
	margin-bottom: 0.7em;
}
.public h5,
.public .h5-style,
.acf-block-preview h5,
#tinymce h5,
.acf-block-preview .h5-style,
#tinymce .h5-style {
	font-family: var(--h5-font-family, avenir-lt-pro, sans-serif);
	font-size: var(--h5-font-size, 1.5625rem);
	/* font-size: clamp(12px, 1.56vw, 20px); */
	font-weight: var(--h5-font-weight, 400);
	line-height: var(--h5-line-height, 1.2em);
	margin-bottom: 0.5em;
}
.public h6,
.public .h6-style,
.acf-block-preview h6,
#tinymce h6,
.acf-block-preview .h6-style,
#tinymce .h6-style {
	font-family: var(--h6-font-family, avenir-lt-pro, sans-serif);
	font-size: var(--h6-font-size, 0.75rem);
	/* font-size: clamp(8.4px, 1.05vw, 14px); */
	font-weight: var(--h6-font-weight, 800);
	line-height: var(--h6-line-height, 1.83em);
	margin-bottom: 1em;
}
strong,
.acf-block-preview strong,
#tinymce strong,
b,
.acf-block-preview b,
#tinymce b {
	font-weight: 800;
}
/* 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 */
.thin-text,
.acf-block-preview .thin-text,
#tinymce .thin-text {
	font-weight: 300;
}
.text .small-txt > *,
.acf-block-preview .text .small-txt > *,
#tinymce .small-txt > * {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
	margin-bottom: 10px;
}
.text .transform-text--upper,
.acf-block-preview .text .transform-text--upper,
#tinymce .transform-text--upper,
.text .transform-text--upper > *,
.acf-block-preview .text .transform-text--upper > *,
#tinymce .transform-text--upper > * {
	text-transform: uppercase;
}
/*---------------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. */
.public a,
.acf-block-preview a,
#tinymce a {
	color: rgb(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,
:where(.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 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 .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: #FF9900;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-family: var(--avenir);
	font-size: 10px;
	font-style: normal;
	font-weight: 900;
	line-height: 220%;
	letter-spacing: 0.2em;
	outline: none;
	padding: 9px 21px 6px;
	position: relative;
	text-transform: uppercase;
	transition: background-color 0.25s linear;
}
/* .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;
} */
 .public .button:hover,
.acf-block-preview .button:hover,
#tinymce .button:hover,
.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 {
	background: #0099CC;
}
.text a.link-accent,
.acf-block-preview .text a.link-accent,
#tinymce a.link-accent {
	/* border-bottom: 2px solid currentColor; */
	color: var(--textColor);
	font-family: var(--avenir);
	font-size: 10px;
	font-weight: 900;
	line-height: 220%;
	letter-spacing: 0.2em;
	padding-bottom: 0.5em;
	position: relative;
	text-transform: uppercase;	
}
.text a.link-accent::after,
.acf-block-preview .text a.link-accent::after,
#tinymce a.link-accent::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: currentColor;
}
.text a.link-accent:hover::after,
.acf-block-preview .text a.link-accent:hover::after,
#tinymce a.link-accent:hover::after {
  animation: underline-animate 0.6s ease forwards;
}
@keyframes underline-animate {
  0% {
    width: 100%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.text a.link-accent--orange,
.acf-block-preview .text a.link-accent--orange,
#tinymce a.link-accent--orange {
	color: rgb(var(--links));
}
/* .text a.link-accent:hover,
.acf-block-preview .text a.link-accent:hover,
#tinymce a.link-accent:hover {
	border-bottom: 2px solid rgb(var(--links));
}
.text a.link-accent--orange:hover,
.acf-block-preview .text a.link-accent--orange:hover,
#tinymce a.link-accent--orange:hover {
	border-bottom: 2px solid var(--textColor);
} */

/* 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;
}
