/* tailwind */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.ods-container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1080px;
}
.single-post .blog-detail__section:first-child {
  padding-top: 0px;
}
.single-post .blog-detail__section h1,
			.single-post .blog-detail__section h2,
			.single-post .blog-detail__section h3,
			.single-post .blog-detail__section h4,
			.single-post .blog-detail__section h5,
			.single-post .blog-detail__section h6 {
  margin-bottom: 16px;
}
.single-post .blog-detail__section h1 {
  font-size: 48px;
  line-height: 1.1em;
}
.single-post .blog-detail__section h2 {
  font-size: 36px;
  line-height: 1.3em;
}
.single-post .blog-detail__section h3 {
  font-size: 22px;
  line-height: 1.3em;
}
.single-post .blog-detail__section h4 {
  font-size: 20px;
  line-height: 1.3em;
}
.single-post .blog-detail__section h5 {
  font-size: 18px;
  line-height: 1.5em;
}
.single-post .blog-detail__section h6 {
  font-family: MaisonNeue Bold,Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
}
.single-post .blog-detail__section p {
  padding-bottom: 16px;
}
.single-post .blog-detail__section p,
			.single-post .blog-detail__section li,
			.single-post .blog-detail__section span {
  font-size: 16px;
  line-height: 1.7em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.single-post .blog-detail__section b,
			.single-post .blog-detail__section stong {
  font-family: MaisonNeue Bold,Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
}
.single-post .blog-detail__section blockquote {
  margin-bottom: 16px;
  width: 100%;
  max-width: 480px;
}
.single-post .blog-detail__section blockquote p {
  font-size: 18px;
  line-height: 1.5em;
}
.single-post .blog-detail__section ul {
  margin-bottom: 16px;
  list-style-type: disc;
  padding-left: 20px;
}
.single-post .blog-detail__section ol {
  margin-bottom: 16px;
  list-style-type: auto;
  padding-left: 20px;
}
.single-post .blog-detail__section img {
  margin-bottom: 16px;
}
.single-post .blog-detail .sidebar-cta {
  padding-top: 0px;
}
.single-post .blog-detail ul.space li {
  margin-bottom: 10px;
}
.single-post .blog-detail ul:not(.space) li {
  margin-bottom: 16px;
}
.single-post .blog-detail ul li p:last-child {
  padding-bottom: 0px;
}
/* @apply tw-text-black tw-text-e18; */
.single-press_release .press-release__content h1,
			.single-press_release .press-release__content h2,
			.single-press_release .press-release__content h3,
			.single-press_release .press-release__content h4,
			.single-press_release .press-release__content h5,
			.single-press_release .press-release__content h6 {
  margin-bottom: 16px;
}
.single-press_release .press-release__content h1 {
  font-size: 48px;
  line-height: 1.1em;
}
.single-press_release .press-release__content h2 {
  font-size: 36px;
  line-height: 1.3em;
}
.single-press_release .press-release__content h3 {
  font-size: 22px;
  line-height: 1.3em;
}
.single-press_release .press-release__content h4 {
  font-size: 20px;
  line-height: 1.3em;
}
.single-press_release .press-release__content h5 {
  font-size: 18px;
  line-height: 1.5em;
}
.single-press_release .press-release__content h6 {
  font-family: MaisonNeue Bold,Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
}
.single-press_release .press-release__content p {
  padding-bottom: 16px;
}
.single-press_release .press-release__content p,
			.single-press_release .press-release__content li,
			.single-press_release .press-release__content span,
			.single-press_release .press-release__content summary {
  font-size: 16px;
  line-height: 1.7em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.single-press_release .press-release__content details {
  margin-bottom: 16px;
}
.single-press_release .press-release__content b,
			.single-press_release .press-release__content stong {
  font-family: MaisonNeue Bold,Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
}
.single-press_release .press-release__content blockquote {
  margin-bottom: 16px;
  width: 100%;
  max-width: 480px;
}
.single-press_release .press-release__content blockquote p {
  font-size: 18px;
  line-height: 1.5em;
}
.single-press_release .press-release__content ul {
  margin-bottom: 16px;
  list-style-type: disc;
  padding-left: 20px;
}
.single-press_release .press-release__content ol {
  margin-bottom: 16px;
  list-style-type: auto;
  padding-left: 20px;
}
.single-press_release .press-release__content img {
  margin-bottom: 16px;
}
.single-press_release .press-release__content ul.space li {
  margin-bottom: 10px;
}
.single-press_release .press-release__content ul:not(.space) li {
  margin-bottom: 16px;
}
.single-press_release .press-release__content ul li p:last-child {
  padding-bottom: 0px;
}
.page-template-page-newsroom .awards__footer a {
  text-decoration-line: underline;
}
.contact-section {
		background-repeat: no-repeat;
		background-size: 75% auto;
		background-position: right -24% bottom -6%;
		background-image: linear-gradient(
				134deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0.85) 100%
			),
			url(../images/contact-bg.png) !important;
	}
.contact-section .contact-form .req.error {
				border: 2px solid #FF495C !important;
			}
.contact-section .contact-form label.error {
				/* override "important" rules from styles.css */
				display: flex!important;
				border: 0!important;
			}
.contact-section .contact-form label.error span {
					color: #FF495C
				}
.contact-section .contact-form label.error input {
					outline: 1px solid #FF495C;
				}
.contact-section .contact-form .select-wrap {
  position: relative;
}
.contact-section .contact-form .select-wrap:after {
					content: '';
					position: absolute;
					top: 50%;
					right: 10px;
					transform: translateY(-50%);
					width: 0;
					height: 0;
					border: 6px solid transparent;
					border-top-color: #666;
					margin-top: 3px;
					pointer-events: none;
				}
.contact-section .contact-form select {
				-moz-appearance: none;
				-webkit-appearance: none;
			}
.contact-section__divider {
  position: relative;
}
.contact-section__divider::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 1px;
  width: 100%;
  max-width: 600px;
  --tw-bg-opacity: 1;
  background-color: rgb(8 91 123 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
address {
		font-style: normal;
	}
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-sticky {
  position: sticky;
}
.tw-bottom-0 {
  bottom: 0px;
}
.tw-bottom-e15 {
  bottom: 15px;
}
.tw-left-\[22px\] {
  left: 22px;
}
.tw-right-0 {
  right: 0px;
}
.tw-top-e160 {
  top: 160px;
}
.tw-top-e80 {
  top: 80px;
}
.tw-z-100 {
  z-index: 100;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tw-mb-e10 {
  margin-bottom: 10px;
}
.tw-mb-e12 {
  margin-bottom: 12px;
}
.tw-mb-e15 {
  margin-bottom: 15px;
}
.tw-mb-e18 {
  margin-bottom: 18px;
}
.tw-mb-e20 {
  margin-bottom: 20px;
}
.tw-mb-e24 {
  margin-bottom: 24px;
}
.tw-mb-e27 {
  margin-bottom: 27px;
}
.tw-mb-e30 {
  margin-bottom: 30px;
}
.tw-mb-e32 {
  margin-bottom: 32px;
}
.tw-mb-e36 {
  margin-bottom: 36px;
}
.tw-mb-e40 {
  margin-bottom: 40px;
}
.tw-mb-e45 {
  margin-bottom: 45px;
}
.tw-mb-e8 {
  margin-bottom: 8px;
}
.tw-mb-e80 {
  margin-bottom: 80px;
}
.tw-mb-e9 {
  margin-bottom: 9px;
}
.tw-ml-auto {
  margin-left: auto;
}
.tw-mr-0 {
  margin-right: 0px;
}
.tw-mr-e8 {
  margin-right: 8px;
}
.tw-mt-e15 {
  margin-top: 15px;
}
.tw-mt-e16 {
  margin-top: 16px;
}
.tw-mt-e21 {
  margin-top: 21px;
}
.tw-mt-e8 {
  margin-top: 8px;
}
.tw-block {
  display: block;
}
.tw-inline-block {
  display: inline-block;
}
.tw-flex {
  display: flex;
}
.tw-grid {
  display: grid;
}
.tw-hidden {
  display: none;
}
.tw-h-e1 {
  height: 1px;
}
.tw-h-e160 {
  height: 160px;
}
.tw-h-e200 {
  height: 200px;
}
.tw-h-e220 {
  height: 220px;
}
.tw-h-e235 {
  height: 235px;
}
.tw-h-e240 {
  height: 240px;
}
.tw-h-e260 {
  height: 260px;
}
.tw-h-e30 {
  height: 30px;
}
.tw-h-e52 {
  height: 52px;
}
.tw-h-full {
  height: 100%;
}
.tw-min-h-e150 {
  min-height: 150px;
}
.tw-min-h-e200 {
  min-height: 200px;
}
.tw-min-h-e260 {
  min-height: 260px;
}
.tw-min-h-full {
  min-height: 100%;
}
.tw-w-\[90\%\] {
  width: 90%;
}
.tw-w-e200 {
  width: 200px;
}
.tw-w-e270 {
  width: 270px;
}
.tw-w-e290 {
  width: 290px;
}
.tw-w-e295 {
  width: 295px;
}
.tw-w-e30 {
  width: 30px;
}
.tw-w-e320 {
  width: 320px;
}
.tw-w-e52 {
  width: 52px;
}
.tw-w-full {
  width: 100%;
}
.tw-min-w-\[135px\] {
  min-width: 135px;
}
.tw-min-w-e200 {
  min-width: 200px;
}
.tw-min-w-e295 {
  min-width: 295px;
}
.tw-max-w-e1080 {
  max-width: 1080px;
}
.tw-max-w-e380 {
  max-width: 380px;
}
.tw-max-w-e480 {
  max-width: 480px;
}
.tw-max-w-e800 {
  max-width: 800px;
}
.tw-max-w-full {
  max-width: 100%;
}
.tw-flex-1 {
  flex: 1 1 0%;
}
.tw-flex-grid-card {
  flex: 2 2 0%;
}
.tw-grow-0 {
  flex-grow: 0;
}
.-tw-translate-x-e15 {
  --tw-translate-x: -15px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-tw-translate-y-e20 {
  --tw-translate-y: -20px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-cursor-pointer {
  cursor: pointer;
}
.tw-list-\[auto\] {
  list-style-type: auto;
}
.tw-list-disc {
  list-style-type: disc;
}
.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tw-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tw-flex-col {
  flex-direction: column;
}
.tw-flex-wrap {
  flex-wrap: wrap;
}
.tw-items-start {
  align-items: flex-start;
}
.tw-items-center {
  align-items: center;
}
.tw-justify-center {
  justify-content: center;
}
.tw-justify-between {
  justify-content: space-between;
}
.tw-justify-around {
  justify-content: space-around;
}
.tw-gap-e15 {
  gap: 15px;
}
.tw-gap-e16 {
  gap: 16px;
}
.tw-gap-e20 {
  gap: 20px;
}
.tw-gap-e24 {
  gap: 24px;
}
.tw-gap-e30 {
  gap: 30px;
}
.tw-gap-e32 {
  gap: 32px;
}
.tw-gap-e40 {
  gap: 40px;
}
.tw-gap-e60 {
  gap: 60px;
}
.tw-gap-x-\[3\%\] {
  -moz-column-gap: 3%;
       column-gap: 3%;
}
.tw-gap-x-e27 {
  -moz-column-gap: 27px;
       column-gap: 27px;
}
.tw-gap-y-e30 {
  row-gap: 30px;
}
.tw-gap-y-e36 {
  row-gap: 36px;
}
.tw-justify-self-center {
  justify-self: center;
}
.tw-overflow-hidden {
  overflow: hidden;
}
.tw-rounded-e12 {
  border-radius: 12px;
}
.tw-rounded-e8 {
  border-radius: 8px;
}
.\!tw-border-0 {
  border-width: 0px !important;
}
.tw-border-0 {
  border-width: 0px;
}
.tw-border-b {
  border-bottom-width: 1px;
}
.tw-border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.tw-bg-ginger {
  --tw-bg-opacity: 1;
  background-color: rgb(252 93 25 / var(--tw-bg-opacity));
}
.tw-bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
}
.tw-bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(13 35 50 / var(--tw-bg-opacity));
}
.tw-bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(0 172 200 / var(--tw-bg-opacity));
}
.tw-bg-teal-dk {
  --tw-bg-opacity: 1;
  background-color: rgb(8 91 123 / var(--tw-bg-opacity));
}
.tw-bg-teal-lt {
  --tw-bg-opacity: 1;
  background-color: rgb(184 227 237 / var(--tw-bg-opacity));
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tw-bg-cover {
  background-size: cover;
}
.tw-bg-right {
  background-position: right;
}
.tw-bg-no-repeat {
  background-repeat: no-repeat;
}
.tw-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.tw-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!tw-p-e12 {
  padding: 12px !important;
}
.\!tw-p-e16 {
  padding: 16px !important;
}
.tw-p-e24 {
  padding: 24px;
}
.tw-px-e18 {
  padding-left: 18px;
  padding-right: 18px;
}
.tw-px-e20 {
  padding-left: 20px;
  padding-right: 20px;
}
.tw-px-e21 {
  padding-left: 21px;
  padding-right: 21px;
}
.tw-px-e24 {
  padding-left: 24px;
  padding-right: 24px;
}
.tw-px-e36 {
  padding-left: 36px;
  padding-right: 36px;
}
.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tw-py-e15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.tw-py-e20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tw-py-e32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.tw-py-e80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.tw-pb-0 {
  padding-bottom: 0px;
}
.tw-pb-e120 {
  padding-bottom: 120px;
}
.tw-pb-e16 {
  padding-bottom: 16px;
}
.tw-pb-e18 {
  padding-bottom: 18px;
}
.tw-pb-e24 {
  padding-bottom: 24px;
}
.tw-pb-e30 {
  padding-bottom: 30px;
}
.tw-pb-e36 {
  padding-bottom: 36px;
}
.tw-pb-e40 {
  padding-bottom: 40px;
}
.tw-pb-e48 {
  padding-bottom: 48px;
}
.tw-pb-e60 {
  padding-bottom: 60px;
}
.tw-pb-e80 {
  padding-bottom: 80px;
}
.tw-pb-e84 {
  padding-bottom: 84px;
}
.tw-pb-e90 {
  padding-bottom: 90px;
}
.tw-pl-e20 {
  padding-left: 20px;
}
.tw-pl-e36 {
  padding-left: 36px;
}
.tw-pr-e24 {
  padding-right: 24px;
}
.tw-pt-e18 {
  padding-top: 18px;
}
.tw-pt-e30 {
  padding-top: 30px;
}
.tw-pt-e36 {
  padding-top: 36px;
}
.tw-pt-e48 {
  padding-top: 48px;
}
.tw-pt-e60 {
  padding-top: 60px;
}
.tw-pt-e70 {
  padding-top: 70px;
}
.tw-pt-e72 {
  padding-top: 72px;
}
.tw-pt-e90 {
  padding-top: 90px;
}
.tw-text-left {
  text-align: left;
}
.tw-text-center {
  text-align: center;
}
.tw-font-bold {
  font-family: MaisonNeue Bold,Helvetica,Arial,Lucida,sans-serif;
}
.tw-font-demi {
  font-family: MaisonNeue-Demi, Helvetica, Arial, Lucida, sans-serif;
}
.tw-font-light {
  font-family: MaisonNeue Light,Helvetica,Arial,Lucida,sans-serif;
}
.tw-font-normal {
  font-family: MaisonNeue,Helvetica,Arial,Lucida,sans-serif;
}
.tw-text-base {
  font-size: 14px;
  line-height: 1.5em;
}
.tw-text-e15 {
  font-size: 15px;
  line-height: 1em;
}
.tw-text-e16 {
  font-size: 16px;
  line-height: 1em;
}
.tw-text-e16-body {
  font-size: 16px;
  line-height: 1.7em;
}
.tw-text-e17 {
  font-size: 17px;
  line-height: 1.4em;
}
.tw-text-e18 {
  font-size: 18px;
  line-height: 1.5em;
}
.tw-text-e20 {
  font-size: 20px;
  line-height: 1.3em;
}
.tw-text-e22 {
  font-size: 22px;
  line-height: 1.3em;
}
.tw-text-e24 {
  font-size: 24px;
  line-height: 1.3em;
}
.tw-text-e29 {
  font-size: 29px;
  line-height: 1.2em;
}
.tw-text-e36 {
  font-size: 36px;
  line-height: 1.3em;
}
.tw-text-e48 {
  font-size: 48px;
  line-height: 1.1em;
}
.tw-text-tiny {
  font-size: 12px;
  line-height: 1.2;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-light {
  font-weight: 300;
}
.tw-font-normal {
  font-weight: 400;
}
.tw-uppercase {
  text-transform: uppercase;
}
.\!tw-text-black\/65 {
  color: rgb(0 0 0 / 0.65) !important;
}
.tw-text-\[red\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.tw-text-black\/65 {
  color: rgb(0 0 0 / 0.65);
}
.tw-text-error {
  --tw-text-opacity: 1;
  color: rgb(255 73 92 / var(--tw-text-opacity));
}
.tw-text-ginger {
  --tw-text-opacity: 1;
  color: rgb(252 93 25 / var(--tw-text-opacity));
}
.tw-text-teal {
  --tw-text-opacity: 1;
  color: rgb(0 172 200 / var(--tw-text-opacity));
}
.tw-text-teal-dk {
  --tw-text-opacity: 1;
  color: rgb(8 91 123 / var(--tw-text-opacity));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-underline {
  text-decoration-line: underline;
}
.tw-placeholder-black\/65::-moz-placeholder {
  color: rgb(0 0 0 / 0.65);
}
.tw-placeholder-black\/65::placeholder {
  color: rgb(0 0 0 / 0.65);
}
.tw-opacity-0 {
  opacity: 0;
}
.tw-opacity-100 {
  opacity: 1;
}
.tw-shadow-\[12px_12px_15px_0px_rgba\(0\,_0\,_0\,_0\.3\)\] {
  --tw-shadow: 12px 12px 15px 0px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 12px 12px 15px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-duration-300 {
  transition-duration: 300ms;
}
html.page-lock {
  overflow: hidden
}
body {
  padding-top: 80px;
}
@media (min-width: 981px) {
body {
    padding-top: 106px
}
  }
@media (min-width: 1025px) {
body {
    padding-top: 92px
}
  }
#main-header,
#main-header.et-fixed-header {
  position: fixed;
  transition: all .3s 0s;
}
.logged-in #main-header,
.logged-in #main-header.et-fixed-header {
    top: 0;
}
@media (min-width: 601px) {
.logged-in #main-header,
.logged-in #main-header.et-fixed-header {    
      top: 46px
}
    }
@media (min-width: 783px) {
.logged-in #main-header,
.logged-in #main-header.et-fixed-header {    
      top: 32px
}
    }
/* CSS removed from the DB (divi) */
@media screen and (max-width: 980px) {
  	/* what is this for? */
	.et_header_style_left .logo_container{
		max-width:150px;
	}
}
@layer commponents {
	.ods-button:after {
		font-family: ETmodules !important;
		font-size: 24px;
		line-height: 1em;
		content: '\35';
		opacity: 0;
		margin-top: -2px;
		position: absolute;
		margin-left: -1em;
		transition: all 0.2s;
		text-transform: none;
		font-feature-settings: 'kern' off;
		font-variant: none;
		font-style: normal;
		font-weight: 400;
		text-shadow: none;
	}

	.ods-button:hover:after {
		opacity: 1;
		margin-left: 0;
	}
}
.subscribe-form.subscribe-form--modal .subscribe-form__scrim {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			z-index: 99999;
			background: rgba(0, 0, 0, 0.65);
			display: flex;
			align-items: center;
			justify-content: center;
			pointer-events: none;
			opacity: 0;
			transition: all 300ms ease-out;
		}
.subscribe-form.subscribe-form--modal .subscribe-form__scrim.active {
				opacity: 1;
				pointer-events: initial;
			}
.subscribe-form.subscribe-form--modal .subscribe-form__scrim .subscribe-form__content {
				max-width: 800px;
			}
.subscribe-form .subscribe-form__btn {
		height: 45px;
		text-align: center;
		display: inline-block;
		min-width: 135px;
		border: 0;
		border-radius: 8px;
		padding: 10px 20px;
		color: white;
		font-weight: 700;
		background: #fc5d19;
		cursor: pointer;
		line-height: 1.7;
	}
.subscribe-form .subscribe-form__btn:disabled {
			opacity: 0.5;
		}
.subscribe-form .subscribe-form__btn:after {
			font-family: ETmodules !important;
			font-size: 24px;
			line-height: 1em;
			content: '\35';
			opacity: 0;
			margin-top: -2px;
			position: absolute;
			margin-left: -1em;
			transition: all 0.2s;
			text-transform: none;
			font-feature-settings: 'kern' off;
			font-variant: none;
			font-style: normal;
			font-weight: 400;
			text-shadow: none;
		}
.subscribe-form .subscribe-form__btn:hover:after {
			opacity: 1;
			margin-left: 0;
		}
.subscribe-form .subscribe-form__header {
		margin-bottom: 24px;
	}
.subscribe-form .subscribe-form__header h2,
		.subscribe-form .subscribe-form__header div {
			color: white;
		}
.subscribe-form .subscribe-form__content {
		display: flex;
		flex-direction: column;
		padding: 30px;
		border-radius: 12px;
		position: relative;
		background-size: cover;
		background-repeat: norepeat;
		background-color: #085b7b;
		max-height: 100vh;

		/* allow overflow scrolling but hide the scrollbars */
		overflow: scroll;
		 -ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;
	}
/* Firefox */
.subscribe-form .subscribe-form__content::-webkit-scrollbar {
			display: none;
		}
.subscribe-form input[name='job-title'] {
		width: 100%;
	}
@media (min-width: 640px) {
.subscribe-form input[name='job-title'] {
			max-width: 358px
	}
		}
.subscribe-form .email-wrap {
		position: relative;
		width: 100%;
	}
.subscribe-form .email-wrap .req.biz-error + span.subscribe-form__biz-email-error {
		opacity: 1;
	}
.subscribe-form .subscribe-form__biz-email-error {
		width: 100%;
		color: #FF495C;
		font-size: 12px;
		position: absolute;
		bottom: -22px;
		left: 0;
		opacity: 0;
	}
.subscribe-form .subscribe-form__modal-close {
		position: absolute;
		top: 15px;
		right: 10px;
		height: 20px;
		width: 20px;
		cursor: pointer;
		border: 0;
		background: transparent;
		color: white;
	}
.subscribe-form .subscribe-form__form {
		display: flex;
		gap: 24px;
		flex-wrap: wrap;
	}
@media (min-width: 640px) {
.subscribe-form .subscribe-form__form {
			display: grid;
			grid-gap: 24px;
			grid-template-columns: 1fr 1fr
	}
		}
.subscribe-form .subscribe-form__form .form__grid-width {
			display: flex;
			align-items: center;
			justify-content: center;
			position: relative;
			width: 100%;
		}
@media (min-width: 640px) {
.subscribe-form .subscribe-form__form .form__grid-width {
				grid-column: 1 / span 2
		}
			}
.subscribe-form .subscribe-form__form .form__grid-width.legal {
				color: white;
			}
.subscribe-form .subscribe-form__form label {
			display: flex;
			align-items: center;
			padding-top: 10px;
		}
.subscribe-form .subscribe-form__form label span {
				padding-left: 8px;
				color: white;
			}
.subscribe-form .subscribe-form__form label.error span {
				color: #FF495C
			}
.subscribe-form .subscribe-form__form label.error input {
				outline: 1px solid #FF495C;
			}
.subscribe-form .subscribe-form__form label.checkbox-wrap input { width: auto }
.subscribe-form .subscribe-form__form label.checkbox-wrap.error {
				/* override "important" rules from styles.css */
				border: 0!important;
				flex: !important;
			}
.subscribe-form .subscribe-form__form .subscribe-form__recaptcha-error {
			position: absolute;
			color: #FF495C;
			bottom: -27px;
			left: 50%;
			transform: translateX(-50%);
			display: none;
		}
.subscribe-form .subscribe-form__form .subscribe-form__recaptcha-error.show {
				display: inline-block;
			}
.subscribe-form input {
		width: 100%;
		border-radius: 4px;
		padding: 8px 12px;
	}
.subscribe-form input.req.error {
		border: 2px solid #FF495C;
	}
.subscribe-form .g-recaptcha,
	.subscribe-form .g-recaptcha div {
		max-width: 100%;
	}
.after\:tw-absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:tw-bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:tw-left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:tw-block::after {
  content: var(--tw-content);
  display: block;
}
.after\:tw-h-e1::after {
  content: var(--tw-content);
  height: 1px;
}
.after\:tw-w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:tw-max-w-\[600px\]::after {
  content: var(--tw-content);
  max-width: 600px;
}
.after\:tw-bg-teal-dk::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(8 91 123 / var(--tw-bg-opacity));
}
.after\:tw-content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:tw-scale-\[105\%\]:hover {
  --tw-scale-x: 105%;
  --tw-scale-y: 105%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:tw-shadow-\[2px_2px_18px_0px_rgba\(0\2c _0\2c _0\2c _0\.3\)\]:hover {
  --tw-shadow: 2px 2px 18px 0px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 2px 2px 18px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.disabled\:tw-invisible:disabled {
  visibility: hidden;
}
.disabled\:tw-opacity-75:disabled {
  opacity: 0.75;
}
@media (min-width: 601px) {
  .sm2\:tw-top-\[126px\] {
    top: 126px;
  }
}
@media (min-width: 768px) {
  .md\:tw-min-w-\[135px\] {
    min-width: 135px;
  }
  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:tw-flex-row {
    flex-direction: row;
  }
  .md\:tw-justify-center {
    justify-content: center;
  }
  .md\:tw-bg-ginger {
    --tw-bg-opacity: 1;
    background-color: rgb(252 93 25 / var(--tw-bg-opacity));
  }
  .md\:tw-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .md\:tw-px-e20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:tw-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:tw-py-e32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 783px) {
  .md2\:tw-top-\[112px\] {
    top: 112px;
  }
}
@media (min-width: 981px) {
  .ml\:tw-top-e123 {
    top: 123px;
  }
  .ml\:tw-top-e90 {
    top: 90px;
  }
  .ml\:tw-col-start-1 {
    grid-column-start: 1;
  }
  .ml\:tw-col-end-4 {
    grid-column-end: 4;
  }
  .ml\:tw-block {
    display: block;
  }
  .ml\:tw-flex {
    display: flex;
  }
  .ml\:tw-max-w-\[103px\] {
    max-width: 103px;
  }
  .ml\:tw-max-w-e220 {
    max-width: 220px;
  }
  .ml\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ml\:tw-flex-row {
    flex-direction: row;
  }
  .ml\:tw-items-start {
    align-items: flex-start;
  }
  .ml\:tw-gap-e15 {
    gap: 15px;
  }
}
@media (min-width: 1024px) {
  .lg\:tw-max-w-e412 {
    max-width: 412px;
  }
  .lg\:tw-max-w-none {
    max-width: none;
  }
  .lg\:tw-gap-e95 {
    gap: 95px;
  }
}
@media (min-width: 1280px) {
  .xl\:-tw-translate-y-e52 {
    --tw-translate-y: -52px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:tw-translate-x-e60 {
    --tw-translate-x: 60px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1440px) {
  .\32xl\:tw-translate-x-e160 {
    --tw-translate-x: 160px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

