/* @import url("https://use.typekit.net/udw8pnq.css"); */
@import url("./variables.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(--type-primary-font-family);
}
/* 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: var(--type-p-font-family);
  font-weight: var(--type-p-weight);
  font-size: var(--fs-p);
  line-height: var(--type-p-line-height);
  letter-spacing: var(--type-p-letter-spacing);
	margin-bottom: 1.11rem;
	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 hr,
.acf-block-preview hr,
#tinymce hr {
	border-style: solid;
	border-top-width: 1px;
	color: currentColor;
	margin-bottom: 1.5em;
	opacity: 0.3;
}
.public h1,
.public .h1-style,
.acf-block-preview h1,
#tinymce h1,
.acf-block-preview .h1-style,
#tinymce .h1-style {
  font-family: var(--type-h1-font-family);
  font-weight: var(--type-h1-weight);
  font-size: var(--fs-h1);
  line-height: var(--type-h1-line-height);
  letter-spacing: var(--type-h1-letter-spacing);
	margin-bottom: 0.5em;
}
.public h2,
.public .h2-style,
.acf-block-preview h2,
#tinymce h2,
.acf-block-preview .h2-style,
#tinymce .h2-style {
  font-family: var(--type-h2-font-family);
  font-weight: var(--type-h2-weight);
  font-size: var(--fs-h2);
  line-height: var(--type-h2-line-height);
  letter-spacing: var(--type-h2-letter-spacing);
	margin-bottom: 0.5em;
}
.public h3,
.public .h3-style,
.acf-block-preview h3,
#tinymce h3,
.acf-block-preview .h3-style,
#tinymce .h3-style {
  font-family: var(--type-h3-font-family);
  font-weight: var(--type-h3-weight);
  font-size: var(--fs-h3);
  line-height: var(--type-h3-line-height);
  letter-spacing: var(--type-h3-letter-spacing);
	margin-bottom: 0.5em;
}
.public h4,
.public .h4-style,
.acf-block-preview h4,
#tinymce h4,
.acf-block-preview .h4-style,
#tinymce .h4-style {
  font-family: var(--type-h4-font-family);
  font-weight: var(--type-h4-weight);
  font-size: var(--fs-h4);
  line-height: var(--type-h4-line-height);
  letter-spacing: var(--type-h4-letter-spacing);
	margin-bottom: 0.5em;
}
.public h5,
.public .h5-style,
.acf-block-preview h5,
#tinymce h5,
.acf-block-preview .h5-style,
#tinymce .h5-style {
  font-family: var(--type-h5-font-family);
  font-weight: var(--type-h5-weight);
  font-size: var(--fs-h5);
  line-height: var(--type-h5-line-height);
  letter-spacing: var(--type-h5-letter-spacing);
	margin-bottom: 0.5em;
}
.public h6,
.public .h6-style,
.acf-block-preview h6,
#tinymce h6,
.acf-block-preview .h6-style,
#tinymce .h6-style,
.public .attribution,
.acf-block-preview .attribution,
#tinymce .attribution {
  font-family: var(--type-h6-font-family);
  font-weight: var(--type-h6-weight);
  font-size: var(--fs-h6);
  line-height: var(--type-h6-line-height);
  letter-spacing: var(--type-h6-letter-spacing);
	margin-bottom: 0.5em;
}
.public .attribution,
.acf-block-preview .attribution,
#tinymce .attribution {
	text-transform: uppercase;
}
.public .attribution--small,
.acf-block-preview .attribution--small,
#tinymce .attribution--small {
  font-size: 12px;
}
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 .small-txt,
.acf-block-preview .text .small-txt,
#tinymce .small-txt {
	font-size: 14px;
}
.public .header-bottom-border,
.acf-block-preview .header-bottom-border,
#tinymce .header-bottom-border {
	display: flex;
}
.public .header-bottom-border > *,
.acf-block-preview .header-bottom-border > *,
#tinymce .header-bottom-border > * {
	border-bottom: 1px solid currentColor;
	padding-bottom: 0.4em;
	padding-right: 32px;
}
.public .font-weight--400,
.acf-block-preview .font-weight--400,
#tinymce .font-weight--400 {
	font-weight: 400;
}
.public .margin-bottom-0,
.acf-block-preview .margin-bottom-0,
#tinymce .margin-bottom-0 {
	margin-bottom: 0;
}
/*---------------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;
}
/* 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: inherit;
	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;
	text-decoration: none;
}
.public .block .ff-default .ff_btn_style {
	--fluentform-primary: #426884;
	
	border-radius: 50px;
	font-family: var(--type-primary-font-family);
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.1em;	
	text-transform: uppercase;
}
.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: #426884;
	border-radius: 50px;
	color: #F5F5F5;
	cursor: pointer;
	display: inline-block;
	font-family: var(--type-primary-font-family);
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.1em;
	padding: 10px 30px;
	position: relative;
	text-decoration: none;	
	text-transform: uppercase;
	transition: background-color 0.25s linear;
}
.public .button--small,
.acf-block-preview .button--small,
#tinymce .button--small,
.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"] {
	font-size: 13px;
	line-height: 215.385%;
}
.public .button--large,
.acf-block-preview .button--large,
#tinymce .button--large {
	font-size: 16px;
	line-height: 175%;
	padding: 19px 30px;
}
.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-color:  #303030;
}
.public a.link-accent,
.acf-block-preview a.link-accent,
#tinymce a.link-accent {
	color: inherit;
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	line-height: 215.385%;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}
.public a.link-accent:hover,
.acf-block-preview a.link-accent:hover,
#tinymce a.link-accent:hover {
	color: rgb(var(--links));
}
.public a.link-accent::after,
.acf-block-preview a.link-accent::after,
#tinymce a.link-accent::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3E%3Cg clip-path='url(%23clip0_438_1316)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 6.51873L7.47854 5.62584L4.16534 0L0.0063593 0L0 0.006244L3.83466 6.51873L0.0190779 13H4.18442L7.47854 7.40538L8 6.51873Z' fill='%23303030'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_438_1316'%3E%3Crect width='8' height='13' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	display: inline-block;
	margin-left: 0.5em;
}
.public .button-group,
.acf-block-preview .button-group,
#tinymce .button-group {
	display: inline-grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: 2em;
}
@media only screen and (max-width: 639px) {
	
	.public .button-group,
	.acf-block-preview .button-group,
	#tinymce .button-group {
		display: inline-flex;
		flex-direction: column;
		gap: 1em;
		width: min-content;
	}
	.public .button-group > *,
	.acf-block-preview .button-group > *,
	#tinymce .button-group > * {
		flex: 1;
		white-space: nowrap;
	}
}
/* 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;
}
