/*!
Theme Name: celecor
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: celecor
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.

celecor 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
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# 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;
	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;
	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: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# 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: #21759b;
	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;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* CELECOR STYLES */
h1 {
	color: #19224d;
	font-family: 'basic-sans';
}

h2,
h3,
p,
input,
button {
	color: #231F20;
	font-family: 'basic-sans';
}

.mast {
	max-width: 1440px;
	width: 90%;
	margin: 0 auto;
}

/* h1, h2, h3 {
	font-family: '';
}
p, a, input, button {
	font-family: '';
} */
a,
a:visited {
	color: #231F20;
	text-decoration: underline;
	font-family: 'basic-sans';
}

/* universal video popup styles */
.vid-popup {
	cursor: pointer !important;
}

.custom-modal-main {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear, z-index 0.15;
	-o-transition: opacity 0.15s linear, z-index 0.15;
	transition: opacity 0.15s linear, z-index 0.15;
	z-index: -1;
	overflow-x: hidden;
	overflow-y: auto;
	display: flex;
	align-items: flex-start;
}

.custom-modal-main.modal-open {
	z-index: 99999;
	opacity: 1;
	overflow: hidden;
}

.custom-modal-main .custom-modal-inner {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	vertical-align: middle;
	margin: 30px auto;
}

.custom-modal-main .custom-modal-wrap {
	display: block;
	width: 100%;
	position: relative;
	/* background-color: black;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); */
	background-clip: padding-box;
	outline: 0;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: calc(100vh - 70px);
	overflow-y: auto;
	display: flex;
	justify-content: center;
}

.custom-modal-main.modal-open .custom-modal-inner {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	position: relative;
	z-index: 999;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.custom-modal-main.modal-open .bg-overlay {
	background: rgba(0, 0, 0, 0.82);
	z-index: 99;
}

.custom-modal-main .bg-overlay {
	background: rgba(0, 0, 0, 0);
	height: 100vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	transition: background 0.15s linear;
}

.custom-modal-main .close-btn {
	position: absolute;
	right: -25px;
	top: -25px;
	cursor: pointer;
	z-index: 97;
	font-size: 18px;
	color: #fff;
	padding: 2px 7px;
}

.custom-modal-main .custom-modal-content {
	height: 169px;
	width: 300px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}


/* Article Styles */

.single-post #primary {
	padding-top: 65px;
	position: relative;
	padding-bottom: 150px;
}

.single-post #primary::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 697px;
	width: 100%;
	z-index: -1;
	background: linear-gradient(0deg, rgba(84, 177, 227, 0) 0%, rgba(25, 34, 77, 0.2) 100%);
	opacity: 0.3;
	pointer-events: none;
}

.single-post #primary::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/article-top-bg-mobile.svg) center center no-repeat;
	width: 177px;
	height: 185px;
	z-index: -1;
	pointer-events: none;
}

.single-post #primary .end-article {
	background: url(images/end-article.svg) center center no-repeat;
	width: 164px;
	height: 247px;
	position: absolute;
	bottom: 24px;
	right: 0;
	z-index: -1;
}

.article-header {
	padding-top: 32px;
	padding-bottom: 15px;
	position: relative;
}

.article-header .mast {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.article-header .mast .back-news a {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	color: #19224D;
	line-height: 17px;
	letter-spacing: 0.3px;
	text-decoration: none;
}

.article-header .mast .back-news a img {
	margin-right: 10px;
	display: block;
}

.article-header .pdf-download a {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	color: #3C64B1;
	line-height: 22px;
	text-decoration-line: underline;
}

.article-header .pdf-download a img {
	margin-right: 8px;
	display: block;
}

#article-content {
	width: 100%;
	background-color: #FDFDFD;
	border-radius: 6.418px;
	box-shadow: 0px 2.934px 14.67px 0px rgba(0, 0, 0, 0.25);
	padding: 25px 20px
}

#article-content h1 {
	font-size: 25px;
	font-weight: 700;
	color: #231F20;
	line-height: 27px;
	letter-spacing: 0.2px;
	margin-bottom: 26px;
}

#article-content .article-date {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.3px;
	margin-bottom: 26px;
}

#article-content .article-copy h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 26px;
}

#article-content .article-copy p {
	font-size: 16px;
	font-weight: 600;
	color: #231F20;
	line-height: 22px;
	letter-spacing: 0.3px;
	margin-top: 0;
	margin-bottom: 26px;
}

#article-content .article-copy ul {
	font-family: 'basic-sans';
	margin-left: 0;
	margin-bottom: 40px;
	padding-left: 25px;
}

#article-content .article-copy ul li {
	font-size: 16px;
	font-weight: 600;
	color: #231F20;
	line-height: 22px;
	letter-spacing: 0.3px;
	margin-bottom: 25px;
}

#article-content .article-copy .boxed-text {
	background-color: #19224D;
	position: relative;
	text-align: center;
	padding: 74px 30px;
	margin: 64px -20px;
}

#article-content .article-copy .boxed-text:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url(images/boxed-text-top.svg) center center no-repeat;
	width: 99px;
	height: 50px;
	z-index: 0;
	pointer-events: none;
}

#article-content .article-copy .boxed-text:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	background: url(images/boxed-text-bottom.svg) center center no-repeat;
	width: 85px;
	height: 51px;
	z-index: 0;
	pointer-events: none;
}

#article-content .article-copy .boxed-text p {
	font-size: 32px;
	font-weight: 700;
	color: #FFF;
	line-height: 36.5px;
	letter-spacing: 0.2px;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}


/* News Page */

.news-header {
	margin-top: 66px;
	height: 151px;
	display: flex;
	align-items: center;
	background-color: #19224D;
	color: #FFF;
	position: relative;
}

.news-header::before {
	content: "";
	display: block;
	background: url(images/news-header-drop-mobile2.svg) center center no-repeat;
	width: 89px;
	height: 109px;
	position: absolute;
	bottom: -84px;
	right: 0;
	z-index: 0;
}

.news-header::after {
	content: "";
	display: block;
	background: url(images/news-header-drop-mobile.svg) center center no-repeat;
	width: 66px;
	height: 198px;
	position: absolute;
	top: -26px;
	right: 0;
	z-index: 0;
}

.news-header h1 {
	font-size: 32px;
	font-weight: 700;
	color: #FFF;
	line-height: 36.5px;
	letter-spacing: 0.2px;
	display: flex;
	align-items: center;
}

.news-header h1:before {
	content: "";
	display: block;
	background: url(images/news-title-drop.svg) center center no-repeat;
	width: 40px;
	height: 39px;
	background-size: cover;
	margin-right: 18px;
}

.news-header h1 span {
	display: block;
}

.news-header h1 span:after {
	content: "";
	width: 100%;
	display: block;
	background-color: #FFF;
	height: 5px;
	border-radius: 5px;
	margin-top: 10px;
}

.news-articles {
	padding-bottom: 150px;
}

.news-post {
	margin-top: 64px;
}

.news-post:first-child {
	margin-top: 40px;
}

.news-post .news-thumb {
	border-radius: 5.234px;
	background-color: #FFF;
	box-shadow: 0px 2.393px 11.964px 0px rgba(0, 0, 0, 0.25);
	padding: 0 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 216px;
	position: relative;
	margin-bottom: 26px;
}

.news-post .news-title {
	font-size: 25px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 0.2px;
	margin-top: 0;
	margin-bottom: 26px;
}

.news-post .news-date {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.3px;
	margin-bottom: 26px;
}

.news-post .news-excerpt {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.3px;
	margin: 0 0 26px;
}

.news-post .read-more-button {
	width: 100%;
	font-size: 24px;
	padding: 18px 50px 18px 24px;
	color: #fff;
	background-image: url(/wp-content/themes/celecor/images/left.svg);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position-x: 71%;
	background-position-y: center;
	background-color: #19224D;
	border-radius: 10px;
	cursor: pointer;
	text-decoration: none;
	display: block;
	text-align: center;
}

.news-post:last-child .read-more-button {
	margin-bottom: 40px;
}

.news-post .linkedin-note {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	margin: 0;
	color: #19224D;
}

/* Popup CTA */

.pop-cta {
	width: 90%;
	background-color: #19224D;
	color: #FFF;
	position: fixed;
	z-index: 100;
	bottom: 25px;
	left: 5%;
	border-radius: 20px;
	display: none;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.pop-cta.popup-visible {
	display: block;
	opacity: 1;
	transform: translateY(0);
}

.pop-cta .pop-cta-inner {
	position: relative;
	padding: 15px 20px 20px;
}

.pop-cta .pop-cta-inner .droplet {
	display: block;
	background: url(images/popup-droplet-mobile.svg) center center no-repeat;
	width: 89px;
	height: 80px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.pop-cta .pop-cta-close {
	background-color: transparent;
	background-image: none;
	padding: 0;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	width: 32px;
	height: 32px;
}

.pop-cta .celebrate-logo {
	width: 123px;
	display: block;
}

.pop-cta .pop-cta-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 21px;
}

.pop-cta .pop-cta-link {
	width: 100%;
	font-size: 24px;
	padding: 18px 57px 18px 24px;
	color: #19224D;
	background-image: url(/wp-content/themes/celecor/images/popup-left.svg);
	background-repeat: no-repeat;
	background-size: 34px;
	background-position-x: 75%;
	background-position-y: center;
	background-color: #FFF;
	border-radius: 10px;
	cursor: pointer;
	text-decoration: none;
	display: block;
	text-align: center;
}


@media (min-width: 768px) {

	.custom-modal-main .custom-modal-content {
		height: 338px;
		width: 600px
	}

	.custom-modal-main .close-btn {
		font-size: 50px;
		padding: 10px 20px;
		right: -60px;
		top: -60px;
	}

	.pop-cta {
		width: 492px;
		right: 40px;
		left: auto;
		bottom: 40px;
	}

	.pop-cta .pop-cta-inner {
		padding: 26px 30px;
	}

	.pop-cta .pop-cta-inner .droplet {
		background: url(images/popup-droplet.svg) center center no-repeat;
		width: 116px;
		height: 91px;
	}

	.pop-cta .pop-cta-close {
		top: 15px;
		right: 25px;
		width: 40px;
		height: 40px;
	}

	.pop-cta .celebrate-logo {
		width: 115px;
	}

	.pop-cta .pop-cta-title {
		font-size: 40px;
		line-height: 46px;
		margin-bottom: 21px;
	}

	.pop-cta .pop-cta-link {
		width: auto;
		display: inline-block;
		padding: 18px 80px 18px 44px;
		background-position-x: 80%;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	}

	.pop-cta .pop-cta-link:hover {
		padding: 18px 100px 18px 44px;
		margin-right: -20px;
	}

	.tooltip .tip.left-2 {
		left: -7px;
	}

	.tooltip .tip.left-3 {
		left: -7px;
	}

	.tooltip .tip.left-4 {
		left: -268px;
	}

	.tooltip .tip.left-5 {
		left: -7px;
	}
}

@media (min-width: 820px) {
	.tooltip .tip.left-2 {
		left: -7px;
	}

	.tooltip .tip.left-3 {
		left: -7px;
	}

	.tooltip .tip.left-5 {
		left: -7px;
	}
}

@media (min-width: 868px) {

	.custom-modal-main .custom-modal-content {
		height: 394px;
		width: 700px
	}
}

@media (min-width: 901px) {

	.single-post #primary {
		padding-top: 93px;
	}
}

@media (min-width: 912px) {
	.tooltip .tip.left-4 {
		left: -7px;
	}

	.tooltip .tip.left-5 {
		left: -265px;
	}

	.tooltip .tip.left-7 {
		left: -265px;
	}
}

@media (min-width: 992px) {

	.custom-modal-main .custom-modal-content {
		height: 450px;
		width: 800px
	}
}

@media (min-width: 1024px) {}

@media (min-width: 1200px) {

	.custom-modal-main .custom-modal-content {
		height: 450px;
		width: 800px
	}

	.single-post #primary {
		overflow: hidden;
	}

	.single-post #primary::after {
		display: none;
	}

	.article-header {
		padding-top: 98px;
		padding-bottom: 16px;
	}

	.article-header .mast .back-news a {
		font-size: 20px;
	}

	.article-header .mast .back-news a br {
		display: none;
	}

	.article-header .pdf-download a {
		font-size: 18px;
	}

	#article-content {
		max-width: 1400px;
		width: 90%;
		padding: 94px;
		position: relative;
	}

	#article-content:before {
		content: "";
		position: absolute;
		top: 75px;
		left: -250px;
		display: block;
		background: url(images/article-top-bg-desktop.svg) center center no-repeat;
		width: 307px;
		height: 307px;
		z-index: 0;
		pointer-events: none;
	}

	#article-content h1 {
		font-size: 48px;
		line-height: 52px;
		margin-bottom: 40px;
		margin-top: 0;
	}

	#article-content .article-date {
		font-size: 20px;
		line-height: 35px;
		margin-bottom: 40px;
	}

	#article-content .article-copy h2 {
		font-size: 24px;
	}

	#article-content .article-copy p {
		font-size: 20px;
		font-weight: 400;
		line-height: 30px;
		margin-bottom: 40px;
	}

	#article-content .article-copy ul {
		margin-bottom: 60px;
	}

	#article-content .article-copy ul li {
		font-size: 20px;
		font-weight: 400;
		line-height: 30px;
	}

	#article-content .article-copy .boxed-text {
		/* padding: 108px 64px 108px 167px; */
		padding: 108px;
	}

	#article-content .article-copy .boxed-text:before {
		background: url(images/boxed-text-top-desktop.svg) center center no-repeat;
		width: 106px;
		height: 123px;
	}

	#article-content .article-copy .boxed-text:after {
		background: url(images/boxed-text-bottom-desktop.svg) center center no-repeat;
		width: 217px;
		height: 162px;
	}

	#article-content .article-copy .boxed-text p {
		font-size: 48px;
		line-height: 52px;
	}

	.single-post #primary .end-article {
		background: url(images/end-article-desktop.svg) center center no-repeat;
		width: 327px;
		height: 341px;
		right: 30px;
		bottom: -40px;
	}

	.news-header {
		margin-top: 86px;
		height: 254px;
	}

	.news-header::before {
		background: url(images/news-header-drop.svg) center center no-repeat;
		width: 316px;
		height: 349px;
		bottom: auto;
		right: 0;
		top: -52px;
	}

	.news-header::after {
		background: url(images/news-header-drop2.svg) center center no-repeat;
		width: 129px;
		height: 155px;
		right: 0;
		top: 177px;
	}

	.news-header .mast::before {
		content: "";
		display: block;
		position: absolute;
		background: url(images/news-header-drop3.svg) center center no-repeat;
		width: 259px;
		height: 198px;
		bottom: auto;
		right: 139px;
		bottom: 140px;
		z-index: 0;
		pointer-events: none;
	}

	.news-header h1 {
		font-size: 56px;
		line-height: 59px;
	}

	.news-header h1:before {
		width: 48px;
		height: 48px;
	}

	.news-header h1 span {
		display: block;
		margin-top: 7px;
	}

	.news-header h1 span:after {
		margin-top: 7px;
	}

	.news-post {
		display: flex;
		margin-top: 148px;
		align-items: start;
	}

	.news-post:first-child {
		margin-top: 70px;
	}

	.news-post .news-thumb {
		min-width: 395px;
		min-height: 197px;
		box-sizing: border-box;
		margin-right: 64px;
	}

	.news-post .news-title {
		font-size: 48px;
		line-height: 52px;
		margin-bottom: 16px;
	}

	.news-post .news-date {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.news-post .news-excerpt {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 64px;
	}

	.news-post .read-more-button {
		font-size: 24px;
		font-weight: 400;
		padding: 18px 50px 18px 24px;
		color: #fff;
		background-image: url(/wp-content/themes/celecor/images/left.svg);
		background-repeat: no-repeat;
		background-size: 12px;
		background-position-x: 91%;
		background-position-y: center;
		background-color: #19224D;
		border-radius: 10px;
		cursor: pointer;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		text-decoration: none;
		display: inline-block;
		width: auto;
	}

	.news-post .read-more-button:hover {
		padding: 18px 70px 18px 24px;
		margin-right: -20px;
	}

	.news-post .linkedin-note {
		max-width: 400px;
		font-size: 18px;
		font-weight: 400;
		line-height: 22px;
	}

	.news-post .linkedin-note a {
		font-weight: 600;
	}
}

/* universal gradient bg style */
.gradient {
	position: relative;
}

.gradient:after {
	content: '';
	display: block;
	position: absolute;
	background: linear-gradient(360deg, rgba(84, 177, 227, 0) 0%, rgba(25, 34, 77, 0.2) 100%);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	opacity: 0.3;
	z-index: -2;
}

nav a,
nav a:visited {
	color: #231F20;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	transition: all 0.2s;
	font-family: 'basic-sans';
	/* max-width:123px; */
}

nav a:hover {
	z-index: 1;
	position: relative;
	color: #19224D;
	-webkit-text-fill-color: #19224D;
	-webkit-text-stroke-width: 0.7px;
	-webkit-text-stroke-color: #19224D;
}

nav a:hover::after {
	content: '';
	height: 3px;
	background-color: #19224D;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	width: 75%;
	border-radius: 2px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 0.4s;
	animation-name: fadein;
	animation-duration: 0.4s;
}

.main-navigation {
	width: auto;
}

.current-menu-item {
	position: relative;
}

nav.desktop {
	display: flex;
}

nav .menu-item {
	margin-right: 44px;
}

nav .follow {
	margin-right: 35px;
	display: inline
}

header .current-menu-item a {
	z-index: 1;
	position: relative;
	color: #19224D;
	-webkit-text-fill-color: #19224D;
	-webkit-text-stroke-width: 0.7px;
	-webkit-text-stroke-color: #19224D;
}

header .current-menu-item a:after {
	content: '';
	height: 3px;
	background-color: #19224D;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	width: 100%;
	border-radius: 2px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 0.4s;
	animation-name: fadein;
	animation-duration: 0.4s;
}

header.site-header nav ul {
	display: flex;
	align-items: center;
}

header.site-header .mast {
	display: flex;
	padding-top: 15px;
	padding-bottom: 15px;
	align-items: center;
	justify-content: flex-end;
}

header.site-header .mast a.logo img {
	height: 49px;
	width: 156px
}

header.site-header .mast a.logo {
	margin-right: auto;
	padding-right: 20px;
}

header.site-header {
	box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
}

header .backgrounder {
	margin-right: 35px;
}

header .backgrounder a {
	text-shadow: 0 0.015em #A61F23, 0 -0.015em #A61F23, 0.01em 0 #A61F23, -0.01em 0 #A61F23;
	color: #A61F23;
	-webkit-text-fill-color: #A61F23;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #A61F23;
	text-decoration: none;
	font-size: 18px;
	cursor: pointer;
}

footer {
	background-color: #231F20;
	padding: 45px 0px;
	overflow: hidden;
}

footer .widget {
	margin: 0;
}

footer ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer ul.menu a,
footer ul.menu a:visited {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-decoration-line: underline;
	color: #FDFDFD;
	cursor: pointer;
}

footer ul.menu li {
	padding-top: 20px;
}

footer .mast {
	display: flex;
	justify-content: space-between;
}

footer .site-info {
	display: flex;
	flex-direction: column;
	margin-right: 100px;
}

footer .site-info img.logo {
	max-width: 206px;
	width: 100%;
	margin-bottom: 25px;
}

footer .site-info p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #FDFDFD;
	margin: 0;
}

footer .site-info p.title {
	font-weight: 700;
	margin-bottom: 20px;
}

footer .site-info p.copyright {
	margin-top: auto;
}

footer .footer-links {
	display: flex;
	flex-direction: column;
}

footer .footer-links .footer-navs {
	display: flex;
	flex-direction: row;
}

footer .footer-links .footer-navs p.nav-header {
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: rgba(253, 253, 253, 0.7);
}

footer .footer-links .footer-navs .pages-nav ul {
	display: block;
	columns: 2;
	column-gap: 91px;
}

footer .footer-links .footer-navs .legal-nav ul {
	display: block;
}

footer .footer-links .footer-navs .pages-nav {
	margin-right: 175px
}

footer .footer-links .backgrounder {
	margin-top: 65px;
}

footer .footer-links .line {
	width: 900px;
	height: 1px;
	background-color: #fdfdfd;
	margin-top: 41px;
	margin-bottom: 33px;
}

footer .footer-links .linked-in {
	display: flex;
	align-items: center;
}

footer .footer-links .linked-in img {
	width: 27.34px;
	height: 27.5px;
	margin-right: 12px;
}

footer .footer-links .linked-in span {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #FDFDFD;
}

footer .footer-links .linked-in span a {
	font-style: normal;
	font-weight: 700;
	text-decoration: underline;
	font-size: 18px;
	line-height: 22px;
	color: #FDFDFD;
}

/* The Modal (background) */
.backgrounder-popup {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 10000;
	/* Sit on top */
	padding-top: 150px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content */
.backgrounder-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	max-width: 1200px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	border-radius: 20px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

.backgrounder-content .backgrounder-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0px
}

.backgrounder-content .backgrounder-body {
	display: flex;
}

.backgrounder-content .backgrounder-body .image {
	width: 50%;
}

.backgrounder-content .backgrounder-body .image h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 46px;
	color: #231F20;
	margin: 20px 40px 0px 40px;
}

.backgrounder-content .backgrounder-body .image .bgcomp {
	max-width: 514px;
	padding-bottom: 20px;
}

.backgrounder-content .backgrounder-body .image .logo {
	margin-left: 40px;
	margin-top: 40px;
	height: 40px;
}

.backgrounder-content .backgrounder-body .form {
	width: 50%;
	background-color: #19224d;
	border-radius: 0px 20px 20px 0px
}

.backgrounder-content .backgrounder-body .form .form-container {
	margin-left: 50px;
	margin-top: 30px;
	margin-right: 80px;
}

.wpcf7-not-valid-tip {
	position: absolute;
	color: #fdfdfd;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.3px;
}

input.wpcf7-not-valid {
	border: 2px solid #B62026;
}

.backgrounder-content .backgrounder-body .form .form-container input[type="text"],
.backgrounder-content .backgrounder-body .form .form-container input[type="email"] {
	width: 100%;
	outline: none !important;
	border-radius: 6px;
	padding-left: 10px;
	max-width: 384px;
}

button.download-backgrounder-light {
	font-size: 24px;
	background-color: #fdfdfd;
	border-radius: 10px;
	width: 100%;
	width: 385px;
	height: 83px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	cursor: pointer;
	color: #19224D;
	font-weight: 400;
	font-style: normal;
	position: relative;
	padding: 0;
}

button.download-backgrounder-dark {
	font-size: 24px;
	background-color: #19224D;
	border-radius: 10px;
	width: 100%;
	width: 385px;
	height: 83px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	cursor: pointer;
	color: #fff;
	font-weight: 400;
	font-style: normal;
	position: relative;
	padding: 0;
}

button.download-backgrounder-dark.small,
button.download-backgrounder-light.small {
	font-size: 14px;
	width: 190px;
	height: 50px;
	line-height: 1.3;
}

button.download-backgrounder-dark img,
button.download-backgrounder-light img {
	height: 34px;
	width: 34px;
	transition: margin 0.3s;
}

button.download-backgrounder-dark.small img,
button.download-backgrounder-light.small img {
	height: 20px;
	width: 20px;
}

button.download-backgrounder-dark:hover img,
button.download-backgrounder-light:hover img {
	margin-top: 10px
}

.backgrounder-content .backgrounder-body .form .form-container p {
	color: #fff;
	margin: 0 0 32px 0;
	font-size: 18px;
}

.wpcf7 form.invalid .wpcf7-response-output {
	display: none;
}

.backgrounder-content .backgrounder-body .form .form-container .wpcf7 form.sent .wpcf7-response-output,
.backgrounder-content .backgrounder-body .form .form-container .wpcf7 form.error .wpcf7-response-output {
	border: none;
	display: block;
	margin: 30px 0px;
	padding: 0px;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	color: #FDFDFD;
	position: absolute;
	top: 100px;
	right: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 485px;
}

.backgrounder-content .backgrounder-body .form .form-container .wpcf7 form.sent .wpcf7-response-output:before {
	content: "";
	background-image: url('/wp-content/themes/celecor/images/checkmark.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 50%;
	height: 36px;
	margin-right: 24px;
}

.backgrounder-content .backgrounder-body .form .form-container .wpcf7 form.error .wpcf7-response-output:before {
	content: "";
	background-image: url('/wp-content/themes/celecor/images/x-white.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 50%;
	height: 36px;
	margin-right: 24px;
}

.backgrounder-content .backgrounder-body .form .form-container .wpcf7 form.sent p,
.backgrounder-content .backgrounder-body .form .form-container .wpcf7 form.error p {
	display: none;
}

/* The Close Button */
.backgrounder-content .backgrounder-body .close-container .close,
.backgrounder-content .backgrounder-body .close-container .close:hover,
.backgrounder-content .backgrounder-body .close-container .close:focus {
	color: #fff;
	font-size: 48px;
	cursor: pointer;
	text-decoration: none;
	line-height: 0;
	font-weight: 100;
}

.backgrounder-content .backgrounder-body .close-container {
	margin: 50px 40px 0px auto;
	width: 33px;
}

#wpadminbar {
	bottom: 0;
	top: unset;
	position: fixed !important;
}

main {
	padding-top: 150px;
}

.tooltip {
	display: inline-flex;
	top: -7px;
	position: relative;
}

h1 .tooltip {
	top: -21px;
}

.tooltip .number {
	background-color: #19224d;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1;
}

.tooltip .tip {
	position: absolute;
	padding: 34px 7px 20px 7px;
	background-color: #19224d;
	color: #fff;
	opacity: 0;
	left: -7px;
	top: -7px;
	font-size: 10px;
	width: 289px;
	border-radius: 6px;
	display: none;
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 0.4s;
	animation-name: fadein;
	animation-duration: 0.4s;
	line-height: 1.5;
}

.tooltip:hover .number {
	background-color: #fff;
	color: #19224d;
	z-index: 1;
}

.tooltip:hover .tip {
	display: block;
	opacity: 1;
	z-index: 0;
}

.tooltip .tip.left,
.tooltip .tip.left-2 {
	left: -265px;
}

.tooltip-image {
	background-color: transparent;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 560px;
}

.tooltip-image .tip {
	position: absolute;
	padding: 20px;
	background-color: #19224d;
	color: #fff;
	opacity: 0;
	top: 95%;
	font-size: 10px;
	width: 289px;
	border-radius: 6px;
	display: none;
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 0.4s;
	animation-name: fadein;
	animation-duration: 0.4s;
}

.tooltip-image .tip span.title {
	font-weight: 700;
	color: #19224d;
	background-color: #fff;
	margin-right: 7px;
	padding: 0.06rem 0.26rem;
	border-radius: 50%;

}

.tooltip-image .tip p {
	font-weight: 400;
	color: #fff;
	margin: 0px;
}

.tooltip-image .tip .line {
	width: 100%;
	height: 1px;
	background-color: #fff;
	margin: 15px 0px;
}

.tooltip-image:hover {
	z-index: 1;
}

.tooltip-image:hover .tip {
	display: block;
	opacity: 1;
	z-index: 1;
}

/* Add Animation */
@-webkit-keyframes fadein {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadein {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.desktop {
	display: block
}

.mobile {
	display: none
}

.home-hero .mast {
	display: flex;
	margin-bottom: 50px;
}

.home-hero .hero-image {
	margin-right: 55px;
	max-width: 540px;
}

.home-hero .hero-text h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	line-height: 59px;
	color: #19224D;
	margin-top: 30px;
	max-width: 643px;
	margin-bottom: 70px;
}

.home-hero .hero-text h1 span {
	color: #B62026;
}

.home-hero .hero-text p {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	color: #19224D;
	max-width: 590px;
}

.home-about .mast {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 200px
}

.home-about .about-text {
	max-width: 670px;
}

.home-about .about-text h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	color: #231F20;
	margin-top: 0;
}

.home-about .about-text p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #231F20;
}

.home-about .cta {
	margin-top: 50px;
}

.home-about .cta.desktop {
	display: flex;
}

.home-about .cta a {
	font-size: 24px;
	padding: 18px 50px 18px 24px;
	color: #fff;
	background-image: url('/wp-content/themes/celecor/images/left.svg');
	background-repeat: no-repeat;
	background-size: 12px;
	background-position-x: 91%;
	background-position-y: center;
	background-color: #19224D;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}

.home-about .cta a:hover {
	padding: 18px 70px 18px 24px;
	margin-right: -20px;
}

.home-about .about-icons {
	margin-left: 109px;
}

.home-about .about-icons .icon-container {
	max-width: 296px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	margin-bottom: 20px;
}

.home-about .about-icons .icon-container p {
	max-width: 80%;
}

.home-about-us .mast {
	display: flex;
	justify-content: center;
	padding-bottom: 200px;
}

.home-about-us .about-us-video {
	margin-top: -90px;
	cursor: pointer;
	margin-left: 60px;
	margin-right: 90px;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-about-us .about-us-video img {
	max-width: 684px;
}

.home-about-us .about-us-video img.play-button {
	max-width: 188px;
}

.home-about-us .about-us-text {
	max-width: 366px;
}

.home-about-us .about-us-text h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	color: #231F20;
	margin-bottom: 20px;
}

.home-about-us .about-us-text p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #231F20
}

.home-about-us .about-us-text .cta {
	margin-top: 80px;
	display: flex;
}

.home-about-us .about-us-text a {
	font-size: 24px;
	padding: 18px 50px 18px 24px;
	color: #fff;
	background-image: url('/wp-content/themes/celecor/images/left.svg');
	background-repeat: no-repeat;
	background-size: 12px;
	background-position-x: 91%;
	background-position-y: center;
	background-color: #19224D;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	text-decoration: none;
}

.home-about-us .about-us-text a:hover {
	padding: 18px 70px 18px 24px;
	margin-right: -20px;
}

main.search-page {
	padding-bottom: 320px;
}

.search-page .mast {
	width: 70%;
	padding-left: 70px;
}

.search-page .mast.search-input {
	margin-bottom: 100px;
}

.search-page .search-header h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	color: #19224D;
	text-transform: uppercase;
}

.search-page .wp-block-search__inside-wrapper {
	width: 100% !important;
	border: none !important;
	border-bottom: 1px solid #19224D !important;
}

.search-page input[type="search"] {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.3px;
	color: #19224D;
	background: transparent;
	padding-bottom: 5px !important;
}

.search-page input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	display: none;
}

.search-page .wp-block-search__button {
	background: transparent;
	border: none;
	outline: none;
	transform: rotate(270deg);
	cursor: pointer;
}

.search-page .wp-block-search__button svg {
	min-width: 2em;
	min-height: 2em;
}

.search-page header.search-result a p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.3px;
	text-decoration: underline;
	color: #3C64B1;
	margin: 0;
}

.search-page header.search-result {
	margin-top: 30px;
}

.abt-drug .abt-drug-hero {
	padding-bottom: 128px;
}

.abt-drug .abt-drug-hero .mast {
	display: flex;
	justify-content: center;
	padding-top: 50px;
}

.abt-drug .abt-drug-hero .hero-text .header-block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.abt-drug .abt-drug-hero .hero-text .header-block h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	line-height: 59px;
	color: #19224D;
	border-bottom: 5px solid #19224D;
	margin: 0;
}

.abt-drug .abt-drug-hero .hero-text .header-block img {
	width: 44px;
	margin-right: 15px;
}

.abt-drug .abt-drug-hero .hero-text p {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	color: #19224D;
	max-width: 514px;
	margin-left: 60px;
	margin-top: 80px;
	margin-bottom: 70px;
}

.abt-drug .abt-drug-hero .hero-image {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 50px;
	margin-right: 20px;
}

.abt-drug .abt-drug-hero .hero-image h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	color: #231F20;
	margin-top: 30px;
}

.abt-drug .abt-drug-hero .download-backgrounder-dark {
	margin-left: 60px;
}

.abt-drug .abt-drug-hero .hero-image img {
	max-width: 561px;
}

.abt-drug .abt-drug-hero .hero-image img.play-button {
	max-width: 130px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.abt-drug .abt-drug-block-1 .mast,
.abt-drug .abt-drug-block-2 .mast {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.abt-drug .abt-drug-block-1 {
	padding: 100px 0px;
}

.abt-drug .abt-drug-block-2 {
	padding: 0px 0px 180px 0px;
}

.abt-drug .abt-drug-block-1 .text-block,
.abt-drug .abt-drug-block-2 .text-block {
	max-width: 574px;
}

.abt-drug .abt-drug-block-1 .text-block h1,
.abt-drug .abt-drug-block-2 .text-block h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	margin: 0px 0px 32px 0px
}

.abt-drug .abt-drug-block-1 .text-block p,
.abt-drug .abt-drug-block-2 .text-block p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.3px;
	color: #231F20;
}

.abt-drug .abt-drug-block-2 .text-block {
	margin-left: 139px;
}

.abt-drug .abt-drug-block-1 .text-block {
	margin-right: 40px;
}

.abt-drug .abt-drug-block-2 .download-backgrounder-dark {
	margin-top: 60px;
}

.abt-drug .abt-drug-block-2 .image-block img {
	max-width: 426px;
	margin-top: 40px;
}

.abt-drug .chart-1 {
	padding-bottom: 100px;
}

.abt-drug .chart-1 p {
	max-width: 900px;
	margin: 0 auto;
	font-style: normal;
	font-weight: 300;
	font-size: 17.1709px;
	line-height: 24px;
	color: #19224D;
}

.abt-drug .video-text-section {
	background-color: #19224D;
	z-index: 0;
}

.abt-drug .video-text-section .mast {
	padding: 50px 0px 150px;
	z-index: -1;
}

.abt-drug .video-text-section h1 {
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	text-align: center;
	color: #FDFDFD;
	max-width: 700px;
	margin: 0 auto 60px auto;
}

.abt-drug .video-text-section .tooltip .number {
	color: #19224d;
	background-color: #fff;
}

.abt-drug .video-text-section .tooltip:hover .number {
	background-color: #19224d;
	color: #fff;
	z-index: 2;
}

.abt-drug .video-text-section .tooltip .tip {
	color: #19224d;
	background-color: #fff;
}

.abt-drug .video-text-section .info-blocks {
	display: flex;
	justify-content: space-between;
}

.abt-drug .video-text-section .info-blocks p {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	color: #FDFDFD;
	margin-bottom: 20px;
	margin-top: 0px;
}

.abt-drug .video-text-section .info-blocks ul,
.abt-drug .video-text-section .info-blocks li {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #FDFDFD;
	letter-spacing: 0.3px;
	margin: 0px;
}

.abt-drug .video-text-section .info-blocks .block {
	width: 322px;
}

.abt-drug .video-section {
	margin-top: -60px;
	padding-bottom: 100px;
}

.abt-drug .video-section .mast {
	display: flex;
	justify-content: center;
	align-items: center;
}

.abt-drug .video-section img {
	max-width: 666px;
	margin-right: 73px;
}

.abt-drug .video-section h1 {
	max-width: 500px;
	padding-top: 100px;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
}

.abt-drug .impact .mast {
	padding: 80px 0px 100px 0px;
}

.abt-drug .impact h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	text-align: center;
	color: #231F20;
	margin-top: 0;
	margin-bottom: 80px;
}

.abt-drug .impact .impact-images {
	display: flex;
	justify-content: center;
}

.abt-drug .impact .impact-images .impact-block {
	max-width: 335px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.abt-drug .impact .impact-images .impact-block.middle {
	margin: 0px 60px;
}

.abt-drug .impact .impact-images .impact-block img {
	max-width: 217px;
}

.abt-drug .impact .impact-images .impact-block p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.3px;
	color: #231F20;
}

.abt-drug .impact .impact-images .impact-block p.title {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	color: #231F20;
	margin-bottom: 15px;
}

.abt-drug .impact .impact-images .impact-block p.title.wide {
	width: 516px;
}

.abt-drug .chart-2 .mast {
	margin-bottom: 150px;
}

.abt-drug .chart-2 .chart-container {
	box-shadow: 0px 3.38974px 23.7282px rgba(0, 0, 0, 0.25);
	overflow-x: scroll;
	position: relative;
}

.abt-drug .chart-2 .chart-container table {
	width: 959px;
	margin: 0;
	border-spacing: 0px;
}

.abt-drug .chart-2 .chart-container h1 {
	padding: 20px;
	margin: 0;
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 27px;
	letter-spacing: 0.2px;
	color: #19224D;
	position: sticky;
	left: 0;
	top: 0;
}

.abt-drug .chart-2 .chart-container thead th img {
	max-width: 83px;
}

.abt-drug .chart-2 .chart-container thead th {
	background-color: #19224D;
	padding: 7px;
	border-left: 1px solid #FDFDFD;
	width: 135px;
	height: 95px;
	border-top: 2px solid #fdfdfd;

}

.abt-drug .chart-2 .chart-container thead th.empty {
	background-color: #fff;
	position: sticky;
	left: 0px;
	top: 0px;
	border: 0px;
}

.abt-drug .chart-2 .chart-container tbody th {
	background-color: #B62026;
	padding: 7px;
	border-top: 1px solid #FDFDFD;
	position: sticky;
	left: 0px;
	width: 159px;
	height: 66px;
}

.abt-drug .chart-2 .chart-container th p {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
	margin: 5px 0px;
}

.abt-drug .chart-2 .chart-container td {
	border-top: 1px solid #19224D;
	border-left: 1px solid #19224D;
	width: 135px;
	height: 66px;
	padding: 7px;
}

.abt-drug .chart-2 .chart-container td img {
	display: flex;
	margin: auto;
}

.abt-drug .chart-2 .chart-container .line {
	height: 1px;
	background-color: #fdfdfd;
	width: 100%;
	margin: 10px 0px;
}

.abt-drug .chart-2 .chart-container th p.light {
	font-weight: 400;
}

.abt-drug .chart-2 .chart-container tbody th p {
	font-size: 13px;
	line-height: 15px;
}

.abt-drug .learn-more-drug {
	background-image: url('/wp-content/themes/celecor/images/Background.svg');
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
}

.abt-drug .learn-more-drug .mast {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 70px 0px;
}

.abt-drug .learn-more-drug h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	color: #FFFFFF;
	max-width: 393px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 217px;
}

.abt-drug .learn-more-drug a {
	font-size: 24px;
	padding: 18px 50px 18px 24px;
	color: #19224D;
	background-image: url('/wp-content/themes/celecor/images/left-drk.svg');
	background-repeat: no-repeat;
	background-size: 12px;
	background-position-x: 91%;
	background-position-y: center;
	background-color: #fff;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}

.abt-drug .learn-more-drug a:hover {
	padding: 18px 70px 18px 24px;
	margin-right: -20px;
}

.trials .trials-hero {
	padding-bottom: 100px;
}

.trials .trials-hero .mast {
	display: flex;
	justify-content: flex-start;
	padding-top: 50px;
}

.trials .trials-hero .hero-text .header-block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.trials .trials-hero .hero-text .header-block h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	line-height: 59px;
	color: #19224D;
	border-bottom: 5px solid #19224D;
	margin: 0;
}

.trials .trials-hero .hero-text .header-block img {
	width: 44px;
	margin-right: 15px;
}

.trials .timeline-head h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 46px;
	color: #19224D;
	/* padding-left: 50px; */
}

.trials .timeline-milestones .head .mast {
	display: flex;
}

.trials .timeline-milestones .mast {
	display: flex;
	padding-bottom: 150px;
	align-items: baseline;
	justify-content: center;
}

.trials .timeline-milestones .milestone {
	margin: 0 7px;
	display: flex;
	max-width: 233px;
}

.trials .timeline-milestones .milestone .arrow-pointer {
	width: 230px;
	height: 80px;
	position: relative;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.trials .timeline-milestones .milestone .arrow-pointer.past {
	background: #19224D;
}

.trials .timeline-milestones .milestone:first-child .arrow-pointer.past::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: none;
	border-top: none;
	border-bottom: none;
}

.trials .timeline-milestones .milestone .arrow-pointer.past:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 40px solid #fff;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
}

.trials .timeline-milestones .milestone .arrow-pointer.past:before {
	content: '';
	position: absolute;
	right: -40px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 40px solid #19224D;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	z-index: 1;
}

.trials .timeline-milestones .milestone .arrow-pointer.present,
.trials .timeline-milestones .milestone .arrow-pointer.future {
	background: #B62026;
}

.trials .timeline-milestones .milestone .arrow-pointer.present:after,
.trials .timeline-milestones .milestone .arrow-pointer.future:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 40px solid #fff;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
}

.trials .timeline-milestones .milestone .arrow-pointer.future:before {
	content: '';
	position: absolute;
	right: -40px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: none;
	border-top: none;
	border-bottom: none;
	z-index: 1;
}

.trials .timeline-milestones .milestone .arrow-pointer.present:before {
	content: '';
	position: absolute;
	right: -40px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 40px solid #B62026;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	z-index: 1;
}

.trials .timeline-milestones .milestone .milestone-text {
	padding-left: 15px;
	/* width: 350px; */

}

.trials .timeline-milestones .milestone:nth-child(odd) {
	flex-direction: column;
}

.trials .timeline-milestones .milestone:nth-child(even) {
	flex-direction: column
		/*-reverse*/
	;
}

.trials .timeline-milestones .milestone:nth-child(odd) .milestone-text {
	margin-top: 25px;
}

.trials .timeline-milestones .milestone:nth-child(even) .milestone-text {
	/* margin-bottom: 25px; */
	margin-top: 25px;
}

.trials .timeline-milestones .milestone .milestone-text.past {
	border-left: 5px solid #19224D;
}

.trials .timeline-milestones .milestone .milestone-text.present,
.trials .timeline-milestones .milestone .milestone-text.future {
	border-left: 5px solid #B62026;
}

.trials .timeline-milestones .milestone .milestone-text.future {
	width: 240px;
}

.trials .timeline-milestones .milestone.has-icon {
	position: relative;
	padding-top: 82px;
}

.trials .timeline-milestones .milestone.has-icon .milestone-icon {
	position: absolute;
	top: 33px;
	left: 15px;
	width: 40px;
	height: 40px;
}

.trials .timeline-milestones .milestone .milestone-text h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	color: #000000;
	margin: 0px;
}

.trials .timeline-milestones .milestone.has-icon .milestone-text h1 {
	font-size: 20px;
	font-weight: 700;
	color: #B62026;
	line-height: 22px;
	letter-spacing: 0.3px;
}

.trials .timeline-milestones .milestone.has-icon .milestone-text h1:first-child {
	margin-bottom: 15px;
}

.trials .timeline-milestones .milestone .milestone-text .read-more-text {
	height: 0px;
	overflow: hidden;
}

.trials .timeline-milestones .milestone .milestone-text .read-more-text a,
.trials .timeline-milestones .milestone .milestone-text .read-more-text a:visited,
.trials .timeline-milestones .milestone .milestone-text .read-more-text a:hover {
	color: #3C63B1;
}

.trials .timeline-milestones .milestone .milestone-text .read-more-text.open {
	height: 100%;
	padding-top: 15px;
}

.trials .timeline-milestones .milestone .milestone-text .read-more-link {
	display: inline-flex;
	align-items: center;
	margin-top: 20px;
	cursor: pointer;
}

.trials .timeline-milestones .milestone .milestone-text .read-more-link a {
	text-decoration: underline;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: #000000;
}

.trials .timeline-milestones .milestone .milestone-text .read-more-link img {
	max-width: 11px;
	max-height: 7px;
	margin-left: 18px;
}

.trials .timeline-milestones .milestone .milestone-text .read-more-text p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.3px;
	color: #231F20;
	margin: 0px;
}

.trials .trials-cta {
	background-image: url('/wp-content/themes/celecor/images/Background-Export.svg');
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
}

.trials .trials-cta .mast {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 90px;
	padding-bottom: 90px;
}

.trials .trials-cta .mast h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	color: #FFFFFF;
	max-width: 644px;
	margin-right: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.trials .trials-cta .mast a {
	font-size: 24px;
	padding: 18px 70px 18px 24px;
	color: #19224D;
	background-image: url('/wp-content/themes/celecor/images/left-drk.svg');
	background-repeat: no-repeat;
	background-size: 12px;
	background-position-x: 91%;
	background-position-y: center;
	background-color: #fff;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	font-weight: 400;

}

.trials .trials-cta .mast a:hover {
	padding: 18px 90px 18px 24px;
	margin-right: -20px;
}

.trials .trials-cta .cta-logos {
	position: absolute;
	display: flex;
	align-items: center;
	left: 20%;
	bottom: -75px;
}

.trials .trials-cta .cta-logos .logo-1,
.trials .trials-cta .cta-logos .logo-2 {
	width: 255px
}

.trials .heartbeat-icon .mast {
	display: flex;
	justify-content: flex-end;
	padding-top: 150px;
	padding-bottom: 10px;
}

.trials .heartbeat-icon .mast img {
	width: 142.12px;
	height: 153.2px;
}

.trials .trials-future {
	position: relative;
}

.trials .trials-future .mast {
	display: flex;
	justify-content: flex-end;
}

.trials .trials-future .future-text {
	padding-bottom: 73px;
	max-width: 652px
}

.trials .trials-future .future-text h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	color: #231F20;
	margin-top: 0px;
	margin-bottom: 10px;
}

.trials .trials-future .future-text h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	color: #231F20;
	margin-top: 0px;
	margin-bottom: 40px;
}

.trials .trials-future .future-text p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.3px;
	color: #231F20;
	margin-top: 0px;
	margin-bottom: 30px;
}

.trials .trials-future .future-image {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
}

.trials .trials-future .future-image img {
	max-width: 95%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.about-us .about-hero {
	padding-bottom: 100px;
}

.about-us .about-hero .mast {
	display: flex;
	justify-content: space-evenly;
	padding-top: 50px;
	align-items: center;
}

.about-us .about-hero .hero-text .header-block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.about-us .about-hero .hero-text .header-block h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	line-height: 59px;
	color: #19224D;
	border-bottom: 5px solid #19224D;
	margin: 0;
}

.about-us .about-hero .hero-text .header-block img {
	width: 44px;
	margin-right: 15px;
}

.about-us .about-hero .hero-text p {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	color: #19224D;
	max-width: 514px;
	margin-left: 60px;
}

.about-us .about-hero .download-backgrounder-dark {
	margin-left: 80px;
}

.about-us .founders-headline .mast h1,
.about-us .team-headline .mast h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	color: #231F20;
	padding-bottom: 69px;
	padding-left: 10px;
	margin: 0;
}

.about-us .founders .mast {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.about-us .founders .founder-block {
	display: flex;
	flex-direction: column;
	max-width: 25%;
	padding: 0 10px;
}

.about-us .founders .founder-block img {
	border-radius: 6px;
}

.about-us .founders .founder-block .name {
	margin-top: 30px;
	padding-left: 18px;
	border-left: 6px solid #19224D;
}

.about-us .founders .founder-block .name h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 42px;
	color: #19224D;
	margin-top: 0px;
	margin-bottom: 20px;
}

.about-us .founders .founder-block .name .read-more-text {
	height: 0px;
	overflow: hidden;
	transition: all 0.3s;
}

.about-us .founders .founder-block .name .read-more-text.open {
	height: 100%;
}

.about-us .founders .founder-block .name .occupation {
	height: 53px;
}

.about-us .founders .founder-block .name p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: #19224D;
	margin-top: 0px;
	margin-bottom: 10px;
}

.about-us .founders .founder-block .line {
	width: 258px;
	border: 2px solid #19224d;
	margin: 30px 0px;
}

.about-us .founders .founder-block img.linked-in {
	max-width: 28px;
}

.about-us .founders .founder-block .read-more {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: #19224D;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
	cursor: pointer;
}

.about-us .founders .founder-block .read-more img {
	margin-left: 10px;
}

.about-us .team .mast {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px
}

.about-us .team .team-member {
	display: flex;
	flex-direction: column;
	height: 143px;
	width: 25%;
	padding: 0 10px;
	margin-bottom: 60px;
}

.about-us .team .team-member h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: #19224D;
	margin-top: 0;
	margin-bottom: 20px;
}

.about-us .team .team-member .line {
	width: 100%;
	height: 0px;
	border: 1px solid #000000;
	margin-bottom: 15px;
	margin-top: auto;
}

.about-us .team .team-member p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: #000000;
	margin: 0;
}

.about-us .team .team-member a {
	margin: 0;
}

.about-us .team .team-member img.linked-in {
	max-width: 28px;
}

.about-us .contact {
	background-image: url('/wp-content/themes/celecor/images/Background-about-us.svg');
	background-repeat: no-repeat;
	background-size: cover;
}

.about-us .contact .mast {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 100px;
}

.about-us .contact .info {
	padding-right: 60px;
}

.about-us .contact .info .info-item {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.about-us .contact .info .info-item img {
	width: 40px;
	height: 40px;
	margin-right: 24px;
}

.about-us .contact .info .info-item span {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.3px;
	color: #FDFDFD !important;
}

.about-us .contact .form {
	max-width: 777px;
	background: #FFFFFF;
	box-shadow: 0px 3.38974px 23.7282px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	padding: 30px 69px 21px 39px;
	margin-top: -67px;
	width: 100%;
}

.about-us .contact .form h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 46px;
	color: #231F20;
	margin-bottom: 25px;
	margin-top: 0px;
}

.about-us .contact .form .wpcf7-not-valid-tip {
	position: absolute;
	color: #19224D;
}

.about-us .contact .form input[type="text"].wpcf7-not-valid,
.about-us .contact .form input[type="email"].wpcf7-not-valid {
	border: 2px solid #B62026;
}

.about-us .contact .form input[type="text"],
.about-us .contact .form input[type="email"],
.about-us .contact .form textarea {
	width: 100%;
	outline: none !important;
	border-radius: 6px;
	padding-left: 16px;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 16px;
	line-height: 22px;
	color: #373F41;
	border: 2px solid #19224d;
	margin-top: 20px;
}

.about-us .contact .form textarea {
	height: 111px;
}

.about-us .contact .form button {
	font-size: 24px;
	padding: 18px 70px 18px 24px;
	color: #fff;
	background-image: url('/wp-content/themes/celecor/images/left.svg');
	background-repeat: no-repeat;
	background-size: 12px;
	background-position-x: 91%;
	background-position-y: center;
	background-color: #19224d;
	border-radius: 10px;
	cursor: pointer;
	text-decoration: none;
	font-weight: 400;
	display: flex;
	margin-top: 32px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: auto;
}

.about-us .contact .form .wpcf7 form button.message-sent {
	display: none;
	background: rgba(25, 34, 77, 0.7);
	padding: 18px 24px;
}

.about-us .contact .form p {
	margin: 0px;
}

.about-us .contact .form button[type="submit"]:hover {
	padding: 18px 90px 18px 24px;
	margin-right: -20px;
}

.about-us .contact .form .wpcf7 form.invalid .wpcf7-response-output {
	display: none;
}

.about-us .contact .form .wpcf7 form.sent .wpcf7-response-output {
	display: none;
}

.about-us .contact .form .wpcf7 form.sent button.message-sent {
	display: block
}

.about-us .contact .form .wpcf7 form.sent button[type="submit"] {
	display: none;
}

/*  DROPLET STYLES */
.drops {
	position: relative;
}

.blue-drop-home {
	max-width: 448.82px;
	position: absolute;
	left: 31px;
	bottom: 51px;

}

.orange-drop-home {
	max-width: 198.7px;
	left: 91px;
	bottom: -75px;
	position: absolute;
	z-index: -1;
}

.about-drug-hero-droplet-1 {
	max-width: 128.25px;
	position: absolute;
	right: -10px;
	top: -40px;
	z-index: -1;
}

.about-drug-hero-droplet-2 {
	max-width: 118.04px;
	position: absolute;
	left: -40px;
	bottom: 75px;
	z-index: -1;
}

.abt-drug-chart-droplet-orange {
	position: absolute;
	z-index: -1;
	bottom: 100px;
	left: 0px;
	max-width: 225px;
}

.abt-drug-chart-dropletx2 {
	position: absolute;
	z-index: -1;
	right: 0;
	top: -80px;
	max-width: 456px;
}

.abt-drug-ppp-blue-droplet {
	position: absolute;
	z-index: -2;
	top: 95px;
	left: 0px;
	max-width: 399px;
}

.abt-drug-ppp-orange-multi-droplet {
	position: absolute;
	bottom: -161px;
	right: 0px;
	max-width: 469px;
}

.Droplet-about-us {
	position: absolute;
	max-width: 204px;
	right: -24px;
	bottom: 24px;
	z-index: -1;
}

.droplet-search {
	position: absolute;
	max-width: 243px;
	left: 0px;
	top: 200px;
	z-index: -1;
}

.backgrounder-content .backgrounder-body .image .logo-close {
	display: none;
}

.download-backgrounder-dark.desktop,
.download-backgrounder-light.desktop {
	display: flex;
}

.download-backgrounder-dark.mobile,
.download-backgrounder-light.mobile {
	display: none;
}

.abt-drug .chart-2 .mast.desktop {
	display: block;
	padding: 60px;
	box-shadow: 0px 3.38974px 23.7282px rgb(0 0 0 / 25%);
	border-radius: 20px;
}

.abt-drug .chart-2 .mast.mobile {
	display: none;

}

.terms .header-block,
.privacy .header-block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.terms .header-block h1,
.privacy .header-block h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	line-height: 59px;
	color: #19224D;
	border-bottom: 5px solid #19224D;
	margin: 0;
}

.terms .header-block img,
.privacy .header-block img {
	width: 44px;
	margin-right: 15px;
}

.terms .mast,
.privacy .mast {
	margin-bottom: 100px;
}

.terms .body,
.privacy .body {
	max-width: 1023px;
	margin-left: 55px;
	margin-top: 30px;
}

.abt-drug .abt-drug-hero .hero-image .video-image {
	position: relative;
}

.wp-editor-container textarea.wp-editor-area {
	visibility: visible !important;
}

@media only screen and (min-width: 901px) {
	.timeline-milestones {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.timeline-milestones::-webkit-scrollbar {
		display: none;
	}

	.timeline-milestones .mast {
		display: inline-block;
		min-width: max-content;
	}

	.trials .timeline-milestones .milestone.has-icon {
		padding-top: 0;
	}

	.trials .timeline-milestones .milestone .milestone-text.present {
		padding-left: 30px;
	}

	.trials .timeline-milestones .milestone.has-icon .milestone-text h1 {
		font-size: 28px;
		line-height: 36px;
	}

	.trials .timeline-milestones .milestone.has-icon .milestone-icon {
		top: 101px;
		left: -20px;
		width: 45px;
		height: 45px;
	}

	.trials .timeline-milestones .milestone:nth-child(4) .milestone-text {
		padding-right: 26px;
	}
}

@media only screen and (max-width: 900px) {
	.about-us .team .team-member {
		width: 100%;
	}

	.terms .header-block h1,
	.privacy .header-block h1 {
		font-weight: 700;
		font-size: 32px;
		line-height: 36px;
		letter-spacing: 0.2px;
		color: #19224D;
	}

	.terms .mast,
	.privacy .mast {
		margin-bottom: 5px;
	}

	.terms .body,
	.privacy .body {
		max-width: 100%;
		margin-left: 0px;
	}

	.desktop,
	nav.desktop {
		display: none
	}

	.mobile {
		display: block
	}

	.nav-mobile img {
		cursor: pointer;
	}

	.nav-mobile .mobile-menu-close {
		display: block;
		z-index: 100;
		position: absolute;
		top: 20px;
		right: 20px;
	}

	.nav-mobile .menu-container {
		display: none;
		position: absolute;
		background: #19224D;
		right: 0px;
		top: 100%;
		padding: 40px 20px 30px 36px;
		width: 90%;
		max-width: 319px;
		border-radius: 70px 0px 70px 70px;
		-webkit-animation-name: animatetopnav;
		-webkit-animation-duration: 0.4s;
		animation-name: animatetopnav;
		animation-duration: 0.4s;
	}

	/* Add Animation */
	@-webkit-keyframes animatetopnav {
		from {
			top: -300px;
			opacity: 0
		}

		to {
			top: 100%;
			opacity: 1
		}
	}

	@keyframes animatetopnav {
		from {
			top: -300px;
			opacity: 0
		}

		to {
			top: 100%;
			opacity: 1
		}
	}

	.nav-mobile .widget.widget_nav_menu p.widget-title {
		display: none;
	}

	.nav-mobile .widget {
		margin: 0px;
		padding-left: 5px;
		position: relative;
	}

	.nav-mobile .menu-mobile-nav-container ul {
		list-style: none;
		margin: 0px;
		padding: 0;
	}

	.nav-mobile .menu-mobile-nav-container ul li a {
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 22px;
		color: #FFFFFF;
		text-decoration: none;
	}

	.nav-mobile .menu-mobile-nav-container ul li {
		padding: 11px 0px;
	}

	.nav-mobile .bg-overlay {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: -1;
		background-color: #0000007d;
		top: 0;
		left: 0;
	}

	footer .mast {
		display: block;
	}

	footer .footer-links {
		margin-top: 45px;
	}

	footer .footer-links .footer-navs .pages-nav {
		margin-right: 0;
	}

	footer .footer-links .footer-navs p.nav-header {
		display: none;
	}

	footer .footer-links .footer-navs .pages-nav ul {
		columns: 1;
		column-gap: 0;
	}

	footer .footer-links .backgrounder,
	footer .footer-links .linked-in {
		display: none;
	}

	footer .linked-in.mobile {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	footer .linked-in.mobile img {
		margin-right: 15px;
	}

	footer .linked-in.mobile span,
	footer .linked-in.mobile span a,
	footer p.copyright {
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 22px;
		color: #FDFDFD;
	}

	footer p.copyright {
		margin-bottom: 0px;
	}

	.backgrounder-content {
		position: fixed;
		bottom: 0;
		width: 100%;
		-webkit-animation-name: animatebottom;
		-webkit-animation-duration: 0.4s;
		animation-name: animatebottom;
		animation-duration: 0.4s;
		max-height: 90%;
		overflow-y: scroll;
	}

	.backgrounder-content .backgrounder-body .form .form-container p {
		margin: 0 0 18px 0;
	}

	/* Add Animation */
	@-webkit-keyframes animatebottom {
		from {
			bottom: -300px;
			opacity: 0
		}

		to {
			bottom: 0px;
			opacity: 1
		}
	}

	@keyframes animatebottom {
		from {
			bottom: -300px;
			opacity: 0
		}

		to {
			bottom: 0px;
			opacity: 1
		}
	}

	.backgrounder-content .backgrounder-body {
		flex-direction: column;
	}

	.backgrounder-content .backgrounder-body .image {
		width: auto;
	}

	.backgrounder-content .backgrounder-body .form {
		width: auto;
		border-radius: 0px;
		margin-top: -120px;
	}

	.backgrounder-content .backgrounder-body .image h1 {
		font-style: normal;
		font-weight: 700;
		font-size: 25px;
		line-height: 27px;
		letter-spacing: 0.2px;
		color: #231F20;
		margin: 20px;
	}

	.backgrounder-content .backgrounder-body .image .logo {
		margin-left: 20px;
		margin-top: 20px;
		height: 40px;
	}

	.backgrounder-content .backgrounder-body .image .logo-close {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.backgrounder-content .backgrounder-body .image .logo-close span {
		margin-right: 20px;
		color: #19224d;
		font-size: 32px;
		cursor: pointer;
		text-decoration: none;
		line-height: 0;
		font-weight: 700;
		padding-top: 20px;
	}

	.backgrounder-content .backgrounder-body .image .bgcomp {
		max-width: 100%;
		width: 95%;
	}

	.backgrounder-content .backgrounder-body .form .form-container {
		margin: 20px;
	}

	.backgrounder-content .backgrounder-body .form .form-container input[type="submit"],
	.backgrounder-content .backgrounder-body .form .form-container button[type="submit"] {
		margin: 28px auto 22px auto;
	}

	.download-backgrounder-dark.mobile,
	.download-backgrounder-light.mobile {
		display: flex;
		width: 100%;
		max-width: 335px;
		height: 83px;
		border-radius: 10px;
		font-size: 20px;
		justify-content: space-evenly;
		align-items: center;
	}

	.download-backgrounder-dark.desktop,
	.download-backgrounder-light.desktop {
		display: none;
	}

	.nav-mobile .download-backgrounder-light.small {
		width: 100%;
	}

	header.site-header .mast a.logo img {
		height: 34.28px;
		width: 107px;
	}

	header.site-header .mast {
		padding-top: 15px;
		padding-bottom: 10px;
	}

	main {
		padding-top: 80px;
	}

	.tooltip {
		transition: all 0.3s;
	}

	.tooltip:hover .tip {
		z-index: 1;
	}

	.tooltip .number {
		border: 1px solid #fff;
		width: 13px;
		height: 13px;
	}

	.tooltip:hover .number {
		border: 1px solid #19224d;
		z-index: 2;
	}

	.tooltip .tip.left {
		left: -150px;
	}

	.tooltip .tip.left-3 {
		left: -250px;
	}

	.tooltip .tip.left-4 {
		left: -120px;
	}

	.tooltip .tip.left-5 {
		left: -130px;
	}

	.nav-mobile div.search {
		padding-top: 20px;
	}

	footer .backgrounder.mobile {
		margin: 20px 0px;
	}

	.home-hero .mast {
		display: block;
	}

	.home-about-us .about-us-video img {
		width: 100%;
	}

	.home-hero .hero-image {
		margin-left: 30px;
		margin-right: 0px;
	}

	.home-hero .hero-text h1 {
		margin-top: 0px;
		font-size: 40px;
		line-height: 41px;
		max-width: 330px;
	}

	.home-hero .hero-text p {
		font-style: normal;
		font-weight: 700;
		font-size: 22px;
		line-height: 28px;
		color: #19224D;
		max-width: 340px;
	}

	.home-about .mast {
		display: block;
		margin-bottom: 100px;
	}

	.home-about .about-text h1 {
		font-style: normal;
		font-weight: 700;
		font-size: 32px;
		line-height: 36px;
		letter-spacing: 0.2px;
		color: #231F20;
	}

	.home-about .about-text p {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.3px;
		color: #231F20;
	}

	.home-about .about-icons {
		margin-left: 0px;
		margin-top: 40px;
	}

	.home-about .about-icons .icon-container {
		max-width: 100%;
	}

	.home-about .cta {
		margin-top: 0px;
	}

	.home-about .cta.mobile {
		display: flex;
		justify-content: center;
	}

	.home-about .cta a {
		text-align: center;
		width: 100%;
		transition: all 0.3s;
	}

	.home-about .cta a:hover {
		padding: 18px 50px 18px 24px;
		background-position-x: 95%;
		margin: 0;
	}

	.home-about-us .mast {
		display: block;
		padding-bottom: 100px;
		padding-top: 40px;
	}

	.home-about-us .about-us-video {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0px;
	}

	.home-about-us .about-us-video img.vid-popup {
		max-width: 100%;
		/* margin-top: -40px; */
	}

	.home-about-us .about-us-text h1 {
		font-style: normal;
		font-weight: 700;
		font-size: 32px;
		line-height: 36px;
		letter-spacing: 0.2px;
		color: #231F20;
		margin-top: 50px;
	}

	.home-about-us .about-us-video img.play-button {
		max-width: 97px;
	}

	.home-about-us .about-us-text p {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.3px;
		color: #231F20;
	}

	.home-about-us .about-us-text .cta {
		display: flex;
		justify-content: center;
		margin-top: 50px;
	}

	.home-about-us .about-us-text .cta a {
		text-align: center;
		width: 100%;
		transition: all 0.3s;
	}

	.home-about-us .about-us-text .cta a:hover {
		padding: 18px 50px 18px 24px;
		background-position-x: 95%;
		margin: 0;
	}

	.home-about-us .about-us-text {
		margin: 0 auto;
	}

	.home-about-us .about-us-video img.blue-drop-home {
		max-width: 175px;
		bottom: -10px;
		left: -70px;
		z-index: -1;
	}

	.home-about-us .about-us-video img.orange-drop-home {
		max-width: 78px;
		left: -20px;
		bottom: -30px;
	}

	.abt-drug .abt-drug-hero .mast {
		flex-direction: column;
		padding-top: 20px;
		align-items: center;
	}

	.abt-drug .abt-drug-hero .hero-text .header-block h1 {
		font-weight: 700;
		font-size: 32px;
		line-height: 36px;
		letter-spacing: 0.2px;
		color: #19224D;
	}

	.abt-drug .abt-drug-hero .hero-text p {
		margin-left: 0;
		font-style: normal;
		font-weight: 700;
		font-size: 22px;
		line-height: 28px;
		color: #19224D;
		margin-top: 40px;
		margin-bottom: 70px;
	}

	.abt-drug .abt-drug-hero .hero-image h1 {
		font-style: normal;
		font-weight: 700;
		font-size: 22px;
		line-height: 28px;
		color: #19224D;
		margin-bottom: 40px;
	}

	.abt-drug .abt-drug-hero .hero-image {
		margin-left: 0px;
		margin-right: 0px;
	}

	.abt-drug .abt-drug-hero .hero-image img {
		max-width: 100%;
	}

	.abt-drug .abt-drug-hero {
		padding-bottom: 70px;
	}

	.abt-drug .abt-drug-block-1 {
		padding: 70px 0px;
	}

	.abt-drug .abt-drug-block-1 .mast {
		flex-direction: column;
	}

	.abt-drug .abt-drug-block-2 .mast {
		flex-direction: column-reverse;
		align-items: center;
	}

	.abt-drug .abt-drug-block-1 .text-block h1,
	.abt-drug .abt-drug-block-2 .text-block h1 {
		font-style: normal;
		font-weight: 700;
		font-size: 32px;
		line-height: 36px;
		letter-spacing: 0.2px;
		color: #231F20;
	}

	.abt-drug .abt-drug-block-1 .text-block p,
	.abt-drug .abt-drug-block-2 .text-block p {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.3px;
		color: #231F20;
	}

	.abt-drug .abt-drug-block-1 .text-block {
		margin-right: 0px;
		margin-bottom: 60px;
	}

	.abt-drug .abt-drug-block-2 .image-block img {
		max-width: 100%;
	}

	.abt-drug .abt-drug-block-2 .text-block {
		margin-left: 0px;
	}

	.abt-drug .abt-drug-block-2 {
		padding: 0px 0px 60px 0px;
	}

	.abt-drug .abt-drug-hero .download-backgrounder-dark {
		margin-left: 0px;
	}

	.abt-drug .chart-1 {
		padding-bottom: 60px;
	}

	.abt-drug .video-text-section h1 {
		font-style: normal;
		font-weight: 700;
		font-size: 32px;
		line-height: 36px;
		text-align: center;
		letter-spacing: 0.2px;
		color: #FDFDFD;
		max-width: 290px;
		margin: 0 auto 40px auto
	}

	.abt-drug-ppp-orange-multi-droplet {
		max-width: 145px;
		bottom: -110px;
	}

	.abt-drug .video-text-section .info-blocks {
		flex-direction: column;
	}

	.abt-drug .video-text-section .info-blocks .block {
		width: auto;
		margin-bottom: 20px;
	}

	.abt-drug .video-text-section .info-blocks p {
		margin-bottom: 10px;
		font-style: normal;
		font-weight: 700;
		font-size: 22px;
		line-height: 28px;
		color: #FDFDFD;
	}

	.abt-drug .video-text-section .info-blocks li {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.3px;
		color: #FDFDFD;
		margin-bottom: 10px;
	}

	.abt-drug-ppp-blue-droplet {
		width: 155px;
		top: 0px;
	}

	.abt-drug .video-text-section .mast {
		padding: 50px 0px 50px;
	}

	.abt-drug .impact h1 {
		text-align: left;
		font-weight: 700;
		font-size: 32px;
		line-height: 36px;
		letter-spacing: 0.2px;
		color: #231F20;
		margin-bottom: 50px;
		max-width: 80%;
	}

	.abt-drug .impact .impact-images {
		flex-direction: column;
		align-items: center;
	}

	.abt-drug .impact .mast {
		padding: 40px 0px 0px 0px;
	}

	.abt-drug .impact .impact-images .impact-block {
		max-width: 100%;
		margin-bottom: 40px;
	}

	.abt-drug .impact .impact-images .impact-block p.title {
		font-style: normal;
		font-weight: 700;
		font-size: 22px;
		line-height: 28px;
		text-align: center;
		color: #231F20;
		margin-top: 30px;
	}

	.abt-drug .impact .impact-images .impact-block p {
		margin-top: 0px;
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		text-align: center;
		letter-spacing: 0.3px;
		color: #231F20;
	}

	.abt-drug .impact .impact-images .impact-block.middle {
		margin: 0px 0px 40px 0px;
	}

	.abt-drug .chart-2 .mast {
		margin-bottom: 60px;
	}

	.abt-drug .learn-more-drug .mast {
		flex-direction: column;
	}

	.abt-drug .impact .impact-images .impact-block p.title.wide {
		width: auto;
	}

	.abt-drug .learn-more-drug h1 {
		margin-right: 0px;
		font-style: normal;
		font-weight: 700;
		font-size: 32px;
		line-height: 36px;
		text-align: center;
		letter-spacing: 0.2px;
		color: #FFFFFF;
		max-width: 272px;
		margin-bottom: 40px;
	}

	.abt-drug .learn-more-drug .mast {
		padding: 40px 0px;
	}

	.abt-drug .learn-more-drug a {

		background-position-x: 70%;

		width: 100%;
		text-align: center;
		transition: all 0.3s;
	}

	.abt-drug .learn-more-drug a:hover {
		padding: 18px 50px 18px 24px;
		background-position-x: 75%;
		margin-right: 0;
	}

	.abt-drug .abt-drug-hero .hero-image img.play-button {
		max-width: 97px;
	}

	.abt-drug .learn-more-drug {
		background-image: url('/wp-content/themes/celecor/images/LearnMore-Background-abt-drug-mobile.svg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		background-color: #19224d;
	}

	.abt-drug .chart-2 .mast.desktop {
		display: none;
	}

	.abt-drug .chart-2 .mast.mobile {
		display: block;
		width: 100%;
	}

	.abt-drug .chart-2 .mast.mobile .actions {
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.abt-drug .chart-2 .mast.mobile .actions p {
		max-width: 50%;
		text-align: center;
	}

	.abt-drug .chart-2 .mast.mobile .actions img {
		width: 46px;
		height: 46px;
		margin-left: 40px;
		cursor: pointer;
	}

	.trials .trials-hero .mast {
		padding-left: 0px;
		padding-top: 30px;
	}

	.trials .trials-hero {
		padding-bottom: 57px;
	}

	.trials .trials-hero .hero-text .header-block h1 {
		font-style: normal;
		font-weight: 700;
		font-size: 32px;
		line-height: 36px;
		letter-spacing: 0.2px;
		color: #19224D;
		max-width: 252px;
	}

	.trials .timeline-head h1 {
		padding-left: 0px;
		font-weight: 700;
		font-size: 22px;
		line-height: 28px;
		color: #19224D;
		margin-bottom: 20px;
	}

	.trials .timeline-milestones .milestone .arrow-pointer {
		display: none;
	}

	.trials .timeline-milestones .mast {
		flex-direction: column;
	}

	.trials .timeline-milestones .milestone .milestone-text {
		margin-bottom: 25px !important;
		margin-top: 0px !important;
	}

	.trials .timeline-milestones .mast {
		padding-bottom: 60px;
	}

	.trials .trials-cta .mast {
		flex-direction: column;
		padding-bottom: 0px;
		padding-top: 40px;
	}

	.trials .trials-cta .mast h1 {
		margin-right: 0px;
		font-style: normal;
		font-weight: 700;
		font-size: 32px;
		line-height: 36px;
		text-align: center;
		letter-spacing: 0.2px;
		color: #FFFFFF;
		max-width: 277px;
		margin: 0 auto 40px;
	}

	.trials .trials-cta .cta-logos {
		position: static;
		width: 90%;
		margin: 0 auto;
		flex-direction: column;
		padding-bottom: 30px;
	}

	.trials .trials-cta {
		background-image: url('/wp-content/themes/celecor/images/dropletsbgclinical.svg');
		background-color: #19224d;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		margin-bottom: 100px;
	}

	.trials .learn-more-mobile {
		font-size: 24px;
		padding: 18px 70px 18px 24px;
		color: #fff;
		background-image: url('/wp-content/themes/celecor/images/left.svg');
		background-repeat: no-repeat;
		background-size: 12px;
		background-position-x: 91%;
		background-position-y: center;
		background-color: #19224d;
		border-radius: 10px;
		cursor: pointer;
		transition: padding 0.3s;
		text-decoration: none;
		font-weight: 400;
		display: flex;
		margin-top: 40px;
		margin-bottom: 90px;
		transition: all 0.3s
	}

	.trials .learn-more-mobile:hover {
		padding: 18px 90px 18px 24px;
		background-position-x: 95%;
	}

	.trials .trials-future .future-text h1 {
		font-style: normal;
		font-weight: 700;
		font-size: 32px;
		line-height: 36px;
		letter-spacing: 0.2px;
		color: #231F20;
		max-width: 200px;
	}

	.trials .trials-future {
		overflow-x: clip;
	}

	.trials .trials-future .future-text {
		overflow-x: hidden;
		padding-bottom: 0px;
	}

	.trials .trials-future .future-text h2 {
		font-style: normal;
		font-weight: 700;
		font-size: 25px;
		line-height: 27px;
		letter-spacing: 0.2px;
		color: #231F20;
		max-width: 200px
	}

	.trials .trials-future .future-text img {
		position: absolute;
		top: -55px;
		right: -30px;
	}

	.trials .trials-future .future-text p {
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 0.3px;
		color: #231F20;
	}

	.trials .trials-future .future-tex {
		padding-bottom: 60px;
	}

	.trials .trials-future .future-image,
	.trials .trials-future .future-image img {
		position: static;
	}

	.trials .trials-future .future-image img {
		max-width: 100%;

	}

	.trials .trials-future .future-image.mobile {
		display: flex;
		padding-top: 40px;
		width: 100%;
	}

	.trials .trials-future .mast {
		flex-direction: column;
	}

	.trials .trials-cta .cta-logos .logo-2 {
		margin-bottom: -100px;
	}

	.about-us .about-hero .mast {
		flex-direction: column;
		padding-top: 30px;
	}

	.about-us .about-hero .hero-text .header-block h1 {
		font-style: normal;
		font-weight: 700;
		font-size: 32px;
		line-height: 36px;
		letter-spacing: 0.2px;
		color: #19224D;
	}

	.about-us .about-hero .hero-text p {
		margin-left: 0px;
		font-style: normal;
		font-weight: 700;
		font-size: 22px;
		line-height: 28px;
		color: #19224D;
	}

	.Droplet-about-us {
		top: -20px;
		right: -20px;
	}

	.about-us .about-hero .drops {
		width: 100%;
	}

	.about-us .about-hero .download-backgrounder-dark {
		margin-left: 0;
		max-width: 100%;
	}

	.about-us .founders-headline .mast h1,
	.about-us .team-headline .mast h1 {
		font-style: normal;
		font-weight: 700;
		font-size: 32px;
		line-height: 36px;
		letter-spacing: 0.2px;
		color: #231F20;
		margin-bottom: 20px;
		padding-bottom: 0px;
	}

	.about-us .contact .mast {
		flex-direction: column;
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.about-us .contact .form h1 {
		font-style: normal;
		font-weight: 700;
		font-size: 25px;
		line-height: 27px;
		letter-spacing: 0.2px;
		color: #231F20;
	}

	.about-us .contact .info .info-item span {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		display: flex;
		align-items: center;
		letter-spacing: 0.3px;
		color: #FDFDFD !important;
	}

	.about-us .contact .form {
		margin-top: 30px;
		padding: 30px 10px 20px 10px
	}

	.about-us .contact .form button[type="submit"]:hover {
		padding: 18px 70px 18px 24px;
		background-position-x: 95%;
		margin-right: 0px;
	}

	.about-us .team .mast {
		margin-bottom: 50px;
		margin-top: 40px
	}

	.about-us .founders .founder-block {
		margin-bottom: 70px;
		max-width: 100%;
	}

	.about-us .founders .founder-block .name,
	.about-us .founders .founder-block .read-more,
	.about-us .founders .founder-block .line,
	.about-us .founders .founder-block .linked-in {
		margin-left: 10px;
	}

	.about-us .founders .mast {
		margin-bottom: 0px;
	}

	.about-us .contact {
		background-image: url('/wp-content/themes/celecor/images/ContactUs-Background-Export.svg');
	}

	.search-page .search-header h1 {
		font-style: normal;
		font-weight: 700;
		font-size: 32px;
		line-height: 36px;
		letter-spacing: 0.2px;
		color: #19224D;
	}

	.search-page .mast {
		width: 90%;
		padding-left: 0;
	}

	.droplet-search {
		top: 30px;
		left: unset;
		right: 0;
		max-width: 100px;
	}

	.backgrounder-content .backgrounder-body .form .form-container .wpcf7 form.sent .wpcf7-response-output,
	.backgrounder-content .backgrounder-body .form .form-container .wpcf7 form.error .wpcf7-response-output {
		position: static;
		font-size: 18px;
		line-height: 24px;
	}

	main.search-page {
		padding-bottom: 120px;
	}

	.nav-mobile .menu-mobile-nav-container ul li.current-menu-item a {
		color: #fdfdfd;
		-webkit-text-fill-color: #fdfdfd;
		-webkit-text-stroke-width: 0.7px;
		-webkit-text-stroke-color: #fdfdfd;
	}

	.nav-mobile .menu-mobile-nav-container ul li.current-menu-item a:after {
		background-color: #fdfdfd;
		width: 100%;
	}

	.trials .timeline-milestones .milestone .milestone-text,
	.trials .timeline-milestones .milestone .milestone-text.future {
		width: 100%;

	}

	.trials .timeline-milestones .milestone {
		max-width: 100%;
	}

	.tooltip .tip.left-7 {
		left: -100px;
	}

	.tooltip .tip.left-5 {
		left: -250px;
	}
}

@media only screen and (max-width: 450px) {
	.tooltip .tip.left-2 {
		left: -69px;
	}

	.tooltip .tip.left-4 {
		left: -78px;
	}

	.tooltip .tip.left-5 {
		left: -270px;
	}

	.tooltip .tip.left-6 {
		left: -60px;
	}

	.tooltip .tip.left-7 {
		left: -150px;
	}
}

@media only screen and (max-width: 414px) {
	.tooltip .tip.left-3 {
		left: -268px;
	}

	.tooltip .tip.left-6 {
		left: -170px;
	}
}

@media only screen and (max-width: 390px) {
	.tooltip .tip.left-3 {
		left: -7px;
	}

	.tooltip .tip.left-5 {
		left: -95px;
	}

	.tooltip .tip.left-6 {
		left: -182px;
	}

	.tooltip .tip.left-7 {
		left: -260px;
	}
}

@media only screen and (max-width: 375px) {

	.tooltip .tip.left-6,
	.tooltip .tip.left-5 {
		left: -180px;
	}

	.tooltip .tip.left-7 {
		left: -68px;
	}

	.tooltip .tip.left {
		left: -180px;
	}

	.tooltip .tip.left-3 {
		left: -7px;
	}

	.tooltip .tip.left-2 {
		left: -92px;
	}

	/* .tooltip .tip.left-5 {
		left: -7px;
	} */
}

@media only screen and (max-width: 320px) {
	.tooltip .tip.left {
		left: -7px;
	}

	.tooltip .tip.left-3 {
		left: -130px;
	}

	.tooltip .tip.left-5 {
		left: -120px;
	}

	.tooltip .tip.left-2 {
		left: -50px;
	}

	.tooltip .tip.left-6 {
		left: -70px;
	}

	.tooltip .tip.left-7 {
		left: -100px;
	}
}