@import url("https://use.typekit.net/cjw3pxq.css");
:root {
	--textDark: #000000;
	--textLight: #ffffff;
  --blueDeep:  #030D47;
  --blue: #0F3C9F;
  --teal: #27B397;
  --gray: #626262;
  --grayLight: #F6F6F6;
	--links: #27B397;
  --linkHover: #0F3C9F;
}
@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: "almarai", 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,
.acf-block-preview p,
#tinymce p,
.public .p-style,
.acf-block-preview .p-style,
#tinymce .p-style,
.public figcaption,
.acf-block-preview figcaption,
#tinymce figcaption {
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.78125rem */
	margin-bottom: 1.11rem;
	margin-top: 0em;
}
.public .p-style.xs,
.acf-block-preview .p-style.xs,
#tinymce .p-style.xs {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}
.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,
.acf-block-preview h1,
#tinymce h1,
.public .h1-style,
.acf-block-preview .h1-style,
#tinymce .h1-style {
  color: var(--blue);
  font-size: clamp(42px, 10vw, 6.25rem);
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 6.25rem */
  margin-bottom: 10px;
}
.public h2,
.acf-block-preview h2,
#tinymce h2,
.public .h2-style,
.acf-block-preview .h2-style,
#tinymce .h2-style {
  color: var(--blue);
  font-size: clamp(36px, 9vw, 3.5rem);
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 3.5rem */
  margin-bottom: 14px;
}
.public .h2-alt-style,
.acf-block-preview .h2-alt-style,
#tinymce .h2-alt-style {
  font-size: clamp(36px, 8vw, 3.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 3.85rem */
  margin-bottom: 10px;
}
.public h3,
.acf-block-preview h3,
#tinymce h3,
.public .h3-style,
.acf-block-preview .h3-style,
#tinymce .h3-style {
  color: var(--blue);
  font-size: clamp( 30px, 10vw, 2.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: 124%; /* 3.41rem */
	margin-bottom: 10px;
}
.public h4,
.acf-block-preview h4,
#tinymce h4,
.public .h4-style,
.acf-block-preview .h4-style,
#tinymce .h4-style {
  color: var(--blue);
  font-size: clamp(1.5rem, 5vw, 2rem);
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 2.2rem */
	margin-bottom: 16px;
}
.public h5,
.acf-block-preview h5,
#tinymce h5,
.public .h5-style,
.acf-block-preview .h5-style,
#tinymce .h5-style {
  color: var(--blue);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 1.65rem */
	margin-bottom: 16px;
}
.public h6,
.acf-block-preview h6,
#tinymce h6,
.public .h6-style,
.acf-block-preview .h6-style,
#tinymce .h6-style {
  color: var(--teal);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 1.5125rem */
  text-transform: uppercase;
	margin-bottom: 14px;
}
.dark-bg h1,
.dark-bg .h1-style,
.dark-bg h2,
.dark-bg .h2-style,
.dark-bg .h2-alt-style,
.dark-bg h3,
.dark-bg .h3-style,
.dark-bg h4,
.dark-bg .h4-style,
.dark-bg h5,
.dark-bg .h5-style {
  color: var(--textLight);
}
.public .block strong,
.acf-block-preview strong,
#tinymce strong,
.public .block 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;
}
.text .uppercase,
.acf-block-preview .text .uppercase,
#tinymce .uppercase {
	text-transform: uppercase;
}
.text .eyebrow,
#tinymce .eyebrow {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 1.125rem */
  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: 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:not(.button),
.acf-block-preview .text a:not(.button),
#tinymce a:not(.button) {
	font-size: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	line-height: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.text a:not(.button):hover,
.acf-block-preview .text a:not(.button):hover,
#tinymce a:not(.button):hover,
.text a:not(.button):focus,
.acf-block-preview .text a:not(.button):focus,
#tinymce a:not(.button):focus {
  color: var(--blue);
  text-decoration: none;
}
/* .bg-dark .text a:not(.button):hover,
.acf-block-preview .bg-dark .text a:not(.button):hover,
.bg-dark .text a:not(.button):focus,
.acf-block-preview .bg-dark .text a:not(.button):focus {
  color: var(--textLight);
} */
.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"],
html body .block form.forminator-custom-form .forminator-field .forminator-button {
  background-color: var(--teal);
	border: 1px solid transparent;
	color: #fff;
	cursor: pointer;
	display: inline-block;
  font-family: "magistral", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
	outline: none;
	padding: 10px 16px;
	position: relative;
  transition: all ease 500ms;
	text-transform: uppercase;
}
.public .button.button--ghost,
.acf-block-preview .button.button--ghost,
#tinymce .button.button--ghost,
.public .button.button--ghost:hover,
.acf-block-preview .button.button--ghost:hover,
#tinymce .button.button--ghost:hover,
.public .button.button--ghost:focus,
.acf-block-preview .button.button--ghost:focus,
#tinymce .button.button--ghost:focus {
  background-color: transparent;
  border: 1px solid currentColor;
  color: inherit;
}
.public .button:hover,
.public .button:focus,
.acf-block-preview .button:hover,
.acf-block-preview .button:focus,
#tinymce .button:hover,
#tinymce .button:focus,
.element__form .form-field button[type="submit"]:hover,
.element__form .form-field button[type="submit"]:focus,
.acf-block-preview .element__form .form-field button[type="submit"]:hover,
.acf-block-preview .element__form .form-field button[type="submit"]:focus,
#tinymce .element__form .form-field button[type="submit"]:hover,
#tinymce .element__form .form-field button[type="submit"]:focus,
.wp-password-form input[type="submit"]:hover,
.wp-password-form input[type="submit"]:focus {
  background-color: var(--blue);
}
/* .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;
}
