/*!
Theme Name: Frontage Labs
Theme URI: http://underscores.me/
Author: Bartlett Interactive
Author URI: https://bi.studio/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: frontagelabs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Frontage Labs is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-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;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #1E1E1E;
	font-family: "Open Sans";
	font-size: 18px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

p {
	font-size: 18px;
	margin-top: 0.3em;
	letter-spacing: 0.818px;
	line-height: 30px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

@font-face {
	font-family: 'Open Sans';
	src: url("assets/fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 600;
	src: url("assets/fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 700;
	src: url("assets/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 900;
	src: url("assets/fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
}

@font-face {
	font-family: 'Open Sans Condensed';
	src: url("assets/fonts/OpenSans/OpenSans_Condensed-Regular.ttf") format("truetype");
}

@font-face {
	font-family: 'Open Sans Condensed';
	font-weight: 600;
	src: url("assets/fonts/OpenSans/OpenSans_Condensed-SemiBold.ttf") format("truetype");
}

@font-face {
	font-family: "Foco";
	src: url("assets/fonts/Foco/hinted-FocoLight-Regular.eot");
	src: url("assets/fonts/Foco/hinted-FocoLight-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Foco/hinted-FocoLight-Regular.woff") format("woff"), url("assets/fonts/Foco/hinted-FocoLight-Regular.ttf") format("truetype"), url("assets/fonts/Foco/hinted-FocoLight-Regular.svg#FocoLight-Regular") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Foco";
	src: url("assets/fonts/Foco/hinted-Foco-Bold.eot");
	src: url("assets/fonts/Foco/hinted-Foco-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Foco/hinted-Foco-Bold.woff") format("woff"), url("assets/fonts/Foco/hinted-Foco-Bold.ttf") format("truetype"), url("assets/fonts/Foco/hinted-Foco-Bold.svg#Foco-Bold") format("svg");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Foco";
	src: url("assets/fonts/Foco/hinted-Foco-Regular.eot");
	src: url("assets/fonts/Foco/hinted-Foco-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Foco/hinted-Foco-Regular.woff") format("woff"), url("assets/fonts/Foco/hinted-Foco-Regular.ttf") format("truetype"), url("assets/fonts/Foco/hinted-Foco-Regular.svg#Foco-Regular") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Foco";
	src: url("assets/fonts/Foco/hinted-Foco-Italic.eot");
	src: url("assets/fonts/Foco/hinted-Foco-Italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Foco/hinted-Foco-Italic.woff") format("woff"), url("assets/fonts/Foco/hinted-Foco-Italic.ttf") format("truetype"), url("assets/fonts/Foco/hinted-Foco-Italic.svg#Foco-Italic") format("svg");
	font-weight: 400;
	font-style: italic;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	overflow-x: hidden;
}

html {
	overflow-x: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ul li li {
	list-style: circle;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #18AF9A;
}

a:visited {
	color: #18AF9A;
}

a:hover, a:focus, a:active {
	color: #1E1E1E;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button:not(#cboxClose, #js-navicon), a.button, .button,
input[type="button"],
input[type="reset"],
input[type="submit"], .input-wrapper {
	color: rgba(255, 255, 255, 0.8);
	border: none;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2.1px;
	min-width: 207px;
	padding: 7.25px 17px;
	padding-right: 20px;
	border-radius: 0px 18px 18px 0px;
	text-align: left;
	position: relative;
	background: url("assets/images/button-arrow.png") no-repeat calc(100% - 14px) center/auto, #003A70;
	padding-right: 40px;
	cursor: pointer;
	transition: all ease-in 0.1s;
}

button:hover, a.button:hover, .button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, .input-wrapper:hover {
	transition: none;
	background-color: #23B1A5;
}

button:active, a.button:active, .button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active, .input-wrapper:active {
	box-shadow: none;
	transform: none;
}

button.alt, a.button.alt, .button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt, .input-wrapper.alt {
	background: url("assets/images/arrow-outline.png") no-repeat calc(100% - 14px) center/auto, rgba(0, 0, 0, 0.52);
	border: 1px solid rgba(255, 255, 255, 0.8);
	font-weight: 700;
}

a.button {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
	display: inline-block;
}

a.button:hover {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

form {
	position: relative;
}

.wp-block-button a {
	color: rgba(255, 255, 255, 0.8);
	border: none;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2.1px;
	min-width: 207px;
	padding: 7.25px 17px;
	padding-right: 32px;
	border-radius: 0px 18px 18px 0px;
	text-align: left;
	position: relative;
	background: url("assets/images/button-arrow.png") no-repeat calc(100% - 14px) center/auto, #003A70;
	cursor: pointer;
	transition: all ease-in 0.1s;
}

.wp-block-button a:hover {
	background-color: #3bbfad;
	text-decoration: none;
}

a.nostyle {
	text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	display: block;
	width: 100%;
	font-size: 1em;
	color: #495057;
	border: 1px solid #adb5bd;
	border-radius: 0.5em;
	padding: 0.7em 0.75em;
	margin: 0.5em 0 1em;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #495057;
	border-color: #adb5bd;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

select:not(.country_selection) {
	display: block;
	width: 100%;
	font-size: 1em;
	color: #495057;
	padding: 0.7em 0.75em;
	margin: 0.5em 0 1em;
	background: #FFF;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+CiAgICA8cGF0aCBmaWxsPSdub25lJyBzdHJva2U9JyM3Yjc5NzknIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgc3Ryb2tlLXdpZHRoPScyJyBkPSdtMiA1IDYgNiA2LTYnLz4KPC9zdmc+);
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 2px solid #adb5bd;
	border-radius: 0.5em;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	appearance: none;
}

select:not(.country_selection):focus {
	border-color: #adb5bd;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

[type="checkbox"],
[type="radio"] {
	width: 1em;
	height: 1em;
	font-size: 1em;
	margin-top: .3em;
	margin-right: .5em;
	vertical-align: top;
}

[type="radio"] {
	border-radius: 50%;
}

label {
	display: inline-block;
	font-size: 1em;
}

fieldset label {
	font-size: .875em;
	color: #555555;
}

::placeholder {
	font-size: 1em;
	color: #adb5bd;
	font-style: italic;
}

/* Utility
--------------------------------------------- */
.rounded {
	border-radius: 1em;
}

.border-0 {
	border: 0;
}

.border-top {
	border-top: 1px solid #ced4da;
}

.border-bottom {
	border-bottom: 1px solid #ced4da;
}

.text-gray-600 {
	color: #6c757d;
}

.text-gray-700 {
	color: #495057 !important;
}

.text-primary {
	color: #003d70;
}

.text-secondary {
	color: #3BBFAD;
}

.d-flex {
	display: flex;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-end {
	justify-content: flex-end;
}

.align-items-center {
	align-items: center;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.has-global-padding {
	padding-right: 1.875em;
	padding-left: 1.875em;
}

@media all and (min-width: 1200px) {
	.has-global-padding {
		padding-right: 0;
		padding-left: 0;
	}
}

.is-layout-constrained {
	max-width: 1203px;
	margin-left: auto;
	margin-right: auto;
}

.is-layout-narrow {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.width-small {
	width: 100%;
	padding: 0px 20px;
	max-width: 834px;
	margin: 0 auto;
}

.width-medium {
	width: 100%;
	padding: 0px 20px;
	max-width: 1243px;
	margin: 0 auto;
}

.width-large {
	width: 100%;
	padding: 0px 20px;
	max-width: 1485px;
	margin: 0 auto;
}

.partial-background {
	background: linear-gradient(0deg, #fff 0%, #fff 221px, #E7F1F5 221px, #E7F1F5 100%);
}

.list-unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}

.my-0 {
	margin-top: 0;
	margin-bottom: 0;
}

.my-1 {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}

.my-2 {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

.mt-1 {
	margin-top: 0.625em;
}

.mt-2 {
	margin-top: 1.25em;
}

.mt-3 {
	margin-top: 2.5em;
}

.mr-2 {
	margin-right: 1.25em;
}

.mb-1 {
	margin-bottom: 0.625em;
}

.mb-2 {
	margin-bottom: 1.25em;
}

.mb-3 {
	margin-bottom: 2.5em;
}

.mb-4 {
	margin-bottom: 3.75em;
}

.p-0 {
	padding: 0;
}

.py-2 {
	padding-top: 1.25em;
	padding-bottom: 1.25em;
}

.pt-1 {
	padding-top: 0.625em;
}

.pt-2 {
	padding-top: 1.25em;
}

.pt-3 {
	padding-top: 2.5em;
}

.pb-2 {
	padding-bottom: 1.25em;
}

.pl-1 {
	padding-left: 0.625em;
}

.pl-2 {
	padding-left: 1.25em;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fw-400 {
	font-weight: 400;
}

.fw-600 {
	font-weight: 600;
}

.fts-italic {
	font-style: italic;
}

.text-center {
	text-align: center;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-decoration-none {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #1E1E1E;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Loading Spinner
--------------------------------------------- */
.lds-wrapper {
	width: 100%;
	height: 114%;
	display: flex;
	position: absolute;
	top: -120px;
	padding-top: 70px;
	left: 0;
	justify-content: center;
	cursor: wait;
}

.lds-wrapper.hidden {
	display: none;
}

.lds-default {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-default div {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #23B1A5;
	border-radius: 50%;
	animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
	animation-delay: 0s;
	top: 37px;
	left: 66px;
}

.lds-default div:nth-child(2) {
	animation-delay: -.1s;
	top: 22px;
	left: 62px;
}

.lds-default div:nth-child(3) {
	animation-delay: -.2s;
	top: 11px;
	left: 52px;
}

.lds-default div:nth-child(4) {
	animation-delay: -.3s;
	top: 7px;
	left: 37px;
}

.lds-default div:nth-child(5) {
	animation-delay: -.4s;
	top: 11px;
	left: 22px;
}

.lds-default div:nth-child(6) {
	animation-delay: -.5s;
	top: 22px;
	left: 11px;
}

.lds-default div:nth-child(7) {
	animation-delay: -.6s;
	top: 37px;
	left: 7px;
}

.lds-default div:nth-child(8) {
	animation-delay: -.7s;
	top: 52px;
	left: 11px;
}

.lds-default div:nth-child(9) {
	animation-delay: -.8s;
	top: 62px;
	left: 22px;
}

.lds-default div:nth-child(10) {
	animation-delay: -.9s;
	top: 66px;
	left: 37px;
}

.lds-default div:nth-child(11) {
	animation-delay: -1s;
	top: 62px;
	left: 52px;
}

.lds-default div:nth-child(12) {
	animation-delay: -1.1s;
	top: 52px;
	left: 62px;
}

@keyframes lds-default {
	0% {
		transform: scale(1);
	}
	20% {
		transform: scale(1);
	}
	80% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.5);
	}
}

/* Mega Menu 
--------------------------------------------- */
.services-mega-menu-wrapper {
	display: none;
	position: absolute;
	left: -400px;
	z-index: 1000;
	background-color: transparent;
}

.services-mega-menu-wrapper.toggled {
	display: flex;
	flex-direction: row;
}

.services-mega-menu-wrapper.toggled .services-mega-menu {
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: row;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-top-level {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 342px;
	background: #fff;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-top-level .services-top-level-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-top-level .services-top-level-item.toggled {
	background-color: #F8F8F8;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-top-level .services-top-level-item.toggled > a > p {
	color: #18B2A0;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-top-level .services-top-level-item a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 80px;
	gap: 20px;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-top-level .services-top-level-item a:hover {
	background-color: #F8F8F8;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-top-level .services-top-level-item a:hover p {
	color: #18B2A0;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-top-level .services-top-level-item a:hover span svg {
	fill: #18B2A0;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-top-level .services-top-level-item a img {
	height: 40px;
	width: auto;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-top-level .services-top-level-item a p {
	color: #173D6E;
	font-family: "Open Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	/* 185.714% */
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 200px;
	white-space: wrap;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-top-level .services-top-level-item a span {
	position: relative;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-top-level .services-top-level-item a span svg {
	position: relative;
	top: -5px;
	height: 14px;
	width: auto;
	fill: #173D6E;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 819px;
	background: #fff;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-child-level {
	display: none;
	width: 273px;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-child-level.toggled {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #F8F8F8;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-child-level.toggled .services-child-level-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px 40px 0px 68px;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-child-level.toggled .services-child-level-item.toggled > a > p {
	color: #18B2A0;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-child-level.toggled .services-child-level-item > a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #ddd;
	flex-basis: 48px;
	flex-grow: 1;
	flex-shrink: 0;
	height: 100%;
	padding: 20px 0;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-child-level.toggled .services-child-level-item > a p {
	color: #656565;
	font-family: "Open Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	line-height: 18px;
	/* 316.667% */
	white-space: wrap;
	margin: 0;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-child-level.toggled .services-child-level-item > a span.has-children {
	position: relative;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-child-level.toggled .services-child-level-item > a span.has-children::after {
	content: url("assets/images/arrow-green.svg");
	padding-left: 8px;
	position: relative;
	top: -4px;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-child-level.toggled .services-child-level-item > a span svg {
	display: flex;
	flex-direction: column;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-child-level.toggled .services-child-level-item > a:hover p {
	color: #18B2A0;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-grandchild-level {
	display: none;
	width: 273px;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-grandchild-level.toggled {
	display: flex;
	flex-direction: column;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-grandchild-level .services-grandchild-level-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px 40px 0px 68px;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-grandchild-level .services-grandchild-level-item.toggled > a > p {
	color: #18B2A0;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-grandchild-level .services-grandchild-level-item a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #ddd;
	flex-basis: 48px;
	height: 100%;
	padding: 10px 0;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-grandchild-level .services-grandchild-level-item a:hover p {
	color: #18B2A0;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-grandchild-level .services-grandchild-level-item a span.has-children {
	position: relative;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-grandchild-level .services-grandchild-level-item a span.has-children::after {
	content: url("assets/images/arrow-green.svg");
	padding-left: 8px;
	position: relative;
	top: -4px;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-grandchild-level .services-grandchild-level-item a p {
	color: #656565;
	font-family: "Open Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	/* 183.333% */
	white-space: wrap;
	margin: 0;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-great-grandchild-level {
	display: none;
	width: 273px;
	background-color: #F8F8F8;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-great-grandchild-level.toggled {
	display: flex;
	flex-direction: column;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-great-grandchild-level .services-great-grandchild-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px 68px 0px 40px;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-great-grandchild-level .services-great-grandchild-item a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border-bottom: 1px solid #ddd;
	flex-basis: 48px;
	height: 100%;
	padding: 10px 0;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-great-grandchild-level .services-great-grandchild-item a:hover p {
	color: #18B2A0;
}

.services-mega-menu-wrapper.toggled .services-mega-menu .services-children-wrapper .services-great-grandchild-level .services-great-grandchild-item a p {
	color: #656565;
	font-family: "Open Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	/* 183.333% */
	white-space: wrap;
	margin: 0;
}

@media screen and (max-width: 1439px) {
	.services-mega-menu-wrapper {
		left: -480px;
	}
}

@media screen and (max-width: 1439px) {
	.services-mega-menu-wrapper {
		left: -326px;
	}
	.services-mega-menu-wrapper.toggled .services-mega-menu .services-top-level {
		width: 282px;
	}
}

@media screen and (max-width: 1400px) {
	.services-mega-menu-wrapper {
		left: -370px;
	}
}

@media screen and (max-width: 1300px) {
	.services-mega-menu-wrapper {
		left: -278px;
	}
}

@media screen and (max-width: 1254px) {
	.services-mega-menu-wrapper {
		left: -308px;
	}
}

@media screen and (max-width: 1100px) {
	.services-mega-menu-wrapper {
		left: -250px;
	}
}

/* Colorbox
--------------------------------------------- */
#cboxOverlay {
	background: #333333;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
}

#colorbox {
	overflow: visible !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

#colorbox:focus {
	outline: none;
}

#cboxContent {
	background: #fff;
	box-shadow: 0 0 rem(10px) rgba(0, 0, 0, 0.7);
	position: relative;
}

#cboxLoadedContent {
	background: #fff;
	box-sizing: content-box;
	padding: 10px;
	position: relative;
	z-index: 10;
}

.cboxIframe {
	height: 100%;
	width: 100%;
}

#cboxClose {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPJxAACDbAAAg7sAANTIAAAx7AAAGbyeiMU/AAAG7ElEQVR42mJkwA8YoZjBwcGB6fPnz4w/fvxg/PnzJ2N6ejoLFxcX47Rp036B5Dk4OP7z8vL+P3DgwD+o3v9QjBUABBALHguZoJhZXV2dVUNDgxNIcwEtZnn27Nl/ZmZmQRYWFmag5c90dHQY5OXl/z98+PDn1atXv79+/foPUN9fIP4HxRgOAAggRhyWMoOwqKgoq6GhIZe3t7eYrq6uHBDb8/Pz27Gysloga/jz588FYGicPn/+/OapU6deOnXq1GdgqPwCOuA31AF/0S0HCCB0xAQNBU4FBQWB0NBQublz59oADV37Hw28ePHi74MHD/6ii3/8+HEFMGQUgQ6WEhQU5AeZBTWTCdkigABC9ylIAZeMjIxQTEyMysaNG/3+/v37AGTgr1+//s2cOfOXm5vbN6Caz8jY1NT0a29v76/v37//g6q9sHfv3khjY2M5YAgJgsyEmg0PYYAAQreUk4+PT8jd3V1l1apVgUAzfoIM2rlz5x9gHH5BtxAdA9PB1zNnzvyB+R6oLxoopgC1nBPZcoAAgiFQnLIDMb+enp5iV1eXBzDeHoI0z58//xcwIX0mZCkMg9S2trb+hFk+ffr0QCkpKVmQ2VA7QHYxAgQQzLesQMwjIiIilZWVZfPu3bstMJ+SYikyBmUzkBnA9HEMyNcCYgmQHVC7mAACCJagOEBBbGdnp7lgwYJEkIavX7/+BcY1SvAaGRl9tba2xohjMTGxL8nJyT+AWQsuxsbG9vnp06e/QWYdPHiwHmiWKlBcCGQXyNcAAQSzmBuoSQqYim3u37+/EKR48uTJv5ANB+bVr7Dga2xs/AkTV1JS+gq0AJyoQIkPWU9aWtoPkPibN2/2A/l6QCwJ9TULQADB4hcY//xKXl5eHt++fbsAUmxhYYHiM1DiAsr9R7ZcVVUVbikIdHd3/0TWIyws/AWYVsByAgICdkAxRSAWAGI2gACClV7C4uLiOv7+/lEgRZ8+ffqLLd6ABck3ZMuB6uCWrlu37je29HDx4kVwQisvL88FFqkaQDERUHADBBAomBl5eHiYgQmLE1hSgQQZgIUD1lJm69atf4HR8R1YKoH5QIPAWWP9+vV/gOI/gHkeQw+wGAXTwAJJ5t+/f/BUDRBA4NIEKMDMyMjICtQIiniG379/4yza7t69+//Lly8oDrty5co/bJaCAEwcZCkwwTJDLWYCCCCwxcDgY3z16hXDnTt3voP4EhISWA0BFgZMwNqHExh3jMiG1tbWsgHjnA2bHmAeBtdWwOL1MycnJ7wAAQggBmi+kgIW/OaKiorJwOLuFShO0LMSMPF9AUYBSpz6+vqixHlOTs4P9MIEWHaDsxSwYMoE2mEGFJcG5SKAAGJCqjv/AbPUn8ePH98ACQQHB6NUmZqamkzABIgSp5s3bwbHORCA1QDLAWZkPc7OzszA8oHl5cuXVy5duvQBGIXwWgoggGA+FgO6xkBNTS28r69vDrT2+Y1cIMDyJchX6KkXVEmAshd6KB06dAic94EO3AzkBwGxPhCLg8ptgACCZyeQp9jZ2b2AmsuAefM8tnxJCk5ISPgOLTKfAdNEOVDMA2QHLDsBBBC8AAFlbmCLwlZISCg5JSVlJizeQAaQaimoWAUFK0g/sGGwHiiWCMS2yAUIQAAxI7c4gEmeFZi4OJ48ecLMzc39CRiEmgEBASxA/QzA8vYvAxEgNjaWZc2aNezAsprp2LFjp4FpZRdQ+AkQvwLij0AMSoC/AQIIXklAC3AVUBoBxmE8sPXQAiyvN8J8fuPGjR/h4eHf0eMdhkENhOPHj8OT+NGjR88BxZuBOA5kJtRseCUBEECMSI0AdmgBDooDaaDl8sASTSkyMlKzpqZGU1paGlS7MABLrX83b978A6zwwakTmE0YgIkSnHpBfGCV+gxYh98qKSk5CeTeAxVeQPwUiN8AMSjxgdLNX4AAYkRqCLBAXcMHtVwSaLkMMMHJAvOq9IQJE9R8fHxElJWV1bEF8aNHj+7t27fvLTDlXwXGLyhoH0OD+DnU0k/QYAa1QP8BBBAjWsuSFWo5LzRYxKFYAljqiAHzqxCwIBEwMTERBdZeoOYMA7Bl+RFYEbwB5oS3IA9D4/IFEL+E4nfQ6IDFLTgvAwQQI5ZmLRtSsINSuyA0uwlBUyQPMPWD20/AKo8ByP4DTJTfgRgUjB+gFoEc8R6amGDB+wu5mQsQQIxYmrdMUJ+zQTM6NzQEeKGO4UJqOzFADQMZ/A1qCSzBfQXi71ALfyM17sEAIIAY8fQiWKAYFgIwzIbWTv4HjbdfUAf8RPLhH1icojfoAQKIEU8bG9kRyF0aRiz6YP0k5C4LsmUY9TtAADEyEA+IVfufGEUAAQYABejinPr4dLEAAAAASUVORK5CYII=) no-repeat;
	border: none;
	color: theme-color("gray");
	cursor: pointer;
	height: 30px;
	padding: 0 10px;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 9999;
	width: 30px;
}

#cboxClose:hover {
	color: theme-color("primary");
	opacity: .8;
}

/* Disclosure
--------------------------------------------- */
.disclosure_popup,
.disclosure_disclaimer,
.disclosure_disclaimer_US {
	padding: 20px;
	border-radius: 10px;
}

.disclosure_disclaimer p,
.disclosure_disclaimer b,
.disclosure_disclaimer_US p,
.disclosure_disclaimer b {
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 10px !important;
}

.disclaimer_buttons {
	display: flex;
	justify-content: center;
	align-items: center;
}

.disclaimer_buttons button {
	display: inline-block;
	margin: 0 10px;
}

.page-template-tmpl-disclosure .investor-page div:has(> .wp-block-table), .parent-pageid-1595 .investor-page div:has(> .wp-block-table), .page-id-1595 .investor-page div:has(> .wp-block-table) {
	display: flex;
	justify-content: center;
}

.page-template-tmpl-disclosure .investor-page .wp-block-columns, .parent-pageid-1595 .investor-page .wp-block-columns, .page-id-1595 .investor-page .wp-block-columns {
	justify-content: center;
}

.page-template-tmpl-disclosure .investor-page .wp-block-columns > .wp-block-column, .parent-pageid-1595 .investor-page .wp-block-columns > .wp-block-column, .page-id-1595 .investor-page .wp-block-columns > .wp-block-column {
	max-width: 1250px;
	margin: 0 12px;
}

.page-template-tmpl-disclosure .investor-page .wp-block-table tr > td:first-of-type, .parent-pageid-1595 .investor-page .wp-block-table tr > td:first-of-type, .page-id-1595 .investor-page .wp-block-table tr > td:first-of-type {
	width: 124px;
}

@media screen and (max-width: 600px) {
	.page-template-tmpl-disclosure .investor-page .wp-block-table, .parent-pageid-1595 .investor-page .wp-block-table, .page-id-1595 .investor-page .wp-block-table {
		padding: 0 12px;
	}
}

/* Disclosure
--------------------------------------------- */
.wp-lightbox-container button.lightbox-trigger {
	display: none;
}

.wp-lightbox-overlay button.close-button {
	display: none;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* Blocks
--------------------------------------------- */
.frontage-main-slider {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 720px;
}

.frontage-main-slider .single-slide {
	display: flex;
	height: 720px;
}

.frontage-main-slider .single-slide .slider-content {
	color: #fff;
	max-width: 1440px;
	width: 100%;
	padding: 75px 143px 334px;
	margin: 0 auto;
}

.frontage-main-slider .single-slide .slider-content .slider-content-wrapper {
	max-width: 700px;
	width: 100%;
}

.frontage-main-slider .single-slide .slider-content h1 {
	font-size: 50px;
	font-weight: 400;
}

.frontage-main-slider .single-slide .slider-content p {
	font-size: 24px;
	font-weight: 600;
}

.frontage-main-slider .single-slide .slider-content a {
	color: #fff;
	text-decoration: none;
}

.frontage-main-slider .single-slide .slider-content a:hover {
	text-decoration: underline;
}

.frontage-main-slider .single-slide.hide {
	display: none;
}

.frontage-main-slider .slider-control {
	position: absolute;
	bottom: 66px;
	display: flex;
	width: 100%;
	color: #fff;
	font-size: 18px;
}

.frontage-main-slider .slider-control .slider-control-wrapper {
	width: 100%;
	display: flex;
	max-width: 1440px;
	margin: 0 auto;
}

.frontage-main-slider .slider-control .slider-control-wrapper .slider-control-inner-wrapper {
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	padding-left: 143px;
	justify-content: space-between;
	position: relative;
}

.frontage-main-slider .slider-control .slider-control-wrapper .slider-control-inner-wrapper .single-slide-button {
	max-width: 235px;
	padding: 13px;
	font-weight: 700;
	letter-spacing: 0.82px;
	margin-right: 60px;
	cursor: pointer;
	position: relative;
}

.frontage-main-slider .slider-control .slider-control-wrapper .slider-control-inner-wrapper .single-slide-button.active::after {
	content: '';
	width: 100%;
	height: 11px;
	background: #1CFADB;
	display: block;
	position: absolute;
	top: 0;
	max-width: 210px;
}

.frontage-main-slider .slider-control .slider-control-wrapper .slider-control-inner-wrapper:before {
	content: '';
	height: 100%;
	width: 9000px;
	position: absolute;
	left: -9000px;
	background: rgba(0, 0, 0, 0.4);
}

.frontage-main-slider .slider-control:before {
	height: 115px;
	width: 100%;
}

@media screen and (max-width: 990px) {
	.frontage-main-slider .slider-control .slider-control-wrapper .slider-control-inner-wrapper {
		padding-left: 50px;
	}
}

@media screen and (max-width: 872px) {
	.frontage-main-slider {
		height: 474px;
	}
	.frontage-main-slider .single-slide {
		display: flex;
		height: 474px;
	}
	.frontage-main-slider .single-slide .slider-content {
		padding: 28px 50px 150px;
	}
	.frontage-main-slider .single-slide .slider-content .slider-content-wrapper {
		max-width: 354px;
	}
	.frontage-main-slider .single-slide .slider-content h1 {
		font-size: 24px;
	}
	.frontage-main-slider .single-slide .slider-content p {
		font-size: 16px;
	}
	.frontage-main-slider .slider-control {
		overflow: hidden;
		bottom: 46px;
	}
	.frontage-main-slider .slider-control .slider-control-wrapper {
		overflow-y: auto;
	}
	.frontage-main-slider .slider-control .slider-control-wrapper .slider-control-inner-wrapper {
		padding-left: 0px;
	}
	.frontage-main-slider .slider-control .slider-control-wrapper .slider-control-inner-wrapper .single-slide-button {
		margin-right: 41px;
		padding: 30px 3px;
		min-width: 143px;
	}
	.frontage-main-slider .slider-control .slider-control-wrapper .slider-control-inner-wrapper .single-slide-button p {
		font-size: 10px;
	}
	.frontage-main-slider .slider-control .slider-control-wrapper .slider-control-inner-wrapper .single-slide-button.active::after {
		max-width: 143px;
	}
	.frontage-main-slider .slider-control .slider-control-wrapper .slider-control-inner-wrapper .single-slide-button:first-of-type {
		padding-left: 50px;
		min-width: 217px;
	}
}

.frontage-services-top-level {
	width: 100%;
	max-width: 958px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	padding: 60px 20px;
}

.frontage-services-top-level a.single-service-top {
	display: flex;
	text-decoration: none;
	column-gap: 62px;
	margin-bottom: 54px;
}

.frontage-services-top-level a.single-service-top:nth-child(even) {
	flex-direction: row-reverse;
}

@media screen and (max-width: 600px) {
	.frontage-services-top-level a.single-service-top {
		column-gap: 32px;
	}
}

.frontage-services-top-level a.single-service-top .service-top-info {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	max-width: 624px;
	width: 100%;
}

.frontage-services-top-level a.single-service-top .service-top-info .service-top-icon {
	justify-content: center;
	display: flex;
	align-items: center;
}

.frontage-services-top-level a.single-service-top .service-top-info h3 {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #1D1D1D;
	font-weight: 600;
	margin-bottom: 6px;
	margin-top: 11px;
	letter-spacing: 1.3px;
	position: relative;
	display: flex;
}

.frontage-services-top-level a.single-service-top .service-top-info h3::after {
	content: '';
	display: flex;
	position: absolute;
	width: 9px;
	height: 16px;
	top: 13px;
	right: -22px;
}

@media screen and (max-width: 500px) {
	.frontage-services-top-level a.single-service-top .service-top-info h3 {
		font-size: 24px;
	}
}

.frontage-services-top-level a.single-service-top .service-top-info p {
	padding: 0px;
	margin: 0px;
	color: #717575;
	max-width: 619px;
	letter-spacing: 0.91px;
	width: 100%;
	font-size: 20px;
}

@media screen and (max-width: 500px) {
	.frontage-services-top-level a.single-service-top .service-top-info p {
		font-size: 14px;
	}
}

.frontage-services-top-level a.single-service-top:hover h3 {
	color: #18AF9A;
}

.frontage-services-top-level a.single-service-top:hover h3:after {
	filter: brightness(0%) invert(47%) sepia(87%) saturate(411%) hue-rotate(122deg) brightness(101%) contrast(89%);
}

.frontage-services-top-level a.single-service-top:hover .service-top-icon img {
	filter: brightness(0%) invert(86%) sepia(97%) saturate(181%) hue-rotate(91deg) brightness(86%) contrast(92%);
}

.frontage-services-sub-level {
	width: 100%;
	max-width: 1203px;
	margin: 0 auto;
	display: flex;
	padding: 0px 0px 54px;
}

@media screen and (max-width: 500px) {
	.frontage-services-sub-level {
		flex-direction: column;
		align-items: center;
	}
}

.frontage-services-sub-level .frontage-services-sub-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap: 29px;
	row-gap: 50px;
	width: 100%;
}

@media screen and (max-width: 500px) {
	.frontage-services-sub-level .frontage-services-sub-list {
		flex-direction: column;
		align-items: center;
	}
}

a.card-small {
	width: 100%;
	max-width: 250px;
	border: 2px solid #E0DFDF;
	border-radius: 10px;
	height: 267px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

a.card-small .card-image {
	position: relative;
	overflow: hidden;
	display: flex;
}

a.card-small .card-image img {
	width: 100%;
	height: 109px;
	object-fit: cover;
}

a.card-small .card-content {
	padding: 25px 11px 25px 14px;
}

a.card-small .card-content h5 {
	font-size: 15px;
	font-weight: 600;
	margin: 0px 0px 11px;
	color: #3D3D3D;
}

a.card-small .card-content p {
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 6px;
	color: #717575;
}

a.card-small:hover .card-content h5 {
	text-decoration: underline;
}

a.card-small:hover .card-image img {
	transform: scale(1.1);
	transition: all 0.6s ease-in;
	transform-origin: center center;
}

.services-sidebar {
	width: 100%;
	max-width: 280px;
	margin-right: 78px;
	margin-top: 40px;
}

.services-sidebar .service-sidebar-mobile-anchor {
	display: none;
	color: #656565;
	font-family: "Open Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
	border-left: 13px solid #20BAA5;
	border-top: 1px solid #A3A0A0;
}

.services-sidebar .service-sidebar-mobile-anchor span {
	transform: rotate(270deg);
	transition: all 0.4s ease-in-out;
	margin-right: 14px;
}

.services-sidebar .service-sidebar-mobile-anchor span.active {
	transform: rotate(360deg);
}

.services-sidebar a {
	color: #656565;
	font-weight: 600;
	text-decoration: none;
	font-size: 16px;
	width: 100%;
	padding-right: 10px;
	margin-right: 20px;
}

.services-sidebar a:hover {
	color: #20AB98;
}

.services-sidebar .service-sidebar-top {
	padding: 16px 10px;
	border-top: 1px solid #A3A0A0;
	position: relative;
	display: flex;
	flex-direction: column;
}

.services-sidebar .service-sidebar-top .service-top-link {
	display: flex;
	width: 100%;
}

.services-sidebar .service-sidebar-top .service-top-link .service-top-icon {
	cursor: pointer;
	background: none;
	width: 22px;
}

.services-sidebar .service-sidebar-top .service-top-link .service-top-icon:hover {
	filter: brightness(0) invert(83%) sepia(50%) saturate(7303%) hue-rotate(131deg) brightness(90%) contrast(75%);
}

.services-sidebar .service-sidebar-top .service-top-link.open a {
	color: #20AB98;
}

.services-sidebar .service-sidebar-top .service-top-link.open .service-top-icon {
	background: center center/contain no-repeat url("assets/images/green-arrow.svg");
}

.services-sidebar .service-sidebar-top.has-submenu .service-top-link .service-top-icon {
	background: center center/contain no-repeat url(assets/images/plus-icon.svg);
}

.services-sidebar .service-sidebar-top.has-submenu .service-top-link.open .service-top-icon {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHN0cm9rZS13aWR0aD0iMS41IiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxwYXRoIGQ9Im00LjgyMiA3Ljc0MSA1LjI2MiA1LjI2MiA1LjI2My01LjI2MiIgc3R5bGU9InN0cm9rZTojZmZmO3N0cm9rZS13aWR0aDoxLjMxNTYxMDA1O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZCIvPjwvc3ZnPg==);
	background-color: #3BBFAD;
	border-radius: 62px;
	width: 22px;
	height: 18px;
	margin-top: 2px;
}

.services-sidebar .service-sidebar-top.has-submenu .service-top-link.open .service-top-icon:hover {
	filter: none;
}

.services-sidebar .service-sidebar-sub {
	display: none;
}

.services-sidebar .service-sidebar-sub a {
	width: 100%;
	display: block;
	text-decoration: none;
}

.services-sidebar .service-sidebar-sub .service-sidebar-second-level {
	display: flex;
	margin-top: 24px;
	flex-direction: column;
	padding-left: 10px;
}

.services-sidebar .service-sidebar-sub .service-sidebar-second-level .service-sub-link {
	display: flex;
	align-items: center;
}

.services-sidebar .service-sidebar-sub .service-sidebar-second-level .service-second-level-icon {
	cursor: pointer;
	background: none;
	transform: rotate(-90deg);
	transform-origin: center center;
	width: 13px;
	height: 13px;
	margin-right: 10px;
	transition: all 0.2s ease-out;
}

.services-sidebar .service-sidebar-sub .service-sidebar-second-level .sub-wrapper {
	display: none;
	margin-top: 29px;
}

.services-sidebar .service-sidebar-sub .service-sidebar-second-level .sub-wrapper a {
	font-size: 14px;
	padding-left: 36px;
	position: relative;
	margin-bottom: 18px;
	font-weight: 400;
}

.services-sidebar .service-sidebar-sub .service-sidebar-second-level .sub-wrapper a::before {
	content: '';
	width: 9px;
	height: 2px;
	background: center center/contain no-repeat url(assets/images/line.svg);
	position: absolute;
	top: 10px;
	left: 18px;
}

.services-sidebar .service-sidebar-sub .service-sidebar-second-level.has-submenu .service-second-level-icon {
	background: center center/contain no-repeat url(assets/images/caret.svg);
}

.services-sidebar .service-sidebar-sub .service-sidebar-second-level.submenu-open .service-second-level-icon {
	transform: rotate(0deg);
}

.services-sidebar .service-sidebar-sub .service-sidebar-second-level.submenu-open .sub-wrapper a {
	font-weight: 600;
}

.services-sidebar .service-sidebar-sub .service-sidebar-second-level.submenu-open .service-sub-link a {
	color: #20AB98;
}

.services-sidebar a.subsubmenu-open {
	color: #20AB98;
}

.with-sidebar {
	max-width: 1203px;
	margin: 0 auto;
}

.with-sidebar > .wp-block-column:nth-child(1) {
	width: auto;
	flex-basis: initial;
	flex-grow: initial;
}

@media screen and (max-width: 600px) {
	.with-sidebar {
		padding: 0 20px;
	}
}

@media screen and (max-width: 500px) {
	.services-sidebar {
		margin-right: 0px;
		max-width: 330px;
		align-items: flex-end;
		margin-bottom: 32px;
		margin-top: 0;
	}
	.services-sidebar .service-sidebar-mobile-anchor {
		display: flex;
		padding-left: 20px;
		justify-content: space-between;
	}
	.services-sidebar .service-sidebar-menu-container {
		display: flex;
		flex-direction: column;
		display: none;
		margin-left: 30px;
	}
	.services-sidebar .service-sidebar-menu-container .service-top-link a, .services-sidebar .service-sidebar-menu-container .service-sub-link a {
		font-size: 12px;
	}
}

.frontage-call-to-action {
	display: flex;
	width: 100%;
	padding: 30px 134px 84px;
	justify-content: center;
}

.frontage-call-to-action .call-to-action-wrapper {
	width: 100%;
	max-width: 1440px;
	display: flex;
	justify-content: flex-start;
}

.frontage-call-to-action .call-to-action-wrapper .call-to-action-content {
	width: 100%;
	max-width: 609px;
	color: #fff;
}

.frontage-call-to-action .call-to-action-wrapper .call-to-action-content h3 {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.98px;
	line-height: 50px;
}

.frontage-call-to-action .call-to-action-wrapper .call-to-action-content p {
	letter-spacing: 0.37px;
	font-size: 24px;
	font-weight: 600;
}

.frontage-call-to-action .call-to-action-wrapper .call-to-action-content .button {
	margin-top: 14px;
}

@media screen and (max-width: 600px) {
	.frontage-call-to-action {
		padding: 16px;
	}
	.frontage-call-to-action .call-to-action-wrapper .call-to-action-content h3 {
		font-size: 24px;
		line-height: 40px;
	}
	.frontage-call-to-action .call-to-action-wrapper .call-to-action-content p {
		font-size: 16px;
		line-height: 24px;
	}
}

#layout-toggle,
.filter-toggle {
	cursor: pointer;
}

/* Filters */
.search-filtered .filter-toggle {
	color: #3BBFAD;
}

.search-filtered fieldset {
	transition: all 0.2s linear;
}

.search-filtered .filter-closed .filter-toggle {
	color: #919191;
}

.search-filtered .filter-closed fieldset {
	height: 0;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	overflow: hidden;
	transition: all 0.2s linear;
}

.search-filtered #service-checkboxes label {
	max-width: 212px;
}

.filter-toggle {
	position: relative;
}

.filter-toggle::after {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 5px;
	right: 22px;
	width: 22px;
	height: 20px;
	border-radius: 10px;
	color: #fff;
	border: 2px solid #3BBFAD;
	content: '';
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHN0cm9rZS13aWR0aD0iMS41IiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxwYXRoIGQ9Im00LjgyMiA3Ljc0MSA1LjI2MiA1LjI2MiA1LjI2My01LjI2MiIgc3R5bGU9InN0cm9rZTojZmZmO3N0cm9rZS13aWR0aDoxLjMxNTYxMDA1O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZCIvPjwvc3ZnPg==);
	background-color: #3BBFAD;
}

.filter-closed .filter-toggle::after {
	content: '+';
	color: #919191;
	background-color: transparent;
	border: 2px solid #919191;
}

/* Results */
#search-results {
	margin-bottom: 3.125em;
}

.search-results:not(.search-layout-list) {
	gap: 1.25em 1.25em;
	flex-flow: wrap;
}

.search-results:not(.search-layout-list) .search-result {
	flex-basis: 100%;
	border: 1px solid #ced4da;
	border-bottom: 11px solid #003d70;
	border-radius: .5em;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

@media all and (min-width: 768px) {
	.search-results:not(.search-layout-list) .search-result {
		flex-basis: calc((100% - 1.25em) / 2);
	}
}

@media all and (min-width: 1200px) {
	.search-results:not(.search-layout-list) .search-result {
		flex-basis: calc((100% - 2.5em) / 3);
	}
}

.search-results:not(.search-layout-list) .search-result img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	max-height: 136px;
	min-height: 136px;
}

.search-results:not(.search-layout-list) .teaser-wrapper {
	padding: 1em 1.25em;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.search-results:not(.search-layout-list) .teaser-wrapper p:last-of-type {
	margin-top: auto;
	margin-bottom: 0px;
}

.search-results:not(.search-layout-list) .teaser-wrapper h4 a:hover {
	color: #16AB97 !important;
}

.search-results:not(.search-layout-list) .news-excerpt {
	display: none;
}

.search-results .teaser-wrapper {
	display: flex;
	flex-direction: column;
}

.search-results.resource-results .search-result:not(.search-layout-list) .resource-type {
	color: #5E5E5E;
	font-family: "Open Sans";
	font-size: 13.54px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.333px;
	text-transform: uppercase;
	padding-top: 0px;
}

.search-results.resource-results .search-result:not(.search-layout-list) h4 {
	color: #3F3F3F;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: 0.444px;
	margin: 0;
	word-wrap: break-word;
}

.search-results.resource-results .search-result:not(.search-layout-list) p.excerpt {
	color: #3F3F3F;
	font-family: "Open Sans";
	font-size: 12px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.333px;
	padding-top: 20px;
	margin: 0;
}

.search-results.resource-results .search-result:not(.search-layout-list) .read-more {
	color: #242424;
	font-family: "Open Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	padding-bottom: 24px;
	margin: 0;
}

.search-results.resource-results .search-result:not(.search-layout-list) .read-more:hover {
	color: #16AB97;
}

.search-result .text-gray-700 {
	color: #3F3F3F !important;
}

.search-result h4 {
	clear: none;
}

.search-result .resource-type {
	color: #3f3f3f;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-size: 12px !important;
}

.search-result .resource-type .card-type {
	margin-bottom: 7px;
	color: #5e5e5e;
}

.search-layout-list {
	border-top: 1px solid #ced4da;
	flex-direction: column;
}

.search-layout-list .search-result {
	clear: both;
	padding: 1em 1.5em;
	min-height: 10.25em;
	border-bottom: 1px solid #ced4da;
}

.search-layout-list .search-result img {
	float: right;
	max-width: 14em;
	border-radius: .5em;
}

/* Pagination */
#post-pagination {
	display: none;
}

.mobile-button {
	display: none;
}

@media screen and (max-width: 767px) {
	.search-results.event-results:not(.search-layout-list) {
		justify-content: center;
	}
	.search-results.event-results:not(.search-layout-list) .search-result {
		max-width: 276px;
	}
}

@media screen and (max-width: 600px) {
	.wp-block-column:has(.filters-wrapper) {
		padding-top: 0;
	}
	.wp-block-columns:has(.wp-block-column > .filters-wrapper) {
		position: relative;
		top: -54px;
	}
	.filters-overlay {
		opacity: 0;
		transition: all 0.8s ease;
	}
	.filters-overlay.filters-open {
		opacity: 1;
		position: absolute;
		top: 32px;
		left: 0;
		width: 100vw;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		z-index: 100;
	}
	.filters-wrapper {
		position: relative;
	}
	.filters-wrapper .mobile-button {
		display: block;
	}
	.filters-wrapper .filters-trigger {
		position: absolute;
		top: 40px;
		left: -16px;
		z-index: 1000;
		display: flex;
		align-items: center;
	}
	.filters-wrapper .filters-trigger .filters-title {
		padding-left: 10px;
	}
	.filters-wrapper .filters-form-wrapper {
		position: absolute;
		padding: 12px 18px 94px 18px;
		top: 20px;
		transition: all 0.8s ease;
		left: calc(-52px - 100vw);
		background-color: #fff;
		z-index: 100;
	}
	.filters-wrapper .filters-form-wrapper .mobile-buttons {
		display: flex;
		justify-content: space-between;
		margin-bottom: 1em;
	}
	.filters-wrapper .filters-form-wrapper #search-close {
		display: block;
	}
	.filters-wrapper .filters-form-wrapper.filters-open {
		z-index: 500;
		left: -34px;
	}
	.filters-wrapper .filters-form-wrapper span.filters-close {
		position: absolute;
		top: 0;
		right: 0;
		padding: 1em;
		cursor: pointer;
	}
	.filters-wrapper .filters-form-wrapper form {
		position: relative;
		top: 40px;
	}
	.filters-wrapper .filters-form-wrapper form > div:last-child {
		display: flex;
		gap: 17px;
		justify-content: flex-start;
	}
	.filters-wrapper .filters-form-wrapper form > div:last-child #search-reset {
		border: 1px solid #9D9D9D;
		background: #FFF;
		border-radius: 0;
		color: #656565;
		width: 142px;
		min-width: unset;
	}
	.filters-wrapper .filters-form-wrapper form > div:last-child #filters-close {
		min-width: unset;
		width: 148px;
		background: #003A70;
	}
	.search-layout-list .search-result img {
		display: none;
	}
}

.assay-loop {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.assay-loop .assay-loop-wrapper {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	max-width: 1200px;
	width: 100%;
	gap: 106px;
	margin: 60px 137px;
}

.assay-loop .assay-loop-wrapper .masthead {
	margin-bottom: 26px;
}

.assay-loop .assay-loop-wrapper .masthead.services-solution-masthead {
	border-bottom: none;
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper #assay-filters {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 18px;
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper {
	font-size: 15px;
	border-bottom: 2px solid #D1D1D1;
	padding-bottom: 19px;
	margin-bottom: 36px;
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper input[name="keyword"] {
	width: 310px;
	height: 50px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	border: 1px solid #A19E9E;
	margin-bottom: 46px;
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper .platform-wrapper {
	border-top: 1px solid #a3a0a0;
	border-bottom: 1px solid #a3a0a0;
	padding: 12px 0;
	width: 100%;
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper .platform-wrapper fieldset#platform {
	border: none;
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper .platform-wrapper fieldset#platform > legend {
	color: #16AB97;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
	/* 237.5% */
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper .platform-wrapper fieldset#platform .checkbox-wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper .platform-wrapper fieldset#platform .checkbox-wrapper div {
	display: flex;
	align-items: center;
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper .platform-wrapper fieldset#platform .checkbox-wrapper div input {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper .platform-wrapper fieldset#platform .checkbox-wrapper div label {
	font-size: 14px;
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper select[name="letter"] {
	border-radius: 10px;
	border: 1px solid #A19E9E;
	background: #F7F7F7;
	width: 310px;
	height: 50px;
	flex-shrink: 0;
	margin-bottom: 48px;
	margin-top: 0;
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper .sidebar {
	width: 100%;
	max-width: 290px;
	margin-top: 100px;
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper .sidebar .assay-item {
	padding-top: 10px !important;
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper .sidebar .assay-item h4 {
	color: #003A70;
	font-size: 18px;
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper .sidebar .gform_wrapper .gform_heading {
	display: none;
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper .sidebar .gform_wrapper .gfield_required {
	display: none;
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper .sidebar .gform_wrapper form label,
.assay-loop .assay-loop-wrapper .assay-filters-wrapper .sidebar .gform_wrapper form legend {
	color: #868b85;
	display: block;
	font-family: "Franklin Gothic Book", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 400 !important;
	margin-bottom: .625rem;
	vertical-align: middle;
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper .sidebar .item .type {
	position: absolute;
	top: 32px;
	left: 0;
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper .sidebar .assay-item {
	padding: 66px 29px 10px;
	background: #F9F9F9;
	border: 1px solid #D9D9D9;
	margin-bottom: 26px;
}

.assay-loop .assay-loop-wrapper .assay-filters-wrapper .sidebar .assay-item .item .type {
	position: absolute;
	top: 32px;
	left: 0;
}

@media screen and (max-width: 972px) {
	.assay-loop .assay-loop-wrapper .assay-filters-wrapper {
		flex-direction: column;
	}
	.assay-loop .assay-loop-wrapper .assay-filters-wrapper .sidebar {
		margin-top: 0;
		margin-bottom: 20px;
	}
}

.assay-loop .assay-loop-wrapper .pagination {
	font-size: 16px;
	color: #868484;
	margin-left: 23px;
}

.assay-loop .assay-loop-wrapper .pagination .page-number-wrapper {
	position: relative;
	padding: 0 16px;
	margin: 0 24px 0 6px;
}

.assay-loop .assay-loop-wrapper .pagination .page-number-wrapper::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 2px;
	height: 100%;
	background: #27B0A6;
}

.assay-loop .assay-loop-wrapper .pagination .page-number-wrapper::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 2px;
	height: 100%;
	background: #27B0A6;
}

.assay-loop .assay-loop-wrapper .pagination .page-numbers {
	border: none;
	color: #AAAEAE;
	font-size: 18px;
	width: 16px;
}

.assay-loop .assay-loop-wrapper .pagination .page-numbers.next {
	width: initial;
	padding: 0;
}

.assay-loop .assay-loop-wrapper .pagination .page-numbers.prev {
	width: initial;
	padding: 0;
	margin-left: 20px;
}

.assay-loop .assay-loop-wrapper .pagination .page-numbers:hover {
	background: #fff;
	color: #27B0A6;
}

.assay-loop .assay-loop-wrapper .pagination .page-numbers.dots:hover {
	background: #fff;
	color: #AAAEAE;
}

.assay-loop .assay-loop-wrapper .pagination .page-numbers.current {
	border: none;
	background: #fff;
	color: #27B0A6;
}

.assay-loop .assay-loop-wrapper .assay-results .results-wrapper {
	display: flex;
	justify-content: space-between;
}

.assay-loop .assay-loop-wrapper .assay-results .results-wrapper .results {
	width: 100%;
	margin-bottom: 65px;
}

.assay-loop .assay-loop-wrapper .assay-results .results-wrapper .results h1 {
	margin-top: 50px;
	margin-bottom: 56px;
	color: #23B1A5;
	font-size: 42px;
	font-weight: 400;
	margin-left: 18px;
}

.assay-loop .assay-loop-wrapper .assay-results .results-wrapper .results .assay {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.assay-loop .assay-loop-wrapper .assay-results .results-wrapper .results .assay .assay-title {
	cursor: pointer;
	width: 100%;
	font-size: 17px;
	font-weight: 600;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #D1D1D1;
	padding: 18px;
}

.assay-loop .assay-loop-wrapper .assay-results .results-wrapper .results .assay .assay-title.open {
	color: #15A89B;
}

.assay-loop .assay-loop-wrapper .assay-results .results-wrapper .results .assay .assay-title .small-text {
	font-size: 14px;
	font-weight: 400;
	margin-left: 7px;
}

.assay-loop .assay-loop-wrapper .assay-results .results-wrapper .results .assay .assay-info {
	width: 100%;
	display: none;
	background: #D3F0EE;
	color: #085750;
	padding: 16px 44px 26px 35px;
	margin: 19px 0;
	border-radius: 8px;
	font-size: 16px;
	letter-spacing: .13px;
}

.assay-loop .assay-loop-wrapper .assay-results .results-wrapper .results .assay .assay-info > div {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #87BEB9;
}

.assay-loop .assay-loop-wrapper .assay-results .results-wrapper .results .assay .assay-info > div div {
	width: 50%;
}

.assay-loop #main-assay-loop {
	width: 100%;
}

.assay-loop #main-assay-loop .results-wrapper {
	width: 100%;
}

.assay-loop #main-assay-loop .results-wrapper .results {
	width: 100%;
	margin-right: 0;
}

#blog .masthead {
	display: table;
	position: relative;
	width: 100%;
	margin-bottom: 100px;
}

#blog .masthead:before {
	content: "";
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#blog .masthead .inner {
	z-index: 3;
	margin: 0 auto;
	padding: 0 50px;
}

#blog .masthead .inner h1 {
	color: #fff;
}

#blog .masthead .vertical-align {
	min-height: 380px;
}

#blog .masthead__bg {
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
}

#blog .services-solution-masthead {
	height: 468px;
	border-top: 2px solid #c5c6c8;
	border-bottom: 1px solid #eaeff3;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#blog .services-solution-masthead .inner {
	max-width: 1460px;
	padding: 0;
}

#blog .services-solution-masthead .alt-mast-bkg {
	background: #fff;
	padding: 24px 58px 45px 70px;
	border-radius: 0 0 80px 80px;
	margin-left: 80px;
	width: 100%;
	min-width: 466px;
	max-width: 500px;
}

@media screen and (max-width: 640px) {
	#blog .services-solution-masthead .alt-mast-bkg {
		margin: 0 auto;
	}
}

@media screen and (max-width: 444px) {
	#blog .services-solution-masthead .alt-mast-bkg {
		max-width: 466px;
		min-width: initial;
	}
}

#blog .services-solution-masthead .alt-mast-bkg .alt-mast-tag {
	background: #24b1a6;
	color: #fff;
	font-size: 26px;
	margin-bottom: 32px;
	padding: 4px 28px 4px 23px;
	display: inline-block;
}

#blog .services-solution-masthead .alt-mast-bkg .alt-mast-text {
	padding-left: 19px;
}

#blog .services-solution-masthead::before {
	display: none;
}

#blog .inner {
	max-width: 1352px;
	padding: 0 50px;
	margin: 0 auto;
}

#blog .masthead .alt-mast-bkg {
	padding: 65px;
	gap: 21px;
	max-width: 906px;
	max-height: 401px;
	margin: 150px 0 131px -100px;
	background: rgba(245, 246, 247, 0.9);
	border-radius: 15px 58px;
}

#blog .masthead .alt-mast-bkg .alt-mast-tag {
	font-family: "Foco";
	font-style: normal;
	font-weight: 600;
	font-size: 80px;
	line-height: 120.4%;
	color: #003B6F;
	background: none;
	padding: 0;
}

#blog .masthead .alt-mast-bkg .alt-mast-tex {
	padding: 0;
}

#blog .grid > div {
	display: flex;
}

#blog .blog-loop {
	max-width: 991px;
	padding-right: 42px;
	border-right: 0.25px solid #444444;
	flex-shrink: 1;
}

#blog .blog-loop .blog-tag {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 1.85291px 9.26453px;
	gap: 13.9px;
	width: 120.53px;
	font-weight: 600;
	font-size: 14px;
	line-height: 175%;
	color: #003B6F;
	background: #F2F5F8;
	border-radius: 1.85291px;
	margin-bottom: 30px;
}

#blog .blog-loop .blog-tag:first-child {
	width: 90px;
}

#blog .blog-loop h1, #blog .blog-loop h2, #blog .blog-loop h3 {
	font-weight: 400;
}

#blog .blog-loop .loop-single-post {
	position: relative;
	margin-bottom: 47px;
	min-height: 200px;
	cursor: pointer;
}

#blog .blog-loop .loop-single-post h3 {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 135%;
	margin: 0;
	/* or 45px */
	padding-right: 320px;
}

#blog .blog-loop .loop-single-post .post-meta {
	font-size: 10px;
	line-height: 166%;
	color: #747474;
	text-transform: uppercase;
}

#blog .blog-loop .loop-single-post .post-excerpt {
	font-weight: 400;
	font-size: 14px;
	color: #003B6F;
	font-family: "Open Sans";
	line-height: 166%;
	padding-right: 320px;
}

#blog .blog-loop .loop-single-post .post-excerpt a {
	color: #61BBAD;
	font-style: italic;
}

#blog .blog-loop .loop-single-post img {
	max-width: 300px;
	position: absolute;
	right: 0;
	top: 0;
}

#blog .loop-single-post.featured-post {
	max-width: 894px;
	padding-bottom: 55px;
}

#blog .loop-single-post.featured-post h2 {
	font-family: "Open Sans";
	font-size: 30px;
	line-height: 45px;
	padding-right: unset;
	font-weight: 400;
}

#blog .loop-single-post.featured-post .post-excerpt {
	font-size: 16px;
	line-height: 27px;
	padding-right: unset;
	color: #003B6F;
}

#blog .loop-single-post.featured-post .post-excerpt a {
	color: #61BBAD;
	font-style: italic;
}

#blog .loop-single-post.featured-post img {
	position: unset;
	width: 100%;
	max-width: 894px;
}

#blog .blog-sidebar {
	padding-left: 39px;
	flex-shrink: 0;
	width: 452px;
	margin-top: 50px;
}

#blog .blog-sidebar .category-filter-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 11px;
	margin-bottom: 63px;
	margin-top: 12px;
}

#blog .blog-sidebar .category-filter-container .category-filter {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px 5px;
	height: 21px;
	background: #F2F5F8;
	border-radius: 2px;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 175%;
	color: #003B6F;
	cursor: pointer;
}

#blog .blog-sidebar .category-filter-container .category-filter:hover {
	background: #EEF8F6;
	border: 1.5px solid #61BBAD;
	border-radius: 2px;
	font-weight: 700;
	font-size: 12px;
	line-height: 175%;
	color: #61BBAD;
}

#blog .blog-sidebar .category-filter-container .category-filter.active {
	border: 1.5px solid #003B6F;
	color: #003B6F;
	font-weight: 700;
}

#blog .blog-sidebar .blog-sidebar-results {
	display: flex;
	flex-direction: column;
	margin-bottom: 58px;
}

#blog .blog-sidebar .blog-sidebar-results .sidebar-single-post {
	min-height: 72px;
	position: relative;
	margin-bottom: 14px;
}

#blog .blog-sidebar .blog-sidebar-results .sidebar-single-post img {
	position: absolute;
	max-width: 108px;
	left: 0;
	top: 0;
}

#blog .blog-sidebar .blog-sidebar-results .sidebar-single-post h3,
#blog .blog-sidebar .blog-sidebar-results .sidebar-single-post .post-meta {
	position: absolute;
	left: 129px;
}

#blog .blog-sidebar .blog-sidebar-results .sidebar-single-post h3 {
	font-weight: 500;
	font-size: 14.8232px;
	line-height: 135%;
	/* or 20px */
	margin: 0 0 1.875rem;
}

#blog .blog-sidebar .blog-sidebar-results .sidebar-single-post .post-meta {
	font-weight: 500;
	font-size: 9.26453px;
	line-height: 166%;
	bottom: 0;
	/* or 15px */
	padding: 0;
	color: #747474;
}

#blog .blog-sidebar .blog-sidebar-results h4 {
	font-size: 16px;
	line-height: 166%;
	/* identical to box height, or 27px */
	color: #003B6F;
}

#blog .blog-sidebar h4 {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 166%;
	margin: 0;
	/* identical to box height, or 27px */
	color: #003B6F;
}

#blog .blog-sidebar .btn {
	padding-left: 1.875rem;
	margin-top: 12px;
	margin-bottom: 51px;
	background-color: #61BBAD;
	border: 1px solid transparent;
	border-radius: .125rem;
	color: #fff;
	display: inline-block;
	font-family: "Foco",sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: normal;
	overflow: hidden;
	padding: .625rem 1.875rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s ease, border-color .3s ease;
	width: auto;
}

#blog .blog-sidebar .blog-sidebar-search {
	/* Auto layout */
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	border: none;
	width: 340px;
	height: 38px;
	background: #EEF8F6;
	margin-bottom: 16px;
	position: relative;
	top: -26px;
	color: #747474;
}

#blog .blog-sidebar .blog-sidebar-search-btn {
	display: inline;
}

#blog .blog-sidebar .blog-tag {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 1.85291px 9.26453px;
	gap: 13.9px;
	width: 72.53px;
	height: 26.71px;
	left: 1258px;
	top: 1323px;
	background: #F2F5F8;
	border-radius: 1.85291px;
	margin-bottom: 12px;
}

#blog .blog-sidebar .addtoany_shortcode > .addtoany_list > a {
	width: 74px;
}

#blog .blog-sidebar .social-links {
	display: flex;
	align-items: center;
}

#blog .blog-sidebar .social-links .a2a_button_youtube {
	margin-left: 4px;
}

#blog .blog-sidebar .social-links .a2a_button_youtube img {
	width: 66px;
	height: 66px;
}

#blog .grid .newsletter-footer {
	display: none;
	letter-spacing: initial;
	word-spacing: initial;
}

#blog .grid .newsletter-footer.show {
	display: block;
}

#blog .newsletter-form {
	display: none;
}

#blog .newsletter-form.show {
	display: flex;
}

@media screen and (max-width: 1700px) {
	#blog > .masthead > .inner > .alt-mast-bkg {
		margin: 150px 0 131px -50px;
	}
}

@media screen and (max-width: 1500px) {
	#blog > .masthead > .inner > .alt-mast-bkg {
		margin: 150px 0 131px 0px;
	}
}

@media screen and (max-width: 1400px) {
	#blog .blog-loop {
		padding-right: 50px;
	}
	#blog .blog-loop .loop-single-post:not(.featured-post) h3,
	#blog .blog-loop .loop-single-post:not(.featured-post) .post-excerpt {
		padding-right: 300px;
	}
	#blog .blog-loop .loop-single-post:not(.featured-post) img {
		max-width: 250px;
	}
}

@media screen and (max-width: 1100px) {
	#blog .blog-loop {
		padding-right: 30px;
	}
	#blog .blog-loop .loop-single-post:not(.featured-post) h3,
	#blog .blog-loop .loop-single-post:not(.featured-post) .post-excerpt {
		padding-right: 240px;
	}
	#blog .blog-loop .loop-single-post:not(.featured-post) img {
		max-width: 190px;
	}
}

@media screen and (max-width: 1000px) {
	#blog .inner > .grid > div {
		flex-direction: column;
	}
	#blog .blog-loop {
		padding-right: unset;
		padding-left: 1rem;
		border-right: none;
	}
	#blog .blog-loop .loop-single-post:not(.featured-post) h3,
	#blog .blog-loop .loop-single-post:not(.featured-post) .post-excerpt {
		padding-right: 400px;
	}
	#blog .blog-loop .loop-single-post:not(.featured-post) img {
		max-width: 300px;
	}
}

@media screen and (max-width: 750px) {
	#blog .masthead .alt-mast-bkg {
		margin: 80px 0 30px -20px;
		padding: 30px;
	}
	#blog .masthead .alt-mast-bkg .alt-mast-tag {
		font-size: 40px;
		line-height: 120.4%;
	}
	#blog .masthead .alt-mast-bkg .alt-mast-text > h1 {
		font-size: 18px !important;
	}
	#blog .inner {
		padding: 1rem;
	}
	#blog .inner .grid > div {
		flex-direction: column;
	}
	#blog .blog-loop {
		padding-right: unset;
		border-right: none;
		max-width: 320px;
	}
	#blog .blog-loop .loop-single-post.featured-post img {
		max-width: 300px;
	}
	#blog .blog-loop .loop-single-post.featured-post h2 {
		font-size: 24px;
	}
	#blog .blog-loop .loop-single-post:not(.featured-post) h3 {
		font-size: 18px;
	}
	#blog .blog-loop .loop-single-post:not(.featured-post) h3,
	#blog .blog-loop .loop-single-post:not(.featured-post) .post-excerpt {
		padding-right: unset;
	}
	#blog .blog-loop .loop-single-post:not(.featured-post) img {
		max-width: 150px;
		position: static;
		padding-top: 20px;
	}
	#blog .blog-sidebar {
		padding-left: 0;
		flex-shrink: 1;
		width: auto;
	}
	#blog .blog-sidebar .blog-sidebar-search {
		width: 260px;
	}
	#blog .blog-sidebar .addtoany_shortcode a {
		width: 50px;
	}
}

.clinical-studies-footer h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 600;
	letter-spacing: .3px;
	margin-bottom: 26px;
	padding: 0 20px;
	color: #23B1A5;
	font-weight: 700;
	margin-top: 0px;
}

@media only screen and (min-width: 1090px) {
	.clinical-studies-footer h2 {
		padding: 0;
	}
}

.clinical-studies-footer p {
	font-family: Foco, sans-serif;
	font-size: 20px;
	line-height: 31px;
	color: #7F7F7F;
	font-weight: 600;
	margin-left: 6px;
	letter-spacing: .1px;
	margin-bottom: 54px;
	padding: 0 20px;
}

@media only screen and (min-width: 1090px) {
	.clinical-studies-footer p {
		padding: 0;
	}
}

.clinical-studies-footer .btn {
	margin: 0 20px;
	font-size: 18px;
	padding-left: 17px;
	padding-right: 48px;
}

@media only screen and (min-width: 1090px) {
	.clinical-studies-footer .btn {
		margin: 0;
	}
}

.clinical-studies-footer .clinical-studies-footer-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

@media only screen and (min-width: 1090px) {
	.clinical-studies-footer .clinical-studies-footer-row {
		margin-bottom: 0;
	}
}

.clinical-studies-footer .clinical-studies-footer-row > div {
	width: 100%;
	overflow: hidden;
	position: relative;
}

@media only screen and (min-width: 1090px) {
	.clinical-studies-footer .clinical-studies-footer-row > div {
		width: 50%;
	}
}

.clinical-studies-footer .clinical-studies-footer-row > div img {
	width: 100%;
	object-fit: cover;
	margin-top: -50px;
	position: absolute;
	top: -11px;
	left: 0;
	height: 725px;
	object-position: -122px 0;
}

.clinical-studies-footer .clinical-studies-footer-row .image-block {
	width: 100%;
	height: 373px;
	overflow: hidden;
}

@media only screen and (min-width: 1090px) {
	.clinical-studies-footer .clinical-studies-footer-row .image-block {
		width: 50%;
		height: 581px;
	}
}

.clinical-studies-footer .clinical-studies-footer-row .image-block img {
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 373px;
	margin-top: 0;
	object-position: 0 0;
}

@media only screen and (min-width: 1090px) {
	.clinical-studies-footer .clinical-studies-footer-row .image-block img {
		height: 582px;
	}
}

.clinical-studies-footer .refer-row {
	border-top: 1px solid #CFD3D7;
}

.clinical-studies-footer .refer-row .content {
	display: flex;
	justify-content: center;
	margin-top: 42px;
}

@media only screen and (min-width: 1090px) {
	.clinical-studies-footer .refer-row .content {
		margin-top: 112px;
	}
}

.clinical-studies-footer .refer-row .content > div {
	max-width: 500px;
	margin-left: 15px;
}

.clinical-studies-footer .facilities-row {
	flex-direction: column-reverse;
}

@media only screen and (min-width: 1090px) {
	.clinical-studies-footer .facilities-row {
		flex-direction: row;
	}
}

.clinical-studies-footer .facilities-row .image-block img {
	object-position: -228px -198px;
	height: 779px;
	margin-top: 0;
	top: 0;
}

.clinical-studies-footer .facilities-row .content {
	display: flex;
	justify-content: center;
	margin-top: 42px;
}

@media only screen and (min-width: 1090px) {
	.clinical-studies-footer .facilities-row .content {
		flex-direction: row;
		margin-top: 76px;
	}
}

.clinical-studies-footer .facilities-row .content > div {
	max-width: 504px;
	margin-left: 29px;
}

.clinical-studies-footer .facilities-row .content > div p {
	font-size: 18px;
	margin-left: 3px;
	margin-bottom: 49px;
}

.clinical-studies-footer .facilities-row .content > div h2 {
	max-width: 487px;
}

.clinical-studies-footer .clinical-studies-footer-bottom {
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #23B1A5;
}

.clinical-studies-footer .clinical-studies-footer-bottom h2 {
	color: #fff;
	margin-top: 89px;
	margin-bottom: 33px;
	width: 100%;
	text-align: center;
	padding: 0 20px 0;
}

.clinical-studies-footer .clinical-studies-footer-bottom p {
	color: #fff;
	max-width: 607px;
	padding: 0 20px;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 18px;
	line-height: 31px;
	font-weight: 600;
}

.clinical-studies-footer .clinical-studies-footer-bottom a.btn {
	color: #fff;
	margin: 0 auto;
	margin-bottom: 87px;
}

.clinical-studies-footer .clinical-studies-footer-bottom a.btn:before {
	color: #fff;
}

.clinical-studies-main {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px;
}

.clinical-studies-main h1,
.clinical-studies-main h2,
.clinical-studies-main h3 {
	font-weight: 400;
}

.clinical-studies-main .flex-wrapper {
	display: flex;
	gap: 75px;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar {
	width: 281px;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar .clinical-studies-mobile-anchor {
	display: none;
	color: #656565;
	font-family: "Open Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
	border-left: 13px solid #20BAA5;
	border-top: 1px solid #A3A0A0;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar .clinical-studies-mobile-anchor span {
	transform: rotate(270deg);
	transition: all 0.4s ease-in-out;
	margin-right: 14px;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar .clinical-studies-mobile-anchor span.active {
	transform: rotate(360deg);
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar .clinical-studies-submenu {
	padding-left: 0;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar .clinical-studies-submenu li a {
	font-size: 14px;
	padding-left: 36px;
	position: relative;
	margin-bottom: 6px;
	font-weight: 400;
	line-height: 22px;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar .clinical-studies-submenu li a::before {
	content: '';
	width: 9px;
	height: 2px;
	background: center center/contain no-repeat url(assets/images/line.svg);
	position: absolute;
	top: 14px;
	left: 18px;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar ul {
	list-style: none;
	margin: 0;
	padding-left: 9px;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar ul li {
	color: #656565;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
	/* 237.5% */
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar ul > li > span,
.clinical-studies-main .flex-wrapper .clinical-studies-sidebar ul > li > a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	cursor: pointer;
	color: #656565;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	/* 237.5% */
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar ul > li > span:hover, .clinical-studies-main .flex-wrapper .clinical-studies-sidebar ul > li > span.active,
.clinical-studies-main .flex-wrapper .clinical-studies-sidebar ul > li > a:hover,
.clinical-studies-main .flex-wrapper .clinical-studies-sidebar ul > li > a.active {
	color: #16AB97;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar ul > li > span span,
.clinical-studies-main .flex-wrapper .clinical-studies-sidebar ul > li > a span {
	padding-right: 10px;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar ul > li > span span > img,
.clinical-studies-main .flex-wrapper .clinical-studies-sidebar ul > li > a span > img {
	transform: rotate(-90deg);
	transition: all 0.3s ease;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar ul > li > span span > img.open,
.clinical-studies-main .flex-wrapper .clinical-studies-sidebar ul > li > a span > img.open {
	transform: rotate(0deg);
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar ul ul {
	padding-left: 36px;
	transition: all 0.3s ease;
	list-style: none;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar ul ul::marker {
	display: none;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar ul ul li {
	padding-bottom: 12px;
	line-height: 26px;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	list-style: none;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar ul ul li::marker {
	display: none;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar ul ul a {
	text-decoration: none;
	color: #454545;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar .clinical-study-sidebar {
	width: 100%;
	max-width: 345px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar .clinical-study-sidebar .sidebar-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #F9F9F9;
	border: 1px solid #D9D9D9;
	position: relative;
	margin-top: 19px;
	border-radius: 7px;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar .clinical-study-sidebar .sidebar-wrapper .study-category {
	position: absolute;
	top: 20px;
	left: -10px;
	background: #00477F;
	padding: 7px 18px;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	font-family: Open Sans;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar .clinical-study-sidebar .sidebar-wrapper h4 {
	max-width: 258px;
	margin-top: 80px;
	margin-bottom: 20px;
	color: #000;
	text-align: center;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar .clinical-study-sidebar .sidebar-wrapper img {
	max-width: 249px;
	border: 1px solid #DAD9D9;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar .clinical-study-sidebar .sidebar-wrapper .btn {
	margin: 37px 0;
	color: #000;
	text-align: center;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar .clinical-study-sidebar .sidebar-wrapper .btn:hover {
	color: #18AF9A;
}

.clinical-studies-main .flex-wrapper .clinical-studies-sidebar.mobile-sidebar {
	display: none;
}

.clinical-studies-main .flex-wrapper .clinical-studies-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 837px;
}

.clinical-studies-main .flex-wrapper .clinical-studies-content h2 {
	color: #1E1E1E;
	font-family: "Open Sans";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
	/* 117.857% */
	letter-spacing: 1.091px;
	margin-top: 0;
}

.clinical-studies-main .flex-wrapper .clinical-studies-content > p {
	color: #1C1C1C;
	font-family: Helvetica;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/* 183.333% */
	letter-spacing: 0.818px;
	margin-bottom: 40px;
}

.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-studies-loop-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 57px;
}

.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-studies-loop-wrapper .clinical-study-box {
	width: 390px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #C4C4C4;
	text-decoration: none;
	position: relative;
}

.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-studies-loop-wrapper .clinical-study-box img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-studies-loop-wrapper .clinical-study-box .clinical-study-content {
	padding: 10px 20px;
	margin-bottom: 40px;
}

.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-studies-loop-wrapper .clinical-study-box .clinical-study-content h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
}

.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-studies-loop-wrapper .clinical-study-box .clinical-study-content .clinical-study-excerpt {
	color: #000;
}

.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-studies-loop-wrapper .clinical-study-box .clinical-study-content .clinical-study-excerpt p {
	margin: 0;
	line-height: 30px;
	font-size: 14px;
}

.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-studies-loop-wrapper .clinical-study-box .btn {
	position: absolute;
	bottom: 10px;
	margin: 10px 20px 0 20px;
}

.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-study-form form > div {
	display: flex;
	align-items: flex-start;
	padding: 24px 0px;
}

.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-study-form form > div label {
	width: 100%;
	max-width: 725px;
}

.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-study-form form textarea {
	width: 100%;
	resize: none;
	max-width: 375px;
	border-radius: 0;
}

.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-study-form form select {
	width: 100%;
	resize: none;
	min-width: 250px !important;
}

.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-study-form-multi-checkbox {
	min-width: 275px;
}

.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-study-form {
	display: block;
	width: 100%;
}

.clinical-studies-main .flex-wrapper .clinical-studies-content.show-study-detail .clinical-study-detail {
	display: block;
}

.clinical-studies-main .flex-wrapper .clinical-studies-content.show-study-form .clinical-study-form {
	display: block;
}

.clinical-studies-main .flex-wrapper .show-study-apply .clinical-study-form {
	display: block;
}

.clinical-studies-main .flex-wrapper .clinical-study-form {
	padding: 0 20px;
}

@media only screen and (min-width: 1190px) {
	.clinical-studies-main .flex-wrapper .clinical-study-form {
		padding: 0;
	}
}

.clinical-studies-main .flex-wrapper .clinical-study-form b {
	font-weight: 600;
	font-size: 17px;
	color: #333;
	display: flex;
	justify-content: space-between;
}

.clinical-studies-main .flex-wrapper .clinical-study-form label {
	width: 200px;
	font-size: 18px;
	color: #333;
	display: inline-block;
	margin-right: 10px;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form > div {
	display: flex;
	margin-bottom: 16px;
	align-items: center;
	position: relative;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form > div select {
	min-width: 200px;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form > div > div label {
	width: initial;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form > div label {
	align-items: center;
	display: flex;
	margin-bottom: 0;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form > div label.disabled {
	color: #7F7F7F;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form > div label.input-error-message {
	position: absolute;
	bottom: -16px;
	text-align: center;
	color: red;
	font-size: 14px;
	width: 100%;
	max-width: 575px;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form > div .checkbox-select label {
	color: #333;
	margin: 10px 0;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form > div input {
	width: 100%;
	max-width: 375px;
	border-radius: 0;
	border: 1px solid #adb5bd;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form > div input[type="radio"] {
	width: 15px;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form > div input[type="checkbox"] {
	width: 55px;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form > div .radio-label {
	width: initial;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form > div .input-error-message {
	display: none;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form > div.req-missing > label:first-of-type {
	color: red;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form > div.req-missing sub {
	color: red;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form > div.req-missing .input-error-message {
	display: block;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form .multi-checkbox {
	align-items: baseline;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form .clinical-study-form-consent {
	display: block;
	margin-top: 40px;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form .clinical-study-form-consent sub {
	line-height: 3;
	font-size: 9px;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form .clinical-study-form-consent input[type="checkbox"] {
	height: 14px;
	float: left;
	width: 14px;
	margin-right: 6px;
	margin-top: 10px;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form h4 {
	margin-top: 40px;
	font-size: 18px;
	font-weight: 400;
}

.clinical-studies-main .flex-wrapper .clinical-study-form form .error-message {
	color: red;
	width: 100%;
	text-align: center;
	display: none;
}

@media screen and (max-width: 1300px) {
	.clinical-studies-main .flex-wrapper .clinical-studies-sidebar {
		margin-right: 0;
	}
}

@media screen and (max-width: 1220px) {
	.clinical-studies-main .flex-wrapper {
		gap: 30px;
	}
	.clinical-studies-main .flex-wrapper .clinical-studies-content {
		width: 100%;
		padding: 0 20px;
	}
}

@media screen and (max-width: 900px) {
	.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-study-form form > div {
		flex-wrap: wrap;
	}
	.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-study-form form > div label {
		width: 100%;
		max-width: initial;
		margin-bottom: 10px;
	}
	.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-study-form form > div label.radio-label {
		width: calc(100% - 34px);
	}
	.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-study-form form > div input {
		max-width: initial;
	}
	.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-study-form form > div.clinical-study-form-consent {
		flex-wrap: nowrap;
	}
}

@media screen and (max-width: 768px) {
	.clinical-studies-main .flex-wrapper {
		flex-direction: column;
		gap: 0;
		width: 100%;
	}
	.clinical-studies-main .flex-wrapper .clinical-studies-content {
		width: 100%;
		padding: 0 20px;
	}
	.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-study-form {
		padding: 0px;
	}
	.clinical-studies-main .flex-wrapper .clinical-studies-content .clinical-studies-loop-wrapper .clinical-study-box {
		width: 100%;
	}
	.clinical-studies-main .flex-wrapper .clinical-studies-sidebar {
		margin-right: 0px;
		max-width: initial;
		width: 100%;
		align-items: flex-end;
		margin-bottom: 0px;
		padding: 20px;
	}
	.clinical-studies-main .flex-wrapper .clinical-studies-sidebar.mobile-sidebar {
		display: block;
	}
	.clinical-studies-main .flex-wrapper .clinical-studies-sidebar.mobile-sidebar .clinical-studies-mobile-anchor {
		display: none;
	}
	.clinical-studies-main .flex-wrapper .clinical-studies-sidebar.mobile-sidebar .clinical-study-sidebar {
		display: block;
	}
	.clinical-studies-main .flex-wrapper .clinical-studies-sidebar .clinical-studies-mobile-anchor {
		display: flex;
		padding-left: 20px;
		justify-content: space-between;
	}
	.clinical-studies-main .flex-wrapper .clinical-studies-sidebar > ul {
		display: none;
		margin-left: 30px;
	}
	.clinical-studies-main .flex-wrapper .clinical-studies-sidebar .clinical-study-sidebar {
		display: none;
	}
}

.clinical-studies-header .breadcrumbs > a:first-of-type {
	flex-shrink: 0;
}

#clinical-studies-video {
	height: 100%;
	width: 100%;
}

.frontage-main-banner {
	background: #F3F7F4;
	position: relative;
	display: flex;
	justify-content: center;
	min-height: 417px;
}

.frontage-main-banner:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 501px;
	height: 40px;
	background: url(assets/images/footer-bars.svg) no-repeat center center/auto;
}

@media screen and (max-width: 500px) {
	.frontage-main-banner:after {
		left: -222px;
	}
}

.frontage-main-banner .main-banner-wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
}

.frontage-main-banner .main-banner-wrapper h1 {
	font-size: 34px;
	color: #141414;
	font-weight: 400;
}

@media screen and (max-width: 500px) {
	.frontage-main-banner .main-banner-wrapper h1 {
		font-size: 32px;
	}
}

.frontage-main-banner .main-banner-wrapper p {
	font-size: 18px;
	color: #1c1c1c;
	margin-bottom: 50px;
}

@media screen and (max-width: 500px) {
	.frontage-main-banner .main-banner-wrapper p {
		font-size: 14px;
	}
}

.frontage-main-banner .main-banner-wrapper a.button {
	margin-bottom: 58px;
}

.frontage-main-banner .main-banner-wrapper .main-banner-content {
	width: 50%;
	margin-top: 50px;
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
	padding-left: 122px;
	padding-right: 119px;
}

.frontage-main-banner .main-banner-wrapper .main-banner-content .content-wrapper {
	max-width: 563px;
}

.frontage-main-banner .main-banner-wrapper .main-banner-image {
	width: 50%;
	position: relative;
	overflow: hidden;
}

.frontage-main-banner .main-banner-wrapper .main-banner-image .image-fill {
	position: relative;
	width: 100%;
	height: 100%;
}

.frontage-main-banner .main-banner-wrapper .main-banner-image img {
	position: absolute;
	top: -40%;
	left: 0px;
	width: 100%;
	height: 100%;
	min-width: 815px;
	min-height: 815px;
	object-fit: contain;
	border-radius: 362px 0px 0px 480px;
}

.frontage-main-banner.rectangular {
	background: #fff;
}

.frontage-main-banner.rectangular .main-banner-content {
	width: 100%;
}

.frontage-main-banner.rectangular .main-banner-content .content-wrapper {
	width: 100%;
}

.frontage-main-banner.rectangular .main-banner-image {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.frontage-main-banner.rectangular .main-banner-image img {
	position: relative;
	top: initial;
	min-width: initial;
	min-height: initial;
	width: 100%;
	height: 100%;
	width: 500px;
	height: 325px;
	object-fit: contain;
	border-radius: 15px;
}

.frontage-main-banner.minimal {
	min-height: initial;
	background: #fff;
}

.frontage-main-banner.minimal .main-banner-content {
	width: 100%;
	justify-content: center;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
}

.frontage-main-banner.minimal .main-banner-content .content-wrapper {
	width: 100%;
	max-width: 1247px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	position: relative;
	padding: 50px 0px 32px;
}

.frontage-main-banner.minimal .main-banner-content .content-wrapper h1 {
	font-size: 34px;
	color: #767676;
	letter-spacing: 1.4px;
	font-family: 'Open Sans';
	margin-bottom: 6px;
}

.frontage-main-banner.minimal .main-banner-content .content-wrapper p {
	margin-bottom: 0px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.8px;
	color: #514E4E;
}

.frontage-main-banner.minimal .main-banner-content .content-wrapper > .button {
	display: none;
}

.frontage-main-banner.minimal .main-banner-image {
	display: none;
}

@media screen and (max-width: 1320px) {
	.frontage-main-banner.round .main-banner-wrapper .main-banner-content {
		padding-right: 100px;
	}
	.frontage-main-banner.rectangular {
		padding-left: 80px;
		padding-right: 80px;
	}
	.frontage-main-banner.rectangular .main-banner-wrapper .main-banner-content {
		width: 100%;
		padding-left: 0px;
	}
}

@media screen and (max-width: 1150px) {
	.frontage-main-banner.round .main-banner-wrapper .main-banner-content {
		padding-right: 40px;
		padding-left: 40px;
	}
	.frontage-main-banner.rectangular {
		padding-left: 40px;
		padding-right: 40px;
	}
	.frontage-main-banner.rectangular .main-banner-wrapper .main-banner-content {
		padding-right: 40px;
	}
}

@media screen and (max-width: 970px) {
	.frontage-main-banner.round .main-banner-wrapper {
		flex-wrap: wrap;
	}
	.frontage-main-banner.round .main-banner-wrapper .main-banner-content {
		width: 100%;
		padding-right: 40px;
		padding-left: 40px;
	}
	.frontage-main-banner.round .main-banner-wrapper .main-banner-content .content-wrapper {
		max-width: initial;
	}
	.frontage-main-banner.round .main-banner-wrapper .main-banner-image {
		width: 100%;
	}
	.frontage-main-banner.round .main-banner-wrapper .main-banner-image img {
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		border-radius: 0px;
		min-width: initial;
		min-height: initial;
		object-fit: cover;
	}
	.frontage-main-banner.rectangular .main-banner-wrapper {
		flex-wrap: wrap;
	}
	.frontage-main-banner.rectangular .main-banner-wrapper .main-banner-content {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
	.frontage-main-banner.rectangular .main-banner-wrapper .main-banner-content .content-wrapper {
		max-width: initial;
	}
	.frontage-main-banner.rectangular .main-banner-wrapper .main-banner-image img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 660px) {
	.frontage-main-banner.rectangular .main-banner-wrapper, .frontage-main-banner.rounded .main-banner-wrapper, .frontage-main-banner.minimal .main-banner-wrapper {
		flex-wrap: wrap;
	}
	.frontage-main-banner.rectangular .main-banner-wrapper .main-banner-content, .frontage-main-banner.rounded .main-banner-wrapper .main-banner-content, .frontage-main-banner.minimal .main-banner-wrapper .main-banner-content {
		width: 100%;
		padding-right: 44px;
		padding-left: 44px;
	}
}

.breadcrumbs {
	max-width: 1247px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	width: calc(100% - 40px);
	position: relative;
	padding: 26px 0px 18px;
}

.breadcrumbs.round {
	border-bottom: 1px solid #D3D3D3;
}

.breadcrumbs.rectangular {
	border-top: 1px solid #D3D3D3;
}

.breadcrumbs.minimal {
	border-top: 1px solid #D3D3D3;
	padding: 23px 0px 18px;
}

.breadcrumbs .logo {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1);
	/* Microsoft Edge and Firefox 35+ */
}

.breadcrumbs .crumbs {
	vertical-align: top;
	padding-left: 10px;
	line-height: 1.1;
}

.breadcrumbs .crumbs a,
.breadcrumbs .crumbs span {
	color: #2b2b2b;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0.636px;
	text-decoration: none;
}

.breadcrumbs .crumbs a[href]:hover {
	color: #3BBFAD !important;
	text-decoration: underline !important;
}

@media screen and (max-width: 970px) {
	.breadcrumbs.rectangular {
		border-top: 0px;
		border-bottom: 1px solid #D3D3D3;
	}
}

.related-items-section {
	width: 100%;
	background: #f9f9f9;
	display: flex;
	justify-content: center;
	margin-bottom: 72px;
}

.related-items-section .related-items-wrapper {
	padding: 72px 0 60px 0;
}

.related-items-section .related-items-wrapper h1 {
	color: #717070;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.545px;
	margin: 0 0 72px 0;
	padding: 0 30px;
}

.related-items-section .related-items-wrapper .related-items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	height: 428px;
	gap: 30px;
}

.related-items-section .related-items-wrapper .related-items .arrow {
	height: 70px;
	width: auto;
	cursor: pointer;
	transition: transform 0.1s linear;
}

.related-items-section .related-items-wrapper .related-items .arrow:hover {
	transform: scale(1.05);
}

.related-items-section .related-items-wrapper .related-items .related-items-slider {
	width: 1060px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.related-items-section .related-items-wrapper .related-items .related-items-slider .slider-inner {
	position: relative;
	display: flex;
	align-items: center;
	gap: 80px;
	justify-content: space-between;
}

.related-items-section .related-items-wrapper .related-items .related-items-slider .slider-inner .related-item {
	height: 428px;
	width: 300px;
	border-radius: 10px;
	background: #fff;
	flex: 0 0 300px;
	border-bottom: 15px solid #1b3d6b;
	display: flex;
	flex-direction: column;
}

.related-items-section .related-items-wrapper .related-items .related-items-slider .slider-inner .related-item .image {
	height: 153px;
}

.related-items-section .related-items-wrapper .related-items .related-items-slider .slider-inner .related-item .image img {
	border-radius: 10px 10px 0px 0px;
	height: 153px;
	width: 100%;
	object-fit: cover;
}

.related-items-section .related-items-wrapper .related-items .related-items-slider .slider-inner .related-item .item-content {
	height: 260px;
	border-left: 2px solid #d8d8d8;
	border-right: 2px solid #d8d8d8;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.related-items-section .related-items-wrapper .related-items .related-items-slider .slider-inner .related-item .item-content .type {
	color: #5E5E5E;
	font-family: "Open Sans";
	font-size: 13.54px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	/* 150% */
	letter-spacing: 0.333px;
	text-transform: uppercase;
	padding-top: 20px;
}

.related-items-section .related-items-wrapper .related-items .related-items-slider .slider-inner .related-item .item-content h4 {
	color: #3F3F3F;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px;
	/* 143.75% */
	letter-spacing: 0.444px;
	padding-top: 20px;
	margin: 0;
	word-wrap: break-word;
}

.related-items-section .related-items-wrapper .related-items .related-items-slider .slider-inner .related-item .item-content h4:hover {
	color: #3BBFAD;
}

.related-items-section .related-items-wrapper .related-items .related-items-slider .slider-inner .related-item .item-content .item-excerpt {
	color: #3F3F3F;
	font-family: "Open Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	/* 150% */
	letter-spacing: 0.333px;
	padding-top: 20px;
	margin: 0;
	flex-shrink: 1;
}

.related-items-section .related-items-wrapper .related-items .related-items-slider .slider-inner .related-item .item-content a {
	color: #242424;
	font-family: "Open Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	padding-bottom: 24px;
	margin: 0;
}

.related-items-section .related-items-wrapper .related-items.news-items .related-items-slider .slider-inner .related-item .item-content {
	padding-top: 20px;
}

.related-items-section .related-items-wrapper .related-items.news-items .related-items-slider .slider-inner .related-item .item-content .type {
	padding-top: 0px;
}

.related-items-section .related-items-wrapper .slider-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding-top: 32px;
}

.related-items-section .related-items-wrapper .slider-dots .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d8d8d8;
	cursor: pointer;
}

.related-items-section .related-items-wrapper .slider-dots .dot.active {
	background: #1b3d6b;
}

.frontage-newsletter {
	position: relative;
}

.frontage-newsletter .newsletter-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
}

.frontage-newsletter .newsletter-wrapper {
	width: 100%;
	max-width: 1264px;
	padding: 103px 40px;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
}

.frontage-newsletter .newsletter-wrapper .newsletter-content {
	width: 100%;
	max-width: 600px;
	display: flex;
	flex-direction: column;
	color: #fff;
	text-align: center;
	z-index: 2;
}

.frontage-newsletter .newsletter-wrapper .newsletter-content h3 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 0px;
	margin-top: 0px;
}

.frontage-newsletter .newsletter-wrapper .newsletter-content p {
	font-size: 20px;
	margin-bottom: 37px;
}

.frontage-newsletter .newsletter-wrapper .newsletter-content form {
	display: flex;
	justify-content: center;
}

.frontage-newsletter .newsletter-wrapper .newsletter-content form input {
	height: 40px;
}

.frontage-newsletter .newsletter-wrapper .newsletter-content form input[type=text] {
	padding: 0px;
	margin: 0px;
	margin-right: 19px;
	width: 283px;
	border-radius: 5px;
	font-size: 18px;
	padding: 0px 10px;
}

.frontage-newsletter .newsletter-wrapper .newsletter-content form .subscribe-button {
	background: #003A70;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 400;
	width: 124px;
	max-width: 124px;
	width: 100%;
	padding: 0px;
	min-width: initial;
	letter-spacing: 0.5px;
}

.frontage-newsletter .newsletter-wrapper .newsletter-content .newsletter-subscription-form-email input {
	width: 283px !important;
}

.frontage-newsletter .newsletter-wrapper .newsletter-content #gform_fields_37 #field_submit input {
	width: 124px !important;
	background: #003A70 !important;
	border-radius: 5px;
	min-width: unset;
}

.frontage-newsletter .newsletter-wrapper .newsletter-content #gform_37 .gform-body #gform_fields_37 {
	display: flex;
}

.about-wrapper {
	display: flex;
	justify-content: center;
}

.about-wrapper .about-content {
	max-width: 1200px;
	width: 100%;
	display: flex;
	gap: 66px;
}

.about-wrapper .about-content .about-sidebar {
	width: 281px;
	margin-top: 40px;
}

.about-wrapper .about-content .about-sidebar .about-sidebar-mobile-anchor {
	display: none;
	color: #656565;
	font-family: "Open Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
	border-left: 13px solid #20BAA5;
	border-top: 1px solid #A3A0A0;
}

.about-wrapper .about-content .about-sidebar .about-sidebar-mobile-anchor span {
	transform: rotate(270deg);
	transition: all 0.4s ease-in-out;
	margin-right: 14px;
}

.about-wrapper .about-content .about-sidebar .about-sidebar-mobile-anchor span.active {
	transform: rotate(360deg);
}

.about-wrapper .about-content .about-sidebar ul {
	margin-left: 0;
}

.about-wrapper .about-content .about-sidebar ul li {
	list-style: none;
	height: 58px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #A3A0A0;
}

.about-wrapper .about-content .about-sidebar ul li:first-child {
	border-top: 1px solid #A3A0A0;
}

.about-wrapper .about-content .about-sidebar ul li a {
	text-decoration: none;
	color: #000;
}

.about-wrapper .about-content .about-sidebar ul li a.active {
	font-weight: 600;
	color: #16AB97;
}

.about-wrapper .about-content .about-sidebar ul li a:hover {
	color: #16AB97;
}

.about-wrapper .about-content .about-main {
	width: 100%;
	max-width: 794px;
}

.about-wrapper .about-content .about-main .wp-block-heading {
	color: #1E1E1E;
	font-family: "Open Sans";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.091px;
}

.about-wrapper .about-content .about-main p {
	color: #1E1E1E;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/* 183.333% */
	letter-spacing: 0.818px;
}

@media screen and (max-width: 800px) {
	.about-wrapper {
		padding: 0px 20px;
	}
	.about-wrapper .about-content {
		flex-direction: column;
	}
	.about-wrapper .about-content .about-sidebar {
		width: 100%;
		margin-top: 0px;
	}
	.about-wrapper .about-content .about-sidebar .about-sidebar-mobile-anchor {
		display: flex;
		padding-left: 20px;
		justify-content: space-between;
	}
	.about-wrapper .about-content .about-sidebar ul {
		display: flex;
		flex-direction: column;
		display: none;
		margin-left: 0;
	}
}

@media screen and (min-width: 801px) {
	.page-id-20 .about-wrapper {
		display: none;
	}
}

.leadership .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
	margin-bottom: 70px;
}

.leadership .inner .leadership-card {
	text-align: center;
	width: calc(33.3333% - 14px);
}

.leadership .inner .wrap {
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	padding: 35px 25px;
	position: relative;
	transition: box-shadow .3s ease;
	height: 100%;
}

.leadership .inner .wrap:hover {
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
}

.leadership .inner .wrap:hover .back {
	opacity: 1;
}

.leadership .inner .wrap img {
	border-radius: 50%;
	margin-bottom: 25px;
}

.leadership .inner .wrap h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
}

.leadership .inner .wrap .title {
	font-size: 14px;
}

.leadership .inner .wrap .linkedin {
	color: #007ebb;
	display: inline-block;
	font-size: 20px;
	margin: 20px 0 0;
}

.leadership .inner .wrap .back {
	background: #fff;
	border-radius: 6px;
	opacity: 0;
	padding: 50px 35px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .3s ease;
}

.leadership .inner .wrap .back .title {
	margin-bottom: 30px;
}

.leadership .inner .wrap .back .content {
	font-size: 12px;
	height: 136px;
	margin-bottom: 40px;
	overflow: hidden !important;
	position: relative;
	text-align: left;
}

.leadership .inner .wrap .back .content p {
	line-height: 1.4;
}

.leadership .inner .wrap .back .content:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 100%;
}

.leadership .inner .wrap .back .button {
	min-width: 170px;
	position: relative;
	left: -4px;
}

.leadership .inner .wrap .back p {
	font-size: 14px;
}

.leadership .inner .wrap .back img {
	display: none;
}

@media screen and (max-width: 1080px) {
	.leadership .inner .leadership-card {
		width: calc(50% - 14px);
		height: 650px;
	}
	.leadership .inner .leadership-card .front {
		opacity: 0;
	}
	.leadership .inner .leadership-card .back {
		opacity: 1;
	}
	.leadership .inner .leadership-card .back img {
		display: inline-block;
	}
}

@media screen and (max-width: 768px) {
	.leadership .inner .leadership-card {
		width: 100%;
	}
}

.frontage-icon-tabs {
	max-width: 1225px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	padding-top: 43px;
	padding-bottom: 100px;
}

.frontage-icon-tabs .frontage-icon-tabs-title {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.frontage-icon-tabs .frontage-icon-tabs-title h2 {
	color: #353131;
	font-size: 45px;
	font-weight: 300;
	margin-bottom: 20px;
}

.frontage-icon-tabs .frontage-icon-tabs-title p {
	color: #545454;
	font-size: 24px;
	letter-spacing: 0.9px;
	line-height: 40px;
}

.frontage-icon-tabs .frontage-tabs-upper {
	display: flex;
	justify-content: space-around;
	text-align: center;
	margin-bottom: 25px;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon {
	width: 306px;
	cursor: pointer;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon img {
	pointer-events: none;
	width: 150px;
	height: 174px;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon img.active-icon {
	display: none;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon img.inactive-icon {
	display: none;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon img.hover-icon {
	display: none;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon.active-tab img.inactive-icon {
	display: none;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon.active-tab img.default-icon {
	display: none;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon.active-tab img.active-icon {
	display: flex;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon.active-tab img.hover-icon {
	display: none;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon.active-tab .tab-title::after {
	content: '';
	width: 18px;
	height: 12px;
	background: no-repeat center center/auto url(assets/images/arrow-filled-blue.png);
	position: absolute;
	bottom: -24px;
	text-align: center;
	width: 100%;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon.inactive-tab img.default-icon {
	display: none;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon.inactive-tab img.active-icon {
	display: none;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon.inactive-tab img.inactive-icon {
	display: flex;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon.inactive-tab img.hover-icon {
	display: none;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon:hover img.active-icon {
	display: none;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon:hover img.default-icon {
	display: none;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon:hover img.inactive-icon {
	display: none;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon:hover img.hover-icon {
	display: flex;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon:hover:after {
	display: flex;
	position: absolute;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	letter-spacing: 0px;
	top: 88px;
	width: 120px;
	font-size: 16px;
	line-height: 20px;
	left: 0px;
	margin-left: calc(50% - 60px);
	background: none;
	color: #fff;
	content: 'Click To View More Details';
}

@media screen and (max-width: 867px) {
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon:hover:after {
		display: none;
	}
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon:hover.inactive-tab img.active-icon {
	display: none;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon:hover.inactive-tab img.default-icon {
	display: none;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon:hover.inactive-tab img.inactive-icon {
	display: none;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon:hover.inactive-tab img.hover-icon {
	display: flex;
}

.frontage-icon-tabs .frontage-tabs-upper .tab-icon .tab-title {
	pointer-events: none;
	color: #173D6E;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3px;
	position: relative;
	display: flex;
	margin-top: 32px;
}

@media screen and (min-width: 866px) {
	.frontage-icon-tabs .frontage-tabs-upper .tab-content-mobile {
		display: none !important;
	}
}

.frontage-icon-tabs .frontage-tabs-lower {
	display: flex;
	width: 100%;
	height: 100%;
	margin-bottom: 138px;
}

.frontage-icon-tabs .frontage-tabs-lower .tab-content {
	display: none;
	width: 100%;
	height: 100%;
}

.frontage-icon-tabs .frontage-tabs-lower .tab-content .tab-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 680px;
	border-radius: 30px;
	overflow: hidden;
	border-top: 30px solid #173E6E;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 70px 85px;
}

.frontage-icon-tabs .frontage-tabs-lower .tab-content .tab-wrapper .tab-text {
	width: 100%;
	max-width: 816px;
	color: #fff;
}

.frontage-icon-tabs .frontage-tabs-lower .tab-content .tab-wrapper .tab-text h2 {
	font-size: 65px;
	margin: 0px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 70px;
}

.frontage-icon-tabs .frontage-tabs-lower .tab-content .tab-wrapper .tab-text p {
	font-size: 18.7px;
	letter-spacing: 0.29px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 36px;
	line-height: 25px;
}

.frontage-icon-tabs .frontage-tabs-lower .tab-content .tab-wrapper .tab-text a {
	color: #fff;
	text-decoration: none;
}

.frontage-icon-tabs .frontage-tabs-lower .tab-content .tab-wrapper .tab-text a:hover {
	text-decoration: underline;
}

.frontage-icon-tabs .frontage-tabs-lower .tab-content .tab-wrapper .learn-more-link {
	font-size: 22px;
	margin-top: 22px;
	color: #fff;
	text-decoration: none;
	position: relative;
	display: inline-flex;
	font-weight: 700;
}

.frontage-icon-tabs .frontage-tabs-lower .tab-content .tab-wrapper .learn-more-link:after {
	content: '';
	width: 30px;
	height: 100%;
	position: absolute;
	right: -32px;
	top: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: no-repeat center center/auto url(assets/images/arrow-filled-white.png);
}

.frontage-icon-tabs .frontage-tabs-lower .tab-content .tab-wrapper .learn-more-link:hover {
	text-decoration: underline;
}

.frontage-icon-tabs .frontage-tabs-lower .tab-content.active-tab {
	display: flex;
}

@media screen and (max-width: 1304px) {
	.frontage-icon-tabs {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (max-width: 864px) {
	.frontage-icon-tabs .frontage-icon-tabs-title h2 {
		color: #353131;
		text-align: center;
		font-family: "Open Sans";
		font-size: 33px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.frontage-icon-tabs .frontage-icon-tabs-title p {
		color: #545454;
		text-align: center;
		font-family: "Open Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 34px;
		letter-spacing: 0.87px;
	}
	.frontage-icon-tabs .frontage-tabs-upper {
		flex-direction: column;
		border: 1px solid #BAB9B9;
		border-radius: 15px;
		overflow: hidden;
		max-width: 540px;
		margin: 0 auto;
		margin-top: 24px;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon {
		flex-direction: row;
		background: #F1F1F1;
		width: 100%;
		border-bottom: 1px solid #BAB9B9;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon img {
		width: 34.5px;
		height: auto;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon img.default-icon {
		display: none;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon img.active-icon {
		display: flex;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon img.inactive-icon {
		display: none;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon img.hover-icon {
		display: none;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon:hover img {
		width: 34.5px;
		height: auto;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon:hover img.default-icon {
		display: none;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon:hover img.active-icon {
		display: flex;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon:hover img.inactive-icon {
		display: none;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon:hover img.hover-icon {
		display: none;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon .tab-title {
		margin-left: 20px;
		font-weight: 600;
		font-size: 17px;
		margin-top: 0px;
		width: 100%;
		text-align: left;
		display: flex;
		justify-content: space-between;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon .tab-title::after {
		content: '';
		width: 9px !important;
		height: 12px !important;
		background: no-repeat center center/contain url(assets/images/arrow-filled-blue.png);
		bottom: 0px;
		text-align: center;
		transform: rotate(-90deg);
		margin-top: 7px;
		padding-left: 9px;
		transform: all 0.3s ease-in-out;
		position: relative;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon.active-tab {
		background: #fff;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon.active-tab img {
		width: 34.5px;
		height: auto;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon.active-tab img.default-icon {
		display: none;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon.active-tab img.active-icon {
		display: flex;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon.active-tab img.inactive-icon {
		display: none;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon.active-tab img.hover-icon {
		display: none;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon.active-tab .tab-title {
		color: #18B2A0;
		font-weight: 700;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon.active-tab .tab-title::after {
		content: '';
		width: 9px !important;
		height: 12px !important;
		bottom: 0px;
		text-align: center;
		transform: rotate(0deg);
		padding-left: 9px;
		position: relative;
		background-size: contain;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon.inactive-tab:hover img {
		width: 34.5px;
		height: auto;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon.inactive-tab:hover img.default-icon {
		display: none;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon.inactive-tab:hover img.active-icon {
		display: none;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon.inactive-tab:hover img.inactive-icon {
		display: flex;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-icon.inactive-tab:hover img.hover-icon {
		display: none;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-content-mobile {
		width: 100%;
		height: 100%;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-content-mobile .tab-wrapper {
		display: flex;
		width: 100%;
		overflow: hidden;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-content-mobile .tab-wrapper .tab-text {
		width: 100%;
		max-width: 816px;
		color: #fff;
		text-align: left;
		padding: 16px 20px 60px;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-content-mobile .tab-wrapper .tab-text h2 {
		display: none;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-content-mobile .tab-wrapper .tab-text p {
		color: #FFF;
		font-family: "Open Sans";
		font-size: 14.5px;
		font-style: normal;
		font-weight: 700;
		line-height: 25px;
		/* 172.414% */
		letter-spacing: 0.288px;
		text-transform: uppercase;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-content-mobile .tab-wrapper .tab-text a {
		color: #FFF;
		font-family: "Open Sans";
		font-size: 14.5px;
		font-style: normal;
		font-weight: 700;
		line-height: 25px;
		/* 172.414% */
		letter-spacing: 0.288px;
		text-transform: uppercase;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-content-mobile .tab-wrapper .tab-text a:hover {
		color: #18AF9A;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-content-mobile .tab-wrapper .learn-more-link {
		font-size: 22px;
		margin-top: 22px;
		color: #fff;
		text-decoration: none;
		position: relative;
		display: inline-flex;
		font-weight: 700;
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-content-mobile .tab-wrapper .learn-more-link:after {
		content: '';
		width: 30px;
		height: 100%;
		position: absolute;
		right: -32px;
		top: 1px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: no-repeat center center/auto url(assets/images/arrow-filled-white.png);
	}
	.frontage-icon-tabs .frontage-tabs-upper .tab-content-mobile .tab-wrapper .learn-more-link:hover {
		text-decoration: underline;
	}
	.frontage-icon-tabs .frontage-tabs-lower {
		display: none;
	}
}

.frontage-featured-items {
	display: flex;
	width: 100%;
	max-width: 1224px;
	padding: 20px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
}

.frontage-featured-items h2 {
	width: 100%;
	font-size: 45px;
	font-weight: 300;
	margin-bottom: 34px;
	text-align: center;
}

.frontage-featured-items h3 {
	color: #3F3F3F;
	font-size: 23px;
	margin-top: 0px;
	letter-spacing: 0.4px;
	margin-bottom: 16px;
}

.frontage-featured-items h5 {
	font-size: 14.66px;
	color: #5E5E5E;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
	letter-spacing: 0.4px;
	margin-bottom: 15px;
}

.frontage-featured-items p {
	font-size: 18px;
	color: #3F3F3F;
	max-width: 460px;
	height: 84px;
	overflow: hidden;
	line-height: 26px;
	letter-spacing: 0.4px;
}

.frontage-featured-items a {
	text-decoration: none;
}

.frontage-featured-items a:hover h3 {
	color: #3BBFAD;
}

.frontage-featured-items a:hover h3:after {
	filter: brightness(0%) invert(66%) sepia(15%) saturate(1582%) hue-rotate(122deg) brightness(95%) contrast(91%);
}

.frontage-featured-items .main-featured-item {
	width: 100%;
	max-width: 538px;
	margin-right: 40px;
	padding-top: 55px;
}

.frontage-featured-items .main-featured-item img {
	width: 100%;
	height: 305px;
	object-fit: cover;
	border-radius: 12px;
}

.frontage-featured-items .additional-items {
	display: flex;
	width: calc(100% - 618px);
	flex-direction: column;
}

.frontage-featured-items .additional-items h5 {
	margin-top: 0px;
	margin-bottom: 28px;
	width: 100%;
}

.frontage-featured-items .additional-items .arrow-wrapper {
	width: 100%;
	display: flex;
}

.frontage-featured-items .additional-items .arrow-wrapper h3 {
	width: initial;
	position: relative;
}

.frontage-featured-items .additional-items .arrow-wrapper h3:after {
	position: relative;
	content: '';
	width: 20px;
	height: 15px;
	justify-content: center;
	align-items: center;
	background: no-repeat center center/auto url(assets/images/arrow-filled-black.png);
	display: inline-block;
	margin-left: 7px;
}

.frontage-featured-items .additional-items .additional-featured {
	display: flex;
	justify-content: space-between;
	padding: 40px 0px 18px;
	border-bottom: 1px solid #838383;
}

.frontage-featured-items .additional-items .additional-featured .featured-info {
	width: 100%;
	max-width: 330px;
	display: flex;
	flex-wrap: wrap;
}

.frontage-featured-items .additional-items .additional-featured img {
	width: 171px;
	height: 122px;
	border-radius: 10px;
	object-fit: cover;
}

@media screen and (max-width: 1109px) {
	.frontage-featured-items .main-featured-item {
		margin: 0 auto;
	}
	.frontage-featured-items .additional-items {
		width: 100% !important;
		max-width: 530px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 867px) {
	.frontage-featured-items h2 {
		color: #353131;
		text-align: center;
		font-family: "Open Sans";
		font-size: 33px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin: 0px;
		padding: 0px;
	}
	.frontage-featured-items h3 {
		color: #3F3F3F;
		font-family: "Open Sans";
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 28.092px;
		/* 156.064% */
		letter-spacing: 0.543px;
	}
	.frontage-featured-items h5 {
		color: #5E5E5E;
		font-family: "Open Sans";
		font-size: 10px;
		font-style: normal;
		font-weight: 700;
		line-height: 21.985px;
		/* 219.847% */
		letter-spacing: 0.407px;
		text-transform: uppercase;
	}
	.frontage-featured-items p {
		color: #3F3F3F;
		font-family: "Open Sans";
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px;
		/* 180% */
		letter-spacing: 0.407px;
	}
	.frontage-featured-items .main-featured-item {
		margin: 0 auto;
	}
	.frontage-featured-items .additional-items {
		width: 100% !important;
		max-width: 530px;
		margin: 0 auto;
	}
	.frontage-featured-items .additional-items .additional-featured h5 {
		margin-bottom: 0px;
	}
	.frontage-featured-items .additional-items .additional-featured .featured-info {
		align-content: flex-start;
	}
	.frontage-featured-items .additional-items .arrow-wrapper h3:after {
		width: 12px;
		height: 9px;
		background: no-repeat center center/contain url(assets/images/arrow-filled-black.png);
	}
}

.accordion-wrapper {
	width: 100%;
}

.accordion-wrapper .accordion-row {
	border-bottom: 1px solid #979797;
}

.accordion-wrapper .accordion-row:first-child {
	border-top: 1px solid #979797;
}

.accordion-wrapper .accordion-row .accordion-header {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.accordion-wrapper .accordion-row .accordion-header .accordion-icon {
	width: 27px;
	height: 27px;
	position: absolute;
	left: 0;
	transition: all 0.4s;
	display: none;
	top: calc( 50% - 13.5px);
}

.accordion-wrapper .accordion-row .accordion-header .accordion-icon.active {
	display: block;
}

.accordion-wrapper .accordion-row .accordion-header h3 {
	color: #3F3F3F;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.444px;
	text-transform: uppercase;
	padding-left: 51px;
}

.accordion-wrapper .accordion-row .accordion-content {
	display: none;
	margin-left: 51px;
}

.accordion-wrapper .accordion-row .accordion-content > * {
	margin-left: 0;
}

.background-box {
	background-color: #EFF6FF;
	border-radius: 10px;
	padding: 24px 40px;
}

@media screen and (max-width: 600px) {
	.wp-block-media-text figure.wp-block-media-text__media {
		max-width: 360px;
		margin: 0 auto;
	}
}

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
/* Blocks
--------------------------------------------- */
header {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

header .header-wrapper {
	padding: 26px 60px 0 60px;
	max-width: 1440px;
	width: 100%;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

@media screen and (max-width: 1200px) {
	header .header-wrapper {
		display: none;
	}
}

header .header-wrapper .header-left {
	margin-top: 15px;
	max-width: 370px;
}

header .header-wrapper .header-right {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-right: 64px;
	position: relative;
}

header .header-wrapper .header-right .small-logo {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	max-width: 235px;
}

header .header-wrapper .header-right ul,
header .header-wrapper .header-right li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

header .header-wrapper .header-right #menu-main-menu > li {
	position: relative;
}

header .header-wrapper .header-right #menu-main-menu > li:hover ul {
	display: flex;
}

header .header-wrapper .header-right #menu-main-menu > li ul:hover {
	display: flex;
}

header .header-wrapper .header-right #menu-main-menu > li ul {
	position: absolute;
	flex-direction: column;
	top: 100%;
	display: none;
	background: #fff;
	padding: 10px;
	margin: 0;
	z-index: 1000;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

header .header-wrapper .header-right #menu-main-menu > li ul > li {
	padding: 14px 0px;
	border-top: 1px solid #f1f1f1;
}

header .header-wrapper .header-right #menu-main-menu > li ul > li:first-child {
	border-top: none;
}

header .header-wrapper .header-right #menu-main-menu > li ul > li::after {
	background: none;
}

header .header-wrapper .header-right #menu-main-menu > li ul > li a {
	text-decoration: none;
	color: #656565;
	font-family: "Open Sans";
	white-space: nowrap;
	font-size: 14px;
}

header .header-wrapper .header-right #menu-main-menu > li ul > li a:hover {
	color: #3bbfad;
	text-decoration: underline;
}

header .header-wrapper .header-right #menu-main-menu-upper > li:hover > a,
header .header-wrapper .header-right #menu-main-menu > li:hover > a {
	text-decoration: underline;
	color: #3bbfad;
}

header .header-wrapper .header-right li.current-menu-item > a,
header .header-wrapper .header-right #menu-main-menu > li.current-menu-ancestor > a,
header .header-wrapper .header-right #menu-main-menu > li.current-page-ancestor > a,
header .header-wrapper .header-right li.current_page_item > a,
header .header-wrapper .header-right li.current-menu-item > a {
	text-decoration: underline;
	color: #3bbfad;
}

header .header-wrapper .header-right a,
header .header-wrapper .header-right p {
	text-decoration: none;
	color: #1A1A1A;
	font-family: "Open Sans Condensed";
	white-space: nowrap;
}

header .header-wrapper .header-right a:hover,
header .header-wrapper .header-right p:hover {
	color: #18AF9A;
}

header .header-wrapper .header-right ul.menu {
	display: flex;
	justify-content: flex-end;
}

header .header-wrapper .header-right .upper-nav {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 24px;
}

header .header-wrapper .header-right .upper-nav a,
header .header-wrapper .header-right .upper-nav p {
	font-size: 16px;
	color: #262627;
	letter-spacing: 0.73px;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	margin-right: 22px;
}

header .header-wrapper .header-right .upper-nav #menu-main-menu-upper > li {
	position: relative;
}

header .header-wrapper .header-right .upper-nav #menu-main-menu-upper > li:hover ul {
	display: flex;
}

header .header-wrapper .header-right .upper-nav #menu-main-menu-upper > li ul:hover {
	display: flex;
}

header .header-wrapper .header-right .upper-nav #menu-main-menu-upper > li ul {
	position: absolute;
	flex-direction: column;
	top: 100%;
	display: none;
	background: #fff;
	padding: 10px;
	margin: 0;
	z-index: 1000;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

header .header-wrapper .header-right .upper-nav #menu-main-menu-upper > li ul > li {
	padding: 14px 0px;
	border-top: 1px solid #f1f1f1;
}

header .header-wrapper .header-right .upper-nav #menu-main-menu-upper > li ul > li:first-child {
	border-top: none;
}

header .header-wrapper .header-right .upper-nav #menu-main-menu-upper > li ul > li::after {
	background: none;
}

header .header-wrapper .header-right .upper-nav #menu-main-menu-upper > li ul > li a {
	text-decoration: none;
	color: #656565;
	font-family: "Open Sans";
	white-space: nowrap;
	font-size: 14px;
}

header .header-wrapper .header-right .upper-nav #menu-main-menu-upper > li ul > li a:hover {
	color: #3bbfad;
	text-decoration: underline;
}

header .header-wrapper .header-right .upper-nav .clinical-studies-nav-wrapper {
	display: flex;
	flex-direction: row;
}

header .header-wrapper .header-right .upper-nav .clinical-studies-nav-wrapper ul li a {
	color: #262627;
	text-align: right;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.727px;
}

header .header-wrapper .header-right .upper-nav .clinical-studies-nav-wrapper #menu-clinical-studies-upper > li:first-child::before {
	content: '';
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin-right: 10px;
	position: relative;
	top: -2px;
}

header .header-wrapper .header-right .upper-nav .clinical-studies-nav-wrapper .clinical-studies-lang-switcher {
	border-left: 1px solid #000;
	padding-left: 12px;
}

header .header-wrapper .header-right .upper-nav .clinical-studies-nav-wrapper .clinical-studies-lang-switcher a::before {
	content: url("assets/images/spain-flag.png");
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

header .header-wrapper .header-right .lower-nav #menu-main-menu > li > a {
	padding: 0px 21px 28px 21px;
}

header .header-wrapper .header-right .lower-nav a {
	font-size: 20px;
	color: #1a1a1a;
	padding: 0px 21px;
	letter-spacing: 0.91px;
	font-weight: 600;
}

header .header-wrapper .header-right .lower-nav li {
	position: relative;
	display: flex;
}

header .header-wrapper .header-right .lower-nav li::after {
	content: '';
	display: flex;
	position: absolute;
	width: 2px;
	height: 20px;
	right: 0px;
	top: 4px;
	background: #B7BABA;
}

header .header-wrapper .header-right .lower-nav li:last-child::after {
	display: none;
}

header .header-wrapper .header-right .lower-nav li:last-child a {
	padding-right: 0px;
}

header .header-wrapper .header-right #menu-clinical-studies li a {
	padding-bottom: 28px;
}

header .header-wrapper .header-right .search-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #B7BABA;
	padding-left: 12px;
	height: 16px;
}

header .header-wrapper .header-right .search-bar form {
	position: relative;
	height: 18px;
}

header .header-wrapper .header-right .search-bar form input {
	display: none;
	position: absolute;
	width: 100%;
	width: 200px;
	right: 30px;
	top: -10px;
	height: 34px;
}

header .header-wrapper .header-right .search-bar p {
	margin-right: 14px;
	cursor: pointer;
}

header .header-wrapper .header-right .search-bar img {
	width: 18px;
	height: 18px;
	cursor: pointer;
}

@media screen and (max-width: 1252px) {
	header .header-wrapper .header-right {
		padding-right: 0px;
	}
}

@media screen and (max-width: 1200px) {
	header .header-wrapper {
		padding: 26px 30px;
	}
	header .header-wrapper .header-left {
		display: none;
	}
	header .header-wrapper .header-right {
		max-width: 772px;
		margin: 0 auto;
		width: 100%;
	}
	header .header-wrapper .header-right .small-logo {
		display: block;
	}
}

header .header-mobile-wrapper {
	display: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 26px 30px;
	position: relative;
}

@media screen and (max-width: 1200px) {
	header .header-mobile-wrapper {
		display: flex;
	}
}

header .header-mobile-wrapper .header-left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

header .header-mobile-wrapper .header-left img {
	width: 172px;
	height: auto;
}

header .header-mobile-wrapper .header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

header .header-mobile-wrapper .header-right .mobile-search form {
	display: flex;
	flex-direction: row;
	position: relative;
	height: 18px;
}

header .header-mobile-wrapper .header-right .mobile-search form input {
	display: none;
	position: absolute;
	width: 100%;
	width: 280px;
	right: 40px;
	height: 34px;
	top: -12px;
}

header .header-mobile-wrapper .header-right .mobile-search img {
	width: 45px;
	height: 45px;
	position: relative;
	top: -12px;
}

header .header-mobile-wrapper .header-right .mobile-search span {
	display: none;
}

header .header-mobile-wrapper .header-right .nav-button {
	border-radius: 50%;
	padding: 10px;
	width: 45px;
	height: 45px;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}

header .header-mobile-wrapper .header-right .nav-button button.navicon {
	margin-top: 0;
	position: relative;
	background: none;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	min-width: unset;
	transition: opacity .5s ease;
	display: block;
	padding: 0;
	margin: 0;
	border: none;
}

header .header-mobile-wrapper .header-right .nav-button button.navicon:hover {
	opacity: 0.4;
	transform: none;
	box-shadow: none;
}

header .header-mobile-wrapper .header-right .nav-button button.navicon .navicon__trigger {
	background: #5D5A88;
	height: 2px;
	border-radius: 2px;
	transition-delay: .3s;
	transition-property: opacity;
	position: relative;
	transition: background 0s .3s;
	margin: 0;
	border: 0;
	padding: 0;
	cursor: pointer;
}

header .header-mobile-wrapper .header-right .nav-button button.navicon .navicon__trigger::before, header .header-mobile-wrapper .header-right .nav-button button.navicon .navicon__trigger::after {
	background: inherit;
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	transition-delay: .3s, 0s;
	transition-duration: .3s, .3s;
	width: 100%;
	border-radius: 2px;
	background: #5D5A88;
}

header .header-mobile-wrapper .header-right .nav-button button.navicon .navicon__trigger::before {
	top: -.625rem;
	transition-property: top, transform;
	background: #5D5A88;
}

header .header-mobile-wrapper .header-right .nav-button button.navicon .navicon__trigger::after {
	bottom: -.625rem;
	transition-property: bottom, transform;
	background: #5D5A88;
}

header .header-mobile-wrapper .header-right .nav-button button.navicon .navicon__trigger--open {
	background: none;
}

header .header-mobile-wrapper .header-right .nav-button button.navicon .navicon__trigger--open::before {
	top: 0;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

header .header-mobile-wrapper .header-right .nav-button button.navicon .navicon__trigger--open::after {
	bottom: 0;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header .header-mobile-wrapper .header-right .nav-button button.navicon .navicon__trigger--open::before, header .header-mobile-wrapper .header-right .nav-button button.navicon .navicon__trigger--open::after {
	background: #5D5A88;
	transition-delay: 0s, .3s;
}

header .header-mobile-wrapper .header-right .mobile-menu {
	position: absolute;
	top: 0;
	margin-top: 97px;
	right: -100%;
	height: 100vh;
	z-index: 1;
	transition: right .4s ease;
	overflow: auto;
	text-align: left;
	width: 100%;
	background-color: #18AF9A;
}

header .header-mobile-wrapper .header-right .mobile-menu.menu-open {
	right: 0;
}

header .header-mobile-wrapper .header-right .mobile-menu .button-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-top: 64px;
}

header .header-mobile-wrapper .header-right .mobile-menu .button-wrapper .fl-mobile-nav-link::before,
header .header-mobile-wrapper .header-right .mobile-menu .button-wrapper .fl-mobile-nav-link i {
	background-color: #1b867d;
	border: 1px solid #fff;
	border-top-left-radius: .125rem;
	border-bottom-left-radius: .125rem;
	color: #fff;
	font-family: "FontAwesome";
	font-size: 1.25rem;
	padding: 9px 0;
	position: absolute;
	left: -1px;
	top: -1px;
	width: 40px;
	height: 105%;
	transition: background-color .3s ease, border-color .3s ease;
}

header .header-mobile-wrapper .header-right .mobile-menu .button-wrapper .fl-mobile-nav-link.home::before {
	content: "\f0a9";
}

header .header-mobile-wrapper .header-right .mobile-menu .button-wrapper .fl-mobile-nav-link.spanish::before {
	content: url("assets/images/spain-flag.png");
}

header .header-mobile-wrapper .header-right .mobile-menu .button-wrapper .fl-mobile-nav-link.english::before {
	content: url("assets/images/usa-flag.png");
}

header .header-mobile-wrapper .header-right .mobile-menu .button-wrapper .fl-mobile-nav-link {
	background-color: #23B1A5;
	border: 1px solid #fff;
	border-radius: .125rem;
	color: #fff;
	display: inline-block;
	font-family: "Foco", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: normal;
	overflow: hidden;
	padding: 10px 180px 10px 150px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s ease, border-color .3s ease;
	width: 92%;
}

header .header-mobile-wrapper .header-right .mobile-menu .button-wrapper .fl-mobile-nav-link.home {
	padding: 10px 0 10px 20px;
}

header .header-mobile-wrapper .header-right .mobile-menu .button-wrapper:nth-of-type(2) {
	padding-top: 20px;
}

header .header-mobile-wrapper .header-right .mobile-menu .menu-mobile-menu-container > ul,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-container > ul,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-spanish-container > ul {
	padding-left: 0;
}

header .header-mobile-wrapper .header-right .mobile-menu .menu-mobile-menu-container > ul > li,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-container > ul > li,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-spanish-container > ul > li {
	display: block;
	padding: 0;
	border-bottom: 1px solid #fff;
	position: relative;
}

header .header-mobile-wrapper .header-right .mobile-menu .menu-mobile-menu-container > ul > li a,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-container > ul > li a,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-spanish-container > ul > li a {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	font-weight: 500;
	padding: 20px 0 20px 20px;
}

header .header-mobile-wrapper .header-right .mobile-menu .menu-mobile-menu-container > ul > li ul,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-container > ul > li ul,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-spanish-container > ul > li ul {
	list-style: none;
	padding-left: 0;
}

header .header-mobile-wrapper .header-right .mobile-menu .menu-mobile-menu-container > ul > li ul li,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-container > ul > li ul li,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-spanish-container > ul > li ul li {
	position: relative;
	padding: 0;
}

header .header-mobile-wrapper .header-right .mobile-menu .menu-mobile-menu-container > ul > li ul li a,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-container > ul > li ul li a,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-spanish-container > ul > li ul li a {
	padding: 20px 0 20px 20px;
}

header .header-mobile-wrapper .header-right .mobile-menu .menu-mobile-menu-container > ul > li ul li .open-level,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-container > ul > li ul li .open-level,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-spanish-container > ul > li ul li .open-level {
	padding: 18px 20px;
}

header .header-mobile-wrapper .header-right .mobile-menu .menu-mobile-menu-container > ul > li .sub-menu,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-container > ul > li .sub-menu,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-spanish-container > ul > li .sub-menu {
	display: none;
	background: #44b7a4;
}

header .header-mobile-wrapper .header-right .mobile-menu .menu-mobile-menu-container > ul > li .sub-menu .sub-menu,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-container > ul > li .sub-menu .sub-menu,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-spanish-container > ul > li .sub-menu .sub-menu {
	background-color: #5fbfad;
}

header .header-mobile-wrapper .header-right .mobile-menu .menu-mobile-menu-container > ul > li .sub-menu .sub-menu .sub-menu,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-container > ul > li .sub-menu .sub-menu .sub-menu,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-spanish-container > ul > li .sub-menu .sub-menu .sub-menu {
	background-color: #76c7b7;
}

header .header-mobile-wrapper .header-right .mobile-menu .menu-mobile-menu-container > ul > li .sub-menu .sub-menu .sub-menu .sub-menu,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-container > ul > li .sub-menu .sub-menu .sub-menu .sub-menu,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-spanish-container > ul > li .sub-menu .sub-menu .sub-menu .sub-menu {
	background-color: #8ccfc1;
}

header .header-mobile-wrapper .header-right .mobile-menu .menu-mobile-menu-container > ul > li .open-level,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-container > ul > li .open-level,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-spanish-container > ul > li .open-level {
	border-top: none;
	color: #fff;
	cursor: pointer;
	padding: 24px 20px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	transition: background .3s ease;
}

header .header-mobile-wrapper .header-right .mobile-menu .menu-mobile-menu-container > ul > li .open-level::after,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-container > ul > li .open-level::after,
header .header-mobile-wrapper .header-right .mobile-menu .menu-clinical-studies-mobile-spanish-container > ul > li .open-level::after {
	content: '';
	display: flex;
	z-index: 1;
	height: 24px;
	width: 1px;
	background: #fff;
	left: -20px;
	top: -18px;
	position: relative;
}

header.sticky {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;
	background: #fff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}

header.sticky .header-wrapper {
	justify-content: space-around;
}

header.sticky .header-wrapper .header-left {
	margin-top: 0px;
}

header.sticky.sticky-down .header-wrapper {
	padding: 14px 60px 0 60px;
}

header.sticky.sticky-down .header-right .upper-nav {
	display: none;
}

header.sticky.sticky-down .header-right #menu-main-menu > li > a {
	padding: 0px 21px 34px 21px;
}

header.clinical-header-esp .header-wrapper .header-left {
	position: absolute;
	max-width: 270px;
	margin-top: -28px;
}

header.clinical-header-esp .header-wrapper .header-right {
	margin-left: auto;
}

.admin-bar header.sticky {
	top: 32px;
}

footer.site-footer {
	display: flex;
	flex-direction: column;
	background: #F3F7F4;
	justify-content: center;
	position: relative;
	margin-top: 12px;
}

footer.site-footer::after {
	content: "";
	position: absolute;
	left: 0px;
	top: -12px;
	width: 501px;
	height: 40px;
	background: url("assets/images/footer-bars.svg") no-repeat center center/auto;
}

footer.site-footer .contact-us-popup {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 10px;
	border-radius: 10px;
	z-index: 1000;
}

footer.site-footer .contact-us-popup .contact-us-popup-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 15px;
	position: relative;
}

footer.site-footer .contact-us-popup .contact-us-popup-content .contact-us-popup-text {
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 8px;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	max-width: 180px;
}

footer.site-footer .contact-us-popup .contact-us-popup-content .contact-us-popup-text a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}

footer.site-footer .contact-us-popup .contact-us-popup-content .contact-us-popup-text::after {
	content: '';
	position: absolute;
	bottom: -5px;
	right: 14px;
	width: 0;
	height: 0;
	border-top: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

footer.site-footer .contact-us-popup .contact-us-popup-content .contact-us-popup-close {
	background-color: #fff;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 25px;
	left: -170px;
	text-decoration: none;
	z-index: 1000;
	font-size: 14px;
}

footer.site-footer .contact-us-popup .contact-us-popup-content .contact-us-popup-image img {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
}

footer.site-footer .newsletter-popup {
	display: none;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	height: 100%;
	z-index: 9999;
	align-items: baseline;
	overflow: auto;
	padding: 0 20px;
}

footer.site-footer .newsletter-popup.active {
	display: flex;
}

footer.site-footer .newsletter-popup .form-wrapper {
	max-width: 430px;
	margin: 0 auto;
	position: relative;
	top: 88px;
}

footer.site-footer .newsletter-popup .form-wrapper .newsletter-close {
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px;
	font-size: 18px;
	font-weight: 600;
}

footer.site-footer .newsletter-popup .form-wrapper h3.gform_title {
	font-weight: 400;
}

footer.site-footer .newsletter-popup .form-wrapper form .gform_footer input[type=submit] {
	font-size: 14px !important;
	font-weight: 400;
	text-transform: capitalize;
}

footer.site-footer .newsletter-popup .form-wrapper form input, footer.site-footer .newsletter-popup .form-wrapper form select {
	font-size: 14px !important;
}

footer.site-footer .footer-top {
	display: flex;
	max-width: 1338px;
	padding: 74px 30px 49px;
	margin: 0 auto;
	width: 100%;
	justify-content: space-between;
	column-gap: 20px;
}

footer.site-footer .footer-top a,
footer.site-footer .footer-top p {
	color: #003A70;
	font-size: 14px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

footer.site-footer .footer-top ul,
footer.site-footer .footer-top li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

footer.site-footer .footer-top ul a,
footer.site-footer .footer-top li a {
	font-weight: 700;
}

footer.site-footer .footer-top .footer-logo img {
	max-width: 267px;
	width: 100%;
}

footer.site-footer .footer-top .footer-info {
	width: 100%;
	max-width: 324px;
}

footer.site-footer .footer-top .footer-info p {
	font-weight: 600;
	max-width: 220px;
}

footer.site-footer .footer-top .footer-info p strong {
	font-weight: 700;
}

footer.site-footer .footer-top .footer-menu {
	width: 100%;
	max-width: 144px;
}

footer.site-footer .footer-top .footer-menu ul li {
	line-height: 20px;
}

footer.site-footer .footer-top .footer-menu ul li a {
	font-size: 13px;
	letter-spacing: 0.59px;
	font-weight: 700;
}

footer.site-footer .footer-top .social-links {
	display: flex;
	margin-right: 73px;
}

footer.site-footer .footer-top .social-links a {
	margin: 0px 5px;
}

footer.site-footer .copyright {
	display: flex;
	justify-content: center;
	background: #CEDFD7;
	font-size: 11px;
	color: #3a3939;
	padding: 10px 0px;
}

footer.site-footer .copyright .copyright-wrapper {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	max-width: 1072px;
	padding: 0px 30px;
}

footer.site-footer .copyright .copyright-wrapper .spacer {
	margin: 0px 10px;
}

footer.site-footer .copyright .copyright-wrapper a {
	color: #3a3939;
	text-decoration: none;
	margin-left: 3px;
}

@media screen and (max-width: 964px) {
	footer.site-footer .footer-top {
		flex-direction: column;
		width: 100%;
		max-width: 358px;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
	footer.site-footer .footer-top .footer-info {
		margin-top: 50px;
		display: flex;
		justify-content: center;
	}
	footer.site-footer .footer-top .footer-menu {
		margin-top: 36px;
	}
	footer.site-footer .footer-top .social-links {
		margin-left: auto;
		margin-right: auto;
		margin-top: 36px;
	}
}

.resource-detail-page {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.resource-detail-page:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 501px;
	height: 40px;
	background: url(assets/images/footer-bars.svg) no-repeat center center/auto;
}

@media screen and (max-width: 500px) {
	.resource-detail-page:after {
		left: -222px;
	}
}

.resource-detail-page .resource-detail-wrapper {
	padding: 34px 120px 64px 120px;
	position: relative;
}

.resource-detail-page .resource-detail-wrapper hr {
	margin-bottom: 20px;
	margin-top: 34px;
}

.resource-detail-page .resource-detail-wrapper .breadcrumbs {
	padding: 0 0 20px 0;
}

.resource-detail-page .resource-detail-wrapper .breadcrumbs > a {
	flex-shrink: 0;
}

.resource-detail-page .resource-detail-wrapper .breadcrumbs > a .logo {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1);
	/* Microsoft Edge and Firefox 35+ */
}

.resource-detail-page .resource-detail-wrapper .breadcrumbs .crumbs {
	vertical-align: top;
	padding-left: 10px;
	line-height: 1.1;
}

.resource-detail-page .resource-detail-wrapper .breadcrumbs .crumbs a,
.resource-detail-page .resource-detail-wrapper .breadcrumbs .crumbs span {
	color: #2b2b2b;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0.636px;
	text-decoration: none;
}

.resource-detail-page .resource-detail-wrapper .flex-row {
	display: flex;
	justify-content: space-between;
	gap: 130px;
}

.resource-detail-page .resource-detail-wrapper .flex-row .resource-text {
	width: 590px;
}

.resource-detail-page .resource-detail-wrapper .flex-row .resource-text .resource-type {
	text-transform: uppercase;
	font-family: "Open Sans";
	color: #767676;
	letter-spacing: 0.818px;
	padding-top: 14px;
	margin-bottom: 0;
}

.resource-detail-page .resource-detail-wrapper .flex-row .resource-text h1 {
	font-weight: 400;
	letter-spacing: 1.545px;
	margin-top: 16px;
}

.resource-detail-page .resource-detail-wrapper .flex-row .resource-text p.description {
	font-size: 16px;
	letter-spacing: 0.727px;
}

.resource-detail-page .resource-detail-wrapper .flex-row .resource-text .resource-button {
	display: flex;
	align-items: center;
	height: 36px;
	letter-spacing: 1.846px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0px 17.661px 17.661px 0px;
	background: #003A70;
	margin-top: 34px;
}

.resource-detail-page .resource-detail-wrapper .flex-row .resource-text .resource-button span {
	padding-left: 30px;
}

.resource-detail-page .resource-detail-wrapper .flex-row .resource-text .resource-button:hover {
	background-color: #23B1A5 !important;
}

.resource-detail-page .resource-detail-wrapper .flex-row .resource-text .gr-form {
	display: none;
	padding: 2rem;
	margin-left: 57px;
	background: #FFFFFF;
	border: 0.5px solid #003B6F;
	border-radius: 5px;
}

.resource-detail-page .resource-detail-wrapper .flex-row .resource-text .gr-form label#input_10_13_6_label {
	display: none !important;
}

.resource-detail-page .resource-detail-wrapper .flex-row .resource-text span#input_10_13_6_container {
	width: 100%;
}

.resource-detail-page .resource-detail-wrapper .flex-row .resource-text li.gfield.gform_hidden {
	margin-bottom: 0 !important;
	padding: 0 !important;
}

.resource-detail-page .resource-detail-wrapper .flex-row .resource-text #gform_submit_button_10 {
	background: #003B6F;
	border: 1px solid #003B6F;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding-left: 1.875rem;
}

.resource-detail-page .resource-detail-wrapper .flex-row .resource-text #gform_submit_button_10::before {
	display: none;
}

.resource-detail-page .resource-detail-wrapper .flex-row .resource-content-preview {
	display: flex;
	justify-content: center;
	border: 1px solid #B8B8B8;
	position: relative;
	background: #f6f6f6;
	margin-top: 30px;
	height: fit-content;
	padding: 24px 20px;
}

@media screen and (max-width: 450px) {
	.resource-detail-page .resource-detail-wrapper .flex-row .resource-content-preview {
		width: 250px;
	}
}

.resource-detail-page .resource-detail-wrapper .flex-row .resource-content-preview .resource-watermark-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.resource-detail-page .resource-detail-wrapper .flex-row .resource-content-preview .resource-watermark-wrapper .resource-watermark {
	width: 50%;
	max-width: 132px;
	opacity: 0.6;
}

.resource-detail-page .resource-detail-wrapper .flex-row .resource-preview-overlay {
	z-index: 5;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
}

.resource-detail-page .gr-form {
	border: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.resource-detail-page .gr-form form label,
.resource-detail-page .gr-form form legend {
	color: #868b85;
	display: block;
	font-family: "Franklin Gothic Book", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 400 !important;
	margin-bottom: .625rem;
	vertical-align: middle;
}

.resource-detail-page .gr-form fieldset#field_10_13 #input_10_13 > span {
	flex-basis: 100%;
}

.resource-detail-page .gr-form #field_10_10 {
	font-family: "Franklin Gothic Book", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.resource-detail-page .gr-form p.gform_description {
	color: #3C3C3C;
	font-family: "Open Sans";
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 41px;
	/* 178.261% */
}

.resource-detail-page .gform_wrapper.gravity-theme .gfield input.medium, .resource-detail-page .gform_wrapper.gravity-theme .gfield select.medium {
	width: 100%;
}

@media screen and (max-width: 1264px) {
	.related-items-section .related-items-wrapper .related-items .related-items-slider {
		width: 680px;
	}
}

@media screen and (max-width: 1100px) {
	.resource-detail-page .resource-detail-wrapper {
		padding: 34px 60px;
	}
	.resource-detail-page .resource-detail-wrapper .flex-row {
		gap: 60px;
	}
	.related-items-section .related-items-wrapper .related-items {
		padding: 0;
	}
	.related-items-section .related-items-wrapper .related-items .arrow {
		padding: 0 10px;
	}
}

@media screen and (max-width: 922px) {
	.related-items-section .related-items-wrapper .related-items .related-items-slider {
		width: 300px;
	}
}

@media screen and (max-width: 900px) {
	.resource-detail-page .resource-detail-wrapper {
		padding: 34px 30px;
	}
	.resource-detail-page .resource-detail-wrapper .flex-row {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
}

@media screen and (max-width: 600px) {
	.resource-detail-page .resource-detail-wrapper .flex-row .resource-text {
		width: auto;
	}
	.resource-detail-page .resource-detail-wrapper .flex-row .resource-content-preview {
		width: auto;
	}
	.related-items-section .related-items-wrapper .related-items {
		padding: 0;
		gap: 0;
	}
	.related-items-section .related-items-wrapper .related-items .arrow {
		height: 30px;
		padding: 0 10px;
	}
	.related-items-section .related-items-wrapper .related-items .related-items-slider {
		width: 285px;
	}
	.related-items-section .related-items-wrapper .related-items .related-items-slider .slider-inner .related-item {
		flex: 0 0 285px;
	}
}

.search-page {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 100px;
	position: relative;
}

.search-page .inner {
	max-width: 1242px;
	margin: 64px 24px;
	flex-shrink: 1;
	padding: 0 32px;
	width: 100%;
}

.search-page .inner:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 501px;
	height: 40px;
	background: url(assets/images/footer-bars.svg) no-repeat center center/auto;
}

@media screen and (max-width: 500px) {
	.search-page .inner:after {
		left: -222px;
	}
}

.search-page .inner .search-tabs {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	cursor: pointer;
}

.search-page .inner .search-tabs .search-tab {
	font-size: 18px;
}

.search-page .inner .search-tabs .active {
	font-weight: 700;
}

.search-page .inner .search-box {
	display: flex;
	flex-direction: row;
}

.search-page .inner .search-box form {
	width: 100%;
	margin: 24px 0 0 0;
}

.search-page .inner .search-box form label {
	display: flex;
	flex-direction: row;
	margin: 0;
}

.search-page .inner .search-box form label input {
	border: 1px solid #9C9292;
	background: #F7F6F6;
	width: 100%;
	border-radius: 0;
	height: 70px;
	margin: 0;
	padding: 0 0 0 24px;
	text-transform: uppercase;
}

.search-page .inner .search-box form label i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 24px;
	height: 34px;
	width: 34px;
	font-size: 32px;
}

.search-page .inner .event-header {
	margin-top: 82px;
}

.search-page .inner .search-results .result-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-top: 68px;
	margin-bottom: 32px;
}

.search-page .inner .search-results .result-header .pagination {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	position: relative;
}

.search-page .inner .search-results .result-header .pagination .result-total,
.search-page .inner .search-results .result-header .pagination .result-page {
	margin: 0 10px;
}

.search-page .inner .search-results .result-header .pagination a {
	text-decoration: none;
	color: #16AB97;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	/* 150% */
	letter-spacing: 0.389px;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	border-radius: 50%;
	border: 2px solid #818181;
	margin: 5px 0;
	line-height: 16px;
	text-align: center;
	position: relative;
	top: 4px;
}

.search-page .inner .search-results .result-header .pagination a:nth-of-type(2) {
	margin-left: 10px;
}

.search-page .inner .search-results h2 {
	color: #3D3D3D;
	font-family: "Open Sans";
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.545px;
	margin: 0;
}

.search-page .inner .main-results,
.search-page .inner .event-results {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.search-page .inner .main-results .result-divider,
.search-page .inner .event-results .result-divider {
	border-bottom: 1px solid #BABABA;
	width: 96%;
	margin-left: 26px;
}

.search-page .inner .main-results .result,
.search-page .inner .event-results .result {
	margin-left: 26px;
}

.search-page .inner .main-results .result h3,
.search-page .inner .main-results .result h3 a,
.search-page .inner .event-results .result h3,
.search-page .inner .event-results .result h3 a {
	color: #3F3F3F;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	/* 150% */
	letter-spacing: 0.389px;
	text-decoration: none;
}

.search-page .inner .main-results .result h3:hover,
.search-page .inner .main-results .result h3 a:hover,
.search-page .inner .event-results .result h3:hover,
.search-page .inner .event-results .result h3 a:hover {
	color: #3bbfad;
}

.search-page .inner .main-results .result p,
.search-page .inner .event-results .result p {
	color: #3F3F3F;
	font-family: "Open Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 171.429% */
	letter-spacing: 0.389px;
}

.search-page .inner .main-results .result .result-date,
.search-page .inner .event-results .result .result-date {
	color: #3F3F3F;
	font-family: "Open Sans";
	font-size: 10px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}

.search-page .inner .resource-results .resource-results-wrapper {
	display: flex;
	flex-direction: row;
	gap: 32px;
	overflow: hidden;
}

.search-page .inner .resource-results .resource-results-wrapper .result-item {
	height: 428px;
	width: 300px;
	border-radius: 10px;
	background: #fff;
	flex: 0 0 300px;
	border-bottom: 15px solid #1b3d6b;
}

.search-page .inner .resource-results .resource-results-wrapper .result-item .image {
	height: 153px;
}

.search-page .inner .resource-results .resource-results-wrapper .result-item .image img {
	border-radius: 10px 10px 0px 0px;
	height: 153px;
	width: 100%;
	object-fit: cover;
}

.search-page .inner .resource-results .resource-results-wrapper .result-item .item-content {
	height: 260px;
	border-left: 2px solid #d8d8d8;
	border-right: 2px solid #d8d8d8;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.search-page .inner .resource-results .resource-results-wrapper .result-item .item-content .type {
	color: #5E5E5E;
	font-family: "Open Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	/* 150% */
	letter-spacing: 0.333px;
	text-transform: uppercase;
	padding-top: 20px;
}

.search-page .inner .resource-results .resource-results-wrapper .result-item .item-content h4 {
	padding-top: 20px;
	font-size: 16px;
	margin: 0;
}

.search-page .inner .resource-results .resource-results-wrapper .result-item .item-content h4 a {
	color: #3F3F3F;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px;
	/* 143.75% */
	letter-spacing: 0.444px;
	padding: 0;
	margin: 0;
}

.search-page .inner .resource-results .resource-results-wrapper .result-item .item-content h4 a:hover {
	color: #3bbfad;
}

.search-page .inner .resource-results .resource-results-wrapper .result-item .item-content .item-excerpt {
	color: #3F3F3F;
	font-family: "Open Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	/* 150% */
	letter-spacing: 0.333px;
	padding-top: 20px;
	margin: 0;
	flex-shrink: 1;
}

.search-page .inner .resource-results .resource-results-wrapper .result-item .item-content a {
	color: #242424;
	font-family: "Open Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	padding-bottom: 24px;
	margin: 0;
}

.site-main.people {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 100px 40px;
}

.single-event .breadcrumbs {
	margin-bottom: 40px;
}

.single-event .site-main {
	padding-bottom: 100px;
	max-width: 838px;
}

.single-event .site-main .event-image {
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}

.single-event .site-main .event-image img {
	width: 100%;
	max-height: 472px;
	object-fit: cover;
	height: 100%;
	width: auto;
}

.single-news-item .breadcrumbs {
	margin-bottom: 40px;
}

.single-news-item .site-main {
	padding-bottom: 100px;
	max-width: 838px;
}

.single-news-item .site-main .news-image {
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}

.single-news-item .site-main .news-image img {
	width: 100%;
	max-height: 368px;
	object-fit: cover;
}

.single-services_solutions h1, .single-services_solutions h2, .single-services_solutions h3 {
	font-weight: 400;
}

.services_solutions .entry-content p {
	line-height: 30px;
}

.blog-single {
	position: relative;
}

.blog-single .main:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 501px;
	height: 40px;
	background: url(assets/images/footer-bars.svg) no-repeat center center/auto;
}

@media screen and (max-width: 500px) {
	.blog-single .main:after {
		left: -222px;
	}
}

.blog-single .main .inner {
	display: flex;
	flex-direction: column;
}

.blog-single .main .inner .blog-header {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-top: 60px;
}

.blog-single .main .inner .blog-header .blog-link {
	position: relative;
	left: -60px;
	color: #00467f;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
}

.blog-single .main .inner .blog-header h1 {
	font-weight: 400;
}

.blog-single .main .inner .blog-header .post-meta {
	font-family: "Open Sans";
	font-weight: 500;
	font-size: 24px;
	line-height: 166%;
	padding-top: 18px;
	padding-bottom: 29px;
	color: #003B6F;
}

.blog-single .main .inner .blog-header .post-tags {
	font-weight: 500;
	font-size: 16px;
	line-height: 166%;
	color: #003B6F;
	display: -ms-flexbox;
	display: flex;
	padding: 34px 5px 34px 0;
}

.blog-single .main .inner .blog-header .post-tags .category {
	background: #EEF8F6;
	border: 0.75px solid #61BBAD;
	border-radius: 2px;
	color: #61BBAD;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 0 5px;
	margin: 0 0 0 7px;
	font-size: 12px;
	line-height: 175%;
	height: 21px;
}

.blog-single .main .inner .blog-loop {
	margin-bottom: 100px;
}

@media screen and (max-width: 600px) {
	.blog-single .main .inner .blog-header .blog-link {
		left: 0;
	}
}

.clinical-studies-main-wrapper {
	position: relative;
}

.clinical-studies-main-wrapper .clinical-studies-header {
	position: relative;
	padding-top: 60px;
}

.clinical-studies-main-wrapper .clinical-studies-header hr {
	width: 1260px;
	margin-bottom: 14px;
}

.clinical-studies-main-wrapper .clinical-studies-header .breadcrumbs .logo {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1);
	/* Microsoft Edge and Firefox 35+ */
}

.clinical-studies-main-wrapper .clinical-studies-header .breadcrumbs a, .clinical-studies-main-wrapper .clinical-studies-header .breadcrumbs span {
	color: #2b2b2b;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0.636px;
	text-decoration: none;
}

.clinical-studies-main-wrapper .clinical-studies-header:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 501px;
	height: 40px;
	background: url(assets/images/footer-bars.svg) no-repeat center center/auto;
}

@media screen and (max-width: 500px) {
	.clinical-studies-main-wrapper .clinical-studies-header:after {
		left: -222px;
	}
}

.page-id-1595 h1, .page-id-1595 h2, .page-id-1595 h3, .page-id-1595 h4, .page-id-1595 h5, .parent-pageid-1595 h1, .parent-pageid-1595 h2, .parent-pageid-1595 h3, .parent-pageid-1595 h4, .parent-pageid-1595 h5 {
	font-weight: 400;
}

/*# sourceMappingURL=style.css.map */