:root {
  --textDark: 31,70,102;
  --textLight: 255, 255, 255;
  --textGold: 200,173,67;
  --textBlue: 114,177,224;
  --lBlue: 114,177,224;
  --gold: 200,173,67;
  --links: 31,70,102;
  --linksGold: 200,173,67;
}
@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: rgb(var(--textDark));
  font-family: "azo-sans-web", 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-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.35em;
  margin-bottom: 1.11rem;
  margin-top: 0em;
}
.public li,
.acf-block-preview li,
#tinymce li {
  margin-bottom: 5px;
}
.public li::marker,
.acf-block-preview li::marker,
#tinymce li::marker {
  font-size: 15px;
}
.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-size: 3.125rem;
  font-weight: 300;
  line-height: 1.1em;
  letter-spacing: 0em;
  margin-bottom: 22px;
}
.public h2,
.public .h2-style,
.acf-block-preview h2,
#tinymce h2,
.acf-block-preview .h2-style,
.mce-content-body .h2-style {
  font-size: 2.8125rem;
  font-weight: 300;
  line-height: 1.1em;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.public h3,
.public .h3-style,
.acf-block-preview h3,
#tinymce h3,
.acf-block-preview .h3-style,
#tinymce .h3-style {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.1em;
  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-size: 1.40625rem;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: 0em;
  margin-bottom: 16px;
}
.public h5,
.public .h5-style,
.acf-block-preview h5,
#tinymce h5,
.acf-block-preview .h5-style,
#tinymce .h5-style {
  font-size: 1.09375rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.public h6,
.public .h6-style,
.acf-block-preview h6,
#tinymce h6,
.acf-block-preview .h6-style,
#tinymce .h6-style {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
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;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 10px;
}
/*---------------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;
}
.bg-color__primary .text a:not(.button) {
  color: rgb(var(--linksGold));
}
/* 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 input[type="submit"],
.acf-block-preview input[type="submit"],
#tinymce 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"] {
  background-color: rgb(var(--gold));
  border: 0;
  border-radius: 20px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1em;
  outline: none;
  padding: 15px 24px;
  position: relative;
  text-transform: uppercase;
}
.public .button--blue,
.acf-block-preview .button--blue,
#tinymce .button--blue {
  background-color: rgb(var(--lBlue));
}
.public .button--ghost,
.acf-block-preview .button--ghost,
#tinymce .button--ghost {
  background-color: transparent;
  border: 2px solid currentColor;
  color: currentColor;
}
/* .public .button:after,
.text .button::after,
.acf-block-preview .text .button:after,
#tinymce .button:after, */
a.link-accent:not(.link-accent--left)::after,
.text a.link-accent:not(.link-accent--left)::after,
.acf-block-preview a.link-accent:not(.link-accent--left)::after,
#tinymce a.link-accent:not(.link-accent--left)::after,
a.link-accent--left::before,
.text a.link-accent--left::before,
.acf-block-preview a.link-accent--left::before,
#tinymce a.link-accent--left::before  {
  color: inherit;
  content: "\e801";
  font-family: "icon";
  font-size: 0.8em;
  line-height: 0.8em;
  margin-left: 8px;
  position: relative;
}
a.link-accent--left::before,
.text a.link-accent--left::before,
.acf-block-preview a.link-accent--left::before,
#tinymce a.link-accent--left::before {
  display: inline-block;
  margin-left: 0;
  margin-right: 8px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
/* 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;
}
